Trace number 3481579

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) 334.9 332.396

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_3.opb
MD5SUM138d1c5c8dee06528dd1cfb072975c49
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark202.376
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1236
Sum of products size (including duplicates)2472
Number of different products618
Sum of products size1236

Solver Data

0.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.32/0.47	c INFO: solving HOME/instance-3481579-1307578312.opb
0.32/0.48	c INFO: wrote linearized instance to HOME/tmpm0BjAG.opb
0.32/0.49	c INFO: parsing took 0.01 s
0.40/0.51	c INFO: features took 0.02 CPU seconds
0.40/0.54	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.58)
49.21/49.13	c INFO: running sat4j-pb-v20101225@0 for 45 with 1751 remaining (b = 0.13)
95.52/94.36	c INFO: running scip-2.0.1-clp@0 for 91 with 1705 remaining (b = 0.07)
189.16/187.44	c INFO: running wbo1.4a@0 for 45 with 1613 remaining (b = 0.02)
239.13/237.11	c INFO: running scip-2.0.1-spx@47 for 45 with 1564 remaining (b = 0.02)
286.74/284.42	c INFO: running bsolo_pb10-l3@0 for 45 with 1517 remaining (b = 0.04)
334.75/332.27	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1470 remaining (b = 0.02)

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-3481579-1307578312/watcher-3481579-1307578312 -o /tmp/evaluation-result-3481579-1307578312/solver-3481579-1307578312 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481579-1307578312.opb -seed 366253404 -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.29 2.16 1.85 2/763 4092
/proc/meminfo: memFree=14319244/32950928 swapFree=41528364/67111528
[pid=4092] ppid=4090 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/4092/stat : 4092 (python) R 4090 4092 2544 0 -1 4202496 928 0 0 0 0 0 0 0 25 0 1 0 869429979 16154624 807 33554432000 4194304 5683644 140736190898496 18446744073709551615 251814236005 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/4092/statm: 3944 807 356 364 0 431 0

[startup+0.05637 s]
/proc/loadavg: 2.29 2.16 1.85 2/763 4092
/proc/meminfo: memFree=14319244/32950928 swapFree=41528364/67111528
[pid=4092] ppid=4090 vsize=36512 CPUtime=0.03 cores=0,2,4,6
/proc/4092/stat : 4092 (python) R 4090 4092 2544 0 -1 4202496 1591 0 0 0 3 0 0 0 25 0 1 0 869429979 37388288 1425 33554432000 4194304 5683644 140736190898496 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/4092/statm: 9128 1426 452 364 0 945 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36512

[startup+0.100379 s]
/proc/loadavg: 2.29 2.16 1.85 2/763 4092
/proc/meminfo: memFree=14319244/32950928 swapFree=41528364/67111528
[pid=4092] ppid=4090 vsize=96128 CPUtime=0.07 cores=0,2,4,6
/proc/4092/stat : 4092 (python) R 4090 4092 2544 0 -1 4202496 3168 928 1 0 6 1 0 0 18 0 1 0 869429979 98435072 2484 33554432000 4194304 5683644 140736190898496 18446744073709551615 5177534 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/4092/statm: 24032 2484 792 364 0 1627 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96128

[startup+0.300339 s]
/proc/loadavg: 2.29 2.16 1.85 2/763 4092
/proc/meminfo: memFree=14319244/32950928 swapFree=41528364/67111528
[pid=4092] ppid=4090 vsize=202992 CPUtime=0.24 cores=0,2,4,6
/proc/4092/stat : 4092 (python) R 4090 4092 2544 0 -1 4202496 6678 928 1 0 18 6 0 0 18 0 1 0 869429979 207863808 4962 33554432000 4194304 5683644 140736190898496 18446744073709551615 251814283399 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/4092/statm: 50748 4962 1472 364 0 3710 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 202992

[startup+0.700267 s]
/proc/loadavg: 2.29 2.16 1.85 2/763 4092
/proc/meminfo: memFree=14319244/32950928 swapFree=41528364/67111528
[pid=4092] ppid=4090 vsize=293408 CPUtime=0.44 cores=0,2,4,6
/proc/4092/stat : 4092 (python) S 4090 4092 2544 0 -1 4202496 10753 1324 1 0 36 8 0 0 21 0 2 0 869429979 300449792 7209 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826066891 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/4092/statm: 73352 7209 1863 364 0 8239 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 293408

[startup+1.50108 s]
/proc/loadavg: 2.29 2.16 1.85 3/767 4101
/proc/meminfo: memFree=14262420/32950928 swapFree=41528364/67111528
[pid=4092] ppid=4090 vsize=293408 CPUtime=0.44 cores=0,2,4,6
/proc/4092/stat : 4092 (python) S 4090 4092 2544 0 -1 4202496 10753 1324 1 0 36 8 0 0 21 0 2 0 869429979 300449792 7209 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826066891 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/4092/statm: 73352 7209 1863 364 0 8239 0
[pid=4099] ppid=4092 vsize=283164 CPUtime=0 cores=0,2,4,6
/proc/4099/stat : 4099 (python) S 4092 4092 2544 0 -1 4202560 832 0 0 0 0 0 0 0 15 0 1 0 869430034 289959936 5667 33554432000 4194304 5683644 140736190898496 18446744073709551615 251814260239 0 0 16781312 33554946 2625915220630962176 0 0 17 6 0 0 0
/proc/4099/statm: 70791 5667 325 364 0 5678 0
[pid=4101] ppid=4099 vsize=44092 CPUtime=0.95 cores=0,2,4,6
/proc/4101/stat : 4101 (scip-2.0.1.linu) R 4099 4101 4101 0 -1 4202496 9364 0 0 0 89 6 0 0 18 0 1 0 869430034 45150208 8714 33554432000 4194304 13684479 140734361037600 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4101/statm: 11023 8714 823 2317 0 8701 0
[pid=4092/tid=4100] ppid=4090 vsize=293408 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4100/stat : 4100 (python) S 4090 4092 2544 0 -1 4202560 30 1324 0 0 0 0 0 0 21 0 2 0 869430034 300449792 7209 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 620664

