Trace number 357566

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
PB-clasp 2007-03-23SAT 252.124 251.917

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin12.opb
MD5SUM8ef9ab9b1b524024010be24ca1127d40
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.29265
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4356
Total number of constraints600
Number of constraints which are clauses264
Number of constraints which are cardinality constraints (but not clauses)336
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint66
Maximum length of a constraint121
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 123
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

252.08/251.91	s SATISFIABLE
252.08/251.91	v x11 x83 x159 x229 x318 x380 x428 x522 x583 x602 x672 x769 x821 x894 x976 x1041 x1098 x1123 x1245 x1278 x1329 x1400 x1489 x1574
252.08/251.91	v x1618 x1712 x1737 x1788 x1876 x1953 x2003 x2049 x2127 x2243 x2297 x2369 x2392 x2446 x2530 x2638 x2687 x2769 x2791 x2868 x2948
252.08/251.91	v x3018 x3043 x3135 x3178 x3274 x3349 x3392 x3470 x3516 x3609 x3650 x3731 x3787 x3833 x3952 x4021 x4072 x4133 x4171 x4290 x4292

Verifier Data (download as text)

OK	0

Conversion Script Data (download as text)

/tmp/evaluation/357566-1176829440/instance-357566-1176829440.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node19/watcher-357566-1176829440 -o ROOT/results/node19/solver-357566-1176829440 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-357566-1176829440.opb /tmp/evaluation/357566-1176829440/temp 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.97 0.98 0.99 3/77 9250
/proc/meminfo: memFree=1552256/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12128 CPUtime=0
/proc/9250/stat : 9250 (pbclasp) R 9248 9250 8475 0 -1 4194304 235 0 0 0 0 0 0 0 19 0 1 0 130861415 12419072 201 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255236412129 0 0 4224 0 0 0 0 17 1 0 0
/proc/9250/statm: 3032 208 155 3 0 132 0

[startup+0.0383981 s]
/proc/loadavg: 0.97 0.98 0.99 3/77 9250
/proc/meminfo: memFree=1552256/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.10341 s]
/proc/loadavg: 0.97 0.98 0.99 3/77 9250
/proc/meminfo: memFree=1552256/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.301244 s]
/proc/loadavg: 0.97 0.98 0.99 3/77 9250
/proc/meminfo: memFree=1552256/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.701299 s]
/proc/loadavg: 0.97 0.98 0.99 3/77 9250
/proc/meminfo: memFree=1552256/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+1.50137 s]
/proc/loadavg: 0.97 0.98 0.99 2/82 9255
/proc/meminfo: memFree=1515416/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
[pid=9252] ppid=9250 vsize=5352 CPUtime=0
/proc/9252/stat : 9252 (sh) S 9250 9250 8475 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 130861416 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9252/statm: 1338 224 188 169 0 49 0
[pid=9253] ppid=9252 vsize=12400 CPUtime=0.49
/proc/9253/stat : 9253 (pb2clasp1) S 9252 9250 8475 0 -1 4194304 511 0 0 0 49 0 0 0 16 0 1 0 130861416 12697600 469 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 255245463506 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/9253/statm: 3100 469 340 3 0 200 0
[pid=9254] ppid=9252 vsize=62584 CPUtime=1.24
/proc/9254/stat : 9254 (clasp) R 9252 9250 8475 0 -1 4194304 15159 0 0 0 119 5 0 0 25 0 1 0 130861417 64086016 15125 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 7919227 0 0 4096 0 0 0 0 17 1 0 0
/proc/9254/statm: 15646 15126 181 154 0 15116 0
[pid=9255] ppid=9252 vsize=12268 CPUtime=0
/proc/9255/stat : 9255 (pboutclasp.pl) S 9252 9250 8475 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 130861417 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9255/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 105136

[startup+3.10155 s]
/proc/loadavg: 0.97 0.98 0.99 2/82 9255
/proc/meminfo: memFree=1463064/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
[pid=9252] ppid=9250 vsize=5352 CPUtime=0.49
/proc/9252/stat : 9252 (sh) S 9250 9250 8475 0 -1 4194304 297 513 0 0 0 0 49 0 16 0 1 0 130861416 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9252/statm: 1338 224 188 169 0 49 0
[pid=9254] ppid=9252 vsize=165580 CPUtime=2.84
/proc/9254/stat : 9254 (clasp) R 9252 9250 8475 0 -1 4194304 47485 0 0 0 265 19 0 0 25 0 1 0 130861417 169553920 38923 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 135019764 0 0 4096 0 0 0 0 17 1 0 0
/proc/9254/statm: 41395 38923 194 154 0 40865 0
[pid=9255] ppid=9252 vsize=12268 CPUtime=0
/proc/9255/stat : 9255 (pboutclasp.pl) S 9252 9250 8475 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 130861417 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9255/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 195732

