Trace number 280752

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-12? (TO) 2400.13 2415.79

General information on the benchmark

NameMaxCSP/planning/
driverlog05ac_ext.xml
MD5SUM354af2fbafd2088235506031ea64e3e6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints30031
Best CPU time to get the best result obtained on this benchmark488.217
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of constraints30038
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension30038
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

2415.78	Terminated
c 
c 
c 
c solution file
c 
c 

c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/280752-1169307610/unknown.xml to /tmp/evaluation/280752-1169307610/unknown.wcsp

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node14/watcher-280752-1169307610 -o ROOT/results/node14/solver-280752-1169307610 -C 2400 -M 900 /tmp/evaluation/280752-1169307610/solver.sh /tmp/evaluation/280752-1169307610/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.97 2.00 2.00 5/87 641
/proc/meminfo: memFree=736136/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=8560 CPUtime=0
/proc/640/stat : 640 (solver.sh) R 638 640 475 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 279156133 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234651535 0 0 4096 8192 0 0 0 17 1 0 0
/proc/640/statm: 2140 253 197 79 0 133 0

[startup+0.106439 s]
/proc/loadavg: 1.97 2.00 2.00 5/87 641
/proc/meminfo: memFree=736136/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47548

[startup+0.517479 s]
/proc/loadavg: 1.97 2.00 2.00 5/87 641
/proc/meminfo: memFree=736136/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47548

[startup+1.33856 s]
/proc/loadavg: 1.97 2.00 2.00 3/89 658
/proc/meminfo: memFree=727088/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=3060 CPUtime=0.08
/proc/657/stat : 657 (toolbar) S 640 640 475 0 -1 4194304 474 0 0 0 8 0 0 0 23 0 1 0 279156137 3133440 389 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/657/statm: 765 389 52 178 0 583 0
[pid=658] ppid=657 vsize=8204 CPUtime=1.18
/proc/658/stat : 658 (narycsp) R 657 640 475 0 -1 4194304 2145 0 0 0 118 0 0 0 25 0 1 0 279156146 8400896 1870 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 134514639 0 0 4096 512 0 0 0 17 1 0 0
/proc/658/statm: 2051 1870 106 211 0 1820 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 58812

[startup+2.97571 s]
/proc/loadavg: 1.97 2.00 2.00 3/89 658
/proc/meminfo: memFree=727088/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=3060 CPUtime=0.08
/proc/657/stat : 657 (toolbar) S 640 640 475 0 -1 4194304 474 0 0 0 8 0 0 0 23 0 1 0 279156137 3133440 389 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/657/statm: 765 389 52 178 0 583 0
[pid=658] ppid=657 vsize=8204 CPUtime=2.81
/proc/658/stat : 658 (narycsp) R 657 640 475 0 -1 4194304 2145 0 0 0 281 0 0 0 25 0 1 0 279156146 8400896 1870 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 134514574 0 0 4096 512 0 0 0 17 1 0 0
/proc/658/statm: 2051 1870 106 211 0 1820 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 58812

[startup+6.25503 s]
/proc/loadavg: 1.97 2.00 2.00 3/89 658
/proc/meminfo: memFree=726960/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=3060 CPUtime=0.08
/proc/657/stat : 657 (toolbar) S 640 640 475 0 -1 4194304 474 0 0 0 8 0 0 0 23 0 1 0 279156137 3133440 389 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/657/statm: 765 389 52 178 0 583 0
[pid=658] ppid=657 vsize=8204 CPUtime=6.06
/proc/658/stat : 658 (narycsp) R 657 640 475 0 -1 4194304 2145 0 0 0 606 0 0 0 25 0 1 0 279156146 8400896 1870 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 134514645 0 0 4096 512 0 0 0 17 1 0 0
/proc/658/statm: 2051 1870 106 211 0 1820 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 58812

[startup+12.7336 s]
/proc/loadavg: 1.97 2.00 2.00 3/89 658
/proc/meminfo: memFree=727088/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=3060 CPUtime=0.08
/proc/657/stat : 657 (toolbar) S 640 640 475 0 -1 4194304 474 0 0 0 8 0 0 0 23 0 1 0 279156137 3133440 389 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/657/statm: 765 389 52 178 0 583 0
[pid=658] ppid=657 vsize=8208 CPUtime=12.48
/proc/658/stat : 658 (narycsp) R 657 640 475 0 -1 4194304 2152 0 0 0 1247 1 0 0 25 0 1 0 279156146 8404992 1877 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 134540890 0 0 4096 512 0 0 0 17 1 0 0
/proc/658/statm: 2052 1877 112 211 0 1821 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 58816

