Trace number 3481484

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) 241.83 239.791

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_2.opb
MD5SUM54e50bd6cbfbb2a5705269c41241de9a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1797.17
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint11
Maximum length of a constraint20
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2492
Sum of products size (including duplicates)4984
Number of different products2492
Sum of products size4984

Solver Data

0.31/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.31/0.48	c INFO: solving HOME/instance-3481484-1307577885.opb
0.39/0.51	c INFO: wrote linearized instance to HOME/tmplTGq_9.opb
0.39/0.55	c INFO: parsing took 0.04 s
0.51/0.62	c INFO: features took 0.07 CPU seconds
0.51/0.64	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.44)
50.81/50.78	c INFO: running sat4j-pb-v20101225@0 for 45 with 1749 remaining (b = 0.13)
100.86/99.40	c INFO: running scip-2.0.1-clp@0 for 91 with 1700 remaining (b = 0.06)
195.06/193.27	c INFO: running wbo1.4a@0 for 45 with 1606 remaining (b = 0.02)
241.57/239.53	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1560 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-3481484-1307577885/watcher-3481484-1307577885 -o /tmp/evaluation-result-3481484-1307577885/solver-3481484-1307577885 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481484-1307577885.opb -seed 921398561 -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.23 2.09 1.64 2/674 28501
/proc/meminfo: memFree=17627964/32951124 swapFree=62998992/67111528
[pid=28501] ppid=28499 vsize=16400 CPUtime=0.01 cores=0,2,4,6
/proc/28501/stat : 28501 (python) R 28499 28501 27575 0 -1 4202496 1093 0 0 0 1 0 0 0 25 0 1 0 850204201 16793600 961 33554432000 4194304 5683644 140736749108624 18446744073709551615 4287936 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/28501/statm: 4100 967 395 364 0 587 0

[startup+0.0424689 s]
/proc/loadavg: 2.23 2.09 1.64 2/674 28501
/proc/meminfo: memFree=17627964/32951124 swapFree=62998992/67111528
[pid=28501] ppid=28499 vsize=23208 CPUtime=0.02 cores=0,2,4,6
/proc/28501/stat : 28501 (python) S 28499 28501 27575 0 -1 4202496 1325 0 0 0 2 0 0 0 25 0 1 0 850204201 23764992 1173 33554432000 4194304 5683644 140736749108624 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/28501/statm: 5802 1173 432 364 0 729 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23208

[startup+0.100455 s]
/proc/loadavg: 2.23 2.09 1.64 2/674 28501
/proc/meminfo: memFree=17627964/32951124 swapFree=62998992/67111528
[pid=28501] ppid=28499 vsize=96128 CPUtime=0.07 cores=0,2,4,6
/proc/28501/stat : 28501 (python) R 28499 28501 27575 0 -1 4202496 3170 931 1 0 5 2 0 0 18 0 1 0 850204201 98435072 2484 33554432000 4194304 5683644 140736749108624 18446744073709551615 5177920 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/28501/statm: 24032 2484 792 364 0 1627 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96128

[startup+0.300474 s]
/proc/loadavg: 2.23 2.09 1.64 2/674 28501
/proc/meminfo: memFree=17627964/32951124 swapFree=62998992/67111528
[pid=28501] ppid=28499 vsize=200780 CPUtime=0.23 cores=0,2,4,6
/proc/28501/stat : 28501 (python) R 28499 28501 27575 0 -1 4202496 6615 931 1 0 17 6 0 0 18 0 1 0 850204201 205598720 4904 33554432000 4194304 5683644 140736749108624 18446744073709551615 264721485334 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/28501/statm: 50195 4916 1445 364 0 3677 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 200780

[startup+0.700378 s]
/proc/loadavg: 2.23 2.09 1.64 2/674 28501
/proc/meminfo: memFree=17627964/32951124 swapFree=62998992/67111528
[pid=28501] ppid=28499 vsize=294364 CPUtime=0.56 cores=0,2,4,6
/proc/28501/stat : 28501 (python) S 28499 28501 27575 0 -1 4202496 10978 1353 1 0 44 10 2 0 20 0 2 0 850204201 301428736 7431 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/28501/statm: 73591 7431 1871 364 0 8478 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 294364

[startup+1.50122 s]
/proc/loadavg: 2.23 2.09 1.64 3/678 28510
/proc/meminfo: memFree=17567092/32951124 swapFree=62998992/67111528
[pid=28501] ppid=28499 vsize=294364 CPUtime=0.56 cores=0,2,4,6
/proc/28501/stat : 28501 (python) S 28499 28501 27575 0 -1 4202496 10978 1353 1 0 44 10 2 0 20 0 2 0 850204201 301428736 7431 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/28501/statm: 73591 7431 1871 364 0 8478 0
[pid=28508] ppid=28501 vsize=284120 CPUtime=0 cores=0,2,4,6
/proc/28508/stat : 28508 (python) S 28501 28501 27575 0 -1 4202560 732 0 0 0 0 0 0 0 15 0 1 0 850204266 290938880 5875 33554432000 4194304 5683644 140736749108624 18446744073709551615 264726425103 0 0 16781312 33554946 3313032425176563712 0 0 17 6 0 0 0
/proc/28508/statm: 71030 5875 319 364 0 5917 0
[pid=28510] ppid=28508 vsize=46664 CPUtime=0.84 cores=0,2,4,6
/proc/28510/stat : 28510 (scip-2.0.1.linu) R 28508 28510 28510 0 -1 4202496 11376 0 0 0 76 8 0 0 18 0 1 0 850204266 47783936 9484 33554432000 4194304 13684479 140734546174384 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28510/statm: 11666 9484 776 2317 0 9344 0
[pid=28501/tid=28509] ppid=28499 vsize=294364 CPUtime=0.02 cores=0,2,4,6
/proc/28501/task/28509/stat : 28509 (python) S 28499 28501 27575 0 -1 4202560 29 1353 0 0 0 0 2 0 20 0 2 0 850204266 301428736 7431 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554434 18446604450314212544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 625148