[startup+6.30289 s]
/proc/loadavg: 0.97 0.98 0.99 2/81 9255
/proc/meminfo: memFree=1355424/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
[pid=9252] ppid=9250 vsize=5352 CPUtime=0.49
/proc/9252/stat : 9252 (sh) S 9250 9250 8475 0 -1 4194304 297 513 0 0 0 0 49 0 16 0 1 0 130861416 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9252/statm: 1338 224 188 169 0 49 0
[pid=9254] ppid=9252 vsize=203496 CPUtime=6.04
/proc/9254/stat : 9254 (clasp) R 9252 9250 8475 0 -1 4194304 61576 0 0 0 579 25 0 0 25 0 1 0 130861417 208379904 48875 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134740536 0 0 4096 0 0 0 0 17 1 0 0
/proc/9254/statm: 50874 48875 196 154 0 50344 0
[pid=9255] ppid=9252 vsize=12268 CPUtime=0
/proc/9255/stat : 9255 (pboutclasp.pl) S 9252 9250 8475 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 130861417 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9255/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 233648

[startup+12.7016 s]
/proc/loadavg: 0.98 0.98 0.99 2/81 9255
/proc/meminfo: memFree=1355232/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
[pid=9252] ppid=9250 vsize=5352 CPUtime=0.49
/proc/9252/stat : 9252 (sh) S 9250 9250 8475 0 -1 4194304 297 513 0 0 0 0 49 0 16 0 1 0 130861416 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9252/statm: 1338 224 188 169 0 49 0
[pid=9254] ppid=9252 vsize=203496 CPUtime=12.44
/proc/9254/stat : 9254 (clasp) R 9252 9250 8475 0 -1 4194304 61602 0 0 0 1219 25 0 0 25 0 1 0 130861417 208379904 48901 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134740788 0 0 4096 0 0 0 0 17 1 0 0
/proc/9254/statm: 50874 48901 196 154 0 50344 0
[pid=9255] ppid=9252 vsize=12268 CPUtime=0
/proc/9255/stat : 9255 (pboutclasp.pl) S 9252 9250 8475 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 130861417 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9255/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 233648

