Trace number 205674

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.1 1800.69

General information on the benchmark

Namefapp/fapp36-40/fapp40/
fapp40-3000-2.xml
MD5SUM7914318078e2e6bda68bc227b451eb9e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.7326
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables3000
Number of constraints53548
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension53548
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/205674-1168167843/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node25/watcher-205674-1168167843 -o ROOT/results/node25/solver-205674-1168167843 -C 1800 -M 900 /tmp/evaluation/205674-1168167843/Complete/Ordinary/solver /tmp/evaluation/205674-1168167843/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 1.28 1.61 4/78 32355
/proc/meminfo: memFree=1397440/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=53472 CPUtime=0
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 477 0 0 0 0 0 0 0 18 0 1 0 165180422 54755328 196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550287 0 0 4096 2 0 0 0 17 1 0 0
/proc/32354/statm: 13368 196 123 90 0 12906 0

[startup+0.107154 s]
/proc/loadavg: 0.92 1.28 1.61 4/78 32355
/proc/meminfo: memFree=1397440/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=61640 CPUtime=0.09
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 2180 0 0 0 9 0 0 0 18 0 1 0 165180422 63119360 1896 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 1 0 0
/proc/32354/statm: 15410 1897 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.515223 s]
/proc/loadavg: 0.92 1.28 1.61 4/78 32355
/proc/meminfo: memFree=1397440/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=61640 CPUtime=0.5
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 8870 0 0 0 48 2 0 0 22 0 1 0 165180422 63119360 8586 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552133 0 0 4096 2 0 0 0 17 1 0 0
/proc/32354/statm: 15410 8587 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33836 s]
/proc/loadavg: 0.93 1.27 1.61 2/78 32355
/proc/meminfo: memFree=1333696/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=81472 CPUtime=1.32
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 16899 0 0 0 127 5 0 0 25 0 1 0 165180422 83427328 16043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858429 0 0 4096 2 0 0 0 17 1 0 0
/proc/32354/statm: 20368 16043 157 90 0 19906 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 81472

[startup+2.97464 s]
/proc/loadavg: 0.93 1.27 1.61 2/78 32355
/proc/meminfo: memFree=1335232/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=120536 CPUtime=2.96
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 29748 0 0 0 285 11 0 0 25 0 1 0 165180422 123428864 19125 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569115 0 0 4096 2 0 0 0 17 1 0 0
/proc/32354/statm: 30134 19125 157 90 0 29672 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 120536

[startup+6.2532 s]
/proc/loadavg: 0.93 1.27 1.61 2/78 32355
/proc/meminfo: memFree=1317440/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=145416 CPUtime=6.24
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 36648 0 0 0 610 14 0 0 25 0 1 0 165180422 148905984 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663436 0 0 4096 2 0 0 0 17 1 0 0
/proc/32354/statm: 36354 20089 176 90 0 35892 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 145416

[startup+12.7073 s]
/proc/loadavg: 0.94 1.27 1.60 2/78 32355
/proc/meminfo: memFree=1311104/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=145416 CPUtime=12.69
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 38490 0 0 0 1254 15 0 0 25 0 1 0 165180422 148905984 21931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552133 0 0 4096 2 0 0 0 17 1 0 0
/proc/32354/statm: 36354 21931 176 90 0 35892 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 145416

[startup+25.5095 s]
/proc/loadavg: 0.95 1.26 1.60 2/78 32355
/proc/meminfo: memFree=1255040/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=215728 CPUtime=25.48
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 70812 0 0 0 2518 30 0 0 25 0 1 0 165180422 220905472 36674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662630 0 0 4096 2 0 0 0 17 1 0 0
/proc/32354/statm: 53932 36674 176 90 0 53470 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 215728

[startup+51.1258 s]
/proc/loadavg: 0.97 1.23 1.58 2/79 32356
/proc/meminfo: memFree=1163000/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=280348 CPUtime=51.1
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97743 0 0 0 5070 40 0 0 25 0 2 0 165180422 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 70087 58633 180 90 0 69625 0
[pid=32354/tid=32356] ppid=32352 vsize=280348 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165183575 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 280348

[startup+102.366 s]
/proc/loadavg: 0.98 1.19 1.54 2/79 32356
/proc/meminfo: memFree=1163064/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=280348 CPUtime=102.31
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97743 0 0 0 10191 40 0 0 25 0 2 0 165180422 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 70087 58633 180 90 0 69625 0
[pid=32354/tid=32356] ppid=32352 vsize=280348 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165183575 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 280348

