Trace number 282795

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.12 2402.51

General information on the benchmark

NameMaxCSP/spot5/
spot5-503_ext.xml
MD5SUM96ca725ee95743726556e6d48765a7fe
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints566
Best CPU time to get the best result obtained on this benchmark14.7937
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints635
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension635
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

2402.47	Terminated
c 
c 
c 
c solution file
c 
c 

SOL 0 0 1 2 1 0 1 0 2 1 0 1 1 0 1 1 2 0 1 1 1 1 0 1 1 0 1 0 0 1 1 1 1 1 1 0 1 0 0 1 0 1 0 1 1 1 0 0 1 0 1 3 2 1 2 0 1 1 1 1 1 0 1 0 1 0 1 2 1 2 2 1 1 0 2 1 0 1 0 0 3 1 0 0 1 1 1 0 1 1 0 1 0 1 2 1 0 1 1 1 3 1 1 1 1 0 1 2 0 0 1 1 1 1 2 1 1 0 0 1 2 1 1 1 0 1 1 1 1 1 2 0 1 1 2 0 2 0 2 1 0 1 0 -1 
c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/282795-1169322454/unknown.xml to /tmp/evaluation/282795-1169322454/unknown.wcsp

Verifier Data (download as text)

69 unsatisfied constraints, 566 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/node52/watcher-282795-1169322454 -o ROOT/results/node52/solver-282795-1169322454 -C 2400 -M 900 /tmp/evaluation/282795-1169322454/solver.sh /tmp/evaluation/282795-1169322454/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: 1.92 1.98 1.90 5/74 31493
/proc/meminfo: memFree=1122240/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=8560 CPUtime=0
/proc/31492/stat : 31492 (solver.sh) R 31490 31492 31017 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 280643890 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653942159 0 0 4096 8192 0 0 0 17 1 0 0
/proc/31492/statm: 2140 253 197 79 0 133 0

[startup+0.107262 s]
/proc/loadavg: 1.92 1.98 1.90 5/74 31493
/proc/meminfo: memFree=1122240/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.515286 s]
/proc/loadavg: 1.92 1.98 1.90 5/74 31493
/proc/meminfo: memFree=1122240/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.33634 s]
/proc/loadavg: 1.92 1.98 1.90 3/76 31510
/proc/meminfo: memFree=1121264/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=1404 CPUtime=0
/proc/31509/stat : 31509 (toolbar) S 31492 31492 31017 0 -1 4194304 122 0 0 0 0 0 0 0 25 0 1 0 280643894 1437696 96 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31509/statm: 351 96 52 178 0 169 0
[pid=31510] ppid=31509 vsize=1116 CPUtime=1.28
/proc/31510/stat : 31510 (narycsp) R 31509 31492 31017 0 -1 4194304 430 0 0 0 128 0 0 0 25 0 1 0 280643894 1142784 155 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134530513 0 0 4096 512 0 0 0 17 1 0 0
/proc/31510/statm: 279 155 112 211 0 48 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 50072

[startup+2.97645 s]
/proc/loadavg: 1.92 1.98 1.90 3/76 31510
/proc/meminfo: memFree=1121264/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=1404 CPUtime=0
/proc/31509/stat : 31509 (toolbar) S 31492 31492 31017 0 -1 4194304 122 0 0 0 0 0 0 0 25 0 1 0 280643894 1437696 96 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31509/statm: 351 96 52 178 0 169 0
[pid=31510] ppid=31509 vsize=1116 CPUtime=2.91
/proc/31510/stat : 31510 (narycsp) R 31509 31492 31017 0 -1 4194304 430 0 0 0 291 0 0 0 25 0 1 0 280643894 1142784 155 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134528298 0 0 4096 512 0 0 0 17 1 0 0
/proc/31510/statm: 279 155 112 211 0 48 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 50072

[startup+6.26768 s]
/proc/loadavg: 1.93 1.98 1.90 3/75 31511
/proc/meminfo: memFree=1119864/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=6.19
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 541 822 0 0 255 0 364 0 25 0 1 0 280643894 2924544 490 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134621903 0 0 4096 2 0 0 0 17 1 0 0
/proc/31509/statm: 714 490 66 178 0 532 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 50408

[startup+12.7321 s]
/proc/loadavg: 1.93 1.98 1.90 3/75 31511
/proc/meminfo: memFree=1119800/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=12.63
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 541 822 0 0 899 0 364 0 25 0 1 0 280643894 2924544 490 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611706 0 0 4096 2 0 0 0 17 1 0 0
/proc/31509/statm: 714 490 66 178 0 532 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 50408

