Trace number 3481561

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) 386.5 382.092

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_4.opb
MD5SUM95a6f76009dbd8a204f015cb008300c0
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-133
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -146
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
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 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63184
Sum of products size (including duplicates)126368
Number of different products31592
Sum of products size63184

Solver Data

0.35/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.35/0.69	c INFO: solving HOME/instance-3481561-1307578187.opb
1.05/1.14	c INFO: wrote linearized instance to HOME/tmp0LmrsO.opb
1.46/1.92	c INFO: parsing took 0.46 s
1.46/2.50	c INFO: features took 0.89 CPU seconds
1.46/2.53	c INFO: running scip-2.0.1-spx@0 for 45 with 1798 remaining (b = 0.10)
51.24/51.15	c INFO: running wbo1.4a@0 for 45 with 1749 remaining (b = 0.02)
97.34/97.02	c INFO: running scip-2.0.1-clp@0 for 45 with 1704 remaining (b = 0.01)
146.18/145.66	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1655 remaining (b = 0.01)
196.27/193.44	c INFO: running clasp-1.3.7@0 for 91 with 1606 remaining (b = 0.01)
292.56/289.59	c INFO: running scip-2.0.1-spx@48 for 45 with 1510 remaining (b = 0.01)
339.10/335.84	c INFO: running scip-2.0.1-clp@48 for 45 with 1464 remaining (b = 0.01)
384.60/381.10	c INFO: running sat4j-pb-v20101225@0 for 91 with 1419 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-3481561-1307578187/watcher-3481561-1307578187 -o /tmp/evaluation-result-3481561-1307578187/solver-3481561-1307578187 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481561-1307578187.opb -seed 156440586 -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.18 2.14 1.81 2/751 3880
/proc/meminfo: memFree=13794588/32950928 swapFree=34366004/67111528
[pid=3880] ppid=3878 vsize=15752 CPUtime=0 cores=1,3,5,7
/proc/3880/stat : 3880 (python) S 3878 3880 2236 0 -1 4202496 840 0 0 0 0 0 0 0 17 0 1 0 869417595 16130048 723 33554432000 4194304 5683644 140733911692912 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/3880/statm: 3938 723 334 364 0 425 0

[startup+0.0801709 s]
/proc/loadavg: 2.18 2.14 1.81 2/751 3880
/proc/meminfo: memFree=13794588/32950928 swapFree=34366004/67111528
[pid=3880] ppid=3878 vsize=50012 CPUtime=0.05 cores=1,3,5,7
/proc/3880/stat : 3880 (python) S 3878 3880 2236 0 -1 4202496 1949 0 0 0 4 1 0 0 17 0 1 0 869417595 51212288 1713 33554432000 4194304 5683644 140733911692912 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/3880/statm: 12503 1713 476 364 0 1203 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50012

[startup+0.100165 s]
/proc/loadavg: 2.18 2.14 1.81 2/751 3880
/proc/meminfo: memFree=13794588/32950928 swapFree=34366004/67111528
[pid=3880] ppid=3878 vsize=85620 CPUtime=0.07 cores=1,3,5,7
/proc/3880/stat : 3880 (python) R 3878 3880 2236 0 -1 4202496 2665 0 0 0 5 2 0 0 17 0 1 0 869417595 87674880 2382 33554432000 4194304 5683644 140733911692912 18446744073709551615 4578752 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3880/statm: 21405 2382 715 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85620

[startup+0.300235 s]
/proc/loadavg: 2.18 2.14 1.81 2/751 3880
/proc/meminfo: memFree=13794588/32950928 swapFree=34366004/67111528
[pid=3880] ppid=3878 vsize=123740 CPUtime=0.17 cores=1,3,5,7
/proc/3880/stat : 3880 (python) R 3878 3880 2236 0 -1 4202496 5358 929 1 0 12 5 0 0 16 0 1 0 869417595 126709760 3744 33554432000 4194304 5683644 140733911692912 18446744073709551615 235594862597 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3880/statm: 30935 3744 987 364 0 2767 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 123740

[startup+0.70106 s]
/proc/loadavg: 2.18 2.14 1.81 2/751 3880
/proc/meminfo: memFree=13794588/32950928 swapFree=34366004/67111528
[pid=3880] ppid=3878 vsize=282400 CPUtime=0.41 cores=1,3,5,7
/proc/3880/stat : 3880 (python) R 3878 3880 2236 0 -1 4202496 9196 929 1 0 31 10 0 0 16 0 1 0 869417595 289177600 6937 33554432000 4194304 5683644 140733911692912 18446744073709551615 235594886671 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/3880/statm: 70600 6937 1777 364 0 5493 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282400

[startup+1.50092 s]
/proc/loadavg: 2.18 2.14 1.81 4/753 3886
/proc/meminfo: memFree=13767356/32950928 swapFree=34366004/67111528
[pid=3880] ppid=3878 vsize=299864 CPUtime=1.46 cores=1,3,5,7
/proc/3880/stat : 3880 (python) R 3878 3880 2236 0 -1 4202496 15512 1543 1 0 78 24 36 8 16 0 1 0 869417595 307060736 11258 33554432000 4194304 5683644 140733911692912 18446744073709551615 5007426 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3880/statm: 74966 11258 1782 364 0 9859 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 299864