[startup+162.42 s]
/proc/loadavg: 0.99 1.15 1.51 2/79 32356
/proc/meminfo: memFree=1163192/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=280348 CPUtime=162.35
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97743 0 0 0 16195 40 0 0 25 0 2 0 165180422 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661402 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 70087 58633 180 90 0 69625 0
[pid=32354/tid=32356] ppid=32352 vsize=280348 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165183575 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 280348

[startup+222.471 s]
/proc/loadavg: 0.99 1.12 1.47 2/79 32356
/proc/meminfo: memFree=1163192/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=280348 CPUtime=222.38
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97743 0 0 0 22197 41 0 0 25 0 2 0 165180422 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618430 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 70087 58633 180 90 0 69625 0
[pid=32354/tid=32356] ppid=32352 vsize=280348 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165183575 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 280348

[startup+282.524 s]
/proc/loadavg: 0.99 1.10 1.44 2/79 32356
/proc/meminfo: memFree=1163136/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=280348 CPUtime=282.42
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97743 0 0 0 28200 42 0 0 25 0 2 0 165180422 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 70087 58633 180 90 0 69625 0
[pid=32354/tid=32356] ppid=32352 vsize=280348 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165183575 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.42
Current children cumulated vsize (KiB) 280348

[startup+342.573 s]
/proc/loadavg: 0.99 1.08 1.41 2/79 32356
/proc/meminfo: memFree=1163200/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=280348 CPUtime=342.45
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97743 0 0 0 34203 42 0 0 25 0 2 0 165180422 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 70087 58633 180 90 0 69625 0
[pid=32354/tid=32356] ppid=32352 vsize=280348 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165183575 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.45
Current children cumulated vsize (KiB) 280348

[startup+402.629 s]
/proc/loadavg: 0.99 1.06 1.38 2/79 32356
/proc/meminfo: memFree=1163136/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=280348 CPUtime=402.48
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97743 0 0 0 40206 42 0 0 25 0 2 0 165180422 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 70087 58633 180 90 0 69625 0
[pid=32354/tid=32356] ppid=32352 vsize=280348 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165183575 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.48
Current children cumulated vsize (KiB) 280348

[startup+462.673 s]
/proc/loadavg: 0.99 1.05 1.35 2/79 32356
/proc/meminfo: memFree=1163200/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=280348 CPUtime=462.51
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97743 0 0 0 46208 43 0 0 25 0 2 0 165180422 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 70087 58633 180 90 0 69625 0
[pid=32354/tid=32356] ppid=32352 vsize=280348 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165183575 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.51
Current children cumulated vsize (KiB) 280348

[startup+522.725 s]
/proc/loadavg: 0.99 1.04 1.33 2/79 32356
/proc/meminfo: memFree=1163136/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=280348 CPUtime=522.54
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97743 0 0 0 52211 43 0 0 25 0 2 0 165180422 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620211 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 70087 58633 180 90 0 69625 0
[pid=32354/tid=32356] ppid=32352 vsize=280348 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165183575 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.54
Current children cumulated vsize (KiB) 280348

[startup+582.778 s]
/proc/loadavg: 0.99 1.03 1.31 2/79 32356
/proc/meminfo: memFree=1163136/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=280348 CPUtime=582.58
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97743 0 0 0 58214 44 0 0 25 0 2 0 165180422 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554344 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 70087 58633 180 90 0 69625 0
[pid=32354/tid=32356] ppid=32352 vsize=280348 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165183575 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.58
Current children cumulated vsize (KiB) 280348

[startup+642.835 s]
/proc/loadavg: 0.99 1.02 1.28 2/79 32356
/proc/meminfo: memFree=1163136/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=280348 CPUtime=642.61
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97743 0 0 0 64217 44 0 0 25 0 2 0 165180422 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663934 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 70087 58633 180 90 0 69625 0
[pid=32354/tid=32356] ppid=32352 vsize=280348 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165183575 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 642.61
Current children cumulated vsize (KiB) 280348


################
# More data... #
################

[pid=32354/tid=32359] ppid=32352 vsize=290592 CPUtime=0
/proc/32354/task/32359/stat : 32359 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165273587 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.99
Current children cumulated vsize (KiB) 290592

[startup+1243.47 s]
/proc/loadavg: 0.99 1.00 1.13 2/80 32359
/proc/meminfo: memFree=1161720/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=290592 CPUtime=1243.06
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97745 0 0 0 124258 48 0 0 25 0 3 0 165180422 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 72648 58635 180 90 0 72186 0
[pid=32354/tid=32356] ppid=32352 vsize=290592 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165183575 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=290592 CPUtime=0
/proc/32354/task/32359/stat : 32359 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165273587 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1243.06
Current children cumulated vsize (KiB) 290592

