Trace number 278196

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
toolbar 2007-01-12MSAT (TO) 2400.08 2410.81

General information on the benchmark

NameMaxCSP/cnf/3-80-1100-2000/
cnf-3-80-1600-621041_ext.xml
MD5SUM29891a19fc351dc713e1bebd6b98af9f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints1494
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1586
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1586
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

2410.73	Terminated
c 
c 
c 
c solution file
c 
c 

SOL 1 0 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 1 1 1 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 0 1 0 1 0 1 1 0 1 1 1 1 0 0 1 1 1 0 0 1 0 0 0 0 1 0 0 1 1 
c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/278196-1169279829/unknown.xml to /tmp/evaluation/278196-1169279829/unknown.wcsp

Verifier Data (download as text)

92 unsatisfied constraints, 1494 satisfied constraints

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node4/watcher-278196-1169279829 -o ROOT/results/node4/solver-278196-1169279829 -C 2400 -M 900 /tmp/evaluation/278196-1169279829/solver.sh /tmp/evaluation/278196-1169279829/unknown 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.04 2.01 1.93 4/86 826
/proc/meminfo: memFree=1344432/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=8652 CPUtime=0
/proc/825/stat : 825 (solver.sh) R 823 825 303 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 276378505 8859648 279 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259913214623 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/825/statm: 2163 279 207 79 0 156 0
[pid=827] ppid=825 vsize=8688 CPUtime=0
/proc/827/stat : 827 (solver.sh) R 825 825 303 0 -1 4194368 27 0 0 0 0 0 0 0 17 0 1 0 276378506 8896512 286 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259913214623 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/827/statm: 2172 286 209 79 0 165 0
[pid=828] ppid=827 vsize=8700 CPUtime=0
/proc/828/stat : 828 (solver.sh) R 827 825 303 0 -1 4194368 19 0 0 0 0 0 0 0 17 0 1 0 276378506 8908800 288 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 4297456 0 0 4096 73728 0 0 0 17 1 0 0
/proc/828/statm: 2177 289 209 79 0 170 0

[startup+0.107993 s]
/proc/loadavg: 2.04 2.01 1.93 4/86 826
/proc/meminfo: memFree=1344432/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.517032 s]
/proc/loadavg: 2.04 2.01 1.93 4/86 826
/proc/meminfo: memFree=1344432/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.34311 s]
/proc/loadavg: 2.04 2.01 1.93 3/88 843
/proc/meminfo: memFree=1343392/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=1404 CPUtime=0
/proc/842/stat : 842 (toolbar) S 825 825 303 0 -1 4194304 135 0 0 0 0 0 0 0 25 0 1 0 276378511 1437696 109 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/842/statm: 351 109 52 178 0 169 0
[pid=843] ppid=842 vsize=1252 CPUtime=1.27
/proc/843/stat : 843 (narycsp) R 842 825 303 0 -1 4194304 459 0 0 0 127 0 0 0 25 0 1 0 276378512 1282048 184 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134514604 0 0 4096 512 0 0 0 17 1 0 0
/proc/843/statm: 313 184 106 211 0 82 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 50208

[startup+2.98227 s]
/proc/loadavg: 2.04 2.01 1.93 3/88 843
/proc/meminfo: memFree=1343392/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=1404 CPUtime=0
/proc/842/stat : 842 (toolbar) S 825 825 303 0 -1 4194304 135 0 0 0 0 0 0 0 25 0 1 0 276378511 1437696 109 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/842/statm: 351 109 52 178 0 169 0
[pid=843] ppid=842 vsize=1256 CPUtime=2.91
/proc/843/stat : 843 (narycsp) R 842 825 303 0 -1 4194304 466 0 0 0 291 0 0 0 25 0 1 0 276378512 1286144 191 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134514640 0 0 4096 512 0 0 0 17 1 0 0
/proc/843/statm: 314 191 112 211 0 83 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 50212

