Trace number 209792

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.14 1803.37

General information on the benchmark

Namefapp/fapp26-30/fapp26/
fapp26-2300-7.xml
MD5SUM39fd319fe26c856a24205927bfd025f7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.9342
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/209792-1168194186/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/node21/watcher-209792-1168194186 -o ROOT/results/node21/solver-209792-1168194186 -C 1800 -M 900 /tmp/evaluation/209792-1168194186/Complete/Ordinary/solver /tmp/evaluation/209792-1168194186/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: 2.11 2.06 2.02 5/86 21732
/proc/meminfo: memFree=1408208/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=1320 CPUtime=0
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 302 0 0 0 0 0 0 0 21 0 1 0 167814616 1351680 36 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 8438564 0 0 4096 0 0 0 0 17 1 0 0
/proc/21731/statm: 330 36 29 90 0 167 0

[startup+0.102641 s]
/proc/loadavg: 2.11 2.06 2.02 5/86 21732
/proc/meminfo: memFree=1408208/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=53824 CPUtime=0.09
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 2172 0 0 0 8 1 0 0 21 0 1 0 167814616 55115776 1888 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/21731/statm: 13456 1888 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.510716 s]
/proc/loadavg: 2.11 2.06 2.02 5/86 21732
/proc/meminfo: memFree=1408208/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=67856 CPUtime=0.49
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 8893 0 0 0 45 4 0 0 25 0 1 0 167814616 69484544 8607 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/21731/statm: 16964 8607 157 90 0 16502 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 67856

[startup+1.33187 s]
/proc/loadavg: 2.10 2.06 2.02 3/86 21732
/proc/meminfo: memFree=1364752/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=67856 CPUtime=1.29
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 11931 0 0 0 124 5 0 0 25 0 1 0 167814616 69484544 11645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568499 0 0 4096 2 0 0 0 17 1 0 0
/proc/21731/statm: 16964 11645 157 90 0 16502 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 67856

[startup+2.96918 s]
/proc/loadavg: 2.10 2.06 2.02 3/86 21732
/proc/meminfo: memFree=1361040/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=67852 CPUtime=2.91
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 12212 0 0 0 286 5 0 0 25 0 1 0 167814616 69480448 11925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 0 0 0 17 1 0 0
/proc/21731/statm: 16963 11925 176 90 0 16501 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 67852

[startup+6.2548 s]
/proc/loadavg: 2.09 2.06 2.02 3/86 21732
/proc/meminfo: memFree=1357392/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=71140 CPUtime=6.17
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 19283 0 0 0 609 8 0 0 25 0 1 0 167814616 72847360 12851 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 0 0 0 17 1 0 0
/proc/21731/statm: 17785 12851 176 90 0 17323 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 71140

[startup+12.717 s]
/proc/loadavg: 2.08 2.06 2.02 3/86 21732
/proc/meminfo: memFree=1323344/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=130200 CPUtime=12.57
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 48123 0 0 0 1237 20 0 0 25 0 1 0 167814616 133324800 23106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134854089 0 0 4096 2 0 0 0 17 1 0 0
/proc/21731/statm: 32550 23106 176 90 0 32088 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 130200

[startup+25.5384 s]
/proc/loadavg: 2.07 2.06 2.01 3/87 21733
/proc/meminfo: memFree=1298888/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=140444 CPUtime=25.29
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52482 0 0 0 2507 22 0 0 25 0 2 0 167814616 143814656 27465 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580492 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21731/statm: 35111 27465 180 90 0 34649 0
[pid=21731/tid=21733] ppid=21729 vsize=140444 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167815948 143814656 27465 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 140444

[startup+51.1813 s]
/proc/loadavg: 2.04 2.05 2.01 3/87 21733
/proc/meminfo: memFree=1299016/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=140444 CPUtime=50.74
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52483 0 0 0 5052 22 0 0 25 0 2 0 167814616 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21731/statm: 35111 27466 180 90 0 34649 0
[pid=21731/tid=21733] ppid=21729 vsize=140444 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167815948 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 140444