[startup+3.11964 s]
/proc/loadavg: 2.18 2.14 1.81 4/753 3886
/proc/meminfo: memFree=13767356/32950928 swapFree=34366004/67111528
[pid=3880] ppid=3878 vsize=312544 CPUtime=2.5 cores=1,3,5,7
/proc/3880/stat : 3880 (python) S 3878 3880 2236 0 -1 4202496 20825 1543 1 0 181 25 36 8 19 0 2 0 869417595 320045056 11976 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606693323 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0
/proc/3880/statm: 78136 11976 1871 364 0 13023 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 312544

[startup+6.30108 s]
/proc/loadavg: 2.40 2.19 1.83 3/755 3889
/proc/meminfo: memFree=13471020/32950928 swapFree=34366004/67111528
[pid=3880] ppid=3878 vsize=312544 CPUtime=2.5 cores=1,3,5,7
/proc/3880/stat : 3880 (python) S 3878 3880 2236 0 -1 4202496 20825 1543 1 0 181 25 36 8 19 0 2 0 869417595 320045056 11976 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606693323 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0
/proc/3880/statm: 78136 11976 1871 364 0 13023 0
[pid=3887] ppid=3880 vsize=302300 CPUtime=0.01 cores=1,3,5,7
/proc/3887/stat : 3887 (python) S 3880 3880 2236 0 -1 4202560 888 0 0 0 0 1 0 0 16 0 1 0 869417848 309555200 10443 33554432000 4194304 5683644 140733911692912 18446744073709551615 235594886671 0 0 16781312 33554946 2925154929402151172 0 0 17 7 0 0 0
/proc/3887/statm: 75575 10443 342 364 0 10462 0
[pid=3889] ppid=3887 vsize=299076 CPUtime=3.76 cores=1,3,5,7
/proc/3889/stat : 3889 (scip-2.0.1.linu) R 3887 3889 3889 0 -1 4202496 73691 0 0 0 349 27 0 0 25 0 1 0 869417849 306253824 69684 33554432000 4194304 13684479 140735537696352 18446744073709551615 7359722 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3889/statm: 74769 69684 772 2317 0 72447 0
[pid=3880/tid=3888] ppid=3878 vsize=312544 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/3888/stat : 3888 (python) S 3878 3880 2236 0 -1 4202560 29 1543 0 0 0 0 36 8 19 0 2 0 869417849 320045056 11976 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 913920

[startup+12.701 s]
/proc/loadavg: 2.34 2.19 1.83 3/755 3889
/proc/meminfo: memFree=13456244/32950928 swapFree=34366004/67111528
[pid=3880] ppid=3878 vsize=312544 CPUtime=2.5 cores=1,3,5,7
/proc/3880/stat : 3880 (python) S 3878 3880 2236 0 -1 4202496 20825 1543 1 0 181 25 36 8 19 0 2 0 869417595 320045056 11976 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606693323 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0
/proc/3880/statm: 78136 11976 1871 364 0 13023 0
[pid=3887] ppid=3880 vsize=302300 CPUtime=0.04 cores=1,3,5,7
/proc/3887/stat : 3887 (python) S 3880 3880 2236 0 -1 4202560 889 0 0 0 2 2 0 0 15 0 1 0 869417848 309555200 10443 33554432000 4194304 5683644 140733911692912 18446744073709551615 235594886671 0 0 16781312 33554946 5623753486446373749 0 0 17 7 0 0 0
/proc/3887/statm: 75575 10443 342 364 0 10462 0
[pid=3889] ppid=3887 vsize=309060 CPUtime=10.16 cores=1,3,5,7
/proc/3889/stat : 3889 (scip-2.0.1.linu) R 3887 3889 3889 0 -1 4202496 77262 0 0 0 987 29 0 0 25 0 1 0 869417849 316477440 73000 33554432000 4194304 13684479 140735537696352 18446744073709551615 7019326 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3889/statm: 77265 73000 781 2317 0 74943 0
[pid=3880/tid=3888] ppid=3878 vsize=312544 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/3888/stat : 3888 (python) S 3878 3880 2236 0 -1 4202560 29 1543 0 0 0 0 36 8 19 0 2 0 869417849 320045056 11976 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 923904

[startup+25.5007 s]
/proc/loadavg: 2.29 2.18 1.83 3/755 3889
/proc/meminfo: memFree=13457440/32950928 swapFree=34366004/67111528
[pid=3880] ppid=3878 vsize=312544 CPUtime=2.5 cores=1,3,5,7
/proc/3880/stat : 3880 (python) S 3878 3880 2236 0 -1 4202496 20825 1543 1 0 181 25 36 8 19 0 2 0 869417595 320045056 11976 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606693323 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0
/proc/3880/statm: 78136 11976 1871 364 0 13023 0
[pid=3887] ppid=3880 vsize=302300 CPUtime=0.08 cores=1,3,5,7
/proc/3887/stat : 3887 (python) S 3880 3880 2236 0 -1 4202560 892 0 0 0 4 4 0 0 15 0 1 0 869417848 309555200 10443 33554432000 4194304 5683644 140733911692912 18446744073709551615 235594886671 0 0 16781312 33554946 5623458817330129781 0 0 17 3 0 0 0
/proc/3887/statm: 75575 10443 342 364 0 10462 0
[pid=3889] ppid=3887 vsize=309060 CPUtime=22.96 cores=1,3,5,7
/proc/3889/stat : 3889 (scip-2.0.1.linu) R 3887 3889 3889 0 -1 4202496 77263 0 0 0 2265 31 0 0 25 0 1 0 869417849 316477440 73001 33554432000 4194304 13684479 140735537696352 18446744073709551615 7399781 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3889/statm: 77265 73001 781 2317 0 74943 0
[pid=3880/tid=3888] ppid=3878 vsize=312544 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/3888/stat : 3888 (python) S 3878 3880 2236 0 -1 4202560 29 1543 0 0 0 0 36 8 19 0 2 0 869417849 320045056 11976 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 923904