[startup+6.26158 s]
/proc/loadavg: 2.04 2.01 1.93 3/88 843
/proc/meminfo: memFree=1343200/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=1404 CPUtime=0
/proc/842/stat : 842 (toolbar) S 825 825 303 0 -1 4194304 135 0 0 0 0 0 0 0 25 0 1 0 276378511 1437696 109 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/842/statm: 351 109 52 178 0 169 0
[pid=843] ppid=842 vsize=1256 CPUtime=6.18
/proc/843/stat : 843 (narycsp) R 842 825 303 0 -1 4194304 466 0 0 0 618 0 0 0 25 0 1 0 276378512 1286144 191 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134542129 0 0 4096 512 0 0 0 17 1 0 0
/proc/843/statm: 314 191 112 211 0 83 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 50212

[startup+12.7362 s]
/proc/loadavg: 2.03 2.01 1.93 3/88 843
/proc/meminfo: memFree=1343200/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=1404 CPUtime=0
/proc/842/stat : 842 (toolbar) S 825 825 303 0 -1 4194304 135 0 0 0 0 0 0 0 25 0 1 0 276378511 1437696 109 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/842/statm: 351 109 52 178 0 169 0
[pid=843] ppid=842 vsize=1256 CPUtime=12.65
/proc/843/stat : 843 (narycsp) R 842 825 303 0 -1 4194304 466 0 0 0 1265 0 0 0 25 0 1 0 276378512 1286144 191 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134514492 0 0 4096 512 0 0 0 17 1 0 0
/proc/843/statm: 314 191 112 211 0 83 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 50212

[startup+25.5524 s]
/proc/loadavg: 2.02 2.01 1.93 3/87 844
/proc/meminfo: memFree=1342696/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=25.46
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 410 859 0 0 1235 0 1311 0 25 0 1 0 276378511 2527232 361 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611735 0 0 4096 2 0 0 0 17 1 0 0
/proc/842/statm: 617 361 66 178 0 435 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 50020

[startup+51.2009 s]
/proc/loadavg: 2.02 2.01 1.93 3/87 844
/proc/meminfo: memFree=1342824/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=51.1
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 412 859 0 0 3799 0 1311 0 25 0 1 0 276378511 2527232 363 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134639369 0 0 4096 2 0 0 0 17 1 0 0
/proc/842/statm: 617 363 66 178 0 435 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 50020

