Trace number 3481995

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerobjective functionCPU timeWall clock time
borg pb-opt-11.04.03UNSAT 17.4273 17.4383

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-bf0432-007.opb
MD5SUM093787cffe9173c370b11fb5e77a5812
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 benchmark0.023995
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2080
Total number of constraints4708
Number of constraints which are clauses4708
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 constraint6
Number of terms in the objective function 2080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2080
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.32/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.32/0.48	c INFO: solving HOME/instance-3481995-1307576637.opb
0.40/0.51	c INFO: parsing took 0.03 s
0.40/0.56	c INFO: features took 0.05 CPU seconds
0.40/0.59	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.46)
17.36/17.41	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3481995-1307576637/watcher-3481995-1307576637 -o /tmp/evaluation-result-3481995-1307576637/solver-3481995-1307576637 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481995-1307576637.opb -seed 823630656 -budget 1800 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 1.20 0.49 2/582 19483
/proc/meminfo: memFree=27359996/32950928 swapFree=26914392/67111528
[pid=19483] ppid=19481 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/19483/stat : 19483 (python) R 19481 19483 19061 0 -1 4202496 1047 0 0 0 0 0 0 0 25 0 1 0 869260428 16629760 918 33554432000 4194304 5683644 140736457843776 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19483/statm: 4060 918 381 364 0 547 0

[startup+0.068524 s]
/proc/loadavg: 2.10 1.20 0.49 2/582 19483
/proc/meminfo: memFree=27359996/32950928 swapFree=26914392/67111528
[pid=19483] ppid=19481 vsize=52380 CPUtime=0.05 cores=0,2,4,6
/proc/19483/stat : 19483 (python) S 19481 19483 19061 0 -1 4202496 2017 0 0 0 4 1 0 0 25 0 1 0 869260428 53637120 1776 33554432000 4194304 5683644 140736457843776 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/19483/statm: 13095 1776 484 364 0 1276 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 52380

[startup+0.106554 s]
/proc/loadavg: 2.10 1.20 0.49 2/582 19483
/proc/meminfo: memFree=27359996/32950928 swapFree=26914392/67111528
[pid=19483] ppid=19481 vsize=96124 CPUtime=0.07 cores=0,2,4,6
/proc/19483/stat : 19483 (python) R 19481 19483 19061 0 -1 4202496 3167 932 1 0 6 1 0 0 18 0 1 0 869260428 98430976 2483 33554432000 4194304 5683644 140736457843776 18446744073709551615 5170261 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19483/statm: 24031 2483 792 364 0 1626 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96124

[startup+0.300468 s]
/proc/loadavg: 2.10 1.20 0.49 2/582 19483
/proc/meminfo: memFree=27359996/32950928 swapFree=26914392/67111528
[pid=19483] ppid=19481 vsize=197644 CPUtime=0.23 cores=0,2,4,6
/proc/19483/stat : 19483 (python) S 19481 19483 19061 0 -1 4202496 6597 932 1 0 18 5 0 0 17 0 1 0 869260428 202387456 4887 33554432000 4194304 5683644 140736457843776 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/19483/statm: 49411 4887 1435 364 0 3676 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 197644

[startup+0.700432 s]
/proc/loadavg: 2.10 1.20 0.49 2/582 19483
/proc/meminfo: memFree=27359996/32950928 swapFree=26914392/67111528
[pid=19483] ppid=19481 vsize=293960 CPUtime=0.5 cores=0,2,4,6
/proc/19483/stat : 19483 (python) S 19481 19483 19061 0 -1 4202496 9839 932 1 0 41 9 0 0 19 0 2 0 869260428 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/19483/statm: 73490 7345 1870 364 0 8377 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 293960

