Trace number 276465

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-12? (TO) 2400.09 2411.94

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-16_ext.xml
MD5SUM81923536c0ec64b41132176829346068
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints102
Best CPU time to get the best result obtained on this benchmark1005.01
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

2411.93	Terminated
c 
c 
c 
c solution file
c 
c 

c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/276465-1169238208/unknown.xml to /tmp/evaluation/276465-1169238208/unknown.wcsp

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-276465-1169238208 -o ROOT/results/node14/solver-276465-1169238208 -C 2400 -M 900 /tmp/evaluation/276465-1169238208/solver.sh /tmp/evaluation/276465-1169238208/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.06 2.01 2.00 5/86 19537
/proc/meminfo: memFree=1304672/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=8560 CPUtime=0
/proc/19536/stat : 19536 (solver.sh) R 19534 19536 18836 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 272215907 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234651535 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19536/statm: 2140 253 197 79 0 133 0

[startup+0.105521 s]
/proc/loadavg: 2.06 2.01 2.00 5/86 19537
/proc/meminfo: memFree=1304672/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47548

[startup+0.513523 s]
/proc/loadavg: 2.06 2.01 2.00 5/86 19537
/proc/meminfo: memFree=1304672/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47548

[startup+1.33461 s]
/proc/loadavg: 2.06 2.01 2.00 3/88 19554
/proc/meminfo: memFree=1300616/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=2696 CPUtime=0
/proc/19553/stat : 19553 (toulbar2) S 19536 19536 18836 0 -1 4194304 245 0 0 0 0 0 0 0 18 0 1 0 272215911 2760704 208 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4294960144 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19553/statm: 674 208 186 73 0 11 0
[pid=19554] ppid=19553 vsize=4432 CPUtime=1.27
/proc/19554/stat : 19554 (narycsp) R 19553 19536 18836 0 -1 4194304 1212 0 0 0 127 0 0 0 25 0 1 0 272215911 4538368 935 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 134514080 0 0 4096 512 0 0 0 17 1 0 0
/proc/19554/statm: 1108 935 106 211 0 877 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 54676

[startup+2.97276 s]
/proc/loadavg: 2.06 2.01 2.00 3/88 19554
/proc/meminfo: memFree=1300488/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=2696 CPUtime=0
/proc/19553/stat : 19553 (toulbar2) S 19536 19536 18836 0 -1 4194304 245 0 0 0 0 0 0 0 18 0 1 0 272215911 2760704 208 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4294960144 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19553/statm: 674 208 186 73 0 11 0
[pid=19554] ppid=19553 vsize=4432 CPUtime=2.91
/proc/19554/stat : 19554 (narycsp) R 19553 19536 18836 0 -1 4194304 1212 0 0 0 291 0 0 0 25 0 1 0 272215911 4538368 935 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 134542107 0 0 4096 512 0 0 0 17 1 0 0
/proc/19554/statm: 1108 935 106 211 0 877 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 54676

[startup+6.27307 s]
/proc/loadavg: 2.05 2.01 2.00 3/88 19554
/proc/meminfo: memFree=1300488/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=2696 CPUtime=0
/proc/19553/stat : 19553 (toulbar2) S 19536 19536 18836 0 -1 4194304 245 0 0 0 0 0 0 0 18 0 1 0 272215911 2760704 208 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4294960144 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19553/statm: 674 208 186 73 0 11 0
[pid=19554] ppid=19553 vsize=4432 CPUtime=6.19
/proc/19554/stat : 19554 (narycsp) R 19553 19536 18836 0 -1 4194304 1218 0 0 0 619 0 0 0 25 0 1 0 272215911 4538368 941 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 134530473 0 0 4096 512 0 0 0 17 1 0 0
/proc/19554/statm: 1108 941 112 211 0 877 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 54676

[startup+12.7427 s]
/proc/loadavg: 2.05 2.01 2.00 3/88 19554
/proc/meminfo: memFree=1300552/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=2696 CPUtime=0
/proc/19553/stat : 19553 (toulbar2) S 19536 19536 18836 0 -1 4194304 245 0 0 0 0 0 0 0 18 0 1 0 272215911 2760704 208 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4294960144 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19553/statm: 674 208 186 73 0 11 0
[pid=19554] ppid=19553 vsize=4432 CPUtime=12.63
/proc/19554/stat : 19554 (narycsp) R 19553 19536 18836 0 -1 4194304 1218 0 0 0 1263 0 0 0 25 0 1 0 272215911 4538368 941 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 134540880 0 0 4096 512 0 0 0 17 1 0 0
/proc/19554/statm: 1108 941 112 211 0 877 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 54676

