Trace number 280362

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.07 2411.21

General information on the benchmark

Namerandom/rand-10-20-10/
rand-10-20-10-5-10000-8_ext.xml
MD5SUMf428df0800b36c8acd9350ef24504fc9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints3
Best CPU time to get the best result obtained on this benchmark893.957
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

2410.99	Terminated
c 
c 
c 
c solution file
c 
c 

c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/280362-1169305171/unknown.xml to /tmp/evaluation/280362-1169305171/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/node1/watcher-280362-1169305171 -o ROOT/results/node1/solver-280362-1169305171 -C 2400 -M 900 /tmp/evaluation/280362-1169305171/solver.sh /tmp/evaluation/280362-1169305171/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.02 2.02 2.00 5/86 16674
/proc/meminfo: memFree=1294296/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=8560 CPUtime=0
/proc/16673/stat : 16673 (solver.sh) R 16671 16673 15729 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 278912963 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259353462671 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16673/statm: 2140 253 197 79 0 133 0

[startup+0.106326 s]
/proc/loadavg: 2.02 2.02 2.00 5/86 16674
/proc/meminfo: memFree=1294296/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0
/proc/16673/stat : 16673 (solver.sh) D 16671 16673 15729 0 -1 4194304 744 1704 0 0 0 0 0 0 24 0 1 0 278912963 48709632 358 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259353443826 0 2147483391 4096 73728 18446744072099781622 0 0 17 1 0 0
/proc/16673/statm: 11892 358 245 79 0 217 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47568

[startup+0.514386 s]
/proc/loadavg: 2.02 2.02 2.00 5/86 16674
/proc/meminfo: memFree=1294296/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33548 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 16691
/proc/meminfo: memFree=1000384/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=2696 CPUtime=0
/proc/16690/stat : 16690 (toulbar2) S 16673 16673 15729 0 -1 4194304 245 0 0 0 0 0 0 0 22 0 1 0 278912975 2760704 208 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4294960144 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16690/statm: 674 208 186 73 0 11 0
[pid=16691] ppid=16690 vsize=787564 CPUtime=1.19
/proc/16691/stat : 16691 (narycsp) R 16690 16673 15729 0 -1 4194304 173223 0 0 0 45 74 0 0 25 0 1 0 278912975 806465536 107432 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 135014475 0 0 4096 512 0 0 0 17 1 0 0
/proc/16691/statm: 196891 107432 101 211 0 196660 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 837828