[startup+1.50127 s]
/proc/loadavg: 2.18 1.23 0.50 3/586 19491
/proc/meminfo: memFree=27310892/32950928 swapFree=26914392/67111528
[pid=19483] ppid=19481 vsize=293960 CPUtime=0.5 cores=0,2,4,6
/proc/19483/stat : 19483 (python) S 19481 19483 19061 0 -1 4202496 9839 932 1 0 41 9 0 0 19 0 2 0 869260428 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/19483/statm: 73490 7345 1870 364 0 8377 0
[pid=19489] ppid=19483 vsize=283716 CPUtime=0 cores=0,2,4,6
/proc/19489/stat : 19489 (python) S 19483 19483 19061 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 1 0 869260487 290525184 5825 33554432000 4194304 5683644 140736457843776 18446744073709551615 254500711951 0 0 16781312 33554946 1114505581944635392 0 0 17 6 0 0 0
/proc/19489/statm: 70929 5825 352 364 0 5816 0
[pid=19491] ppid=19489 vsize=42172 CPUtime=0.89 cores=0,2,4,6
/proc/19491/stat : 19491 (scip-2.0.1.linu) R 19489 19491 19491 0 -1 4202496 8907 0 0 0 86 3 0 0 18 0 1 0 869260487 43184128 8210 33554432000 4194304 13684479 140733952500064 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19491/statm: 10543 8210 798 2317 0 8221 0
[pid=19483/tid=19490] ppid=19481 vsize=293960 CPUtime=0 cores=0,2,4,6
/proc/19483/task/19490/stat : 19490 (python) S 19481 19483 19061 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 869260487 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512515505 0 0 16781312 33554434 18446604442173799360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 619848

[startup+3.10096 s]
/proc/loadavg: 2.18 1.23 0.50 3/586 19491
/proc/meminfo: memFree=27294396/32950928 swapFree=26914392/67111528
[pid=19483] ppid=19481 vsize=293960 CPUtime=0.5 cores=0,2,4,6
/proc/19483/stat : 19483 (python) S 19481 19483 19061 0 -1 4202496 9839 932 1 0 41 9 0 0 19 0 2 0 869260428 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/19483/statm: 73490 7345 1870 364 0 8377 0
[pid=19489] ppid=19483 vsize=283716 CPUtime=0 cores=0,2,4,6
/proc/19489/stat : 19489 (python) S 19483 19483 19061 0 -1 4202560 865 0 0 0 0 0 0 0 15 0 1 0 869260487 290525184 5832 33554432000 4194304 5683644 140736457843776 18446744073709551615 254500711951 0 0 16781312 33554946 4294934787 0 0 17 6 0 0 0
/proc/19489/statm: 70929 5832 358 364 0 5816 0
[pid=19491] ppid=19489 vsize=51508 CPUtime=2.49 cores=0,2,4,6
/proc/19491/stat : 19491 (scip-2.0.1.linu) R 19489 19491 19491 0 -1 4202496 11327 0 0 0 244 5 0 0 18 0 1 0 869260487 52744192 10587 33554432000 4194304 13684479 140733952500064 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19491/statm: 12877 10587 802 2317 0 10555 0
[pid=19483/tid=19490] ppid=19481 vsize=293960 CPUtime=0 cores=0,2,4,6
/proc/19483/task/19490/stat : 19490 (python) S 19481 19483 19061 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 869260487 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512515505 0 0 16781312 33554434 18446604442173799360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 629184

[startup+6.30031 s]
/proc/loadavg: 2.16 1.24 0.51 3/586 19491
/proc/meminfo: memFree=27293972/32950928 swapFree=26914392/67111528
[pid=19483] ppid=19481 vsize=293960 CPUtime=0.5 cores=0,2,4,6
/proc/19483/stat : 19483 (python) S 19481 19483 19061 0 -1 4202496 9839 932 1 0 41 9 0 0 19 0 2 0 869260428 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/19483/statm: 73490 7345 1870 364 0 8377 0
[pid=19489] ppid=19483 vsize=283716 CPUtime=0.02 cores=0,2,4,6
/proc/19489/stat : 19489 (python) S 19483 19483 19061 0 -1 4202560 1006 0 0 0 1 1 0 0 15 0 1 0 869260487 290525184 5856 33554432000 4194304 5683644 140736457843776 18446744073709551615 254500711951 0 0 16781312 33554946 763251083324686336 0 0 17 6 0 0 0
/proc/19489/statm: 70929 5856 381 364 0 5816 0
[pid=19491] ppid=19489 vsize=57824 CPUtime=5.7 cores=0,2,4,6
/proc/19491/stat : 19491 (scip-2.0.1.linu) R 19489 19491 19491 0 -1 4202496 13779 0 0 0 561 9 0 0 19 0 1 0 869260487 59211776 12278 33554432000 4194304 13684479 140733952500064 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19491/statm: 14456 12278 807 2317 0 12134 0
[pid=19483/tid=19490] ppid=19481 vsize=293960 CPUtime=0 cores=0,2,4,6
/proc/19483/task/19490/stat : 19490 (python) S 19481 19483 19061 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 869260487 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512515505 0 0 16781312 33554434 18446604442173799360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 635500

