Trace number 279444

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
Toulbar2 2007-01-12MSAT (TO) 2400.08 2419.84

General information on the benchmark

NameMaxCSP/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-50/
kbtree-9-2-3-5-50-11_ext.xml
MD5SUM28c7acdd6912268ff167b2ae4592dbf2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints260
Best CPU time to get the best result obtained on this benchmark6.24605
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints309
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension309
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

2419.80	Terminated
c 
c 
c 
c solution file
c 
c 

SOL 2 4 1 0 3 3 1 1 2 0 4 2 3 4 3 2 2 3 3 4 2 4 0 0 1 2 3 4 1 0 2 3 0 4 3 3 3 2 1 4 4 2 3 2 1 3 4 1 1 0 1 4 4 0 1 2 3 1 
c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/279444-1169293895/unknown.xml to /tmp/evaluation/279444-1169293895/unknown.wcsp

Verifier Data (download as text)

49 unsatisfied constraints, 260 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/node44/watcher-279444-1169293895 -o ROOT/results/node44/solver-279444-1169293895 -C 2400 -M 900 /tmp/evaluation/279444-1169293895/solver.sh /tmp/evaluation/279444-1169293895/unknown 

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

/proc/loadavg: 0.85 0.97 0.99 4/68 19351
/proc/meminfo: memFree=1281040/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=8652 CPUtime=0
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 347 0 0 0 0 0 0 0 17 0 1 0 277788579 8859648 280 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 2163 280 208 79 0 156 0
[pid=19352] ppid=19350 vsize=8688 CPUtime=0
/proc/19352/stat : 19352 (solver.sh) R 19350 19350 19193 0 -1 4194368 27 0 0 0 0 0 0 0 18 0 1 0 277788579 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840473247 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/19352/statm: 2172 286 209 79 0 165 0
[pid=19353] ppid=19352 vsize=8728 CPUtime=0
/proc/19353/stat : 19353 (solver.sh) R 19352 19350 19193 0 -1 4194368 26 0 0 0 0 0 0 0 18 0 1 0 277788580 8937472 290 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840473895 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/19353/statm: 2182 290 209 79 0 175 0

[startup+0.103671 s]
/proc/loadavg: 0.85 0.97 0.99 4/68 19351
/proc/meminfo: memFree=1281040/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.511708 s]
/proc/loadavg: 0.85 0.97 0.99 4/68 19351
/proc/meminfo: memFree=1281040/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33279 s]
/proc/loadavg: 0.85 0.97 0.99 3/76 19396
/proc/meminfo: memFree=1229640/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=2696 CPUtime=0
/proc/19374/stat : 19374 (toulbar2) S 19350 19350 19193 0 -1 4194304 245 0 0 0 0 0 0 0 18 0 1 0 277788583 2760704 208 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4294960144 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19374/statm: 674 208 186 73 0 11 0
[pid=19377] ppid=19374 vsize=1108 CPUtime=1.27
/proc/19377/stat : 19377 (narycsp) R 19374 19350 19193 0 -1 4194304 424 0 0 0 127 0 0 0 25 0 1 0 277788583 1134592 148 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134540788 0 0 4096 512 0 0 0 17 0 0 0
/proc/19377/statm: 277 148 112 211 0 46 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 51364

[startup+2.97596 s]
/proc/loadavg: 0.85 0.97 0.99 3/76 19396
/proc/meminfo: memFree=1229576/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=2696 CPUtime=0
/proc/19374/stat : 19374 (toulbar2) S 19350 19350 19193 0 -1 4194304 245 0 0 0 0 0 0 0 18 0 1 0 277788583 2760704 208 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4294960144 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19374/statm: 674 208 186 73 0 11 0
[pid=19377] ppid=19374 vsize=1108 CPUtime=2.91
/proc/19377/stat : 19377 (narycsp) R 19374 19350 19193 0 -1 4194304 424 0 0 0 291 0 0 0 25 0 1 0 277788583 1134592 148 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134534717 0 0 4096 512 0 0 0 17 0 0 0
/proc/19377/statm: 277 148 112 211 0 46 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 51364

