Trace number 357687

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-04-10SAT 87.0158 87.1317

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24bt.opb
MD5SUMf8964c43535341fcc69e672675167b77
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.94455
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
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)

86.96/87.13	s SATISFIABLE
86.96/87.13	v x1 x9 x13 x21 x25 x32 x44 x56 x60 x64 x68 x72 x76 x84 x96 x105 x113 x117 x125 x129 x136 x148 x157 x165 x169 x177 x181 x188 x200 x209
86.96/87.13	v x217 x221 x229 x233 x240 x252 x264 x268 x272 x276 x280 x284 x292 x304 x313 x321 x325 x333 x337 x340 x341 x343 x345 x348 x349 x352
86.96/87.13	v x353 x356 x357 x359 x361 x364 x366 x367 x369 x371 x374 x375 x378 x379 x381 x383 x386 x387 x390 x392 x393 x396 x397 x400 x401 x404
86.96/87.13	v x405 x408 x409 x416 x418 x423 x426 x427 x430 x431 x434 x435 x438 x439 x442 x443 x446 x447 x450 x451 x454 x455 x458 x459 x462 x466
86.96/87.13	v x468 x472 x473 x476 x477 x480 x481 x484 x485 x488 x489

Verifier Data (download as text)

OK	0

Conversion Script Data (download as text)

/tmp/evaluation/357687-1176831642/instance-357687-1176831642.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/node17/watcher-357687-1176831642 -o ROOT/results/node17/solver-357687-1176831642 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-357687-1176831642.opb /tmp/evaluation/357687-1176831642/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: 1.00 1.00 1.00 3/77 16200
/proc/meminfo: memFree=1742200/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12268 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) D 16198 16200 15423 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 131081744 12562432 317 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245482879589 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/16200/statm: 3067 317 242 3 0 167 0

