Trace number 3481577

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.72 696.196

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_60_1.opb
MD5SUM6c6505c4760e09c43f48167716751a54
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-44
Best CPU time to get the best result obtained on this benchmark1797.36
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
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)74732
Sum of products size (including duplicates)149464
Number of different products37366
Sum of products size74732

Solver Data

0.36/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.36/0.68	c INFO: solving HOME/instance-3481577-1307578298.opb
0.96/1.23	c INFO: wrote linearized instance to HOME/tmpHY9_m5.opb
1.26/2.34	c INFO: parsing took 0.54 s
2.56/2.85	c INFO: features took 1.07 CPU seconds
2.56/2.87	c INFO: running scip-2.0.1-spx@0 for 45 with 1798 remaining (b = 0.08)
51.84/51.95	c INFO: running wbo1.4a@0 for 45 with 1749 remaining (b = 0.02)
101.68/101.51	c INFO: running scip-2.0.1-clp@0 for 45 with 1699 remaining (b = 0.01)
150.61/150.41	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1651 remaining (b = 0.01)
199.03/196.09	c INFO: running scip-2.0.1-spx@48 for 45 with 1603 remaining (b = 0.01)
245.58/242.35	c INFO: running scip-2.0.1-spx@95 for 228 with 1557 remaining (b = 0.03)
471.58/467.26	c INFO: running scip-2.0.1-clp@48 for 45 with 1333 remaining (b = 0.01)
518.17/513.55	c INFO: running clasp-1.3.7@0 for 91 with 1286 remaining (b = 0.02)
611.48/606.46	c INFO: running scip-2.0.1-clp@94 for 91 with 1194 remaining (b = 0.01)
701.45/695.96	c INFO: running sat4j-pb-v20101225@0 for 91 with 1104 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-3481577-1307578298/watcher-3481577-1307578298 -o /tmp/evaluation-result-3481577-1307578298/solver-3481577-1307578298 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481577-1307578298.opb -seed 1161415365 -budget 1800 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.08 1.79 2/806 23435
/proc/meminfo: memFree=17086144/32950928 swapFree=50514916/67111528
[pid=23435] ppid=23433 vsize=16244 CPUtime=0 cores=0,2,4,6
/proc/23435/stat : 23435 (python) R 23433 23435 21667 0 -1 4202496 1042 0 0 0 0 0 0 0 25 0 1 0 948060524 16633856 913 33554432000 4194304 5683644 140735099979744 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23435/statm: 4061 913 380 364 0 548 0

[startup+0.0888529 s]
/proc/loadavg: 2.05 2.08 1.79 2/806 23435
/proc/meminfo: memFree=17086144/32950928 swapFree=50514916/67111528
[pid=23435] ppid=23433 vsize=56748 CPUtime=0.05 cores=0,2,4,6
/proc/23435/stat : 23435 (python) S 23433 23435 21667 0 -1 4202496 2104 0 0 0 4 1 0 0 25 0 1 0 948060524 58109952 1858 33554432000 4194304 5683644 140735099979744 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/23435/statm: 14187 1858 499 364 0 1310 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 56748

[startup+0.100851 s]
/proc/loadavg: 2.05 2.08 1.79 2/806 23435
/proc/meminfo: memFree=17086144/32950928 swapFree=50514916/67111528
[pid=23435] ppid=23433 vsize=85624 CPUtime=0.07 cores=0,2,4,6
/proc/23435/stat : 23435 (python) R 23433 23435 21667 0 -1 4202496 2666 0 0 0 5 2 0 0 25 0 1 0 948060524 87678976 2382 33554432000 4194304 5683644 140735099979744 18446744073709551615 256415389696 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23435/statm: 21406 2382 715 364 0 1623 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85624

[startup+0.300825 s]
/proc/loadavg: 2.05 2.08 1.79 2/806 23435
/proc/meminfo: memFree=17086144/32950928 swapFree=50514916/67111528
[pid=23435] ppid=23433 vsize=123744 CPUtime=0.18 cores=0,2,4,6
/proc/23435/stat : 23435 (python) S 23433 23435 21667 0 -1 4202496 5358 931 1 0 12 6 0 0 17 0 1 0 948060524 126713856 3744 33554432000 4194304 5683644 140735099979744 18446744073709551615 256415387653 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/23435/statm: 30936 3744 987 364 0 2768 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 123744

[startup+0.704793 s]
/proc/loadavg: 2.05 2.08 1.79 2/806 23435
/proc/meminfo: memFree=17086144/32950928 swapFree=50514916/67111528
[pid=23435] ppid=23433 vsize=282408 CPUtime=0.42 cores=0,2,4,6
/proc/23435/stat : 23435 (python) S 23433 23435 21667 0 -1 4202496 9206 931 1 0 30 12 0 0 16 0 1 0 948060524 289185792 6937 33554432000 4194304 5683644 140735099979744 18446744073709551615 256415411727 0 0 16781312 2 4294934786 0 0 17 4 0 0 0
/proc/23435/statm: 70602 6937 1777 364 0 5495 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282408