[startup+3.10092 s]
/proc/loadavg: 2.23 2.09 1.64 3/678 28510
/proc/meminfo: memFree=17562256/32951124 swapFree=62998992/67111528
[pid=28501] ppid=28499 vsize=294364 CPUtime=0.56 cores=0,2,4,6
/proc/28501/stat : 28501 (python) S 28499 28501 27575 0 -1 4202496 10978 1353 1 0 44 10 2 0 20 0 2 0 850204201 301428736 7431 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/28501/statm: 73591 7431 1871 364 0 8478 0
[pid=28508] ppid=28501 vsize=284120 CPUtime=0 cores=0,2,4,6
/proc/28508/stat : 28508 (python) S 28501 28501 27575 0 -1 4202560 736 0 0 0 0 0 0 0 15 0 1 0 850204266 290938880 5875 33554432000 4194304 5683644 140736749108624 18446744073709551615 264726425103 0 0 16781312 33554946 3363750310995558400 0 0 17 6 0 0 0
/proc/28508/statm: 71030 5875 319 364 0 5917 0
[pid=28510] ppid=28508 vsize=52648 CPUtime=2.44 cores=0,2,4,6
/proc/28510/stat : 28510 (scip-2.0.1.linu) R 28508 28510 28510 0 -1 4202496 12817 0 0 0 234 10 0 0 21 0 1 0 850204266 53911552 10918 33554432000 4194304 13684479 140734546174384 18446744073709551615 4941080 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28510/statm: 13162 10918 800 2317 0 10840 0
[pid=28501/tid=28509] ppid=28499 vsize=294364 CPUtime=0.02 cores=0,2,4,6
/proc/28501/task/28509/stat : 28509 (python) S 28499 28501 27575 0 -1 4202560 29 1353 0 0 0 0 2 0 20 0 2 0 850204266 301428736 7431 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554434 18446604450314212544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 631132

[startup+6.30026 s]
/proc/loadavg: 2.37 2.12 1.65 3/678 28511
/proc/meminfo: memFree=17550204/32951124 swapFree=62998992/67111528
[pid=28501] ppid=28499 vsize=294364 CPUtime=0.56 cores=0,2,4,6
/proc/28501/stat : 28501 (python) S 28499 28501 27575 0 -1 4202496 10978 1353 1 0 44 10 2 0 20 0 2 0 850204201 301428736 7431 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/28501/statm: 73591 7431 1871 364 0 8478 0
[pid=28508] ppid=28501 vsize=284120 CPUtime=0.02 cores=0,2,4,6
/proc/28508/stat : 28508 (python) S 28501 28501 27575 0 -1 4202560 876 0 0 0 1 1 0 0 15 0 1 0 850204266 290938880 5899 33554432000 4194304 5683644 140736749108624 18446744073709551615 264726425103 0 0 16781312 33554946 1227119182064123904 0 0 17 6 0 0 0
/proc/28508/statm: 71030 5899 343 364 0 5917 0
[pid=28510] ppid=28508 vsize=58228 CPUtime=5.64 cores=0,2,4,6
/proc/28510/stat : 28510 (scip-2.0.1.linu) R 28508 28510 28510 0 -1 4202496 14251 0 0 0 551 13 0 0 20 0 1 0 850204266 59625472 12323 33554432000 4194304 13684479 140734546174384 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28510/statm: 14557 12323 782 2317 0 12235 0
[pid=28501/tid=28509] ppid=28499 vsize=294364 CPUtime=0.02 cores=0,2,4,6
/proc/28501/task/28509/stat : 28509 (python) S 28499 28501 27575 0 -1 4202560 29 1353 0 0 0 0 2 0 20 0 2 0 850204266 301428736 7431 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554434 18446604450314212544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 636712

