Trace number 420150

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-10UNSAT 57.8612 52.9495

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
palacios/medium/cube-9-h10-unsat.opb
MD5SUM97d75b6dd359b8a249a816ae1744b39e
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark57.8612
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables179493
Total number of constraints541172
Number of constraints which are clauses541172
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint19
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
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)

57.77/52.94	s UNSATISFIABLE

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/420150-1177419846/instance-420150-1177419846.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node46/watcher-420150-1177419846 -o ROOT/results/node46/solver-420150-1177419846 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-420150-1177419846.opb /tmp/evaluation/420150-1177419846/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.92 0.99 0.99 3/78 579
/proc/meminfo: memFree=1821048/2055920 swapFree=4159780/4192956
[pid=579] ppid=577 vsize=12268 CPUtime=0
/proc/579/stat : 579 (pbclasp) D 577 579 31811 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 96667806 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255826033253 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/579/statm: 3067 317 242 3 0 167 0

[startup+0.071368 s]
/proc/loadavg: 0.92 0.99 0.99 3/78 579
/proc/meminfo: memFree=1821048/2055920 swapFree=4159780/4192956
[pid=579] ppid=577 vsize=15656 CPUtime=0.05
/proc/579/stat : 579 (pbclasp) R 577 579 31811 0 -1 4194304 1267 0 0 0 5 0 0 0 18 0 1 0 96667806 16031744 1234 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255825711841 0 0 4224 16384 0 0 0 17 1 0 0
/proc/579/statm: 3914 1234 314 3 0 1014 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15656

[startup+0.101373 s]
/proc/loadavg: 0.92 0.99 0.99 3/78 579
/proc/meminfo: memFree=1821048/2055920 swapFree=4159780/4192956
[pid=579] ppid=577 vsize=16316 CPUtime=0.08
/proc/579/stat : 579 (pbclasp) R 577 579 31811 0 -1 4194304 1457 0 0 0 8 0 0 0 18 0 1 0 96667806 16707584 1424 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255825711841 0 0 4224 16384 0 0 0 17 1 0 0
/proc/579/statm: 4079 1424 314 3 0 1179 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16316

[startup+0.301411 s]
/proc/loadavg: 0.92 0.99 0.99 3/78 579
/proc/meminfo: memFree=1821048/2055920 swapFree=4159780/4192956
[pid=579] ppid=577 vsize=19028 CPUtime=0.29
/proc/579/stat : 579 (pbclasp) R 577 579 31811 0 -1 4194304 2115 0 0 0 28 1 0 0 19 0 1 0 96667806 19484672 2082 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255834763362 0 0 4224 16384 0 0 0 17 1 0 0
/proc/579/statm: 4757 2082 316 3 0 1857 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19028

[startup+0.701485 s]
/proc/loadavg: 0.92 0.99 0.99 3/78 579
/proc/meminfo: memFree=1821048/2055920 swapFree=4159780/4192956
[pid=579] ppid=577 vsize=19028 CPUtime=0.56
/proc/579/stat : 579 (pbclasp) S 577 579 31811 0 -1 4194304 2137 0 0 0 55 1 0 0 16 0 1 0 96667806 19484672 2086 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255834763362 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/579/statm: 4757 2086 320 3 0 1857 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 19028

[startup+1.50163 s]
/proc/loadavg: 1.01 1.01 1.00 3/83 584
/proc/meminfo: memFree=1811024/2055920 swapFree=4159780/4192956
[pid=579] ppid=577 vsize=19028 CPUtime=0.56
/proc/579/stat : 579 (pbclasp) S 577 579 31811 0 -1 4194304 2137 0 0 0 55 1 0 0 16 0 1 0 96667806 19484672 2086 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255834763362 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/579/statm: 4757 2086 320 3 0 1857 0
[pid=581] ppid=579 vsize=5352 CPUtime=0
/proc/581/stat : 581 (sh) S 579 579 31811 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 96667864 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/581/statm: 1338 224 188 169 0 49 0
[pid=582] ppid=581 vsize=12400 CPUtime=0.88
/proc/582/stat : 582 (pb2clasp1) R 581 579 31811 0 -1 4194304 501 0 0 0 88 0 0 0 25 0 1 0 96667865 12697600 460 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 255843724336 0 0 4224 0 0 0 0 17 0 0 0
/proc/582/statm: 3100 460 340 3 0 200 0
[pid=583] ppid=581 vsize=5656 CPUtime=0.1
/proc/583/stat : 583 (clasp-1.0) S 581 579 31811 0 -1 4194304 1042 0 0 0 10 0 0 0 16 0 1 0 96667865 5791744 1007 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 1414 1007 230 81 0 788 0
[pid=584] ppid=581 vsize=12268 CPUtime=0
/proc/584/stat : 584 (pboutclasp.pl) S 581 579 31811 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 96667865 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255834763362 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/584/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 54704

