Trace number 279626

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 2083.07 2083.8

General information on the benchmark

NameMaxCSP/maxcut/
maxcut-50/maxcut-50-660-9_ext.xml
MD5SUMc36a89eee4808919aa2587e164adc1d0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints396
Best CPU time to get the best result obtained on this benchmark1980.36
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints660
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension660
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 1 0 0 1 0 0 0 0 1 0 0 0 0 1 1 0 1 1 1 1 0 0 1 0 1 0 0 0 0 1 1 1 1 1 0 1 0 0 0 1 1 0 1 1 1 1 1 0 0 0 
OPTIMUM
c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/279626-1169296205/unknown.xml to /tmp/evaluation/279626-1169296205/unknown.wcsp

Verifier Data (download as text)

264 unsatisfied constraints, 396 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/node22/watcher-279626-1169296205 -o ROOT/results/node22/solver-279626-1169296205 -C 2400 -M 900 /tmp/evaluation/279626-1169296205/solver.sh /tmp/evaluation/279626-1169296205/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.00 1.00 1.05 4/78 1422
/proc/meminfo: memFree=1411248/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=8652 CPUtime=0
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 347 0 0 0 0 0 0 0 17 0 1 0 278015000 8859648 280 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 2163 280 208 79 0 156 0
[pid=1423] ppid=1421 vsize=8688 CPUtime=0
/proc/1423/stat : 1423 (solver.sh) R 1421 1421 302 0 -1 4194368 27 0 0 0 0 0 0 0 18 0 1 0 278015001 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467815071 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/1423/statm: 2172 286 209 79 0 165 0
[pid=1424] ppid=1423 vsize=8700 CPUtime=0
/proc/1424/stat : 1424 (solver.sh) R 1423 1421 302 0 -1 4194368 21 0 0 0 0 0 0 0 18 0 1 0 278015001 8908800 288 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 4425384 0 0 4096 73728 0 0 0 17 1 0 0
/proc/1424/statm: 2182 290 209 79 0 175 0

[startup+0.103773 s]
/proc/loadavg: 1.00 1.00 1.05 4/78 1422
/proc/meminfo: memFree=1411248/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.511831 s]
/proc/loadavg: 1.00 1.00 1.05 4/78 1422
/proc/meminfo: memFree=1411248/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33296 s]
/proc/loadavg: 1.00 1.00 1.05 2/80 1439
/proc/meminfo: memFree=1410264/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=1204 CPUtime=0
/proc/1438/stat : 1438 (toolbarBtd) S 1421 1421 302 0 -1 0 107 0 0 0 0 0 0 0 18 0 1 0 278015004 1232896 81 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134820461 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/1438/statm: 301 81 58 160 0 137 0
[pid=1439] ppid=1438 vsize=1112 CPUtime=1.29
/proc/1439/stat : 1439 (narycsp) R 1438 1421 302 0 -1 4194304 422 0 0 0 129 0 0 0 25 0 1 0 278015004 1138688 147 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134520128 0 0 4096 512 0 0 0 17 1 0 0
/proc/1439/statm: 278 147 112 211 0 47 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 49892

[startup+2.97721 s]
/proc/loadavg: 1.00 1.00 1.05 2/80 1439
/proc/meminfo: memFree=1410264/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=1204 CPUtime=0
/proc/1438/stat : 1438 (toolbarBtd) S 1421 1421 302 0 -1 0 107 0 0 0 0 0 0 0 18 0 1 0 278015004 1232896 81 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134820461 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/1438/statm: 301 81 58 160 0 137 0
[pid=1439] ppid=1438 vsize=1112 CPUtime=2.93
/proc/1439/stat : 1439 (narycsp) R 1438 1421 302 0 -1 4194304 422 0 0 0 293 0 0 0 25 0 1 0 278015004 1138688 147 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134912166 0 0 4096 512 0 0 0 17 1 0 0
/proc/1439/statm: 278 147 112 211 0 47 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 49892

[startup+6.25372 s]
/proc/loadavg: 1.00 1.00 1.05 2/79 1440
/proc/meminfo: memFree=1360672/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=6.2
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12510 815 0 0 193 4 423 0 25 0 1 0 278015004 56016896 12468 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134576746 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 102280

[startup+12.7137 s]
/proc/loadavg: 1.00 1.00 1.05 2/79 1440
/proc/meminfo: memFree=1360680/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=12.66
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12510 815 0 0 839 4 423 0 25 0 1 0 278015004 56016896 12468 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134576769 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 102280

[startup+25.5257 s]
/proc/loadavg: 1.00 1.00 1.05 2/79 1440
/proc/meminfo: memFree=1360744/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=25.46
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12510 815 0 0 2119 4 423 0 25 0 1 0 278015004 56016896 12468 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134580482 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 102280