[startup+12.701 s]
/proc/loadavg: 2.15 1.25 0.52 3/586 19491
/proc/meminfo: memFree=27292644/32950928 swapFree=26914392/67111528
[pid=19483] ppid=19481 vsize=293960 CPUtime=0.5 cores=0,2,4,6
/proc/19483/stat : 19483 (python) S 19481 19483 19061 0 -1 4202496 9839 932 1 0 41 9 0 0 19 0 2 0 869260428 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/19483/statm: 73490 7345 1870 364 0 8377 0
[pid=19489] ppid=19483 vsize=283716 CPUtime=0.04 cores=0,2,4,6
/proc/19489/stat : 19489 (python) S 19483 19483 19061 0 -1 4202560 1009 0 0 0 2 2 0 0 15 0 1 0 869260487 290525184 5856 33554432000 4194304 5683644 140736457843776 18446744073709551615 254500711951 0 0 16781312 33554946 72556772316949353 0 0 17 6 0 0 0
/proc/19489/statm: 70929 5856 381 364 0 5816 0
[pid=19491] ppid=19489 vsize=57824 CPUtime=12.1 cores=0,2,4,6
/proc/19491/stat : 19491 (scip-2.0.1.linu) R 19489 19491 19491 0 -1 4202496 13783 0 0 0 1194 16 0 0 25 0 1 0 869260487 59211776 12282 33554432000 4194304 13684479 140733952500064 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19491/statm: 14456 12282 810 2317 0 12134 0
[pid=19483/tid=19490] ppid=19481 vsize=293960 CPUtime=0 cores=0,2,4,6
/proc/19483/task/19490/stat : 19490 (python) S 19481 19483 19061 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 869260487 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512515505 0 0 16781312 33554434 18446604442173799360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 635500

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

[startup+15.9004 s]
/proc/loadavg: 2.14 1.27 0.52 3/586 19491
/proc/meminfo: memFree=27292148/32950928 swapFree=26914392/67111528
[pid=19483] ppid=19481 vsize=293960 CPUtime=0.5 cores=0,2,4,6
/proc/19483/stat : 19483 (python) S 19481 19483 19061 0 -1 4202496 9839 932 1 0 41 9 0 0 19 0 2 0 869260428 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/19483/statm: 73490 7345 1870 364 0 8377 0
[pid=19489] ppid=19483 vsize=283716 CPUtime=0.06 cores=0,2,4,6
/proc/19489/stat : 19489 (python) S 19483 19483 19061 0 -1 4202560 1011 0 0 0 3 3 0 0 15 0 1 0 869260487 290525184 5856 33554432000 4194304 5683644 140736457843776 18446744073709551615 254500711951 0 0 16781312 33554946 72556772316949353 0 0 17 6 0 0 0
/proc/19489/statm: 70929 5856 381 364 0 5816 0
[pid=19491] ppid=19489 vsize=57824 CPUtime=15.3 cores=0,2,4,6
/proc/19491/stat : 19491 (scip-2.0.1.linu) R 19489 19491 19491 0 -1 4202496 13783 0 0 0 1510 20 0 0 25 0 1 0 869260487 59211776 12282 33554432000 4194304 13684479 140733952500064 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19491/statm: 14456 12282 810 2317 0 12134 0
[pid=19483/tid=19490] ppid=19481 vsize=293960 CPUtime=0 cores=0,2,4,6
/proc/19483/task/19490/stat : 19490 (python) S 19481 19483 19061 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 869260487 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512515505 0 0 16781312 33554434 18446604442173799360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.86
Current children cumulated vsize (KiB) 635500