[startup+1.50064 s]
/proc/loadavg: 2.05 2.08 1.79 3/808 23441
/proc/meminfo: memFree=17055500/32950928 swapFree=50514916/67111528
[pid=23435] ppid=23433 vsize=297472 CPUtime=1.26 cores=0,2,4,6
/proc/23435/stat : 23435 (python) R 23433 23435 21667 0 -1 4202496 14861 1588 1 0 59 14 52 1 18 0 1 0 948060524 304611328 10651 33554432000 4194304 5683644 140735099979744 18446744073709551615 47847915992171 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23435/statm: 74368 10651 1782 364 0 9261 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 297472

[startup+3.12134 s]
/proc/loadavg: 2.05 2.08 1.79 3/810 23444
/proc/meminfo: memFree=16992492/32950928 swapFree=50514916/67111528
[pid=23435] ppid=23433 vsize=315420 CPUtime=2.63 cores=0,2,4,6
/proc/23435/stat : 23435 (python) S 23433 23435 21667 0 -1 4202496 22240 1588 1 0 195 15 52 1 22 0 2 0 948060524 322990080 12694 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/23435/statm: 78855 12694 1871 364 0 13742 0
[pid=23442] ppid=23435 vsize=305176 CPUtime=0 cores=0,2,4,6
/proc/23442/stat : 23442 (python) S 23435 23435 21667 0 -1 4202560 704 0 0 0 0 0 0 0 20 0 1 0 948060811 312500224 11137 33554432000 4194304 5683644 140735099979744 18446744073709551615 256415411727 0 0 16781312 33554946 7236393279506317570 0 0 17 2 0 0 0
/proc/23442/statm: 76294 11137 318 364 0 11181 0
[pid=23444] ppid=23442 vsize=90796 CPUtime=0.22 cores=0,2,4,6
/proc/23444/stat : 23444 (scip-2.0.1.linu) R 23442 23444 23444 0 -1 4202496 21046 0 0 0 21 1 0 0 18 0 1 0 948060811 92975104 20351 33554432000 4194304 13684479 140736149252848 18446744073709551615 6737195 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23444/statm: 22699 20351 534 2317 0 20377 0
[pid=23435/tid=23443] ppid=23433 vsize=315420 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23443/stat : 23443 (python) S 23433 23435 21667 0 -1 4202560 26 1588 0 0 0 0 52 1 22 0 2 0 948060811 322990080 12694 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 711392

[startup+6.30074 s]
/proc/loadavg: 2.05 2.08 1.79 3/810 23444
/proc/meminfo: memFree=16712980/32950928 swapFree=50514916/67111528
[pid=23435] ppid=23433 vsize=315420 CPUtime=2.63 cores=0,2,4,6
/proc/23435/stat : 23435 (python) S 23433 23435 21667 0 -1 4202496 22240 1588 1 0 195 15 52 1 22 0 2 0 948060524 322990080 12694 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/23435/statm: 78855 12694 1871 364 0 13742 0
[pid=23442] ppid=23435 vsize=305176 CPUtime=0 cores=0,2,4,6
/proc/23442/stat : 23442 (python) S 23435 23435 21667 0 -1 4202560 712 0 0 0 0 0 0 0 15 0 1 0 948060811 312500224 11137 33554432000 4194304 5683644 140735099979744 18446744073709551615 256415411727 0 0 16781312 33554946 7236393279506317570 0 0 17 2 0 0 0
/proc/23442/statm: 76294 11137 318 364 0 11181 0
[pid=23444] ppid=23442 vsize=345804 CPUtime=3.43 cores=0,2,4,6
/proc/23444/stat : 23444 (scip-2.0.1.linu) R 23442 23444 23444 0 -1 4202496 84290 0 0 0 324 19 0 0 25 0 1 0 948060811 354103296 79752 33554432000 4194304 13684479 140736149252848 18446744073709551615 7359706 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23444/statm: 86451 79752 829 2317 0 84129 0
[pid=23435/tid=23443] ppid=23433 vsize=315420 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23443/stat : 23443 (python) S 23433 23435 21667 0 -1 4202560 26 1588 0 0 0 0 52 1 22 0 2 0 948060811 322990080 12694 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 966400

[startup+12.7005 s]
/proc/loadavg: 2.04 2.07 1.79 3/810 23444
/proc/meminfo: memFree=16682708/32950928 swapFree=50514916/67111528
[pid=23435] ppid=23433 vsize=315420 CPUtime=2.63 cores=0,2,4,6
/proc/23435/stat : 23435 (python) S 23433 23435 21667 0 -1 4202496 22240 1588 1 0 195 15 52 1 22 0 2 0 948060524 322990080 12694 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/23435/statm: 78855 12694 1871 364 0 13742 0
[pid=23442] ppid=23435 vsize=305176 CPUtime=0.04 cores=0,2,4,6
/proc/23442/stat : 23442 (python) S 23435 23435 21667 0 -1 4202560 868 0 0 0 2 2 0 0 15 0 1 0 948060811 312500224 11161 33554432000 4194304 5683644 140735099979744 18446744073709551615 256415411727 0 0 16781312 33554946 72556772316949380 0 0 17 6 0 0 0
/proc/23442/statm: 76294 11161 342 364 0 11181 0
[pid=23444] ppid=23442 vsize=366928 CPUtime=9.81 cores=0,2,4,6
/proc/23444/stat : 23444 (scip-2.0.1.linu) R 23442 23444 23444 0 -1 4202496 92098 0 0 0 961 20 0 0 25 0 1 0 948060811 375734272 87008 33554432000 4194304 13684479 140736149252848 18446744073709551615 7342990 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23444/statm: 91732 87008 841 2317 0 89410 0
[pid=23435/tid=23443] ppid=23433 vsize=315420 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23443/stat : 23443 (python) S 23433 23435 21667 0 -1 4202560 26 1588 0 0 0 0 52 1 22 0 2 0 948060811 322990080 12694 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 987524