[startup+3.10081 s]
/proc/loadavg: 2.42 2.19 1.86 3/767 4101
/proc/meminfo: memFree=14257708/32950928 swapFree=41528364/67111528
[pid=4092] ppid=4090 vsize=293408 CPUtime=0.44 cores=0,2,4,6
/proc/4092/stat : 4092 (python) S 4090 4092 2544 0 -1 4202496 10753 1324 1 0 36 8 0 0 21 0 2 0 869429979 300449792 7209 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826066891 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/4092/statm: 73352 7209 1863 364 0 8239 0
[pid=4099] ppid=4092 vsize=283164 CPUtime=0 cores=0,2,4,6
/proc/4099/stat : 4099 (python) S 4092 4092 2544 0 -1 4202560 832 0 0 0 0 0 0 0 15 0 1 0 869430034 289959936 5667 33554432000 4194304 5683644 140736190898496 18446744073709551615 251814260239 0 0 16781312 33554946 2625915220630962176 0 0 17 6 0 0 0
/proc/4099/statm: 70791 5667 325 364 0 5678 0
[pid=4101] ppid=4099 vsize=44092 CPUtime=2.55 cores=0,2,4,6
/proc/4101/stat : 4101 (scip-2.0.1.linu) R 4099 4101 4101 0 -1 4202496 9364 0 0 0 245 10 0 0 21 0 1 0 869430034 45150208 8714 33554432000 4194304 13684479 140734361037600 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4101/statm: 11023 8714 823 2317 0 8701 0
[pid=4092/tid=4100] ppid=4090 vsize=293408 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4100/stat : 4100 (python) S 4090 4092 2544 0 -1 4202560 30 1324 0 0 0 0 0 0 21 0 2 0 869430034 300449792 7209 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 620664

[startup+6.30038 s]
/proc/loadavg: 2.42 2.19 1.86 3/767 4101
/proc/meminfo: memFree=14261276/32950928 swapFree=41528364/67111528
[pid=4092] ppid=4090 vsize=293408 CPUtime=0.44 cores=0,2,4,6
/proc/4092/stat : 4092 (python) S 4090 4092 2544 0 -1 4202496 10753 1324 1 0 36 8 0 0 21 0 2 0 869429979 300449792 7209 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826066891 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/4092/statm: 73352 7209 1863 364 0 8239 0
[pid=4099] ppid=4092 vsize=283164 CPUtime=0.02 cores=0,2,4,6
/proc/4099/stat : 4099 (python) S 4092 4092 2544 0 -1 4202560 961 0 0 0 1 1 0 0 15 0 1 0 869430034 289959936 5690 33554432000 4194304 5683644 140736190898496 18446744073709551615 251814260239 0 0 16781312 33554946 4108312110419640578 0 0 17 6 0 0 0
/proc/4099/statm: 70791 5690 348 364 0 5678 0
[pid=4101] ppid=4099 vsize=44092 CPUtime=5.75 cores=0,2,4,6
/proc/4101/stat : 4101 (scip-2.0.1.linu) R 4099 4101 4101 0 -1 4202496 9366 0 0 0 560 15 0 0 25 0 1 0 869430034 45150208 8716 33554432000 4194304 13684479 140734361037600 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4101/statm: 11023 8716 825 2317 0 8701 0
[pid=4092/tid=4100] ppid=4090 vsize=293408 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4100/stat : 4100 (python) S 4090 4092 2544 0 -1 4202560 30 1324 0 0 0 0 0 0 21 0 2 0 869430034 300449792 7209 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 620664

[startup+12.7003 s]
/proc/loadavg: 2.36 2.19 1.86 3/767 4101
/proc/meminfo: memFree=14253360/32950928 swapFree=41528364/67111528
[pid=4092] ppid=4090 vsize=293408 CPUtime=0.44 cores=0,2,4,6
/proc/4092/stat : 4092 (python) S 4090 4092 2544 0 -1 4202496 10753 1324 1 0 36 8 0 0 21 0 2 0 869429979 300449792 7209 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826066891 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/4092/statm: 73352 7209 1863 364 0 8239 0
[pid=4099] ppid=4092 vsize=283164 CPUtime=0.04 cores=0,2,4,6
/proc/4099/stat : 4099 (python) S 4092 4092 2544 0 -1 4202560 963 0 0 0 2 2 0 0 16 0 1 0 869430034 289959936 5690 33554432000 4194304 5683644 140736190898496 18446744073709551615 251814260239 0 0 16781312 33554946 1381222050298855424 0 0 17 6 0 0 0
/proc/4099/statm: 70791 5690 348 364 0 5678 0
[pid=4101] ppid=4099 vsize=44092 CPUtime=12.12 cores=0,2,4,6
/proc/4101/stat : 4101 (scip-2.0.1.linu) R 4099 4101 4101 0 -1 4202496 9367 0 0 0 1188 24 0 0 25 0 1 0 869430034 45150208 8717 33554432000 4194304 13684479 140734361037600 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4101/statm: 11023 8717 826 2317 0 8701 0
[pid=4092/tid=4100] ppid=4090 vsize=293408 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4100/stat : 4100 (python) S 4090 4092 2544 0 -1 4202560 30 1324 0 0 0 0 0 0 21 0 2 0 869430034 300449792 7209 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 620664