[startup+51.1012 s]
/proc/loadavg: 2.19 2.16 1.83 5/775 3910
/proc/meminfo: memFree=13420236/32950928 swapFree=34366004/67111528
[pid=3880] ppid=3878 vsize=312544 CPUtime=2.5 cores=1,3,5,7
/proc/3880/stat : 3880 (python) S 3878 3880 2236 0 -1 4202496 20825 1543 1 0 181 25 36 8 19 0 2 0 869417595 320045056 11976 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606693323 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0
/proc/3880/statm: 78136 11976 1871 364 0 13023 0
[pid=3887] ppid=3880 vsize=302300 CPUtime=0.18 cores=1,3,5,7
/proc/3887/stat : 3887 (python) S 3880 3880 2236 0 -1 4202560 901 0 0 0 8 10 0 0 15 0 1 0 869417848 309555200 10443 33554432000 4194304 5683644 140733911692912 18446744073709551615 235594886671 0 0 16781312 33554946 5623753486446373749 0 0 17 7 0 0 0
/proc/3887/statm: 75575 10443 342 364 0 10462 0
[pid=3889] ppid=3887 vsize=313772 CPUtime=48.56 cores=1,3,5,7
/proc/3889/stat : 3889 (scip-2.0.1.linu) R 3887 3889 3889 0 -1 4202496 78161 0 0 0 4824 32 0 0 25 0 1 0 869417849 321302528 73860 33554432000 4194304 13684479 140735537696352 18446744073709551615 7391350 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3889/statm: 78443 73860 746 2317 0 76121 0
[pid=3880/tid=3888] ppid=3878 vsize=312544 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/3888/stat : 3888 (python) S 3878 3880 2236 0 -1 4202560 29 1543 0 0 0 0 36 8 19 0 2 0 869417849 320045056 11976 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 51.24
Current children cumulated vsize (KiB) 928616

[startup+102.301 s]
/proc/loadavg: 2.16 2.17 1.85 3/751 3958
/proc/meminfo: memFree=12982748/32950928 swapFree=34366004/67111528
[pid=3880] ppid=3878 vsize=333056 CPUtime=2.55 cores=1,3,5,7
/proc/3880/stat : 3880 (python) S 3878 3880 2236 0 -1 4202496 22602 1543 1 0 186 25 36 8 20 0 4 0 869417595 341049344 11989 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606693323 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/3880/statm: 83264 11989 1876 364 0 18145 0
[pid=3887] ppid=3880 vsize=312544 CPUtime=0.2 cores=1,3,5,7
/proc/3887/stat : 3887 (python) S 3880 3880 2236 0 -1 4202560 1097 0 0 0 9 11 0 0 16 0 2 0 869417848 320045056 10511 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606693323 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/3887/statm: 78136 10511 405 364 0 13023 0
[pid=3889] ppid=3887 vsize=313772 CPUtime=48.58 cores=1,3,5,7
/proc/3889/stat : 3889 (scip-2.0.1.linu) T 3887 3889 3889 0 -1 4202496 78161 0 0 0 4826 32 0 0 25 0 1 0 869417849 321302528 73860 33554432000 4194304 13684479 140735537696352 18446744073709551615 7391276 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/3889/statm: 78443 73860 746 2317 0 76121 0
[pid=3887/tid=3914] ppid=3880 vsize=312544 CPUtime=0 cores=1,3,5,7
/proc/3887/task/3914/stat : 3914 (python) S 3880 3880 2236 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 869422708 320045056 10511 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554946 18446604455693957120 0 0 -1 7 0 0 0
[pid=3915] ppid=3880 vsize=312556 CPUtime=0.2 cores=1,3,5,7
/proc/3915/stat : 3915 (python) S 3880 3880 2236 0 -1 4202560 1105 0 0 0 9 11 0 0 16 0 2 0 869422710 320057344 10496 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606693323 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/3915/statm: 78139 10496 390 364 0 13023 0
[pid=3917] ppid=3915 vsize=79568 CPUtime=45.84 cores=1,3,5,7
/proc/3917/stat : 3917 (wbo1.4a) T 3915 3917 3917 0 -1 4202496 21510 0 0 0 4576 8 0 0 25 0 1 0 869422711 81477632 19209 33554432000 134512640 135751879 4289713520 18446744073709551615 134606320 0 0 16781312 3 18446744071562691360 0 0 17 5 0 0 0
/proc/3917/statm: 19892 19209 146 303 0 19587 0
[pid=3915/tid=3954] ppid=3880 vsize=312556 CPUtime=0 cores=1,3,5,7
/proc/3915/task/3954/stat : 3954 (python) S 3880 3880 2236 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 869427295 320057344 10496 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554946 18446604463185388736 0 0 -1 7 0 0 0
[pid=3955] ppid=3880 vsize=322812 CPUtime=0.01 cores=1,3,5,7
/proc/3955/stat : 3955 (python) S 3880 3880 2236 0 -1 4202560 929 0 0 0 0 1 0 0 15 0 1 0 869427297 330559488 10452 33554432000 4194304 5683644 140733911692912 18446744073709551615 235594886726 0 0 16781312 33554946 11059841542284869893 0 0 17 3 0 0 0
/proc/3955/statm: 80703 10452 343 364 0 15584 0
[pid=3957] ppid=3955 vsize=286920 CPUtime=5.26 cores=1,3,5,7
/proc/3957/stat : 3957 (scip-2.0.1.linu) R 3955 3957 3957 0 -1 4202496 73715 0 0 0 499 27 0 0 25 0 1 0 869427298 293806080 61680 33554432000 4194304 15243407 140733993851152 18446744073709551615 8115327 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3957/statm: 71730 61680 821 2698 0 69025 0
[pid=3880/tid=3888] ppid=3878 vsize=333056 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/3888/stat : 3888 (python) S 3878 3880 2236 0 -1 4202560 29 1543 0 0 0 0 36 8 19 0 4 0 869417849 341049344 11989 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 5 0 0 0
[pid=3880/tid=3916] ppid=3878 vsize=333056 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/3916/stat : 3916 (python) S 3878 3880 2236 0 -1 4202560 28 1543 0 0 0 0 36 8 20 0 4 0 869422711 341049344 11989 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 7 0 0 0
[pid=3880/tid=3956] ppid=3878 vsize=333056 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/3956/stat : 3956 (python) S 3878 3880 2236 0 -1 4202560 25 1543 0 0 0 0 36 8 20 0 4 0 869427298 341049344 11989 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.64
Current children cumulated vsize (KiB) 1961228

