Trace number 279617

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-12OPTIMUM 1390.74 1396.77

General information on the benchmark

NameMaxCSP/maxcut/
maxcut-50/maxcut-50-640-9_ext.xml
MD5SUMe459e05ae5a16408f5d3f44ddfc83da7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints387
Best CPU time to get the best result obtained on this benchmark1245.12
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints640
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension640
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c solution file
c 
c 

SOL 0 1 0 1 1 0 1 1 1 0 1 0 1 1 0 0 0 0 0 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 0 0 1 0 1 1 1 0 1 1 1 0 1 
OPTIMUM
c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/279617-1169295963/unknown.xml to /tmp/evaluation/279617-1169295963/unknown.wcsp

Verifier Data (download as text)

253 unsatisfied constraints, 387 satisfied constraints

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-279617-1169295963 -o ROOT/results/node16/solver-279617-1169295963 -C 2400 -M 900 /tmp/evaluation/279617-1169295963/solver.sh /tmp/evaluation/279617-1169295963/unknown 

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

/proc/loadavg: 2.05 1.99 1.99 4/87 30294
/proc/meminfo: memFree=1190736/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=8652 CPUtime=0
/proc/30293/stat : 30293 (solver.sh) R 30291 30293 28184 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 277991261 8859648 279 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231962372767 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/30293/statm: 2163 279 207 79 0 156 0
[pid=30295] ppid=30293 vsize=8688 CPUtime=0
/proc/30295/stat : 30295 (solver.sh) R 30293 30293 28184 0 -1 4194368 27 0 0 0 0 0 0 0 17 0 1 0 277991262 8896512 286 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231962372767 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/30295/statm: 2172 286 209 79 0 165 0
[pid=30296] ppid=30295 vsize=8688 CPUtime=0
/proc/30296/stat : 30296 (solver.sh) R 30295 30293 28184 0 -1 4194368 12 0 0 0 0 0 0 0 17 0 1 0 277991262 8896512 286 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 4277044 0 0 4096 73728 0 0 0 17 1 0 0
/proc/30296/statm: 2175 288 209 79 0 168 0

[startup+0.107337 s]
/proc/loadavg: 2.05 1.99 1.99 4/87 30294
/proc/meminfo: memFree=1190736/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47548

[startup+0.515259 s]
/proc/loadavg: 2.05 1.99 1.99 4/87 30294
/proc/meminfo: memFree=1190736/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47548

[startup+1.33611 s]
/proc/loadavg: 2.05 1.99 1.99 3/89 30311
/proc/meminfo: memFree=1189888/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=1204 CPUtime=0
/proc/30310/stat : 30310 (toolbarBtd) S 30293 30293 28184 0 -1 0 107 0 0 0 0 0 0 0 25 0 1 0 277991265 1232896 81 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134820461 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30310/statm: 301 81 58 160 0 137 0
[pid=30311] ppid=30310 vsize=1112 CPUtime=1.28
/proc/30311/stat : 30311 (narycsp) R 30310 30293 28184 0 -1 4194304 423 0 0 0 128 0 0 0 25 0 1 0 277991265 1138688 148 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 134911352 0 0 4096 512 0 0 0 17 1 0 0
/proc/30311/statm: 278 148 112 211 0 47 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 49864

[startup+2.9728 s]
/proc/loadavg: 2.05 1.99 1.99 3/89 30311
/proc/meminfo: memFree=1189888/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=1204 CPUtime=0
/proc/30310/stat : 30310 (toolbarBtd) S 30293 30293 28184 0 -1 0 107 0 0 0 0 0 0 0 25 0 1 0 277991265 1232896 81 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134820461 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30310/statm: 301 81 58 160 0 137 0
[pid=30311] ppid=30310 vsize=1112 CPUtime=2.91
/proc/30311/stat : 30311 (narycsp) R 30310 30293 28184 0 -1 4194304 423 0 0 0 291 0 0 0 25 0 1 0 277991265 1138688 148 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 134542107 0 0 4096 512 0 0 0 17 1 0 0
/proc/30311/statm: 278 148 112 211 0 47 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 49864

