Trace number 456592

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 1424.87 1424.2

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_4_15.opb
MD5SUM8407562d9bb1379ab6a9e056478d010c
Bench CategorySATUNSAT-SMALLINT-NLC (no optimisation, small integers, non 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 benchmark1.51577
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31508
Sum of products size (including duplicates)63016
Number of different products15754
Sum of products size31508

Solver Data (download as text)

1424.74/1424.18	s SATISFIABLE
1424.74/1424.18	v x364 x379 x383 x385 x390 x396 x397 x399 x406 x409 x413 x423 x424 x426 x427 x431 x432 x433 x434 x435 x437 x445 x448 x449 x451 x453
1424.74/1424.18	v x454 x455 x458 x459 x462 x463 x464 x465 x467 x469 x472 x473 x474 x475 x476 x477 x479 x480 x482 x483 x484 x485 x486 x488 x489 x491
1424.74/1424.18	v x492 x493 x494 x495 x496 x498 x499 x500 x523 x535 x540 x560 x575 x586 x591 x618 x629 x630 x635 x650 x665 x672 x673 x675 x694 x724
1424.74/1424.18	v x749 x757 x759 x765 x766 x780 x783 x792 x793 x796 x819 x834 x835 x837 x839 x840 x842 x844 x850 x851 x863 x868 x870 x873 x875 x884
1424.74/1424.18	v x894 x898 x902 x905 x907 x910 x922 x930 x940 x942 x944 x946 x957 x966 x987 x990 x2812 x3670 x3995 x5290 x6282 x6935 x7240 x8681
1424.74/1424.18	v x9264 x9317 x9524 x10280 x10914 x11194 x11314 x12048 x13084 x13875 x14112 x14884 x14958 x15349 x15608 x15627 x15688 x15722
1424.74/1424.18	v x15758 x15830 x16070 x16130 x16312 x16325 x16390 x16508 x16568 x16642 x16651 x16692 x16711

Verifier Data (download as text)

OK	0

Conversion Script Data (download as text)

Linearizing /tmp/evaluation/456592-1178361345/instance-456592-1178361345.opb

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node10/watcher-456592-1178361345 -o ROOT/results/node10/solver-456592-1178361345 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-456592-1178361345.opb /tmp/evaluation/456592-1178361345/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.05 0.01 0.00 3/77 1670
/proc/meminfo: memFree=1764736/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=12268 CPUtime=0
/proc/1670/stat : 1670 (pbclasp) R 1668 1670 1519 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 312172195 12562432 364 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214919713505 0 0 4224 0 0 0 0 17 1 0 0
/proc/1670/statm: 3067 365 276 3 0 167 0

[startup+0.0717969 s]
/proc/loadavg: 0.05 0.01 0.00 3/77 1670
/proc/meminfo: memFree=1764736/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13188

[startup+0.101797 s]
/proc/loadavg: 0.05 0.01 0.00 3/77 1670
/proc/meminfo: memFree=1764736/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13188

[startup+0.301841 s]
/proc/loadavg: 0.05 0.01 0.00 3/77 1670
/proc/meminfo: memFree=1764736/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13188

[startup+0.701927 s]
/proc/loadavg: 0.05 0.01 0.00 3/77 1670
/proc/meminfo: memFree=1764736/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13188

[startup+1.5011 s]
/proc/loadavg: 0.05 0.01 0.00 3/82 1675
/proc/meminfo: memFree=1755608/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=0
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0
[pid=1673] ppid=1672 vsize=12664 CPUtime=1.44
/proc/1673/stat : 1673 (pb2clasp1) R 1672 1670 1519 0 -1 4194304 566 0 0 0 144 0 0 0 25 0 1 0 312172201 12967936 525 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 214937961419 0 0 4224 0 0 0 0 17 1 0 0
/proc/1673/statm: 3166 525 340 3 0 266 0
[pid=1674] ppid=1672 vsize=12996 CPUtime=0.65
/proc/1674/stat : 1674 (clasp) R 1672 1670 1519 0 -1 4194304 2909 0 0 0 65 0 0 0 16 0 1 0 312172201 13307904 2875 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 135039857 0 0 4096 0 0 0 0 17 0 0 0
/proc/1674/statm: 3249 2875 173 154 0 2719 0
[pid=1675] ppid=1672 vsize=12268 CPUtime=0
/proc/1675/stat : 1675 (pboutclasp.pl) S 1672 1670 1519 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 312172201 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1675/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 56468

[startup+3.10244 s]
/proc/loadavg: 0.05 0.01 0.00 2/82 1675
/proc/meminfo: memFree=1745368/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=0
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0
[pid=1673] ppid=1672 vsize=12664 CPUtime=2.69
/proc/1673/stat : 1673 (pb2clasp1) S 1672 1670 1519 0 -1 4194304 566 0 0 0 269 0 0 0 16 0 1 0 312172201 12967936 525 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 214928764882 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1673/statm: 3166 525 340 3 0 266 0
[pid=1674] ppid=1672 vsize=38292 CPUtime=1.56
/proc/1674/stat : 1674 (clasp) R 1672 1670 1519 0 -1 4194304 9474 0 0 0 152 4 0 0 17 0 1 0 312172201 39211008 9136 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 135019784 0 0 4096 0 0 0 0 17 1 0 0
/proc/1674/statm: 9573 9137 184 154 0 9043 0
[pid=1675] ppid=1672 vsize=12268 CPUtime=0
/proc/1675/stat : 1675 (pboutclasp.pl) S 1672 1670 1519 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 312172201 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1675/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 81764

[startup+6.30113 s]
/proc/loadavg: 0.13 0.03 0.01 2/82 1675
/proc/meminfo: memFree=1588056/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=0
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0
[pid=1673] ppid=1672 vsize=12664 CPUtime=2.69
/proc/1673/stat : 1673 (pb2clasp1) S 1672 1670 1519 0 -1 4194304 566 0 0 0 269 0 0 0 16 0 1 0 312172201 12967936 525 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 214928764882 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1673/statm: 3166 525 340 3 0 266 0
[pid=1674] ppid=1672 vsize=226908 CPUtime=4.75
/proc/1674/stat : 1674 (clasp) R 1672 1670 1519 0 -1 4194304 58206 0 0 0 449 26 0 0 22 0 1 0 312172201 232353792 55559 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 135019764 0 0 4096 0 0 0 0 17 1 0 0
/proc/1674/statm: 56727 55559 184 154 0 56197 0
[pid=1675] ppid=1672 vsize=12268 CPUtime=0
/proc/1675/stat : 1675 (pboutclasp.pl) S 1672 1670 1519 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 312172201 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1675/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 270380

[startup+12.7015 s]
/proc/loadavg: 0.20 0.05 0.01 2/81 1675
/proc/meminfo: memFree=1216608/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=2.7
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 568 0 0 0 0 270 0 16 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0
[pid=1674] ppid=1672 vsize=605948 CPUtime=11.15
/proc/1674/stat : 1674 (clasp) R 1672 1670 1519 0 -1 4194304 171362 0 0 0 1042 73 0 0 25 0 1 0 312172201 620490752 143835 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 135019764 0 0 4096 0 0 0 0 17 1 0 0
/proc/1674/statm: 151487 143836 194 154 0 150957 0
[pid=1675] ppid=1672 vsize=12268 CPUtime=0
/proc/1675/stat : 1675 (pboutclasp.pl) S 1672 1670 1519 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 312172201 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1675/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 13.89
Current children cumulated vsize (KiB) 636756

[startup+25.5012 s]
/proc/loadavg: 0.37 0.09 0.03 2/81 1675
/proc/meminfo: memFree=1129568/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=2.7
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 568 0 0 0 0 270 0 16 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0
[pid=1674] ppid=1672 vsize=648604 CPUtime=23.95
/proc/1674/stat : 1674 (clasp) R 1672 1670 1519 0 -1 4194304 191622 0 0 0 2315 80 0 0 25 0 1 0 312172201 664170496 158038 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/1674/statm: 162151 158038 196 154 0 161621 0
[pid=1675] ppid=1672 vsize=12268 CPUtime=0
/proc/1675/stat : 1675 (pboutclasp.pl) S 1672 1670 1519 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 312172201 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1675/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 26.69
Current children cumulated vsize (KiB) 679412

[startup+51.1017 s]
/proc/loadavg: 0.59 0.16 0.05 2/81 1675
/proc/meminfo: memFree=1129376/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=2.7
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 568 0 0 0 0 270 0 16 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0
[pid=1674] ppid=1672 vsize=648604 CPUtime=49.53
/proc/1674/stat : 1674 (clasp) R 1672 1670 1519 0 -1 4194304 191664 0 0 0 4873 80 0 0 25 0 1 0 312172201 664170496 158080 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629605 0 0 4096 0 0 0 0 17 1 0 0
/proc/1674/statm: 162151 158080 196 154 0 161621 0
[pid=1675] ppid=1672 vsize=12268 CPUtime=0
/proc/1675/stat : 1675 (pboutclasp.pl) S 1672 1670 1519 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 312172201 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1675/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 52.27
Current children cumulated vsize (KiB) 679412

[startup+102.306 s]
/proc/loadavg: 0.82 0.29 0.10 2/81 1677
/proc/meminfo: memFree=1129184/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=2.7
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 568 0 0 0 0 270 0 16 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0
[pid=1674] ppid=1672 vsize=648604 CPUtime=100.72
/proc/1674/stat : 1674 (clasp) R 1672 1670 1519 0 -1 4194304 191708 0 0 0 9991 81 0 0 25 0 1 0 312172201 664170496 158124 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629585 0 0 4096 0 0 0 0 17 1 0 0
/proc/1674/statm: 162151 158124 196 154 0 161621 0
[pid=1675] ppid=1672 vsize=12268 CPUtime=0
/proc/1675/stat : 1675 (pboutclasp.pl) S 1672 1670 1519 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 312172201 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1675/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 103.46
Current children cumulated vsize (KiB) 679412

[startup+162.302 s]
/proc/loadavg: 0.93 0.42 0.15 2/81 1677
/proc/meminfo: memFree=1128736/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=2.7
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 568 0 0 0 0 270 0 16 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0

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

/proc/meminfo: memFree=1127264/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=2.7
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 568 0 0 0 0 270 0 16 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0
[pid=1674] ppid=1672 vsize=648604 CPUtime=1120.31
/proc/1674/stat : 1674 (clasp) R 1672 1670 1519 0 -1 4194304 192150 0 0 0 111942 89 0 0 25 0 1 0 312172201 664170496 158566 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740750 0 0 4096 0 0 0 0 17 1 0 0
/proc/1674/statm: 162151 158566 196 154 0 161621 0
[pid=1675] ppid=1672 vsize=12268 CPUtime=0
/proc/1675/stat : 1675 (pboutclasp.pl) S 1672 1670 1519 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 312172201 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1675/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1123.05
Current children cumulated vsize (KiB) 679412

[startup+1182.3 s]
/proc/loadavg: 1.11 1.07 0.73 2/81 1677
/proc/meminfo: memFree=1127200/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=2.7
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 568 0 0 0 0 270 0 16 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0
[pid=1674] ppid=1672 vsize=648604 CPUtime=1180.29
/proc/1674/stat : 1674 (clasp) R 1672 1670 1519 0 -1 4194304 192153 0 0 0 117939 90 0 0 25 0 1 0 312172201 664170496 158569 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740840 0 0 4096 0 0 0 0 17 1 0 0
/proc/1674/statm: 162151 158569 196 154 0 161621 0
[pid=1675] ppid=1672 vsize=12268 CPUtime=0
/proc/1675/stat : 1675 (pboutclasp.pl) S 1672 1670 1519 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 312172201 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1675/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1183.03
Current children cumulated vsize (KiB) 679412

[startup+1242.3 s]
/proc/loadavg: 1.04 1.06 0.75 2/81 1677
/proc/meminfo: memFree=1127200/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=2.7
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 568 0 0 0 0 270 0 16 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0
[pid=1674] ppid=1672 vsize=648604 CPUtime=1240.26
/proc/1674/stat : 1674 (clasp) R 1672 1670 1519 0 -1 4194304 192156 0 0 0 123936 90 0 0 25 0 1 0 312172201 664170496 158572 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134682922 0 0 4096 0 0 0 0 17 1 0 0
/proc/1674/statm: 162151 158572 196 154 0 161621 0
[pid=1675] ppid=1672 vsize=12268 CPUtime=0
/proc/1675/stat : 1675 (pboutclasp.pl) S 1672 1670 1519 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 312172201 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1675/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1243
Current children cumulated vsize (KiB) 679412

[startup+1302.3 s]
/proc/loadavg: 1.01 1.04 0.76 2/81 1677
/proc/meminfo: memFree=1127136/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=2.7
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 568 0 0 0 0 270 0 16 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0
[pid=1674] ppid=1672 vsize=648604 CPUtime=1300.25
/proc/1674/stat : 1674 (clasp) R 1672 1670 1519 0 -1 4194304 192158 0 0 0 129934 91 0 0 25 0 1 0 312172201 664170496 158574 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740867 0 0 4096 0 0 0 0 17 1 0 0
/proc/1674/statm: 162151 158574 196 154 0 161621 0
[pid=1675] ppid=1672 vsize=12268 CPUtime=0
/proc/1675/stat : 1675 (pboutclasp.pl) S 1672 1670 1519 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 312172201 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1675/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1302.99
Current children cumulated vsize (KiB) 679412

[startup+1362.3 s]
/proc/loadavg: 1.00 1.03 0.77 2/81 1677
/proc/meminfo: memFree=1127136/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=2.7
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 568 0 0 0 0 270 0 16 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0
[pid=1674] ppid=1672 vsize=648604 CPUtime=1360.23
/proc/1674/stat : 1674 (clasp) R 1672 1670 1519 0 -1 4194304 192164 0 0 0 135931 92 0 0 25 0 1 0 312172201 664170496 158580 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740867 0 0 4096 0 0 0 0 17 1 0 0
/proc/1674/statm: 162151 158580 196 154 0 161621 0
[pid=1675] ppid=1672 vsize=12268 CPUtime=0
/proc/1675/stat : 1675 (pboutclasp.pl) S 1672 1670 1519 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 312172201 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1675/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1362.97
Current children cumulated vsize (KiB) 679412

[startup+1422.31 s]
/proc/loadavg: 1.00 1.02 0.78 2/81 1677
/proc/meminfo: memFree=1127136/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=2.7
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 568 0 0 0 0 270 0 16 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0
[pid=1674] ppid=1672 vsize=648604 CPUtime=1420.2
/proc/1674/stat : 1674 (clasp) R 1672 1670 1519 0 -1 4194304 192170 0 0 0 141928 92 0 0 25 0 1 0 312172201 664170496 158586 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740840 0 0 4096 0 0 0 0 17 1 0 0
/proc/1674/statm: 162151 158586 196 154 0 161621 0
[pid=1675] ppid=1672 vsize=12268 CPUtime=0
/proc/1675/stat : 1675 (pboutclasp.pl) S 1672 1670 1519 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 312172201 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1675/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1422.94
Current children cumulated vsize (KiB) 679412

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

[startup+1423.1 s]
/proc/loadavg: 1.00 1.02 0.78 2/81 1677
/proc/meminfo: memFree=1127136/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=2.7
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 568 0 0 0 0 270 0 16 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0
[pid=1674] ppid=1672 vsize=648604 CPUtime=1421
/proc/1674/stat : 1674 (clasp) R 1672 1670 1519 0 -1 4194304 192170 0 0 0 142008 92 0 0 25 0 1 0 312172201 664170496 158586 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740788 0 0 4096 0 0 0 0 17 1 0 0
/proc/1674/statm: 162151 158586 196 154 0 161621 0
[pid=1675] ppid=1672 vsize=12268 CPUtime=0
/proc/1675/stat : 1675 (pboutclasp.pl) S 1672 1670 1519 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 312172201 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1675/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1423.74
Current children cumulated vsize (KiB) 679412

[startup+1423.9 s]
/proc/loadavg: 1.00 1.02 0.78 2/81 1677
/proc/meminfo: memFree=1127136/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=2.7
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 568 0 0 0 0 270 0 16 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0
[pid=1674] ppid=1672 vsize=648604 CPUtime=1421.79
/proc/1674/stat : 1674 (clasp) R 1672 1670 1519 0 -1 4194304 192204 0 0 0 142087 92 0 0 25 0 1 0 312172201 664170496 158620 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134532613 0 0 4096 0 0 0 0 17 1 0 0
/proc/1674/statm: 162151 158620 217 154 0 161621 0
[pid=1675] ppid=1672 vsize=12268 CPUtime=0
/proc/1675/stat : 1675 (pboutclasp.pl) S 1672 1670 1519 0 -1 4194304 435 0 0 0 0 0 0 0 16 0 1 0 312172201 12562432 395 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1675/statm: 3067 395 311 3 0 167 0
Current children cumulated CPU time (s) 1424.53
Current children cumulated vsize (KiB) 679412

[startup+1424.1 s]
/proc/loadavg: 1.00 1.02 0.78 2/81 1677
/proc/meminfo: memFree=1127136/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=13188 CPUtime=0.04
/proc/1670/stat : 1670 (pbclasp) S 1668 1670 1519 0 -1 4194304 679 0 0 0 4 0 0 0 16 0 1 0 312172195 13504512 629 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/1670/statm: 3297 629 320 3 0 397 0
[pid=1672] ppid=1670 vsize=5352 CPUtime=2.7
/proc/1672/stat : 1672 (sh) S 1670 1670 1519 0 -1 4194304 297 568 0 0 0 0 270 0 16 0 1 0 312172200 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1672/statm: 1338 224 188 169 0 49 0
[pid=1674] ppid=1672 vsize=432468 CPUtime=1422
/proc/1674/stat : 1674 (clasp) R 1672 1670 1519 0 -1 4194304 192206 0 0 0 142104 96 0 0 25 0 1 0 312172201 442847232 104742 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134726416 0 0 4096 0 0 0 0 17 1 0 0
/proc/1674/statm: 108117 104742 219 154 0 107587 0
[pid=1675] ppid=1672 vsize=12268 CPUtime=0
/proc/1675/stat : 1675 (pboutclasp.pl) S 1672 1670 1519 0 -1 4194304 435 0 0 0 0 0 0 0 16 0 1 0 312172201 12562432 395 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 214928765026 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1675/statm: 3067 395 311 3 0 167 0
Current children cumulated CPU time (s) 1424.74
Current children cumulated vsize (KiB) 463276

[startup+1424.2 s]
/proc/loadavg: 1.00 1.02 0.78 2/81 1677
/proc/meminfo: memFree=1127136/2055920 swapFree=4145624/4192956
[pid=1670] ppid=1668 vsize=0 CPUtime=1424.84
/proc/1670/stat : 1670 (pbclasp) D 1668 1670 1519 0 -1 4194308 869 193524 0 0 4 0 142376 104 17 0 1 0 312172195 0 0 18446744073709551615 0 0 0 0 0 0 0 4224 16384 18446744072100051646 0 0 17 0 0 0
/proc/1670/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1424.84
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1424.2
CPU time (s): 1424.87
CPU user time (s): 1423.81
CPU system time (s): 1.05384
CPU usage (%): 100.046
Max. virtual memory (cumulated for all children) (KiB): 707348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1423.81
system time used= 1.05384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194393
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= 451
involuntary context switches= 29120

runsolver used 1.3128 second user time and 3.87141 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat May  5 10:35:46 UTC 2007

IDJOB= 456592
IDBENCH= 48285
IDSOLVER= 158
FILE ID= node10/456592-1178361345

PBS_JOBID= 5188966

Free space on /tmp= 66562 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_4_15.opb
COMMAND LINE= pbclasp instance-456592-1178361345.opb /tmp/evaluation/456592-1178361345/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node10/convwatcher-456592-1178361345 -o ROOT/results/node10/conversion-456592-1178361345 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/456592-1178361345/instance-456592-1178361345.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  8407562d9bb1379ab6a9e056478d010c

RANDOM SEED= 387235837

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1765080 kB
Buffers:         38728 kB
Cached:         160004 kB
SwapCached:      15808 kB
Active:         146216 kB
Inactive:        75788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765080 kB
SwapTotal:     4192956 kB
SwapFree:      4145624 kB
Dirty:            2708 kB
Writeback:           0 kB
Mapped:          30272 kB
Slab:            54380 kB
Committed_AS:  5184020 kB
PageTables:       1708 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= 66561 MiB

End job on node10 on Sat May  5 10:59:31 UTC 2007