[startup+162.302 s]
/proc/loadavg: 2.21 2.18 1.87 3/799 4007
/proc/meminfo: memFree=11028260/32950928 swapFree=34366004/67111528
[pid=3880] ppid=3878 vsize=343312 CPUtime=2.58 cores=1,3,5,7
/proc/3880/stat : 3880 (python) S 3878 3880 2236 0 -1 4202496 23531 1543 1 0 188 26 36 8 20 0 5 0 869417595 351551488 11995 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606693323 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/3880/statm: 85828 11995 1878 364 0 20706 0
[pid=3887] ppid=3880 vsize=312544 CPUtime=0.2 cores=1,3,5,7
/proc/3887/stat : 3887 (python) S 3880 3880 2236 0 -1 4202560 1097 0 0 0 9 11 0 0 16 0 2 0 869417848 320045056 10511 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606693323 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/3887/statm: 78136 10511 405 364 0 13023 0
[pid=3889] ppid=3887 vsize=313772 CPUtime=48.58 cores=1,3,5,7
/proc/3889/stat : 3889 (scip-2.0.1.linu) T 3887 3889 3889 0 -1 4202496 78161 0 0 0 4826 32 0 0 25 0 1 0 869417849 321302528 73860 33554432000 4194304 13684479 140735537696352 18446744073709551615 7391276 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/3889/statm: 78443 73860 746 2317 0 76121 0
[pid=3887/tid=3914] ppid=3880 vsize=312544 CPUtime=0 cores=1,3,5,7

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

[pid=3880/tid=3888] ppid=3878 vsize=363824 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/3888/stat : 3888 (python) S 3878 3880 2236 0 -1 4202560 34 1543 0 0 0 0 36 8 18 0 7 0 869417849 372555776 12007 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 5 0 0 0
[pid=3880/tid=3916] ppid=3878 vsize=363824 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/3916/stat : 3916 (python) S 3878 3880 2236 0 -1 4202560 28 1543 0 0 0 0 36 8 20 0 7 0 869422711 372555776 12007 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 7 0 0 0
[pid=3880/tid=3956] ppid=3878 vsize=363824 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/3956/stat : 3956 (python) S 3878 3880 2236 0 -1 4202560 30 1543 0 0 0 0 36 8 18 0 7 0 869427298 372555776 12007 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 5 0 0 0
[pid=3880/tid=3966] ppid=3878 vsize=363824 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/3966/stat : 3966 (python) S 3878 3880 2236 0 -1 4202560 25 1543 0 0 0 0 36 8 20 0 7 0 869432161 372555776 12007 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 7 0 0 0
[pid=3880/tid=4011] ppid=3878 vsize=363824 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/4011/stat : 4011 (python) S 3878 3880 2236 0 -1 4202560 26 1543 0 0 0 0 36 8 20 0 7 0 869436940 372555776 12007 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 5 0 0 0
[pid=3880/tid=4146] ppid=3878 vsize=363824 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/4146/stat : 4146 (python) S 3878 3880 2236 0 -1 4202560 27 1543 0 0 0 0 36 8 20 0 7 0 869455706 372555776 12007 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 386.5
Current children cumulated vsize (KiB) 20247100

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

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