[startup+25.5011 s]
/proc/loadavg: 2.03 2.07 1.79 3/810 23444
/proc/meminfo: memFree=16678636/32950928 swapFree=50514916/67111528
[pid=23435] ppid=23433 vsize=315420 CPUtime=2.63 cores=0,2,4,6
/proc/23435/stat : 23435 (python) S 23433 23435 21667 0 -1 4202496 22240 1588 1 0 195 15 52 1 22 0 2 0 948060524 322990080 12694 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/23435/statm: 78855 12694 1871 364 0 13742 0
[pid=23442] ppid=23435 vsize=305176 CPUtime=0.09 cores=0,2,4,6
/proc/23442/stat : 23442 (python) S 23435 23435 21667 0 -1 4202560 873 0 0 0 4 5 0 0 15 0 1 0 948060811 312500224 11161 33554432000 4194304 5683644 140735099979744 18446744073709551615 256415411727 0 0 16781312 33554946 72556772316949380 0 0 17 6 0 0 0
/proc/23442/statm: 76294 11161 342 364 0 11181 0
[pid=23444] ppid=23442 vsize=366928 CPUtime=22.61 cores=0,2,4,6
/proc/23444/stat : 23444 (scip-2.0.1.linu) R 23442 23444 23444 0 -1 4202496 92179 0 0 0 2240 21 0 0 25 0 1 0 948060811 375734272 87057 33554432000 4194304 13684479 140736149252848 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23444/statm: 91732 87057 829 2317 0 89410 0
[pid=23435/tid=23443] ppid=23433 vsize=315420 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23443/stat : 23443 (python) S 23433 23435 21667 0 -1 4202560 26 1588 0 0 0 0 52 1 22 0 2 0 948060811 322990080 12694 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 987524

[startup+51.1012 s]
/proc/loadavg: 2.15 2.09 1.81 3/832 23467
/proc/meminfo: memFree=15262336/32950928 swapFree=50514916/67111528
[pid=23435] ppid=23433 vsize=315420 CPUtime=2.63 cores=0,2,4,6
/proc/23435/stat : 23435 (python) S 23433 23435 21667 0 -1 4202496 22240 1588 1 0 195 15 52 1 22 0 2 0 948060524 322990080 12694 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/23435/statm: 78855 12694 1871 364 0 13742 0
[pid=23442] ppid=23435 vsize=305176 CPUtime=0.2 cores=0,2,4,6
/proc/23442/stat : 23442 (python) S 23435 23435 21667 0 -1 4202560 884 0 0 0 9 11 0 0 15 0 1 0 948060811 312500224 11161 33554432000 4194304 5683644 140735099979744 18446744073709551615 256415411727 0 0 16781312 33554946 72556772316949380 0 0 17 6 0 0 0
/proc/23442/statm: 76294 11161 342 364 0 11181 0
[pid=23444] ppid=23442 vsize=368304 CPUtime=48.21 cores=0,2,4,6
/proc/23444/stat : 23444 (scip-2.0.1.linu) R 23442 23444 23444 0 -1 4202496 92212 0 0 0 4798 23 0 0 25 0 1 0 948060811 377143296 87088 33554432000 4194304 13684479 140736149252848 18446744073709551615 7390450 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23444/statm: 92076 87088 832 2317 0 89754 0
[pid=23435/tid=23443] ppid=23433 vsize=315420 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23443/stat : 23443 (python) S 23433 23435 21667 0 -1 4202560 26 1588 0 0 0 0 52 1 22 0 2 0 948060811 322990080 12694 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 988900

