Trace number 280380

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.08 2419.44

General information on the benchmark

Namerandom/rand-10-20-10/
rand-10-20-10-5-10000-10_ext.xml
MD5SUM64198b128887c57ba056de06910900e2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints3
Best CPU time to get the best result obtained on this benchmark2400.11
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)

2419.22	Terminated
c 
c 
c 
c solution file
c 
c 

c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/280380-1169305470/unknown.xml to /tmp/evaluation/280380-1169305470/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/node16/watcher-280380-1169305470 -o ROOT/results/node16/solver-280380-1169305470 -C 2400 -M 900 /tmp/evaluation/280380-1169305470/solver.sh /tmp/evaluation/280380-1169305470/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.19 2.12 2.04 5/87 32167
/proc/meminfo: memFree=641816/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=6348 CPUtime=0
/proc/32166/stat : 32166 (solver.sh) R 32164 32166 31145 0 -1 4194304 261 0 0 0 0 0 0 0 20 0 1 0 278941934 6500352 216 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231959722884 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32166/statm: 1587 216 165 79 0 123 0

[startup+0.105186 s]
/proc/loadavg: 2.19 2.12 2.04 5/87 32167
/proc/meminfo: memFree=641816/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47548

[startup+0.513111 s]
/proc/loadavg: 2.19 2.12 2.04 5/87 32167
/proc/meminfo: memFree=641816/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47548

[startup+1.33595 s]
/proc/loadavg: 2.19 2.12 2.04 3/89 32184
/proc/meminfo: memFree=303368/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=2696 CPUtime=0
/proc/32183/stat : 32183 (toulbar2) S 32166 32166 31145 0 -1 4194304 245 0 0 0 0 0 0 0 18 0 1 0 278941938 2760704 208 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4294960144 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 674 208 186 73 0 11 0
[pid=32184] ppid=32183 vsize=787564 CPUtime=1.27
/proc/32184/stat : 32184 (narycsp) R 32183 32166 31145 0 -1 4194304 185177 0 0 0 46 81 0 0 25 0 1 0 278941939 806465536 119386 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 135014475 0 0 4096 512 0 0 0 17 1 0 0
/proc/32184/statm: 196891 119386 101 211 0 196660 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 837808

[startup+2.98866 s]
/proc/loadavg: 2.18 2.12 2.04 3/89 32184
/proc/meminfo: memFree=39368/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=2696 CPUtime=0
/proc/32183/stat : 32183 (toulbar2) S 32166 32166 31145 0 -1 4194304 245 0 0 0 0 0 0 0 18 0 1 0 278941938 2760704 208 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4294960144 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 674 208 186 73 0 11 0
[pid=32184] ppid=32183 vsize=526440 CPUtime=2.8
/proc/32184/stat : 32184 (narycsp) R 32183 32166 31145 0 -1 4195840 262605 0 0 0 73 207 0 0 25 0 1 0 278941939 539074560 131244 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 134908929 0 0 4096 512 0 0 0 17 1 0 0
/proc/32184/statm: 131610 131244 119 211 0 131379 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 576684

[startup+6.26802 s]
/proc/loadavg: 2.18 2.12 2.04 3/88 32185
/proc/meminfo: memFree=539088/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=8996 CPUtime=5.91
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1288 262999 0 0 183 0 73 335 25 0 1 0 278941938 9211904 1220 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613403 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2249 1220 281 73 0 1586 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 56544

[startup+12.7368 s]
/proc/loadavg: 2.45 2.18 2.06 3/89 32186
/proc/meminfo: memFree=533520/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=12.15
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1289 262999 0 0 801 6 73 335 25 0 1 0 278941938 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613400 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 56548

[startup+25.5514 s]
/proc/loadavg: 2.69 2.24 2.08 3/88 32186
/proc/meminfo: memFree=544408/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=24.85
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1289 262999 0 0 2069 8 73 335 25 0 1 0 278941938 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4160502465 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 56548

[startup+51.1956 s]
/proc/loadavg: 2.45 2.22 2.08 3/88 32186
/proc/meminfo: memFree=553816/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=50.22
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1289 262999 0 0 4605 9 73 335 25 0 1 0 278941938 9216000 1221 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613617 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1221 281 73 0 1587 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 56548

[startup+102.476 s]
/proc/loadavg: 2.18 2.18 2.07 3/88 32186
/proc/meminfo: memFree=554264/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=100.68
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 9651 9 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4159728608 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 100.69
Current children cumulated vsize (KiB) 56548

[startup+162.477 s]
/proc/loadavg: 2.06 2.14 2.07 3/88 32186
/proc/meminfo: memFree=554328/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=160.22
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 15604 10 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4160502465 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 160.23
Current children cumulated vsize (KiB) 56548

[startup+222.48 s]
/proc/loadavg: 2.02 2.12 2.06 3/88 32186
/proc/meminfo: memFree=554328/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=219.74
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 21556 10 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613610 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 219.75
Current children cumulated vsize (KiB) 56548

[startup+282.578 s]
/proc/loadavg: 2.07 2.11 2.06 3/88 32186
/proc/meminfo: memFree=554456/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=279.38
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 27519 11 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613400 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 279.39
Current children cumulated vsize (KiB) 56548

[startup+342.679 s]
/proc/loadavg: 2.02 2.09 2.06 3/88 32186
/proc/meminfo: memFree=554456/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=339.02
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 33483 11 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4160055753 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 339.03
Current children cumulated vsize (KiB) 56548