[startup+25.5221 s]
/proc/loadavg: 2.30 2.18 1.86 3/771 4105
/proc/meminfo: memFree=14205236/32950928 swapFree=41528364/67111528
[pid=4092] ppid=4090 vsize=293408 CPUtime=0.44 cores=0,2,4,6
/proc/4092/stat : 4092 (python) S 4090 4092 2544 0 -1 4202496 10753 1324 1 0 36 8 0 0 21 0 2 0 869429979 300449792 7209 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826066891 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/4092/statm: 73352 7209 1863 364 0 8239 0
[pid=4099] ppid=4092 vsize=283164 CPUtime=0.12 cores=0,2,4,6
/proc/4099/stat : 4099 (python) S 4092 4092 2544 0 -1 4202560 970 0 0 0 6 6 0 0 15 0 1 0 869430034 289959936 5690 33554432000 4194304 5683644 140736190898496 18446744073709551615 251814260239 0 0 16781312 33554946 959578230312927232 0 0 17 6 0 0 0
/proc/4099/statm: 70791 5690 348 364 0 5678 0
[pid=4101] ppid=4099 vsize=47356 CPUtime=24.94 cores=0,2,4,6
/proc/4101/stat : 4101 (scip-2.0.1.linu) R 4099 4101 4101 0 -1 4202496 10085 0 0 0 2454 40 0 0 25 0 1 0 869430034 48492544 9435 33554432000 4194304 13684479 140734361037600 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4101/statm: 11839 9435 832 2317 0 9517 0
[pid=4092/tid=4100] ppid=4090 vsize=293408 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4100/stat : 4100 (python) S 4090 4092 2544 0 -1 4202560 30 1324 0 0 0 0 0 0 21 0 2 0 869430034 300449792 7209 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 623928

