Trace number 282892

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_MaxSat 2007-01-19? (TO) 2400.11 2406.45

General information on the benchmark

NameMaxCSP/spot5/
spot5-54_ext.xml
MD5SUM0c83d31be8a4b74f022a09d4cc3bdc73
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints249
Best CPU time to get the best result obtained on this benchmark0.270958
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints271
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension271
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

2406.44	Terminated
c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/282892-1169323684/unknown.xml to /tmp/evaluation/282892-1169323684/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/node17/watcher-282892-1169323684 -o ROOT/results/node17/solver-282892-1169323684 -C 2400 -M 900 /tmp/evaluation/282892-1169323684/solver.sh /tmp/evaluation/282892-1169323684/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.06 2.02 2.00 5/86 26429
/proc/meminfo: memFree=1339400/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=8560 CPUtime=0
/proc/26428/stat : 26428 (solver.sh) R 26426 26428 26344 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 280763207 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482899343 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26428/statm: 2140 253 197 79 0 133 0

[startup+0.10501 s]
/proc/loadavg: 2.06 2.02 2.00 5/86 26429
/proc/meminfo: memFree=1339400/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.513048 s]
/proc/loadavg: 2.06 2.02 2.00 5/86 26429
/proc/meminfo: memFree=1339400/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33414 s]
/proc/loadavg: 2.05 2.02 2.00 3/87 26450
/proc/meminfo: memFree=1323136/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=1.25
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 76 1 48 0 23 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134660255 0 0 4096 2 0 0 0 17 1 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 64704

[startup+2.97131 s]
/proc/loadavg: 2.05 2.02 2.00 3/87 26450
/proc/meminfo: memFree=1323136/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=2.87
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 238 1 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134670506 0 0 4096 2 0 0 0 17 1 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 64704

[startup+6.25365 s]
/proc/loadavg: 2.05 2.02 2.00 3/87 26450
/proc/meminfo: memFree=1323144/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=6.13
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 564 1 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134699984 0 0 4096 2 0 0 0 17 1 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 64704

[startup+12.7233 s]
/proc/loadavg: 2.04 2.02 2.00 3/87 26450
/proc/meminfo: memFree=1323144/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=12.54
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 1205 1 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134694171 0 0 4096 2 0 0 0 17 1 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 64704

[startup+25.5597 s]
/proc/loadavg: 2.04 2.02 2.00 4/87 26450
/proc/meminfo: memFree=1323208/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=25.27
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 2478 1 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134670605 0 0 4096 2 0 0 0 17 1 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 64704

[startup+51.2263 s]
/proc/loadavg: 2.02 2.02 2.00 3/87 26450
/proc/meminfo: memFree=1323208/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=50.71
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 5021 2 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134660544 0 0 4096 2 0 0 0 17 1 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 64704