[startup+382.002 s]
/proc/loadavg: 2.35 2.21 1.94 5/849 4164
/proc/meminfo: memFree=8372748/32950928 swapFree=34366004/67111528
[pid=3880] ppid=3878 vsize=363824 CPUtime=2.67 cores=1,3,5,7
/proc/3880/stat : 3880 (python) S 3878 3880 2236 0 -1 4202496 25489 1543 1 0 197 26 36 8 20 0 7 0 869417595 372555776 12007 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606693323 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/3880/statm: 90956 12007 1882 364 0 25828 0
[pid=3887] ppid=3880 vsize=312544 CPUtime=0.41 cores=1,3,5,7
/proc/3887/stat : 3887 (python) S 3880 3880 2236 0 -1 4202560 1127 0 0 0 19 22 0 0 16 0 2 0 869417848 320045056 10512 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606693323 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/3887/statm: 78136 10512 406 364 0 13023 0
[pid=3889] ppid=3887 vsize=330676 CPUtime=94.81 cores=1,3,5,7
/proc/3889/stat : 3889 (scip-2.0.1.linu) T 3887 3889 3889 0 -1 4202496 83327 0 0 0 9444 37 0 0 25 0 1 0 869417849 338612224 77135 33554432000 4194304 13684479 140735537696352 18446744073709551615 7357972 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/3889/statm: 82669 77135 746 2317 0 80347 0
[pid=3887/tid=3914] ppid=3880 vsize=312544 CPUtime=0 cores=1,3,5,7
/proc/3887/task/3914/stat : 3914 (python) S 3880 3880 2236 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 869422708 320045056 10512 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554946 18446604455693957120 0 0 -1 7 0 0 0
[pid=3915] ppid=3880 vsize=312556 CPUtime=0.2 cores=1,3,5,7
/proc/3915/stat : 3915 (python) S 3880 3880 2236 0 -1 4202560 1105 0 0 0 9 11 0 0 16 0 2 0 869422710 320057344 10496 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606693323 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/3915/statm: 78139 10496 390 364 0 13023 0
[pid=3917] ppid=3915 vsize=79568 CPUtime=45.84 cores=1,3,5,7
/proc/3917/stat : 3917 (wbo1.4a) T 3915 3917 3917 0 -1 4202496 21510 0 0 0 4576 8 0 0 25 0 1 0 869422711 81477632 19209 33554432000 134512640 135751879 4289713520 18446744073709551615 134606320 0 0 16781312 3 18446744071562691360 0 0 17 5 0 0 0
/proc/3917/statm: 19892 19209 146 303 0 19587 0
[pid=3915/tid=3954] ppid=3880 vsize=312556 CPUtime=0 cores=1,3,5,7
/proc/3915/task/3954/stat : 3954 (python) S 3880 3880 2236 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 869427295 320057344 10496 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554946 18446604463185388736 0 0 -1 7 0 0 0
[pid=3955] ppid=3880 vsize=322812 CPUtime=0.42 cores=1,3,5,7
/proc/3955/stat : 3955 (python) S 3880 3880 2236 0 -1 4202560 1164 0 0 0 20 22 0 0 15 0 2 0 869427297 330559488 10500 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606693323 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/3955/statm: 80703 10500 390 364 0 15584 0
[pid=3957] ppid=3955 vsize=302356 CPUtime=93.84 cores=1,3,5,7
/proc/3957/stat : 3957 (scip-2.0.1.linu) T 3955 3957 3957 0 -1 4202496 248296 0 0 0 9326 58 0 0 25 0 1 0 869427298 309612544 62383 33554432000 4194304 15243407 140733993851152 18446744073709551615 12374690 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/3957/statm: 75589 62383 837 2698 0 72884 0
[pid=3955/tid=3964] ppid=3880 vsize=322812 CPUtime=0 cores=1,3,5,7
/proc/3955/task/3964/stat : 3964 (python) S 3880 3880 2236 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 869432159 330559488 10500 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554946 18446604460564632704 0 0 -1 7 0 0 0
[pid=3965] ppid=3880 vsize=333068 CPUtime=0.21 cores=1,3,5,7
/proc/3965/stat : 3965 (python) S 3880 3880 2236 0 -1 4202560 1137 0 0 0 10 11 0 0 16 0 2 0 869432161 341061632 10504 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606693323 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/3965/statm: 83267 10504 390 364 0 18145 0
[pid=3967] ppid=3965 vsize=8542880 CPUtime=49.85 cores=1,3,5,7
/proc/3967/stat : 3967 (java) T 3965 3967 3967 0 -1 4202496 288272 0 1 0 4951 34 0 0 15 0 19 0 869432161 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3967/statm: 2135720 284937 2248 9 0 2126461 0
[pid=3967/tid=3968] ppid=3965 vsize=8542880 CPUtime=47.45 cores=1,3,5,7
/proc/3967/task/3968/stat : 3968 (java) T 3965 3967 3967 0 -1 4202560 233829 0 1 0 4719 26 0 0 25 0 19 0 869432163 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 46912505988393 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=3967/tid=3969] ppid=3965 vsize=8542880 CPUtime=0.08 cores=1,3,5,7
/proc/3967/task/3969/stat : 3969 (java) T 3965 3967 3967 0 -1 4202560 5830 0 0 0 8 0 0 0 15 0 19 0 869432163 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606682521 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3967/tid=3970] ppid=3965 vsize=8542880 CPUtime=0.07 cores=1,3,5,7
/proc/3967/task/3970/stat : 3970 (java) T 3965 3967 3967 0 -1 4202560 6067 0 0 0 7 0 0 0 15 0 19 0 869432163 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606682521 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=3967/tid=3971] ppid=3965 vsize=8542880 CPUtime=0.07 cores=1,3,5,7
/proc/3967/task/3971/stat : 3971 (java) T 3965 3967 3967 0 -1 4202560 6053 0 0 0 7 0 0 0 15 0 19 0 869432163 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606682521 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3967/tid=3972] ppid=3965 vsize=8542880 CPUtime=0.04 cores=1,3,5,7
/proc/3967/task/3972/stat : 3972 (java) T 3965 3967 3967 0 -1 4202560 3491 0 0 0 4 0 0 0 15 0 19 0 869432163 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606682521 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=3967/tid=3973] ppid=3965 vsize=8542880 CPUtime=0.06 cores=1,3,5,7
/proc/3967/task/3973/stat : 3973 (java) T 3965 3967 3967 0 -1 4202560 3861 0 0 0 6 0 0 0 15 0 19 0 869432163 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606682521 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3967/tid=3974] ppid=3965 vsize=8542880 CPUtime=0.1 cores=1,3,5,7
/proc/3967/task/3974/stat : 3974 (java) T 3965 3967 3967 0 -1 4202560 8162 0 0 0 10 0 0 0 15 0 19 0 869432163 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606682521 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=3967/tid=3975] ppid=3965 vsize=8542880 CPUtime=0.07 cores=1,3,5,7
/proc/3967/task/3975/stat : 3975 (java) T 3965 3967 3967 0 -1 4202560 4964 0 0 0 7 0 0 0 15 0 19 0 869432163 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606682521 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=3967/tid=3976] ppid=3965 vsize=8542880 CPUtime=0.06 cores=1,3,5,7
/proc/3967/task/3976/stat : 3976 (java) T 3965 3967 3967 0 -1 4202560 4269 0 0 0 6 0 0 0 15 0 19 0 869432163 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606682521 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=3967/tid=3977] ppid=3965 vsize=8542880 CPUtime=0 cores=1,3,5,7
/proc/3967/task/3977/stat : 3977 (java) T 3965 3967 3967 0 -1 4202560 964 0 0 0 0 0 0 0 15 0 19 0 869432164 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606683136 0 0 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=3967/tid=3978] ppid=3965 vsize=8542880 CPUtime=0 cores=1,3,5,7
/proc/3967/task/3978/stat : 3978 (java) T 3965 3967 3967 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 869432165 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606682521 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3967/tid=3979] ppid=3965 vsize=8542880 CPUtime=0 cores=1,3,5,7
/proc/3967/task/3979/stat : 3979 (java) T 3965 3967 3967 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 869432165 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606682521 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3967/tid=3980] ppid=3965 vsize=8542880 CPUtime=0 cores=1,3,5,7
/proc/3967/task/3980/stat : 3980 (java) T 3965 3967 3967 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869432167 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606690225 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3967/tid=3981] ppid=3965 vsize=8542880 CPUtime=0.97 cores=1,3,5,7
/proc/3967/task/3981/stat : 3981 (java) T 3965 3967 3967 0 -1 4202560 5796 0 0 0 96 1 0 0 15 0 19 0 869432167 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606682521 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3967/tid=3982] ppid=3965 vsize=8542880 CPUtime=0.75 cores=1,3,5,7
/proc/3967/task/3982/stat : 3982 (java) T 3965 3967 3967 0 -1 4202560 3589 0 0 0 75 0 0 0 15 0 19 0 869432167 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606682521 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3967/tid=3983] ppid=3965 vsize=8542880 CPUtime=0 cores=1,3,5,7
/proc/3967/task/3983/stat : 3983 (java) T 3965 3967 3967 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869432167 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606682521 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=3967/tid=3984] ppid=3965 vsize=8542880 CPUtime=0 cores=1,3,5,7
/proc/3967/task/3984/stat : 3984 (java) T 3965 3967 3967 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 869432167 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606683136 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=3967/tid=3985] ppid=3965 vsize=8542880 CPUtime=0 cores=1,3,5,7
/proc/3967/task/3985/stat : 3985 (java) T 3965 3967 3967 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 869432243 8747909120 284937 33554432000 1073741824 1073778376 140737428296736 18446744073709551615 235606683136 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3965/tid=4009] ppid=3880 vsize=333068 CPUtime=0 cores=1,3,5,7
/proc/3965/task/4009/stat : 4009 (python) S 3880 3880 2236 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 869436937 341061632 10504 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554946 18446604454814557376 0 0 -1 7 0 0 0
[pid=4010] ppid=3880 vsize=343324 CPUtime=0.41 cores=1,3,5,7
/proc/4010/stat : 4010 (python) S 3880 3880 2236 0 -1 4202560 1241 0 0 0 19 22 0 0 16 0 2 0 869436939 351563776 10514 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606693323 0 0 16781312 33554946 18446744073709551615 0 0 17 5 0 0 0
/proc/4010/statm: 85831 10514 396 364 0 20706 0
[pid=4012] ppid=4010 vsize=108140 CPUtime=95.94 cores=1,3,5,7
/proc/4012/stat : 4012 (clasp-1.3.7-x86) T 4010 4012 4012 0 -1 4202496 27303 0 0 0 9591 3 0 0 25 0 1 0 869436940 110735360 26380 33554432000 134512640 136139019 4290840160 18446744073709551615 134599822 0 0 16781312 16386 18446744071562691360 0 0 17 7 0 0 0
/proc/4012/statm: 27035 26380 189 398 0 26635 0
[pid=4010/tid=4116] ppid=3880 vsize=343324 CPUtime=0 cores=1,3,5,7
/proc/4010/task/4116/stat : 4116 (python) S 3880 3880 2236 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 869446552 351563776 10514 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554946 18446604463185387840 0 0 -1 5 0 0 0
[pid=4145] ppid=3880 vsize=353580 CPUtime=0 cores=1,3,5,7
/proc/4145/stat : 4145 (python) S 3880 3880 2236 0 -1 4202560 826 0 0 0 0 0 0 0 15 0 1 0 869455706 362065920 10440 33554432000 4194304 5683644 140733911692912 18446744073709551615 235594886726 0 0 16781312 33554946 3650753992947924992 0 0 17 5 0 0 0
/proc/4145/statm: 88395 10440 319 364 0 23267 0
[pid=4147] ppid=4145 vsize=8541772 CPUtime=1.9 cores=1,3,5,7
/proc/4147/stat : 4147 (java) S 4145 4147 4147 0 -1 4202496 78294 0 1 0 181 9 0 0 20 0 18 0 869455706 8746774528 75166 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4147/statm: 2135443 75166 2240 9 0 2126184 0
[pid=4147/tid=4148] ppid=4145 vsize=8541772 CPUtime=0.82 cores=1,3,5,7
/proc/4147/task/4148/stat : 4148 (java) R 4145 4147 4147 0 -1 4202560 56774 0 1 0 76 6 0 0 25 0 18 0 869455707 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606692533 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4147/tid=4149] ppid=4145 vsize=8541772 CPUtime=0.04 cores=1,3,5,7
/proc/4147/task/4149/stat : 4149 (java) S 4145 4147 4147 0 -1 4202560 3577 0 0 0 4 0 0 0 17 0 18 0 869455707 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606682521 0 4 0 16800975 18446604466482711232 0 0 -1 5 0 0 0
[pid=4147/tid=4150] ppid=4145 vsize=8541772 CPUtime=0.02 cores=1,3,5,7
/proc/4147/task/4150/stat : 4150 (java) S 4145 4147 4147 0 -1 4202560 1691 0 0 0 2 0 0 0 17 0 18 0 869455707 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606682521 0 4 0 16800975 18446604466482711232 0 0 -1 5 0 0 0
[pid=4147/tid=4151] ppid=4145 vsize=8541772 CPUtime=0.02 cores=1,3,5,7
/proc/4147/task/4151/stat : 4151 (java) S 4145 4147 4147 0 -1 4202560 1337 0 0 0 2 0 0 0 19 0 18 0 869455707 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606682521 0 4 0 16800975 18446604466482711232 0 0 -1 7 0 0 0
[pid=4147/tid=4152] ppid=4145 vsize=8541772 CPUtime=0 cores=1,3,5,7
/proc/4147/task/4152/stat : 4152 (java) S 4145 4147 4147 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 869455707 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606682521 0 4 0 16800975 18446604466482711232 0 0 -1 5 0 0 0
[pid=4147/tid=4153] ppid=4145 vsize=8541772 CPUtime=0 cores=1,3,5,7
/proc/4147/task/4153/stat : 4153 (java) S 4145 4147 4147 0 -1 4202560 1093 0 0 0 0 0 0 0 18 0 18 0 869455707 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606682521 0 4 0 16800975 18446604466482711232 0 0 -1 1 0 0 0
[pid=4147/tid=4154] ppid=4145 vsize=8541772 CPUtime=0.02 cores=1,3,5,7
/proc/4147/task/4154/stat : 4154 (java) S 4145 4147 4147 0 -1 4202560 2174 0 0 0 2 0 0 0 18 0 18 0 869455707 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606682521 0 4 0 16800975 18446604466482711232 0 0 -1 7 0 0 0
[pid=4147/tid=4155] ppid=4145 vsize=8541772 CPUtime=0 cores=1,3,5,7
/proc/4147/task/4155/stat : 4155 (java) S 4145 4147 4147 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 869455707 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606682521 0 4 0 16800975 18446604466482711232 0 0 -1 1 0 0 0
[pid=4147/tid=4156] ppid=4145 vsize=8541772 CPUtime=0.01 cores=1,3,5,7
/proc/4147/task/4156/stat : 4156 (java) S 4145 4147 4147 0 -1 4202560 1143 0 0 0 1 0 0 0 18 0 18 0 869455707 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606682521 0 4 0 16800975 18446604466482711232 0 0 -1 1 0 0 0
[pid=4147/tid=4157] ppid=4145 vsize=8541772 CPUtime=0 cores=1,3,5,7
/proc/4147/task/4157/stat : 4157 (java) S 4145 4147 4147 0 -1 4202560 73 0 0 0 0 0 0 0 18 0 18 0 869455708 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606683136 0 0 0 16800975 18446604466482711232 0 0 -1 7 0 0 0
[pid=4147/tid=4158] ppid=4145 vsize=8541772 CPUtime=0 cores=1,3,5,7
/proc/4147/task/4158/stat : 4158 (java) S 4145 4147 4147 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 18 0 869455709 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606682521 0 4 0 16800975 18446604466482711232 0 0 -1 1 0 0 0
[pid=4147/tid=4159] ppid=4145 vsize=8541772 CPUtime=0 cores=1,3,5,7
/proc/4147/task/4159/stat : 4159 (java) S 4145 4147 4147 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 869455709 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606682521 0 4 0 16800975 18446604466482711232 0 0 -1 1 0 0 0
[pid=4147/tid=4160] ppid=4145 vsize=8541772 CPUtime=0 cores=1,3,5,7
/proc/4147/task/4160/stat : 4160 (java) S 4145 4147 4147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869455711 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606690225 0 4 0 16800975 18446604466482711232 0 0 -1 1 0 0 0
[pid=4147/tid=4161] ppid=4145 vsize=8541772 CPUtime=0.48 cores=1,3,5,7
/proc/4147/task/4161/stat : 4161 (java) R 4145 4147 4147 0 -1 4202560 5358 0 0 0 48 0 0 0 23 0 18 0 869455711 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 46917214926100 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4147/tid=4162] ppid=4145 vsize=8541772 CPUtime=0.41 cores=1,3,5,7
/proc/4147/task/4162/stat : 4162 (java) S 4145 4147 4147 0 -1 4202560 3783 0 0 0 41 0 0 0 15 0 18 0 869455711 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606682521 0 4 0 16800975 18446604466482711232 0 0 -1 7 0 0 0
[pid=4147/tid=4163] ppid=4145 vsize=8541772 CPUtime=0 cores=1,3,5,7
/proc/4147/task/4163/stat : 4163 (java) S 4145 4147 4147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869455711 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606682521 0 4 0 16800975 18446604466482711232 0 0 -1 1 0 0 0
[pid=4147/tid=4164] ppid=4145 vsize=8541772 CPUtime=0 cores=1,3,5,7
/proc/4147/task/4164/stat : 4164 (java) S 4145 4147 4147 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 869455711 8746774528 75267 33554432000 1073741824 1073778376 140736117232864 18446744073709551615 235606683136 0 4 0 16800975 18446604466482711232 0 0 -1 5 0 0 0
[pid=3880/tid=3888] ppid=3878 vsize=363824 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/3888/stat : 3888 (python) S 3878 3880 2236 0 -1 4202560 34 1543 0 0 0 0 36 8 18 0 7 0 869417849 372555776 12007 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 5 0 0 0
[pid=3880/tid=3916] ppid=3878 vsize=363824 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/3916/stat : 3916 (python) S 3878 3880 2236 0 -1 4202560 28 1543 0 0 0 0 36 8 20 0 7 0 869422711 372555776 12007 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 7 0 0 0
[pid=3880/tid=3956] ppid=3878 vsize=363824 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/3956/stat : 3956 (python) S 3878 3880 2236 0 -1 4202560 30 1543 0 0 0 0 36 8 18 0 7 0 869427298 372555776 12007 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 5 0 0 0
[pid=3880/tid=3966] ppid=3878 vsize=363824 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/3966/stat : 3966 (python) S 3878 3880 2236 0 -1 4202560 25 1543 0 0 0 0 36 8 20 0 7 0 869432161 372555776 12007 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 7 0 0 0
[pid=3880/tid=4011] ppid=3878 vsize=363824 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/4011/stat : 4011 (python) S 3878 3880 2236 0 -1 4202560 26 1543 0 0 0 0 36 8 20 0 7 0 869436940 372555776 12007 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 5 0 0 0
[pid=3880/tid=4146] ppid=3878 vsize=363824 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/4146/stat : 4146 (python) S 3878 3880 2236 0 -1 4202560 27 1543 0 0 0 0 36 8 20 0 7 0 869455706 372555776 12007 33554432000 4194304 5683644 140733911692912 18446744073709551615 235606690225 0 0 16781312 33554434 18446604465102268288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 386.5
Current children cumulated vsize (KiB) 20247100

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 382.092
CPU time (s): 386.5
CPU user time (s): 383.79
CPU system time (s): 2.71
CPU usage (%): 101.154
Max. virtual memory (cumulated for all children) (KiB): 20247100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.34564
system time used= 0.352946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27035
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= 19402
involuntary context switches= 37

runsolver used 2.69359 second user time and 6.10907 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-09 02:09:48
IDJOB=3481561
IDBENCH=48228
IDSOLVER=1970
FILE ID=node120/3481561-1307578187
RUNJOBID= node120-1307576358-2264
PBS_JOBID= 13547679
Free space on /tmp= 73400 MiB

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

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

MD5SUM BENCH= 95a6f76009dbd8a204f015cb008300c0
RANDOM SEED=156440586

node120.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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.07
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.809
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.82
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.809
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.75
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.809
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.78
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13794884 kB
Buffers:        162576 kB
Cached:         902004 kB
SwapCached:      12060 kB
Active:       18626236 kB
Inactive:       176740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13794884 kB
SwapTotal:    67111528 kB
SwapFree:     34366004 kB
Dirty:          102544 kB
Writeback:           0 kB
AnonPages:    17736364 kB
Mapped:         108120 kB
Slab:           148148 kB
PageTables:     133508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 128807108 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= 73212 MiB
End job on node120 at 2011-06-09 02:16:12