Trace number 457852

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 416.075 415.689

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_1_80.opb
MD5SUM4edc0ea4696bd6b7e21f8ec219e69079
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 benchmark0.499923
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12636
Sum of products size (including duplicates)25272
Number of different products6318
Sum of products size12636

Solver Data (download as text)

415.96/415.68	s SATISFIABLE
415.96/415.68	v x2 x5 x10 x11 x15 x16 x19 x21 x23 x25 x35 x36 x66 x72 x90 x105 x206 x372 x388 x389 x395 x396 x403 x404 x408 x421 x422 x423 x424 x425
415.96/415.68	v x426 x428 x429 x431 x432 x433 x434 x435 x436 x437 x438 x439 x440 x441 x443 x444 x446 x447 x448 x450 x451 x452 x454 x456 x457 x460
415.96/415.68	v x461 x463 x464 x465 x467 x468 x469 x472 x474 x476 x477 x479 x480 x481 x485 x486 x489 x491 x493 x494 x495 x498 x499 x500 x507 x512
415.96/415.68	v x524 x533 x541 x542 x551 x552 x553 x557 x559 x563 x567 x568 x573 x579 x584 x586 x591 x592 x594 x597 x603 x613 x614 x616 x617 x618
415.96/415.68	v x622 x623 x624 x628 x634 x635 x636 x638 x641 x642 x646 x647 x650 x654 x655 x666 x679 x681 x684 x690 x694 x697 x704 x711 x713 x714
415.96/415.68	v x717 x721 x730 x740 x741 x743 x744 x749 x750 x753 x755 x762 x763 x765 x766 x773 x774 x775 x780 x783 x784 x790 x794 x795 x798 x801
415.96/415.68	v x1048 x1149 x1228 x1305 x1384 x1463 x1496 x1577 x1632 x1690 x1730 x1759 x2043 x2084 x2267 x2499 x2562 x2696 x2762 x2941 x2976
415.96/415.68	v x3082 x3140 x3259 x3486 x3647 x3774 x3796 x4055 x4106 x4196 x4214 x4447 x4496 x4596 x4694 x4828 x4842 x5429 x5488 x5590 x5718
415.96/415.68	v x5731 x5765 x5918 x6056 x6066 x6121 x6128 x6177 x6195 x6324 x6398 x6412 x6466 x6490 x6562 x6625

Verifier Data (download as text)

OK	0

Conversion Script Data (download as text)

Linearizing /tmp/evaluation/457852-1178374550/instance-457852-1178374550.opb

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-457852-1178374550 -o ROOT/results/node17/solver-457852-1178374550 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-457852-1178374550.opb /tmp/evaluation/457852-1178374550/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.91 0.95 0.90 3/77 3408
/proc/meminfo: memFree=1757760/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12268 CPUtime=0
/proc/3408/stat : 3408 (pbclasp) D 3406 3408 3269 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 285372582 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245482879589 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/3408/statm: 3067 317 242 3 0 167 0

[startup+0.049067 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 3408
/proc/meminfo: memFree=1757760/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12664

[startup+0.10142 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 3408
/proc/meminfo: memFree=1757760/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12664

[startup+0.301349 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 3408
/proc/meminfo: memFree=1757760/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12664

[startup+0.701392 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 3408
/proc/meminfo: memFree=1757760/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12664

[startup+1.50147 s]
/proc/loadavg: 0.91 0.95 0.90 2/82 3413
/proc/meminfo: memFree=1747416/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=0
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3411] ppid=3410 vsize=12664 CPUtime=1.13
/proc/3411/stat : 3411 (pb2clasp1) S 3410 3408 3269 0 -1 4194304 566 0 0 0 113 0 0 0 16 0 1 0 285372585 12967936 525 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 245491609554 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3411/statm: 3166 525 340 3 0 266 0
[pid=3412] ppid=3410 vsize=32244 CPUtime=0.81
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 7970 0 0 0 79 2 0 0 19 0 1 0 285372585 33017856 7631 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 135019764 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 8061 7632 184 154 0 7531 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 285372585 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 75192

[startup+3.10164 s]
/proc/loadavg: 0.91 0.95 0.90 2/82 3413
/proc/meminfo: memFree=1683480/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=0
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3411] ppid=3410 vsize=12664 CPUtime=1.13
/proc/3411/stat : 3411 (pb2clasp1) S 3410 3408 3269 0 -1 4194304 566 0 0 0 113 0 0 0 16 0 1 0 285372585 12967936 525 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 245491609554 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3411/statm: 3166 525 340 3 0 266 0
[pid=3412] ppid=3410 vsize=136644 CPUtime=2.41
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 34750 0 0 0 229 12 0 0 25 0 1 0 285372585 139923456 33118 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134674572 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 34161 33118 184 154 0 33631 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 285372585 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 179592

[startup+6.30297 s]
/proc/loadavg: 0.92 0.95 0.90 2/81 3413
/proc/meminfo: memFree=1510688/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=1.14
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 568 0 0 0 0 114 0 16 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3412] ppid=3410 vsize=386672 CPUtime=5.61
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 109389 0 0 0 516 45 0 0 25 0 1 0 285372585 395952128 82237 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134761672 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 96668 82239 190 154 0 96138 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 285372585 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 416956

[startup+12.7016 s]
/proc/loadavg: 0.93 0.95 0.90 2/81 3413
/proc/meminfo: memFree=1262880/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=1.14
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 568 0 0 0 0 114 0 16 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3412] ppid=3410 vsize=520148 CPUtime=12.01
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 154171 0 0 0 1137 64 0 0 25 0 1 0 285372585 532631552 123344 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 130037 123344 196 154 0 129507 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 285372585 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 13.17
Current children cumulated vsize (KiB) 550432