[startup+51.1536 s]
/proc/loadavg: 1.00 1.00 1.05 2/79 1440
/proc/meminfo: memFree=1360808/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=51.08
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12510 815 0 0 4681 4 423 0 25 0 1 0 278015004 56016896 12468 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134576778 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 102280

[startup+102.402 s]
/proc/loadavg: 1.00 1.00 1.04 2/79 1440
/proc/meminfo: memFree=1360872/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=102.31
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12510 815 0 0 9804 4 423 0 25 0 1 0 278015004 56016896 12468 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134567595 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 102280

[startup+162.468 s]
/proc/loadavg: 1.07 1.02 1.04 2/79 1440
/proc/meminfo: memFree=1360872/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=162.37
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12510 815 0 0 15809 5 423 0 25 0 1 0 278015004 56016896 12468 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134563172 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 102280

[startup+222.532 s]
/proc/loadavg: 1.02 1.01 1.04 2/79 1440
/proc/meminfo: memFree=1360872/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=222.41
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12510 815 0 0 21813 5 423 0 25 0 1 0 278015004 56016896 12468 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134593887 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 102280

[startup+282.595 s]
/proc/loadavg: 1.01 1.00 1.03 2/79 1440
/proc/meminfo: memFree=1360936/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=282.46
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12510 815 0 0 27818 5 423 0 25 0 1 0 278015004 56016896 12468 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134580688 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 282.47
Current children cumulated vsize (KiB) 102280

[startup+342.651 s]
/proc/loadavg: 1.00 1.00 1.03 2/79 1440
/proc/meminfo: memFree=1360936/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=342.49
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12510 815 0 0 33821 5 423 0 25 0 1 0 278015004 56016896 12468 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134560216 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12468 78 160 0 13512 0
Current children cumulated CPU time (s) 342.5
Current children cumulated vsize (KiB) 102280

