Trace number 3482895

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 NameAnswerCPU timeWall clock time
borg pb-dec-11.04.03? (MO) 313.46 312.388

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-24.opb
MD5SUM902c79ddb1483993d151297b6d1c86a6
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9342
Total number of constraints199352
Number of constraints which are clauses178530
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.28/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.28/0.48	c INFO: solving HOME/instance-3482895-1307578358.opb
1.76/1.94	c INFO: parsing took 1.43 s
4.76/4.97	c INFO: features took 3.01 CPU seconds
4.76/4.99	c INFO: running wbo1.4b-fixed@0 for 45 with 1795 remaining (b = 0.96)
55.37/55.33	c INFO: running pbct-0.1.2-linear@0 for 45 with 1745 remaining (b = 0.96)
104.36/104.14	c INFO: running wbo1.4a@0 for 45 with 1697 remaining (b = 0.94)
168.05/167.66	c INFO: wrote minion input file to HOME/tmp3sqvtZ.minion
168.05/167.66	c INFO: running minion-0.12@0 for 45 with 1648 remaining (b = 0.71)
216.32/215.71	c INFO: running bsolo_pb10-l2@0 for 45 with 1587 remaining (b = 0.66)
264.49/263.78	c INFO: running clasp-1.3.7@0 for 45 with 1540 remaining (b = 0.62)
313.00/312.02	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1492 remaining (b = 0.23)

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-3482895-1307578358/watcher-3482895-1307578358 -o /tmp/evaluation-result-3482895-1307578358/solver-3482895-1307578358 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3482895-1307578358.opb -seed 471674994 -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.11 2.10 1.80 3/513 13465
/proc/meminfo: memFree=23178668/32950928 swapFree=45617076/67111528
[pid=13465] ppid=13463 vsize=15780 CPUtime=0 cores=0,2,4,6
/proc/13465/stat : 13465 (python) R 13463 13465 11775 0 -1 4202496 893 0 0 0 0 0 0 0 20 0 1 0 869435712 16158720 775 33554432000 4194304 5683644 140734368175040 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13465/statm: 3945 775 343 364 0 432 0

[startup+0.0932089 s]
/proc/loadavg: 2.11 2.10 1.80 3/513 13465
/proc/meminfo: memFree=23178668/32950928 swapFree=45617076/67111528
[pid=13465] ppid=13463 vsize=96128 CPUtime=0.05 cores=0,2,4,6
/proc/13465/stat : 13465 (python) R 13463 13465 11775 0 -1 4202496 3000 464 1 0 4 1 0 0 20 0 1 0 869435712 98435072 2483 33554432000 4194304 5683644 140734368175040 18446744073709551615 248089518485 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13465/statm: 24032 2483 792 364 0 1627 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 96128

[startup+0.100208 s]
/proc/loadavg: 2.11 2.10 1.80 3/513 13465
/proc/meminfo: memFree=23178668/32950928 swapFree=45617076/67111528
[pid=13465] ppid=13463 vsize=96128 CPUtime=0.06 cores=0,2,4,6
/proc/13465/stat : 13465 (python) R 13463 13465 11775 0 -1 4202496 3168 931 1 0 5 1 0 0 20 0 1 0 869435712 98435072 2483 33554432000 4194304 5683644 140734368175040 18446744073709551615 5170297 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13465/statm: 24032 2483 792 364 0 1627 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 96128

[startup+0.300172 s]
/proc/loadavg: 2.11 2.10 1.80 3/513 13465
/proc/meminfo: memFree=23178668/32950928 swapFree=45617076/67111528
[pid=13465] ppid=13463 vsize=190668 CPUtime=0.2 cores=0,2,4,6
/proc/13465/stat : 13465 (python) R 13463 13465 11775 0 -1 4202496 6482 931 1 0 15 5 0 0 17 0 1 0 869435712 195244032 4778 33554432000 4194304 5683644 140734368175040 18446744073709551615 248084730177 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13465/statm: 47667 4778 1346 364 0 3677 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 190668

[startup+0.701164 s]
/proc/loadavg: 2.11 2.10 1.80 3/513 13465
/proc/meminfo: memFree=23178668/32950928 swapFree=45617076/67111528
[pid=13465] ppid=13463 vsize=297764 CPUtime=0.56 cores=0,2,4,6
/proc/13465/stat : 13465 (python) R 13463 13465 11775 0 -1 4202496 12853 931 1 0 49 7 0 0 17 0 1 0 869435712 304910336 10717 33554432000 4194304 5683644 140734368175040 18446744073709551615 4272792 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13465/statm: 74441 10717 1781 364 0 9334 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 297764