[startup+25.502 s]
/proc/loadavg: 0.94 0.95 0.91 2/81 3413
/proc/meminfo: memFree=1259872/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=1.14
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 568 0 0 0 0 114 0 16 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3412] ppid=3410 vsize=520148 CPUtime=24.8
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 154776 0 0 0 2416 64 0 0 25 0 1 0 285372585 532631552 123949 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 130037 123949 196 154 0 129507 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 285372585 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 25.96
Current children cumulated vsize (KiB) 550432

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.91 2/81 3413
/proc/meminfo: memFree=1259680/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=1.14
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 568 0 0 0 0 114 0 16 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3412] ppid=3410 vsize=520148 CPUtime=50.39
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 154836 0 0 0 4975 64 0 0 25 0 1 0 285372585 532631552 124009 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 130037 124009 196 154 0 129507 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 285372585 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 51.55
Current children cumulated vsize (KiB) 550432

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/81 3413
/proc/meminfo: memFree=1259552/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=1.14
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 568 0 0 0 0 114 0 16 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3412] ppid=3410 vsize=520148 CPUtime=101.59
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 154853 0 0 0 10094 65 0 0 25 0 1 0 285372585 532631552 124026 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 130037 124026 196 154 0 129507 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 285372585 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 102.75
Current children cumulated vsize (KiB) 550432

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/81 3413
/proc/meminfo: memFree=1259232/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=1.14
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 568 0 0 0 0 114 0 16 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3412] ppid=3410 vsize=520148 CPUtime=161.56
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 154916 0 0 0 16091 65 0 0 25 0 1 0 285372585 532631552 124089 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 130037 124089 196 154 0 129507 0

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

/proc/3412/statm: 130037 124121 196 154 0 129507 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 285372585 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 282.69
Current children cumulated vsize (KiB) 550432

[startup+342.301 s]
/proc/loadavg: 1.00 0.98 0.91 2/81 3413
/proc/meminfo: memFree=1259104/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=1.14
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 568 0 0 0 0 114 0 16 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3412] ppid=3410 vsize=520148 CPUtime=341.51
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 154948 0 0 0 34085 66 0 0 25 0 1 0 285372585 532631552 124121 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740640 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 130037 124121 196 154 0 129507 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 285372585 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 342.67
Current children cumulated vsize (KiB) 550432

[startup+402.302 s]
/proc/loadavg: 1.00 0.98 0.91 2/81 3413
/proc/meminfo: memFree=1259040/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=1.14
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 568 0 0 0 0 114 0 16 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3412] ppid=3410 vsize=520148 CPUtime=401.5
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 154948 0 0 0 40083 67 0 0 25 0 1 0 285372585 532631552 124121 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629585 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 130037 124121 196 154 0 129507 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 285372585 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 402.66
Current children cumulated vsize (KiB) 550432

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

[startup+403.102 s]
/proc/loadavg: 1.00 0.98 0.91 2/81 3413
/proc/meminfo: memFree=1259040/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=1.14
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 568 0 0 0 0 114 0 16 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3412] ppid=3410 vsize=520148 CPUtime=402.3
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 154948 0 0 0 40163 67 0 0 25 0 1 0 285372585 532631552 124121 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 130037 124121 196 154 0 129507 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 285372585 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 403.46
Current children cumulated vsize (KiB) 550432

[startup+409.502 s]
/proc/loadavg: 1.00 0.98 0.91 2/81 3413
/proc/meminfo: memFree=1259040/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=1.14
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 568 0 0 0 0 114 0 16 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3412] ppid=3410 vsize=520148 CPUtime=408.7
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 154948 0 0 0 40803 67 0 0 25 0 1 0 285372585 532631552 124121 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741259 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 130037 124121 196 154 0 129507 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 285372585 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 409.86
Current children cumulated vsize (KiB) 550432

[startup+412.702 s]
/proc/loadavg: 1.00 0.98 0.91 2/81 3413
/proc/meminfo: memFree=1259040/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=1.14
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 568 0 0 0 0 114 0 16 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3412] ppid=3410 vsize=520148 CPUtime=411.9
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 154948 0 0 0 41123 67 0 0 25 0 1 0 285372585 532631552 124121 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 130037 124121 196 154 0 129507 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 285372585 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 413.06
Current children cumulated vsize (KiB) 550432