[startup+25.5769 s]
/proc/loadavg: 2.04 2.01 2.00 3/87 19555
/proc/meminfo: memFree=1293592/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16660 CPUtime=25.4
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3873 1613 0 0 890 1 1648 1 25 0 1 0 272215911 17059840 2901 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134549174 0 0 4096 0 0 0 0 17 1 0 0
/proc/19553/statm: 4165 2901 281 73 0 3502 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 64208

[startup+51.2483 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 19555
/proc/meminfo: memFree=1293592/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16660 CPUtime=50.95
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3891 1613 0 0 3444 2 1648 1 25 0 1 0 272215911 17059840 2919 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134549163 0 0 4096 0 0 0 0 17 1 0 0
/proc/19553/statm: 4165 2919 281 73 0 3502 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 64208

[startup+102.486 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 19555
/proc/meminfo: memFree=1293592/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=101.95
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3892 1613 0 0 8544 2 1648 1 25 0 1 0 272215911 17063936 2920 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134584844 0 0 4096 0 0 0 0 17 1 0 0
/proc/19553/statm: 4166 2920 281 73 0 3503 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 64212

[startup+162.555 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 19555
/proc/meminfo: memFree=1293592/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=161.73
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3892 1613 0 0 14522 2 1648 1 25 0 1 0 272215911 17063936 2920 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134591426 0 0 4096 0 0 0 0 17 1 0 0
/proc/19553/statm: 4166 2920 281 73 0 3503 0
Current children cumulated CPU time (s) 161.74
Current children cumulated vsize (KiB) 64212

[startup+222.628 s]
/proc/loadavg: 2.05 2.01 2.00 3/87 19555
/proc/meminfo: memFree=1293592/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=221.52
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3892 1613 0 0 20500 3 1648 1 25 0 1 0 272215911 17063936 2920 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134584844 0 0 4096 0 0 0 0 17 1 0 0
/proc/19553/statm: 4166 2920 281 73 0 3503 0
Current children cumulated CPU time (s) 221.53
Current children cumulated vsize (KiB) 64212

[startup+282.691 s]
/proc/loadavg: 2.07 2.02 2.00 3/87 19555
/proc/meminfo: memFree=1293592/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=281.3
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3892 1613 0 0 26478 3 1648 1 25 0 1 0 272215911 17063936 2920 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134545482 0 0 4096 0 0 0 0 17 1 0 0
/proc/19553/statm: 4166 2920 281 73 0 3503 0
Current children cumulated CPU time (s) 281.31
Current children cumulated vsize (KiB) 64212

[startup+342.757 s]
/proc/loadavg: 2.02 2.02 2.00 3/87 19555
/proc/meminfo: memFree=1293528/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=341.09
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3908 1613 0 0 32456 4 1648 1 25 0 1 0 272215911 17063936 2936 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134584947 0 0 4096 0 0 0 0 17 1 0 0
/proc/19553/statm: 4166 2936 281 73 0 3503 0
Current children cumulated CPU time (s) 341.1
Current children cumulated vsize (KiB) 64212

[startup+402.819 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 19555
/proc/meminfo: memFree=1293528/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=400.87
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3908 1613 0 0 38434 4 1648 1 25 0 1 0 272215911 17063936 2936 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134545758 0 0 4096 0 0 0 0 17 1 0 0
/proc/19553/statm: 4166 2936 281 73 0 3503 0
Current children cumulated CPU time (s) 400.88
Current children cumulated vsize (KiB) 64212

[startup+462.884 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 19555
/proc/meminfo: memFree=1293528/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=460.66
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3908 1613 0 0 44412 5 1648 1 25 0 1 0 272215911 17063936 2936 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134542212 0 0 4096 0 0 0 0 17 1 0 0
/proc/19553/statm: 4166 2936 281 73 0 3503 0
Current children cumulated CPU time (s) 460.67

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

/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=1656.31
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3936 1613 0 0 163971 11 1648 1 25 0 1 0 272215911 17063936 2964 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134549072 0 0 4096 0 0 0 0 17 0 0 0
/proc/19553/statm: 4166 2964 281 73 0 3503 0
Current children cumulated CPU time (s) 1656.32
Current children cumulated vsize (KiB) 64212

[startup+1724.09 s]
/proc/loadavg: 2.02 2.02 2.00 3/95 19630
/proc/meminfo: memFree=1289808/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=1716.04
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3936 1613 0 0 169944 11 1648 1 25 0 1 0 272215911 17063936 2964 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134584892 0 0 4096 0 0 0 0 17 0 0 0
/proc/19553/statm: 4166 2964 281 73 0 3503 0
Current children cumulated CPU time (s) 1716.05
Current children cumulated vsize (KiB) 64212

[startup+1784.15 s]
/proc/loadavg: 2.06 2.03 2.00 3/95 19630
/proc/meminfo: memFree=1289808/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=1775.77
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3936 1613 0 0 175917 11 1648 1 25 0 1 0 272215911 17063936 2964 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134584694 0 0 4096 0 0 0 0 17 0 0 0
/proc/19553/statm: 4166 2964 281 73 0 3503 0
Current children cumulated CPU time (s) 1775.78
Current children cumulated vsize (KiB) 64212

[startup+1844.2 s]
/proc/loadavg: 2.21 2.08 2.02 3/95 19630
/proc/meminfo: memFree=1289808/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=1835.48
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3936 1613 0 0 181888 11 1648 1 25 0 1 0 272215911 17063936 2964 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134545680 0 0 4096 0 0 0 0 17 0 0 0
/proc/19553/statm: 4166 2964 281 73 0 3503 0
Current children cumulated CPU time (s) 1835.49
Current children cumulated vsize (KiB) 64212

[startup+1904.27 s]
/proc/loadavg: 2.08 2.06 2.01 3/95 19630
/proc/meminfo: memFree=1289808/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=1895.22
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3936 1613 0 0 187862 11 1648 1 25 0 1 0 272215911 17063936 2964 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134584821 0 0 4096 0 0 0 0 17 0 0 0
/proc/19553/statm: 4166 2964 281 73 0 3503 0
Current children cumulated CPU time (s) 1895.23
Current children cumulated vsize (KiB) 64212

[startup+1964.32 s]
/proc/loadavg: 2.03 2.05 2.01 4/95 19630
/proc/meminfo: memFree=1289808/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=1954.96
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3936 1613 0 0 193836 11 1648 1 25 0 1 0 272215911 17063936 2964 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134548437 0 0 4096 0 0 0 0 17 0 0 0
/proc/19553/statm: 4166 2964 281 73 0 3503 0
Current children cumulated CPU time (s) 1954.97
Current children cumulated vsize (KiB) 64212

[startup+2024.38 s]
/proc/loadavg: 2.04 2.05 2.01 3/95 19630
/proc/meminfo: memFree=1289808/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=2014.67
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3936 1613 0 0 199807 11 1648 1 25 0 1 0 272215911 17063936 2964 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134591438 0 0 4096 0 0 0 0 17 0 0 0
/proc/19553/statm: 4166 2964 281 73 0 3503 0
Current children cumulated CPU time (s) 2014.68
Current children cumulated vsize (KiB) 64212

[startup+2084.43 s]
/proc/loadavg: 2.01 2.04 2.00 3/95 19630
/proc/meminfo: memFree=1289744/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=2074.4
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3936 1613 0 0 205779 12 1648 1 25 0 1 0 272215911 17063936 2964 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134545509 0 0 4096 0 0 0 0 17 0 0 0
/proc/19553/statm: 4166 2964 281 73 0 3503 0
Current children cumulated CPU time (s) 2074.41
Current children cumulated vsize (KiB) 64212

[startup+2144.48 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 19630
/proc/meminfo: memFree=1289808/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=2134.14
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3936 1613 0 0 211753 12 1648 1 25 0 1 0 272215911 17063936 2964 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134545732 0 0 4096 0 0 0 0 17 0 0 0
/proc/19553/statm: 4166 2964 281 73 0 3503 0
Current children cumulated CPU time (s) 2134.15
Current children cumulated vsize (KiB) 64212

[startup+2204.54 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 19630
/proc/meminfo: memFree=1289808/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=2193.86
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3936 1613 0 0 217725 12 1648 1 25 0 1 0 272215911 17063936 2964 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134669077 0 0 4096 0 0 0 0 17 0 0 0
/proc/19553/statm: 4166 2964 281 73 0 3503 0
Current children cumulated CPU time (s) 2193.87
Current children cumulated vsize (KiB) 64212

[startup+2264.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/101 19704
/proc/meminfo: memFree=1288440/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=2253.55
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3936 1613 0 0 223690 16 1648 1 25 0 1 0 272215911 17063936 2964 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134542161 0 0 4096 0 0 0 0 17 0 0 0
/proc/19553/statm: 4166 2964 281 73 0 3503 0
Current children cumulated CPU time (s) 2253.56
Current children cumulated vsize (KiB) 64212

[startup+2324.68 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 19828
/proc/meminfo: memFree=1289464/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=2313.26
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3936 1613 0 0 229652 25 1648 1 25 0 1 0 272215911 17063936 2964 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134542175 0 0 4096 0 0 0 0 17 0 0 0
/proc/19553/statm: 4166 2964 281 73 0 3503 0
Current children cumulated CPU time (s) 2313.27
Current children cumulated vsize (KiB) 64212

[startup+2384.73 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 19828
/proc/meminfo: memFree=1289488/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=2372.97
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3936 1613 0 0 235623 25 1648 1 25 0 1 0 272215911 17063936 2964 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134585269 0 0 4096 0 0 0 0 17 0 0 0
/proc/19553/statm: 4166 2964 281 73 0 3503 0
Current children cumulated CPU time (s) 2372.98
Current children cumulated vsize (KiB) 64212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411.93 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 19828
/proc/meminfo: memFree=1289488/2055920 swapFree=4158792/4192956
[pid=19536] ppid=19534 vsize=47548 CPUtime=0.01
/proc/19536/stat : 19536 (solver.sh) S 19534 19536 18836 0 -1 4194304 845 2110 0 0 0 0 0 1 25 0 1 0 272215907 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19536/statm: 11887 361 245 79 0 217 0
[pid=19553] ppid=19536 vsize=16664 CPUtime=2400.05
/proc/19553/stat : 19553 (toulbar2) R 19536 19536 18836 0 -1 4194304 3936 1613 0 0 238330 26 1648 1 25 0 1 0 272215911 17063936 2964 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134591525 0 0 4096 0 0 0 0 17 0 0 0
/proc/19553/statm: 4166 2964 281 73 0 3503 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 64212

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2411.94
CPU time (s): 2400.09
CPU user time (s): 2399.8
CPU system time (s): 0.295955
CPU usage (%): 99.5088
Max. virtual memory (cumulated for all children) (KiB): 64212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.8
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8537
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= 72
involuntary context switches= 56515

runsolver used 2.50762 s user time and 8.17276 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Fri Jan 19 20:23:29 UTC 2007


IDJOB= 276465
IDBENCH= 5785
IDSOLVER= 70
FILE ID= node14/276465-1169238208

PBS_JOBID= 3589005

Free space on /tmp= 66558 MiB

SOLVER NAME= Toulbar2 2007-01-12
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-16_ext.xml
COMMAND LINE= /tmp/evaluation/276465-1169238208/solver.sh /tmp/evaluation/276465-1169238208/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node14/convwatcher-276465-1169238208 -o ROOT/results/node14/conversion-276465-1169238208 -C 600 -M 900 /tmp/evaluation/276465-1169238208/translate /tmp/evaluation/276465-1169238208/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-276465-1169238208 -o ROOT/results/node14/solver-276465-1169238208 -C 2400 -M 900  /tmp/evaluation/276465-1169238208/solver.sh /tmp/evaluation/276465-1169238208/unknown

META MD5SUM SOLVER= fe7e38206dd9591eb05752f9e2c48642
MD5SUM BENCH=  81923536c0ec64b41132176829346068

RANDOM SEED= 459194145

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.227
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.227
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:       1305152 kB
Buffers:         50796 kB
Cached:         583024 kB
SwapCached:       3272 kB
Active:         192056 kB
Inactive:       482460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1305152 kB
SwapTotal:     4192956 kB
SwapFree:      4158792 kB
Dirty:            4264 kB
Writeback:           0 kB
Mapped:          49664 kB
Slab:            61248 kB
Committed_AS:  8686628 kB
PageTables:       2148 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= 66560 MiB



End job on node14 on Fri Jan 19 21:03:42 UTC 2007