[startup+402.718 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 1440
/proc/meminfo: memFree=1360936/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=402.54
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12511 815 0 0 39826 5 423 0 25 0 1 0 278015004 56016896 12469 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134580322 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12469 78 160 0 13512 0
Current children cumulated CPU time (s) 402.55
Current children cumulated vsize (KiB) 102280

[startup+462.777 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 1440
/proc/meminfo: memFree=1360936/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=462.59
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12511 815 0 0 45830 6 423 0 25 0 1 0 278015004 56016896 12469 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134571429 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12469 78 160 0 13512 0
Current children cumulated CPU time (s) 462.6

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

Current children cumulated CPU time (s) 1183.13
Current children cumulated vsize (KiB) 102280

[startup+1243.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1440
/proc/meminfo: memFree=1361000/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=1243.17
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12511 815 0 0 123886 8 423 0 25 0 1 0 278015004 56016896 12469 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134560855 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12469 78 160 0 13512 0
Current children cumulated CPU time (s) 1243.18
Current children cumulated vsize (KiB) 102280

[startup+1303.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1440
/proc/meminfo: memFree=1361000/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=1303.21
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12511 815 0 0 129890 8 423 0 25 0 1 0 278015004 56016896 12469 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134563231 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12469 78 160 0 13512 0
Current children cumulated CPU time (s) 1303.22
Current children cumulated vsize (KiB) 102280

[startup+1363.72 s]
/proc/loadavg: 1.07 1.02 1.00 2/79 1440
/proc/meminfo: memFree=1361064/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=1363.25
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12511 815 0 0 135894 8 423 0 25 0 1 0 278015004 56016896 12469 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134575293 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12469 78 160 0 13512 0
Current children cumulated CPU time (s) 1363.26
Current children cumulated vsize (KiB) 102280

[startup+1423.78 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 1440
/proc/meminfo: memFree=1361064/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=1423.3
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12511 815 0 0 141898 9 423 0 25 0 1 0 278015004 56016896 12469 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134571243 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12469 78 160 0 13512 0
Current children cumulated CPU time (s) 1423.31
Current children cumulated vsize (KiB) 102280

[startup+1483.85 s]
/proc/loadavg: 1.07 1.02 1.00 2/79 1440
/proc/meminfo: memFree=1361000/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=1483.35
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12511 815 0 0 147903 9 423 0 25 0 1 0 278015004 56016896 12469 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134577542 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12469 78 160 0 13512 0
Current children cumulated CPU time (s) 1483.36
Current children cumulated vsize (KiB) 102280

[startup+1543.92 s]
/proc/loadavg: 1.03 1.02 1.00 2/79 1440
/proc/meminfo: memFree=1361000/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=1543.39
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12511 815 0 0 153907 9 423 0 25 0 1 0 278015004 56016896 12469 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134563152 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12469 78 160 0 13512 0
Current children cumulated CPU time (s) 1543.4
Current children cumulated vsize (KiB) 102280

[startup+1603.98 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 1440
/proc/meminfo: memFree=1361000/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=1603.44
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12511 815 0 0 159912 9 423 0 25 0 1 0 278015004 56016896 12469 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134577385 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12469 78 160 0 13512 0
Current children cumulated CPU time (s) 1603.45
Current children cumulated vsize (KiB) 102280

[startup+1664.05 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1440
/proc/meminfo: memFree=1361000/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=1663.48
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12511 815 0 0 165916 9 423 0 25 0 1 0 278015004 56016896 12469 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134560199 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12469 78 160 0 13512 0
Current children cumulated CPU time (s) 1663.49
Current children cumulated vsize (KiB) 102280

[startup+1724.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1440
/proc/meminfo: memFree=1361064/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=1723.52
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12511 815 0 0 171920 9 423 0 25 0 1 0 278015004 56016896 12469 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134560003 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12469 78 160 0 13512 0
Current children cumulated CPU time (s) 1723.53
Current children cumulated vsize (KiB) 102280

[startup+1784.17 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1440
/proc/meminfo: memFree=1361000/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=1783.58
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12511 815 0 0 177925 10 423 0 25 0 1 0 278015004 56016896 12469 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134594190 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12469 78 160 0 13512 0
Current children cumulated CPU time (s) 1783.59
Current children cumulated vsize (KiB) 102280

[startup+1844.24 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1440
/proc/meminfo: memFree=1361000/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=1843.62
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12511 815 0 0 183929 10 423 0 25 0 1 0 278015004 56016896 12469 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134563167 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12469 78 160 0 13512 0
Current children cumulated CPU time (s) 1843.63
Current children cumulated vsize (KiB) 102280

[startup+1904.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 1610
/proc/meminfo: memFree=1359792/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=1903.63
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12511 815 0 0 189928 12 423 0 25 0 1 0 278015004 56016896 12469 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134590872 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12469 78 160 0 13512 0
Current children cumulated CPU time (s) 1903.64
Current children cumulated vsize (KiB) 102280

[startup+1964.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1650
/proc/meminfo: memFree=1360936/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=1963.66
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12511 815 0 0 195931 12 423 0 25 0 1 0 278015004 56016896 12469 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134578990 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12469 78 160 0 13512 0
Current children cumulated CPU time (s) 1963.67
Current children cumulated vsize (KiB) 102280

[startup+2024.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1650
/proc/meminfo: memFree=1360936/2055920 swapFree=4157544/4192956
[pid=1421] ppid=1419 vsize=47576 CPUtime=0.01
/proc/1421/stat : 1421 (solver.sh) S 1419 1421 302 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 278015000 48717824 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1421/statm: 11894 360 245 79 0 217 0
[pid=1438] ppid=1421 vsize=54704 CPUtime=2023.71
/proc/1438/stat : 1438 (toolbarBtd) R 1421 1421 302 0 -1 0 12511 815 0 0 201936 12 423 0 25 0 1 0 278015004 56016896 12469 18446744073709551615 134512640 135169536 4294956528 18446744073709551615 134579430 0 0 4096 2 0 0 0 17 1 0 0
/proc/1438/statm: 13676 12469 78 160 0 13512 0
Current children cumulated CPU time (s) 2023.72
Current children cumulated vsize (KiB) 102280

Child status: 0
Real time (s): 2083.8
CPU time (s): 2083.07
CPU user time (s): 2082.91
CPU system time (s): 0.167974
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 102280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2082.91
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18000
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= 108
involuntary context switches= 1951

runsolver used 2.18867 s user time and 5.21221 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sat Jan 20 12:30:06 UTC 2007


IDJOB= 279626
IDBENCH= 10336
IDSOLVER= 72
FILE ID= node22/279626-1169296205

PBS_JOBID= 3609666

Free space on /tmp= 66562 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-279626-1169296205 -o ROOT/results/node22/solver-279626-1169296205 -C 2400 -M 900  /tmp/evaluation/279626-1169296205/solver.sh /tmp/evaluation/279626-1169296205/unknown

META MD5SUM SOLVER= f75ee5e830002fa98429bd59d9dcbc78
MD5SUM BENCH=  c36a89eee4808919aa2587e164adc1d0

RANDOM SEED= 744163070

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.279
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.279
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:       1411664 kB
Buffers:         44368 kB
Cached:         482856 kB
SwapCached:      12356 kB
Active:         184180 kB
Inactive:       380596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1411664 kB
SwapTotal:     4192956 kB
SwapFree:      4157544 kB
Dirty:            2828 kB
Writeback:           0 kB
Mapped:          54912 kB
Slab:            64912 kB
Committed_AS:  4527696 kB
PageTables:       1920 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 node22 on Sat Jan 20 13:04:50 UTC 2007