[startup+6.25119 s]
/proc/loadavg: 2.05 1.99 1.99 3/88 30312
/proc/meminfo: memFree=1140360/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=6.16
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 183 4 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134580322 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 102252

[startup+12.716 s]
/proc/loadavg: 2.04 1.99 1.99 3/88 30312
/proc/meminfo: memFree=1140360/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=12.6
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 827 4 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134567377 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 102252

[startup+25.5386 s]
/proc/loadavg: 2.03 1.99 1.99 3/88 30312
/proc/meminfo: memFree=1140360/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=25.36
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 2103 4 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134560845 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 102252

[startup+51.1758 s]
/proc/loadavg: 2.02 1.99 1.99 3/88 30312
/proc/meminfo: memFree=1140424/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=50.89
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 4656 4 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134578990 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 102252

[startup+102.442 s]
/proc/loadavg: 2.08 2.00 2.00 3/88 30312
/proc/meminfo: memFree=1140488/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=101.93
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 9760 4 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134578913 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 102252

[startup+162.532 s]
/proc/loadavg: 2.03 2.00 2.00 3/88 30312
/proc/meminfo: memFree=1140552/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=161.76
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 15742 5 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134576765 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 102252

[startup+222.615 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 30312
/proc/meminfo: memFree=1140552/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=221.57
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 21723 5 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134580716 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 221.58
Current children cumulated vsize (KiB) 102252

[startup+282.698 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 30312
/proc/meminfo: memFree=1140552/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=281.4
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 27705 6 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134578951 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 281.41
Current children cumulated vsize (KiB) 102252

[startup+342.783 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 30312
/proc/meminfo: memFree=1140552/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=341.22
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 33687 6 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134563173 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 341.23
Current children cumulated vsize (KiB) 102252

[startup+402.875 s]
/proc/loadavg: 2.05 2.01 2.00 3/88 30312
/proc/meminfo: memFree=1140488/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=401.06
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 39670 7 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134574773 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 401.07
Current children cumulated vsize (KiB) 102252

[startup+462.959 s]
/proc/loadavg: 2.09 2.02 2.00 3/88 30312
/proc/meminfo: memFree=1140488/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=460.89
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 45653 7 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134574787 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 460.9

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

Current children cumulated CPU time (s) 520.72
Current children cumulated vsize (KiB) 102252

[startup+583.129 s]
/proc/loadavg: 2.01 2.01 2.00 3/88 30312
/proc/meminfo: memFree=1140552/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=580.56
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 57619 8 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134573807 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 580.57
Current children cumulated vsize (KiB) 102252

[startup+643.218 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 30312
/proc/meminfo: memFree=1140488/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=640.39
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 63601 9 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134576778 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 640.4
Current children cumulated vsize (KiB) 102252

[startup+703.302 s]
/proc/loadavg: 2.05 2.02 2.00 3/88 30312
/proc/meminfo: memFree=1140488/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=700.23
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 69585 9 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134578786 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 700.24
Current children cumulated vsize (KiB) 102252

[startup+763.384 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 30312
/proc/meminfo: memFree=1140488/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=760.05
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 75567 9 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134577492 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 760.06
Current children cumulated vsize (KiB) 102252

[startup+823.471 s]
/proc/loadavg: 2.14 2.04 2.01 3/88 30312
/proc/meminfo: memFree=1140488/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=819.89
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 81550 10 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134573827 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 819.9
Current children cumulated vsize (KiB) 102252

[startup+883.556 s]
/proc/loadavg: 2.10 2.04 2.01 3/88 30312
/proc/meminfo: memFree=1140552/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=879.72
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 87533 10 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134577397 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 879.73
Current children cumulated vsize (KiB) 102252

[startup+943.641 s]
/proc/loadavg: 2.03 2.03 2.00 3/88 30312
/proc/meminfo: memFree=1140488/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=939.55
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 93516 10 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134578912 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 939.56
Current children cumulated vsize (KiB) 102252

[startup+1003.72 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 30312
/proc/meminfo: memFree=1140488/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=999.37
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 99497 11 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134576794 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 999.38
Current children cumulated vsize (KiB) 102252

[startup+1063.81 s]
/proc/loadavg: 2.00 2.02 2.00 3/88 30312
/proc/meminfo: memFree=1140488/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=1059.19
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 105479 11 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134580836 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 1059.2
Current children cumulated vsize (KiB) 102252

[startup+1123.9 s]
/proc/loadavg: 2.07 2.03 2.00 3/88 30312
/proc/meminfo: memFree=1140488/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=1119.01
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 111461 11 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134578913 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 1119.02
Current children cumulated vsize (KiB) 102252

[startup+1183.98 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 30312
/proc/meminfo: memFree=1140488/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=1178.83
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 117443 11 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134576787 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 1178.84
Current children cumulated vsize (KiB) 102252

[startup+1244.07 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 30312
/proc/meminfo: memFree=1140488/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=1238.67
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 123426 12 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134574864 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 1238.68
Current children cumulated vsize (KiB) 102252

[startup+1304.16 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 30312
/proc/meminfo: memFree=1140488/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=1298.48
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 129407 12 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134580331 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 1298.49
Current children cumulated vsize (KiB) 102252

[startup+1364.25 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 30312
/proc/meminfo: memFree=1140488/2055920 swapFree=4191880/4192956
[pid=30293] ppid=30291 vsize=47548 CPUtime=0.01
/proc/30293/stat : 30293 (solver.sh) S 30291 30293 28184 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 277991261 48689152 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30293/statm: 11887 360 245 79 0 217 0
[pid=30310] ppid=30293 vsize=54704 CPUtime=1358.31
/proc/30310/stat : 30310 (toolbarBtd) R 30293 30293 28184 0 -1 0 12512 816 0 0 135389 13 429 0 25 0 1 0 277991265 56016896 12468 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134578913 0 0 4096 2 0 0 0 17 1 0 0
/proc/30310/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 1358.32
Current children cumulated vsize (KiB) 102252

Child status: 0
Real time (s): 1396.77
CPU time (s): 1390.74
CPU user time (s): 1390.56
CPU system time (s): 0.180972
CPU usage (%): 99.568
Max. virtual memory (cumulated for all children) (KiB): 102252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1390.56
system time used= 0.180972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17985
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= 111
involuntary context switches= 14986

runsolver used 1.42578 s user time and 3.53746 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan 20 12:26:04 UTC 2007


IDJOB= 279617
IDBENCH= 10332
IDSOLVER= 72
FILE ID= node16/279617-1169295963

PBS_JOBID= 3609549

Free space on /tmp= 66559 MiB

SOLVER NAME= Toolbar_BTD 2007-01-12
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/maxcut/maxcut-50/maxcut-50-640-9_ext.xml
COMMAND LINE= /tmp/evaluation/279617-1169295963/solver.sh /tmp/evaluation/279617-1169295963/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node16/convwatcher-279617-1169295963 -o ROOT/results/node16/conversion-279617-1169295963 -C 600 -M 900 /tmp/evaluation/279617-1169295963/translate /tmp/evaluation/279617-1169295963/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= f75ee5e830002fa98429bd59d9dcbc78
MD5SUM BENCH=  e459e05ae5a16408f5d3f44ddfc83da7

RANDOM SEED= 457310533

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:       1191088 kB
Buffers:         55336 kB
Cached:         682604 kB
SwapCached:        268 kB
Active:         302592 kB
Inactive:       485404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1191088 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2924 kB
Writeback:           0 kB
Mapped:          69516 kB
Slab:            61444 kB
Committed_AS:  8043800 kB
PageTables:       2368 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= 66559 MiB



End job on node16 on Sat Jan 20 12:49:21 UTC 2007