[startup+51.1018 s]
/proc/loadavg: 2.20 2.17 1.86 3/793 4128
/proc/meminfo: memFree=14064100/32950928 swapFree=41528364/67111528
[pid=4092] ppid=4090 vsize=304156 CPUtime=0.47 cores=0,2,4,6
/proc/4092/stat : 4092 (python) S 4090 4092 2544 0 -1 4202496 11644 1324 1 0 38 9 0 0 20 0 3 0 869429979 311455744 7338 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826066891 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/4092/statm: 76039 7338 1874 364 0 10923 0
[pid=4099] ppid=4092 vsize=293408 CPUtime=0.27 cores=0,2,4,6
/proc/4099/stat : 4099 (python) S 4092 4092 2544 0 -1 4202560 1156 0 0 0 13 14 0 0 17 0 2 0 869430034 300449792 5758 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826066891 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/4099/statm: 73352 5758 411 364 0 8239 0
[pid=4101] ppid=4099 vsize=49008 CPUtime=48.53 cores=0,2,4,6
/proc/4101/stat : 4101 (scip-2.0.1.linu) T 4099 4101 4101 0 -1 4202496 11059 0 0 0 4773 80 0 0 25 0 1 0 869430034 50184192 9865 33554432000 4194304 13684479 140734361037600 18446744073709551615 7420052 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/4101/statm: 12252 9865 840 2317 0 9930 0
[pid=4099/tid=4107] ppid=4092 vsize=293408 CPUtime=0 cores=0,2,4,6
/proc/4099/task/4107/stat : 4107 (python) S 4092 4092 2544 0 -1 4202560 42 0 0 0 0 0 0 0 17 0 2 0 869434891 300449792 5758 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554946 18446604446229066880 0 0 -1 6 0 0 0
[pid=4108] ppid=4092 vsize=293912 CPUtime=0 cores=0,2,4,6
/proc/4108/stat : 4108 (python) S 4092 4092 2544 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 869434893 300965888 5780 33554432000 4194304 5683644 140736190898496 18446744073709551615 251814260294 0 0 16781312 33554946 4294934786 0 0 17 4 0 0 0
/proc/4108/statm: 73478 5780 320 364 0 8362 0
[pid=4110] ppid=4108 vsize=8539288 CPUtime=2.51 cores=0,2,4,6
/proc/4110/stat : 4110 (java) S 4108 4110 4110 0 -1 4202496 29553 0 1 0 247 4 0 0 20 0 19 0 869434894 8744230912 27765 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4110/statm: 2134822 27765 2241 9 0 2125563 0
[pid=4110/tid=4111] ppid=4108 vsize=8539288 CPUtime=1.89 cores=0,2,4,6
/proc/4110/task/4111/stat : 4111 (java) R 4108 4110 4110 0 -1 4202560 21884 0 1 0 186 3 0 0 25 0 19 0 869434894 8744230912 27765 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 46912505622251 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4110/tid=4112] ppid=4108 vsize=8539288 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4112/stat : 4112 (java) S 4108 4110 4110 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 869434895 8744230912 27765 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446604448859224192 0 0 -1 6 0 0 0
[pid=4110/tid=4113] ppid=4108 vsize=8539288 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4113/stat : 4113 (java) S 4108 4110 4110 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 869434895 8744230912 27765 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446604448859224192 0 0 -1 6 0 0 0
[pid=4110/tid=4114] ppid=4108 vsize=8539288 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4114/stat : 4114 (java) S 4108 4110 4110 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 869434895 8744230912 27765 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446604448859224192 0 0 -1 6 0 0 0
[pid=4110/tid=4115] ppid=4108 vsize=8539288 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4115/stat : 4115 (java) S 4108 4110 4110 0 -1 4202560 209 0 0 0 0 0 0 0 15 0 19 0 869434895 8744230912 27765 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446604448859224192 0 0 -1 6 0 0 0
[pid=4110/tid=4116] ppid=4108 vsize=8539288 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4116/stat : 4116 (java) S 4108 4110 4110 0 -1 4202560 177 0 0 0 0 0 0 0 15 0 19 0 869434895 8744230912 27765 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446604448859224192 0 0 -1 6 0 0 0
[pid=4110/tid=4117] ppid=4108 vsize=8539288 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4117/stat : 4117 (java) S 4108 4110 4110 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 869434895 8744230912 27765 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446604448859224192 0 0 -1 6 0 0 0
[pid=4110/tid=4118] ppid=4108 vsize=8539288 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4118/stat : 4118 (java) S 4108 4110 4110 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 869434895 8744230912 27765 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446604448859224192 0 0 -1 2 0 0 0
[pid=4110/tid=4119] ppid=4108 vsize=8539288 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4119/stat : 4119 (java) S 4108 4110 4110 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 869434895 8744230912 27765 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446604448859224192 0 0 -1 6 0 0 0
[pid=4110/tid=4120] ppid=4108 vsize=8539288 CPUtime=0.03 cores=0,2,4,6
/proc/4110/task/4120/stat : 4120 (java) S 4108 4110 4110 0 -1 4202560 620 0 0 0 3 0 0 0 15 0 19 0 869434896 8744230912 27765 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056704 0 0 0 16800975 18446604448859224192 0 0 -1 2 0 0 0
[pid=4110/tid=4121] ppid=4108 vsize=8539288 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4121/stat : 4121 (java) S 4108 4110 4110 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 869434896 8744230912 27765 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446604448859224192 0 0 -1 2 0 0 0
[pid=4110/tid=4122] ppid=4108 vsize=8539288 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4122/stat : 4122 (java) S 4108 4110 4110 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 869434896 8744230912 27765 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446604448859224192 0 0 -1 2 0 0 0
[pid=4110/tid=4123] ppid=4108 vsize=8539288 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4123/stat : 4123 (java) S 4108 4110 4110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869434899 8744230912 27765 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826063793 0 4 0 16800975 18446604448859224192 0 0 -1 2 0 0 0
[pid=4110/tid=4124] ppid=4108 vsize=8539288 CPUtime=0.28 cores=0,2,4,6
/proc/4110/task/4124/stat : 4124 (java) S 4108 4110 4110 0 -1 4202560 2904 0 0 0 28 0 0 0 15 0 19 0 869434899 8744230912 27765 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446604448859224192 0 0 -1 6 0 0 0
[pid=4110/tid=4125] ppid=4108 vsize=8539288 CPUtime=0.26 cores=0,2,4,6
/proc/4110/task/4125/stat : 4125 (java) S 4108 4110 4110 0 -1 4202560 1949 0 0 0 26 0 0 0 15 0 19 0 869434899 8744230912 27765 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446604448859224192 0 0 -1 4 0 0 0
[pid=4110/tid=4126] ppid=4108 vsize=8539288 CPUtime=0 cores=0,2,4,6

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

[pid=4092/tid=4100] ppid=4090 vsize=345488 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4100/stat : 4100 (python) S 4090 4092 2544 0 -1 4202560 35 1324 0 0 0 0 0 0 18 0 7 0 869430034 353779712 7423 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 6 0 0 0
[pid=4092/tid=4109] ppid=4090 vsize=345488 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4109/stat : 4109 (python) S 4090 4092 2544 0 -1 4202560 28 1324 0 0 0 0 0 0 20 0 7 0 869434893 353779712 7423 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 2 0 0 0
[pid=4092/tid=4136] ppid=4090 vsize=345488 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4136/stat : 4136 (python) S 4090 4092 2544 0 -1 4202560 27 1324 0 0 0 0 0 0 20 0 7 0 869439417 353779712 7423 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 2 0 0 0
[pid=4092/tid=4165] ppid=4090 vsize=345488 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4165/stat : 4165 (python) S 4090 4092 2544 0 -1 4202560 30 1324 0 0 0 0 0 0 20 0 7 0 869448724 353779712 7423 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 2 0 0 0
[pid=4092/tid=4172] ppid=4090 vsize=345488 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4172/stat : 4172 (python) S 4090 4092 2544 0 -1 4202560 27 1324 0 0 0 0 0 0 20 0 7 0 869458422 353779712 7423 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 2 0 0 0
[pid=4092/tid=4177] ppid=4090 vsize=345488 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4177/stat : 4177 (python) S 4090 4092 2544 0 -1 4202560 27 1324 0 0 0 0 0 0 20 0 7 0 869463207 353779712 7423 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 334.9
Current children cumulated vsize (KiB) 19473440

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

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

