Trace number 3481504

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.03? (MO) 701.35 694.293

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_60_1.opb
MD5SUM3262a45f0e59552e467da6c31a32418a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-69
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -70
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint60
Maximum length of a constraint109
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75586
Sum of products size (including duplicates)151172
Number of different products37793
Sum of products size75586

Solver Data

0.42/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.42/0.70	c INFO: solving HOME/instance-3481504-1307577964.opb
1.19/1.24	c INFO: wrote linearized instance to HOME/tmpA3PGvr.opb
1.68/1.79	c INFO: parsing took 0.54 s
2.77/2.83	c INFO: features took 1.04 CPU seconds
2.83/3.85	c INFO: running scip-2.0.1-spx@0 for 45 with 1798 remaining (b = 0.03)
50.52/50.44	c INFO: running wbo1.4a@0 for 45 with 1751 remaining (b = 0.01)
97.24/96.96	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1705 remaining (b = 0.01)
143.57/140.18	c INFO: running clasp-1.3.7@0 for 91 with 1659 remaining (b = 0.01)
236.09/232.28	c INFO: running scip-2.0.1-spx@46 for 273 with 1567 remaining (b = 0.03)
513.92/508.88	c INFO: running scip-2.0.1-clp@0 for 182 with 1292 remaining (b = 0.03)
699.44/693.43	c INFO: running sat4j-pb-v20101225@0 for 91 with 1108 remaining (b = 0.01)

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-3481504-1307577964/watcher-3481504-1307577964 -o /tmp/evaluation-result-3481504-1307577964/solver-3481504-1307577964 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481504-1307577964.opb -seed 1421510615 -budget 1800 

running on 4 cores: 1,3,5,7

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.03 2.07 1.68 2/588 5916
/proc/meminfo: memFree=23852512/32951124 swapFree=56717704/67111528
[pid=5916] ppid=5914 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/5916/stat : 5916 (python) S 5914 5916 4987 0 -1 4202496 792 0 0 0 0 0 0 0 20 0 1 0 850212644 15749120 679 33554432000 4194304 5683644 140736999962288 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/5916/statm: 3845 679 322 364 0 332 0

[startup+0.116951 s]
/proc/loadavg: 2.03 2.07 1.68 2/588 5916
/proc/meminfo: memFree=23852512/32951124 swapFree=56717704/67111528
[pid=5916] ppid=5914 vsize=96128 CPUtime=0.06 cores=1,3,5,7
/proc/5916/stat : 5916 (python) R 5914 5916 4987 0 -1 4202496 3142 927 1 0 5 1 0 0 18 0 1 0 850212644 98435072 2483 33554432000 4194304 5683644 140736999962288 18446744073709551615 5291481 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5916/statm: 24032 2483 792 364 0 1627 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 96128

[startup+0.200974 s]
/proc/loadavg: 2.03 2.07 1.68 2/588 5916
/proc/meminfo: memFree=23852512/32951124 swapFree=56717704/67111528
[pid=5916] ppid=5914 vsize=117904 CPUtime=0.12 cores=1,3,5,7
/proc/5916/stat : 5916 (python) R 5914 5916 4987 0 -1 4202496 4919 927 1 0 9 3 0 0 17 0 1 0 850212644 120733696 3345 33554432000 4194304 5683644 140736999962288 18446744073709551615 255106764645 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/5916/statm: 29476 3345 916 364 0 2446 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 117904

[startup+0.301014 s]
/proc/loadavg: 2.03 2.07 1.68 2/588 5916
/proc/meminfo: memFree=23852512/32951124 swapFree=56717704/67111528
[pid=5916] ppid=5914 vsize=123744 CPUtime=0.16 cores=1,3,5,7
/proc/5916/stat : 5916 (python) R 5914 5916 4987 0 -1 4202496 5358 927 1 0 12 4 0 0 16 0 1 0 850212644 126713856 3744 33554432000 4194304 5683644 140736999962288 18446744073709551615 255106764805 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5916/statm: 30936 3744 987 364 0 2768 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 123744

[startup+0.700912 s]
/proc/loadavg: 2.03 2.07 1.68 2/588 5916
/proc/meminfo: memFree=23852512/32951124 swapFree=56717704/67111528
[pid=5916] ppid=5914 vsize=280116 CPUtime=0.42 cores=1,3,5,7
/proc/5916/stat : 5916 (python) R 5914 5916 4987 0 -1 4202496 8956 927 1 0 31 11 0 0 15 0 1 0 850212644 286838784 6867 33554432000 4194304 5683644 140736999962288 18446744073709551615 255106766848 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5916/statm: 70028 6866 1749 364 0 5463 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 280116

[startup+1.50075 s]
/proc/loadavg: 2.11 2.09 1.69 3/590 5922
/proc/meminfo: memFree=23823968/32951124 swapFree=56717704/67111528
[pid=5916] ppid=5914 vsize=297196 CPUtime=1.48 cores=1,3,5,7
/proc/5916/stat : 5916 (python) R 5914 5916 4987 0 -1 4202496 14677 1583 1 0 65 32 41 10 16 0 1 0 850212644 304328704 10566 33554432000 4194304 5683644 140736999962288 18446744073709551615 4639781 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5916/statm: 74299 10566 1782 364 0 9192 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 297196