[startup+1303.55 s]
/proc/loadavg: 0.99 1.00 1.12 2/80 32359
/proc/meminfo: memFree=1161720/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=290592 CPUtime=1303.11
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97745 0 0 0 130263 48 0 0 25 0 3 0 165180422 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620056 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 72648 58635 180 90 0 72186 0
[pid=32354/tid=32356] ppid=32352 vsize=290592 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165183575 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=290592 CPUtime=0
/proc/32354/task/32359/stat : 32359 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165273587 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1303.11
Current children cumulated vsize (KiB) 290592

[startup+1363.63 s]
/proc/loadavg: 0.99 1.00 1.11 2/80 32359
/proc/meminfo: memFree=1161720/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=290592 CPUtime=1363.17
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97745 0 0 0 136269 48 0 0 25 0 3 0 165180422 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662569 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 72648 58635 180 90 0 72186 0
[pid=32354/tid=32356] ppid=32352 vsize=290592 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165183575 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=290592 CPUtime=0
/proc/32354/task/32359/stat : 32359 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165273587 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1363.17
Current children cumulated vsize (KiB) 290592

[startup+1423.72 s]
/proc/loadavg: 0.99 1.00 1.10 2/81 32360
/proc/meminfo: memFree=1161712/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=300836 CPUtime=1423.25
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97746 0 0 0 142276 49 0 0 25 0 4 0 165180422 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 75209 58636 180 90 0 74747 0
[pid=32354/tid=32356] ppid=32352 vsize=300836 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165183575 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=300836 CPUtime=0
/proc/32354/task/32359/stat : 32359 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165273587 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32360] ppid=32352 vsize=300836 CPUtime=0
/proc/32354/task/32360/stat : 32360 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165318594 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1423.25
Current children cumulated vsize (KiB) 300836

[startup+1483.82 s]
/proc/loadavg: 0.99 1.00 1.09 2/81 32360
/proc/meminfo: memFree=1161712/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=300836 CPUtime=1483.33
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97746 0 0 0 148284 49 0 0 25 0 4 0 165180422 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662628 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 75209 58636 180 90 0 74747 0
[pid=32354/tid=32356] ppid=32352 vsize=300836 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165183575 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=300836 CPUtime=0
/proc/32354/task/32359/stat : 32359 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165273587 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32360] ppid=32352 vsize=300836 CPUtime=0
/proc/32354/task/32360/stat : 32360 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165318594 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.33
Current children cumulated vsize (KiB) 300836

[startup+1543.92 s]
/proc/loadavg: 0.99 1.00 1.08 2/81 32360
/proc/meminfo: memFree=1161648/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=300836 CPUtime=1543.41
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97746 0 0 0 154292 49 0 0 25 0 4 0 165180422 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618374 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 75209 58636 180 90 0 74747 0
[pid=32354/tid=32356] ppid=32352 vsize=300836 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165183575 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=300836 CPUtime=0
/proc/32354/task/32359/stat : 32359 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165273587 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32360] ppid=32352 vsize=300836 CPUtime=0
/proc/32354/task/32360/stat : 32360 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165318594 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.41
Current children cumulated vsize (KiB) 300836

[startup+1603.93 s]
/proc/loadavg: 0.99 1.00 1.08 2/81 32360
/proc/meminfo: memFree=1161712/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=300836 CPUtime=1603.4
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 97746 0 0 0 160290 50 0 0 25 0 4 0 165180422 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 75209 58636 180 90 0 74747 0
[pid=32354/tid=32356] ppid=32352 vsize=300836 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165183575 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=300836 CPUtime=0
/proc/32354/task/32359/stat : 32359 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165273587 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32360] ppid=32352 vsize=300836 CPUtime=0
/proc/32354/task/32360/stat : 32360 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165318594 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.4
Current children cumulated vsize (KiB) 300836

[startup+1664.02 s]
/proc/loadavg: 0.99 1.00 1.07 2/81 32360
/proc/meminfo: memFree=1138736/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=324272 CPUtime=1663.47
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 109340 0 0 0 166292 55 0 0 25 0 4 0 165180422 332054528 64369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 81068 64369 180 90 0 80606 0
[pid=32354/tid=32356] ppid=32352 vsize=324272 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165183575 332054528 64369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=324272 CPUtime=0
/proc/32354/task/32359/stat : 32359 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165273587 332054528 64369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32360] ppid=32352 vsize=324272 CPUtime=0
/proc/32354/task/32360/stat : 32360 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165318594 332054528 64369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.47
Current children cumulated vsize (KiB) 324272

