Trace number 274949

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.01 2416.72

General information on the benchmark

Namecomposed/composed-75-1-80/
composed-75-1-80-5_ext.xml
MD5SUMd350ded4476695b6faf15d599d5f8933
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints699
Best CPU time to get the best result obtained on this benchmark67.8487
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/274949-1169214037/unknown.xml to /tmp/evaluation/274949-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/node1/watcher-274949-1169214037 -o ROOT/results/node1/solver-274949-1169214037 -C 2400 -M 900 /tmp/evaluation/274949-1169214037/solver.sh /tmp/evaluation/274949-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 4/81 1804
/proc/meminfo: memFree=1365320/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=18540 CPUtime=0
/proc/1803/stat : 1803 (runsolver) D 1801 1803 1689 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 269799764 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 259353275687 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/1803/statm: 4635 279 244 17 0 2626 0

[startup+0.102928 s]
/proc/loadavg: 0.00 0.00 0.00 4/81 1804
/proc/meminfo: memFree=1365320/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=8652 CPUtime=0
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 342 0 5 0 0 0 0 0 17 0 1 0 269799764 8859648 280 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1803/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.511956 s]
/proc/loadavg: 0.00 0.00 0.00 4/81 1804
/proc/meminfo: memFree=1365320/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47568

[startup+1.33305 s]
/proc/loadavg: 0.00 0.00 0.00 3/90 1888
/proc/meminfo: memFree=1355056/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=1600 CPUtime=0.01
/proc/1841/stat : 1841 (toolbarBtd) S 1803 1803 1689 0 -1 0 195 0 0 0 1 0 0 0 18 0 1 0 269799779 1638400 169 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134820461 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/1841/statm: 400 169 58 160 0 236 0
[pid=1849] ppid=1841 vsize=1508 CPUtime=1.15
/proc/1849/stat : 1849 (narycsp) R 1841 1803 1689 0 -1 4194304 508 0 0 0 115 0 0 0 25 0 1 0 269799781 1544192 233 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134514124 0 0 4096 512 0 0 0 17 0 0 0
/proc/1849/statm: 377 233 106 211 0 146 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 50676

[startup+2.97024 s]
/proc/loadavg: 0.24 0.05 0.02 3/90 1888
/proc/meminfo: memFree=1354800/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=1600 CPUtime=0.01
/proc/1841/stat : 1841 (toolbarBtd) S 1803 1803 1689 0 -1 0 195 0 0 0 1 0 0 0 18 0 1 0 269799779 1638400 169 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134820461 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/1841/statm: 400 169 58 160 0 236 0
[pid=1849] ppid=1841 vsize=1508 CPUtime=2.78
/proc/1849/stat : 1849 (narycsp) R 1841 1803 1689 0 -1 4194304 514 0 0 0 278 0 0 0 25 0 1 0 269799781 1544192 239 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134514604 0 0 4096 512 0 0 0 17 0 0 0
/proc/1849/statm: 377 239 112 211 0 146 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 50676

[startup+6.24963 s]
/proc/loadavg: 0.24 0.05 0.02 3/90 1888
/proc/meminfo: memFree=1354800/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=1600 CPUtime=0.01
/proc/1841/stat : 1841 (toolbarBtd) S 1803 1803 1689 0 -1 0 195 0 0 0 1 0 0 0 18 0 1 0 269799779 1638400 169 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134820461 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/1841/statm: 400 169 58 160 0 236 0
[pid=1849] ppid=1841 vsize=1508 CPUtime=6.05
/proc/1849/stat : 1849 (narycsp) R 1841 1803 1689 0 -1 4194304 514 0 0 0 605 0 0 0 25 0 1 0 269799781 1544192 239 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134514092 0 0 4096 512 0 0 0 17 0 0 0
/proc/1849/statm: 377 239 112 211 0 146 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 50676

[startup+12.7184 s]
/proc/loadavg: 0.51 0.11 0.04 3/88 1890
/proc/meminfo: memFree=1304712/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=12.48
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 588 5 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134591307 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 103328