[startup+12.7119 s]
/proc/loadavg: 2.34 2.12 1.65 3/678 28511
/proc/meminfo: memFree=17556336/32951124 swapFree=62998992/67111528
[pid=28501] ppid=28499 vsize=294364 CPUtime=0.56 cores=0,2,4,6
/proc/28501/stat : 28501 (python) S 28499 28501 27575 0 -1 4202496 10978 1353 1 0 44 10 2 0 20 0 2 0 850204201 301428736 7431 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/28501/statm: 73591 7431 1871 364 0 8478 0
[pid=28508] ppid=28501 vsize=284120 CPUtime=0.06 cores=0,2,4,6
/proc/28508/stat : 28508 (python) S 28501 28501 27575 0 -1 4202560 882 0 0 0 2 4 0 0 15 0 1 0 850204266 290938880 5899 33554432000 4194304 5683644 140736749108624 18446744073709551615 264726425103 0 0 16781312 33554946 4294934788 0 0 17 6 0 0 0
/proc/28508/statm: 71030 5899 343 364 0 5917 0
[pid=28510] ppid=28508 vsize=59644 CPUtime=12.05 cores=0,2,4,6
/proc/28510/stat : 28510 (scip-2.0.1.linu) R 28508 28510 28510 0 -1 4202496 14579 0 0 0 1188 17 0 0 25 0 1 0 850204266 61075456 12649 33554432000 4194304 13684479 140734546174384 18446744073709551615 4900240 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28510/statm: 14911 12649 795 2317 0 12589 0
[pid=28501/tid=28509] ppid=28499 vsize=294364 CPUtime=0.02 cores=0,2,4,6
/proc/28501/task/28509/stat : 28509 (python) S 28499 28501 27575 0 -1 4202560 29 1353 0 0 0 0 2 0 20 0 2 0 850204266 301428736 7431 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554434 18446604450314212544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 638128

[startup+25.5006 s]
/proc/loadavg: 2.27 2.11 1.66 3/700 28533
/proc/meminfo: memFree=16990560/32951124 swapFree=62998992/67111528
[pid=28501] ppid=28499 vsize=294364 CPUtime=0.56 cores=0,2,4,6
/proc/28501/stat : 28501 (python) S 28499 28501 27575 0 -1 4202496 10978 1353 1 0 44 10 2 0 20 0 2 0 850204201 301428736 7431 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/28501/statm: 73591 7431 1871 364 0 8478 0
[pid=28508] ppid=28501 vsize=284120 CPUtime=0.1 cores=0,2,4,6
/proc/28508/stat : 28508 (python) S 28501 28501 27575 0 -1 4202560 888 0 0 0 5 5 0 0 15 0 1 0 850204266 290938880 5899 33554432000 4194304 5683644 140736749108624 18446744073709551615 264726425103 0 0 16781312 33554946 72556772316949381 0 0 17 6 0 0 0
/proc/28508/statm: 71030 5899 343 364 0 5917 0
[pid=28510] ppid=28508 vsize=61440 CPUtime=24.84 cores=0,2,4,6
/proc/28510/stat : 28510 (scip-2.0.1.linu) R 28508 28510 28510 0 -1 4202496 15051 0 0 0 2459 25 0 0 25 0 1 0 850204266 62914560 13118 33554432000 4194304 13684479 140734546174384 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28510/statm: 15360 13118 812 2317 0 13038 0
[pid=28501/tid=28509] ppid=28499 vsize=294364 CPUtime=0.02 cores=0,2,4,6
/proc/28501/task/28509/stat : 28509 (python) S 28499 28501 27575 0 -1 4202560 29 1353 0 0 0 0 2 0 20 0 2 0 850204266 301428736 7431 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554434 18446604450314212544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 639924

[startup+51.1008 s]
/proc/loadavg: 2.17 2.10 1.66 3/700 28534
/proc/meminfo: memFree=17071448/32951124 swapFree=62998992/67111528
[pid=28501] ppid=28499 vsize=305124 CPUtime=0.58 cores=0,2,4,6
/proc/28501/stat : 28501 (python) S 28499 28501 27575 0 -1 4202496 11865 1353 1 0 46 10 2 0 20 0 3 0 850204201 312446976 7564 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/28501/statm: 76281 7564 1874 364 0 11165 0
[pid=28508] ppid=28501 vsize=294364 CPUtime=0.24 cores=0,2,4,6
/proc/28508/stat : 28508 (python) S 28501 28501 27575 0 -1 4202560 1103 0 0 0 12 12 0 0 16 0 2 0 850204266 301428736 5967 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738231755 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/28508/statm: 73591 5967 406 364 0 8478 0
[pid=28510] ppid=28508 vsize=61944 CPUtime=50.08 cores=0,2,4,6
/proc/28510/stat : 28510 (scip-2.0.1.linu) T 28508 28510 28510 0 -1 4202496 15179 0 0 0 4967 41 0 0 25 0 1 0 850204266 63430656 13246 33554432000 4194304 13684479 140734546174384 18446744073709551615 7390866 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/28510/statm: 15486 13246 814 2317 0 13164 0
[pid=28501/tid=28509] ppid=28499 vsize=305124 CPUtime=0.02 cores=0,2,4,6
/proc/28501/task/28509/stat : 28509 (python) S 28499 28501 27575 0 -1 4202560 29 1353 0 0 0 0 2 0 20 0 3 0 850204266 312446976 7564 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554434 18446604450314212544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 661432