[startup+25.548 s]
/proc/loadavg: 1.95 1.98 1.90 3/75 31511
/proc/meminfo: memFree=1119864/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=25.39
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 541 822 0 0 2175 0 364 0 25 0 1 0 280643894 2924544 490 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611732 0 0 4096 2 0 0 0 17 1 0 0
/proc/31509/statm: 714 490 66 178 0 532 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 50408

[startup+51.1937 s]
/proc/loadavg: 1.91 1.97 1.90 3/74 31560
/proc/meminfo: memFree=1253952/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=51
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 542 822 0 0 4736 0 364 0 25 0 1 0 280643894 2924544 490 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134642054 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 490 66 178 0 532 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 50408

[startup+102.481 s]
/proc/loadavg: 1.96 1.97 1.90 3/74 31560
/proc/meminfo: memFree=1254144/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=102.25
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 542 822 0 0 9861 0 364 0 25 0 1 0 280643894 2924544 490 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134637064 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 490 66 178 0 532 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 50408

[startup+162.491 s]
/proc/loadavg: 2.04 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254144/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=162.19
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 542 822 0 0 15855 0 364 0 25 0 1 0 280643894 2924544 490 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134637137 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 490 66 178 0 532 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 50408

[startup+222.506 s]
/proc/loadavg: 2.01 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254144/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=222.15
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 542 822 0 0 21851 0 364 0 25 0 1 0 280643894 2924544 490 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134607662 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 490 66 178 0 532 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 50408