[startup+3.10293 s]
/proc/loadavg: 1.01 1.01 1.00 3/83 584
/proc/meminfo: memFree=1807504/2055920 swapFree=4159780/4192956
[pid=579] ppid=577 vsize=19028 CPUtime=0.56
/proc/579/stat : 579 (pbclasp) S 577 579 31811 0 -1 4194304 2137 0 0 0 55 1 0 0 16 0 1 0 96667806 19484672 2086 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255834763362 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/579/statm: 4757 2086 320 3 0 1857 0
[pid=581] ppid=579 vsize=5352 CPUtime=0
/proc/581/stat : 581 (sh) S 579 579 31811 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 96667864 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/581/statm: 1338 224 188 169 0 49 0
[pid=582] ppid=581 vsize=12400 CPUtime=2.47
/proc/582/stat : 582 (pb2clasp1) R 581 579 31811 0 -1 4194304 501 0 0 0 247 0 0 0 25 0 1 0 96667865 12697600 460 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 255843725016 0 0 4224 0 0 0 0 17 0 0 0
/proc/582/statm: 3100 460 340 3 0 200 0
[pid=583] ppid=581 vsize=11300 CPUtime=0.31
/proc/583/stat : 583 (clasp-1.0) S 581 579 31811 0 -1 4194304 2435 0 0 0 30 1 0 0 16 0 1 0 96667865 11571200 2400 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 2825 2400 230 81 0 2199 0
[pid=584] ppid=581 vsize=12268 CPUtime=0
/proc/584/stat : 584 (pboutclasp.pl) S 581 579 31811 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 96667865 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255834763362 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/584/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 60348

[startup+6.30152 s]
/proc/loadavg: 1.01 1.01 1.00 2/83 584
/proc/meminfo: memFree=1795984/2055920 swapFree=4159780/4192956
[pid=579] ppid=577 vsize=19028 CPUtime=0.56
/proc/579/stat : 579 (pbclasp) S 577 579 31811 0 -1 4194304 2137 0 0 0 55 1 0 0 16 0 1 0 96667806 19484672 2086 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255834763362 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/579/statm: 4757 2086 320 3 0 1857 0
[pid=581] ppid=579 vsize=5352 CPUtime=0
/proc/581/stat : 581 (sh) S 579 579 31811 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 96667864 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/581/statm: 1338 224 188 169 0 49 0
[pid=582] ppid=581 vsize=12400 CPUtime=5.65
/proc/582/stat : 582 (pb2clasp1) R 581 579 31811 0 -1 4194304 501 0 0 0 564 1 0 0 25 0 1 0 96667865 12697600 460 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 255843724625 0 0 4224 0 0 0 0 17 0 0 0
/proc/582/statm: 3100 460 340 3 0 200 0
[pid=583] ppid=581 vsize=22544 CPUtime=0.77
/proc/583/stat : 583 (clasp-1.0) S 581 579 31811 0 -1 4194304 5186 0 0 0 75 2 0 0 16 0 1 0 96667865 23085056 5151 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 5636 5151 230 81 0 5010 0
[pid=584] ppid=581 vsize=12268 CPUtime=0
/proc/584/stat : 584 (pboutclasp.pl) S 581 579 31811 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 96667865 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255834763362 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/584/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 71592

[startup+12.7029 s]
/proc/loadavg: 1.00 1.01 1.00 2/83 584
/proc/meminfo: memFree=1773840/2055920 swapFree=4159780/4192956
[pid=579] ppid=577 vsize=19028 CPUtime=0.56
/proc/579/stat : 579 (pbclasp) S 577 579 31811 0 -1 4194304 2137 0 0 0 55 1 0 0 16 0 1 0 96667806 19484672 2086 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255834763362 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/579/statm: 4757 2086 320 3 0 1857 0
[pid=581] ppid=579 vsize=5352 CPUtime=0
/proc/581/stat : 581 (sh) S 579 579 31811 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 96667864 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/581/statm: 1338 224 188 169 0 49 0
[pid=582] ppid=581 vsize=12400 CPUtime=12
/proc/582/stat : 582 (pb2clasp1) R 581 579 31811 0 -1 4194304 502 0 0 0 1198 2 0 0 25 0 1 0 96667865 12697600 461 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 255843783666 0 0 4224 0 0 0 0 17 1 0 0
/proc/582/statm: 3100 461 340 3 0 200 0
[pid=583] ppid=581 vsize=44172 CPUtime=1.68
/proc/583/stat : 583 (clasp-1.0) S 581 579 31811 0 -1 4194304 10636 0 0 0 164 4 0 0 16 0 1 0 96667865 45232128 10499 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/583/statm: 11043 10499 230 81 0 10417 0
[pid=584] ppid=581 vsize=12268 CPUtime=0
/proc/584/stat : 584 (pboutclasp.pl) S 581 579 31811 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 96667865 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255834763362 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/584/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 14.24
Current children cumulated vsize (KiB) 93220