[startup+102.301 s]
/proc/loadavg: 2.06 2.08 1.82 3/844 23480
/proc/meminfo: memFree=14092624/32950928 swapFree=50514916/67111528
[pid=23435] ppid=23433 vsize=335932 CPUtime=2.68 cores=0,2,4,6
/proc/23435/stat : 23435 (python) S 23433 23435 21667 0 -1 4202496 24053 1588 1 0 200 15 52 1 20 0 4 0 948060524 343994368 12707 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/23435/statm: 83983 12707 1876 364 0 18864 0
[pid=23442] ppid=23435 vsize=315420 CPUtime=0.23 cores=0,2,4,6
/proc/23442/stat : 23442 (python) S 23435 23435 21667 0 -1 4202560 1088 0 0 0 11 12 0 0 16 0 2 0 948060811 322990080 11229 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427218379 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/23442/statm: 78855 11229 405 364 0 13742 0
[pid=23444] ppid=23442 vsize=368304 CPUtime=49.04 cores=0,2,4,6
/proc/23444/stat : 23444 (scip-2.0.1.linu) T 23442 23444 23444 0 -1 4202496 92445 0 0 0 4881 23 0 0 25 0 1 0 948060811 377143296 87301 33554432000 4194304 13684479 140736149252848 18446744073709551615 7390467 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/23444/statm: 92076 87301 812 2317 0 89754 0
[pid=23442/tid=23468] ppid=23435 vsize=315420 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23468/stat : 23468 (python) S 23435 23435 21667 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 948065717 322990080 11229 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554946 18446604447279169920 0 0 -1 6 0 0 0
[pid=23469] ppid=23435 vsize=315432 CPUtime=0.28 cores=0,2,4,6
/proc/23469/stat : 23469 (python) S 23435 23435 21667 0 -1 4202560 1189 0 0 0 15 13 0 0 16 0 2 0 948065719 323002368 11220 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427218379 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/23469/statm: 78858 11220 396 364 0 13742 0
[pid=23471] ppid=23469 vsize=100920 CPUtime=49.47 cores=0,2,4,6
/proc/23471/stat : 23471 (wbo1.4a) T 23469 23471 23471 0 -1 4202496 27766 0 0 0 4932 15 0 0 25 0 1 0 948065719 103342080 24605 33554432000 134512640 135751879 4289576368 18446744073709551615 134518464 0 0 16781312 3 18446744071562691360 0 0 17 2 0 0 0
/proc/23471/statm: 25230 24605 146 303 0 24925 0
[pid=23469/tid=23477] ppid=23435 vsize=315432 CPUtime=0 cores=0,2,4,6
/proc/23469/task/23477/stat : 23477 (python) S 23435 23435 21667 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 948070673 323002368 11220 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554946 18446604451201925248 0 0 -1 6 0 0 0
[pid=23478] ppid=23435 vsize=325688 CPUtime=0 cores=0,2,4,6
/proc/23478/stat : 23478 (python) S 23435 23435 21667 0 -1 4202560 872 0 0 0 0 0 0 0 16 0 1 0 948070675 333504512 11153 33554432000 4194304 5683644 140735099979744 18446744073709551615 256415411782 0 0 16781312 33554946 300397747918307586 0 0 17 0 0 0 0
/proc/23478/statm: 81422 11153 326 364 0 16303 0
[pid=23480] ppid=23478 vsize=136636 CPUtime=0.77 cores=0,2,4,6
/proc/23480/stat : 23480 (scip-2.0.1.linu) R 23478 23480 23480 0 -1 4202496 32806 0 0 0 69 8 0 0 22 0 1 0 948070676 139915264 31355 33554432000 4194304 15243407 140734380371456 18446744073709551615 13277498 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23480/statm: 34159 31355 657 2698 0 31454 0
[pid=23435/tid=23443] ppid=23433 vsize=335932 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23443/stat : 23443 (python) S 23433 23435 21667 0 -1 4202560 26 1588 0 0 0 0 52 1 22 0 4 0 948060811 343994368 12707 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 2 0 0 0
[pid=23435/tid=23470] ppid=23433 vsize=335932 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23470/stat : 23470 (python) S 23433 23435 21667 0 -1 4202560 33 1588 0 0 0 0 52 1 20 0 4 0 948065719 343994368 12707 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 0 0 0 0
[pid=23435/tid=23479] ppid=23433 vsize=335932 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23479/stat : 23479 (python) S 23433 23435 21667 0 -1 4202560 29 1588 0 0 0 0 52 1 20 0 4 0 948070676 343994368 12707 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.47
Current children cumulated vsize (KiB) 1898332

[startup+162.302 s]
/proc/loadavg: 2.34 2.14 1.85 3/866 23504
/proc/meminfo: memFree=12735536/32950928 swapFree=50514916/67111528
[pid=23435] ppid=23433 vsize=346188 CPUtime=2.71 cores=0,2,4,6
/proc/23435/stat : 23435 (python) S 23433 23435 21667 0 -1 4202496 25087 1588 1 0 202 16 52 1 20 0 5 0 948060524 354496512 12713 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0

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

[pid=23435/tid=23443] ppid=23433 vsize=366700 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23443/stat : 23443 (python) S 23433 23435 21667 0 -1 4202560 31 1588 0 0 0 0 52 1 18 0 7 0 948060811 375500800 12725 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 2 0 0 0
[pid=23435/tid=23470] ppid=23433 vsize=366700 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23470/stat : 23470 (python) S 23433 23435 21667 0 -1 4202560 33 1588 0 0 0 0 52 1 20 0 7 0 948065719 375500800 12725 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 0 0 0 0
[pid=23435/tid=23479] ppid=23433 vsize=366700 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23479/stat : 23479 (python) S 23433 23435 21667 0 -1 4202560 38 1588 0 0 0 0 52 1 18 0 7 0 948070676 375500800 12725 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 2 0 0 0
[pid=23435/tid=23485] ppid=23433 vsize=366700 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23485/stat : 23485 (python) S 23433 23435 21667 0 -1 4202560 31 1588 0 0 0 0 52 1 20 0 7 0 948075565 375500800 12725 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 2 0 0 0
[pid=23435/tid=23762] ppid=23433 vsize=366700 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23762/stat : 23762 (python) S 23433 23435 21667 0 -1 4202560 31 1588 0 0 0 0 52 1 20 0 7 0 948111879 375500800 12725 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 0 0 0 0
[pid=23435/tid=23776] ppid=23433 vsize=366700 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23776/stat : 23776 (python) S 23433 23435 21667 0 -1 4202560 30 1588 0 0 0 0 52 1 20 0 7 0 948130121 375500800 12725 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.72
Current children cumulated vsize (KiB) 20507508

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

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