[startup+102.388 s]
/proc/loadavg: 1.96 2.03 2.00 3/86 21843
/proc/meminfo: memFree=1257880/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=140444 CPUtime=101.04
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52483 0 0 0 10077 27 0 0 25 0 2 0 167814616 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 35111 27466 180 90 0 34649 0
[pid=21731/tid=21733] ppid=21729 vsize=140444 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167815948 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.04
Current children cumulated vsize (KiB) 140444

[startup+162.396 s]
/proc/loadavg: 1.98 2.02 2.00 3/88 21851
/proc/meminfo: memFree=1305032/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=140444 CPUtime=160.96
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52483 0 0 0 16069 27 0 0 25 0 2 0 167814616 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 35111 27466 180 90 0 34649 0
[pid=21731/tid=21733] ppid=21729 vsize=140444 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167815948 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 140444

[startup+222.401 s]
/proc/loadavg: 1.99 2.01 2.00 3/88 21851
/proc/meminfo: memFree=1305096/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=140444 CPUtime=220.91
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52483 0 0 0 22064 27 0 0 25 0 2 0 167814616 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617918 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 35111 27466 180 90 0 34649 0
[pid=21731/tid=21733] ppid=21729 vsize=140444 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167815948 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.91
Current children cumulated vsize (KiB) 140444

[startup+282.404 s]
/proc/loadavg: 1.99 2.01 2.00 3/88 21851
/proc/meminfo: memFree=1305032/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=140444 CPUtime=280.85
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52483 0 0 0 28058 27 0 0 25 0 2 0 167814616 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 35111 27466 180 90 0 34649 0
[pid=21731/tid=21733] ppid=21729 vsize=140444 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167815948 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.85
Current children cumulated vsize (KiB) 140444