[startup+1724.13 s]
/proc/loadavg: 0.99 1.00 1.06 2/81 32360
/proc/meminfo: memFree=1138736/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=324272 CPUtime=1723.55
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 109340 0 0 0 172300 55 0 0 25 0 4 0 165180422 332054528 64369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 81068 64369 180 90 0 80606 0
[pid=32354/tid=32356] ppid=32352 vsize=324272 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165183575 332054528 64369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=324272 CPUtime=0
/proc/32354/task/32359/stat : 32359 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165273587 332054528 64369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32360] ppid=32352 vsize=324272 CPUtime=0
/proc/32354/task/32360/stat : 32360 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165318594 332054528 64369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.55
Current children cumulated vsize (KiB) 324272

[startup+1784.23 s]
/proc/loadavg: 0.99 1.00 1.06 2/81 32360
/proc/meminfo: memFree=1138736/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=324272 CPUtime=1783.64
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 109340 0 0 0 178308 56 0 0 25 0 4 0 165180422 332054528 64369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 81068 64369 180 90 0 80606 0
[pid=32354/tid=32356] ppid=32352 vsize=324272 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165183575 332054528 64369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=324272 CPUtime=0
/proc/32354/task/32359/stat : 32359 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165273587 332054528 64369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32360] ppid=32352 vsize=324272 CPUtime=0
/proc/32354/task/32360/stat : 32360 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165318594 332054528 64369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.64
Current children cumulated vsize (KiB) 324272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.63 s]
/proc/loadavg: 0.99 1.00 1.06 2/81 32360
/proc/meminfo: memFree=1138736/2055920 swapFree=4170848/4192956
[pid=32354] ppid=32352 vsize=324272 CPUtime=1800.04
/proc/32354/stat : 32354 (bprolog) R 32352 32354 32051 0 -1 4194304 109340 0 0 0 179948 56 0 0 25 0 4 0 165180422 332054528 64369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664261 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32354/statm: 81068 64369 180 90 0 80606 0
[pid=32354/tid=32356] ppid=32352 vsize=324272 CPUtime=0
/proc/32354/task/32356/stat : 32356 (bprolog) S 32352 32354 32051 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165183575 332054528 64369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32359] ppid=32352 vsize=324272 CPUtime=0
/proc/32354/task/32359/stat : 32359 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165273587 332054528 64369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32354/tid=32360] ppid=32352 vsize=324272 CPUtime=0
/proc/32354/task/32360/stat : 32360 (bprolog) S 32352 32354 32051 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165318594 332054528 64369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 324272

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.69
CPU time (s): 1800.1
CPU user time (s): 1799.5
CPU system time (s): 0.601908
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 324272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.601908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109340
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 33194

runsolver used 2.24566 s user time and 4.14937 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sun Jan  7 11:04:07 UTC 2007


IDJOB= 205674
IDBENCH= 4163
FILE ID= node25/205674-1168167843

PBS_JOBID= 3478794

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp36-40/fapp40/fapp40-3000-2.xml
COMMAND LINE= /tmp/evaluation/205674-1168167843/Complete/Ordinary/solver /tmp/evaluation/205674-1168167843/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node25/convwatcher-205674-1168167843 -o ROOT/results/node25/conversion-205674-1168167843 -C 600 -M 900 /tmp/evaluation/205674-1168167843/Complete/Ordinary/conversion /tmp/evaluation/205674-1168167843/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-205674-1168167843 -o ROOT/results/node25/solver-205674-1168167843 -C 1800 -M 900  /tmp/evaluation/205674-1168167843/Complete/Ordinary/solver /tmp/evaluation/205674-1168167843/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  7914318078e2e6bda68bc227b451eb9e

RANDOM SEED= 618719744

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1397856 kB
Buffers:         48692 kB
Cached:         509912 kB
SwapCached:       1240 kB
Active:          92292 kB
Inactive:       489152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1397856 kB
SwapTotal:     4192956 kB
SwapFree:      4170848 kB
Dirty:            8412 kB
Writeback:           0 kB
Mapped:          32868 kB
Slab:            61992 kB
Committed_AS:  3287752 kB
PageTables:       1936 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66546 MiB



End job on node25 on Sun Jan  7 11:34:41 UTC 2007