Trace number 280121

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 2411.65

General information on the benchmark

NameMaxCSP/maxcut/
maxcut-60/maxcut-60-600-1_ext.xml
MD5SUM779a53f007d1fb7c4413b955b43d0d96
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints378
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints600
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension600
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/280121-1169301274/unknown.xml to /tmp/evaluation/280121-1169301274/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/node51/watcher-280121-1169301274 -o ROOT/results/node51/solver-280121-1169301274 -C 2400 -M 900 /tmp/evaluation/280121-1169301274/solver.sh /tmp/evaluation/280121-1169301274/unknown 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.92 1.96 1.81 5/73 29096
/proc/meminfo: memFree=1349896/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=6348 CPUtime=0
/proc/29095/stat : 29095 (solver.sh) R 29093 29095 28634 0 -1 4194304 261 0 0 0 0 0 0 0 20 0 1 0 278525992 6500352 216 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235371462738 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29095/statm: 1587 216 165 79 0 123 0

[startup+0.105223 s]
/proc/loadavg: 1.92 1.96 1.81 5/73 29096
/proc/meminfo: memFree=1349896/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.51425 s]
/proc/loadavg: 1.92 1.96 1.81 5/73 29096
/proc/meminfo: memFree=1349896/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33739 s]
/proc/loadavg: 1.92 1.96 1.81 3/75 29113
/proc/meminfo: memFree=1348984/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=1204 CPUtime=0
/proc/29112/stat : 29112 (toolbarBtd) S 29095 29095 28634 0 -1 0 110 0 0 0 0 0 0 0 23 0 1 0 278525997 1232896 84 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134820461 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29112/statm: 301 84 58 160 0 137 0
[pid=29113] ppid=29112 vsize=1112 CPUtime=1.28
/proc/29113/stat : 29113 (narycsp) R 29112 29095 28634 0 -1 4194304 422 0 0 0 128 0 0 0 25 0 1 0 278525997 1138688 146 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134514117 0 0 4096 512 0 0 0 17 1 0 0
/proc/29113/statm: 278 146 112 211 0 47 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 49876

[startup+2.97367 s]
/proc/loadavg: 1.92 1.96 1.81 3/75 29113
/proc/meminfo: memFree=1348984/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=1204 CPUtime=0
/proc/29112/stat : 29112 (toolbarBtd) S 29095 29095 28634 0 -1 0 110 0 0 0 0 0 0 0 23 0 1 0 278525997 1232896 84 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134820461 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29112/statm: 301 84 58 160 0 137 0
[pid=29113] ppid=29112 vsize=1112 CPUtime=2.9
/proc/29113/stat : 29113 (narycsp) R 29112 29095 28634 0 -1 4194304 422 0 0 0 290 0 0 0 25 0 1 0 278525997 1138688 146 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134540890 0 0 4096 512 0 0 0 17 1 0 0
/proc/29113/statm: 278 146 112 211 0 47 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 49876

[startup+6.25823 s]
/proc/loadavg: 1.93 1.96 1.81 3/74 29114
/proc/meminfo: memFree=1299456/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=6.15
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12533 817 0 0 176 4 435 0 25 0 1 0 278525997 56152064 12487 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134590918 0 0 4096 2 0 0 0 17 1 0 0
/proc/29112/statm: 13709 12487 78 160 0 13545 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 102396

[startup+12.7173 s]
/proc/loadavg: 1.93 1.96 1.81 3/74 29114
/proc/meminfo: memFree=1299520/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=12.56
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12533 817 0 0 817 4 435 0 25 0 1 0 278525997 56152064 12487 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134590732 0 0 4096 2 0 0 0 17 1 0 0
/proc/29112/statm: 13709 12487 78 160 0 13545 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 102396

[startup+25.5325 s]
/proc/loadavg: 1.95 1.96 1.81 3/74 29114
/proc/meminfo: memFree=1299648/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=25.28
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12533 817 0 0 2089 4 435 0 25 0 1 0 278525997 56152064 12487 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134578981 0 0 4096 2 0 0 0 17 1 0 0
/proc/29112/statm: 13709 12487 78 160 0 13545 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 102396

[startup+51.1729 s]
/proc/loadavg: 1.96 1.97 1.82 3/74 29114
/proc/meminfo: memFree=1299648/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=50.73
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12533 817 0 0 4633 5 435 0 25 0 1 0 278525997 56152064 12487 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134580659 0 0 4096 2 0 0 0 17 1 0 0
/proc/29112/statm: 13709 12487 78 160 0 13545 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 102396