[startup+25.502 s]
/proc/loadavg: 0.98 0.98 0.99 2/81 9255
/proc/meminfo: memFree=1355232/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
[pid=9252] ppid=9250 vsize=5352 CPUtime=0.49
/proc/9252/stat : 9252 (sh) S 9250 9250 8475 0 -1 4194304 297 513 0 0 0 0 49 0 16 0 1 0 130861416 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9252/statm: 1338 224 188 169 0 49 0
[pid=9254] ppid=9252 vsize=203496 CPUtime=25.24
/proc/9254/stat : 9254 (clasp) R 9252 9250 8475 0 -1 4194304 61608 0 0 0 2499 25 0 0 25 0 1 0 130861417 208379904 48907 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134740536 0 0 4096 0 0 0 0 17 1 0 0
/proc/9254/statm: 50874 48907 196 154 0 50344 0
[pid=9255] ppid=9252 vsize=12268 CPUtime=0
/proc/9255/stat : 9255 (pboutclasp.pl) S 9252 9250 8475 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 130861417 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9255/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 25.74
Current children cumulated vsize (KiB) 233648

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 9255
/proc/meminfo: memFree=1335264/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
[pid=9252] ppid=9250 vsize=5352 CPUtime=0.49
/proc/9252/stat : 9252 (sh) S 9250 9250 8475 0 -1 4194304 297 513 0 0 0 0 49 0 16 0 1 0 130861416 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9252/statm: 1338 224 188 169 0 49 0
[pid=9254] ppid=9252 vsize=224256 CPUtime=50.83
/proc/9254/stat : 9254 (clasp) R 9252 9250 8475 0 -1 4194304 66789 0 0 0 5053 30 0 0 25 0 1 0 130861417 229638144 54088 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134740556 0 0 4096 0 0 0 0 17 1 0 0
/proc/9254/statm: 56064 54088 196 154 0 55534 0
[pid=9255] ppid=9252 vsize=12268 CPUtime=0
/proc/9255/stat : 9255 (pboutclasp.pl) S 9252 9250 8475 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 130861417 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9255/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 51.33
Current children cumulated vsize (KiB) 254408

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 9255
/proc/meminfo: memFree=1286752/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
[pid=9252] ppid=9250 vsize=5352 CPUtime=0.49
/proc/9252/stat : 9252 (sh) S 9250 9250 8475 0 -1 4194304 297 513 0 0 0 0 49 0 16 0 1 0 130861416 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9252/statm: 1338 224 188 169 0 49 0
[pid=9254] ppid=9252 vsize=271936 CPUtime=102.02
/proc/9254/stat : 9254 (clasp) R 9252 9250 8475 0 -1 4194304 78741 0 0 0 10161 41 0 0 25 0 1 0 130861417 278462464 65999 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134715678 0 0 4096 0 0 0 0 17 1 0 0
/proc/9254/statm: 67984 65999 196 154 0 67454 0
[pid=9255] ppid=9252 vsize=12268 CPUtime=0
/proc/9255/stat : 9255 (pboutclasp.pl) S 9252 9250 8475 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 130861417 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9255/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 102.52
Current children cumulated vsize (KiB) 302088

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 3/81 9255
/proc/meminfo: memFree=1240096/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
[pid=9252] ppid=9250 vsize=5352 CPUtime=0.49
/proc/9252/stat : 9252 (sh) S 9250 9250 8475 0 -1 4194304 297 513 0 0 0 0 49 0 16 0 1 0 130861416 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9252/statm: 1338 224 188 169 0 49 0
[pid=9254] ppid=9252 vsize=318688 CPUtime=162
/proc/9254/stat : 9254 (clasp) R 9252 9250 8475 0 -1 4194304 90469 0 0 0 16151 49 0 0 25 0 1 0 130861417 326336512 77727 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134740556 0 0 4096 0 0 0 0 17 1 0 0
/proc/9254/statm: 79672 77727 196 154 0 79142 0
[pid=9255] ppid=9252 vsize=12268 CPUtime=0
/proc/9255/stat : 9255 (pboutclasp.pl) S 9252 9250 8475 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 130861417 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9255/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 162.5
Current children cumulated vsize (KiB) 348840