[startup+414.302 s]
/proc/loadavg: 1.00 0.98 0.91 2/81 3413
/proc/meminfo: memFree=1258592/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=1.14
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 568 0 0 0 0 114 0 16 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3412] ppid=3410 vsize=520148 CPUtime=413.49
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 155068 0 0 0 41282 67 0 0 25 0 1 0 285372585 532631552 124241 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740840 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 130037 124241 196 154 0 129507 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 285372585 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 414.65
Current children cumulated vsize (KiB) 550432

[startup+415.102 s]
/proc/loadavg: 1.00 0.98 0.91 2/81 3413
/proc/meminfo: memFree=1258336/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=1.14
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 568 0 0 0 0 114 0 16 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3412] ppid=3410 vsize=520148 CPUtime=414.29
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 155120 0 0 0 41362 67 0 0 25 0 1 0 285372585 532631552 124293 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 130037 124293 196 154 0 129507 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 285372585 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 415.45
Current children cumulated vsize (KiB) 550432

[startup+415.502 s]
/proc/loadavg: 1.00 0.98 0.91 2/81 3413
/proc/meminfo: memFree=1258336/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=1.14
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 568 0 0 0 0 114 0 16 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3412] ppid=3410 vsize=515856 CPUtime=414.69
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 155200 0 0 0 41402 67 0 0 25 0 1 0 285372585 528236544 123300 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 128964 123300 6794 154 0 128434 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 435 0 0 0 0 0 0 0 16 0 1 0 285372585 12562432 395 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 395 311 3 0 167 0
Current children cumulated CPU time (s) 415.85
Current children cumulated vsize (KiB) 546140

[startup+415.602 s]
/proc/loadavg: 1.00 0.98 0.91 2/81 3413
/proc/meminfo: memFree=1258336/2055920 swapFree=4140168/4192956
[pid=3408] ppid=3406 vsize=12664 CPUtime=0.02
/proc/3408/stat : 3408 (pbclasp) S 3406 3408 3269 0 -1 4194304 543 0 0 0 2 0 0 0 16 0 1 0 285372582 12967936 494 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3408/statm: 3166 494 320 3 0 266 0
[pid=3410] ppid=3408 vsize=5352 CPUtime=1.14
/proc/3410/stat : 3410 (sh) S 3408 3408 3269 0 -1 4194304 297 568 0 0 0 0 114 0 16 0 1 0 285372585 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3410/statm: 1338 224 188 169 0 49 0
[pid=3412] ppid=3410 vsize=422408 CPUtime=414.8
/proc/3412/stat : 3412 (clasp) R 3410 3408 3269 0 -1 4194304 155200 0 0 0 41411 69 0 0 25 0 1 0 285372585 432545792 99980 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134723945 0 0 4096 0 0 0 0 17 1 0 0
/proc/3412/statm: 105602 99980 216 154 0 105072 0
[pid=3413] ppid=3410 vsize=12268 CPUtime=0
/proc/3413/stat : 3413 (pboutclasp.pl) S 3410 3408 3269 0 -1 4194304 435 0 0 0 0 0 0 0 16 0 1 0 285372585 12562432 395 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3413/statm: 3067 395 311 3 0 167 0
Current children cumulated CPU time (s) 415.96
Current children cumulated vsize (KiB) 452692

Child status: 0
Real time (s): 415.689
CPU time (s): 416.075
CPU user time (s): 415.295
CPU system time (s): 0.779881
CPU usage (%): 100.093
Max. virtual memory (cumulated for all children) (KiB): 570300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 415.295
system time used= 0.779881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157178
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= 217
involuntary context switches= 8696

runsolver used 0.412937 second user time and 1.10983 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat May  5 14:15:50 UTC 2007

IDJOB= 457852
IDBENCH= 48369
IDSOLVER= 158
FILE ID= node17/457852-1178374550

PBS_JOBID= 5189003

Free space on /tmp= 66563 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_10_1_80.opb
COMMAND LINE= pbclasp instance-457852-1178374550.opb /tmp/evaluation/457852-1178374550/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node17/convwatcher-457852-1178374550 -o ROOT/results/node17/conversion-457852-1178374550 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/457852-1178374550/instance-457852-1178374550.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  4edc0ea4696bd6b7e21f8ec219e69079

RANDOM SEED= 693256207

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:       1758168 kB
Buffers:         44892 kB
Cached:         160632 kB
SwapCached:      15340 kB
Active:         197876 kB
Inactive:        33756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758168 kB
SwapTotal:     4192956 kB
SwapFree:      4140168 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:          32996 kB
Slab:            51644 kB
Committed_AS: 10050252 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= 66563 MiB

End job on node17 on Sat May  5 14:22:46 UTC 2007