[startup+2.97267 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 16691
/proc/meminfo: memFree=709376/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=2696 CPUtime=0
/proc/16690/stat : 16690 (toulbar2) S 16673 16673 15729 0 -1 4194304 245 0 0 0 0 0 0 0 22 0 1 0 278912975 2760704 208 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4294960144 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16690/statm: 674 208 186 73 0 11 0
[pid=16691] ppid=16690 vsize=526440 CPUtime=2.76
/proc/16691/stat : 16691 (narycsp) R 16690 16673 15729 0 -1 4195840 262605 0 0 0 75 201 0 0 25 0 1 0 278912975 539074560 131244 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134908929 0 0 4096 512 0 0 0 17 1 0 0
/proc/16691/statm: 131610 131244 119 211 0 131379 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 576704

[startup+6.27405 s]
/proc/loadavg: 2.26 2.07 2.02 3/88 16693
/proc/meminfo: memFree=738432/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=8996 CPUtime=6.02
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1288 262999 0 0 197 1 75 329 25 0 1 0 278912975 9211904 1220 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613396 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 2249 1220 281 73 0 1586 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 56564

[startup+12.7308 s]
/proc/loadavg: 2.32 2.09 2.02 3/88 16693
/proc/meminfo: memFree=732616/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=8996 CPUtime=12.27
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1288 262999 0 0 822 1 75 329 25 0 1 0 278912975 9211904 1220 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 6895234 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 2249 1220 281 73 0 1586 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 56564

[startup+25.5663 s]
/proc/loadavg: 2.66 2.17 2.05 3/87 16693
/proc/meminfo: memFree=751192/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=24.95
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 2083 8 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134584728 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 56568

[startup+51.2263 s]
/proc/loadavg: 2.40 2.15 2.04 3/87 16693
/proc/meminfo: memFree=751704/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=50
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 4588 8 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134749503 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (KiB) 56568

[startup+102.521 s]
/proc/loadavg: 2.17 2.12 2.04 3/93 16767
/proc/meminfo: memFree=751048/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=100.83
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 9671 8 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4160502465 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 100.84
Current children cumulated vsize (KiB) 56568

[startup+162.559 s]
/proc/loadavg: 2.06 2.10 2.03 3/87 16891
/proc/meminfo: memFree=752008/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=160.21
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 15609 8 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613403 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 160.22
Current children cumulated vsize (KiB) 56568

[startup+222.574 s]
/proc/loadavg: 2.02 2.08 2.03 3/87 16891
/proc/meminfo: memFree=752024/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=219.77
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 21564 9 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613366 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 219.78
Current children cumulated vsize (KiB) 56568

[startup+282.579 s]
/proc/loadavg: 2.01 2.06 2.02 3/87 16891
/proc/meminfo: memFree=752088/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=279.31
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 27518 9 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 6296542 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 279.32
Current children cumulated vsize (KiB) 56568

[startup+342.594 s]
/proc/loadavg: 2.00 2.05 2.02 3/87 16891
/proc/meminfo: memFree=752088/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=338.87
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 33474 9 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613531 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 338.88
Current children cumulated vsize (KiB) 56568

[startup+402.601 s]
/proc/loadavg: 2.07 2.05 2.02 3/87 16891
/proc/meminfo: memFree=752152/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=398.44
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 39430 10 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134584754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 398.45
Current children cumulated vsize (KiB) 56568

[startup+462.613 s]
/proc/loadavg: 2.07 2.06 2.01 3/87 16891
/proc/meminfo: memFree=752152/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=458
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 45386 10 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4159730878 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 458.01
Current children cumulated vsize (KiB) 56568

[startup+522.627 s]
/proc/loadavg: 2.02 2.04 2.01 3/87 16891
/proc/meminfo: memFree=752152/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01

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

/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=1652.75
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 164851 20 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613396 0 0 4096 0 0 0 0 17 0 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 1652.76
Current children cumulated vsize (KiB) 56568

[startup+1723 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16975
/proc/meminfo: memFree=588552/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=1712.74
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 170850 20 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613584 0 0 4096 0 0 0 0 17 0 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 1712.75
Current children cumulated vsize (KiB) 56568

[startup+1783.06 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16975
/proc/meminfo: memFree=588488/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=1772.75
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 176851 20 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134585285 0 0 4096 0 0 0 0 17 0 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 1772.76
Current children cumulated vsize (KiB) 56568

[startup+1843.13 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16975
/proc/meminfo: memFree=588360/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=1832.75
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 182851 20 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134666391 0 0 4096 0 0 0 0 17 0 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 1832.76
Current children cumulated vsize (KiB) 56568

[startup+1903.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16975
/proc/meminfo: memFree=588360/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=1892.75
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 188851 20 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613396 0 0 4096 0 0 0 0 17 0 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 1892.76
Current children cumulated vsize (KiB) 56568

[startup+1963.26 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16975
/proc/meminfo: memFree=588296/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=1952.77
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 194852 21 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134666307 0 0 4096 0 0 0 0 17 0 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 1952.78
Current children cumulated vsize (KiB) 56568

[startup+2023.33 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16975
/proc/meminfo: memFree=588296/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=2012.77
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 200852 21 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613403 0 0 4096 0 0 0 0 17 0 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 2012.78
Current children cumulated vsize (KiB) 56568

[startup+2083.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16975
/proc/meminfo: memFree=588232/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=2072.77
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 206852 21 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613398 0 0 4096 0 0 0 0 17 0 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 2072.78
Current children cumulated vsize (KiB) 56568

[startup+2143.46 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16975
/proc/meminfo: memFree=588104/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=2132.79
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 212854 21 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613396 0 0 4096 0 0 0 0 17 0 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 2132.8
Current children cumulated vsize (KiB) 56568

[startup+2203.53 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16975
/proc/meminfo: memFree=588104/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=2192.78
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 218853 21 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134585438 0 0 4096 0 0 0 0 17 0 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 2192.79
Current children cumulated vsize (KiB) 56568

[startup+2263.57 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 17067
/proc/meminfo: memFree=742272/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=2252.74
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 224848 22 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613396 0 0 4096 0 0 0 0 17 0 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 2252.75
Current children cumulated vsize (KiB) 56568

[startup+2323.58 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 17067
/proc/meminfo: memFree=742336/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=2312.7
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 230844 22 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4159734593 0 0 4096 0 0 0 0 17 0 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 2312.71
Current children cumulated vsize (KiB) 56568

[startup+2383.59 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 17067
/proc/meminfo: memFree=742336/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=2372.63
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 236837 22 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613403 0 0 4096 0 0 0 0 17 0 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 2372.64
Current children cumulated vsize (KiB) 56568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2410.98 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 17067
/proc/meminfo: memFree=742336/2055920 swapFree=4165612/4192956
[pid=16673] ppid=16671 vsize=47568 CPUtime=0.01
/proc/16673/stat : 16673 (solver.sh) S 16671 16673 15729 0 -1 4194304 848 2110 0 0 0 0 0 1 20 0 1 0 278912963 48709632 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16673/statm: 11892 361 245 79 0 217 0
[pid=16690] ppid=16673 vsize=9000 CPUtime=2400.01
/proc/16690/stat : 16690 (toulbar2) R 16673 16673 15729 0 -1 4194304 1289 262999 0 0 239575 22 75 329 25 0 1 0 278912975 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4160363915 0 0 4096 0 0 0 0 17 0 0 0
/proc/16690/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 56568

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2411.21
CPU time (s): 2400.07
CPU user time (s): 2396.53
CPU system time (s): 3.54046
CPU usage (%): 99.5378
Max. virtual memory (cumulated for all children) (KiB): 837828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.53
system time used= 3.54046
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267280
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= 71
involuntary context switches= 48851

runsolver used 2.22166 s user time and 7.09192 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Jan 20 14:59:31 UTC 2007


IDJOB= 280362
IDBENCH= 11085
IDSOLVER= 70
FILE ID= node1/280362-1169305171

PBS_JOBID= 3609658

Free space on /tmp= 66559 MiB

SOLVER NAME= Toulbar2 2007-01-12
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-10-20-10/rand-10-20-10-5-10000-8_ext.xml
COMMAND LINE= /tmp/evaluation/280362-1169305171/solver.sh /tmp/evaluation/280362-1169305171/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node1/convwatcher-280362-1169305171 -o ROOT/results/node1/conversion-280362-1169305171 -C 600 -M 900 /tmp/evaluation/280362-1169305171/translate /tmp/evaluation/280362-1169305171/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-280362-1169305171 -o ROOT/results/node1/solver-280362-1169305171 -C 2400 -M 900  /tmp/evaluation/280362-1169305171/solver.sh /tmp/evaluation/280362-1169305171/unknown

META MD5SUM SOLVER= fe7e38206dd9591eb05752f9e2c48642
MD5SUM BENCH=  f428df0800b36c8acd9350ef24504fc9

RANDOM SEED= 37618683

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.234
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.234
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:       1294712 kB
Buffers:         53332 kB
Cached:         588636 kB
SwapCached:       4372 kB
Active:         292936 kB
Inactive:       391516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1294712 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            4488 kB
Writeback:           0 kB
Mapped:          53364 kB
Slab:            61576 kB
Committed_AS:  8318916 kB
PageTables:       2292 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= 66044 MiB



End job on node1 on Sat Jan 20 15:39:43 UTC 2007