[startup+102.449 s]
/proc/loadavg: 1.98 1.97 1.82 3/74 29114
/proc/meminfo: memFree=1299712/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=101.63
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 9723 5 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134578913 0 0 4096 2 0 0 0 17 1 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 102396

[startup+162.544 s]
/proc/loadavg: 1.99 1.97 1.83 3/74 29114
/proc/meminfo: memFree=1299712/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=161.28
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 15688 5 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134563216 0 0 4096 2 0 0 0 17 1 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 161.29
Current children cumulated vsize (KiB) 102396

[startup+222.642 s]
/proc/loadavg: 1.99 1.97 1.84 3/74 29114
/proc/meminfo: memFree=1299712/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=220.93
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 21653 5 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134578917 0 0 4096 2 0 0 0 17 1 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 220.94
Current children cumulated vsize (KiB) 102396

[startup+282.741 s]
/proc/loadavg: 1.99 1.97 1.84 3/74 29114
/proc/meminfo: memFree=1299648/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=280.59
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 27619 5 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134574531 0 0 4096 2 0 0 0 17 1 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 280.6
Current children cumulated vsize (KiB) 102396

[startup+342.842 s]
/proc/loadavg: 1.99 1.97 1.85 3/74 29114
/proc/meminfo: memFree=1299712/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=340.25
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 33585 5 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134578956 0 0 4096 2 0 0 0 17 1 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 340.26
Current children cumulated vsize (KiB) 102396

[startup+402.854 s]
/proc/loadavg: 1.99 1.97 1.85 3/80 29196
/proc/meminfo: memFree=1298536/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=399.69
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 39529 5 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134589869 0 0 4096 2 0 0 0 17 1 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 399.7
Current children cumulated vsize (KiB) 102396

[startup+462.875 s]
/proc/loadavg: 1.99 1.97 1.86 3/74 29312
/proc/meminfo: memFree=1299440/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=459.07
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 45467 5 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134563167 0 0 4096 2 0 0 0 17 1 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 459.08
Current children cumulated vsize (KiB) 102396

[startup+522.973 s]
/proc/loadavg: 1.99 1.97 1.86 3/74 29312
/proc/meminfo: memFree=1299520/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01

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

/proc/loadavg: 1.01 1.36 1.65 2/66 29332
/proc/meminfo: memFree=1308928/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=1713.16
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 170874 7 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134559721 0 0 4096 2 0 0 0 17 0 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 1713.17
Current children cumulated vsize (KiB) 102396

[startup+1784.38 s]
/proc/loadavg: 1.00 1.29 1.61 2/66 29332
/proc/meminfo: memFree=1308928/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=1773.17
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 176875 7 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134562576 0 0 4096 2 0 0 0 17 0 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 1773.18
Current children cumulated vsize (KiB) 102396

[startup+1844.45 s]
/proc/loadavg: 1.00 1.24 1.57 2/66 29332
/proc/meminfo: memFree=1308992/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=1833.2
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 182878 7 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134560216 0 0 4096 2 0 0 0 17 0 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 1833.21
Current children cumulated vsize (KiB) 102396

[startup+1904.52 s]
/proc/loadavg: 1.00 1.19 1.53 2/66 29332
/proc/meminfo: memFree=1308992/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=1893.23
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 188881 7 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134576794 0 0 4096 2 0 0 0 17 0 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 1893.24
Current children cumulated vsize (KiB) 102396

[startup+1964.59 s]
/proc/loadavg: 1.00 1.15 1.50 2/66 29332
/proc/meminfo: memFree=1308992/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=1953.26
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 194884 7 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134591679 0 0 4096 2 0 0 0 17 0 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 1953.27
Current children cumulated vsize (KiB) 102396

[startup+2024.67 s]
/proc/loadavg: 1.00 1.12 1.46 2/66 29332
/proc/meminfo: memFree=1309056/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=2013.29
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 200887 7 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134591307 0 0 4096 2 0 0 0 17 0 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 2013.3
Current children cumulated vsize (KiB) 102396

[startup+2084.74 s]
/proc/loadavg: 1.00 1.10 1.43 2/66 29332
/proc/meminfo: memFree=1309056/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=2073.32
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 206890 7 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134577651 0 0 4096 2 0 0 0 17 0 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 2073.33
Current children cumulated vsize (KiB) 102396