[startup+1.50103 s]
/proc/loadavg: 2.11 2.10 1.80 3/514 13470
/proc/meminfo: memFree=23129164/32950928 swapFree=45617076/67111528
[pid=13465] ppid=13463 vsize=323928 CPUtime=1.36 cores=0,2,4,6
/proc/13465/stat : 13465 (python) R 13463 13465 11775 0 -1 4202496 19306 931 1 0 128 8 0 0 18 0 1 0 869435712 331702272 17170 33554432000 4194304 5683644 140734368175040 18446744073709551615 248089059056 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13465/statm: 80982 17171 1781 364 0 15875 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 323928

[startup+3.10062 s]
/proc/loadavg: 2.10 2.10 1.80 3/514 13470
/proc/meminfo: memFree=23095188/32950928 swapFree=45617076/67111528
[pid=13465] ppid=13463 vsize=336580 CPUtime=2.96 cores=0,2,4,6
/proc/13465/stat : 13465 (python) R 13463 13465 11775 0 -1 4202496 32323 931 1 0 286 10 0 0 21 0 1 0 869435712 344657920 20491 33554432000 4194304 5683644 140734368175040 18446744073709551615 4532146 0 0 16781312 33554434 0 0 0 17 2 0 0 0
/proc/13465/statm: 84145 20491 1815 364 0 19038 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 336580

[startup+6.30118 s]
/proc/loadavg: 2.10 2.10 1.80 3/517 13473
/proc/meminfo: memFree=23066896/32950928 swapFree=45617076/67111528
[pid=13465] ppid=13463 vsize=351520 CPUtime=4.85 cores=0,2,4,6
/proc/13465/stat : 13465 (python) S 13463 13465 11775 0 -1 4202496 33781 931 1 0 475 10 0 0 25 0 2 0 869435712 359956480 21720 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101524939 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/13465/statm: 87880 21720 1872 364 0 22767 0
[pid=13471] ppid=13465 vsize=341276 CPUtime=0 cores=0,2,4,6
/proc/13471/stat : 13471 (python) S 13465 13465 11775 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 1 0 869436211 349466624 20195 33554432000 4194304 5683644 140734368175040 18446744073709551615 248089718287 0 0 16781312 33554946 3882459846410207490 0 0 17 2 0 0 0
/proc/13471/statm: 85319 20195 351 364 0 20206 0
[pid=13473] ppid=13471 vsize=24192 CPUtime=1.29 cores=0,2,4,6
/proc/13473/stat : 13473 (wbo1.4b-fixed) R 13471 13473 13473 0 -1 4202496 8007 0 0 0 125 4 0 0 25 0 1 0 869436212 24772608 5459 33554432000 134512640 135752315 4292611760 18446744073709551615 135270849 0 0 16781312 3 0 0 0 17 4 0 0 0
/proc/13473/statm: 6048 5459 146 303 0 5743 0
[pid=13465/tid=13472] ppid=13463 vsize=351520 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13472/stat : 13472 (python) S 13463 13465 11775 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 2 0 869436211 359956480 21720 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 716988

[startup+12.7009 s]
/proc/loadavg: 2.08 2.10 1.80 3/517 13473
/proc/meminfo: memFree=23035540/32950928 swapFree=45617076/67111528
[pid=13465] ppid=13463 vsize=351520 CPUtime=4.85 cores=0,2,4,6
/proc/13465/stat : 13465 (python) S 13463 13465 11775 0 -1 4202496 33781 931 1 0 475 10 0 0 25 0 2 0 869435712 359956480 21720 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101524939 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/13465/statm: 87880 21720 1872 364 0 22767 0
[pid=13471] ppid=13465 vsize=341276 CPUtime=0.01 cores=0,2,4,6
/proc/13471/stat : 13471 (python) S 13465 13465 11775 0 -1 4202560 887 0 0 0 0 1 0 0 15 0 1 0 869436211 349466624 20219 33554432000 4194304 5683644 140734368175040 18446744073709551615 248089718287 0 0 16781312 33554946 4294934787 0 0 17 2 0 0 0
/proc/13471/statm: 85319 20219 375 364 0 20206 0
[pid=13473] ppid=13471 vsize=30352 CPUtime=7.69 cores=0,2,4,6
/proc/13473/stat : 13473 (wbo1.4b-fixed) R 13471 13473 13473 0 -1 4202496 9543 0 0 0 738 31 0 0 25 0 1 0 869436212 31080448 6995 33554432000 134512640 135752315 4292611760 18446744073709551615 135270849 0 0 16781312 3 0 0 0 17 4 0 0 0
/proc/13473/statm: 7588 6995 146 303 0 7283 0
[pid=13465/tid=13472] ppid=13463 vsize=351520 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13472/stat : 13472 (python) S 13463 13465 11775 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 2 0 869436211 359956480 21720 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 723148