[startup+25.5011 s]
/proc/loadavg: 1.00 1.01 1.00 2/83 584
/proc/meminfo: memFree=1729040/2055920 swapFree=4159780/4192956
[pid=579] ppid=577 vsize=19028 CPUtime=0.56
/proc/579/stat : 579 (pbclasp) S 577 579 31811 0 -1 4194304 2137 0 0 0 55 1 0 0 16 0 1 0 96667806 19484672 2086 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255834763362 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/579/statm: 4757 2086 320 3 0 1857 0
[pid=581] ppid=579 vsize=5352 CPUtime=0
/proc/581/stat : 581 (sh) S 579 579 31811 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 96667864 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/581/statm: 1338 224 188 169 0 49 0
[pid=582] ppid=581 vsize=12400 CPUtime=24.64
/proc/582/stat : 582 (pb2clasp1) R 581 579 31811 0 -1 4194304 502 0 0 0 2461 3 0 0 25 0 1 0 96667865 12697600 461 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 255844216057 0 0 4224 0 0 0 0 17 0 0 0
/proc/582/statm: 3100 461 340 3 0 200 0
[pid=583] ppid=581 vsize=88240 CPUtime=3.7
/proc/583/stat : 583 (clasp-1.0) S 581 579 31811 0 -1 4194304 21585 0 0 0 358 12 0 0 16 0 1 0 96667865 90357760 21357 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 22060 21357 230 81 0 21434 0
[pid=584] ppid=581 vsize=12268 CPUtime=0
/proc/584/stat : 584 (pboutclasp.pl) S 581 579 31811 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 96667865 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255834763362 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/584/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 28.9
Current children cumulated vsize (KiB) 137288

[startup+51.1018 s]
/proc/loadavg: 1.06 1.02 1.00 2/82 584
/proc/meminfo: memFree=1551832/2055920 swapFree=4159780/4192956
[pid=579] ppid=577 vsize=19028 CPUtime=0.56
/proc/579/stat : 579 (pbclasp) S 577 579 31811 0 -1 4194304 2137 0 0 0 55 1 0 0 16 0 1 0 96667806 19484672 2086 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255834763362 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/579/statm: 4757 2086 320 3 0 1857 0
[pid=581] ppid=579 vsize=5352 CPUtime=34.6
/proc/581/stat : 581 (sh) S 579 579 31811 0 -1 4194304 297 504 0 0 0 0 3454 6 16 0 1 0 96667864 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/581/statm: 1338 224 188 169 0 49 0
[pid=583] ppid=581 vsize=269628 CPUtime=20.81
/proc/583/stat : 583 (clasp-1.0) R 581 579 31811 0 -1 4194304 82960 0 0 0 2042 39 0 0 25 0 1 0 96667865 276099072 65439 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737421 0 0 4096 0 0 0 0 17 1 0 0
/proc/583/statm: 67407 65439 245 81 0 66781 0
[pid=584] ppid=581 vsize=12268 CPUtime=0
/proc/584/stat : 584 (pboutclasp.pl) S 581 579 31811 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 96667865 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255834763362 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/584/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 55.97
Current children cumulated vsize (KiB) 306276

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

[startup+51.902 s]
/proc/loadavg: 1.05 1.02 1.00 2/82 584
/proc/meminfo: memFree=1551832/2055920 swapFree=4159780/4192956
[pid=579] ppid=577 vsize=19028 CPUtime=0.56
/proc/579/stat : 579 (pbclasp) S 577 579 31811 0 -1 4194304 2137 0 0 0 55 1 0 0 16 0 1 0 96667806 19484672 2086 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255834763362 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/579/statm: 4757 2086 320 3 0 1857 0
[pid=581] ppid=579 vsize=5352 CPUtime=34.6
/proc/581/stat : 581 (sh) S 579 579 31811 0 -1 4194304 297 504 0 0 0 0 3454 6 16 0 1 0 96667864 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/581/statm: 1338 224 188 169 0 49 0
[pid=583] ppid=581 vsize=269628 CPUtime=21.61
/proc/583/stat : 583 (clasp-1.0) R 581 579 31811 0 -1 4194304 82960 0 0 0 2122 39 0 0 25 0 1 0 96667865 276099072 65439 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737400 0 0 4096 0 0 0 0 17 1 0 0
/proc/583/statm: 67407 65439 245 81 0 66781 0
[pid=584] ppid=581 vsize=12268 CPUtime=0
/proc/584/stat : 584 (pboutclasp.pl) S 581 579 31811 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 96667865 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255834763362 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/584/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 56.77
Current children cumulated vsize (KiB) 306276