[startup+3.10043 s]
/proc/loadavg: 2.11 2.09 1.69 3/589 5922
/proc/meminfo: memFree=23803764/32951124 swapFree=56717704/67111528
[pid=5916] ppid=5914 vsize=315188 CPUtime=2.83 cores=1,3,5,7
/proc/5916/stat : 5916 (python) S 5914 5916 4987 0 -1 4202496 22117 1583 1 0 200 32 41 10 19 0 2 0 850212644 322752512 12636 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118595531 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 78797 12636 1871 364 0 13684 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 315188

[startup+6.30087 s]
/proc/loadavg: 2.11 2.09 1.69 3/596 5929
/proc/meminfo: memFree=23613740/32951124 swapFree=56717704/67111528
[pid=5916] ppid=5914 vsize=315188 CPUtime=2.83 cores=1,3,5,7
/proc/5916/stat : 5916 (python) S 5914 5916 4987 0 -1 4202496 22117 1583 1 0 200 32 41 10 19 0 2 0 850212644 322752512 12636 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118595531 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 78797 12636 1871 364 0 13684 0
[pid=5923] ppid=5916 vsize=304944 CPUtime=0.02 cores=1,3,5,7
/proc/5923/stat : 5923 (python) S 5916 5916 4987 0 -1 4202560 887 0 0 0 1 1 0 0 15 0 1 0 850212930 312262656 11103 33554432000 4194304 5683644 140736999962288 18446744073709551615 255106788879 0 0 16781312 33554946 4294934792 0 0 17 1 0 0 0
/proc/5923/statm: 76236 11103 342 364 0 11123 0
[pid=5925] ppid=5923 vsize=202552 CPUtime=3.41 cores=1,3,5,7
/proc/5925/stat : 5925 (scip-2.0.1.linu) R 5923 5925 5925 0 -1 4202496 50262 0 0 0 310 31 0 0 25 0 1 0 850212930 207413248 46577 33554432000 4194304 13684479 140734478641648 18446744073709551615 4422068 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/5925/statm: 50638 46577 855 2317 0 48316 0
[pid=5916/tid=5924] ppid=5914 vsize=315188 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/5924/stat : 5924 (python) S 5914 5916 4987 0 -1 4202560 27 1583 0 0 0 0 41 10 19 0 2 0 850212930 322752512 12636 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 822684

[startup+12.7008 s]
/proc/loadavg: 2.09 2.09 1.69 3/596 5929
/proc/meminfo: memFree=23575520/32951124 swapFree=56717704/67111528
[pid=5916] ppid=5914 vsize=315188 CPUtime=2.83 cores=1,3,5,7
/proc/5916/stat : 5916 (python) S 5914 5916 4987 0 -1 4202496 22117 1583 1 0 200 32 41 10 19 0 2 0 850212644 322752512 12636 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118595531 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 78797 12636 1871 364 0 13684 0
[pid=5923] ppid=5916 vsize=304944 CPUtime=0.04 cores=1,3,5,7
/proc/5923/stat : 5923 (python) S 5916 5916 4987 0 -1 4202560 889 0 0 0 2 2 0 0 15 0 1 0 850212930 312262656 11103 33554432000 4194304 5683644 140736999962288 18446744073709551615 255106788879 0 0 16781312 33554946 907785425848893440 0 0 17 1 0 0 0
/proc/5923/statm: 76236 11103 342 364 0 11123 0
[pid=5925] ppid=5923 vsize=215060 CPUtime=9.8 cores=1,3,5,7
/proc/5925/stat : 5925 (scip-2.0.1.linu) R 5923 5925 5925 0 -1 4202496 54215 0 0 0 944 36 0 0 25 0 1 0 850212930 220221440 50350 33554432000 4194304 13684479 140734478641648 18446744073709551615 7390852 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/5925/statm: 53765 50350 1409 2317 0 51443 0
[pid=5916/tid=5924] ppid=5914 vsize=315188 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/5924/stat : 5924 (python) S 5914 5916 4987 0 -1 4202560 27 1583 0 0 0 0 41 10 19 0 2 0 850212930 322752512 12636 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 835192

[startup+25.5195 s]
/proc/loadavg: 2.15 2.10 1.70 3/584 6001
/proc/meminfo: memFree=23581980/32951124 swapFree=56717704/67111528
[pid=5916] ppid=5914 vsize=315188 CPUtime=2.83 cores=1,3,5,7
/proc/5916/stat : 5916 (python) S 5914 5916 4987 0 -1 4202496 22117 1583 1 0 200 32 41 10 19 0 2 0 850212644 322752512 12636 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118595531 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 78797 12636 1871 364 0 13684 0
[pid=5923] ppid=5916 vsize=304944 CPUtime=0.13 cores=1,3,5,7
/proc/5923/stat : 5923 (python) S 5916 5916 4987 0 -1 4202560 902 0 0 0 6 7 0 0 15 0 1 0 850212930 312262656 11103 33554432000 4194304 5683644 140736999962288 18446744073709551615 255106788879 0 0 16781312 33554946 2753082089799680000 0 0 17 1 0 0 0
/proc/5923/statm: 76236 11103 342 364 0 11123 0
[pid=5925] ppid=5923 vsize=228288 CPUtime=22.59 cores=1,3,5,7
/proc/5925/stat : 5925 (scip-2.0.1.linu) R 5923 5925 5925 0 -1 4202496 57690 0 0 0 2209 50 0 0 25 0 1 0 850212930 233766912 53155 33554432000 4194304 13684479 140734478641648 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/5925/statm: 57072 53155 773 2317 0 54750 0
[pid=5916/tid=5924] ppid=5914 vsize=315188 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/5924/stat : 5924 (python) S 5914 5916 4987 0 -1 4202560 27 1583 0 0 0 0 41 10 19 0 2 0 850212930 322752512 12636 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 848420