[startup+342.407 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 21851
/proc/meminfo: memFree=1305032/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=140444 CPUtime=340.77
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52483 0 0 0 34050 27 0 0 25 0 2 0 167814616 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 35111 27466 180 90 0 34649 0
[pid=21731/tid=21733] ppid=21729 vsize=140444 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167815948 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.77
Current children cumulated vsize (KiB) 140444

[startup+402.41 s]
/proc/loadavg: 2.03 2.01 2.00 3/88 21851
/proc/meminfo: memFree=1304968/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=140444 CPUtime=400.72
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52483 0 0 0 40045 27 0 0 25 0 2 0 167814616 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 35111 27466 180 90 0 34649 0
[pid=21731/tid=21733] ppid=21729 vsize=140444 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167815948 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.72
Current children cumulated vsize (KiB) 140444

[startup+462.415 s]
/proc/loadavg: 2.05 2.02 2.00 3/88 21851
/proc/meminfo: memFree=1305032/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=140444 CPUtime=460.66
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52483 0 0 0 46038 28 0 0 25 0 2 0 167814616 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 35111 27466 180 90 0 34649 0
[pid=21731/tid=21733] ppid=21729 vsize=140444 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167815948 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.66
Current children cumulated vsize (KiB) 140444

[startup+522.416 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 21851
/proc/meminfo: memFree=1305032/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=140444 CPUtime=520.59
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52483 0 0 0 52031 28 0 0 25 0 2 0 167814616 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580492 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 35111 27466 180 90 0 34649 0
[pid=21731/tid=21733] ppid=21729 vsize=140444 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167815948 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.59
Current children cumulated vsize (KiB) 140444

[startup+582.432 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 21851
/proc/meminfo: memFree=1305032/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=140444 CPUtime=580.55
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52483 0 0 0 58027 28 0 0 25 0 2 0 167814616 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554303 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 35111 27466 180 90 0 34649 0
[pid=21731/tid=21733] ppid=21729 vsize=140444 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167815948 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.55
Current children cumulated vsize (KiB) 140444

[startup+642.44 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 21851
/proc/meminfo: memFree=1305032/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=140444 CPUtime=640.5
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52483 0 0 0 64022 28 0 0 25 0 2 0 167814616 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 35111 27466 180 90 0 34649 0
[pid=21731/tid=21733] ppid=21729 vsize=140444 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167815948 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.5

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

[pid=21731/tid=21852] ppid=21729 vsize=150688 CPUtime=0
/proc/21731/task/21852/stat : 21852 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167905962 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1180.09
Current children cumulated vsize (KiB) 150688

[startup+1242.69 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 21853
/proc/meminfo: memFree=1304888/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=150688 CPUtime=1240.05
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52484 0 0 0 123976 29 0 0 25 0 3 0 167814616 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 37672 27467 180 90 0 37210 0
[pid=21731/tid=21733] ppid=21729 vsize=150688 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167815948 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21731/tid=21852] ppid=21729 vsize=150688 CPUtime=0
/proc/21731/task/21852/stat : 21852 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167905962 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1240.05
Current children cumulated vsize (KiB) 150688

[startup+1302.73 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 21853
/proc/meminfo: memFree=1304888/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=150688 CPUtime=1300.03
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52484 0 0 0 129973 30 0 0 25 0 3 0 167814616 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 37672 27467 180 90 0 37210 0
[pid=21731/tid=21733] ppid=21729 vsize=150688 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167815948 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21731/tid=21852] ppid=21729 vsize=150688 CPUtime=0
/proc/21731/task/21852/stat : 21852 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167905962 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 150688

[startup+1362.77 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 21853
/proc/meminfo: memFree=1304888/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=150688 CPUtime=1360.01
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52484 0 0 0 135971 30 0 0 25 0 3 0 167814616 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669029 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 37672 27467 180 90 0 37210 0
[pid=21731/tid=21733] ppid=21729 vsize=150688 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167815948 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21731/tid=21852] ppid=21729 vsize=150688 CPUtime=0
/proc/21731/task/21852/stat : 21852 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167905962 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1360.01
Current children cumulated vsize (KiB) 150688

[startup+1422.83 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 21854
/proc/meminfo: memFree=1304816/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=160932 CPUtime=1420
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52485 0 0 0 141970 30 0 0 25 0 4 0 167814616 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 40233 27468 180 90 0 39771 0
[pid=21731/tid=21733] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167815948 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21731/tid=21852] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21852/stat : 21852 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167905962 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21731/tid=21854] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21854/stat : 21854 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167950972 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1420
Current children cumulated vsize (KiB) 160932

[startup+1482.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 21855
/proc/meminfo: memFree=1304808/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=160932 CPUtime=1480
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52485 0 0 0 147969 31 0 0 25 0 4 0 167814616 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 40233 27468 180 90 0 39771 0
[pid=21731/tid=21733] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167815948 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21731/tid=21852] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21852/stat : 21852 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167905962 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21731/tid=21854] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21854/stat : 21854 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167950972 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480
Current children cumulated vsize (KiB) 160932

[startup+1542.96 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 21855
/proc/meminfo: memFree=1304808/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=160932 CPUtime=1540.01
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52485 0 0 0 153970 31 0 0 25 0 4 0 167814616 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 40233 27468 180 90 0 39771 0
[pid=21731/tid=21733] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167815948 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21731/tid=21852] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21852/stat : 21852 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167905962 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21731/tid=21854] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21854/stat : 21854 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167950972 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.01
Current children cumulated vsize (KiB) 160932

[startup+1603.03 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 21855
/proc/meminfo: memFree=1303016/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=160932 CPUtime=1600
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52957 0 0 0 159969 31 0 0 25 0 4 0 167814616 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661462 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 40233 27940 180 90 0 39771 0
[pid=21731/tid=21733] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167815948 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21731/tid=21852] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21852/stat : 21852 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167905962 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21731/tid=21854] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21854/stat : 21854 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167950972 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600
Current children cumulated vsize (KiB) 160932