[startup+52.7011 s]
/proc/loadavg: 1.05 1.02 1.00 2/82 584
/proc/meminfo: memFree=1551832/2055920 swapFree=4159780/4192956
[pid=579] ppid=577 vsize=19028 CPUtime=0.56
/proc/579/stat : 579 (pbclasp) S 577 579 31811 0 -1 4194304 2137 0 0 0 55 1 0 0 16 0 1 0 96667806 19484672 2086 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255834763362 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/579/statm: 4757 2086 320 3 0 1857 0
[pid=581] ppid=579 vsize=5352 CPUtime=34.6
/proc/581/stat : 581 (sh) S 579 579 31811 0 -1 4194304 297 504 0 0 0 0 3454 6 16 0 1 0 96667864 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/581/statm: 1338 224 188 169 0 49 0
[pid=583] ppid=581 vsize=269628 CPUtime=22.41
/proc/583/stat : 583 (clasp-1.0) R 581 579 31811 0 -1 4194304 82960 0 0 0 2202 39 0 0 25 0 1 0 96667865 276099072 65439 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134744722 0 0 4096 0 0 0 0 17 1 0 0
/proc/583/statm: 67407 65439 245 81 0 66781 0
[pid=584] ppid=581 vsize=12268 CPUtime=0
/proc/584/stat : 584 (pboutclasp.pl) S 581 579 31811 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 96667865 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255834763362 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/584/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 57.57
Current children cumulated vsize (KiB) 306276

[startup+52.9011 s]
/proc/loadavg: 1.05 1.02 1.00 2/82 584
/proc/meminfo: memFree=1551832/2055920 swapFree=4159780/4192956
[pid=579] ppid=577 vsize=19028 CPUtime=0.56
/proc/579/stat : 579 (pbclasp) S 577 579 31811 0 -1 4194304 2137 0 0 0 55 1 0 0 16 0 1 0 96667806 19484672 2086 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255834763362 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/579/statm: 4757 2086 320 3 0 1857 0
[pid=581] ppid=579 vsize=5352 CPUtime=34.6
/proc/581/stat : 581 (sh) S 579 579 31811 0 -1 4194304 297 504 0 0 0 0 3454 6 16 0 1 0 96667864 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255825863492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/581/statm: 1338 224 188 169 0 49 0
[pid=583] ppid=581 vsize=194660 CPUtime=22.61
/proc/583/stat : 583 (clasp-1.0) R 581 579 31811 0 -1 4194304 82981 0 0 0 2220 41 0 0 25 0 1 0 96667865 199331840 46921 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/583/statm: 48665 46921 1784 81 0 48039 0
[pid=584] ppid=581 vsize=12268 CPUtime=0
/proc/584/stat : 584 (pboutclasp.pl) S 581 579 31811 0 -1 4194304 435 0 0 0 0 0 0 0 16 0 1 0 96667865 12562432 395 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255834763362 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/584/statm: 3067 395 311 3 0 167 0
Current children cumulated CPU time (s) 57.77
Current children cumulated vsize (KiB) 231308

Child status: 0
Real time (s): 52.9495
CPU time (s): 57.8612
CPU user time (s): 57.3273
CPU system time (s): 0.533918
CPU usage (%): 109.276
Max. virtual memory (cumulated for all children) (KiB): 316216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.3273
system time used= 0.533918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87850
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= 5387
involuntary context switches= 1629

runsolver used 0.066989 second user time and 0.135979 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Tue Apr 24 13:04:08 UTC 2007

IDJOB= 420150
IDBENCH= 47824
IDSOLVER= 167
FILE ID= node46/420150-1177419846

PBS_JOBID= 4675689

Free space on /tmp= 66068 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/palacios/medium/cube-9-h10-unsat.opb
COMMAND LINE= pbclasp instance-420150-1177419846.opb /tmp/evaluation/420150-1177419846/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node46/convwatcher-420150-1177419846 -o ROOT/results/node46/conversion-420150-1177419846 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/420150-1177419846/instance-420150-1177419846.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  97d75b6dd359b8a249a816ae1744b39e

RANDOM SEED= 203107002

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node46.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.268
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	: 5931.00
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.268
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:       1821584 kB
Buffers:         17524 kB
Cached:         139588 kB
SwapCached:       3164 kB
Active:          89756 kB
Inactive:        94756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821584 kB
SwapTotal:     4192956 kB
SwapFree:      4159780 kB
Dirty:           16792 kB
Writeback:           0 kB
Mapped:          34688 kB
Slab:            35200 kB
Committed_AS:  3441544 kB
PageTables:       2004 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= 66068 MiB

End job on node46 on Tue Apr 24 13:05:01 UTC 2007