Trace number 274922

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_BTD 2007-01-12? (TO) 2400.06 2410.89

General information on the benchmark

Namecomposed/composed-75-1-80/
composed-75-1-80-1_ext.xml
MD5SUM258fe5b71eaf32145d59f1dfd9648cbd
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints700
Best CPU time to get the best result obtained on this benchmark35.8905
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables83
Number of constraints702
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension702
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/274922-1169214037/unknown.xml to /tmp/evaluation/274922-1169214037/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/node16/watcher-274922-1169214037 -o ROOT/results/node16/solver-274922-1169214037 -C 2400 -M 900 /tmp/evaluation/274922-1169214037/solver.sh /tmp/evaluation/274922-1169214037/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: 0.00 0.00 0.00 5/85 14755
/proc/meminfo: memFree=1369656/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=18540 CPUtime=0
/proc/14754/stat : 14754 (runsolver) D 14752 14754 14627 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 269798847 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/14754/statm: 4635 279 244 17 0 2626 0

[startup+0.103196 s]
/proc/loadavg: 0.00 0.00 0.00 5/85 14755
/proc/meminfo: memFree=1369656/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=8740 CPUtime=0
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 412 840 4 0 0 0 0 0 17 0 1 0 269798847 8949760 310 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 2185 310 217 79 0 178 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8740

[startup+0.511118 s]
/proc/loadavg: 0.00 0.00 0.00 5/85 14755
/proc/meminfo: memFree=1369656/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47548

[startup+1.33298 s]
/proc/loadavg: 0.00 0.00 0.00 3/91 14799
/proc/meminfo: memFree=1364800/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=1600 CPUtime=0.01
/proc/14794/stat : 14794 (toolbarBtd) S 14754 14754 14627 0 -1 0 195 0 0 0 1 0 0 0 23 0 1 0 269798868 1638400 169 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134820461 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14794/statm: 400 169 58 160 0 236 0
[pid=14796] ppid=14794 vsize=1508 CPUtime=1.09
/proc/14796/stat : 14796 (narycsp) R 14794 14754 14627 0 -1 4194304 508 0 0 0 109 0 0 0 25 0 1 0 269798869 1544192 233 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 134514622 0 0 4096 512 0 0 0 17 0 0 0
/proc/14796/statm: 377 233 106 211 0 146 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 50656

[startup+2.97566 s]
/proc/loadavg: 0.00 0.00 0.00 3/89 14800
/proc/meminfo: memFree=1196496/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=1600 CPUtime=0.01
/proc/14794/stat : 14794 (toolbarBtd) S 14754 14754 14627 0 -1 0 195 0 0 0 1 0 0 0 23 0 1 0 269798868 1638400 169 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134820461 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14794/statm: 400 169 58 160 0 236 0
[pid=14796] ppid=14794 vsize=1508 CPUtime=2.73
/proc/14796/stat : 14796 (narycsp) R 14794 14754 14627 0 -1 4194304 514 0 0 0 273 0 0 0 25 0 1 0 269798869 1544192 239 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 135051341 0 0 4096 512 0 0 0 17 0 0 0
/proc/14796/statm: 377 239 112 211 0 146 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 50656

[startup+6.27305 s]
/proc/loadavg: 0.16 0.03 0.01 3/89 14800
/proc/meminfo: memFree=1150672/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=1600 CPUtime=0.01
/proc/14794/stat : 14794 (toolbarBtd) S 14754 14754 14627 0 -1 0 195 0 0 0 1 0 0 0 23 0 1 0 269798868 1638400 169 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134820461 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14794/statm: 400 169 58 160 0 236 0
[pid=14796] ppid=14794 vsize=1508 CPUtime=6.01
/proc/14796/stat : 14796 (narycsp) R 14794 14754 14627 0 -1 4194304 514 0 0 0 601 0 0 0 25 0 1 0 269798869 1544192 239 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 134514104 0 0 4096 512 0 0 0 17 0 0 0
/proc/14796/statm: 377 239 112 211 0 146 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 50656

[startup+12.7378 s]
/proc/loadavg: 0.31 0.07 0.02 3/88 14801
/proc/meminfo: memFree=1101080/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=12.45
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 565 6 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134580642 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 103308