[startup+282.51 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254144/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=282.11
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 542 822 0 0 27847 0 364 0 25 0 1 0 280643894 2924544 490 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134621922 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 490 66 178 0 532 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 50408

[startup+342.518 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254144/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=342.05
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 542 822 0 0 33841 0 364 0 25 0 1 0 280643894 2924544 490 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134626289 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 490 66 178 0 532 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 50408

[startup+402.525 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254144/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=402.02
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 542 822 0 0 39837 1 364 0 25 0 1 0 280643894 2924544 490 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611757 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 490 66 178 0 532 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 50408

[startup+462.534 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254080/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=461.96
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 542 822 0 0 45831 1 364 0 25 0 1 0 280643894 2924544 490 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134641769 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 490 66 178 0 532 0
Current children cumulated CPU time (s) 461.97
Current children cumulated vsize (KiB) 50408

[startup+522.544 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254144/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01

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

/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=1661.04
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 542 822 0 0 165729 11 364 0 25 0 1 0 280643894 2924544 490 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134637878 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 490 66 178 0 532 0
Current children cumulated CPU time (s) 1661.05
Current children cumulated vsize (KiB) 50408

[startup+1722.77 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31758
/proc/meminfo: memFree=1254016/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=1720.97
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 543 822 0 0 171722 11 364 0 25 0 1 0 280643894 2924544 491 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611754 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 491 66 178 0 532 0
Current children cumulated CPU time (s) 1720.98
Current children cumulated vsize (KiB) 50408

[startup+1782.77 s]
/proc/loadavg: 2.00 2.00 1.92 4/74 31758
/proc/meminfo: memFree=1253952/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=1780.93
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 543 822 0 0 177718 11 364 0 25 0 1 0 280643894 2924544 491 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134624312 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 491 66 178 0 532 0
Current children cumulated CPU time (s) 1780.94
Current children cumulated vsize (KiB) 50408

[startup+1842.78 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31758
/proc/meminfo: memFree=1254016/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=1840.9
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 543 822 0 0 183715 11 364 0 25 0 1 0 280643894 2924544 491 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134621915 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 491 66 178 0 532 0
Current children cumulated CPU time (s) 1840.91
Current children cumulated vsize (KiB) 50408

[startup+1902.79 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31758
/proc/meminfo: memFree=1254016/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=1900.83
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 543 822 0 0 189708 11 364 0 25 0 1 0 280643894 2924544 491 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134626289 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 491 66 178 0 532 0
Current children cumulated CPU time (s) 1900.84
Current children cumulated vsize (KiB) 50408

[startup+1962.8 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31760
/proc/meminfo: memFree=1253824/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=1960.79
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 543 822 0 0 195704 11 364 0 25 0 1 0 280643894 2924544 491 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611757 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 491 66 178 0 532 0
Current children cumulated CPU time (s) 1960.8
Current children cumulated vsize (KiB) 50408

[startup+2022.8 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31760
/proc/meminfo: memFree=1253888/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=2020.75
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 543 822 0 0 201700 11 364 0 25 0 1 0 280643894 2924544 491 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134626332 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 491 66 178 0 532 0
Current children cumulated CPU time (s) 2020.76
Current children cumulated vsize (KiB) 50408

[startup+2082.81 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31760
/proc/meminfo: memFree=1253888/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=2080.69
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 543 822 0 0 207694 11 364 0 25 0 1 0 280643894 2924544 491 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134627954 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 491 66 178 0 532 0
Current children cumulated CPU time (s) 2080.7
Current children cumulated vsize (KiB) 50408

[startup+2142.82 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31760
/proc/meminfo: memFree=1253888/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=2140.66
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 543 822 0 0 213691 11 364 0 25 0 1 0 280643894 2924544 491 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134637840 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 491 66 178 0 532 0
Current children cumulated CPU time (s) 2140.67
Current children cumulated vsize (KiB) 50408

[startup+2202.84 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31760
/proc/meminfo: memFree=1253888/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=2200.63
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 543 822 0 0 219688 11 364 0 25 0 1 0 280643894 2924544 491 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134626332 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 491 66 178 0 532 0
Current children cumulated CPU time (s) 2200.64
Current children cumulated vsize (KiB) 50408

[startup+2262.85 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31760
/proc/meminfo: memFree=1253952/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=2260.57
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 543 822 0 0 225682 11 364 0 25 0 1 0 280643894 2924544 491 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134607727 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 491 66 178 0 532 0
Current children cumulated CPU time (s) 2260.58
Current children cumulated vsize (KiB) 50408

[startup+2322.86 s]
/proc/loadavg: 2.05 2.01 1.92 3/74 31760
/proc/meminfo: memFree=1253952/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=2320.53
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 543 822 0 0 231678 11 364 0 25 0 1 0 280643894 2924544 491 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611741 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 491 66 178 0 532 0
Current children cumulated CPU time (s) 2320.54
Current children cumulated vsize (KiB) 50408

[startup+2382.87 s]
/proc/loadavg: 2.06 2.02 1.93 3/74 31760
/proc/meminfo: memFree=1253952/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=2380.5
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 543 822 0 0 237674 12 364 0 25 0 1 0 280643894 2924544 491 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611709 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 491 66 178 0 532 0
Current children cumulated CPU time (s) 2380.51
Current children cumulated vsize (KiB) 50408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2402.46 s]
/proc/loadavg: 2.04 2.02 1.93 3/74 31760
/proc/meminfo: memFree=1253952/2055920 swapFree=4192812/4192956
[pid=31492] ppid=31490 vsize=47552 CPUtime=0.01
/proc/31492/stat : 31492 (solver.sh) S 31490 31492 31017 0 -1 4194304 848 2110 0 0 0 0 0 1 25 0 1 0 280643890 48693248 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31492/statm: 11888 361 245 79 0 217 0
[pid=31509] ppid=31492 vsize=2856 CPUtime=2400.07
/proc/31509/stat : 31509 (toolbar) R 31492 31492 31017 0 -1 4194304 543 822 0 0 239631 12 364 0 25 0 1 0 280643894 2924544 491 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134624314 0 0 4096 2 0 0 0 17 0 0 0
/proc/31509/statm: 714 491 66 178 0 532 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 50408

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2402.51
CPU time (s): 2400.12
CPU user time (s): 2399.97
CPU system time (s): 0.150977
CPU usage (%): 99.9005
Max. virtual memory (cumulated for all children) (KiB): 50408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.97
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4357
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= 69
involuntary context switches= 9258

runsolver used 2.52562 s user time and 6.07608 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Sat Jan 20 19:47:34 UTC 2007


IDJOB= 282795
IDBENCH= 12891
IDSOLVER= 73
FILE ID= node52/282795-1169322454

PBS_JOBID= 3610424

Free space on /tmp= 66559 MiB

SOLVER NAME= toolbar 2007-01-12
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/spot5/spot5-503_ext.xml
COMMAND LINE= /tmp/evaluation/282795-1169322454/solver.sh /tmp/evaluation/282795-1169322454/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node52/convwatcher-282795-1169322454 -o ROOT/results/node52/conversion-282795-1169322454 -C 600 -M 900 /tmp/evaluation/282795-1169322454/translate /tmp/evaluation/282795-1169322454/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-282795-1169322454 -o ROOT/results/node52/solver-282795-1169322454 -C 2400 -M 900  /tmp/evaluation/282795-1169322454/solver.sh /tmp/evaluation/282795-1169322454/unknown

META MD5SUM SOLVER= 0bc5e5f95d54df9daf70dab8540aecd6
MD5SUM BENCH=  96ca725ee95743726556e6d48765a7fe

RANDOM SEED= 386113253

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.232
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.232
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:       1122656 kB
Buffers:         50788 kB
Cached:         630504 kB
SwapCached:          0 kB
Active:         297164 kB
Inactive:       554388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1122656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3120 kB
Writeback:           0 kB
Mapped:         181616 kB
Slab:            66740 kB
Committed_AS:  6143412 kB
PageTables:       2180 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= 66559 MiB



End job on node52 on Sat Jan 20 20:27:37 UTC 2007