[startup+696.102 s]
/proc/loadavg: 2.08 2.08 1.93 4/921 23794
/proc/meminfo: memFree=10361132/32950928 swapFree=50514916/67111528
[pid=23435] ppid=23433 vsize=366700 CPUtime=2.84 cores=0,2,4,6
/proc/23435/stat : 23435 (python) S 23433 23435 21667 0 -1 4202496 27187 1588 1 0 215 16 52 1 20 0 7 0 948060524 375500800 12725 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/23435/statm: 91675 12725 1882 364 0 26547 0
[pid=23442] ppid=23435 vsize=315420 CPUtime=1.57 cores=0,2,4,6
/proc/23442/stat : 23442 (python) S 23435 23435 21667 0 -1 4202560 1172 0 0 0 78 79 0 0 15 0 2 0 948060811 322990080 11230 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427218379 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/23442/statm: 78855 11230 406 364 0 13742 0
[pid=23444] ppid=23442 vsize=547836 CPUtime=320.18 cores=0,2,4,6
/proc/23444/stat : 23444 (scip-2.0.1.linu) T 23442 23444 23444 0 -1 4202496 140158 0 0 0 31966 52 0 0 25 0 1 0 948060811 560984064 133001 33554432000 4194304 13684479 140736149252848 18446744073709551615 6427716 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/23444/statm: 136959 133001 1019 2317 0 134637 0
[pid=23442/tid=23468] ppid=23435 vsize=315420 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23468/stat : 23468 (python) S 23435 23435 21667 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 948065717 322990080 11230 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554946 18446604447279169920 0 0 -1 6 0 0 0
[pid=23469] ppid=23435 vsize=315432 CPUtime=0.28 cores=0,2,4,6
/proc/23469/stat : 23469 (python) S 23435 23435 21667 0 -1 4202560 1189 0 0 0 15 13 0 0 16 0 2 0 948065719 323002368 11220 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427218379 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/23469/statm: 78858 11220 396 364 0 13742 0
[pid=23471] ppid=23469 vsize=100920 CPUtime=49.47 cores=0,2,4,6
/proc/23471/stat : 23471 (wbo1.4a) T 23469 23471 23471 0 -1 4202496 27766 0 0 0 4932 15 0 0 25 0 1 0 948065719 103342080 24605 33554432000 134512640 135751879 4289576368 18446744073709551615 134518464 0 0 16781312 3 18446744071562691360 0 0 17 2 0 0 0
/proc/23471/statm: 25230 24605 146 303 0 24925 0
[pid=23469/tid=23477] ppid=23435 vsize=315432 CPUtime=0 cores=0,2,4,6
/proc/23469/task/23477/stat : 23477 (python) S 23435 23435 21667 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 948070673 323002368 11220 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554946 18446604451201925248 0 0 -1 6 0 0 0
[pid=23478] ppid=23435 vsize=325688 CPUtime=0.96 cores=0,2,4,6
/proc/23478/stat : 23478 (python) S 23435 23435 21667 0 -1 4202560 1248 0 0 0 50 46 0 0 16 0 2 0 948070675 333504512 11224 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427218379 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/23478/statm: 81422 11224 396 364 0 16303 0
[pid=23480] ppid=23478 vsize=356388 CPUtime=184.54 cores=0,2,4,6
/proc/23480/stat : 23480 (scip-2.0.1.linu) T 23478 23480 23480 0 -1 4202496 377815 0 0 0 18380 74 0 0 25 0 1 0 948070676 364941312 74124 33554432000 4194304 15243407 140734380371456 18446744073709551615 6951802 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/23480/statm: 89097 74124 908 2698 0 86392 0
[pid=23478/tid=23483] ppid=23435 vsize=325688 CPUtime=0 cores=0,2,4,6
/proc/23478/task/23483/stat : 23483 (python) S 23435 23435 21667 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 948075562 333504512 11224 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554946 18446604444992607552 0 0 -1 2 0 0 0
[pid=23484] ppid=23435 vsize=335944 CPUtime=0.23 cores=0,2,4,6
/proc/23484/stat : 23484 (python) S 23435 23435 21667 0 -1 4202560 1163 0 0 0 12 11 0 0 17 0 2 0 948075565 344006656 11222 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427218379 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/23484/statm: 83986 11222 390 364 0 18864 0
[pid=23486] ppid=23484 vsize=8545084 CPUtime=48.15 cores=0,2,4,6
/proc/23486/stat : 23486 (java) T 23484 23486 23486 0 -1 4202496 548852 0 1 0 4746 69 0 0 18 0 19 0 948075565 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23486/statm: 2136271 543307 2248 9 0 2127012 0
[pid=23486/tid=23487] ppid=23484 vsize=8545084 CPUtime=45.36 cores=0,2,4,6
/proc/23486/task/23487/stat : 23487 (java) T 23484 23486 23486 0 -1 4202560 484254 0 1 0 4474 62 0 0 25 0 19 0 948075567 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 46912505979987 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=23486/tid=23488] ppid=23484 vsize=8545084 CPUtime=0.11 cores=0,2,4,6
/proc/23486/task/23488/stat : 23488 (java) T 23484 23486 23486 0 -1 4202560 8047 0 0 0 11 0 0 0 15 0 19 0 948075567 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=23486/tid=23489] ppid=23484 vsize=8545084 CPUtime=0.1 cores=0,2,4,6
/proc/23486/task/23489/stat : 23489 (java) T 23484 23486 23486 0 -1 4202560 6881 0 0 0 10 0 0 0 15 0 19 0 948075567 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=23486/tid=23490] ppid=23484 vsize=8545084 CPUtime=0.15 cores=0,2,4,6
/proc/23486/task/23490/stat : 23490 (java) T 23484 23486 23486 0 -1 4202560 9932 0 0 0 15 0 0 0 15 0 19 0 948075567 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=23486/tid=23491] ppid=23484 vsize=8545084 CPUtime=0.05 cores=0,2,4,6
/proc/23486/task/23491/stat : 23491 (java) T 23484 23486 23486 0 -1 4202560 3618 0 0 0 5 0 0 0 15 0 19 0 948075567 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=23486/tid=23492] ppid=23484 vsize=8545084 CPUtime=0.07 cores=0,2,4,6
/proc/23486/task/23492/stat : 23492 (java) T 23484 23486 23486 0 -1 4202560 5743 0 0 0 7 0 0 0 15 0 19 0 948075567 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=23486/tid=23493] ppid=23484 vsize=8545084 CPUtime=0.08 cores=0,2,4,6
/proc/23486/task/23493/stat : 23493 (java) T 23484 23486 23486 0 -1 4202560 6800 0 0 0 8 0 0 0 15 0 19 0 948075567 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=23486/tid=23494] ppid=23484 vsize=8545084 CPUtime=0.05 cores=0,2,4,6
/proc/23486/task/23494/stat : 23494 (java) T 23484 23486 23486 0 -1 4202560 3780 0 0 0 5 0 0 0 15 0 19 0 948075567 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=23486/tid=23495] ppid=23484 vsize=8545084 CPUtime=0.06 cores=0,2,4,6
/proc/23486/task/23495/stat : 23495 (java) T 23484 23486 23486 0 -1 4202560 5464 0 0 0 6 0 0 0 15 0 19 0 948075567 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=23486/tid=23496] ppid=23484 vsize=8545084 CPUtime=0 cores=0,2,4,6
/proc/23486/task/23496/stat : 23496 (java) T 23484 23486 23486 0 -1 4202560 1270 0 0 0 0 0 0 0 15 0 19 0 948075568 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427208192 0 0 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=23486/tid=23497] ppid=23484 vsize=8545084 CPUtime=0 cores=0,2,4,6
/proc/23486/task/23497/stat : 23497 (java) T 23484 23486 23486 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 948075569 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=23486/tid=23498] ppid=23484 vsize=8545084 CPUtime=0 cores=0,2,4,6
/proc/23486/task/23498/stat : 23498 (java) T 23484 23486 23486 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 948075569 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=23486/tid=23499] ppid=23484 vsize=8545084 CPUtime=0 cores=0,2,4,6
/proc/23486/task/23499/stat : 23499 (java) T 23484 23486 23486 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948075571 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427215281 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=23486/tid=23500] ppid=23484 vsize=8545084 CPUtime=1.03 cores=0,2,4,6
/proc/23486/task/23500/stat : 23500 (java) T 23484 23486 23486 0 -1 4202560 4601 0 0 0 102 1 0 0 15 0 19 0 948075571 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=23486/tid=23501] ppid=23484 vsize=8545084 CPUtime=0.95 cores=0,2,4,6
/proc/23486/task/23501/stat : 23501 (java) T 23484 23486 23486 0 -1 4202560 7061 0 0 0 95 0 0 0 15 0 19 0 948075571 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=23486/tid=23502] ppid=23484 vsize=8545084 CPUtime=0 cores=0,2,4,6
/proc/23486/task/23502/stat : 23502 (java) T 23484 23486 23486 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948075571 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=23486/tid=23503] ppid=23484 vsize=8545084 CPUtime=0 cores=0,2,4,6
/proc/23486/task/23503/stat : 23503 (java) T 23484 23486 23486 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 948075571 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427208192 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=23486/tid=23504] ppid=23484 vsize=8545084 CPUtime=0 cores=0,2,4,6
/proc/23486/task/23504/stat : 23504 (java) T 23484 23486 23486 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 948075648 8750166016 543307 33554432000 1073741824 1073778376 140733876301008 18446744073709551615 256427208192 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=23484/tid=23601] ppid=23435 vsize=335944 CPUtime=0 cores=0,2,4,6
/proc/23484/task/23601/stat : 23601 (python) S 23435 23435 21667 0 -1 4202560 53 0 0 0 0 0 0 0 17 0 2 0 948080131 344006656 11222 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554946 18446604447564056512 0 0 -1 6 0 0 0
[pid=23761] ppid=23435 vsize=346200 CPUtime=0.46 cores=0,2,4,6
/proc/23761/stat : 23761 (python) S 23435 23435 21667 0 -1 4202560 1199 0 0 0 23 23 0 0 17 0 2 0 948111879 354508800 11226 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427218379 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/23761/statm: 86550 11226 390 364 0 21425 0
[pid=23763] ppid=23761 vsize=62364 CPUtime=92.87 cores=0,2,4,6
/proc/23763/stat : 23763 (clasp-1.3.7-x86) T 23761 23763 23763 0 -1 4202496 16327 0 0 0 9285 2 0 0 25 0 1 0 948111880 63860736 15307 33554432000 134512640 136139019 4292326960 18446744073709551615 134622001 0 0 16781312 16386 18446744071562691360 0 0 17 4 0 0 0
/proc/23763/statm: 15591 15307 189 398 0 15191 0
[pid=23761/tid=23768] ppid=23435 vsize=346200 CPUtime=0 cores=0,2,4,6
/proc/23761/task/23768/stat : 23768 (python) S 23435 23435 21667 0 -1 4202560 51 0 0 0 0 0 0 0 17 0 2 0 948121168 354508800 11226 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554946 18446604453869106368 0 0 -1 6 0 0 0
[pid=23775] ppid=23435 vsize=356456 CPUtime=0 cores=0,2,4,6
/proc/23775/stat : 23775 (python) S 23435 23435 21667 0 -1 4202560 797 0 0 0 0 0 0 0 18 0 1 0 948130120 365010944 11158 33554432000 4194304 5683644 140735099979744 18446744073709551615 256415411782 0 0 16781312 33554946 704976039339589890 0 0 17 6 0 0 0
/proc/23775/statm: 89114 11158 319 364 0 23986 0
[pid=23777] ppid=23775 vsize=8533076 CPUtime=0.17 cores=0,2,4,6
/proc/23777/stat : 23777 (java) S 23775 23777 23777 0 -1 4202496 5979 0 1 0 17 0 0 0 20 0 18 0 948130121 8737869824 5431 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/23777/statm: 2133269 5431 2129 9 0 2124010 0
[pid=23777/tid=23778] ppid=23775 vsize=8533076 CPUtime=0.15 cores=0,2,4,6
/proc/23777/task/23778/stat : 23778 (java) R 23775 23777 23777 0 -1 4202560 3752 0 1 0 15 0 0 0 18 0 18 0 948130122 8737869824 5449 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 46912505357408 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23777/tid=23779] ppid=23775 vsize=8533076 CPUtime=0 cores=0,2,4,6
/proc/23777/task/23779/stat : 23779 (java) S 23775 23777 23777 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 948130122 8737869824 5449 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427207577 0 4 0 16800975 18446604447725368256 0 0 -1 6 0 0 0
[pid=23777/tid=23780] ppid=23775 vsize=8533076 CPUtime=0 cores=0,2,4,6
/proc/23777/task/23780/stat : 23780 (java) S 23775 23777 23777 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 948130122 8737869824 5449 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427207577 0 4 0 16800975 18446604447725368256 0 0 -1 6 0 0 0
[pid=23777/tid=23781] ppid=23775 vsize=8533076 CPUtime=0 cores=0,2,4,6
/proc/23777/task/23781/stat : 23781 (java) S 23775 23777 23777 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 948130123 8737869824 5449 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427207577 0 4 0 16800975 18446604447725368256 0 0 -1 6 0 0 0
[pid=23777/tid=23782] ppid=23775 vsize=8533076 CPUtime=0 cores=0,2,4,6
/proc/23777/task/23782/stat : 23782 (java) S 23775 23777 23777 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948130123 8737869824 5449 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427207577 0 4 0 16800975 18446604447725368256 0 0 -1 6 0 0 0
[pid=23777/tid=23783] ppid=23775 vsize=8533076 CPUtime=0 cores=0,2,4,6
/proc/23777/task/23783/stat : 23783 (java) S 23775 23777 23777 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948130123 8737869824 5450 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427207577 0 4 0 16800975 18446604447725368256 0 0 -1 6 0 0 0
[pid=23777/tid=23784] ppid=23775 vsize=8533076 CPUtime=0 cores=0,2,4,6
/proc/23777/task/23784/stat : 23784 (java) S 23775 23777 23777 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948130123 8737869824 5450 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427207577 0 4 0 16800975 18446604447725368256 0 0 -1 6 0 0 0
[pid=23777/tid=23785] ppid=23775 vsize=8533076 CPUtime=0 cores=0,2,4,6
/proc/23777/task/23785/stat : 23785 (java) S 23775 23777 23777 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948130123 8737869824 5450 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427207577 0 4 0 16800975 18446604447725368256 0 0 -1 6 0 0 0
[pid=23777/tid=23786] ppid=23775 vsize=8533076 CPUtime=0 cores=0,2,4,6
/proc/23777/task/23786/stat : 23786 (java) S 23775 23777 23777 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948130123 8737869824 5450 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427207577 0 4 0 16800975 18446604447725368256 0 0 -1 6 0 0 0
[pid=23777/tid=23787] ppid=23775 vsize=8533076 CPUtime=0 cores=0,2,4,6
/proc/23777/task/23787/stat : 23787 (java) S 23775 23777 23777 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 948130124 8737869824 5450 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427208192 0 0 0 16800975 18446604447725368256 0 0 -1 6 0 0 0
[pid=23777/tid=23788] ppid=23775 vsize=8533076 CPUtime=0 cores=0,2,4,6
/proc/23777/task/23788/stat : 23788 (java) S 23775 23777 23777 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 948130124 8737869824 5450 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427207577 0 4 0 16800975 18446604447725368256 0 0 -1 0 0 0 0
[pid=23777/tid=23789] ppid=23775 vsize=8533076 CPUtime=0 cores=0,2,4,6
/proc/23777/task/23789/stat : 23789 (java) S 23775 23777 23777 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 948130124 8737869824 5450 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427207577 0 4 0 16800975 18446604447725368256 0 0 -1 0 0 0 0
[pid=23777/tid=23790] ppid=23775 vsize=8533076 CPUtime=0 cores=0,2,4,6
/proc/23777/task/23790/stat : 23790 (java) S 23775 23777 23777 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948130126 8737869824 5451 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427215281 0 4 0 16800975 18446604447725368256 0 0 -1 6 0 0 0
[pid=23777/tid=23791] ppid=23775 vsize=8533076 CPUtime=0 cores=0,2,4,6
/proc/23777/task/23791/stat : 23791 (java) S 23775 23777 23777 0 -1 4202560 271 0 0 0 0 0 0 0 18 0 18 0 948130126 8737869824 5451 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427207577 0 4 0 16800975 18446604447725368256 0 0 -1 6 0 0 0
[pid=23777/tid=23792] ppid=23775 vsize=8533076 CPUtime=0.01 cores=0,2,4,6
/proc/23777/task/23792/stat : 23792 (java) R 23775 23777 23777 0 -1 4202560 579 0 0 0 1 0 0 0 17 0 18 0 948130126 8737869824 5451 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427217589 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23777/tid=23793] ppid=23775 vsize=8533076 CPUtime=0 cores=0,2,4,6
/proc/23777/task/23793/stat : 23793 (java) S 23775 23777 23777 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948130126 8737869824 5451 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427207577 0 4 0 16800975 18446604447725368256 0 0 -1 6 0 0 0
[pid=23777/tid=23794] ppid=23775 vsize=8533076 CPUtime=0 cores=0,2,4,6
/proc/23777/task/23794/stat : 23794 (java) R 23775 23777 23777 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 948130126 8737869824 5451 33554432000 1073741824 1073778376 140735323483536 18446744073709551615 256427208192 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23435/tid=23443] ppid=23433 vsize=366700 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23443/stat : 23443 (python) S 23433 23435 21667 0 -1 4202560 31 1588 0 0 0 0 52 1 18 0 7 0 948060811 375500800 12725 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 2 0 0 0
[pid=23435/tid=23470] ppid=23433 vsize=366700 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23470/stat : 23470 (python) S 23433 23435 21667 0 -1 4202560 33 1588 0 0 0 0 52 1 20 0 7 0 948065719 375500800 12725 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 0 0 0 0
[pid=23435/tid=23479] ppid=23433 vsize=366700 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23479/stat : 23479 (python) S 23433 23435 21667 0 -1 4202560 38 1588 0 0 0 0 52 1 18 0 7 0 948070676 375500800 12725 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 2 0 0 0
[pid=23435/tid=23485] ppid=23433 vsize=366700 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23485/stat : 23485 (python) S 23433 23435 21667 0 -1 4202560 31 1588 0 0 0 0 52 1 20 0 7 0 948075565 375500800 12725 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 2 0 0 0
[pid=23435/tid=23762] ppid=23433 vsize=366700 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23762/stat : 23762 (python) S 23433 23435 21667 0 -1 4202560 31 1588 0 0 0 0 52 1 20 0 7 0 948111879 375500800 12725 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 0 0 0 0
[pid=23435/tid=23776] ppid=23433 vsize=366700 CPUtime=0.53 cores=0,2,4,6
/proc/23435/task/23776/stat : 23776 (python) S 23433 23435 21667 0 -1 4202560 30 1588 0 0 0 0 52 1 20 0 7 0 948130121 375500800 12725 33554432000 4194304 5683644 140735099979744 18446744073709551615 256427215281 0 0 16781312 33554434 18446604451201926144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.72
Current children cumulated vsize (KiB) 20507508

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 696.196
CPU time (s): 701.72
CPU user time (s): 697.71
CPU system time (s): 4.01
CPU usage (%): 100.794
Max. virtual memory (cumulated for all children) (KiB): 20507508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.67759
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28778
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= 29633
involuntary context switches= 32

runsolver used 6.09907 second user time and 12.6711 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-09 02:11:38
IDJOB=3481577
IDBENCH=48244
IDSOLVER=1970
FILE ID=node115/3481577-1307578298
RUNJOBID= node115-1307576359-21685
PBS_JOBID= 13547684
Free space on /tmp= 73512 MiB

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

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

MD5SUM BENCH= 6c6505c4760e09c43f48167716751a54
RANDOM SEED=1161415365

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.811
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.77
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.811
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.74
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17086300 kB
Buffers:        170684 kB
Cached:         807744 kB
SwapCached:       9708 kB
Active:       15385024 kB
Inactive:       157604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17086300 kB
SwapTotal:    67111528 kB
SwapFree:     50514916 kB
Dirty:          140720 kB
Writeback:           0 kB
AnonPages:    14561268 kB
Mapped:          95500 kB
Slab:           138996 kB
PageTables:     108816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170464020 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= 73348 MiB
End job on node115 at 2011-06-09 02:23:17