[startup+6.2613 s]
/proc/loadavg: 0.94 0.98 0.99 3/75 19397
/proc/meminfo: memFree=1229264/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5568 CPUtime=6.16
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 464 816 0 0 141 0 475 0 25 0 1 0 277788583 5701632 393 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134549189 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1392 393 281 73 0 729 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 53128

[startup+12.726 s]
/proc/loadavg: 1.02 1.00 1.00 3/75 19397
/proc/meminfo: memFree=1229280/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5568 CPUtime=12.57
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 464 816 0 0 782 0 475 0 25 0 1 0 277788583 5701632 393 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134571443 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1392 393 281 73 0 729 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 53128

[startup+25.5353 s]
/proc/loadavg: 1.24 1.05 1.02 3/75 19397
/proc/meminfo: memFree=1229472/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5568 CPUtime=25.26
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 464 816 0 0 2051 0 475 0 25 0 1 0 277788583 5701632 393 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4160524074 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1392 393 281 73 0 729 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 53128

[startup+51.1719 s]
/proc/loadavg: 1.50 1.12 1.04 3/75 19397
/proc/meminfo: memFree=1229536/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5568 CPUtime=50.7
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 468 816 0 0 4595 0 475 0 25 0 1 0 277788583 5701632 397 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134542190 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1392 397 281 73 0 729 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 53128

[startup+102.44 s]
/proc/loadavg: 1.78 1.26 1.09 3/75 19397
/proc/meminfo: memFree=1229600/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5568 CPUtime=101.56
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 468 816 0 0 9681 0 475 0 25 0 1 0 277788583 5701632 397 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134560177 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1392 397 281 73 0 729 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 53128

[startup+162.536 s]
/proc/loadavg: 1.92 1.39 1.14 3/75 19397
/proc/meminfo: memFree=1229600/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5568 CPUtime=161.15
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 468 816 0 0 15640 0 475 0 25 0 1 0 277788583 5701632 397 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134548417 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1392 397 281 73 0 729 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 53128

[startup+222.624 s]
/proc/loadavg: 1.97 1.50 1.19 3/75 19397
/proc/meminfo: memFree=1229536/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5568 CPUtime=220.76
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 468 816 0 0 21601 0 475 0 25 0 1 0 277788583 5701632 397 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134591478 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1392 397 281 73 0 729 0
Current children cumulated CPU time (s) 220.77
Current children cumulated vsize (KiB) 53128

[startup+282.713 s]
/proc/loadavg: 1.99 1.59 1.24 3/75 19397
/proc/meminfo: memFree=1229600/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5568 CPUtime=280.38
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 468 816 0 0 27563 0 475 0 25 0 1 0 277788583 5701632 397 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134655421 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1392 397 281 73 0 729 0
Current children cumulated CPU time (s) 280.39
Current children cumulated vsize (KiB) 53128

[startup+342.803 s]
/proc/loadavg: 2.04 1.67 1.29 3/75 19397
/proc/meminfo: memFree=1229600/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5568 CPUtime=339.97
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 468 816 0 0 33522 0 475 0 25 0 1 0 277788583 5701632 397 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4159730805 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1392 397 281 73 0 729 0
Current children cumulated CPU time (s) 339.98
Current children cumulated vsize (KiB) 53128

[startup+402.897 s]
/proc/loadavg: 2.01 1.73 1.33 3/75 19397
/proc/meminfo: memFree=1229600/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5568 CPUtime=399.58
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 468 816 0 0 39483 0 475 0 25 0 1 0 277788583 5701632 397 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134559278 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1392 397 281 73 0 729 0
Current children cumulated CPU time (s) 399.59
Current children cumulated vsize (KiB) 53128

[startup+462.987 s]
/proc/loadavg: 2.00 1.78 1.37 3/75 19397
/proc/meminfo: memFree=1229600/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5568 CPUtime=459.19
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 468 816 0 0 45444 0 475 0 25 0 1 0 277788583 5701632 397 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134545538 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1392 397 281 73 0 729 0
Current children cumulated CPU time (s) 459.2

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