[startup+25.5008 s]
/proc/loadavg: 2.07 2.09 1.80 3/517 13474
/proc/meminfo: memFree=22972524/32950928 swapFree=45617076/67111528
[pid=13465] ppid=13463 vsize=351520 CPUtime=4.85 cores=0,2,4,6
/proc/13465/stat : 13465 (python) S 13463 13465 11775 0 -1 4202496 33781 931 1 0 475 10 0 0 25 0 2 0 869435712 359956480 21720 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101524939 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/13465/statm: 87880 21720 1872 364 0 22767 0
[pid=13471] ppid=13465 vsize=341276 CPUtime=0.07 cores=0,2,4,6
/proc/13471/stat : 13471 (python) S 13465 13465 11775 0 -1 4202560 894 0 0 0 4 3 0 0 15 0 1 0 869436211 349466624 20219 33554432000 4194304 5683644 140734368175040 18446744073709551615 248089718287 0 0 16781312 33554946 4294934787 0 0 17 2 0 0 0
/proc/13471/statm: 85319 20219 375 364 0 20206 0
[pid=13473] ppid=13471 vsize=42332 CPUtime=20.49 cores=0,2,4,6
/proc/13473/stat : 13473 (wbo1.4b-fixed) R 13471 13473 13473 0 -1 4202496 12553 0 0 0 1997 52 0 0 25 0 1 0 869436212 43347968 10005 33554432000 134512640 135752315 4292611760 18446744073709551615 134611369 0 0 16781312 3 0 0 0 17 4 0 0 0
/proc/13473/statm: 10583 10005 146 303 0 10278 0
[pid=13465/tid=13472] ppid=13463 vsize=351520 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13472/stat : 13472 (python) S 13463 13465 11775 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 2 0 869436211 359956480 21720 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 735128

[startup+51.1012 s]
/proc/loadavg: 2.04 2.08 1.81 3/518 13475
/proc/meminfo: memFree=22887376/32950928 swapFree=45617076/67111528
[pid=13465] ppid=13463 vsize=351520 CPUtime=4.85 cores=0,2,4,6
/proc/13465/stat : 13465 (python) S 13463 13465 11775 0 -1 4202496 33781 931 1 0 475 10 0 0 25 0 2 0 869435712 359956480 21720 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101524939 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/13465/statm: 87880 21720 1872 364 0 22767 0
[pid=13471] ppid=13465 vsize=341276 CPUtime=0.2 cores=0,2,4,6
/proc/13471/stat : 13471 (python) S 13465 13465 11775 0 -1 4202560 1001 0 0 0 9 11 0 0 15 0 1 0 869436211 349466624 20224 33554432000 4194304 5683644 140734368175040 18446744073709551615 248089718287 0 0 16781312 33554946 72556772316949247 0 0 17 6 0 0 0
/proc/13471/statm: 85319 20224 380 364 0 20206 0
[pid=13473] ppid=13471 vsize=56288 CPUtime=46.09 cores=0,2,4,6
/proc/13473/stat : 13473 (wbo1.4b-fixed) R 13471 13473 13473 0 -1 4202496 15958 0 0 0 4542 67 0 0 25 0 1 0 869436212 57638912 13410 33554432000 134512640 135752315 4292611760 18446744073709551615 134611201 0 0 16781312 3 0 0 0 17 4 0 0 0
/proc/13473/statm: 14072 13410 146 303 0 13767 0
[pid=13465/tid=13472] ppid=13463 vsize=351520 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13472/stat : 13472 (python) S 13463 13465 11775 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 2 0 869436211 359956480 21720 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 749084