[startup+25.5419 s]
/proc/loadavg: 0.74 0.18 0.06 3/88 1890
/proc/meminfo: memFree=1304848/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=25.25
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 1865 5 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134578951 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 103328

[startup+51.1849 s]
/proc/loadavg: 1.17 0.32 0.11 3/88 1890
/proc/meminfo: memFree=1304912/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=50.77
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 4417 5 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134563167 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 103328

[startup+102.462 s]
/proc/loadavg: 1.68 0.59 0.21 3/88 1890
/proc/meminfo: memFree=1304976/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=101.82
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 9522 5 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134563231 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 103328

[startup+162.566 s]
/proc/loadavg: 1.89 0.86 0.33 3/88 1890
/proc/meminfo: memFree=1304976/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=161.65
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 15504 6 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134591542 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 103328

[startup+222.666 s]
/proc/loadavg: 1.96 1.07 0.43 3/88 1890
/proc/meminfo: memFree=1304976/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=221.47
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 21486 6 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134590776 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 221.49
Current children cumulated vsize (KiB) 103328

[startup+282.764 s]
/proc/loadavg: 1.98 1.24 0.52 3/88 1890
/proc/meminfo: memFree=1305040/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=281.3
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 27469 6 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134563144 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 281.32
Current children cumulated vsize (KiB) 103328

[startup+342.862 s]
/proc/loadavg: 1.99 1.36 0.61 3/88 1890
/proc/meminfo: memFree=1305040/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=341.12
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 33451 6 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134574066 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 341.14
Current children cumulated vsize (KiB) 103328

[startup+402.963 s]
/proc/loadavg: 1.99 1.48 0.70 3/88 1890
/proc/meminfo: memFree=1304976/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=400.94
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 39433 6 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134563161 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 400.96
Current children cumulated vsize (KiB) 103328

[startup+463.061 s]
/proc/loadavg: 1.99 1.57 0.78 3/88 1890
/proc/meminfo: memFree=1304976/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=460.77
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 45416 6 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134580750 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 460.79
Current children cumulated vsize (KiB) 103328

[startup+523.159 s]

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

/proc/loadavg: 2.00 1.99 1.66 3/88 2102
/proc/meminfo: memFree=1304784/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=1713.81
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 170710 16 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134563164 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 1713.83
Current children cumulated vsize (KiB) 103328

[startup+1784.74 s]
/proc/loadavg: 2.00 1.99 1.67 3/88 2102
/proc/meminfo: memFree=1304848/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=1773.43
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 176672 16 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134579707 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 1773.45
Current children cumulated vsize (KiB) 103328

[startup+1844.74 s]
/proc/loadavg: 2.00 1.99 1.69 3/88 2102
/proc/meminfo: memFree=1304848/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=1832.92
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 182621 16 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134590737 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 1832.94
Current children cumulated vsize (KiB) 103328

[startup+1904.84 s]
/proc/loadavg: 2.00 1.99 1.71 3/88 2102
/proc/meminfo: memFree=1304848/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=1892.51
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 188580 16 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134563172 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 1892.53
Current children cumulated vsize (KiB) 103328

[startup+1964.94 s]
/proc/loadavg: 2.07 2.00 1.73 3/88 2102
/proc/meminfo: memFree=1304912/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=1952.11
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 194540 16 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134577651 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 1952.13
Current children cumulated vsize (KiB) 103328

[startup+2025.03 s]
/proc/loadavg: 2.02 2.00 1.74 3/88 2102
/proc/meminfo: memFree=1304848/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=2011.69
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 200497 17 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134580642 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 2011.71
Current children cumulated vsize (KiB) 103328

[startup+2085.14 s]
/proc/loadavg: 2.01 2.00 1.76 3/88 2102
/proc/meminfo: memFree=1304912/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=2071.28
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 206456 17 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134590940 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 2071.3
Current children cumulated vsize (KiB) 103328