[startup+51.101 s]
/proc/loadavg: 2.10 2.09 1.71 3/588 6006
/proc/meminfo: memFree=23516936/32951124 swapFree=56717704/67111528
[pid=5916] ppid=5914 vsize=325444 CPUtime=2.87 cores=1,3,5,7
/proc/5916/stat : 5916 (python) S 5914 5916 4987 0 -1 4202496 22963 1583 1 0 203 33 41 10 20 0 3 0 850212644 333254656 12643 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118595531 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0
/proc/5916/statm: 81361 12643 1874 364 0 16245 0
[pid=5923] ppid=5916 vsize=315188 CPUtime=0.29 cores=1,3,5,7
/proc/5923/stat : 5923 (python) S 5916 5916 4987 0 -1 4202560 1123 0 0 0 15 14 0 0 16 0 2 0 850212930 322752512 11171 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118595531 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0
/proc/5923/statm: 78797 11171 405 364 0 13684 0
[pid=5925] ppid=5923 vsize=246264 CPUtime=47.44 cores=1,3,5,7
/proc/5925/stat : 5925 (scip-2.0.1.linu) T 5923 5925 5925 0 -1 4202496 62158 0 0 0 4669 75 0 0 25 0 1 0 850212930 252174336 57419 33554432000 4194304 13684479 140734478641648 18446744073709551615 7266880 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/5925/statm: 61566 57419 758 2317 0 59244 0
[pid=5923/tid=6003] ppid=5916 vsize=315188 CPUtime=0 cores=1,3,5,7
/proc/5923/task/6003/stat : 6003 (python) S 5916 5916 4987 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 850217685 322752512 11171 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554946 18446604467488625792 0 0 -1 1 0 0 0
[pid=6004] ppid=5916 vsize=315200 CPUtime=0 cores=1,3,5,7
/proc/6004/stat : 6004 (python) S 5916 5916 4987 0 -1 4202560 744 0 0 0 0 0 0 0 17 0 1 0 850217688 322764800 11084 33554432000 4194304 5683644 140736999962288 18446744073709551615 255106788934 0 0 16781312 33554946 4294934788 0 0 17 5 0 0 0
/proc/6004/statm: 78800 11084 319 364 0 13684 0
[pid=6006] ppid=6004 vsize=36752 CPUtime=0.64 cores=1,3,5,7
/proc/6006/stat : 6006 (wbo1.4a) R 6004 6006 6006 0 -1 4202496 13326 0 0 0 63 1 0 0 22 0 1 0 850217688 37634048 8469 33554432000 134512640 135751879 4287648816 18446744073709551615 134598061 0 0 16781312 3 0 0 0 17 1 0 0 0
/proc/6006/statm: 9188 8469 143 303 0 8883 0
[pid=5916/tid=5924] ppid=5914 vsize=325444 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/5924/stat : 5924 (python) S 5914 5916 4987 0 -1 4202560 27 1583 0 0 0 0 41 10 19 0 3 0 850212930 333254656 12643 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 7 0 0 0
[pid=5916/tid=6005] ppid=5914 vsize=325444 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/6005/stat : 6005 (python) S 5914 5916 4987 0 -1 4202560 33 1583 0 0 0 0 41 10 20 0 3 0 850217688 333254656 12643 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 51.24
Current children cumulated vsize (KiB) 1238848