[startup+16.7012 s]
/proc/loadavg: 2.14 1.27 0.52 3/586 19491
/proc/meminfo: memFree=27290784/32950928 swapFree=26914392/67111528
[pid=19483] ppid=19481 vsize=293960 CPUtime=0.5 cores=0,2,4,6
/proc/19483/stat : 19483 (python) S 19481 19483 19061 0 -1 4202496 9839 932 1 0 41 9 0 0 19 0 2 0 869260428 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/19483/statm: 73490 7345 1870 364 0 8377 0
[pid=19489] ppid=19483 vsize=283716 CPUtime=0.06 cores=0,2,4,6
/proc/19489/stat : 19489 (python) S 19483 19483 19061 0 -1 4202560 1011 0 0 0 3 3 0 0 15 0 1 0 869260487 290525184 5856 33554432000 4194304 5683644 140736457843776 18446744073709551615 254500711951 0 0 16781312 33554946 72556772316949353 0 0 17 6 0 0 0
/proc/19489/statm: 70929 5856 381 364 0 5816 0
[pid=19491] ppid=19489 vsize=57824 CPUtime=16.1 cores=0,2,4,6
/proc/19491/stat : 19491 (scip-2.0.1.linu) R 19489 19491 19491 0 -1 4202496 13783 0 0 0 1589 21 0 0 25 0 1 0 869260487 59211776 12282 33554432000 4194304 13684479 140733952500064 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19491/statm: 14456 12282 810 2317 0 12134 0
[pid=19483/tid=19490] ppid=19481 vsize=293960 CPUtime=0 cores=0,2,4,6
/proc/19483/task/19490/stat : 19490 (python) S 19481 19483 19061 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 869260487 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512515505 0 0 16781312 33554434 18446604442173799360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.66
Current children cumulated vsize (KiB) 635500

[startup+17.1012 s]
/proc/loadavg: 2.14 1.27 0.52 3/586 19491
/proc/meminfo: memFree=27290784/32950928 swapFree=26914392/67111528
[pid=19483] ppid=19481 vsize=293960 CPUtime=0.5 cores=0,2,4,6
/proc/19483/stat : 19483 (python) S 19481 19483 19061 0 -1 4202496 9839 932 1 0 41 9 0 0 19 0 2 0 869260428 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/19483/statm: 73490 7345 1870 364 0 8377 0
[pid=19489] ppid=19483 vsize=283716 CPUtime=0.06 cores=0,2,4,6
/proc/19489/stat : 19489 (python) S 19483 19483 19061 0 -1 4202560 1011 0 0 0 3 3 0 0 15 0 1 0 869260487 290525184 5856 33554432000 4194304 5683644 140736457843776 18446744073709551615 254500711951 0 0 16781312 33554946 3416161904282828800 0 0 17 6 0 0 0
/proc/19489/statm: 70929 5856 381 364 0 5816 0
[pid=19491] ppid=19489 vsize=57824 CPUtime=16.5 cores=0,2,4,6
/proc/19491/stat : 19491 (scip-2.0.1.linu) R 19489 19491 19491 0 -1 4202496 13783 0 0 0 1629 21 0 0 25 0 1 0 869260487 59211776 12282 33554432000 4194304 13684479 140733952500064 18446744073709551615 7419462 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19491/statm: 14456 12282 810 2317 0 12134 0
[pid=19483/tid=19490] ppid=19481 vsize=293960 CPUtime=0 cores=0,2,4,6
/proc/19483/task/19490/stat : 19490 (python) S 19481 19483 19061 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 869260487 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512515505 0 0 16781312 33554434 18446604442173799360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.06
Current children cumulated vsize (KiB) 635500

[startup+17.3011 s]
/proc/loadavg: 2.14 1.27 0.52 3/586 19491
/proc/meminfo: memFree=27290784/32950928 swapFree=26914392/67111528
[pid=19483] ppid=19481 vsize=293960 CPUtime=0.5 cores=0,2,4,6
/proc/19483/stat : 19483 (python) S 19481 19483 19061 0 -1 4202496 9839 932 1 0 41 9 0 0 19 0 2 0 869260428 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/19483/statm: 73490 7345 1870 364 0 8377 0
[pid=19489] ppid=19483 vsize=283716 CPUtime=0.06 cores=0,2,4,6
/proc/19489/stat : 19489 (python) S 19483 19483 19061 0 -1 4202560 1011 0 0 0 3 3 0 0 15 0 1 0 869260487 290525184 5856 33554432000 4194304 5683644 140736457843776 18446744073709551615 254500711951 0 0 16781312 33554946 3416161904282828800 0 0 17 6 0 0 0
/proc/19489/statm: 70929 5856 381 364 0 5816 0
[pid=19491] ppid=19489 vsize=57824 CPUtime=16.7 cores=0,2,4,6
/proc/19491/stat : 19491 (scip-2.0.1.linu) R 19489 19491 19491 0 -1 4202496 13783 0 0 0 1649 21 0 0 25 0 1 0 869260487 59211776 12282 33554432000 4194304 13684479 140733952500064 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19491/statm: 14456 12282 810 2317 0 12134 0
[pid=19483/tid=19490] ppid=19481 vsize=293960 CPUtime=0 cores=0,2,4,6
/proc/19483/task/19490/stat : 19490 (python) S 19481 19483 19061 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 869260487 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512515505 0 0 16781312 33554434 18446604442173799360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.26
Current children cumulated vsize (KiB) 635500