[startup+102.436 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 26450
/proc/meminfo: memFree=1323272/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=101.46
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 10096 2 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134660318 0 0 4096 2 0 0 0 17 1 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 64704

[startup+162.478 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 26450
/proc/meminfo: memFree=1323272/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=160.96
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 16045 3 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134693617 0 0 4096 2 0 0 0 17 1 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 160.97
Current children cumulated vsize (KiB) 64704

[startup+222.535 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26450
/proc/meminfo: memFree=1323336/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=220.46
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 21995 3 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134693680 0 0 4096 2 0 0 0 17 1 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 220.47
Current children cumulated vsize (KiB) 64704

[startup+282.59 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26450
/proc/meminfo: memFree=1323336/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=279.97
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 27946 3 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134699969 0 0 4096 2 0 0 0 17 1 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 279.98
Current children cumulated vsize (KiB) 64704

[startup+342.637 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26450
/proc/meminfo: memFree=1323336/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=339.47
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 33895 4 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134670534 0 0 4096 2 0 0 0 17 1 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 339.48
Current children cumulated vsize (KiB) 64704

[startup+402.683 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26450
/proc/meminfo: memFree=1323272/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=398.98
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 39845 5 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134658050 0 0 4096 2 0 0 0 17 1 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 398.99
Current children cumulated vsize (KiB) 64704

[startup+462.74 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26450
/proc/meminfo: memFree=1323272/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=458.48
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 45795 5 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134670717 0 0 4096 2 0 0 0 17 1 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 458.49
Current children cumulated vsize (KiB) 64704

[startup+522.758 s]
/proc/loadavg: 1.96 1.98 1.99 3/88 26529
/proc/meminfo: memFree=1328840/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=518.3
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 51776 6 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134659620 0 0 4096 2 0 0 0 17 0 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 518.31

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

/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=1657.3
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 165673 9 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134598701 0 0 4096 2 0 0 0 17 0 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 1657.31
Current children cumulated vsize (KiB) 64704

[startup+1722.95 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26531
/proc/meminfo: memFree=1328968/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=1717.25
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 171668 9 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134660318 0 0 4096 2 0 0 0 17 0 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 1717.26
Current children cumulated vsize (KiB) 64704

[startup+1782.96 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26531
/proc/meminfo: memFree=1328904/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=1777.2
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 177663 9 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134657125 0 0 4096 2 0 0 0 17 0 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 1777.21
Current children cumulated vsize (KiB) 64704

[startup+1842.97 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26531
/proc/meminfo: memFree=1328904/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=1837.13
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 183656 9 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134665172 0 0 4096 2 0 0 0 17 0 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 1837.14
Current children cumulated vsize (KiB) 64704

[startup+1902.98 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26531
/proc/meminfo: memFree=1328904/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=1897.08
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 189651 9 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134694090 0 0 4096 2 0 0 0 17 0 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 1897.09
Current children cumulated vsize (KiB) 64704

[startup+1962.99 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26531
/proc/meminfo: memFree=1328904/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=1957.05
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 195647 10 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134693689 0 0 4096 2 0 0 0 17 0 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 1957.06
Current children cumulated vsize (KiB) 64704

[startup+2023 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26531
/proc/meminfo: memFree=1328968/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=2016.98
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 201640 10 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134670694 0 0 4096 2 0 0 0 17 0 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 2016.99
Current children cumulated vsize (KiB) 64704

[startup+2083.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26531
/proc/meminfo: memFree=1328968/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=2076.93
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 207635 10 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134694090 0 0 4096 2 0 0 0 17 0 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 2076.94
Current children cumulated vsize (KiB) 64704

[startup+2143.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26531
/proc/meminfo: memFree=1328904/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=2136.89
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 213631 10 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134699969 0 0 4096 2 0 0 0 17 0 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 2136.9
Current children cumulated vsize (KiB) 64704

[startup+2203.03 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26531
/proc/meminfo: memFree=1328904/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=2196.82
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 219624 10 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134699969 0 0 4096 2 0 0 0 17 0 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 2196.83
Current children cumulated vsize (KiB) 64704

[startup+2263.04 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26531
/proc/meminfo: memFree=1328904/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=2256.77
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 225619 10 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134660071 0 0 4096 2 0 0 0 17 0 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 2256.78
Current children cumulated vsize (KiB) 64704

[startup+2323.05 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26531
/proc/meminfo: memFree=1328904/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=2316.72
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 231614 10 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134694167 0 0 4096 2 0 0 0 17 0 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 2316.73
Current children cumulated vsize (KiB) 64704

[startup+2383.05 s]
/proc/loadavg: 1.47 1.86 1.95 2/82 26554
/proc/meminfo: memFree=1333192/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=2376.67
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 237608 11 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134693628 0 0 4096 2 0 0 0 17 0 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 2376.68
Current children cumulated vsize (KiB) 64704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2406.44 s]
/proc/loadavg: 1.38 1.80 1.93 2/82 26554
/proc/meminfo: memFree=1333192/2055920 swapFree=4192812/4192956
[pid=26428] ppid=26426 vsize=47568 CPUtime=0.01
/proc/26428/stat : 26428 (solver.sh) S 26426 26428 26344 0 -1 4194304 905 2469 0 0 0 0 0 1 22 0 1 0 280763207 48709632 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26428/statm: 11892 361 245 79 0 217 0
[pid=26447] ppid=26428 vsize=17136 CPUtime=2400.04
/proc/26447/stat : 26447 (toolbar) R 26428 26428 26344 0 -1 4194304 4021 1254 0 0 239945 11 48 0 25 0 1 0 280763212 17547264 3986 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134693626 0 0 4096 2 0 0 0 17 0 0 0
/proc/26447/statm: 4284 3986 81 178 0 4102 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 64704

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2406.45
CPU time (s): 2400.11
CPU user time (s): 2399.96
CPU system time (s): 0.150977
CPU usage (%): 99.7364
Max. virtual memory (cumulated for all children) (KiB): 64704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.96
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= 8845
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= 90
involuntary context switches= 34201

runsolver used 2.12668 s user time and 6.85596 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Jan 20 20:08:04 UTC 2007


IDJOB= 282892
IDBENCH= 12908
IDSOLVER= 71
FILE ID= node17/282892-1169323684

PBS_JOBID= 3610470

Free space on /tmp= 66559 MiB

SOLVER NAME= Toolbar_MaxSat 2007-01-19
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/spot5/spot5-54_ext.xml
COMMAND LINE= /tmp/evaluation/282892-1169323684/solver.sh /tmp/evaluation/282892-1169323684/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node17/convwatcher-282892-1169323684 -o ROOT/results/node17/conversion-282892-1169323684 -C 600 -M 900 /tmp/evaluation/282892-1169323684/translate /tmp/evaluation/282892-1169323684/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-282892-1169323684 -o ROOT/results/node17/solver-282892-1169323684 -C 2400 -M 900  /tmp/evaluation/282892-1169323684/solver.sh /tmp/evaluation/282892-1169323684/unknown

META MD5SUM SOLVER= f843f34905a307bcc0c6a322bc802c9d
MD5SUM BENCH=  0c83d31be8a4b74f022a09d4cc3bdc73

RANDOM SEED= 984960537

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.236
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.236
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:       1339880 kB
Buffers:         49368 kB
Cached:         524960 kB
SwapCached:          0 kB
Active:         281868 kB
Inactive:       356844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1339880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1968 kB
Writeback:           0 kB
Mapped:          84752 kB
Slab:            62176 kB
Committed_AS:  9007292 kB
PageTables:       2208 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= 66563 MiB



End job on node17 on Sat Jan 20 20:48:17 UTC 2007