[startup+25.5779 s]
/proc/loadavg: 1.98 2.00 2.00 3/89 658
/proc/meminfo: memFree=727280/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=3060 CPUtime=0.08
/proc/657/stat : 657 (toolbar) S 640 640 475 0 -1 4194304 474 0 0 0 8 0 0 0 23 0 1 0 279156137 3133440 389 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/657/statm: 765 389 52 178 0 583 0
[pid=658] ppid=657 vsize=8208 CPUtime=25.21
/proc/658/stat : 658 (narycsp) R 657 640 475 0 -1 4194304 2152 0 0 0 2520 1 0 0 25 0 1 0 279156146 8404992 1877 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 134514110 0 0 4096 512 0 0 0 17 1 0 0
/proc/658/statm: 2052 1877 112 211 0 1821 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 58816

[startup+51.2513 s]
/proc/loadavg: 1.98 2.00 2.00 3/88 659
/proc/meminfo: memFree=725760/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=50.73
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2662 2545 0 0 615 1 4455 2 25 0 1 0 279156137 11919360 2558 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611709 0 0 4096 2 0 0 0 17 1 0 0
/proc/657/statm: 2910 2558 66 178 0 2728 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 59188

[startup+102.472 s]
/proc/loadavg: 2.06 2.02 2.00 3/88 659
/proc/meminfo: memFree=725824/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=101.48
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2662 2545 0 0 5690 1 4455 2 25 0 1 0 279156137 11919360 2558 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134621915 0 0 4096 2 0 0 0 17 1 0 0
/proc/657/statm: 2910 2558 66 178 0 2728 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 59188

[startup+162.523 s]
/proc/loadavg: 2.12 2.04 2.01 3/88 659
/proc/meminfo: memFree=725824/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=160.99
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2662 2545 0 0 11640 2 4455 2 25 0 1 0 279156137 11919360 2558 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134622579 0 0 4096 2 0 0 0 17 1 0 0
/proc/657/statm: 2910 2558 66 178 0 2728 0
Current children cumulated CPU time (s) 161
Current children cumulated vsize (KiB) 59188

[startup+222.58 s]
/proc/loadavg: 2.04 2.03 2.00 3/88 659
/proc/meminfo: memFree=725888/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=220.49
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2662 2545 0 0 17590 2 4455 2 25 0 1 0 279156137 11919360 2558 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134628025 0 0 4096 2 0 0 0 17 1 0 0
/proc/657/statm: 2910 2558 66 178 0 2728 0
Current children cumulated CPU time (s) 220.5
Current children cumulated vsize (KiB) 59188