[startup+102.318 s]
/proc/loadavg: 2.29 2.13 1.84 3/525 13484
/proc/meminfo: memFree=22056060/32950928 swapFree=45617076/67111528
[pid=13465] ppid=13463 vsize=361776 CPUtime=4.89 cores=0,2,4,6
/proc/13465/stat : 13465 (python) S 13463 13465 11775 0 -1 4202496 34740 931 1 0 478 11 0 0 20 0 3 0 869435712 370458624 21727 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101524939 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/13465/statm: 90444 21727 1875 364 0 25328 0
[pid=13471] ppid=13465 vsize=351520 CPUtime=0.22 cores=0,2,4,6
/proc/13471/stat : 13471 (python) S 13465 13465 11775 0 -1 4202560 1135 0 0 0 10 12 0 0 16 0 2 0 869436211 359956480 20260 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/13471/statm: 87880 20260 411 364 0 22767 0
[pid=13473] ppid=13471 vsize=61708 CPUtime=50.3 cores=0,2,4,6
/proc/13473/stat : 13473 (wbo1.4b-fixed) T 13471 13473 13473 0 -1 4202496 17335 0 0 0 4952 78 0 0 25 0 1 0 869436212 63188992 14787 33554432000 134512640 135752315 4292611760 18446744073709551615 134611640 0 0 16781312 3 18446744071562691360 0 0 17 4 0 0 0
/proc/13473/statm: 15427 14787 146 303 0 15122 0
[pid=13471/tid=13476] ppid=13465 vsize=351520 CPUtime=0 cores=0,2,4,6
/proc/13471/task/13476/stat : 13476 (python) S 13465 13465 11775 0 -1 4202560 41 0 0 0 0 0 0 0 16 0 2 0 869441243 359956480 20260 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554946 18446604444946700224 0 0 -1 6 0 0 0
[pid=13477] ppid=13465 vsize=351532 CPUtime=0.17 cores=0,2,4,6
/proc/13477/stat : 13477 (python) S 13465 13465 11775 0 -1 4202560 937 0 0 0 8 9 0 0 15 0 1 0 869441245 359968768 20220 33554432000 4194304 5683644 140734368175040 18446744073709551615 248089718342 0 0 16781312 33554946 72556772316949247 0 0 17 6 0 0 0
/proc/13477/statm: 87883 20220 372 364 0 22767 0
[pid=13479] ppid=13477 vsize=806300 CPUtime=46.96 cores=0,2,4,6
/proc/13479/stat : 13479 (pbct-0.1.2-linu) R 13477 13479 13479 0 -1 4202496 211759 0 0 0 4640 56 0 0 25 0 1 0 869441246 825651200 195027 33554432000 134512640 136422188 4292836256 18446744073709551615 135874785 0 0 16781312 16387 0 0 0 17 0 0 0 0
/proc/13479/statm: 201575 195027 215 467 0 201106 0
[pid=13465/tid=13472] ppid=13463 vsize=361776 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13472/stat : 13472 (python) S 13463 13465 11775 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 3 0 869436211 370458624 21727 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 2 0 0 0
[pid=13465/tid=13478] ppid=13463 vsize=361776 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13478/stat : 13478 (python) S 13463 13465 11775 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 3 0 869441246 370458624 21727 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.54
Current children cumulated vsize (KiB) 1932836

[startup+162.301 s]
/proc/loadavg: 2.23 2.14 1.85 3/531 13491
/proc/meminfo: memFree=21862028/32950928 swapFree=45617076/67111528
[pid=13465] ppid=13463 vsize=372036 CPUtime=13.28 cores=0,2,4,6
/proc/13465/stat : 13465 (python) R 13463 13465 11775 0 -1 4202496 36308 931 1 0 1315 13 0 0 25 0 4 0 869435712 380964864 21734 33554432000 4194304 5683644 140734368175040 18446744073709551615 4428546 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/13465/statm: 93009 21734 1877 364 0 27890 0
[pid=13471] ppid=13465 vsize=351520 CPUtime=0.22 cores=0,2,4,6
/proc/13471/stat : 13471 (python) S 13465 13465 11775 0 -1 4202560 1135 0 0 0 10 12 0 0 16 0 2 0 869436211 359956480 20260 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/13471/statm: 87880 20260 411 364 0 22767 0
[pid=13473] ppid=13471 vsize=61708 CPUtime=50.3 cores=0,2,4,6
/proc/13473/stat : 13473 (wbo1.4b-fixed) T 13471 13473 13473 0 -1 4202496 17335 0 0 0 4952 78 0 0 25 0 1 0 869436212 63188992 14787 33554432000 134512640 135752315 4292611760 18446744073709551615 134611640 0 0 16781312 3 18446744071562691360 0 0 17 4 0 0 0
/proc/13473/statm: 15427 14787 146 303 0 15122 0
[pid=13471/tid=13476] ppid=13465 vsize=351520 CPUtime=0 cores=0,2,4,6
/proc/13471/task/13476/stat : 13476 (python) S 13465 13465 11775 0 -1 4202560 41 0 0 0 0 0 0 0 16 0 2 0 869441243 359956480 20260 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554946 18446604444946700224 0 0 -1 6 0 0 0
[pid=13477] ppid=13465 vsize=351532 CPUtime=0.19 cores=0,2,4,6
/proc/13477/stat : 13477 (python) S 13465 13465 11775 0 -1 4202560 1099 0 0 0 9 10 0 0 17 0 2 0 869441245 359968768 20245 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 87883 20245 396 364 0 22767 0
[pid=13479] ppid=13477 vsize=807180 CPUtime=48.76 cores=0,2,4,6
/proc/13479/stat : 13479 (pbct-0.1.2-linu) T 13477 13479 13479 0 -1 4202496 211927 0 0 0 4819 57 0 0 25 0 1 0 869441246 826552320 195195 33554432000 134512640 136422188 4292836256 18446744073709551615 135029193 0 0 16781312 16387 18446744071562691360 0 0 17 0 0 0 0
/proc/13479/statm: 201795 195195 215 467 0 201326 0
[pid=13477/tid=13485] ppid=13465 vsize=351532 CPUtime=0 cores=0,2,4,6
/proc/13477/task/13485/stat : 13485 (python) S 13465 13465 11775 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 869446123 359968768 20245 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554946 18446604469818967296 0 0 -1 2 0 0 0
[pid=13486] ppid=13465 vsize=361788 CPUtime=0.22 cores=0,2,4,6

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