[startup+222.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/81 9255
/proc/meminfo: memFree=1196584/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
[pid=9252] ppid=9250 vsize=5352 CPUtime=0.49
/proc/9252/stat : 9252 (sh) S 9250 9250 8475 0 -1 4194304 297 513 0 0 0 0 49 0 16 0 1 0 130861416 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9252/statm: 1338 224 188 169 0 49 0
[pid=9254] ppid=9252 vsize=361944 CPUtime=221.98
/proc/9254/stat : 9254 (clasp) R 9252 9250 8475 0 -1 4194304 101343 0 0 0 22137 61 0 0 25 0 1 0 130861417 370630656 88540 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/9254/statm: 90486 88540 196 154 0 89956 0
[pid=9255] ppid=9252 vsize=12268 CPUtime=0
/proc/9255/stat : 9255 (pboutclasp.pl) S 9252 9250 8475 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 130861417 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9255/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 222.48
Current children cumulated vsize (KiB) 392096

Solver just ended. Dumping a history of the last processes samples

[startup+230.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/81 9255
/proc/meminfo: memFree=1191208/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
[pid=9252] ppid=9250 vsize=5352 CPUtime=0.49
/proc/9252/stat : 9252 (sh) S 9250 9250 8475 0 -1 4194304 297 513 0 0 0 0 49 0 16 0 1 0 130861416 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9252/statm: 1338 224 188 169 0 49 0
[pid=9254] ppid=9252 vsize=367580 CPUtime=229.98
/proc/9254/stat : 9254 (clasp) R 9252 9250 8475 0 -1 4194304 102720 0 0 0 22936 62 0 0 25 0 1 0 130861417 376401920 89917 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134769205 0 0 4096 0 0 0 0 17 1 0 0
/proc/9254/statm: 91895 89917 196 154 0 91365 0
[pid=9255] ppid=9252 vsize=12268 CPUtime=0
/proc/9255/stat : 9255 (pboutclasp.pl) S 9252 9250 8475 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 130861417 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9255/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 230.48
Current children cumulated vsize (KiB) 397732

[startup+243.106 s]
/proc/loadavg: 1.03 1.00 1.00 2/81 9255
/proc/meminfo: memFree=1182440/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
[pid=9252] ppid=9250 vsize=5352 CPUtime=0.49
/proc/9252/stat : 9252 (sh) S 9250 9250 8475 0 -1 4194304 297 513 0 0 0 0 49 0 16 0 1 0 130861416 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9252/statm: 1338 224 188 169 0 49 0
[pid=9254] ppid=9252 vsize=376028 CPUtime=242.79
/proc/9254/stat : 9254 (clasp) R 9252 9250 8475 0 -1 4194304 104858 0 0 0 24215 64 0 0 25 0 1 0 130861417 385052672 92055 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/9254/statm: 94007 92055 196 154 0 93477 0
[pid=9255] ppid=9252 vsize=12268 CPUtime=0
/proc/9255/stat : 9255 (pboutclasp.pl) S 9252 9250 8475 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 130861417 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9255/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 243.29
Current children cumulated vsize (KiB) 406180

[startup+246.303 s]
/proc/loadavg: 1.03 1.00 1.00 2/81 9255
/proc/meminfo: memFree=1180328/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
[pid=9252] ppid=9250 vsize=5352 CPUtime=0.49
/proc/9252/stat : 9252 (sh) S 9250 9250 8475 0 -1 4194304 297 513 0 0 0 0 49 0 16 0 1 0 130861416 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9252/statm: 1338 224 188 169 0 49 0
[pid=9254] ppid=9252 vsize=378164 CPUtime=245.98
/proc/9254/stat : 9254 (clasp) R 9252 9250 8475 0 -1 4194304 105375 0 0 0 24534 64 0 0 25 0 1 0 130861417 387239936 92572 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134740583 0 0 4096 0 0 0 0 17 1 0 0
/proc/9254/statm: 94541 92572 196 154 0 94011 0
[pid=9255] ppid=9252 vsize=12268 CPUtime=0
/proc/9255/stat : 9255 (pboutclasp.pl) S 9252 9250 8475 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 130861417 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9255/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 246.48
Current children cumulated vsize (KiB) 408316

[startup+249.501 s]
/proc/loadavg: 1.03 1.00 1.00 2/81 9255
/proc/meminfo: memFree=1178920/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
[pid=9252] ppid=9250 vsize=5352 CPUtime=0.49
/proc/9252/stat : 9252 (sh) S 9250 9250 8475 0 -1 4194304 297 513 0 0 0 0 49 0 16 0 1 0 130861416 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9252/statm: 1338 224 188 169 0 49 0
[pid=9254] ppid=9252 vsize=380168 CPUtime=249.17
/proc/9254/stat : 9254 (clasp) R 9252 9250 8475 0 -1 4194304 105866 0 0 0 24853 64 0 0 25 0 1 0 130861417 389292032 93063 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134769192 0 0 4096 0 0 0 0 17 1 0 0
/proc/9254/statm: 95042 93063 196 154 0 94512 0
[pid=9255] ppid=9252 vsize=12268 CPUtime=0
/proc/9255/stat : 9255 (pboutclasp.pl) S 9252 9250 8475 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 130861417 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9255/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 249.67
Current children cumulated vsize (KiB) 410320

[startup+251.101 s]
/proc/loadavg: 1.03 1.00 1.00 2/81 9255
/proc/meminfo: memFree=1177512/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
[pid=9252] ppid=9250 vsize=5352 CPUtime=0.49
/proc/9252/stat : 9252 (sh) S 9250 9250 8475 0 -1 4194304 297 513 0 0 0 0 49 0 16 0 1 0 130861416 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9252/statm: 1338 224 188 169 0 49 0
[pid=9254] ppid=9252 vsize=381108 CPUtime=250.78
/proc/9254/stat : 9254 (clasp) R 9252 9250 8475 0 -1 4194304 106123 0 0 0 25013 65 0 0 25 0 1 0 130861417 390254592 93320 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134769198 0 0 4096 0 0 0 0 17 1 0 0
/proc/9254/statm: 95277 93320 196 154 0 94747 0
[pid=9255] ppid=9252 vsize=12268 CPUtime=0
/proc/9255/stat : 9255 (pboutclasp.pl) S 9252 9250 8475 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 130861417 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9255/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 251.28
Current children cumulated vsize (KiB) 411260

[startup+251.501 s]
/proc/loadavg: 1.03 1.00 1.00 2/81 9255
/proc/meminfo: memFree=1177512/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
[pid=9252] ppid=9250 vsize=5352 CPUtime=0.49
/proc/9252/stat : 9252 (sh) S 9250 9250 8475 0 -1 4194304 297 513 0 0 0 0 49 0 16 0 1 0 130861416 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9252/statm: 1338 224 188 169 0 49 0
[pid=9254] ppid=9252 vsize=381380 CPUtime=251.18
/proc/9254/stat : 9254 (clasp) R 9252 9250 8475 0 -1 4194304 106176 0 0 0 25053 65 0 0 25 0 1 0 130861417 390533120 93373 18446744073709551615 134512640 135144128 4294956784 18446744073709551615 134741364 0 0 4096 0 0 0 0 17 1 0 0
/proc/9254/statm: 95345 93373 196 154 0 94815 0
[pid=9255] ppid=9252 vsize=12268 CPUtime=0
/proc/9255/stat : 9255 (pboutclasp.pl) S 9252 9250 8475 0 -1 4194304 413 0 0 0 0 0 0 0 21 0 1 0 130861417 12562432 372 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9255/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 251.68
Current children cumulated vsize (KiB) 411532

[startup+251.907 s]
/proc/loadavg: 1.03 1.00 1.00 2/81 9255
/proc/meminfo: memFree=1177000/2055920 swapFree=4159444/4192956
[pid=9250] ppid=9248 vsize=12532 CPUtime=0.01
/proc/9250/stat : 9250 (pbclasp) S 9248 9250 8475 0 -1 4194304 533 0 0 0 1 0 0 0 16 0 1 0 130861415 12832768 482 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/9250/statm: 3133 482 320 3 0 233 0
[pid=9252] ppid=9250 vsize=5352 CPUtime=0.49
/proc/9252/stat : 9252 (sh) S 9250 9250 8475 0 -1 4194304 297 513 0 0 0 0 49 0 16 0 1 0 130861416 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9252/statm: 1338 224 188 169 0 49 0
[pid=9254] ppid=9252 vsize=0 CPUtime=251.58
/proc/9254/stat : 9254 (clasp) R 9252 9250 8475 0 -1 4194308 106233 0 0 0 25088 70 0 0 25 0 1 0 130861417 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/9254/statm: 0 0 0 0 0 0 0
[pid=9255] ppid=9252 vsize=12268 CPUtime=0
/proc/9255/stat : 9255 (pboutclasp.pl) S 9252 9250 8475 0 -1 4194304 436 0 0 0 0 0 0 0 16 0 1 0 130861417 12562432 395 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9255/statm: 3067 395 311 3 0 167 0
Current children cumulated CPU time (s) 252.08
Current children cumulated vsize (KiB) 30152

Child status: 0
Real time (s): 251.917
CPU time (s): 252.124
CPU user time (s): 251.4
CPU system time (s): 0.723889
CPU usage (%): 100.082
Max. virtual memory (cumulated for all children) (KiB): 411668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.4
system time used= 0.723889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108119
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= 147
involuntary context switches= 504

runsolver used 0.275958 second user time and 0.648901 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Tue Apr 17 17:04:00 UTC 2007

IDJOB= 357566
IDBENCH= 1151
IDSOLVER= 158
FILE ID= node19/357566-1176829440

PBS_JOBID= 4586351

Free space on /tmp= 66484 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin12.opb
COMMAND LINE= pbclasp instance-357566-1176829440.opb /tmp/evaluation/357566-1176829440/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node19/convwatcher-357566-1176829440 -o ROOT/results/node19/conversion-357566-1176829440 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/357566-1176829440/instance-357566-1176829440.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-357566-1176829440 -o ROOT/results/node19/solver-357566-1176829440 -C 1800 -W 3600 -M 1800 --output-limit 1,15  pbclasp instance-357566-1176829440.opb /tmp/evaluation/357566-1176829440/temp

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  8ef9ab9b1b524024010be24ca1127d40

RANDOM SEED= 794123472

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1552664 kB
Buffers:         38004 kB
Cached:         390400 kB
SwapCached:       2580 kB
Active:         200488 kB
Inactive:       251672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1552664 kB
SwapTotal:     4192956 kB
SwapFree:      4159444 kB
Dirty:            1536 kB
Writeback:           0 kB
Mapped:          31544 kB
Slab:            36620 kB
Committed_AS:  2951824 kB
PageTables:       1784 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= 66484 MiB

End job on node19 on Tue Apr 17 17:08:12 UTC 2007