[startup+102.321 s]
/proc/loadavg: 2.07 2.08 1.68 3/730 28565
/proc/meminfo: memFree=16651760/32951124 swapFree=62998992/67111528
[pid=28501] ppid=28499 vsize=315380 CPUtime=0.62 cores=0,2,4,6
/proc/28501/stat : 28501 (python) S 28499 28501 27575 0 -1 4202496 12825 1353 1 0 49 11 2 0 19 0 4 0 850204201 322949120 7570 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/28501/statm: 78845 7570 1876 364 0 13726 0
[pid=28508] ppid=28501 vsize=294364 CPUtime=0.24 cores=0,2,4,6
/proc/28508/stat : 28508 (python) S 28501 28501 27575 0 -1 4202560 1103 0 0 0 12 12 0 0 16 0 2 0 850204266 301428736 5967 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738231755 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/28508/statm: 73591 5967 406 364 0 8478 0
[pid=28510] ppid=28508 vsize=61944 CPUtime=50.08 cores=0,2,4,6
/proc/28510/stat : 28510 (scip-2.0.1.linu) T 28508 28510 28510 0 -1 4202496 15179 0 0 0 4967 41 0 0 25 0 1 0 850204266 63430656 13246 33554432000 4194304 13684479 140734546174384 18446744073709551615 7390866 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/28510/statm: 15486 13246 814 2317 0 13164 0
[pid=28508/tid=28535] ppid=28501 vsize=294364 CPUtime=0 cores=0,2,4,6
/proc/28508/task/28535/stat : 28535 (python) S 28501 28501 27575 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 850209276 301428736 5967 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554946 18446604447626861376 0 0 -1 6 0 0 0
[pid=28536] ppid=28501 vsize=294880 CPUtime=0.24 cores=0,2,4,6
/proc/28536/stat : 28536 (python) S 28501 28501 27575 0 -1 4202560 1126 0 0 0 12 12 0 0 16 0 2 0 850209279 301957120 6078 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738231755 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/28536/statm: 73720 6078 391 364 0 8604 0
[pid=28538] ppid=28536 vsize=8538184 CPUtime=49.69 cores=0,2,4,6
/proc/28538/stat : 28538 (java) T 28536 28538 28538 0 -1 4202496 104181 0 1 0 4955 14 0 0 18 0 19 0 850209279 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28538/statm: 2134546 81375 2256 9 0 2125287 0
[pid=28538/tid=28539] ppid=28536 vsize=8538184 CPUtime=47.79 cores=0,2,4,6
/proc/28538/task/28539/stat : 28539 (java) T 28536 28538 28538 0 -1 4202560 85353 0 1 0 4769 10 0 0 25 0 19 0 850209280 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 46912505745530 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=28538/tid=28540] ppid=28536 vsize=8538184 CPUtime=0.09 cores=0,2,4,6
/proc/28538/task/28540/stat : 28540 (java) T 28536 28538 28538 0 -1 4202560 1391 0 0 0 9 0 0 0 15 0 19 0 850209280 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=28538/tid=28541] ppid=28536 vsize=8538184 CPUtime=0.1 cores=0,2,4,6
/proc/28538/task/28541/stat : 28541 (java) T 28536 28538 28538 0 -1 4202560 1336 0 0 0 10 0 0 0 15 0 19 0 850209280 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=28538/tid=28542] ppid=28536 vsize=8538184 CPUtime=0.07 cores=0,2,4,6
/proc/28538/task/28542/stat : 28542 (java) T 28536 28538 28538 0 -1 4202560 1252 0 0 0 7 0 0 0 15 0 19 0 850209280 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=28538/tid=28543] ppid=28536 vsize=8538184 CPUtime=0.07 cores=0,2,4,6
/proc/28538/task/28543/stat : 28543 (java) T 28536 28538 28538 0 -1 4202560 921 0 0 0 7 0 0 0 15 0 19 0 850209280 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=28538/tid=28544] ppid=28536 vsize=8538184 CPUtime=0.07 cores=0,2,4,6
/proc/28538/task/28544/stat : 28544 (java) T 28536 28538 28538 0 -1 4202560 1061 0 0 0 7 0 0 0 15 0 19 0 850209280 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=28538/tid=28545] ppid=28536 vsize=8538184 CPUtime=0.07 cores=0,2,4,6
/proc/28538/task/28545/stat : 28545 (java) T 28536 28538 28538 0 -1 4202560 1752 0 0 0 7 0 0 0 15 0 19 0 850209280 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0

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