[startup+1663.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 21855
/proc/meminfo: memFree=1303016/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=160932 CPUtime=1660
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52957 0 0 0 165969 31 0 0 25 0 4 0 167814616 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 40233 27940 180 90 0 39771 0
[pid=21731/tid=21733] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167815948 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21731/tid=21852] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21852/stat : 21852 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167905962 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21731/tid=21854] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21854/stat : 21854 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167950972 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660
Current children cumulated vsize (KiB) 160932

[startup+1723.16 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 21855
/proc/meminfo: memFree=1301096/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=160932 CPUtime=1719.98
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52957 0 0 0 171967 31 0 0 25 0 4 0 167814616 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134616212 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 40233 27940 180 90 0 39771 0
[pid=21731/tid=21733] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167815948 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21731/tid=21852] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21852/stat : 21852 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167905962 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21731/tid=21854] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21854/stat : 21854 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167950972 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.98
Current children cumulated vsize (KiB) 160932

[startup+1783.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 21855
/proc/meminfo: memFree=1301032/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=160932 CPUtime=1779.99
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52957 0 0 0 177968 31 0 0 25 0 4 0 167814616 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 40233 27940 180 90 0 39771 0
[pid=21731/tid=21733] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167815948 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21731/tid=21852] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21852/stat : 21852 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167905962 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21731/tid=21854] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21854/stat : 21854 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167950972 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.99
Current children cumulated vsize (KiB) 160932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.34 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 21855
/proc/meminfo: memFree=1301032/2055920 swapFree=4156304/4192956
[pid=21731] ppid=21729 vsize=160932 CPUtime=1800.1
/proc/21731/stat : 21731 (bprolog) R 21729 21731 21651 0 -1 4194304 52957 0 0 0 179979 31 0 0 25 0 4 0 167814616 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580598 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21731/statm: 40233 27940 180 90 0 39771 0
[pid=21731/tid=21733] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21733/stat : 21733 (bprolog) S 21729 21731 21651 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167815948 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21731/tid=21852] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21852/stat : 21852 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167905962 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21731/tid=21854] ppid=21729 vsize=160932 CPUtime=0
/proc/21731/task/21854/stat : 21854 (bprolog) S 21729 21731 21651 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167950972 164794368 27940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 160932

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.37
CPU time (s): 1800.14
CPU user time (s): 1799.8
CPU system time (s): 0.336948
CPU usage (%): 99.8206
Max. virtual memory (cumulated for all children) (KiB): 160932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.336948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52957
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= 14
involuntary context switches= 13457

runsolver used 2.01269 s user time and 5.2242 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Sun Jan  7 18:23:06 UTC 2007


IDJOB= 209792
IDBENCH= 4561
FILE ID= node21/209792-1168194186

PBS_JOBID= 3479444

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp26-30/fapp26/fapp26-2300-7.xml
COMMAND LINE= /tmp/evaluation/209792-1168194186/Complete/Ordinary/solver /tmp/evaluation/209792-1168194186/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node21/convwatcher-209792-1168194186 -o ROOT/results/node21/conversion-209792-1168194186 -C 600 -M 900 /tmp/evaluation/209792-1168194186/Complete/Ordinary/conversion /tmp/evaluation/209792-1168194186/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-209792-1168194186 -o ROOT/results/node21/solver-209792-1168194186 -C 1800 -M 900  /tmp/evaluation/209792-1168194186/Complete/Ordinary/solver /tmp/evaluation/209792-1168194186/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  39fd319fe26c856a24205927bfd025f7

RANDOM SEED= 783982425

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.261
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.261
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:       1408624 kB
Buffers:         76804 kB
Cached:         360848 kB
SwapCached:       3260 kB
Active:         331064 kB
Inactive:       250256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1408624 kB
SwapTotal:     4192956 kB
SwapFree:      4156304 kB
Dirty:            7100 kB
Writeback:           0 kB
Mapped:         155156 kB
Slab:            50456 kB
Committed_AS:  3558824 kB
PageTables:       2496 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= 66549 MiB



End job on node21 on Sun Jan  7 18:53:24 UTC 2007