[startup+0.0657279 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 16200
/proc/meminfo: memFree=1742200/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.101765 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 16200
/proc/meminfo: memFree=1742200/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.301753 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 16200
/proc/meminfo: memFree=1742200/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.701792 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 16200
/proc/meminfo: memFree=1742200/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+1.50187 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 16205
/proc/meminfo: memFree=1737688/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
[pid=16202] ppid=16200 vsize=5356 CPUtime=0.11
/proc/16202/stat : 16202 (sh) S 16200 16200 15423 0 -1 4194304 298 515 0 0 0 0 11 0 16 0 1 0 131081745 5484544 225 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16202/statm: 1339 225 188 169 0 50 0
[pid=16204] ppid=16202 vsize=4788 CPUtime=1.27
/proc/16204/stat : 16204 (clasp-1.0) R 16202 16200 15423 0 -1 4194304 846 0 13 0 127 0 0 0 25 0 1 0 131081745 4902912 823 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134715848 0 0 4096 0 0 0 0 17 1 0 0
/proc/16204/statm: 1197 823 249 81 0 571 0
[pid=16205] ppid=16202 vsize=12268 CPUtime=0
/proc/16205/stat : 16205 (pboutclasp.pl) S 16202 16200 15423 0 -1 4194304 417 0 0 0 0 0 0 0 15 0 1 0 131081745 12562432 376 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16205/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 34812

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 16205
/proc/meminfo: memFree=1737304/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
[pid=16202] ppid=16200 vsize=5356 CPUtime=0.11
/proc/16202/stat : 16202 (sh) S 16200 16200 15423 0 -1 4194304 298 515 0 0 0 0 11 0 16 0 1 0 131081745 5484544 225 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16202/statm: 1339 225 188 169 0 50 0
[pid=16204] ppid=16202 vsize=5172 CPUtime=2.87
/proc/16204/stat : 16204 (clasp-1.0) R 16202 16200 15423 0 -1 4194304 950 0 13 0 287 0 0 0 25 0 1 0 131081745 5296128 927 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134782474 0 0 4096 0 0 0 0 17 1 0 0
/proc/16204/statm: 1293 927 249 81 0 667 0
[pid=16205] ppid=16202 vsize=12268 CPUtime=0
/proc/16205/stat : 16205 (pboutclasp.pl) S 16202 16200 15423 0 -1 4194304 417 0 0 0 0 0 0 0 15 0 1 0 131081745 12562432 376 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16205/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 35196

[startup+6.30138 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 16205
/proc/meminfo: memFree=1736408/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
[pid=16202] ppid=16200 vsize=5356 CPUtime=0.11
/proc/16202/stat : 16202 (sh) S 16200 16200 15423 0 -1 4194304 298 515 0 0 0 0 11 0 16 0 1 0 131081745 5484544 225 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16202/statm: 1339 225 188 169 0 50 0
[pid=16204] ppid=16202 vsize=5936 CPUtime=6.07
/proc/16204/stat : 16204 (clasp-1.0) R 16202 16200 15423 0 -1 4194304 1109 0 13 0 607 0 0 0 25 0 1 0 131081745 6078464 1086 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134715250 0 0 4096 0 0 0 0 17 1 0 0
/proc/16204/statm: 1484 1086 249 81 0 858 0
[pid=16205] ppid=16202 vsize=12268 CPUtime=0
/proc/16205/stat : 16205 (pboutclasp.pl) S 16202 16200 15423 0 -1 4194304 417 0 0 0 0 0 0 0 15 0 1 0 131081745 12562432 376 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16205/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 35960

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 16205
/proc/meminfo: memFree=1735520/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
[pid=16202] ppid=16200 vsize=5356 CPUtime=0.11
/proc/16202/stat : 16202 (sh) S 16200 16200 15423 0 -1 4194304 298 515 0 0 0 0 11 0 16 0 1 0 131081745 5484544 225 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16202/statm: 1339 225 188 169 0 50 0
[pid=16204] ppid=16202 vsize=6700 CPUtime=12.47
/proc/16204/stat : 16204 (clasp-1.0) R 16202 16200 15423 0 -1 4194304 1308 0 13 0 1246 1 0 0 25 0 1 0 131081745 6860800 1285 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134737644 0 0 4096 0 0 0 0 17 1 0 0
/proc/16204/statm: 1675 1285 249 81 0 1049 0
[pid=16205] ppid=16202 vsize=12268 CPUtime=0
/proc/16205/stat : 16205 (pboutclasp.pl) S 16202 16200 15423 0 -1 4194304 417 0 0 0 0 0 0 0 15 0 1 0 131081745 12562432 376 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16205/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 36724

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 16205
/proc/meminfo: memFree=1734624/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
[pid=16202] ppid=16200 vsize=5356 CPUtime=0.11
/proc/16202/stat : 16202 (sh) S 16200 16200 15423 0 -1 4194304 298 515 0 0 0 0 11 0 16 0 1 0 131081745 5484544 225 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16202/statm: 1339 225 188 169 0 50 0
[pid=16204] ppid=16202 vsize=7488 CPUtime=25.26
/proc/16204/stat : 16204 (clasp-1.0) R 16202 16200 15423 0 -1 4194304 1523 0 13 0 2525 1 0 0 25 0 1 0 131081745 7667712 1500 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134792592 0 0 4096 0 0 0 0 17 1 0 0
/proc/16204/statm: 1872 1500 249 81 0 1246 0
[pid=16205] ppid=16202 vsize=12268 CPUtime=0
/proc/16205/stat : 16205 (pboutclasp.pl) S 16202 16200 15423 0 -1 4194304 417 0 0 0 0 0 0 0 15 0 1 0 131081745 12562432 376 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16205/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 37512

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 16205
/proc/meminfo: memFree=1733472/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
[pid=16202] ppid=16200 vsize=5356 CPUtime=0.11
/proc/16202/stat : 16202 (sh) S 16200 16200 15423 0 -1 4194304 298 515 0 0 0 0 11 0 16 0 1 0 131081745 5484544 225 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16202/statm: 1339 225 188 169 0 50 0
[pid=16204] ppid=16202 vsize=8660 CPUtime=50.86
/proc/16204/stat : 16204 (clasp-1.0) R 16202 16200 15423 0 -1 4194304 1801 0 13 0 5084 2 0 0 25 0 1 0 131081745 8867840 1778 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134737633 0 0 4096 0 0 0 0 17 1 0 0
/proc/16204/statm: 2165 1778 249 81 0 1539 0
[pid=16205] ppid=16202 vsize=12268 CPUtime=0
/proc/16205/stat : 16205 (pboutclasp.pl) S 16202 16200 15423 0 -1 4194304 417 0 0 0 0 0 0 0 15 0 1 0 131081745 12562432 376 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16205/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 38684

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

[startup+63.9024 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 16205
/proc/meminfo: memFree=1733024/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
[pid=16202] ppid=16200 vsize=5356 CPUtime=0.11
/proc/16202/stat : 16202 (sh) S 16200 16200 15423 0 -1 4194304 298 515 0 0 0 0 11 0 16 0 1 0 131081745 5484544 225 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16202/statm: 1339 225 188 169 0 50 0
[pid=16204] ppid=16202 vsize=9056 CPUtime=63.66
/proc/16204/stat : 16204 (clasp-1.0) R 16202 16200 15423 0 -1 4194304 1921 0 13 0 6364 2 0 0 25 0 1 0 131081745 9273344 1898 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134784670 0 0 4096 0 0 0 0 17 1 0 0
/proc/16204/statm: 2264 1898 249 81 0 1638 0
[pid=16205] ppid=16202 vsize=12268 CPUtime=0
/proc/16205/stat : 16205 (pboutclasp.pl) S 16202 16200 15423 0 -1 4194304 417 0 0 0 0 0 0 0 15 0 1 0 131081745 12562432 376 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16205/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 63.77
Current children cumulated vsize (KiB) 39080

[startup+76.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 16205
/proc/meminfo: memFree=1732832/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
[pid=16202] ppid=16200 vsize=5356 CPUtime=0.11
/proc/16202/stat : 16202 (sh) S 16200 16200 15423 0 -1 4194304 298 515 0 0 0 0 11 0 16 0 1 0 131081745 5484544 225 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16202/statm: 1339 225 188 169 0 50 0
[pid=16204] ppid=16202 vsize=9304 CPUtime=76.45
/proc/16204/stat : 16204 (clasp-1.0) R 16202 16200 15423 0 -1 4194304 1961 0 13 0 7643 2 0 0 25 0 1 0 131081745 9527296 1938 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134778652 0 0 4096 0 0 0 0 17 1 0 0
/proc/16204/statm: 2326 1938 249 81 0 1700 0
[pid=16205] ppid=16202 vsize=12268 CPUtime=0
/proc/16205/stat : 16205 (pboutclasp.pl) S 16202 16200 15423 0 -1 4194304 417 0 0 0 0 0 0 0 15 0 1 0 131081745 12562432 376 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16205/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 76.56
Current children cumulated vsize (KiB) 39328

[startup+83.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 16205
/proc/meminfo: memFree=1732832/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
[pid=16202] ppid=16200 vsize=5356 CPUtime=0.11
/proc/16202/stat : 16202 (sh) S 16200 16200 15423 0 -1 4194304 298 515 0 0 0 0 11 0 16 0 1 0 131081745 5484544 225 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16202/statm: 1339 225 188 169 0 50 0
[pid=16204] ppid=16202 vsize=9304 CPUtime=82.85
/proc/16204/stat : 16204 (clasp-1.0) R 16202 16200 15423 0 -1 4194304 1969 0 13 0 8283 2 0 0 25 0 1 0 131081745 9527296 1946 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134782470 0 0 4096 0 0 0 0 17 1 0 0
/proc/16204/statm: 2326 1946 249 81 0 1700 0
[pid=16205] ppid=16202 vsize=12268 CPUtime=0
/proc/16205/stat : 16205 (pboutclasp.pl) S 16202 16200 15423 0 -1 4194304 417 0 0 0 0 0 0 0 15 0 1 0 131081745 12562432 376 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16205/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 82.96
Current children cumulated vsize (KiB) 39328

[startup+84.7056 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 16205
/proc/meminfo: memFree=1732768/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
[pid=16202] ppid=16200 vsize=5356 CPUtime=0.11
/proc/16202/stat : 16202 (sh) S 16200 16200 15423 0 -1 4194304 298 515 0 0 0 0 11 0 16 0 1 0 131081745 5484544 225 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16202/statm: 1339 225 188 169 0 50 0
[pid=16204] ppid=16202 vsize=9304 CPUtime=84.45
/proc/16204/stat : 16204 (clasp-1.0) R 16202 16200 15423 0 -1 4194304 1973 0 13 0 8443 2 0 0 25 0 1 0 131081745 9527296 1950 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134715039 0 0 4096 0 0 0 0 17 1 0 0
/proc/16204/statm: 2326 1950 249 81 0 1700 0
[pid=16205] ppid=16202 vsize=12268 CPUtime=0
/proc/16205/stat : 16205 (pboutclasp.pl) S 16202 16200 15423 0 -1 4194304 417 0 0 0 0 0 0 0 15 0 1 0 131081745 12562432 376 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16205/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 84.56
Current children cumulated vsize (KiB) 39328

[startup+86.3017 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 16205
/proc/meminfo: memFree=1732768/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
[pid=16202] ppid=16200 vsize=5356 CPUtime=0.11
/proc/16202/stat : 16202 (sh) S 16200 16200 15423 0 -1 4194304 298 515 0 0 0 0 11 0 16 0 1 0 131081745 5484544 225 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16202/statm: 1339 225 188 169 0 50 0
[pid=16204] ppid=16202 vsize=9720 CPUtime=86.05
/proc/16204/stat : 16204 (clasp-1.0) R 16202 16200 15423 0 -1 4194304 2051 0 13 0 8603 2 0 0 25 0 1 0 131081745 9953280 2028 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134741370 0 0 4096 0 0 0 0 17 1 0 0
/proc/16204/statm: 2430 2028 249 81 0 1804 0
[pid=16205] ppid=16202 vsize=12268 CPUtime=0
/proc/16205/stat : 16205 (pboutclasp.pl) S 16202 16200 15423 0 -1 4194304 417 0 0 0 0 0 0 0 15 0 1 0 131081745 12562432 376 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16205/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 86.16
Current children cumulated vsize (KiB) 39744

[startup+86.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 16205
/proc/meminfo: memFree=1732768/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
[pid=16202] ppid=16200 vsize=5356 CPUtime=0.11
/proc/16202/stat : 16202 (sh) S 16200 16200 15423 0 -1 4194304 298 515 0 0 0 0 11 0 16 0 1 0 131081745 5484544 225 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16202/statm: 1339 225 188 169 0 50 0
[pid=16204] ppid=16202 vsize=9720 CPUtime=86.45
/proc/16204/stat : 16204 (clasp-1.0) R 16202 16200 15423 0 -1 4194304 2053 0 13 0 8643 2 0 0 25 0 1 0 131081745 9953280 2030 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134616623 0 0 4096 0 0 0 0 17 1 0 0
/proc/16204/statm: 2430 2030 249 81 0 1804 0
[pid=16205] ppid=16202 vsize=12268 CPUtime=0
/proc/16205/stat : 16205 (pboutclasp.pl) S 16202 16200 15423 0 -1 4194304 417 0 0 0 0 0 0 0 15 0 1 0 131081745 12562432 376 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16205/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 86.56
Current children cumulated vsize (KiB) 39744

[startup+87.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 16205
/proc/meminfo: memFree=1732448/2055920 swapFree=4123132/4192956
[pid=16200] ppid=16198 vsize=12400 CPUtime=0
/proc/16200/stat : 16200 (pbclasp) S 16198 16200 15423 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 131081744 12697600 437 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/16200/statm: 3100 437 320 3 0 200 0
[pid=16202] ppid=16200 vsize=5356 CPUtime=0.11
/proc/16202/stat : 16202 (sh) S 16200 16200 15423 0 -1 4194304 298 515 0 0 0 0 11 0 16 0 1 0 131081745 5484544 225 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16202/statm: 1339 225 188 169 0 50 0
[pid=16204] ppid=16202 vsize=9720 CPUtime=86.85
/proc/16204/stat : 16204 (clasp-1.0) R 16202 16200 15423 0 -1 4194304 2060 0 13 0 8683 2 0 0 25 0 1 0 131081745 9953280 2037 18446744073709551615 134512640 134847168 4294956768 18446744073709551615 134715372 0 0 4096 0 0 0 0 17 1 0 0
/proc/16204/statm: 2430 2037 249 81 0 1804 0
[pid=16205] ppid=16202 vsize=12268 CPUtime=0
/proc/16205/stat : 16205 (pboutclasp.pl) S 16202 16200 15423 0 -1 4194304 417 0 0 0 0 0 0 0 15 0 1 0 131081745 12562432 376 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16205/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 86.96
Current children cumulated vsize (KiB) 39744

Child status: 0
Real time (s): 87.1317
CPU time (s): 87.0158
CPU user time (s): 86.9798
CPU system time (s): 0.035994
CPU usage (%): 99.867
Max. virtual memory (cumulated for all children) (KiB): 39744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.9798
system time used= 0.035994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3892
page faults= 14
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 86
involuntary context switches= 179

runsolver used 0.084987 second user time and 0.238963 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Apr 17 17:40:42 UTC 2007

IDJOB= 357687
IDBENCH= 1160
IDSOLVER= 167
FILE ID= node17/357687-1176831642

PBS_JOBID= 4586368

Free space on /tmp= 66470 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
COMMAND LINE= pbclasp instance-357687-1176831642.opb /tmp/evaluation/357687-1176831642/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node17/convwatcher-357687-1176831642 -o ROOT/results/node17/conversion-357687-1176831642 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/357687-1176831642/instance-357687-1176831642.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  f8964c43535341fcc69e672675167b77

RANDOM SEED= 46731743

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1742672 kB
Buffers:         32088 kB
Cached:         170596 kB
SwapCached:      32528 kB
Active:          81888 kB
Inactive:       163976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742672 kB
SwapTotal:     4192956 kB
SwapFree:      4123132 kB
Dirty:             532 kB
Writeback:           0 kB
Mapped:          35540 kB
Slab:            52840 kB
Committed_AS:  7033812 kB
PageTables:       1800 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= 66470 MiB

End job on node17 on Tue Apr 17 17:42:10 UTC 2007