[startup+17.4011 s]
/proc/loadavg: 2.14 1.27 0.52 3/586 19491
/proc/meminfo: memFree=27290784/32950928 swapFree=26914392/67111528
[pid=19483] ppid=19481 vsize=293960 CPUtime=0.5 cores=0,2,4,6
/proc/19483/stat : 19483 (python) S 19481 19483 19061 0 -1 4202496 9839 932 1 0 41 9 0 0 19 0 2 0 869260428 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/19483/statm: 73490 7345 1870 364 0 8377 0
[pid=19489] ppid=19483 vsize=283716 CPUtime=0.06 cores=0,2,4,6
/proc/19489/stat : 19489 (python) S 19483 19483 19061 0 -1 4202560 1017 0 0 0 3 3 0 0 16 0 1 0 869260487 290525184 5859 33554432000 4194304 5683644 140736457843776 18446744073709551615 254500711951 0 0 16781312 33554946 1487248879983263744 0 0 17 6 0 0 0
/proc/19489/statm: 70929 5859 382 364 0 5816 0
[pid=19491] ppid=19489 vsize=57824 CPUtime=16.8 cores=0,2,4,6
/proc/19491/stat : 19491 (scip-2.0.1.linu) R 19489 19491 19491 0 -1 4202496 13786 0 0 0 1658 22 0 0 18 0 1 0 869260487 59211776 12285 33554432000 4194304 13684479 140733952500064 18446744073709551615 6738009 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19491/statm: 14456 12285 813 2317 0 12134 0
[pid=19483/tid=19490] ppid=19481 vsize=293960 CPUtime=0 cores=0,2,4,6
/proc/19483/task/19490/stat : 19490 (python) S 19481 19483 19061 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 869260487 301015040 7345 33554432000 4194304 5683644 140736457843776 18446744073709551615 254512515505 0 0 16781312 33554434 18446604442173799360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.36
Current children cumulated vsize (KiB) 635500

Child status: 0
Real time (s): 17.4383
CPU time (s): 17.4273
CPU user time (s): 17.0704
CPU system time (s): 0.356945
CPU usage (%): 99.9375
Max. virtual memory (cumulated for all children) (KiB): 635500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.0704
system time used= 0.356945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30327
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1096
involuntary context switches= 51

runsolver used 0.112982 second user time and 0.208968 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-09 01:43:57
IDJOB=3481995
IDBENCH=2073
IDSOLVER=1970
FILE ID=node149/3481995-1307576637
RUNJOBID= node149-1307576353-19079
PBS_JOBID= 13547650
Free space on /tmp= 73608 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-bf0432-007.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.opt.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3481995-1307576637/watcher-3481995-1307576637 -o /tmp/evaluation-result-3481995-1307576637/solver-3481995-1307576637 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481995-1307576637.opb -seed 823630656 -budget 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 093787cffe9173c370b11fb5e77a5812
RANDOM SEED=823630656

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27360152 kB
Buffers:        154560 kB
Cached:         622132 kB
SwapCached:      27136 kB
Active:        5003692 kB
Inactive:       248524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27360152 kB
SwapTotal:    67111528 kB
SwapFree:     26914392 kB
Dirty:          206076 kB
Writeback:           0 kB
AnonPages:     4472724 kB
Mapped:          33224 kB
Slab:           138420 kB
PageTables:     128432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 179067500 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73508 MiB
End job on node149 at 2011-06-09 01:44:15