[startup+402.778 s]
/proc/loadavg: 2.01 2.07 2.05 3/88 32186
/proc/meminfo: memFree=554456/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=398.67
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 39447 12 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 7137542 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 398.68
Current children cumulated vsize (KiB) 56548

[startup+462.88 s]
/proc/loadavg: 2.00 2.05 2.04 3/88 32186
/proc/meminfo: memFree=554392/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=458.3
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 45409 13 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613403 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 458.31
Current children cumulated vsize (KiB) 56548

[startup+522.977 s]
/proc/loadavg: 2.00 2.04 2.04 3/88 32186
/proc/meminfo: memFree=554456/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01

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

/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=1650.16
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 164583 25 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134585269 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 1650.17
Current children cumulated vsize (KiB) 56548

[startup+1724 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32188
/proc/meminfo: memFree=554456/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=1709.69
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 170536 25 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613403 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 1709.7
Current children cumulated vsize (KiB) 56548

[startup+1784.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32188
/proc/meminfo: memFree=554392/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=1769.34
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 176500 26 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613396 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 1769.35
Current children cumulated vsize (KiB) 56548

[startup+1844.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32188
/proc/meminfo: memFree=554392/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=1828.87
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 182453 26 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613413 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 1828.88
Current children cumulated vsize (KiB) 56548

[startup+1904.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32188
/proc/meminfo: memFree=554392/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=1888.5
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 188415 27 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134669306 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 1888.51
Current children cumulated vsize (KiB) 56548

[startup+1964.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32188
/proc/meminfo: memFree=554392/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=1948.13
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 194377 28 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613765 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 1948.14
Current children cumulated vsize (KiB) 56548

[startup+2024.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32188
/proc/meminfo: memFree=554392/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=2007.77
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 200340 29 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613396 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 2007.78
Current children cumulated vsize (KiB) 56548

[startup+2084.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32188
/proc/meminfo: memFree=554392/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=2067.41
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 206303 30 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613385 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 2067.42
Current children cumulated vsize (KiB) 56548

[startup+2144.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32188
/proc/meminfo: memFree=554392/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=2127.07
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 212269 30 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613396 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 2127.08
Current children cumulated vsize (KiB) 56548

[startup+2204.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32188
/proc/meminfo: memFree=554392/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=2186.63
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 218224 31 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613400 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 2186.64
Current children cumulated vsize (KiB) 56548

[startup+2264.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 32188
/proc/meminfo: memFree=554392/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=2246.26
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 224187 31 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613455 0 0 4096 0 0 0 0 17 1 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 2246.27
Current children cumulated vsize (KiB) 56548

[startup+2324.71 s]
/proc/loadavg: 2.22 2.05 2.02 3/87 32278
/proc/meminfo: memFree=1081696/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=2305.86
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 230144 34 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613385 0 0 4096 0 0 0 0 17 0 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 2305.87
Current children cumulated vsize (KiB) 56548

[startup+2384.74 s]
/proc/loadavg: 2.04 2.02 2.00 3/89 32355
/proc/meminfo: memFree=1080512/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=2365.7
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 236127 35 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4160502465 0 0 4096 0 0 0 0 17 0 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 2365.71
Current children cumulated vsize (KiB) 56548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2419.22 s]
/proc/loadavg: 2.02 2.02 2.00 3/89 32355
/proc/meminfo: memFree=1080576/2055920 swapFree=4191880/4192956
[pid=32166] ppid=32164 vsize=47548 CPUtime=0.01
/proc/32166/stat : 32166 (solver.sh) S 32164 32166 31145 0 -1 4194304 846 2110 0 0 0 0 0 1 25 0 1 0 278941934 48689152 361 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32166/statm: 11887 361 245 79 0 217 0
[pid=32183] ppid=32166 vsize=9000 CPUtime=2400.02
/proc/32183/stat : 32183 (toulbar2) R 32166 32166 31145 0 -1 4194304 1290 262999 0 0 239559 35 73 335 25 0 1 0 278941938 9216000 1222 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134613385 0 0 4096 0 0 0 0 17 0 0 0
/proc/32183/statm: 2250 1222 282 73 0 1587 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 56548

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2419.44
CPU time (s): 2400.08
CPU user time (s): 2396.35
CPU system time (s): 3.73143
CPU usage (%): 99.1996
Max. virtual memory (cumulated for all children) (KiB): 837808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.35
system time used= 3.73143
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267278
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= 74
involuntary context switches= 92304

runsolver used 2.87556 s user time and 6.81796 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan 20 15:04:30 UTC 2007


IDJOB= 280380
IDBENCH= 11087
IDSOLVER= 70
FILE ID= node16/280380-1169305470

PBS_JOBID= 3609656

Free space on /tmp= 66044 MiB

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

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

META MD5SUM SOLVER= fe7e38206dd9591eb05752f9e2c48642
MD5SUM BENCH=  64198b128887c57ba056de06910900e2

RANDOM SEED= 767996609

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        642296 kB
Buffers:         56352 kB
Cached:        1213212 kB
SwapCached:        268 kB
Active:         310988 kB
Inactive:      1013036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        642296 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4488 kB
Writeback:           0 kB
Mapped:          74800 kB
Slab:            74384 kB
Committed_AS:  8189732 kB
PageTables:       2392 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= 66043 MiB



End job on node16 on Sat Jan 20 15:44:50 UTC 2007