[startup+332.301 s]
/proc/loadavg: 2.14 2.16 1.94 4/848 4190
/proc/meminfo: memFree=11393640/32950928 swapFree=41528364/67111528
[pid=4092] ppid=4090 vsize=345488 CPUtime=0.6 cores=0,2,4,6
/proc/4092/stat : 4092 (python) S 4090 4092 2544 0 -1 4202496 15273 1324 1 0 50 10 0 0 20 0 7 0 869429979 353779712 7423 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826066891 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/4092/statm: 86372 7423 1882 364 0 21244 0
[pid=4099] ppid=4092 vsize=293408 CPUtime=0.57 cores=0,2,4,6
/proc/4099/stat : 4099 (python) S 4092 4092 2544 0 -1 4202560 1191 0 0 0 29 28 0 0 15 0 2 0 869430034 300449792 5759 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826066891 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/4099/statm: 73352 5759 412 364 0 8239 0
[pid=4101] ppid=4099 vsize=49028 CPUtime=95.82 cores=0,2,4,6
/proc/4101/stat : 4101 (scip-2.0.1.linu) T 4099 4101 4101 0 -1 4202496 13138 0 0 0 9422 160 0 0 23 0 1 0 869430034 50204672 10153 33554432000 4194304 13684479 140734361037600 18446744073709551615 11876362 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/4101/statm: 12257 10153 840 2317 0 9935 0
[pid=4099/tid=4107] ppid=4092 vsize=293408 CPUtime=0 cores=0,2,4,6
/proc/4099/task/4107/stat : 4107 (python) S 4092 4092 2544 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 869434891 300449792 5759 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554946 18446604446229066880 0 0 -1 6 0 0 0
[pid=4108] ppid=4092 vsize=293912 CPUtime=0.28 cores=0,2,4,6
/proc/4108/stat : 4108 (python) S 4092 4092 2544 0 -1 4202560 1121 0 0 0 16 12 0 0 16 0 2 0 869434893 300965888 5852 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826066891 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0
/proc/4108/statm: 73478 5852 391 364 0 8362 0
[pid=4110] ppid=4108 vsize=8538080 CPUtime=46.05 cores=0,2,4,6
/proc/4110/stat : 4110 (java) T 4108 4110 4110 0 -1 4202496 32622 0 1 0 4599 6 0 0 18 0 19 0 869434894 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4110/statm: 2134520 30434 2242 9 0 2125261 0
[pid=4110/tid=4111] ppid=4108 vsize=8538080 CPUtime=43.57 cores=0,2,4,6
/proc/4110/task/4111/stat : 4111 (java) T 4108 4110 4110 0 -1 4202560 23953 0 1 0 4354 3 0 0 25 0 19 0 869434894 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=4110/tid=4112] ppid=4108 vsize=8538080 CPUtime=0.07 cores=0,2,4,6
/proc/4110/task/4112/stat : 4112 (java) T 4108 4110 4110 0 -1 4202560 204 0 0 0 7 0 0 0 16 0 19 0 869434895 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056704 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=4110/tid=4113] ppid=4108 vsize=8538080 CPUtime=0.1 cores=0,2,4,6
/proc/4110/task/4113/stat : 4113 (java) T 4108 4110 4110 0 -1 4202560 146 0 0 0 10 0 0 0 15 0 19 0 869434895 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056704 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=4110/tid=4114] ppid=4108 vsize=8538080 CPUtime=0.05 cores=0,2,4,6
/proc/4110/task/4114/stat : 4114 (java) T 4108 4110 4110 0 -1 4202560 28 0 0 0 5 0 0 0 15 0 19 0 869434895 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=4110/tid=4115] ppid=4108 vsize=8538080 CPUtime=0.04 cores=0,2,4,6
/proc/4110/task/4115/stat : 4115 (java) T 4108 4110 4110 0 -1 4202560 218 0 0 0 4 0 0 0 15 0 19 0 869434895 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 47328621667741 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=4110/tid=4116] ppid=4108 vsize=8538080 CPUtime=0.08 cores=0,2,4,6
/proc/4110/task/4116/stat : 4116 (java) T 4108 4110 4110 0 -1 4202560 177 0 0 0 8 0 0 0 16 0 19 0 869434895 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056704 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=4110/tid=4117] ppid=4108 vsize=8538080 CPUtime=0.08 cores=0,2,4,6
/proc/4110/task/4117/stat : 4117 (java) T 4108 4110 4110 0 -1 4202560 91 0 0 0 8 0 0 0 16 0 19 0 869434895 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056704 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=4110/tid=4118] ppid=4108 vsize=8538080 CPUtime=0.09 cores=0,2,4,6
/proc/4110/task/4118/stat : 4118 (java) T 4108 4110 4110 0 -1 4202560 5 0 0 0 9 0 0 0 15 0 19 0 869434895 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 47328625956002 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=4110/tid=4119] ppid=4108 vsize=8538080 CPUtime=0.09 cores=0,2,4,6
/proc/4110/task/4119/stat : 4119 (java) T 4108 4110 4110 0 -1 4202560 15 0 0 0 9 0 0 0 16 0 19 0 869434895 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056704 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=4110/tid=4120] ppid=4108 vsize=8538080 CPUtime=1.22 cores=0,2,4,6
/proc/4110/task/4120/stat : 4120 (java) T 4108 4110 4110 0 -1 4202560 1470 0 0 0 121 1 0 0 15 0 19 0 869434896 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 0 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=4110/tid=4121] ppid=4108 vsize=8538080 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4121/stat : 4121 (java) T 4108 4110 4110 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 869434896 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=4110/tid=4122] ppid=4108 vsize=8538080 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4122/stat : 4122 (java) T 4108 4110 4110 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 869434896 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=4110/tid=4123] ppid=4108 vsize=8538080 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4123/stat : 4123 (java) T 4108 4110 4110 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869434899 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826063793 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=4110/tid=4124] ppid=4108 vsize=8538080 CPUtime=0.32 cores=0,2,4,6
/proc/4110/task/4124/stat : 4124 (java) T 4108 4110 4110 0 -1 4202560 2972 0 0 0 32 0 0 0 15 0 19 0 869434899 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=4110/tid=4125] ppid=4108 vsize=8538080 CPUtime=0.26 cores=0,2,4,6
/proc/4110/task/4125/stat : 4125 (java) T 4108 4110 4110 0 -1 4202560 1949 0 0 0 26 0 0 0 15 0 19 0 869434899 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=4110/tid=4126] ppid=4108 vsize=8538080 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4126/stat : 4126 (java) T 4108 4110 4110 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869434899 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056089 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=4110/tid=4127] ppid=4108 vsize=8538080 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4127/stat : 4127 (java) T 4108 4110 4110 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 869434899 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056704 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=4110/tid=4128] ppid=4108 vsize=8538080 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4128/stat : 4128 (java) T 4108 4110 4110 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 869434915 8742993920 30434 33554432000 1073741824 1073778376 140733695396592 18446744073709551615 251826056704 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=4108/tid=4134] ppid=4092 vsize=293912 CPUtime=0 cores=0,2,4,6
/proc/4108/task/4134/stat : 4134 (python) S 4092 4092 2544 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 869439414 300965888 5852 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554946 18446604443852190016 0 0 -1 2 0 0 0
[pid=4135] ppid=4092 vsize=303868 CPUtime=0.53 cores=0,2,4,6
/proc/4135/stat : 4135 (python) S 4092 4092 2544 0 -1 4202560 1137 0 0 0 26 27 0 0 17 0 2 0 869439416 311160832 5795 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826066891 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/4135/statm: 75967 5795 391 364 0 10848 0
[pid=4137] ppid=4135 vsize=64296 CPUtime=93.04 cores=0,2,4,6
/proc/4137/stat : 4137 (scip-2.0.1.linu) T 4135 4137 4137 0 -1 4202496 21113 0 0 0 9225 79 0 0 18 0 1 0 869439417 65839104 13492 33554432000 4194304 15243407 140734679579648 18446744073709551615 8108240 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/4137/statm: 16074 13492 957 2698 0 13369 0
[pid=4135/tid=4163] ppid=4092 vsize=303868 CPUtime=0 cores=0,2,4,6
/proc/4135/task/4163/stat : 4163 (python) S 4092 4092 2544 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 869448721 311160832 5795 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554946 18446604447148155200 0 0 -1 6 0 0 0
[pid=4164] ppid=4092 vsize=314568 CPUtime=0.27 cores=0,2,4,6
/proc/4164/stat : 4164 (python) S 4092 4092 2544 0 -1 4202560 1152 0 0 0 13 14 0 0 16 0 2 0 869448724 322117632 5880 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826066891 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/4164/statm: 78642 5880 391 364 0 13520 0
[pid=4166] ppid=4164 vsize=101548 CPUtime=49.63 cores=0,2,4,6
/proc/4166/stat : 4166 (wbo1.4a) T 4164 4166 4166 0 -1 4202496 25224 0 0 0 4916 47 0 0 25 0 1 0 869448724 103985152 24947 33554432000 134512640 135751879 4290893888 18446744073709551615 134517408 0 0 16781312 3 18446744071562691360 0 0 17 4 0 0 0
/proc/4166/statm: 25387 24947 146 303 0 25082 0
[pid=4164/tid=4169] ppid=4092 vsize=314568 CPUtime=0 cores=0,2,4,6
/proc/4164/task/4169/stat : 4169 (python) S 4092 4092 2544 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 869453688 322117632 5880 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554946 18446604441607411648 0 0 -1 6 0 0 0
[pid=4171] ppid=4092 vsize=324988 CPUtime=0.25 cores=0,2,4,6
/proc/4171/stat : 4171 (python) S 4092 4092 2544 0 -1 4202560 1133 0 0 0 12 13 0 0 17 0 2 0 869458422 332787712 5925 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826066891 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/4171/statm: 81247 5925 391 364 0 16122 0
[pid=4173] ppid=4171 vsize=43500 CPUtime=47.82 cores=0,2,4,6
/proc/4173/stat : 4173 (bsolo_pb10) T 4171 4173 4173 0 -1 4202496 8719 0 0 0 4779 3 0 0 25 0 1 0 869458422 44544000 8437 33554432000 134512640 137138936 4289608480 18446744073709551615 134542233 0 0 16781312 16384 18446744071562691360 0 0 17 4 0 0 0
/proc/4173/statm: 10875 8437 192 642 0 10231 0
[pid=4171/tid=4175] ppid=4092 vsize=324988 CPUtime=0 cores=0,2,4,6
/proc/4171/task/4175/stat : 4175 (python) S 4092 4092 2544 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 869463204 332787712 5925 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554946 18446604451686303936 0 0 -1 6 0 0 0
[pid=4176] ppid=4092 vsize=335244 CPUtime=0 cores=0,2,4,6
/proc/4176/stat : 4176 (python) S 4092 4092 2544 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 869463207 343289856 5854 33554432000 4194304 5683644 140736190898496 18446744073709551615 251814260294 0 0 16781312 33554946 2877964371374342403 0 0 17 4 0 0 0
/proc/4176/statm: 83811 5854 317 364 0 18683 0
[pid=4178] ppid=4176 vsize=8465512 CPUtime=0.04 cores=0,2,4,6
/proc/4178/stat : 4178 (java) S 4176 4178 4178 0 -1 4202496 4033 0 1 0 3 1 0 0 20 0 18 0 869463207 8668684288 3481 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4178/statm: 2116378 3482 1733 9 0 2107119 0
[pid=4178/tid=4179] ppid=4176 vsize=8465644 CPUtime=0.05 cores=0,2,4,6
/proc/4178/task/4179/stat : 4179 (java) R 4176 4178 4178 0 -1 4202560 2852 0 1 0 5 0 0 0 25 0 18 0 869463208 8668819456 3723 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 47433472091809 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4178/tid=4180] ppid=4176 vsize=8465644 CPUtime=0 cores=0,2,4,6
/proc/4178/task/4180/stat : 4180 (java) S 4176 4178 4178 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 869463209 8668819456 3723 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826056089 0 4 0 16800975 18446604446443326464 0 0 -1 2 0 0 0
[pid=4178/tid=4181] ppid=4176 vsize=8465644 CPUtime=0 cores=0,2,4,6
/proc/4178/task/4181/stat : 4181 (java) S 4176 4178 4178 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 869463209 8668819456 3724 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826056089 0 4 0 16800975 18446604446443326464 0 0 -1 2 0 0 0
[pid=4178/tid=4182] ppid=4176 vsize=8465644 CPUtime=0 cores=0,2,4,6
/proc/4178/task/4182/stat : 4182 (java) S 4176 4178 4178 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 869463209 8668819456 3724 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826056089 0 4 0 16800975 18446604446443326464 0 0 -1 2 0 0 0
[pid=4178/tid=4183] ppid=4176 vsize=8465644 CPUtime=0 cores=0,2,4,6
/proc/4178/task/4183/stat : 4183 (java) S 4176 4178 4178 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869463209 8668819456 3724 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826056089 0 4 0 16800975 18446604446443326464 0 0 -1 4 0 0 0
[pid=4178/tid=4184] ppid=4176 vsize=8465644 CPUtime=0 cores=0,2,4,6
/proc/4178/task/4184/stat : 4184 (java) S 4176 4178 4178 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869463209 8668819456 3725 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826056089 0 4 0 16800975 18446604446443326464 0 0 -1 4 0 0 0
[pid=4178/tid=4185] ppid=4176 vsize=8465644 CPUtime=0 cores=0,2,4,6
/proc/4178/task/4185/stat : 4185 (java) S 4176 4178 4178 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869463209 8668819456 3725 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826056089 0 4 0 16800975 18446604446443326464 0 0 -1 4 0 0 0
[pid=4178/tid=4186] ppid=4176 vsize=8465644 CPUtime=0 cores=0,2,4,6
/proc/4178/task/4186/stat : 4186 (java) S 4176 4178 4178 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869463209 8668819456 3725 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826056089 0 4 0 16800975 18446604446443326464 0 0 -1 4 0 0 0
[pid=4178/tid=4187] ppid=4176 vsize=8465644 CPUtime=0 cores=0,2,4,6
/proc/4178/task/4187/stat : 4187 (java) S 4176 4178 4178 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869463209 8668819456 3725 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826056089 0 4 0 16800975 18446604446443326464 0 0 -1 4 0 0 0
[pid=4178/tid=4188] ppid=4176 vsize=8465644 CPUtime=0 cores=0,2,4,6
/proc/4178/task/4188/stat : 4188 (java) S 4176 4178 4178 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 869463210 8668819456 3725 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826056704 0 0 0 16800975 18446604446443326464 0 0 -1 2 0 0 0
[pid=4178/tid=4189] ppid=4176 vsize=8465644 CPUtime=0 cores=0,2,4,6
/proc/4178/task/4189/stat : 4189 (java) S 4176 4178 4178 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 869463210 8668819456 3726 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826056089 0 4 0 16800975 18446604446443326464 0 0 -1 2 0 0 0
[pid=4178/tid=4190] ppid=4176 vsize=8465644 CPUtime=0 cores=0,2,4,6
/proc/4178/task/4190/stat : 4190 (java) S 4176 4178 4178 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 869463210 8668819456 3726 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826056089 0 4 0 16800975 18446604446443326464 0 0 -1 2 0 0 0
[pid=4178/tid=4191] ppid=4176 vsize=8465644 CPUtime=0 cores=0,2,4,6
/proc/4178/task/4191/stat : 4191 (java) S 4176 4178 4178 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869463212 8668819456 3726 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826063793 0 4 0 16800975 18446604446443326464 0 0 -1 2 0 0 0
[pid=4178/tid=4192] ppid=4176 vsize=8465644 CPUtime=0 cores=0,2,4,6
/proc/4178/task/4192/stat : 4192 (java) S 4176 4178 4178 0 -1 4202560 22 0 0 0 0 0 0 0 25 0 18 0 869463212 8668819456 3726 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826056089 0 4 0 16800975 18446604446443326464 0 0 -1 2 0 0 0
[pid=4178/tid=4193] ppid=4176 vsize=8465644 CPUtime=0 cores=0,2,4,6
/proc/4178/task/4193/stat : 4193 (java) S 4176 4178 4178 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 869463212 8668819456 3727 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826056089 0 4 0 16800975 18446604446443326464 0 0 -1 2 0 0 0
[pid=4178/tid=4194] ppid=4176 vsize=8465644 CPUtime=0 cores=0,2,4,6
/proc/4178/task/4194/stat : 4194 (java) S 4176 4178 4178 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869463212 8668819456 3728 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826056089 0 4 0 16800975 18446604446443326464 0 0 -1 2 0 0 0
[pid=4178/tid=4195] ppid=4176 vsize=8465644 CPUtime=0 cores=0,2,4,6
/proc/4178/task/4195/stat : 4195 (java) S 4176 4178 4178 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869463212 8668819456 3728 33554432000 1073741824 1073778376 140735674891216 18446744073709551615 251826056704 0 4 0 16800975 18446604446443326464 0 0 -1 4 0 0 0
[pid=4092/tid=4100] ppid=4090 vsize=345488 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4100/stat : 4100 (python) S 4090 4092 2544 0 -1 4202560 35 1324 0 0 0 0 0 0 18 0 7 0 869430034 353779712 7423 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 6 0 0 0
[pid=4092/tid=4109] ppid=4090 vsize=345488 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4109/stat : 4109 (python) S 4090 4092 2544 0 -1 4202560 28 1324 0 0 0 0 0 0 20 0 7 0 869434893 353779712 7423 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 2 0 0 0
[pid=4092/tid=4136] ppid=4090 vsize=345488 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4136/stat : 4136 (python) S 4090 4092 2544 0 -1 4202560 27 1324 0 0 0 0 0 0 20 0 7 0 869439417 353779712 7423 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 2 0 0 0
[pid=4092/tid=4165] ppid=4090 vsize=345488 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4165/stat : 4165 (python) S 4090 4092 2544 0 -1 4202560 30 1324 0 0 0 0 0 0 20 0 7 0 869448724 353779712 7423 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 2 0 0 0
[pid=4092/tid=4172] ppid=4090 vsize=345488 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4172/stat : 4172 (python) S 4090 4092 2544 0 -1 4202560 27 1324 0 0 0 0 0 0 20 0 7 0 869458422 353779712 7423 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 2 0 0 0
[pid=4092/tid=4177] ppid=4090 vsize=345488 CPUtime=0 cores=0,2,4,6
/proc/4092/task/4177/stat : 4177 (python) S 4090 4092 2544 0 -1 4202560 27 1324 0 0 0 0 0 0 20 0 7 0 869463207 353779712 7423 33554432000 4194304 5683644 140736190898496 18446744073709551615 251826063793 0 0 16781312 33554434 18446604451686303040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 334.9
Current children cumulated vsize (KiB) 19473440

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 332.396
CPU time (s): 334.9
CPU user time (s): 330.9
CPU system time (s): 4
CPU usage (%): 100.753
Max. virtual memory (cumulated for all children) (KiB): 19473440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.513921
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16600
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= 1640
involuntary context switches= 22

runsolver used 2.84857 second user time and 5.22021 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-09 02:11:52
IDJOB=3481579
IDBENCH=48246
IDSOLVER=1970
FILE ID=node126/3481579-1307578312
RUNJOBID= node126-1307576357-2562
PBS_JOBID= 13547673
Free space on /tmp= 73532 MiB

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

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

MD5SUM BENCH= 138d1c5c8dee06528dd1cfb072975c49
RANDOM SEED=366253404

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14319524 kB
Buffers:        165708 kB
Cached:         784672 kB
SwapCached:      15344 kB
Active:       18092180 kB
Inactive:       184268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14319524 kB
SwapTotal:    67111528 kB
SwapFree:     41528364 kB
Dirty:          163328 kB
Writeback:           0 kB
AnonPages:    17323652 kB
Mapped:          92472 kB
Slab:           146808 kB
PageTables:     134832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 197239056 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= 73432 MiB
End job on node126 at 2011-06-09 02:17:27