[pid=28681/tid=28693] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28693/stat : 28693 (java) S 28679 28681 28681 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 850228158 8737148928 5525 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 18446604450051938432 0 0 -1 2 0 0 0
[pid=28681/tid=28694] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28694/stat : 28694 (java) S 28679 28681 28681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850228160 8737148928 5525 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738228657 0 4 0 16800975 18446604450051938432 0 0 -1 2 0 0 0
[pid=28681/tid=28695] ppid=28679 vsize=8532372 CPUtime=0.01 cores=0,2,4,6
/proc/28681/task/28695/stat : 28695 (java) R 28679 28681 28681 0 -1 4202560 186 0 0 0 1 0 0 0 25 0 18 0 850228160 8737148928 5525 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28681/tid=28696] ppid=28679 vsize=8532372 CPUtime=0.01 cores=0,2,4,6
/proc/28681/task/28696/stat : 28696 (java) S 28679 28681 28681 0 -1 4202560 569 0 0 0 1 0 0 0 25 0 18 0 850228160 8737148928 5526 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 18446604450051938432 0 0 -1 6 0 0 0
[pid=28681/tid=28697] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28697/stat : 28697 (java) S 28679 28681 28681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850228160 8737148928 5526 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 18446604450051938432 0 0 -1 2 0 0 0
[pid=28681/tid=28698] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28698/stat : 28698 (java) S 28679 28681 28681 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 850228160 8737148928 5526 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738221568 0 4 0 16800975 18446604450051938432 0 0 -1 6 0 0 0
[pid=28501/tid=28509] ppid=28499 vsize=335892 CPUtime=0.02 cores=0,2,4,6
/proc/28501/task/28509/stat : 28509 (python) S 28499 28501 27575 0 -1 4202560 29 1353 0 0 0 0 2 0 20 0 6 0 850204266 343953408 7582 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554434 18446604450314212544 0 0 -1 6 0 0 0
[pid=28501/tid=28537] ppid=28499 vsize=335892 CPUtime=0.02 cores=0,2,4,6
/proc/28501/task/28537/stat : 28537 (python) S 28499 28501 27575 0 -1 4202560 24 1353 0 0 0 0 2 0 20 0 6 0 850209279 343953408 7582 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554434 18446604450314212544 0 0 -1 6 0 0 0
[pid=28501/tid=28564] ppid=28499 vsize=335892 CPUtime=0.02 cores=0,2,4,6
/proc/28501/task/28564/stat : 28564 (python) S 28499 28501 27575 0 -1 4202560 26 1353 0 0 0 0 2 0 20 0 6 0 850214142 343953408 7582 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554434 18446604450314212544 0 0 -1 0 0 0 0
[pid=28501/tid=28671] ppid=28499 vsize=335892 CPUtime=0.02 cores=0,2,4,6
/proc/28501/task/28671/stat : 28671 (python) S 28499 28501 27575 0 -1 4202560 28 1353 0 0 0 0 2 0 20 0 6 0 850223528 343953408 7582 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554434 18446604450314212544 0 0 -1 0 0 0 0
[pid=28501/tid=28680] ppid=28499 vsize=335892 CPUtime=0.02 cores=0,2,4,6
/proc/28501/task/28680/stat : 28680 (python) S 28499 28501 27575 0 -1 4202560 26 1353 0 0 0 0 2 0 20 0 6 0 850228154 343953408 7582 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554434 18446604450314212544 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 241.83
Current children cumulated vsize (KiB) 19180972

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

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