[startup+2144.81 s]
/proc/loadavg: 1.00 1.08 1.40 2/66 29332
/proc/meminfo: memFree=1309056/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=2133.35
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 212893 7 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134578942 0 0 4096 2 0 0 0 17 0 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 2133.36
Current children cumulated vsize (KiB) 102396

[startup+2204.88 s]
/proc/loadavg: 1.08 1.08 1.38 2/66 29332
/proc/meminfo: memFree=1309056/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=2193.38
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 218896 7 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134579785 0 0 4096 2 0 0 0 17 0 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 2193.39
Current children cumulated vsize (KiB) 102396

[startup+2264.95 s]
/proc/loadavg: 1.02 1.06 1.35 2/66 29332
/proc/meminfo: memFree=1309120/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=2253.41
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 224899 7 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134578996 0 0 4096 2 0 0 0 17 0 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 2253.42
Current children cumulated vsize (KiB) 102396

[startup+2325.02 s]
/proc/loadavg: 1.01 1.05 1.32 2/66 29332
/proc/meminfo: memFree=1309120/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=2313.44
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 230902 7 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134575352 0 0 4096 2 0 0 0 17 0 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 2313.45
Current children cumulated vsize (KiB) 102396

[startup+2385.09 s]
/proc/loadavg: 1.00 1.04 1.30 2/66 29332
/proc/meminfo: memFree=1309120/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=2373.47
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 236905 7 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134578987 0 0 4096 2 0 0 0 17 0 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 2373.48
Current children cumulated vsize (KiB) 102396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411.64 s]
/proc/loadavg: 1.00 1.03 1.29 2/66 29332
/proc/meminfo: memFree=1309120/2055920 swapFree=4191892/4192956
[pid=29095] ppid=29093 vsize=47560 CPUtime=0.01
/proc/29095/stat : 29095 (solver.sh) S 29093 29095 28634 0 -1 4194304 845 2116 0 0 0 0 0 1 20 0 1 0 278525992 48701440 361 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29095/statm: 11890 361 246 79 0 217 0
[pid=29112] ppid=29095 vsize=54836 CPUtime=2400
/proc/29112/stat : 29112 (toolbarBtd) R 29095 29095 28634 0 -1 0 12534 817 0 0 239558 7 435 0 25 0 1 0 278525997 56152064 12488 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134563231 0 0 4096 2 0 0 0 17 0 0 0
/proc/29112/statm: 13709 12488 78 160 0 13545 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 102396

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 29095 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=5999 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=26995
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): 2411.65
CPU time (s): 2400.01
CPU user time (s): 2399.93
CPU system time (s): 0.08
CPU usage (%): 99.5172
Max. virtual memory (cumulated for all children) (KiB): 102396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.005999
system time used= 0.026995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2961
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= 60
involuntary context switches= 25

runsolver used 2.36864 s user time and 6.26005 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Sat Jan 20 13:54:34 UTC 2007


IDJOB= 280121
IDBENCH= 10614
IDSOLVER= 72
FILE ID= node51/280121-1169301274

PBS_JOBID= 3609888

Free space on /tmp= 66560 MiB

SOLVER NAME= Toolbar_BTD 2007-01-12
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/maxcut/maxcut-60/maxcut-60-600-1_ext.xml
COMMAND LINE= /tmp/evaluation/280121-1169301274/solver.sh /tmp/evaluation/280121-1169301274/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node51/convwatcher-280121-1169301274 -o ROOT/results/node51/conversion-280121-1169301274 -C 600 -M 900 /tmp/evaluation/280121-1169301274/translate /tmp/evaluation/280121-1169301274/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-280121-1169301274 -o ROOT/results/node51/solver-280121-1169301274 -C 2400 -M 900  /tmp/evaluation/280121-1169301274/solver.sh /tmp/evaluation/280121-1169301274/unknown

META MD5SUM SOLVER= f75ee5e830002fa98429bd59d9dcbc78
MD5SUM BENCH=  779a53f007d1fb7c4413b955b43d0d96

RANDOM SEED= 605294478

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.277
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.277
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:       1350312 kB
Buffers:         49836 kB
Cached:         557368 kB
SwapCached:        512 kB
Active:         140264 kB
Inactive:       488612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1350312 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2812 kB
Writeback:           0 kB
Mapped:          31748 kB
Slab:            62140 kB
Committed_AS:  5380944 kB
PageTables:       1728 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= 66562 MiB



End job on node51 on Sat Jan 20 14:34:46 UTC 2007