[startup+102.488 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 844
/proc/meminfo: memFree=1342888/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=102.38
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 413 859 0 0 8926 1 1311 0 25 0 1 0 276378511 2527232 364 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134615344 0 0 4096 2 0 0 0 17 1 0 0
/proc/842/statm: 617 364 66 178 0 435 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 50020

[startup+162.493 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 893
/proc/meminfo: memFree=1342440/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=162.15
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 413 859 0 0 14902 2 1311 0 25 0 1 0 276378511 2527232 364 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134606133 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 364 66 178 0 435 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 50020

[startup+222.497 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 893
/proc/meminfo: memFree=1342440/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=221.89
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 414 859 0 0 20876 2 1311 0 25 0 1 0 276378511 2527232 365 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134624289 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 365 66 178 0 435 0
Current children cumulated CPU time (s) 221.9
Current children cumulated vsize (KiB) 50020

[startup+282.518 s]
/proc/loadavg: 2.00 2.00 1.93 3/93 1057
/proc/meminfo: memFree=1341048/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=281.51
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 414 859 0 0 26830 10 1311 0 25 0 1 0 276378511 2527232 365 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134607698 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 365 66 178 0 435 0
Current children cumulated CPU time (s) 281.52
Current children cumulated vsize (KiB) 50020

[startup+342.529 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 1092
/proc/meminfo: memFree=1342120/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=341.22
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 414 859 0 0 32799 12 1311 0 25 0 1 0 276378511 2527232 365 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134624270 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 365 66 178 0 435 0
Current children cumulated CPU time (s) 341.23
Current children cumulated vsize (KiB) 50020

[startup+402.63 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 1092
/proc/meminfo: memFree=1342120/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=401.06
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 414 859 0 0 38783 12 1311 0 25 0 1 0 276378511 2527232 365 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611916 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 365 66 178 0 435 0
Current children cumulated CPU time (s) 401.07
Current children cumulated vsize (KiB) 50020

[startup+462.735 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 1092
/proc/meminfo: memFree=1342120/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01

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

/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=1656.79
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 417 859 0 0 164353 15 1311 0 25 0 1 0 276378511 2527232 368 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134624340 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 368 66 178 0 435 0
Current children cumulated CPU time (s) 1656.8
Current children cumulated vsize (KiB) 50020

[startup+1724.07 s]
/proc/loadavg: 2.00 2.00 1.95 3/87 1094
/proc/meminfo: memFree=1342184/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=1716.49
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 417 859 0 0 170323 15 1311 0 25 0 1 0 276378511 2527232 368 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611757 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 368 66 178 0 435 0
Current children cumulated CPU time (s) 1716.5
Current children cumulated vsize (KiB) 50020

[startup+1784.17 s]
/proc/loadavg: 2.00 2.00 1.95 3/87 1094
/proc/meminfo: memFree=1342248/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=1776.33
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 417 859 0 0 176307 15 1311 0 25 0 1 0 276378511 2527232 368 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134626326 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 368 66 178 0 435 0
Current children cumulated CPU time (s) 1776.34
Current children cumulated vsize (KiB) 50020

[startup+1844.27 s]
/proc/loadavg: 2.05 2.01 1.95 3/87 1094
/proc/meminfo: memFree=1342184/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=1836.15
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 417 859 0 0 182289 15 1311 0 25 0 1 0 276378511 2527232 368 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134626364 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 368 66 178 0 435 0
Current children cumulated CPU time (s) 1836.16
Current children cumulated vsize (KiB) 50020

[startup+1904.36 s]
/proc/loadavg: 2.02 2.01 1.95 3/87 1094
/proc/meminfo: memFree=1342184/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=1895.96
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 417 859 0 0 188270 15 1311 0 25 0 1 0 276378511 2527232 368 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134641081 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 368 66 178 0 435 0
Current children cumulated CPU time (s) 1895.97
Current children cumulated vsize (KiB) 50020

[startup+1964.37 s]
/proc/loadavg: 2.00 2.00 1.95 3/87 1094
/proc/meminfo: memFree=1342120/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=1955.69
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 417 859 0 0 194243 15 1311 0 25 0 1 0 276378511 2527232 368 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134621915 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 368 66 178 0 435 0
Current children cumulated CPU time (s) 1955.7
Current children cumulated vsize (KiB) 50020

[startup+2024.37 s]
/proc/loadavg: 2.06 2.01 1.96 3/87 1094
/proc/meminfo: memFree=1342184/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=2015.43
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 417 859 0 0 200217 15 1311 0 25 0 1 0 276378511 2527232 368 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134628046 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 368 66 178 0 435 0
Current children cumulated CPU time (s) 2015.44
Current children cumulated vsize (KiB) 50020

[startup+2084.47 s]
/proc/loadavg: 2.02 2.01 1.96 3/87 1094
/proc/meminfo: memFree=1342120/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=2075.25
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 417 859 0 0 206199 15 1311 0 25 0 1 0 276378511 2527232 368 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134514337 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 368 66 178 0 435 0
Current children cumulated CPU time (s) 2075.26
Current children cumulated vsize (KiB) 50020

[startup+2144.47 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 1094
/proc/meminfo: memFree=1342184/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=2134.98
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 417 859 0 0 212172 15 1311 0 25 0 1 0 276378511 2527232 368 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134514337 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 368 66 178 0 435 0
Current children cumulated CPU time (s) 2134.99
Current children cumulated vsize (KiB) 50020

[startup+2204.57 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 1094
/proc/meminfo: memFree=1342120/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=2194.81
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 417 859 0 0 218155 15 1311 0 25 0 1 0 276378511 2527232 368 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134626289 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 368 66 178 0 435 0
Current children cumulated CPU time (s) 2194.82
Current children cumulated vsize (KiB) 50020

[startup+2264.57 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 1094
/proc/meminfo: memFree=1342120/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=2254.54
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 417 859 0 0 224127 16 1311 0 25 0 1 0 276378511 2527232 368 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611236 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 368 66 178 0 435 0
Current children cumulated CPU time (s) 2254.55
Current children cumulated vsize (KiB) 50020

[startup+2324.67 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 1094
/proc/meminfo: memFree=1342184/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=2314.37
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 417 859 0 0 230110 16 1311 0 25 0 1 0 276378511 2527232 368 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134626332 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 368 66 178 0 435 0
Current children cumulated CPU time (s) 2314.38
Current children cumulated vsize (KiB) 50020

[startup+2384.67 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 1094
/proc/meminfo: memFree=1342120/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=2374.11
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 417 859 0 0 236084 16 1311 0 25 0 1 0 276378511 2527232 368 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134627958 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 368 66 178 0 435 0
Current children cumulated CPU time (s) 2374.12
Current children cumulated vsize (KiB) 50020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2410.72 s]
/proc/loadavg: 2.07 2.02 1.96 3/87 1094
/proc/meminfo: memFree=1342120/2055920 swapFree=4182144/4192956
[pid=825] ppid=823 vsize=47552 CPUtime=0.01
/proc/825/stat : 825 (solver.sh) S 823 825 303 0 -1 4194304 844 2110 0 0 0 0 0 1 24 0 1 0 276378505 48693248 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/825/statm: 11888 361 245 79 0 217 0
[pid=842] ppid=825 vsize=2468 CPUtime=2400.03
/proc/842/stat : 842 (toolbar) R 825 825 303 0 -1 4194304 417 859 0 0 238676 16 1311 0 25 0 1 0 276378511 2527232 368 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134514324 0 0 4096 2 0 0 0 17 0 0 0
/proc/842/statm: 617 368 66 178 0 435 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 50020

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2410.81
CPU time (s): 2400.08
CPU user time (s): 2399.88
CPU system time (s): 0.19197
CPU usage (%): 99.5548
Max. virtual memory (cumulated for all children) (KiB): 50212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.88
system time used= 0.19197
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4263
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= 70
involuntary context switches= 38752

runsolver used 2.35564 s user time and 6.26705 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Jan 20 07:57:09 UTC 2007


IDJOB= 278196
IDBENCH= 8129
IDSOLVER= 73
FILE ID= node4/278196-1169279829

PBS_JOBID= 3609477

Free space on /tmp= 66560 MiB

SOLVER NAME= toolbar 2007-01-12
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/cnf/3-80-1100-2000/cnf-3-80-1600-621041_ext.xml
COMMAND LINE= /tmp/evaluation/278196-1169279829/solver.sh /tmp/evaluation/278196-1169279829/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node4/convwatcher-278196-1169279829 -o ROOT/results/node4/conversion-278196-1169279829 -C 600 -M 900 /tmp/evaluation/278196-1169279829/translate /tmp/evaluation/278196-1169279829/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-278196-1169279829 -o ROOT/results/node4/solver-278196-1169279829 -C 2400 -M 900  /tmp/evaluation/278196-1169279829/solver.sh /tmp/evaluation/278196-1169279829/unknown

META MD5SUM SOLVER= 0bc5e5f95d54df9daf70dab8540aecd6
MD5SUM BENCH=  29891a19fc351dc713e1bebd6b98af9f

RANDOM SEED= 990166810

TIME LIMIT= 2400 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.223
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.223
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:       1344912 kB
Buffers:         65464 kB
Cached:         516952 kB
SwapCached:       2180 kB
Active:         202528 kB
Inactive:       425784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1344912 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            3088 kB
Writeback:           0 kB
Mapped:          57088 kB
Slab:            67356 kB
Committed_AS:  7733604 kB
PageTables:       2356 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= 66560 MiB



End job on node4 on Sat Jan 20 08:37:20 UTC 2007