[startup+239.701 s]
/proc/loadavg: 2.22 2.15 1.75 5/755 28698
/proc/meminfo: memFree=16058608/32951124 swapFree=62998992/67111528
[pid=28501] ppid=28499 vsize=335892 CPUtime=0.67 cores=0,2,4,6
/proc/28501/stat : 28501 (python) S 28499 28501 27575 0 -1 4202496 14750 1353 1 0 54 11 2 0 20 0 6 0 850204201 343953408 7582 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/28501/statm: 83973 7582 1880 364 0 18848 0
[pid=28508] ppid=28501 vsize=294364 CPUtime=0.24 cores=0,2,4,6
/proc/28508/stat : 28508 (python) S 28501 28501 27575 0 -1 4202560 1103 0 0 0 12 12 0 0 16 0 2 0 850204266 301428736 5967 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738231755 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/28508/statm: 73591 5967 406 364 0 8478 0
[pid=28510] ppid=28508 vsize=61944 CPUtime=50.08 cores=0,2,4,6
/proc/28510/stat : 28510 (scip-2.0.1.linu) T 28508 28510 28510 0 -1 4202496 15179 0 0 0 4967 41 0 0 25 0 1 0 850204266 63430656 13246 33554432000 4194304 13684479 140734546174384 18446744073709551615 7390866 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/28510/statm: 15486 13246 814 2317 0 13164 0
[pid=28508/tid=28535] ppid=28501 vsize=294364 CPUtime=0 cores=0,2,4,6
/proc/28508/task/28535/stat : 28535 (python) S 28501 28501 27575 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 850209276 301428736 5967 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554946 18446604447626861376 0 0 -1 6 0 0 0
[pid=28536] ppid=28501 vsize=294880 CPUtime=0.24 cores=0,2,4,6
/proc/28536/stat : 28536 (python) S 28501 28501 27575 0 -1 4202560 1126 0 0 0 12 12 0 0 16 0 2 0 850209279 301957120 6078 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738231755 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/28536/statm: 73720 6078 391 364 0 8604 0
[pid=28538] ppid=28536 vsize=8538184 CPUtime=49.69 cores=0,2,4,6
/proc/28538/stat : 28538 (java) T 28536 28538 28538 0 -1 4202496 104181 0 1 0 4955 14 0 0 18 0 19 0 850209279 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28538/statm: 2134546 81375 2256 9 0 2125287 0
[pid=28538/tid=28539] ppid=28536 vsize=8538184 CPUtime=47.79 cores=0,2,4,6
/proc/28538/task/28539/stat : 28539 (java) T 28536 28538 28538 0 -1 4202560 85353 0 1 0 4769 10 0 0 25 0 19 0 850209280 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 46912505745530 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=28538/tid=28540] ppid=28536 vsize=8538184 CPUtime=0.09 cores=0,2,4,6
/proc/28538/task/28540/stat : 28540 (java) T 28536 28538 28538 0 -1 4202560 1391 0 0 0 9 0 0 0 15 0 19 0 850209280 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=28538/tid=28541] ppid=28536 vsize=8538184 CPUtime=0.1 cores=0,2,4,6
/proc/28538/task/28541/stat : 28541 (java) T 28536 28538 28538 0 -1 4202560 1336 0 0 0 10 0 0 0 15 0 19 0 850209280 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=28538/tid=28542] ppid=28536 vsize=8538184 CPUtime=0.07 cores=0,2,4,6
/proc/28538/task/28542/stat : 28542 (java) T 28536 28538 28538 0 -1 4202560 1252 0 0 0 7 0 0 0 15 0 19 0 850209280 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=28538/tid=28543] ppid=28536 vsize=8538184 CPUtime=0.07 cores=0,2,4,6
/proc/28538/task/28543/stat : 28543 (java) T 28536 28538 28538 0 -1 4202560 921 0 0 0 7 0 0 0 15 0 19 0 850209280 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=28538/tid=28544] ppid=28536 vsize=8538184 CPUtime=0.07 cores=0,2,4,6
/proc/28538/task/28544/stat : 28544 (java) T 28536 28538 28538 0 -1 4202560 1061 0 0 0 7 0 0 0 15 0 19 0 850209280 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=28538/tid=28545] ppid=28536 vsize=8538184 CPUtime=0.07 cores=0,2,4,6
/proc/28538/task/28545/stat : 28545 (java) T 28536 28538 28538 0 -1 4202560 1752 0 0 0 7 0 0 0 15 0 19 0 850209280 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=28538/tid=28546] ppid=28536 vsize=8538184 CPUtime=0.1 cores=0,2,4,6
/proc/28538/task/28546/stat : 28546 (java) T 28536 28538 28538 0 -1 4202560 1553 0 0 0 10 0 0 0 15 0 19 0 850209280 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=28538/tid=28547] ppid=28536 vsize=8538184 CPUtime=0.07 cores=0,2,4,6
/proc/28538/task/28547/stat : 28547 (java) T 28536 28538 28538 0 -1 4202560 776 0 0 0 7 0 0 0 15 0 19 0 850209280 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=28538/tid=28548] ppid=28536 vsize=8538184 CPUtime=0.46 cores=0,2,4,6
/proc/28538/task/28548/stat : 28548 (java) T 28536 28538 28538 0 -1 4202560 2094 0 0 0 45 1 0 0 15 0 19 0 850209281 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738221568 0 0 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=28538/tid=28549] ppid=28536 vsize=8538184 CPUtime=0 cores=0,2,4,6
/proc/28538/task/28549/stat : 28549 (java) T 28536 28538 28538 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 850209282 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=28538/tid=28550] ppid=28536 vsize=8538184 CPUtime=0 cores=0,2,4,6
/proc/28538/task/28550/stat : 28550 (java) T 28536 28538 28538 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 850209282 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=28538/tid=28551] ppid=28536 vsize=8538184 CPUtime=0 cores=0,2,4,6
/proc/28538/task/28551/stat : 28551 (java) T 28536 28538 28538 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 850209284 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738228657 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=28538/tid=28552] ppid=28536 vsize=8538184 CPUtime=0.39 cores=0,2,4,6
/proc/28538/task/28552/stat : 28552 (java) T 28536 28538 28538 0 -1 4202560 2119 0 0 0 39 0 0 0 15 0 19 0 850209284 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=28538/tid=28553] ppid=28536 vsize=8538184 CPUtime=0.32 cores=0,2,4,6
/proc/28538/task/28553/stat : 28553 (java) T 28536 28538 28538 0 -1 4202560 3177 0 0 0 32 0 0 0 15 0 19 0 850209284 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=28538/tid=28554] ppid=28536 vsize=8538184 CPUtime=0 cores=0,2,4,6
/proc/28538/task/28554/stat : 28554 (java) T 28536 28538 28538 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 850209284 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=28538/tid=28555] ppid=28536 vsize=8538184 CPUtime=0 cores=0,2,4,6
/proc/28538/task/28555/stat : 28555 (java) T 28536 28538 28538 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 850209284 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738221568 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=28538/tid=28556] ppid=28536 vsize=8538184 CPUtime=0 cores=0,2,4,6
/proc/28538/task/28556/stat : 28556 (java) T 28536 28538 28538 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 850209310 8743100416 81375 33554432000 1073741824 1073778376 140737418776352 18446744073709551615 264738221568 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=28536/tid=28562] ppid=28501 vsize=294880 CPUtime=0 cores=0,2,4,6
/proc/28536/task/28562/stat : 28562 (python) S 28501 28501 27575 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 850214139 301957120 6078 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554946 18446604443701015680 0 0 -1 6 0 0 0
[pid=28563] ppid=28501 vsize=305136 CPUtime=0.45 cores=0,2,4,6
/proc/28563/stat : 28563 (python) S 28501 28501 27575 0 -1 4202560 1146 0 0 0 22 23 0 0 16 0 2 0 850214141 312459264 6091 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738231755 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/28563/statm: 76284 6091 400 364 0 11165 0
[pid=28565] ppid=28563 vsize=64216 CPUtime=93.8 cores=0,2,4,6
/proc/28565/stat : 28565 (scip-2.0.1.linu) T 28563 28565 28565 0 -1 4202496 15495 0 0 0 9348 32 0 0 25 0 1 0 850214142 65757184 13373 33554432000 4194304 15243407 140735900243952 18446744073709551615 8108599 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/28565/statm: 16054 13373 941 2698 0 13349 0
[pid=28563/tid=28669] ppid=28501 vsize=305136 CPUtime=0 cores=0,2,4,6
/proc/28563/task/28669/stat : 28669 (python) S 28501 28501 27575 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 850223525 312459264 6091 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554946 18446604445317417920 0 0 -1 6 0 0 0
[pid=28670] ppid=28501 vsize=315392 CPUtime=0.22 cores=0,2,4,6
/proc/28670/stat : 28670 (python) S 28501 28501 27575 0 -1 4202560 1155 0 0 0 12 10 0 0 17 0 2 0 850223528 322961408 6086 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738231755 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/28670/statm: 78848 6086 391 364 0 13726 0
[pid=28672] ppid=28670 vsize=112944 CPUtime=46.22 cores=0,2,4,6
/proc/28672/stat : 28672 (wbo1.4a) T 28670 28672 28672 0 -1 4202496 28059 0 0 0 4603 19 0 0 25 0 1 0 850223528 115654656 27745 33554432000 134512640 135751879 4288597504 18446744073709551615 134616840 0 0 16781312 3 18446744071562691360 0 0 17 2 0 0 0
/proc/28672/statm: 28236 27745 146 303 0 27931 0
[pid=28670/tid=28678] ppid=28501 vsize=315392 CPUtime=0 cores=0,2,4,6
/proc/28670/task/28678/stat : 28678 (python) S 28501 28501 27575 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 850228151 322961408 6086 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554946 18446604444554142912 0 0 -1 6 0 0 0
[pid=28679] ppid=28501 vsize=325648 CPUtime=0 cores=0,2,4,6
/proc/28679/stat : 28679 (python) S 28501 28501 27575 0 -1 4202560 773 0 0 0 0 0 0 0 19 0 1 0 850228154 333463552 6018 33554432000 4194304 5683644 140736749108624 18446744073709551615 264726425158 0 0 16781312 33554946 1502912380898607362 0 0 17 6 0 0 0
/proc/28679/statm: 81412 6018 320 364 0 16287 0
[pid=28681] ppid=28679 vsize=8532372 CPUtime=0.22 cores=0,2,4,6
/proc/28681/stat : 28681 (java) S 28679 28681 28681 0 -1 4202496 6065 0 1 0 21 1 0 0 20 0 18 0 850228155 8737148928 5521 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28681/statm: 2133093 5521 2155 9 0 2123834 0
[pid=28681/tid=28682] ppid=28679 vsize=8532372 CPUtime=0.18 cores=0,2,4,6
/proc/28681/task/28682/stat : 28682 (java) R 28679 28681 28681 0 -1 4202560 3922 0 1 0 18 0 0 0 18 0 18 0 850228156 8737148928 5524 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 47026773691219 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28681/tid=28683] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28683/stat : 28683 (java) S 28679 28681 28681 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 850228156 8737148928 5524 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 18446604450051938432 0 0 -1 2 0 0 0
[pid=28681/tid=28684] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28684/stat : 28684 (java) S 28679 28681 28681 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 850228156 8737148928 5524 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 18446604450051938432 0 0 -1 2 0 0 0
[pid=28681/tid=28685] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28685/stat : 28685 (java) S 28679 28681 28681 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 850228156 8737148928 5524 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 18446604450051938432 0 0 -1 2 0 0 0
[pid=28681/tid=28686] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28686/stat : 28686 (java) S 28679 28681 28681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850228156 8737148928 5524 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 18446604450051938432 0 0 -1 2 0 0 0
[pid=28681/tid=28687] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28687/stat : 28687 (java) S 28679 28681 28681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850228156 8737148928 5525 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 18446604450051938432 0 0 -1 2 0 0 0
[pid=28681/tid=28688] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28688/stat : 28688 (java) S 28679 28681 28681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850228156 8737148928 5525 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 18446604450051938432 0 0 -1 2 0 0 0
[pid=28681/tid=28689] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28689/stat : 28689 (java) S 28679 28681 28681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850228156 8737148928 5525 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 18446604450051938432 0 0 -1 2 0 0 0
[pid=28681/tid=28690] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28690/stat : 28690 (java) S 28679 28681 28681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850228156 8737148928 5525 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 18446604450051938432 0 0 -1 2 0 0 0
[pid=28681/tid=28691] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28691/stat : 28691 (java) S 28679 28681 28681 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 850228157 8737148928 5525 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738221568 0 0 0 16800975 18446604450051938432 0 0 -1 2 0 0 0
[pid=28681/tid=28692] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28692/stat : 28692 (java) S 28679 28681 28681 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 850228158 8737148928 5525 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 18446604450051938432 0 0 -1 2 0 0 0
[pid=28681/tid=28693] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28693/stat : 28693 (java) S 28679 28681 28681 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 850228158 8737148928 5525 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 18446604450051938432 0 0 -1 2 0 0 0
[pid=28681/tid=28694] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28694/stat : 28694 (java) S 28679 28681 28681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850228160 8737148928 5525 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738228657 0 4 0 16800975 18446604450051938432 0 0 -1 2 0 0 0
[pid=28681/tid=28695] ppid=28679 vsize=8532372 CPUtime=0.01 cores=0,2,4,6
/proc/28681/task/28695/stat : 28695 (java) R 28679 28681 28681 0 -1 4202560 186 0 0 0 1 0 0 0 25 0 18 0 850228160 8737148928 5525 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28681/tid=28696] ppid=28679 vsize=8532372 CPUtime=0.01 cores=0,2,4,6
/proc/28681/task/28696/stat : 28696 (java) S 28679 28681 28681 0 -1 4202560 569 0 0 0 1 0 0 0 25 0 18 0 850228160 8737148928 5526 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 18446604450051938432 0 0 -1 6 0 0 0
[pid=28681/tid=28697] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28697/stat : 28697 (java) S 28679 28681 28681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850228160 8737148928 5526 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738220953 0 4 0 16800975 18446604450051938432 0 0 -1 2 0 0 0
[pid=28681/tid=28698] ppid=28679 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/28681/task/28698/stat : 28698 (java) S 28679 28681 28681 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 850228160 8737148928 5526 33554432000 1073741824 1073778376 140734598903568 18446744073709551615 264738221568 0 4 0 16800975 18446604450051938432 0 0 -1 6 0 0 0
[pid=28501/tid=28509] ppid=28499 vsize=335892 CPUtime=0.02 cores=0,2,4,6
/proc/28501/task/28509/stat : 28509 (python) S 28499 28501 27575 0 -1 4202560 29 1353 0 0 0 0 2 0 20 0 6 0 850204266 343953408 7582 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554434 18446604450314212544 0 0 -1 6 0 0 0
[pid=28501/tid=28537] ppid=28499 vsize=335892 CPUtime=0.02 cores=0,2,4,6
/proc/28501/task/28537/stat : 28537 (python) S 28499 28501 27575 0 -1 4202560 24 1353 0 0 0 0 2 0 20 0 6 0 850209279 343953408 7582 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554434 18446604450314212544 0 0 -1 6 0 0 0
[pid=28501/tid=28564] ppid=28499 vsize=335892 CPUtime=0.02 cores=0,2,4,6
/proc/28501/task/28564/stat : 28564 (python) S 28499 28501 27575 0 -1 4202560 26 1353 0 0 0 0 2 0 20 0 6 0 850214142 343953408 7582 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554434 18446604450314212544 0 0 -1 0 0 0 0
[pid=28501/tid=28671] ppid=28499 vsize=335892 CPUtime=0.02 cores=0,2,4,6
/proc/28501/task/28671/stat : 28671 (python) S 28499 28501 27575 0 -1 4202560 28 1353 0 0 0 0 2 0 20 0 6 0 850223528 343953408 7582 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554434 18446604450314212544 0 0 -1 0 0 0 0
[pid=28501/tid=28680] ppid=28499 vsize=335892 CPUtime=0.02 cores=0,2,4,6
/proc/28501/task/28680/stat : 28680 (python) S 28499 28501 27575 0 -1 4202560 26 1353 0 0 0 0 2 0 20 0 6 0 850228154 343953408 7582 33554432000 4194304 5683644 140736749108624 18446744073709551615 264738228657 0 0 16781312 33554434 18446604450314212544 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 241.83
Current children cumulated vsize (KiB) 19180972

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 239.791
CPU time (s): 241.83
CPU user time (s): 240.08
CPU system time (s): 1.75
CPU usage (%): 100.85
Max. virtual memory (cumulated for all children) (KiB): 19180972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.567913
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16106
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= 2818
involuntary context switches= 23

runsolver used 1.81872 second user time and 3.3065 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-09 02:04:45
IDJOB=3481484
IDBENCH=48151
IDSOLVER=1970
FILE ID=node141/3481484-1307577885
RUNJOBID= node141-1307576354-27593
PBS_JOBID= 13547658
Free space on /tmp= 73644 MiB

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

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

MD5SUM BENCH= 54e50bd6cbfbb2a5705269c41241de9a
RANDOM SEED=921398561

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17628120 kB
Buffers:        148988 kB
Cached:         731764 kB
SwapCached:       8884 kB
Active:       14893496 kB
Inactive:       150684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17628120 kB
SwapTotal:    67111528 kB
SwapFree:     62998992 kB
Dirty:          163120 kB
Writeback:           0 kB
AnonPages:    14161988 kB
Mapped:          91844 kB
Slab:           125032 kB
PageTables:      81968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157855116 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= 73500 MiB
End job on node141 at 2011-06-09 02:08:48