[pid=13510/tid=13516] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13516/stat : 13516 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869466916 8738779136 7010 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 0 0 0 0
[pid=13510/tid=13517] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13517/stat : 13517 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869466916 8738779136 7010 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 0 0 0 0
[pid=13510/tid=13518] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13518/stat : 13518 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869466916 8738779136 7010 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 0 0 0 0
[pid=13510/tid=13519] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13519/stat : 13519 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869466916 8738779136 7011 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 0 0 0 0
[pid=13510/tid=13520] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13520/stat : 13520 (java) S 13508 13510 13510 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 869466917 8738779136 7011 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514752 0 0 0 16800975 18446604452061377728 0 0 -1 6 0 0 0
[pid=13510/tid=13521] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13521/stat : 13521 (java) S 13508 13510 13510 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 869466918 8738779136 7012 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 6 0 0 0
[pid=13510/tid=13522] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13522/stat : 13522 (java) S 13508 13510 13510 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 869466918 8738779136 7012 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 6 0 0 0
[pid=13510/tid=13523] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13523/stat : 13523 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869466920 8738779136 7013 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101521841 0 4 0 16800975 18446604452061377728 0 0 -1 6 0 0 0
[pid=13510/tid=13524] ppid=13508 vsize=8533964 CPUtime=0.05 cores=0,2,4,6
/proc/13510/task/13524/stat : 13524 (java) S 13508 13510 13510 0 -1 4202560 463 0 0 0 5 0 0 0 25 0 18 0 869466920 8738779136 7013 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 0 0 0 0
[pid=13510/tid=13525] ppid=13508 vsize=8533964 CPUtime=0.11 cores=0,2,4,6
/proc/13510/task/13525/stat : 13525 (java) R 13508 13510 13510 0 -1 4202560 1004 0 0 0 11 0 0 0 25 0 18 0 869466920 8738779136 7013 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13510/tid=13526] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13526/stat : 13526 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869466920 8738779136 7014 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 6 0 0 0
[pid=13510/tid=13527] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13527/stat : 13527 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 869466920 8738779136 7014 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514752 0 4 0 16800975 18446604452061377728 0 0 -1 0 0 0 0
[pid=13465/tid=13472] ppid=13463 vsize=413056 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13472/stat : 13472 (python) S 13463 13465 11775 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 8 0 869436211 422969344 21757 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 2 0 0 0
[pid=13465/tid=13478] ppid=13463 vsize=413056 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13478/stat : 13478 (python) S 13463 13465 11775 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 8 0 869441246 422969344 21757 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 2 0 0 0
[pid=13465/tid=13487] ppid=13463 vsize=413056 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13487/stat : 13487 (python) S 13463 13465 11775 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 869446126 422969344 21757 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 0 0 0 0
[pid=13465/tid=13493] ppid=13463 vsize=413056 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13493/stat : 13493 (python) S 13463 13465 11775 0 -1 4202560 32 931 0 0 0 0 0 0 25 0 8 0 869452479 422969344 21757 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 0 0 0 0
[pid=13465/tid=13499] ppid=13463 vsize=413056 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13499/stat : 13499 (python) S 13463 13465 11775 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 869457284 422969344 21757 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 0 0 0 0
[pid=13465/tid=13504] ppid=13463 vsize=413056 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13504/stat : 13504 (python) S 13463 13465 11775 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 8 0 869462090 422969344 21757 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 0 0 0 0
[pid=13465/tid=13509] ppid=13463 vsize=413056 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13509/stat : 13509 (python) S 13463 13465 11775 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 869466915 422969344 21757 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 313.46
Current children cumulated vsize (KiB) 16306164

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+312.301 s]
/proc/loadavg: 2.02 2.08 1.87 4/563 13527
/proc/meminfo: memFree=17973156/32950928 swapFree=45617076/67111528
[pid=13465] ppid=13463 vsize=413056 CPUtime=18.75 cores=0,2,4,6
/proc/13465/stat : 13465 (python) S 13463 13465 11775 0 -1 4202496 39352 931 1 0 1859 16 0 0 20 0 8 0 869435712 422969344 21757 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101524939 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/13465/statm: 103264 21757 1885 364 0 38133 0
[pid=13471] ppid=13465 vsize=351520 CPUtime=0.22 cores=0,2,4,6
/proc/13471/stat : 13471 (python) S 13465 13465 11775 0 -1 4202560 1135 0 0 0 10 12 0 0 16 0 2 0 869436211 359956480 20260 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/13471/statm: 87880 20260 411 364 0 22767 0
[pid=13473] ppid=13471 vsize=61708 CPUtime=50.3 cores=0,2,4,6
/proc/13473/stat : 13473 (wbo1.4b-fixed) T 13471 13473 13473 0 -1 4202496 17335 0 0 0 4952 78 0 0 25 0 1 0 869436212 63188992 14787 33554432000 134512640 135752315 4292611760 18446744073709551615 134611640 0 0 16781312 3 18446744071562691360 0 0 17 4 0 0 0
/proc/13473/statm: 15427 14787 146 303 0 15122 0
[pid=13471/tid=13476] ppid=13465 vsize=351520 CPUtime=0 cores=0,2,4,6
/proc/13471/task/13476/stat : 13476 (python) S 13465 13465 11775 0 -1 4202560 41 0 0 0 0 0 0 0 16 0 2 0 869441243 359956480 20260 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554946 18446604444946700224 0 0 -1 6 0 0 0
[pid=13477] ppid=13465 vsize=351532 CPUtime=0.19 cores=0,2,4,6
/proc/13477/stat : 13477 (python) S 13465 13465 11775 0 -1 4202560 1099 0 0 0 9 10 0 0 17 0 2 0 869441245 359968768 20245 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 87883 20245 396 364 0 22767 0
[pid=13479] ppid=13477 vsize=807180 CPUtime=48.76 cores=0,2,4,6
/proc/13479/stat : 13479 (pbct-0.1.2-linu) T 13477 13479 13479 0 -1 4202496 211927 0 0 0 4819 57 0 0 25 0 1 0 869441246 826552320 195195 33554432000 134512640 136422188 4292836256 18446744073709551615 135029193 0 0 16781312 16387 18446744071562691360 0 0 17 0 0 0 0
/proc/13479/statm: 201795 195195 215 467 0 201326 0
[pid=13477/tid=13485] ppid=13465 vsize=351532 CPUtime=0 cores=0,2,4,6
/proc/13477/task/13485/stat : 13485 (python) S 13465 13465 11775 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 869446123 359968768 20245 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554946 18446604469818967296 0 0 -1 2 0 0 0
[pid=13486] ppid=13465 vsize=361788 CPUtime=0.22 cores=0,2,4,6
/proc/13486/stat : 13486 (python) S 13465 13465 11775 0 -1 4202560 1093 0 0 0 11 11 0 0 16 0 2 0 869446126 370470912 20249 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0
/proc/13486/statm: 90447 20249 396 364 0 25328 0
[pid=13488] ppid=13486 vsize=53004 CPUtime=49.77 cores=0,2,4,6
/proc/13488/stat : 13488 (wbo1.4a) T 13486 13488 13488 0 -1 4202496 15156 0 0 0 4917 60 0 0 25 0 1 0 869446126 54276096 12602 33554432000 134512640 135751879 4291395728 18446744073709551615 135270609 0 0 16781312 3 18446744071562691360 0 0 17 0 0 0 0
/proc/13488/statm: 13251 12602 143 303 0 12946 0
[pid=13486/tid=13491] ppid=13465 vsize=361788 CPUtime=0 cores=0,2,4,6
/proc/13486/task/13491/stat : 13491 (python) S 13465 13465 11775 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 869451104 370470912 20249 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554946 18446604446846481472 0 0 -1 0 0 0 0
[pid=13492] ppid=13465 vsize=372044 CPUtime=0.2 cores=0,2,4,6
/proc/13492/stat : 13492 (python) S 13465 13465 11775 0 -1 4202560 1136 0 0 0 9 11 0 0 16 0 2 0 869452479 380973056 20253 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/13492/statm: 93011 20253 396 364 0 27889 0
[pid=13494] ppid=13492 vsize=3691996 CPUtime=48 cores=0,2,4,6
/proc/13494/stat : 13494 (minion) T 13492 13494 13494 0 -1 4202496 928603 0 0 0 4692 108 0 0 25 0 1 0 869452479 3780603904 915599 33554432000 134512640 165565024 4293400448 18446744073709551615 142764912 0 0 16781312 8396802 18446744071562691360 0 0 17 0 0 0 0
/proc/13494/statm: 922999 915599 359 7582 0 915414 0
[pid=13492/tid=13497] ppid=13465 vsize=372044 CPUtime=0 cores=0,2,4,6
/proc/13492/task/13497/stat : 13497 (python) S 13465 13465 11775 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 869457281 380973056 20253 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554946 18446604453559649216 0 0 -1 6 0 0 0
[pid=13498] ppid=13465 vsize=382300 CPUtime=0.2 cores=0,2,4,6
/proc/13498/stat : 13498 (python) S 13465 13465 11775 0 -1 4202560 1113 0 0 0 10 10 0 0 16 0 2 0 869457284 391475200 20257 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/13498/statm: 95575 20257 396 364 0 30450 0
[pid=13500] ppid=13498 vsize=88748 CPUtime=48.02 cores=0,2,4,6
/proc/13500/stat : 13500 (bsolo_pb10) T 13498 13500 13500 0 -1 4202496 25179 0 0 0 4732 70 0 0 25 0 1 0 869457284 90877952 19743 33554432000 134512640 137138936 4289542368 18446744073709551615 134542662 0 0 16781312 16384 18446744071562691360 0 0 17 2 0 0 0
/proc/13500/statm: 22187 19743 192 642 0 21543 0
[pid=13498/tid=13502] ppid=13465 vsize=382300 CPUtime=0 cores=0,2,4,6
/proc/13498/task/13502/stat : 13502 (python) S 13465 13465 11775 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 869462087 391475200 20257 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554946 18446604446969386304 0 0 -1 6 0 0 0
[pid=13503] ppid=13465 vsize=392556 CPUtime=0.2 cores=0,2,4,6
/proc/13503/stat : 13503 (python) S 13465 13465 11775 0 -1 4202560 1144 0 0 0 11 9 0 0 19 0 2 0 869462090 401977344 20261 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101524939 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/13503/statm: 98139 20261 396 364 0 33011 0
[pid=13505] ppid=13503 vsize=41956 CPUtime=48.2 cores=0,2,4,6
/proc/13505/stat : 13505 (clasp-1.3.7-x86) T 13503 13505 13505 0 -1 4202496 11179 0 0 0 4818 2 0 0 25 0 1 0 869462090 42962944 10022 33554432000 134512640 136139019 4292146336 18446744073709551615 134883821 0 0 16781312 16386 18446744071562691360 0 0 17 0 0 0 0
/proc/13505/statm: 10489 10022 184 398 0 10089 0
[pid=13503/tid=13507] ppid=13465 vsize=392556 CPUtime=0 cores=0,2,4,6
/proc/13503/task/13507/stat : 13507 (python) S 13465 13465 11775 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 869466912 401977344 20261 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554946 18446604460764452736 0 0 -1 6 0 0 0
[pid=13508] ppid=13465 vsize=402812 CPUtime=0 cores=0,2,4,6
/proc/13508/stat : 13508 (python) S 13465 13465 11775 0 -1 4202560 819 0 0 0 0 0 0 0 18 0 1 0 869466914 412479488 20216 33554432000 4194304 5683644 140734368175040 18446744073709551615 248089718342 0 0 16781312 33554946 3487486042460651520 0 0 17 0 0 0 0
/proc/13508/statm: 100703 20216 348 364 0 35572 0
[pid=13510] ppid=13508 vsize=8533964 CPUtime=0.43 cores=0,2,4,6
/proc/13510/stat : 13510 (java) S 13508 13510 13510 0 -1 4202496 7661 0 1 0 42 1 0 0 20 0 18 0 869466915 8738779136 6853 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/13510/statm: 2133491 6853 2191 9 0 2124232 0
[pid=13510/tid=13511] ppid=13508 vsize=8533964 CPUtime=0.27 cores=0,2,4,6
/proc/13510/task/13511/stat : 13511 (java) R 13508 13510 13510 0 -1 4202560 4963 0 1 0 26 1 0 0 18 0 18 0 869466916 8738779136 7008 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 46912505589086 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13510/tid=13512] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13512/stat : 13512 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 869466916 8738779136 7008 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 6 0 0 0
[pid=13510/tid=13513] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13513/stat : 13513 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 869466916 8738779136 7008 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 6 0 0 0
[pid=13510/tid=13514] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13514/stat : 13514 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 869466916 8738779136 7009 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 6 0 0 0
[pid=13510/tid=13515] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13515/stat : 13515 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869466916 8738779136 7009 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 0 0 0 0
[pid=13510/tid=13516] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13516/stat : 13516 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869466916 8738779136 7010 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 0 0 0 0
[pid=13510/tid=13517] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13517/stat : 13517 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869466916 8738779136 7010 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 0 0 0 0
[pid=13510/tid=13518] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13518/stat : 13518 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869466916 8738779136 7010 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 0 0 0 0
[pid=13510/tid=13519] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13519/stat : 13519 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869466916 8738779136 7011 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 0 0 0 0
[pid=13510/tid=13520] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13520/stat : 13520 (java) S 13508 13510 13510 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 869466917 8738779136 7011 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514752 0 0 0 16800975 18446604452061377728 0 0 -1 6 0 0 0
[pid=13510/tid=13521] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13521/stat : 13521 (java) S 13508 13510 13510 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 869466918 8738779136 7012 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 6 0 0 0
[pid=13510/tid=13522] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13522/stat : 13522 (java) S 13508 13510 13510 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 869466918 8738779136 7012 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 6 0 0 0
[pid=13510/tid=13523] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13523/stat : 13523 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869466920 8738779136 7013 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101521841 0 4 0 16800975 18446604452061377728 0 0 -1 6 0 0 0
[pid=13510/tid=13524] ppid=13508 vsize=8533964 CPUtime=0.05 cores=0,2,4,6
/proc/13510/task/13524/stat : 13524 (java) S 13508 13510 13510 0 -1 4202560 463 0 0 0 5 0 0 0 25 0 18 0 869466920 8738779136 7013 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 0 0 0 0
[pid=13510/tid=13525] ppid=13508 vsize=8533964 CPUtime=0.11 cores=0,2,4,6
/proc/13510/task/13525/stat : 13525 (java) R 13508 13510 13510 0 -1 4202560 1004 0 0 0 11 0 0 0 25 0 18 0 869466920 8738779136 7013 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13510/tid=13526] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13526/stat : 13526 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869466920 8738779136 7014 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514137 0 4 0 16800975 18446604452061377728 0 0 -1 6 0 0 0
[pid=13510/tid=13527] ppid=13508 vsize=8533964 CPUtime=0 cores=0,2,4,6
/proc/13510/task/13527/stat : 13527 (java) S 13508 13510 13510 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 869466920 8738779136 7014 33554432000 1073741824 1073778376 140736654759808 18446744073709551615 248101514752 0 4 0 16800975 18446604452061377728 0 0 -1 0 0 0 0
[pid=13465/tid=13472] ppid=13463 vsize=413056 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13472/stat : 13472 (python) S 13463 13465 11775 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 8 0 869436211 422969344 21757 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 2 0 0 0
[pid=13465/tid=13478] ppid=13463 vsize=413056 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13478/stat : 13478 (python) S 13463 13465 11775 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 8 0 869441246 422969344 21757 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 2 0 0 0
[pid=13465/tid=13487] ppid=13463 vsize=413056 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13487/stat : 13487 (python) S 13463 13465 11775 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 869446126 422969344 21757 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 0 0 0 0
[pid=13465/tid=13493] ppid=13463 vsize=413056 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13493/stat : 13493 (python) S 13463 13465 11775 0 -1 4202560 32 931 0 0 0 0 0 0 25 0 8 0 869452479 422969344 21757 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 0 0 0 0
[pid=13465/tid=13499] ppid=13463 vsize=413056 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13499/stat : 13499 (python) S 13463 13465 11775 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 869457284 422969344 21757 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 0 0 0 0
[pid=13465/tid=13504] ppid=13463 vsize=413056 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13504/stat : 13504 (python) S 13463 13465 11775 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 8 0 869462090 422969344 21757 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 0 0 0 0
[pid=13465/tid=13509] ppid=13463 vsize=413056 CPUtime=0 cores=0,2,4,6
/proc/13465/task/13509/stat : 13509 (python) S 13463 13465 11775 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 869466915 422969344 21757 33554432000 4194304 5683644 140734368175040 18446744073709551615 248101521841 0 0 16781312 33554434 18446604451429164160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 313.46
Current children cumulated vsize (KiB) 16306164

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13465 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=594173
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=164974
# CPU time returned by wait4() is 18.7591
# while last known CPU time is 313.46
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 312.388
CPU time (s): 313.46
CPU user time (s): 308.91
CPU system time (s): 4.55
CPU usage (%): 100.343
Max. virtual memory (cumulated for all children) (KiB): 16306164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.5942
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40288
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= 1015
involuntary context switches= 46

runsolver used 1.56576 second user time and 3.53246 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-09 02:12:39
IDJOB=3482895
IDBENCH=89642
IDSOLVER=1971
FILE ID=node123/3482895-1307578358
RUNJOBID= node123-1307576358-11793
PBS_JOBID= 13547676
Free space on /tmp= 73724 MiB

SOLVER NAME= borg pb-dec-11.04.03
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-24.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.dec.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3482895-1307578358/watcher-3482895-1307578358 -o /tmp/evaluation-result-3482895-1307578358/solver-3482895-1307578358 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3482895-1307578358.opb -seed 471674994 -budget 1800

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

MD5SUM BENCH= 902c79ddb1483993d151297b6d1c86a6
RANDOM SEED=471674994

node123.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.838
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.67
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.838
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	: 5226.15
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.838
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.75
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23178824 kB
Buffers:        163860 kB
Cached:         637076 kB
SwapCached:      10384 kB
Active:        9327412 kB
Inactive:       142280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23178824 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:          119032 kB
Writeback:           8 kB
AnonPages:     8666332 kB
Mapped:          65120 kB
Slab:           136728 kB
PageTables:      95780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 140878076 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= 73612 MiB
End job on node123 at 2011-06-09 02:17:54