[startup+102.301 s]
/proc/loadavg: 2.04 2.07 1.72 3/614 6033
/proc/meminfo: memFree=22287480/32951124 swapFree=56717704/67111528
[pid=5916] ppid=5914 vsize=335700 CPUtime=2.89 cores=1,3,5,7
/proc/5916/stat : 5916 (python) S 5914 5916 4987 0 -1 4202496 23811 1583 1 0 205 33 41 10 20 0 4 0 850212644 343756800 12649 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118595531 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0
/proc/5916/statm: 83925 12649 1876 364 0 18806 0
[pid=5923] ppid=5916 vsize=315188 CPUtime=0.29 cores=1,3,5,7
/proc/5923/stat : 5923 (python) S 5916 5916 4987 0 -1 4202560 1123 0 0 0 15 14 0 0 16 0 2 0 850212930 322752512 11171 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118595531 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0
/proc/5923/statm: 78797 11171 405 364 0 13684 0
[pid=5925] ppid=5923 vsize=246264 CPUtime=47.44 cores=1,3,5,7
/proc/5925/stat : 5925 (scip-2.0.1.linu) T 5923 5925 5925 0 -1 4202496 62158 0 0 0 4669 75 0 0 25 0 1 0 850212930 252174336 57419 33554432000 4194304 13684479 140734478641648 18446744073709551615 7266880 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/5925/statm: 61566 57419 758 2317 0 59244 0
[pid=5923/tid=6003] ppid=5916 vsize=315188 CPUtime=0 cores=1,3,5,7
/proc/5923/task/6003/stat : 6003 (python) S 5916 5916 4987 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 850217685 322752512 11171 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554946 18446604467488625792 0 0 -1 1 0 0 0
[pid=6004] ppid=5916 vsize=315200 CPUtime=0.21 cores=1,3,5,7
/proc/6004/stat : 6004 (python) S 5916 5916 4987 0 -1 4202560 1128 0 0 0 11 10 0 0 17 0 2 0 850217688 322764800 11156 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118595531 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/6004/statm: 78800 11156 390 364 0 13684 0
[pid=6006] ppid=6004 vsize=731084 CPUtime=46.49 cores=1,3,5,7
/proc/6006/stat : 6006 (wbo1.4a) T 6004 6006 6006 0 -1 4202496 459470 0 0 0 4586 63 0 0 25 0 1 0 850217688 748630016 182079 33554432000 134512640 135751879 4287648816 18446744073709551615 134639804 0 0 16781312 3 18446744071562691360 0 0 17 1 0 0 0
/proc/6006/statm: 182771 182079 145 303 0 182466 0
[pid=6004/tid=6012] ppid=5916 vsize=315200 CPUtime=0 cores=1,3,5,7
/proc/6004/task/6012/stat : 6012 (python) S 5916 5916 4987 0 -1 4202560 52 0 0 0 0 0 0 0 17 0 2 0 850222338 322764800 11156 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554946 18446604466125148288 0 0 -1 7 0 0 0
[pid=6013] ppid=5916 vsize=325456 CPUtime=0.02 cores=1,3,5,7
/proc/6013/stat : 6013 (python) S 5916 5916 4987 0 -1 4202560 919 0 0 0 1 1 0 0 15 0 1 0 850222340 333266944 11112 33554432000 4194304 5683644 140736999962288 18446744073709551615 255106788934 0 0 16781312 33554946 814150169518931968 0 0 17 1 0 0 0
/proc/6013/statm: 81364 11112 343 364 0 16245 0
[pid=6015] ppid=6013 vsize=8549460 CPUtime=7.53 cores=1,3,5,7
/proc/6015/stat : 6015 (java) S 6013 6015 6015 0 -1 4202496 101620 0 1 0 740 13 0 0 17 0 19 0 850222341 8754647040 94190 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6015/statm: 2137365 94190 2252 9 0 2128106 0
[pid=6015/tid=6016] ppid=6013 vsize=8549460 CPUtime=5.15 cores=1,3,5,7
/proc/6015/task/6016/stat : 6016 (java) R 6013 6015 6015 0 -1 4202560 62175 0 1 0 508 7 0 0 25 0 19 0 850222342 8754647040 94190 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 46912506211395 0 4 0 16800975 0 0 0 -1 5 0 0 4
[pid=6015/tid=6017] ppid=6013 vsize=8549460 CPUtime=0.05 cores=1,3,5,7
/proc/6015/task/6017/stat : 6017 (java) S 6013 6015 6015 0 -1 4202560 5146 0 0 0 5 0 0 0 16 0 19 0 850222343 8754647040 94190 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446604466254023616 0 0 -1 1 0 0 0
[pid=6015/tid=6018] ppid=6013 vsize=8549460 CPUtime=0.07 cores=1,3,5,7
/proc/6015/task/6018/stat : 6018 (java) S 6013 6015 6015 0 -1 4202560 5435 0 0 0 7 0 0 0 15 0 19 0 850222343 8754647040 94190 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446604466254023616 0 0 -1 5 0 0 0
[pid=6015/tid=6019] ppid=6013 vsize=8549460 CPUtime=0.06 cores=1,3,5,7
/proc/6015/task/6019/stat : 6019 (java) S 6013 6015 6015 0 -1 4202560 5749 0 0 0 6 0 0 0 15 0 19 0 850222343 8754647040 94190 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446604466254023616 0 0 -1 1 0 0 0
[pid=6015/tid=6020] ppid=6013 vsize=8549460 CPUtime=0.02 cores=1,3,5,7
/proc/6015/task/6020/stat : 6020 (java) S 6013 6015 6015 0 -1 4202560 2664 0 0 0 2 0 0 0 16 0 19 0 850222343 8754647040 94190 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446604466254023616 0 0 -1 5 0 0 0
[pid=6015/tid=6021] ppid=6013 vsize=8549460 CPUtime=0.02 cores=1,3,5,7
/proc/6015/task/6021/stat : 6021 (java) S 6013 6015 6015 0 -1 4202560 2490 0 0 0 2 0 0 0 16 0 19 0 850222343 8754647040 94190 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446604466254023616 0 0 -1 5 0 0 0

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

[pid=5916/tid=5924] ppid=5914 vsize=366468 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/5924/stat : 5924 (python) S 5914 5916 4987 0 -1 4202560 33 1583 0 0 0 0 41 10 18 0 7 0 850212930 375263232 12667 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 7 0 0 0
[pid=5916/tid=6005] ppid=5914 vsize=366468 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/6005/stat : 6005 (python) S 5914 5916 4987 0 -1 4202560 33 1583 0 0 0 0 41 10 20 0 7 0 850217688 375263232 12667 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 1 0 0 0
[pid=5916/tid=6014] ppid=5914 vsize=366468 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/6014/stat : 6014 (python) S 5914 5916 4987 0 -1 4202560 32 1583 0 0 0 0 41 10 20 0 7 0 850222341 375263232 12667 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 1 0 0 0
[pid=5916/tid=6041] ppid=5914 vsize=366468 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/6041/stat : 6041 (python) S 5914 5916 4987 0 -1 4202560 30 1583 0 0 0 0 41 10 20 0 7 0 850226662 375263232 12667 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 3 0 0 0
[pid=5916/tid=6078] ppid=5914 vsize=366468 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/6078/stat : 6078 (python) S 5914 5916 4987 0 -1 4202560 31 1583 0 0 0 0 41 10 20 0 7 0 850263532 375263232 12667 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 1 0 0 0
[pid=5916/tid=6090] ppid=5914 vsize=366468 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/6090/stat : 6090 (python) S 5914 5916 4987 0 -1 4202560 28 1583 0 0 0 0 41 10 20 0 7 0 850281987 375263232 12667 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 701.35
Current children cumulated vsize (KiB) 20824772

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

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