[startup+2145.14 s]
/proc/loadavg: 2.00 2.00 1.77 3/88 2102
/proc/meminfo: memFree=1304848/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=2130.78
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 212406 17 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134580642 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 2130.8
Current children cumulated vsize (KiB) 103328

[startup+2205.24 s]
/proc/loadavg: 2.00 2.00 1.78 3/88 2102
/proc/meminfo: memFree=1304848/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=2190.35
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 218363 17 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134563260 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 2190.37
Current children cumulated vsize (KiB) 103328

[startup+2265.33 s]
/proc/loadavg: 2.00 2.00 1.79 3/88 2102
/proc/meminfo: memFree=1304912/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=2249.86
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 224314 17 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134572976 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 2249.88
Current children cumulated vsize (KiB) 103328

[startup+2325.43 s]
/proc/loadavg: 2.00 2.00 1.80 3/88 2102
/proc/meminfo: memFree=1304848/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=2309.45
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 230273 17 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134560855 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 2309.47
Current children cumulated vsize (KiB) 103328

[startup+2385.53 s]
/proc/loadavg: 2.00 2.00 1.81 3/88 2102
/proc/meminfo: memFree=1304848/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=2369.03
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 236230 18 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134562612 0 0 4096 2 0 0 0 17 0 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 2369.05
Current children cumulated vsize (KiB) 103328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2416.71 s]
/proc/loadavg: 1.85 1.97 1.81 3/95 2190
/proc/meminfo: memFree=1291984/2055920 swapFree=4165612/4192956
[pid=1803] ppid=1801 vsize=47568 CPUtime=0.02
/proc/1803/stat : 1803 (solver.sh) S 1801 1803 1689 0 -1 4194304 840 2110 6 0 0 1 0 1 18 0 1 0 269799764 48709632 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1803/statm: 11892 360 245 79 0 217 0
[pid=1841] ppid=1803 vsize=55760 CPUtime=2399.99
/proc/1841/stat : 1841 (toolbarBtd) R 1803 1803 1689 0 -1 0 12774 907 0 0 239326 18 655 0 25 0 1 0 269799779 57098240 12729 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134574051 0 0 4096 2 0 0 0 17 1 0 0
/proc/1841/statm: 13940 12729 78 160 0 13776 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 103328

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 1803 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=4999 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=27995
CPU time returned by wait4() is 0.032994
while last known CPU time is 2400.01

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

Real time (s): 2416.72
CPU time (s): 2400.01
CPU user time (s): 2399.81
CPU system time (s): 0.2
CPU usage (%): 99.3085
Max. virtual memory (cumulated for all children) (KiB): 103328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.004999
system time used= 0.027995
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= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84
involuntary context switches= 25

runsolver used 2.28765 s user time and 6.36003 s system time

The end

Launcher Data (download as text)

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


IDJOB= 274949
IDBENCH= 3066
IDSOLVER= 72
FILE ID= node1/274949-1169214037

PBS_JOBID= 3588936

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-5_ext.xml
COMMAND LINE= /tmp/evaluation/274949-1169214037/solver.sh /tmp/evaluation/274949-1169214037/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node1/convwatcher-274949-1169214037 -o ROOT/results/node1/conversion-274949-1169214037 -C 600 -M 900 /tmp/evaluation/274949-1169214037/translate /tmp/evaluation/274949-1169214037/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= f75ee5e830002fa98429bd59d9dcbc78
MD5SUM BENCH=  d350ded4476695b6faf15d599d5f8933

RANDOM SEED= 752355833

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.234
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.234
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:       1365864 kB
Buffers:         49252 kB
Cached:         527424 kB
SwapCached:       3840 kB
Active:         238632 kB
Inactive:       377156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1365864 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            2992 kB
Writeback:           0 kB
Mapped:          48812 kB
Slab:            59352 kB
Committed_AS:  7626196 kB
PageTables:       2172 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= 66561 MiB



End job on node1 on Fri Jan 19 14:20:59 UTC 2007