/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5572 CPUtime=1650.99
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 471 816 0 0 164610 14 475 0 25 0 1 0 277788583 5705728 400 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134541155 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1393 400 281 73 0 730 0
Current children cumulated CPU time (s) 1651
Current children cumulated vsize (KiB) 53132

[startup+1724.75 s]
/proc/loadavg: 2.00 2.00 1.82 3/75 19595
/proc/meminfo: memFree=1229536/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5572 CPUtime=1710.61
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 471 816 0 0 170572 14 475 0 25 0 1 0 277788583 5705728 400 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134682930 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1393 400 281 73 0 730 0
Current children cumulated CPU time (s) 1710.62
Current children cumulated vsize (KiB) 53132

[startup+1784.84 s]
/proc/loadavg: 2.05 2.01 1.83 3/75 19597
/proc/meminfo: memFree=1229536/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5572 CPUtime=1770.2
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 471 816 0 0 176530 15 475 0 25 0 1 0 277788583 5705728 400 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4159728649 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1393 400 281 73 0 730 0
Current children cumulated CPU time (s) 1770.21
Current children cumulated vsize (KiB) 53132

[startup+1844.93 s]
/proc/loadavg: 2.02 2.01 1.84 3/75 19597
/proc/meminfo: memFree=1229536/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5572 CPUtime=1829.82
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 471 816 0 0 182492 15 475 0 25 0 1 0 277788583 5705728 400 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4159725932 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1393 400 281 73 0 730 0
Current children cumulated CPU time (s) 1829.83
Current children cumulated vsize (KiB) 53132

[startup+1905.02 s]
/proc/loadavg: 2.00 2.00 1.84 3/75 19597
/proc/meminfo: memFree=1229536/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5572 CPUtime=1889.43
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 471 816 0 0 188453 15 475 0 25 0 1 0 277788583 5705728 400 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134545536 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1393 400 281 73 0 730 0
Current children cumulated CPU time (s) 1889.44
Current children cumulated vsize (KiB) 53132

[startup+1965.12 s]
/proc/loadavg: 2.00 2.00 1.85 3/75 19597
/proc/meminfo: memFree=1229472/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5572 CPUtime=1949
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 471 816 0 0 194410 15 475 0 25 0 1 0 277788583 5705728 400 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134591576 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1393 400 281 73 0 730 0
Current children cumulated CPU time (s) 1949.01
Current children cumulated vsize (KiB) 53132

[startup+2025.21 s]
/proc/loadavg: 2.00 2.00 1.85 3/75 19597
/proc/meminfo: memFree=1229472/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5572 CPUtime=2008.6
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 471 816 0 0 200370 15 475 0 25 0 1 0 277788583 5705728 400 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4159734795 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1393 400 281 73 0 730 0
Current children cumulated CPU time (s) 2008.61
Current children cumulated vsize (KiB) 53132