[startup+694.202 s]
/proc/loadavg: 2.02 2.05 1.85 4/673 6108
/proc/meminfo: memFree=18192228/32951124 swapFree=56717704/67111528
[pid=5916] ppid=5914 vsize=366468 CPUtime=2.98 cores=1,3,5,7
/proc/5916/stat : 5916 (python) S 5914 5916 4987 0 -1 4202496 26576 1583 1 0 213 34 41 10 19 0 7 0 850212644 375263232 12667 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118595531 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0
/proc/5916/statm: 91617 12667 1882 364 0 26489 0
[pid=5923] ppid=5916 vsize=315188 CPUtime=1.67 cores=1,3,5,7
/proc/5923/stat : 5923 (python) S 5916 5916 4987 0 -1 4202560 1186 0 0 0 80 87 0 0 15 0 2 0 850212930 322752512 11173 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118595531 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/5923/statm: 78797 11173 407 364 0 13684 0
[pid=5925] ppid=5923 vsize=300068 CPUtime=323.89 cores=1,3,5,7
/proc/5925/stat : 5925 (scip-2.0.1.linu) T 5923 5925 5925 0 -1 4202496 75834 0 0 0 32140 249 0 0 25 0 1 0 850212930 307269632 70503 33554432000 4194304 13684479 140734478641648 18446744073709551615 4316687 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/5925/statm: 75017 70503 935 2317 0 72695 0
[pid=5923/tid=6003] ppid=5916 vsize=315188 CPUtime=0 cores=1,3,5,7
/proc/5923/task/6003/stat : 6003 (python) S 5916 5916 4987 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 850217685 322752512 11173 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554946 18446604467488625792 0 0 -1 1 0 0 0
[pid=6004] ppid=5916 vsize=315200 CPUtime=0.21 cores=1,3,5,7
/proc/6004/stat : 6004 (python) S 5916 5916 4987 0 -1 4202560 1128 0 0 0 11 10 0 0 17 0 2 0 850217688 322764800 11156 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118595531 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/6004/statm: 78800 11156 390 364 0 13684 0
[pid=6006] ppid=6004 vsize=731084 CPUtime=46.49 cores=1,3,5,7
/proc/6006/stat : 6006 (wbo1.4a) T 6004 6006 6006 0 -1 4202496 459470 0 0 0 4586 63 0 0 25 0 1 0 850217688 748630016 182079 33554432000 134512640 135751879 4287648816 18446744073709551615 134639804 0 0 16781312 3 18446744071562691360 0 0 17 1 0 0 0
/proc/6006/statm: 182771 182079 145 303 0 182466 0
[pid=6004/tid=6012] ppid=5916 vsize=315200 CPUtime=0 cores=1,3,5,7
/proc/6004/task/6012/stat : 6012 (python) S 5916 5916 4987 0 -1 4202560 52 0 0 0 0 0 0 0 17 0 2 0 850222338 322764800 11156 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554946 18446604466125148288 0 0 -1 7 0 0 0
[pid=6013] ppid=5916 vsize=325456 CPUtime=0.19 cores=1,3,5,7
/proc/6013/stat : 6013 (python) S 5916 5916 4987 0 -1 4202560 1131 0 0 0 9 10 0 0 16 0 2 0 850222340 333266944 11160 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118595531 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/6013/statm: 81364 11160 390 364 0 16245 0
[pid=6015] ppid=6013 vsize=8549460 CPUtime=46.14 cores=1,3,5,7
/proc/6015/stat : 6015 (java) T 6013 6015 6015 0 -1 4202496 336100 0 1 0 4575 39 0 0 15 0 19 0 850222341 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6015/statm: 2137365 327756 2252 9 0 2128106 0
[pid=6015/tid=6016] ppid=6013 vsize=8549460 CPUtime=42.76 cores=1,3,5,7
/proc/6015/task/6016/stat : 6016 (java) T 6013 6015 6015 0 -1 4202560 231779 0 1 0 4251 25 0 0 25 0 19 0 850222342 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 46912506101757 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 4
[pid=6015/tid=6017] ppid=6013 vsize=8549460 CPUtime=0.19 cores=1,3,5,7
/proc/6015/task/6017/stat : 6017 (java) T 6013 6015 6015 0 -1 4202560 16011 0 0 0 18 1 0 0 15 0 19 0 850222343 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=6015/tid=6018] ppid=6013 vsize=8549460 CPUtime=0.23 cores=1,3,5,7
/proc/6015/task/6018/stat : 6018 (java) T 6013 6015 6015 0 -1 4202560 17279 0 0 0 22 1 0 0 15 0 19 0 850222343 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=6015/tid=6019] ppid=6013 vsize=8549460 CPUtime=0.2 cores=1,3,5,7
/proc/6015/task/6019/stat : 6019 (java) T 6013 6015 6015 0 -1 4202560 16642 0 0 0 18 2 0 0 15 0 19 0 850222343 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=6015/tid=6020] ppid=6013 vsize=8549460 CPUtime=0.22 cores=1,3,5,7
/proc/6015/task/6020/stat : 6020 (java) T 6013 6015 6015 0 -1 4202560 18125 0 0 0 20 2 0 0 15 0 19 0 850222343 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=6015/tid=6021] ppid=6013 vsize=8549460 CPUtime=0.06 cores=1,3,5,7
/proc/6015/task/6021/stat : 6021 (java) T 6013 6015 6015 0 -1 4202560 3731 0 0 0 6 0 0 0 15 0 19 0 850222343 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=6015/tid=6022] ppid=6013 vsize=8549460 CPUtime=0.1 cores=1,3,5,7
/proc/6015/task/6022/stat : 6022 (java) T 6013 6015 6015 0 -1 4202560 8613 0 0 0 10 0 0 0 15 0 19 0 850222343 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=6015/tid=6023] ppid=6013 vsize=8549460 CPUtime=0.03 cores=1,3,5,7
/proc/6015/task/6023/stat : 6023 (java) T 6013 6015 6015 0 -1 4202560 3087 0 0 0 3 0 0 0 15 0 19 0 850222343 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=6015/tid=6024] ppid=6013 vsize=8549460 CPUtime=0.05 cores=1,3,5,7
/proc/6015/task/6024/stat : 6024 (java) T 6013 6015 6015 0 -1 4202560 5019 0 0 0 5 0 0 0 15 0 19 0 850222343 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=6015/tid=6025] ppid=6013 vsize=8549460 CPUtime=0 cores=1,3,5,7
/proc/6015/task/6025/stat : 6025 (java) T 6013 6015 6015 0 -1 4202560 991 0 0 0 0 0 0 0 15 0 19 0 850222344 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118585344 0 0 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=6015/tid=6026] ppid=6013 vsize=8549460 CPUtime=0 cores=1,3,5,7
/proc/6015/task/6026/stat : 6026 (java) T 6013 6015 6015 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 850222344 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=6015/tid=6027] ppid=6013 vsize=8549460 CPUtime=0 cores=1,3,5,7
/proc/6015/task/6027/stat : 6027 (java) T 6013 6015 6015 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 850222344 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=6015/tid=6028] ppid=6013 vsize=8549460 CPUtime=0 cores=1,3,5,7
/proc/6015/task/6028/stat : 6028 (java) T 6013 6015 6015 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 850222346 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118592433 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=6015/tid=6029] ppid=6013 vsize=8549460 CPUtime=1.13 cores=1,3,5,7
/proc/6015/task/6029/stat : 6029 (java) T 6013 6015 6015 0 -1 4202560 7438 0 0 0 112 1 0 0 15 0 19 0 850222346 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=6015/tid=6030] ppid=6013 vsize=8549460 CPUtime=1.05 cores=1,3,5,7
/proc/6015/task/6030/stat : 6030 (java) T 6013 6015 6015 0 -1 4202560 5989 0 0 0 105 0 0 0 15 0 19 0 850222346 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=6015/tid=6031] ppid=6013 vsize=8549460 CPUtime=0 cores=1,3,5,7
/proc/6015/task/6031/stat : 6031 (java) T 6013 6015 6015 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 850222346 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118584729 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=6015/tid=6032] ppid=6013 vsize=8549460 CPUtime=0 cores=1,3,5,7
/proc/6015/task/6032/stat : 6032 (java) T 6013 6015 6015 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 850222346 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118585344 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=6015/tid=6033] ppid=6013 vsize=8549460 CPUtime=0 cores=1,3,5,7
/proc/6015/task/6033/stat : 6033 (java) T 6013 6015 6015 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 850222443 8754647040 327756 33554432000 1073741824 1073778376 140734863768128 18446744073709551615 255118585344 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=6013/tid=6039] ppid=5916 vsize=325456 CPUtime=0 cores=1,3,5,7
/proc/6013/task/6039/stat : 6039 (python) S 5916 5916 4987 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 850226659 333266944 11160 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554946 18446604468339913984 0 0 -1 7 0 0 0
[pid=6040] ppid=5916 vsize=335712 CPUtime=0.41 cores=1,3,5,7
/proc/6040/stat : 6040 (python) S 5916 5916 4987 0 -1 4202560 1199 0 0 0 19 22 0 0 16 0 2 0 850226662 343769088 11164 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118595531 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/6040/statm: 83928 11164 390 364 0 18806 0
[pid=6042] ppid=6040 vsize=56304 CPUtime=92.06 cores=1,3,5,7
/proc/6042/stat : 6042 (clasp-1.3.7-x86) T 6040 6042 6042 0 -1 4202496 14817 0 0 0 9203 3 0 0 25 0 1 0 850226662 57655296 13789 33554432000 134512640 136139019 4292667056 18446744073709551615 134626721 0 0 16781312 16386 18446744071562691360 0 0 17 3 0 0 0
/proc/6042/statm: 14076 13789 187 398 0 13676 0
[pid=6040/tid=6069] ppid=5916 vsize=335712 CPUtime=0 cores=1,3,5,7
/proc/6040/task/6069/stat : 6069 (python) S 5916 5916 4987 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 850235869 343769088 11164 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554946 18446604466530053184 0 0 -1 7 0 0 0
[pid=6077] ppid=5916 vsize=345968 CPUtime=0.91 cores=1,3,5,7
/proc/6077/stat : 6077 (python) S 5916 5916 4987 0 -1 4202560 1271 0 0 0 44 47 0 0 17 0 2 0 850263532 354271232 11174 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118595531 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/6077/statm: 86492 11174 396 364 0 21367 0
[pid=6079] ppid=6077 vsize=286268 CPUtime=184.52 cores=1,3,5,7
/proc/6079/stat : 6079 (scip-2.0.1.linu) T 6077 6079 6079 0 -1 4202496 71960 0 0 0 18392 60 0 0 25 0 1 0 850263532 293138432 66566 33554432000 4194304 15243407 140737177010192 18446744073709551615 8113576 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/6079/statm: 71567 66566 867 2698 0 68862 0
[pid=6077/tid=6088] ppid=5916 vsize=345968 CPUtime=0 cores=1,3,5,7
/proc/6077/task/6088/stat : 6088 (python) S 5916 5916 4987 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 850281985 354271232 11174 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554946 18446604460756112576 0 0 -1 7 0 0 0
[pid=6089] ppid=5916 vsize=356224 CPUtime=0 cores=1,3,5,7
/proc/6089/stat : 6089 (python) S 5916 5916 4987 0 -1 4202560 792 0 0 0 0 0 0 0 19 0 1 0 850281987 364773376 11100 33554432000 4194304 5683644 140736999962288 18446744073709551615 255106788934 0 0 16781312 33554946 10091709115802812679 0 0 17 3 0 0 0
/proc/6089/statm: 89056 11100 319 364 0 23928 0
[pid=6091] ppid=6089 vsize=8541372 CPUtime=1.88 cores=1,3,5,7
/proc/6091/stat : 6091 (java) S 6089 6091 6091 0 -1 4202496 39039 0 1 0 183 5 0 0 17 0 18 0 850281987 8746364928 32130 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6091/statm: 2135343 32131 2225 9 0 2126084 0
[pid=6091/tid=6092] ppid=6089 vsize=8541372 CPUtime=0.78 cores=1,3,5,7
/proc/6091/task/6092/stat : 6092 (java) R 6089 6091 6091 0 -1 4202560 26416 0 1 0 75 3 0 0 18 0 18 0 850281988 8746364928 33497 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 46912505602671 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6091/tid=6093] ppid=6089 vsize=8541372 CPUtime=0 cores=1,3,5,7
/proc/6091/task/6093/stat : 6093 (java) S 6089 6091 6091 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 850281989 8746364928 33500 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118584729 0 4 0 16800975 18446604469711330304 0 0 -1 3 0 0 0
[pid=6091/tid=6094] ppid=6089 vsize=8541372 CPUtime=0 cores=1,3,5,7
/proc/6091/task/6094/stat : 6094 (java) S 6089 6091 6091 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 850281989 8746364928 33504 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118584729 0 4 0 16800975 18446604469711330304 0 0 -1 3 0 0 0
[pid=6091/tid=6095] ppid=6089 vsize=8541372 CPUtime=0 cores=1,3,5,7
/proc/6091/task/6095/stat : 6095 (java) S 6089 6091 6091 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 850281989 8746364928 33506 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118584729 0 4 0 16800975 18446604469711330304 0 0 -1 3 0 0 0
[pid=6091/tid=6096] ppid=6089 vsize=8541372 CPUtime=0 cores=1,3,5,7
/proc/6091/task/6096/stat : 6096 (java) S 6089 6091 6091 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 850281989 8746364928 33508 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118584729 0 4 0 16800975 18446604469711330304 0 0 -1 3 0 0 0
[pid=6091/tid=6097] ppid=6089 vsize=8541372 CPUtime=0 cores=1,3,5,7
/proc/6091/task/6097/stat : 6097 (java) S 6089 6091 6091 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 850281989 8746364928 33510 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118584729 0 4 0 16800975 18446604469711330304 0 0 -1 3 0 0 0
[pid=6091/tid=6098] ppid=6089 vsize=8541372 CPUtime=0 cores=1,3,5,7
/proc/6091/task/6098/stat : 6098 (java) S 6089 6091 6091 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 850281989 8746364928 33512 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118584729 0 4 0 16800975 18446604469711330304 0 0 -1 3 0 0 0
[pid=6091/tid=6099] ppid=6089 vsize=8541372 CPUtime=0 cores=1,3,5,7
/proc/6091/task/6099/stat : 6099 (java) S 6089 6091 6091 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 850281989 8746364928 33515 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118584729 0 4 0 16800975 18446604469711330304 0 0 -1 3 0 0 0
[pid=6091/tid=6100] ppid=6089 vsize=8541372 CPUtime=0 cores=1,3,5,7
/proc/6091/task/6100/stat : 6100 (java) S 6089 6091 6091 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 850281989 8746364928 33518 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118584729 0 4 0 16800975 18446604469711330304 0 0 -1 3 0 0 0
[pid=6091/tid=6101] ppid=6089 vsize=8541372 CPUtime=0 cores=1,3,5,7
/proc/6091/task/6101/stat : 6101 (java) S 6089 6091 6091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 850281990 8746364928 33522 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118585344 0 0 0 16800975 18446604469711330304 0 0 -1 5 0 0 0
[pid=6091/tid=6102] ppid=6089 vsize=8541372 CPUtime=0 cores=1,3,5,7
/proc/6091/task/6102/stat : 6102 (java) S 6089 6091 6091 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 18 0 850281991 8746364928 33525 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118584729 0 4 0 16800975 18446604469711330304 0 0 -1 5 0 0 0
[pid=6091/tid=6103] ppid=6089 vsize=8541372 CPUtime=0 cores=1,3,5,7
/proc/6091/task/6103/stat : 6103 (java) S 6089 6091 6091 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 850281991 8746364928 33529 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118584729 0 4 0 16800975 18446604469711330304 0 0 -1 5 0 0 0
[pid=6091/tid=6104] ppid=6089 vsize=8541372 CPUtime=0 cores=1,3,5,7
/proc/6091/task/6104/stat : 6104 (java) S 6089 6091 6091 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 850281993 8746364928 33531 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118592433 0 4 0 16800975 18446604469711330304 0 0 -1 5 0 0 0
[pid=6091/tid=6105] ppid=6089 vsize=8541372 CPUtime=0.55 cores=1,3,5,7
/proc/6091/task/6105/stat : 6105 (java) S 6089 6091 6091 0 -1 4202560 6022 0 0 0 55 0 0 0 18 0 18 0 850281993 8746364928 33532 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118584729 0 4 0 16800975 18446604469711330304 0 0 -1 7 0 0 0
[pid=6091/tid=6106] ppid=6089 vsize=8541372 CPUtime=0.53 cores=1,3,5,7
/proc/6091/task/6106/stat : 6106 (java) S 6089 6091 6091 0 -1 4202560 6574 0 0 0 53 0 0 0 17 0 18 0 850281993 8746364928 33534 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118584729 0 4 0 16800975 18446604469711330304 0 0 -1 3 0 0 0
[pid=6091/tid=6107] ppid=6089 vsize=8541372 CPUtime=0 cores=1,3,5,7
/proc/6091/task/6107/stat : 6107 (java) S 6089 6091 6091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850281993 8746364928 33536 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118584729 0 4 0 16800975 18446604469711330304 0 0 -1 5 0 0 0
[pid=6091/tid=6108] ppid=6089 vsize=8541372 CPUtime=0 cores=1,3,5,7
/proc/6091/task/6108/stat : 6108 (java) S 6089 6091 6091 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 850281993 8746364928 33539 33554432000 1073741824 1073778376 140734194409232 18446744073709551615 255118585344 0 4 0 16800975 18446604469711330304 0 0 -1 1 0 0 0
[pid=5916/tid=5924] ppid=5914 vsize=366468 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/5924/stat : 5924 (python) S 5914 5916 4987 0 -1 4202560 33 1583 0 0 0 0 41 10 18 0 7 0 850212930 375263232 12667 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 7 0 0 0
[pid=5916/tid=6005] ppid=5914 vsize=366468 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/6005/stat : 6005 (python) S 5914 5916 4987 0 -1 4202560 33 1583 0 0 0 0 41 10 20 0 7 0 850217688 375263232 12667 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 1 0 0 0
[pid=5916/tid=6014] ppid=5914 vsize=366468 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/6014/stat : 6014 (python) S 5914 5916 4987 0 -1 4202560 32 1583 0 0 0 0 41 10 20 0 7 0 850222341 375263232 12667 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 1 0 0 0
[pid=5916/tid=6041] ppid=5914 vsize=366468 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/6041/stat : 6041 (python) S 5914 5916 4987 0 -1 4202560 30 1583 0 0 0 0 41 10 20 0 7 0 850226662 375263232 12667 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 3 0 0 0
[pid=5916/tid=6078] ppid=5914 vsize=366468 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/6078/stat : 6078 (python) S 5914 5916 4987 0 -1 4202560 31 1583 0 0 0 0 41 10 20 0 7 0 850263532 375263232 12667 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 1 0 0 0
[pid=5916/tid=6090] ppid=5914 vsize=366468 CPUtime=0.51 cores=1,3,5,7
/proc/5916/task/6090/stat : 6090 (python) S 5914 5916 4987 0 -1 4202560 28 1583 0 0 0 0 41 10 20 0 7 0 850281987 375263232 12667 33554432000 4194304 5683644 140736999962288 18446744073709551615 255118592433 0 0 16781312 33554434 18446604468930632704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 701.35
Current children cumulated vsize (KiB) 20824772

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5916 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=553611
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=453930
# CPU time returned by wait4() is 3.00754
# while last known CPU time is 701.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 694.293
CPU time (s): 701.35
CPU user time (s): 694.96
CPU system time (s): 6.39
CPU usage (%): 101.016
Max. virtual memory (cumulated for all children) (KiB): 20824772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.55361
system time used= 0.45393
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28162
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= 30355
involuntary context switches= 29

runsolver used 5.71213 second user time and 10.6934 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-09 02:06:04
IDJOB=3481504
IDBENCH=48171
IDSOLVER=1970
FILE ID=node144/3481504-1307577964
RUNJOBID= node144-1307576354-5006
PBS_JOBID= 13547655
Free space on /tmp= 73804 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_60_1.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-3481504-1307577964/watcher-3481504-1307577964 -o /tmp/evaluation-result-3481504-1307577964/solver-3481504-1307577964 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481504-1307577964.opb -seed 1421510615 -budget 1800

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

MD5SUM BENCH= 3262a45f0e59552e467da6c31a32418a
RANDOM SEED=1421510615

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.83
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.850
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.75
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.850
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.82
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.850
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.75
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23852668 kB
Buffers:        159448 kB
Cached:         686316 kB
SwapCached:       1208 kB
Active:        8501872 kB
Inactive:       320184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23852668 kB
SwapTotal:    67111528 kB
SwapFree:     56717704 kB
Dirty:          102716 kB
Writeback:           0 kB
AnonPages:     7974936 kB
Mapped:          64396 kB
Slab:           127272 kB
PageTables:      79116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162210884 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= 73700 MiB
End job on node144 at 2011-06-09 02:17:41