[startup+282.631 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 659
/proc/meminfo: memFree=725888/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=279.99
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2669 2545 0 0 23540 2 4455 2 25 0 1 0 279156137 11919360 2565 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134627986 0 0 4096 2 0 0 0 17 1 0 0
/proc/657/statm: 2910 2565 66 178 0 2728 0
Current children cumulated CPU time (s) 280
Current children cumulated vsize (KiB) 59188

[startup+342.68 s]
/proc/loadavg: 2.00 2.02 2.00 3/88 659
/proc/meminfo: memFree=725824/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=339.5
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2670 2545 0 0 29490 3 4455 2 25 0 1 0 279156137 11919360 2566 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134626304 0 0 4096 2 0 0 0 17 1 0 0
/proc/657/statm: 2910 2566 66 178 0 2728 0
Current children cumulated CPU time (s) 339.51
Current children cumulated vsize (KiB) 59188

[startup+402.729 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 659
/proc/meminfo: memFree=725824/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=399
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2670 2545 0 0 35440 3 4455 2 25 0 1 0 279156137 11919360 2566 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134621936 0 0 4096 2 0 0 0 17 1 0 0
/proc/657/statm: 2910 2566 66 178 0 2728 0
Current children cumulated CPU time (s) 399.01
Current children cumulated vsize (KiB) 59188

[startup+462.781 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 659
/proc/meminfo: memFree=725824/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=458.51

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

/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=1651.82
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2670 2545 0 0 160707 18 4455 2 25 0 1 0 279156137 11919360 2566 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134624300 0 0 4096 2 0 0 0 17 0 0 0
/proc/657/statm: 2910 2566 66 178 0 2728 0
Current children cumulated CPU time (s) 1651.83
Current children cumulated vsize (KiB) 59188

[startup+1724.02 s]
/proc/loadavg: 2.04 2.03 2.00 3/88 1013
/proc/meminfo: memFree=1200248/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=1711.62
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2670 2545 0 0 166686 19 4455 2 25 0 1 0 279156137 11919360 2566 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134621888 0 0 4096 2 0 0 0 17 0 0 0
/proc/657/statm: 2910 2566 66 178 0 2728 0
Current children cumulated CPU time (s) 1711.63
Current children cumulated vsize (KiB) 59188

[startup+1784.09 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 1013
/proc/meminfo: memFree=1200248/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=1771.4
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2670 2545 0 0 172664 19 4455 2 25 0 1 0 279156137 11919360 2566 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134612460 0 0 4096 2 0 0 0 17 0 0 0
/proc/657/statm: 2910 2566 66 178 0 2728 0
Current children cumulated CPU time (s) 1771.41
Current children cumulated vsize (KiB) 59188

[startup+1844.15 s]
/proc/loadavg: 2.00 2.02 2.00 3/88 1013
/proc/meminfo: memFree=1200248/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=1831.2
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2670 2545 0 0 178644 19 4455 2 25 0 1 0 279156137 11919360 2566 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134637131 0 0 4096 2 0 0 0 17 0 0 0
/proc/657/statm: 2910 2566 66 178 0 2728 0
Current children cumulated CPU time (s) 1831.21
Current children cumulated vsize (KiB) 59188

[startup+1904.22 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 1013
/proc/meminfo: memFree=1200248/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=1890.99
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2670 2545 0 0 184623 19 4455 2 25 0 1 0 279156137 11919360 2566 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134621067 0 0 4096 2 0 0 0 17 0 0 0
/proc/657/statm: 2910 2566 66 178 0 2728 0
Current children cumulated CPU time (s) 1891
Current children cumulated vsize (KiB) 59188

[startup+1964.28 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1013
/proc/meminfo: memFree=1200248/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=1950.76
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2670 2545 0 0 190600 19 4455 2 25 0 1 0 279156137 11919360 2566 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134628220 0 0 4096 2 0 0 0 17 0 0 0
/proc/657/statm: 2910 2566 66 178 0 2728 0
Current children cumulated CPU time (s) 1950.77
Current children cumulated vsize (KiB) 59188

[startup+2024.35 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1013
/proc/meminfo: memFree=1200312/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=2010.56
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2670 2545 0 0 196580 19 4455 2 25 0 1 0 279156137 11919360 2566 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134610357 0 0 4096 2 0 0 0 17 0 0 0
/proc/657/statm: 2910 2566 66 178 0 2728 0
Current children cumulated CPU time (s) 2010.57
Current children cumulated vsize (KiB) 59188

[startup+2084.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1013
/proc/meminfo: memFree=1200312/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=2070.35
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2670 2545 0 0 202559 19 4455 2 25 0 1 0 279156137 11919360 2566 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611757 0 0 4096 2 0 0 0 17 0 0 0
/proc/657/statm: 2910 2566 66 178 0 2728 0
Current children cumulated CPU time (s) 2070.36
Current children cumulated vsize (KiB) 59188

[startup+2144.48 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1013
/proc/meminfo: memFree=1200312/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=2130.12
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2670 2545 0 0 208536 19 4455 2 25 0 1 0 279156137 11919360 2566 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134636871 0 0 4096 2 0 0 0 17 0 0 0
/proc/657/statm: 2910 2566 66 178 0 2728 0
Current children cumulated CPU time (s) 2130.13
Current children cumulated vsize (KiB) 59188

[startup+2204.55 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1013
/proc/meminfo: memFree=1200312/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=2189.83
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2670 2545 0 0 214507 19 4455 2 25 0 1 0 279156137 11919360 2566 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134621944 0 0 4096 2 0 0 0 17 0 0 0
/proc/657/statm: 2910 2566 66 178 0 2728 0
Current children cumulated CPU time (s) 2189.84
Current children cumulated vsize (KiB) 59188

[startup+2264.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1013
/proc/meminfo: memFree=1200312/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=2249.62
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2670 2545 0 0 220486 19 4455 2 25 0 1 0 279156137 11919360 2566 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134624323 0 0 4096 2 0 0 0 17 0 0 0
/proc/657/statm: 2910 2566 66 178 0 2728 0
Current children cumulated CPU time (s) 2249.63
Current children cumulated vsize (KiB) 59188

[startup+2324.68 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1013
/proc/meminfo: memFree=1200312/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=2309.39
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2670 2545 0 0 226463 19 4455 2 25 0 1 0 279156137 11919360 2566 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134626326 0 0 4096 2 0 0 0 17 0 0 0
/proc/657/statm: 2910 2566 66 178 0 2728 0
Current children cumulated CPU time (s) 2309.4
Current children cumulated vsize (KiB) 59188

[startup+2384.75 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1013
/proc/meminfo: memFree=1200248/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=2369.2
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2670 2545 0 0 232444 19 4455 2 25 0 1 0 279156137 11919360 2566 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134624314 0 0 4096 2 0 0 0 17 0 0 0
/proc/657/statm: 2910 2566 66 178 0 2728 0
Current children cumulated CPU time (s) 2369.21
Current children cumulated vsize (KiB) 59188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2415.77 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1013
/proc/meminfo: memFree=1200248/2055920 swapFree=4158792/4192956
[pid=640] ppid=638 vsize=47548 CPUtime=0.01
/proc/640/stat : 640 (solver.sh) S 638 640 475 0 -1 4194304 844 2110 0 0 0 0 0 1 20 0 1 0 279156133 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/640/statm: 11887 361 245 79 0 217 0
[pid=657] ppid=640 vsize=11640 CPUtime=2400.07
/proc/657/stat : 657 (toolbar) R 640 640 475 0 -1 4194304 2670 2545 0 0 235531 19 4455 2 25 0 1 0 279156137 11919360 2566 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134622453 0 0 4096 2 0 0 0 17 0 0 0
/proc/657/statm: 2910 2566 66 178 0 2728 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 59188

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2415.79
CPU time (s): 2400.13
CPU user time (s): 2399.88
CPU system time (s): 0.249962
CPU usage (%): 99.352
Max. virtual memory (cumulated for all children) (KiB): 59188

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

runsolver used 2.59061 s user time and 8.07177 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Jan 20 15:40:10 UTC 2007


IDJOB= 280752
IDBENCH= 11938
IDSOLVER= 73
FILE ID= node14/280752-1169307610

PBS_JOBID= 3609940

Free space on /tmp= 66043 MiB

SOLVER NAME= toolbar 2007-01-12
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/planning/driverlog05ac_ext.xml
COMMAND LINE= /tmp/evaluation/280752-1169307610/solver.sh /tmp/evaluation/280752-1169307610/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node14/convwatcher-280752-1169307610 -o ROOT/results/node14/conversion-280752-1169307610 -C 600 -M 900 /tmp/evaluation/280752-1169307610/translate /tmp/evaluation/280752-1169307610/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-280752-1169307610 -o ROOT/results/node14/solver-280752-1169307610 -C 2400 -M 900  /tmp/evaluation/280752-1169307610/solver.sh /tmp/evaluation/280752-1169307610/unknown

META MD5SUM SOLVER= 0bc5e5f95d54df9daf70dab8540aecd6
MD5SUM BENCH=  354af2fbafd2088235506031ea64e3e6

RANDOM SEED= 875593460

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.227
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.227
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:        736616 kB
Buffers:         54604 kB
Cached:        1138804 kB
SwapCached:       9104 kB
Active:         213928 kB
Inactive:      1019420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        736616 kB
SwapTotal:     4192956 kB
SwapFree:      4158792 kB
Dirty:            5676 kB
Writeback:           0 kB
Mapped:          49656 kB
Slab:            70756 kB
Committed_AS:  9479416 kB
PageTables:       2204 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= 66557 MiB



End job on node14 on Sat Jan 20 16:20:28 UTC 2007