[startup+2085.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/75 19597
/proc/meminfo: memFree=1229536/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5572 CPUtime=2068.23
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 471 816 0 0 206332 16 475 0 25 0 1 0 277788583 5705728 400 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134545484 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1393 400 281 73 0 730 0
Current children cumulated CPU time (s) 2068.24
Current children cumulated vsize (KiB) 53132

[startup+2145.39 s]
/proc/loadavg: 2.00 2.00 1.87 3/75 19597
/proc/meminfo: memFree=1229536/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5572 CPUtime=2127.81
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 471 816 0 0 212290 16 475 0 25 0 1 0 277788583 5705728 400 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134655421 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1393 400 281 73 0 730 0
Current children cumulated CPU time (s) 2127.82
Current children cumulated vsize (KiB) 53132

[startup+2205.48 s]
/proc/loadavg: 2.00 2.00 1.87 3/75 19597
/proc/meminfo: memFree=1229472/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5572 CPUtime=2187.42
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 471 816 0 0 218251 16 475 0 25 0 1 0 277788583 5705728 400 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134559585 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1393 400 281 73 0 730 0
Current children cumulated CPU time (s) 2187.43
Current children cumulated vsize (KiB) 53132

[startup+2265.57 s]
/proc/loadavg: 2.00 2.00 1.88 3/75 19597
/proc/meminfo: memFree=1229472/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5572 CPUtime=2247.03
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 471 816 0 0 224212 16 475 0 25 0 1 0 277788583 5705728 400 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134559242 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1393 400 281 73 0 730 0
Current children cumulated CPU time (s) 2247.04
Current children cumulated vsize (KiB) 53132

[startup+2325.66 s]
/proc/loadavg: 2.00 2.00 1.88 3/75 19597
/proc/meminfo: memFree=1229472/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5572 CPUtime=2306.61
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 471 816 0 0 230170 16 475 0 25 0 1 0 277788583 5705728 400 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134548475 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1393 400 281 73 0 730 0
Current children cumulated CPU time (s) 2306.62
Current children cumulated vsize (KiB) 53132

[startup+2385.75 s]
/proc/loadavg: 2.00 2.00 1.89 3/75 19597
/proc/meminfo: memFree=1229472/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5572 CPUtime=2366.22
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 471 816 0 0 236131 16 475 0 25 0 1 0 277788583 5705728 400 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134548504 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1393 400 281 73 0 730 0
Current children cumulated CPU time (s) 2366.23
Current children cumulated vsize (KiB) 53132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2419.8 s]
/proc/loadavg: 2.00 2.00 1.89 3/81 19658
/proc/meminfo: memFree=1260728/2055920 swapFree=4191892/4192956
[pid=19350] ppid=19348 vsize=47560 CPUtime=0.01
/proc/19350/stat : 19350 (solver.sh) S 19348 19350 19193 0 -1 4194304 844 2107 0 0 0 0 0 1 17 0 1 0 277788579 48701440 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19350/statm: 11890 360 244 79 0 217 0
[pid=19374] ppid=19350 vsize=5572 CPUtime=2400.03
/proc/19374/stat : 19374 (toulbar2) R 19350 19350 19193 0 -1 4194304 471 816 0 0 239512 16 475 0 25 0 1 0 277788583 5705728 400 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134591414 0 0 4096 0 0 0 0 17 0 0 0
/proc/19374/statm: 1393 400 281 73 0 730 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 53132

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2419.84
CPU time (s): 2400.08
CPU user time (s): 2399.88
CPU system time (s): 0.199969
CPU usage (%): 99.1835
Max. virtual memory (cumulated for all children) (KiB): 53132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.88
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4271
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= 73
involuntary context switches= 56200

runsolver used 2.42463 s user time and 6.30304 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sat Jan 20 11:51:35 UTC 2007


IDJOB= 279444
IDBENCH= 10067
IDSOLVER= 70
FILE ID= node44/279444-1169293895

PBS_JOBID= 3609793

Free space on /tmp= 66561 MiB

SOLVER NAME= Toulbar2 2007-01-12
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-50/kbtree-9-2-3-5-50-11_ext.xml
COMMAND LINE= /tmp/evaluation/279444-1169293895/solver.sh /tmp/evaluation/279444-1169293895/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node44/convwatcher-279444-1169293895 -o ROOT/results/node44/conversion-279444-1169293895 -C 600 -M 900 /tmp/evaluation/279444-1169293895/translate /tmp/evaluation/279444-1169293895/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-279444-1169293895 -o ROOT/results/node44/solver-279444-1169293895 -C 2400 -M 900  /tmp/evaluation/279444-1169293895/solver.sh /tmp/evaluation/279444-1169293895/unknown

META MD5SUM SOLVER= fe7e38206dd9591eb05752f9e2c48642
MD5SUM BENCH=  28c7acdd6912268ff167b2ae4592dbf2

RANDOM SEED= 660086951

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.213
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.213
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:       1279952 kB
Buffers:         55640 kB
Cached:         621304 kB
SwapCached:        268 kB
Active:         196492 kB
Inactive:       501284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1279952 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            4532 kB
Writeback:           0 kB
Mapped:          32828 kB
Slab:            63748 kB
Committed_AS:  5132844 kB
PageTables:       1724 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB



End job on node44 on Sat Jan 20 12:31:56 UTC 2007