[startup+25.5664 s]
/proc/loadavg: 0.57 0.13 0.04 3/88 14801
/proc/meminfo: memFree=1101080/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=25.21
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 1841 6 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134591119 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 103308

[startup+51.2327 s]
/proc/loadavg: 1.13 0.31 0.10 3/88 14801
/proc/meminfo: memFree=1101144/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=50.77
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 4397 6 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134576769 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 103308

[startup+102.457 s]
/proc/loadavg: 1.62 0.56 0.20 3/88 14801
/proc/meminfo: memFree=1101272/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=101.78
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 9498 6 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134580640 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 103308

[startup+162.513 s]
/proc/loadavg: 1.86 0.82 0.31 3/88 14801
/proc/meminfo: memFree=1101272/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=161.57
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 15477 6 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134563152 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 161.59
Current children cumulated vsize (KiB) 103308

[startup+222.573 s]
/proc/loadavg: 1.95 1.04 0.41 3/88 14801
/proc/meminfo: memFree=1101272/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=221.37
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 21457 6 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134578913 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 103308

[startup+282.626 s]
/proc/loadavg: 1.98 1.21 0.51 3/88 14801
/proc/meminfo: memFree=1101272/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=281.17
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 27437 6 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134574622 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 281.19
Current children cumulated vsize (KiB) 103308

[startup+342.683 s]
/proc/loadavg: 1.99 1.35 0.60 3/88 14801
/proc/meminfo: memFree=1101272/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=340.95
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 33414 7 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134578913 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 340.97
Current children cumulated vsize (KiB) 103308

[startup+402.736 s]
/proc/loadavg: 2.06 1.48 0.69 3/88 14801
/proc/meminfo: memFree=1101272/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=400.75
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 39394 7 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134594229 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 400.77
Current children cumulated vsize (KiB) 103308

[startup+462.79 s]
/proc/loadavg: 2.02 1.57 0.77 3/88 14801
/proc/meminfo: memFree=1101272/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=460.55
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 45374 7 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134578951 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 460.57
Current children cumulated vsize (KiB) 103308

[startup+522.842 s]

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

/proc/loadavg: 2.00 2.00 1.66 3/88 14999
/proc/meminfo: memFree=1101080/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=1716.1
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 170920 16 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134574563 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 1716.12
Current children cumulated vsize (KiB) 103308

[startup+1784.04 s]
/proc/loadavg: 2.00 2.00 1.68 3/88 14999
/proc/meminfo: memFree=1101016/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=1775.88
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 176898 16 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134578926 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 1775.9
Current children cumulated vsize (KiB) 103308

[startup+1844.09 s]
/proc/loadavg: 2.00 2.00 1.70 3/88 14999
/proc/meminfo: memFree=1101080/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=1835.69
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 182879 16 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134563164 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 1835.71
Current children cumulated vsize (KiB) 103308

[startup+1904.15 s]
/proc/loadavg: 2.00 2.00 1.72 3/88 14999
/proc/meminfo: memFree=1101016/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=1895.5
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 188860 16 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134580656 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 1895.52
Current children cumulated vsize (KiB) 103308

[startup+1964.21 s]
/proc/loadavg: 2.08 2.02 1.74 3/88 14999
/proc/meminfo: memFree=1101080/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=1955.27
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 194837 16 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134563158 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 1955.29
Current children cumulated vsize (KiB) 103308

[startup+2024.27 s]
/proc/loadavg: 2.03 2.01 1.75 3/88 14999
/proc/meminfo: memFree=1101016/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=2015.08
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 200818 16 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134590848 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 2015.1
Current children cumulated vsize (KiB) 103308

[startup+2084.32 s]
/proc/loadavg: 2.01 2.00 1.76 3/88 15001
/proc/meminfo: memFree=1100824/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=2074.9
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 206799 17 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134594187 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 2074.92
Current children cumulated vsize (KiB) 103308

[startup+2144.38 s]
/proc/loadavg: 2.00 2.00 1.77 3/88 15001
/proc/meminfo: memFree=1100888/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=2134.68
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 212777 17 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134563263 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 2134.7
Current children cumulated vsize (KiB) 103308

[startup+2204.44 s]
/proc/loadavg: 2.00 2.00 1.79 3/88 15001
/proc/meminfo: memFree=1100888/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=2194.49
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 218758 17 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134573734 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 2194.51
Current children cumulated vsize (KiB) 103308

[startup+2264.49 s]
/proc/loadavg: 2.00 2.00 1.80 3/88 15001
/proc/meminfo: memFree=1100952/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=2254.3
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 224739 17 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134563193 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 2254.32
Current children cumulated vsize (KiB) 103308

[startup+2324.55 s]
/proc/loadavg: 2.00 2.00 1.81 3/88 15001
/proc/meminfo: memFree=1100952/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=2314.08
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 230717 17 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134563231 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 2314.1
Current children cumulated vsize (KiB) 103308

[startup+2384.6 s]
/proc/loadavg: 2.00 2.00 1.82 3/88 15001
/proc/meminfo: memFree=1100952/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=2373.88
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 236697 17 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134573962 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 2373.9
Current children cumulated vsize (KiB) 103308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2410.88 s]
/proc/loadavg: 2.00 2.00 1.82 3/88 15001
/proc/meminfo: memFree=1101016/2055920 swapFree=4191880/4192956
[pid=14754] ppid=14752 vsize=47548 CPUtime=0.02
/proc/14754/stat : 14754 (solver.sh) S 14752 14754 14627 0 -1 4194304 840 2110 5 0 0 1 0 1 20 0 1 0 269798847 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14754/statm: 11887 360 245 79 0 217 0
[pid=14794] ppid=14754 vsize=55760 CPUtime=2400.04
/proc/14794/stat : 14794 (toolbarBtd) R 14754 14754 14627 0 -1 0 12773 907 0 0 239313 17 674 0 25 0 1 0 269798868 57098240 12728 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134560169 0 0 4096 2 0 0 0 17 0 0 0
/proc/14794/statm: 13940 12728 78 160 0 13776 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 103308

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 14754 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=9998 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=28995
CPU time returned by wait4() is 0.038993
while last known CPU time is 2400.06

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 2410.89
CPU time (s): 2400.06
CPU user time (s): 2399.87
CPU system time (s): 0.19
CPU usage (%): 99.5508
Max. virtual memory (cumulated for all children) (KiB): 103308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.009998
system time used= 0.028995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2950
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110
involuntary context switches= 30

runsolver used 3.16952 s user time and 7.51186 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Fri Jan 19 13:40:38 UTC 2007


IDJOB= 274922
IDBENCH= 3062
IDSOLVER= 72
FILE ID= node16/274922-1169214037

PBS_JOBID= 3588909

Free space on /tmp= 66562 MiB

SOLVER NAME= Toolbar_BTD 2007-01-12
BENCH NAME= HOME/pub/bench/CPAI06/composed/composed-75-1-80/composed-75-1-80-1_ext.xml
COMMAND LINE= /tmp/evaluation/274922-1169214037/solver.sh /tmp/evaluation/274922-1169214037/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node16/convwatcher-274922-1169214037 -o ROOT/results/node16/conversion-274922-1169214037 -C 600 -M 900 /tmp/evaluation/274922-1169214037/translate /tmp/evaluation/274922-1169214037/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-274922-1169214037 -o ROOT/results/node16/solver-274922-1169214037 -C 2400 -M 900  /tmp/evaluation/274922-1169214037/solver.sh /tmp/evaluation/274922-1169214037/unknown

META MD5SUM SOLVER= f75ee5e830002fa98429bd59d9dcbc78
MD5SUM BENCH=  258fe5b71eaf32145d59f1dfd9648cbd

RANDOM SEED= 113013556

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.220
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.220
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:       1371832 kB
Buffers:         42480 kB
Cached:         520972 kB
SwapCached:        268 kB
Active:         222896 kB
Inactive:       388512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1371832 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4912 kB
Writeback:           0 kB
Mapped:          66372 kB
Slab:            57772 kB
Committed_AS:  7165056 kB
PageTables:       2192 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB



End job on node16 on Fri Jan 19 14:20:54 UTC 2007