Trace number 3481909

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) 287.74 284.976

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_2.opb
MD5SUM1d334f36842eecbe8db395477b7c6bcb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 38
Optimality of the best value was proved NO
Number of variables198
Total number of constraints16
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 constraints16
Minimum length of a constraint85
Maximum length of a constraint86
Number of terms in the objective function 128
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1943
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6340
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.33/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.33/0.47	c INFO: solving HOME/instance-3481909-1307577302.opb
0.33/0.47	c INFO: parsing took 0.00 s
0.33/0.48	c INFO: features took 0.01 CPU seconds
0.42/0.50	c INFO: running clasp-1.3.7@0 for 45 with 1799 remaining (b = 0.09)
46.35/46.36	c INFO: running wbo1.4a@0 for 45 with 1753 remaining (b = 0.02)
93.39/93.23	c INFO: running scip-2.0.1-spx@0 for 45 with 1707 remaining (b = 0.01)
145.68/145.28	c INFO: running clasp-1.3.7@45 for 45 with 1658 remaining (b = 0.00)
191.82/191.29	c INFO: running sat4j-pb-v20101225@0 for 91 with 1612 remaining (b = 0.01)
286.65/284.42	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1517 remaining (b = 0.00)

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-3481909-1307577302/watcher-3481909-1307577302 -o /tmp/evaluation-result-3481909-1307577302/solver-3481909-1307577302 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481909-1307577302.opb -seed 787553708 -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.04 1.93 1.22 2/549 1442
/proc/meminfo: memFree=26485708/32951124 swapFree=36471928/67111528
[pid=1442] ppid=1439 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/1442/stat : 1442 (python) R 1439 1442 32706 0 -1 4202496 879 0 0 0 0 0 0 0 25 0 1 0 869330724 16150528 760 33554432000 4194304 5683644 140735598788368 18446744073709551615 230808826565 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1442/statm: 3943 762 343 364 0 430 0

[startup+0.116258 s]
/proc/loadavg: 2.04 1.93 1.22 2/549 1442
/proc/meminfo: memFree=26485708/32951124 swapFree=36471928/67111528
[pid=1442] ppid=1439 vsize=98184 CPUtime=0.09 cores=0,2,4,6
/proc/1442/stat : 1442 (python) S 1439 1442 32706 0 -1 4202496 3306 930 1 0 7 2 0 0 18 0 1 0 869330724 100540416 2486 33554432000 4194304 5683644 140735598788368 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/1442/statm: 24546 2486 794 364 0 1626 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 98184

[startup+0.201211 s]
/proc/loadavg: 2.04 1.93 1.22 2/549 1442
/proc/meminfo: memFree=26485708/32951124 swapFree=36471928/67111528
[pid=1442] ppid=1439 vsize=123740 CPUtime=0.16 cores=0,2,4,6
/proc/1442/stat : 1442 (python) S 1439 1442 32706 0 -1 4202496 5357 930 1 0 12 4 0 0 17 0 1 0 869330724 126709760 3744 33554432000 4194304 5683644 140735598788368 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/1442/statm: 30935 3744 987 364 0 2767 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 123740

[startup+0.301824 s]
/proc/loadavg: 2.04 1.93 1.22 2/549 1442
/proc/meminfo: memFree=26485708/32951124 swapFree=36471928/67111528
[pid=1442] ppid=1439 vsize=203276 CPUtime=0.23 cores=0,2,4,6
/proc/1442/stat : 1442 (python) S 1439 1442 32706 0 -1 4202496 6733 930 1 0 18 5 0 0 17 0 1 0 869330724 208154624 5009 33554432000 4194304 5683644 140735598788368 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/1442/statm: 50819 5009 1472 364 0 3781 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 203276

[startup+0.700724 s]
/proc/loadavg: 2.04 1.93 1.22 2/549 1442
/proc/meminfo: memFree=26485708/32951124 swapFree=36471928/67111528
[pid=1442] ppid=1439 vsize=293092 CPUtime=0.42 cores=0,2,4,6
/proc/1442/stat : 1442 (python) S 1439 1442 32706 0 -1 4202496 9694 930 1 0 34 8 0 0 19 0 2 0 869330724 300126208 7136 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820992459 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/1442/statm: 73273 7136 1862 364 0 8160 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 293092

[startup+1.50058 s]
/proc/loadavg: 2.04 1.93 1.23 3/553 1450
/proc/meminfo: memFree=26455052/32951124 swapFree=36471928/67111528
[pid=1442] ppid=1439 vsize=293092 CPUtime=0.42 cores=0,2,4,6
/proc/1442/stat : 1442 (python) S 1439 1442 32706 0 -1 4202496 9694 930 1 0 34 8 0 0 19 0 2 0 869330724 300126208 7136 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820992459 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/1442/statm: 73273 7136 1862 364 0 8160 0
[pid=1448] ppid=1442 vsize=282848 CPUtime=0 cores=0,2,4,6
/proc/1448/stat : 1448 (python) S 1442 1442 32706 0 -1 4202560 842 0 0 0 0 0 0 0 15 0 1 0 869330775 289636352 5628 33554432000 4194304 5683644 140735598788368 18446744073709551615 230809185807 0 0 16781312 33554946 3001205825118142464 0 0 17 2 0 0 0
/proc/1448/statm: 70712 5628 358 364 0 5599 0
[pid=1450] ppid=1448 vsize=1988 CPUtime=0.98 cores=0,2,4,6
/proc/1450/stat : 1450 (clasp-1.3.7-x86) R 1448 1450 1450 0 -1 4202496 495 0 0 0 98 0 0 0 19 0 1 0 869330775 2035712 234 33554432000 134512640 136139019 4290000112 18446744073709551615 134831199 0 0 16781312 16386 0 0 0 17 4 0 0 0
/proc/1450/statm: 497 234 184 398 0 97 0
[pid=1442/tid=1449] ppid=1439 vsize=293092 CPUtime=0 cores=0,2,4,6
/proc/1442/task/1449/stat : 1449 (python) S 1439 1442 32706 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 2 0 869330775 300126208 7136 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554434 18446604443835033792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 577928

[startup+3.10028 s]
/proc/loadavg: 2.04 1.93 1.23 3/553 1450
/proc/meminfo: memFree=26448508/32951124 swapFree=36471928/67111528
[pid=1442] ppid=1439 vsize=293092 CPUtime=0.42 cores=0,2,4,6
/proc/1442/stat : 1442 (python) S 1439 1442 32706 0 -1 4202496 9694 930 1 0 34 8 0 0 19 0 2 0 869330724 300126208 7136 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820992459 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/1442/statm: 73273 7136 1862 364 0 8160 0
[pid=1448] ppid=1442 vsize=282848 CPUtime=0 cores=0,2,4,6
/proc/1448/stat : 1448 (python) S 1442 1442 32706 0 -1 4202560 842 0 0 0 0 0 0 0 15 0 1 0 869330775 289636352 5628 33554432000 4194304 5683644 140735598788368 18446744073709551615 230809185807 0 0 16781312 33554946 689367247717662720 0 0 17 2 0 0 0
/proc/1448/statm: 70712 5628 358 364 0 5599 0
[pid=1450] ppid=1448 vsize=1988 CPUtime=2.58 cores=0,2,4,6
/proc/1450/stat : 1450 (clasp-1.3.7-x86) R 1448 1450 1450 0 -1 4202496 497 0 0 0 258 0 0 0 22 0 1 0 869330775 2035712 236 33554432000 134512640 136139019 4290000112 18446744073709551615 134832496 0 0 16781312 16386 0 0 0 17 4 0 0 0
/proc/1450/statm: 497 236 184 398 0 97 0
[pid=1442/tid=1449] ppid=1439 vsize=293092 CPUtime=0 cores=0,2,4,6
/proc/1442/task/1449/stat : 1449 (python) S 1439 1442 32706 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 2 0 869330775 300126208 7136 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554434 18446604443835033792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 577928

[startup+6.30069 s]
/proc/loadavg: 2.04 1.93 1.23 3/557 1454
/proc/meminfo: memFree=26332360/32951124 swapFree=36471928/67111528
[pid=1442] ppid=1439 vsize=293092 CPUtime=0.42 cores=0,2,4,6
/proc/1442/stat : 1442 (python) S 1439 1442 32706 0 -1 4202496 9694 930 1 0 34 8 0 0 19 0 2 0 869330724 300126208 7136 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820992459 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/1442/statm: 73273 7136 1862 364 0 8160 0
[pid=1448] ppid=1442 vsize=282848 CPUtime=0.01 cores=0,2,4,6
/proc/1448/stat : 1448 (python) S 1442 1442 32706 0 -1 4202560 966 0 0 0 0 1 0 0 15 0 1 0 869330775 289636352 5651 33554432000 4194304 5683644 140735598788368 18446744073709551615 230809185807 0 0 16781312 33554946 4294934786 0 0 17 2 0 0 0
/proc/1448/statm: 70712 5651 381 364 0 5599 0
[pid=1450] ppid=1448 vsize=1988 CPUtime=5.78 cores=0,2,4,6
/proc/1450/stat : 1450 (clasp-1.3.7-x86) R 1448 1450 1450 0 -1 4202496 498 0 0 0 578 0 0 0 25 0 1 0 869330775 2035712 237 33554432000 134512640 136139019 4290000112 18446744073709551615 134832156 0 0 16781312 16386 0 0 0 17 4 0 0 0
/proc/1450/statm: 497 237 184 398 0 97 0
[pid=1442/tid=1449] ppid=1439 vsize=293092 CPUtime=0 cores=0,2,4,6
/proc/1442/task/1449/stat : 1449 (python) S 1439 1442 32706 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 2 0 869330775 300126208 7136 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554434 18446604443835033792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 577928

[startup+12.7005 s]
/proc/loadavg: 2.11 1.94 1.24 3/557 1454
/proc/meminfo: memFree=26244832/32951124 swapFree=36471928/67111528
[pid=1442] ppid=1439 vsize=293092 CPUtime=0.42 cores=0,2,4,6
/proc/1442/stat : 1442 (python) S 1439 1442 32706 0 -1 4202496 9694 930 1 0 34 8 0 0 19 0 2 0 869330724 300126208 7136 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820992459 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/1442/statm: 73273 7136 1862 364 0 8160 0
[pid=1448] ppid=1442 vsize=282848 CPUtime=0.04 cores=0,2,4,6
/proc/1448/stat : 1448 (python) S 1442 1442 32706 0 -1 4202560 971 0 0 0 2 2 0 0 15 0 1 0 869330775 289636352 5651 33554432000 4194304 5683644 140735598788368 18446744073709551615 230809185807 0 0 16781312 33554946 72262103200705195 0 0 17 2 0 0 0
/proc/1448/statm: 70712 5651 381 364 0 5599 0
[pid=1450] ppid=1448 vsize=1988 CPUtime=12.18 cores=0,2,4,6
/proc/1450/stat : 1450 (clasp-1.3.7-x86) R 1448 1450 1450 0 -1 4202496 499 0 0 0 1218 0 0 0 25 0 1 0 869330775 2035712 238 33554432000 134512640 136139019 4290000112 18446744073709551615 134643070 0 0 16781312 16386 0 0 0 17 4 0 0 0
/proc/1450/statm: 497 238 184 398 0 97 0
[pid=1442/tid=1449] ppid=1439 vsize=293092 CPUtime=0 cores=0,2,4,6
/proc/1442/task/1449/stat : 1449 (python) S 1439 1442 32706 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 2 0 869330775 300126208 7136 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554434 18446604443835033792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 577928

[startup+25.5012 s]
/proc/loadavg: 2.09 1.95 1.25 3/557 1454
/proc/meminfo: memFree=26245520/32951124 swapFree=36471928/67111528
[pid=1442] ppid=1439 vsize=293092 CPUtime=0.42 cores=0,2,4,6
/proc/1442/stat : 1442 (python) S 1439 1442 32706 0 -1 4202496 9694 930 1 0 34 8 0 0 19 0 2 0 869330724 300126208 7136 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820992459 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/1442/statm: 73273 7136 1862 364 0 8160 0
[pid=1448] ppid=1442 vsize=282848 CPUtime=0.07 cores=0,2,4,6
/proc/1448/stat : 1448 (python) S 1442 1442 32706 0 -1 4202560 974 0 0 0 3 4 0 0 15 0 1 0 869330775 289636352 5651 33554432000 4194304 5683644 140735598788368 18446744073709551615 230809185807 0 0 16781312 33554946 72262103200705195 0 0 17 2 0 0 0
/proc/1448/statm: 70712 5651 381 364 0 5599 0
[pid=1450] ppid=1448 vsize=1988 CPUtime=24.98 cores=0,2,4,6
/proc/1450/stat : 1450 (clasp-1.3.7-x86) R 1448 1450 1450 0 -1 4202496 501 0 0 0 2498 0 0 0 25 0 1 0 869330775 2035712 240 33554432000 134512640 136139019 4290000112 18446744073709551615 134742358 0 0 16781312 16386 0 0 0 17 4 0 0 0
/proc/1450/statm: 497 240 184 398 0 97 0
[pid=1442/tid=1449] ppid=1439 vsize=293092 CPUtime=0 cores=0,2,4,6
/proc/1442/task/1449/stat : 1449 (python) S 1439 1442 32706 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 2 0 869330775 300126208 7136 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554434 18446604443835033792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 577928

[startup+51.1005 s]
/proc/loadavg: 2.06 1.95 1.27 3/561 1459
/proc/meminfo: memFree=26227252/32951124 swapFree=36471928/67111528
[pid=1442] ppid=1439 vsize=303888 CPUtime=0.44 cores=0,2,4,6
/proc/1442/stat : 1442 (python) S 1439 1442 32706 0 -1 4202496 10493 930 1 0 36 8 0 0 20 0 3 0 869330724 311181312 7270 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820992459 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/1442/statm: 75972 7270 1873 364 0 10856 0
[pid=1448] ppid=1442 vsize=293092 CPUtime=0.15 cores=0,2,4,6
/proc/1448/stat : 1448 (python) S 1442 1442 32706 0 -1 4202560 1146 0 0 0 7 8 0 0 16 0 2 0 869330775 300126208 5687 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820992459 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/1448/statm: 73273 5687 412 364 0 8160 0
[pid=1450] ppid=1448 vsize=1988 CPUtime=45.82 cores=0,2,4,6
/proc/1450/stat : 1450 (clasp-1.3.7-x86) T 1448 1450 1450 0 -1 4202496 501 0 0 0 4582 0 0 0 25 0 1 0 869330775 2035712 240 33554432000 134512640 136139019 4290000112 18446744073709551615 134832331 0 0 16781312 16386 18446744071562691360 0 0 17 4 0 0 0
/proc/1450/statm: 497 240 184 398 0 97 0
[pid=1448/tid=1456] ppid=1442 vsize=293092 CPUtime=0 cores=0,2,4,6
/proc/1448/task/1456/stat : 1456 (python) S 1442 1442 32706 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 869335358 300126208 5687 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554946 18446604443927582592 0 0 -1 6 0 0 0
[pid=1457] ppid=1442 vsize=293644 CPUtime=0 cores=0,2,4,6
/proc/1457/stat : 1457 (python) S 1442 1442 32706 0 -1 4202560 918 0 0 0 0 0 0 0 15 0 1 0 869335360 300691456 5766 33554432000 4194304 5683644 140735598788368 18446744073709551615 230809185862 0 0 16781312 33554946 4294934786 0 0 17 4 0 0 0
/proc/1457/statm: 73411 5766 373 364 0 8295 0
[pid=1459] ppid=1457 vsize=16708 CPUtime=4.73 cores=0,2,4,6
/proc/1459/stat : 1459 (wbo1.4a) R 1457 1459 1459 0 -1 4202496 3996 0 0 0 470 3 0 0 25 0 1 0 869335361 17108992 3727 33554432000 134512640 135751879 4291757872 18446744073709551615 135270609 0 0 16781312 3 0 0 0 17 0 0 0 0
/proc/1459/statm: 4177 3727 143 303 0 3872 0
[pid=1442/tid=1449] ppid=1439 vsize=303888 CPUtime=0 cores=0,2,4,6
/proc/1442/task/1449/stat : 1449 (python) S 1439 1442 32706 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 3 0 869330775 311181312 7270 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554434 18446604443835033792 0 0 -1 6 0 0 0
[pid=1442/tid=1458] ppid=1439 vsize=303888 CPUtime=0 cores=0,2,4,6
/proc/1442/task/1458/stat : 1458 (python) S 1439 1442 32706 0 -1 4202560 32 930 0 0 0 0 0 0 20 0 3 0 869335360 311181312 7270 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554434 18446604443835033792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 909320

[startup+102.301 s]
/proc/loadavg: 2.02 1.95 1.31 3/565 1464
/proc/meminfo: memFree=26108868/32951124 swapFree=36471928/67111528
[pid=1442] ppid=1439 vsize=313836 CPUtime=0.48 cores=0,2,4,6
/proc/1442/stat : 1442 (python) S 1439 1442 32706 0 -1 4202496 11352 930 1 0 39 9 0 0 20 0 4 0 869330724 321368064 7200 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820992459 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/1442/statm: 78459 7200 1875 364 0 13340 0
[pid=1448] ppid=1442 vsize=293092 CPUtime=0.15 cores=0,2,4,6
/proc/1448/stat : 1448 (python) S 1442 1442 32706 0 -1 4202560 1146 0 0 0 7 8 0 0 16 0 2 0 869330775 300126208 5687 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820992459 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/1448/statm: 73273 5687 412 364 0 8160 0
[pid=1450] ppid=1448 vsize=1988 CPUtime=45.82 cores=0,2,4,6
/proc/1450/stat : 1450 (clasp-1.3.7-x86) T 1448 1450 1450 0 -1 4202496 501 0 0 0 4582 0 0 0 25 0 1 0 869330775 2035712 240 33554432000 134512640 136139019 4290000112 18446744073709551615 134832331 0 0 16781312 16386 18446744071562691360 0 0 17 4 0 0 0
/proc/1450/statm: 497 240 184 398 0 97 0
[pid=1448/tid=1456] ppid=1442 vsize=293092 CPUtime=0 cores=0,2,4,6
/proc/1448/task/1456/stat : 1456 (python) S 1442 1442 32706 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 869335358 300126208 5687 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554946 18446604443927582592 0 0 -1 6 0 0 0
[pid=1457] ppid=1442 vsize=359180 CPUtime=0.15 cores=0,2,4,6
/proc/1457/stat : 1457 (python) S 1442 1442 32706 0 -1 4202560 1104 0 0 0 9 6 0 0 16 0 2 0 869335360 367800320 5792 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820992459 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/1457/statm: 89795 5792 397 364 0 24679 0
[pid=1459] ppid=1457 vsize=103480 CPUtime=46.83 cores=0,2,4,6
/proc/1459/stat : 1459 (wbo1.4a) T 1457 1459 1459 0 -1 4202496 25687 0 0 0 4657 26 0 0 25 0 1 0 869335361 105963520 25418 33554432000 134512640 135751879 4291757872 18446744073709551615 134604779 0 0 16781312 3 18446744071562691360 0 0 17 0 0 0 0
/proc/1459/statm: 25870 25418 143 303 0 25565 0
[pid=1457/tid=1461] ppid=1442 vsize=359180 CPUtime=0 cores=0,2,4,6
/proc/1457/task/1461/stat : 1461 (python) S 1442 1442 32706 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 869340045 367800320 5792 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554946 18446604452520761536 0 0 -1 0 0 0 0
[pid=1462] ppid=1442 vsize=303592 CPUtime=0.08 cores=0,2,4,6
/proc/1462/stat : 1462 (python) S 1442 1442 32706 0 -1 4202560 954 0 0 0 6 2 0 0 15 0 1 0 869340048 310878208 5694 33554432000 4194304 5683644 140735598788368 18446744073709551615 230809185862 0 0 16781312 33554946 2484017476925390848 0 0 17 0 0 0 0

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

[pid=1471/tid=1486] ppid=1469 vsize=8623460 CPUtime=0.5 cores=0,2,4,6
/proc/1471/task/1486/stat : 1486 (java) S 1469 1471 1471 0 -1 4202560 8720 0 0 0 49 1 0 0 15 0 19 0 869349860 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820981657 0 4 0 16800975 18446604441494247552 0 0 -1 2 0 0 0
[pid=1471/tid=1487] ppid=1469 vsize=8623460 CPUtime=0 cores=0,2,4,6
/proc/1471/task/1487/stat : 1487 (java) S 1469 1471 1471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869349860 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820981657 0 4 0 16800975 18446604441494247552 0 0 -1 4 0 0 0
[pid=1471/tid=1488] ppid=1469 vsize=8623460 CPUtime=0 cores=0,2,4,6
/proc/1471/task/1488/stat : 1488 (java) S 1469 1471 1471 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 869349860 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820982272 0 4 0 16800975 18446604441494247552 0 0 -1 4 0 0 0
[pid=1471/tid=1489] ppid=1469 vsize=8623460 CPUtime=0 cores=0,2,4,6
/proc/1471/task/1489/stat : 1489 (java) S 1469 1471 1471 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 869349871 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820982272 0 4 0 16800975 18446604441494247552 0 0 -1 6 0 0 0
[pid=1442/tid=1449] ppid=1439 vsize=324600 CPUtime=0 cores=0,2,4,6
/proc/1442/task/1449/stat : 1449 (python) S 1439 1442 32706 0 -1 4202560 27 930 0 0 0 0 0 0 18 0 5 0 869330775 332390400 7335 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554434 18446604443835033792 0 0 -1 6 0 0 0
[pid=1442/tid=1458] ppid=1439 vsize=324600 CPUtime=0 cores=0,2,4,6
/proc/1442/task/1458/stat : 1458 (python) S 1439 1442 32706 0 -1 4202560 32 930 0 0 0 0 0 0 20 0 5 0 869335360 332390400 7335 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554434 18446604443835033792 0 0 -1 4 0 0 0
[pid=1442/tid=1463] ppid=1439 vsize=324600 CPUtime=0 cores=0,2,4,6
/proc/1442/task/1463/stat : 1463 (python) S 1439 1442 32706 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 5 0 869340048 332390400 7335 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554434 18446604443835033792 0 0 -1 4 0 0 0
[pid=1442/tid=1470] ppid=1439 vsize=324600 CPUtime=0 cores=0,2,4,6
/proc/1442/task/1470/stat : 1470 (python) S 1439 1442 32706 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 5 0 869349854 332390400 7335 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554434 18446604443835033792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 284.54
Current children cumulated vsize (KiB) 10409788



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+284.902 s]
/proc/loadavg: 2.10 2.01 1.44 6/627 1583
/proc/meminfo: memFree=24005148/32951124 swapFree=36471928/67111528
[pid=1442] ppid=1439 vsize=334856 CPUtime=0.55 cores=0,2,4,6
/proc/1442/stat : 1442 (python) S 1439 1442 32706 0 -1 4202496 13083 930 1 0 46 9 0 0 20 0 6 0 869330724 342892544 7341 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820992459 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/1442/statm: 83714 7341 1879 364 0 18589 0
[pid=1448] ppid=1442 vsize=293092 CPUtime=0.31 cores=0,2,4,6
/proc/1448/stat : 1448 (python) S 1442 1442 32706 0 -1 4202560 1173 0 0 0 16 15 0 0 16 0 2 0 869330775 300126208 5688 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820992459 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/1448/statm: 73273 5688 413 364 0 8160 0
[pid=1450] ppid=1448 vsize=1988 CPUtime=91.81 cores=0,2,4,6
/proc/1450/stat : 1450 (clasp-1.3.7-x86) T 1448 1450 1450 0 -1 4202496 501 0 0 0 9181 0 0 0 25 0 1 0 869330775 2035712 240 33554432000 134512640 136139019 4290000112 18446744073709551615 134875018 0 0 16781312 16386 18446744071562691360 0 0 17 4 0 0 0
/proc/1450/statm: 497 240 184 398 0 97 0
[pid=1448/tid=1456] ppid=1442 vsize=293092 CPUtime=0 cores=0,2,4,6
/proc/1448/task/1456/stat : 1456 (python) S 1442 1442 32706 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 869335358 300126208 5688 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554946 18446604443927582592 0 0 -1 6 0 0 0
[pid=1457] ppid=1442 vsize=359180 CPUtime=0.15 cores=0,2,4,6
/proc/1457/stat : 1457 (python) S 1442 1442 32706 0 -1 4202560 1104 0 0 0 9 6 0 0 16 0 2 0 869335360 367800320 5792 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820992459 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/1457/statm: 89795 5792 397 364 0 24679 0
[pid=1459] ppid=1457 vsize=103480 CPUtime=46.83 cores=0,2,4,6
/proc/1459/stat : 1459 (wbo1.4a) T 1457 1459 1459 0 -1 4202496 25687 0 0 0 4657 26 0 0 25 0 1 0 869335361 105963520 25418 33554432000 134512640 135751879 4291757872 18446744073709551615 134604779 0 0 16781312 3 18446744071562691360 0 0 17 0 0 0 0
/proc/1459/statm: 25870 25418 143 303 0 25565 0
[pid=1457/tid=1461] ppid=1442 vsize=359180 CPUtime=0 cores=0,2,4,6
/proc/1457/task/1461/stat : 1461 (python) S 1442 1442 32706 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 869340045 367800320 5792 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554946 18446604452520761536 0 0 -1 0 0 0 0
[pid=1462] ppid=1442 vsize=303908 CPUtime=0.4 cores=0,2,4,6
/proc/1462/stat : 1462 (python) S 1442 1442 32706 0 -1 4202560 1225 0 0 0 27 13 0 0 17 0 2 0 869340048 311201792 5796 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820992459 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/1462/statm: 75977 5796 399 364 0 10858 0
[pid=1464] ppid=1462 vsize=85724 CPUtime=51.92 cores=0,2,4,6
/proc/1464/stat : 1464 (scip-2.0.1.linu) T 1462 1464 1464 0 -1 4202496 49063 0 0 0 4907 285 0 0 18 0 1 0 869340048 87781376 19472 33554432000 4194304 13684479 140734294249152 18446744073709551615 4865653 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/1464/statm: 21431 19472 807 2317 0 19109 0
[pid=1462/tid=1467] ppid=1442 vsize=303908 CPUtime=0 cores=0,2,4,6
/proc/1462/task/1467/stat : 1467 (python) S 1442 1442 32706 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 869345250 311201792 5796 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554946 18446604450026781504 0 0 -1 6 0 0 0
[pid=1469] ppid=1442 vsize=314356 CPUtime=0.37 cores=0,2,4,6
/proc/1469/stat : 1469 (python) S 1442 1442 32706 0 -1 4202560 1145 0 0 0 18 19 0 0 16 0 2 0 869349854 321900544 5852 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820992459 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0
/proc/1469/statm: 78589 5852 397 364 0 13467 0
[pid=1471] ppid=1469 vsize=8623460 CPUtime=94.33 cores=0,2,4,6
/proc/1471/stat : 1471 (java) T 1469 1471 1471 0 -1 4202496 70340 0 1 0 9417 16 0 0 18 0 19 0 869349854 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1471/statm: 2155865 62041 2248 9 0 2146606 0
[pid=1471/tid=1472] ppid=1469 vsize=8623460 CPUtime=91.64 cores=0,2,4,6
/proc/1471/task/1472/stat : 1472 (java) T 1469 1471 1471 0 -1 4202560 47737 0 1 0 9154 10 0 0 25 0 19 0 869349855 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 46912505539890 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1471/tid=1473] ppid=1469 vsize=8623460 CPUtime=0.07 cores=0,2,4,6
/proc/1471/task/1473/stat : 1473 (java) T 1469 1471 1471 0 -1 4202560 200 0 0 0 7 0 0 0 15 0 19 0 869349856 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820981657 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=1471/tid=1474] ppid=1469 vsize=8623460 CPUtime=0.09 cores=0,2,4,6
/proc/1471/task/1474/stat : 1474 (java) T 1469 1471 1471 0 -1 4202560 294 0 0 0 9 0 0 0 15 0 19 0 869349856 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820981657 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1471/tid=1475] ppid=1469 vsize=8623460 CPUtime=0.07 cores=0,2,4,6
/proc/1471/task/1475/stat : 1475 (java) T 1469 1471 1471 0 -1 4202560 319 0 0 0 7 0 0 0 15 0 19 0 869349856 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820981657 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1471/tid=1476] ppid=1469 vsize=8623460 CPUtime=0.07 cores=0,2,4,6
/proc/1471/task/1476/stat : 1476 (java) T 1469 1471 1471 0 -1 4202560 391 0 0 0 7 0 0 0 15 0 19 0 869349856 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820981657 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1471/tid=1477] ppid=1469 vsize=8623460 CPUtime=0.08 cores=0,2,4,6
/proc/1471/task/1477/stat : 1477 (java) T 1469 1471 1471 0 -1 4202560 489 0 0 0 8 0 0 0 15 0 19 0 869349856 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820981657 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=1471/tid=1478] ppid=1469 vsize=8623460 CPUtime=0.07 cores=0,2,4,6
/proc/1471/task/1478/stat : 1478 (java) T 1469 1471 1471 0 -1 4202560 235 0 0 0 7 0 0 0 15 0 19 0 869349856 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820981657 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1471/tid=1479] ppid=1469 vsize=8623460 CPUtime=0.07 cores=0,2,4,6
/proc/1471/task/1479/stat : 1479 (java) T 1469 1471 1471 0 -1 4202560 317 0 0 0 7 0 0 0 15 0 19 0 869349856 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820981657 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=1471/tid=1480] ppid=1469 vsize=8623460 CPUtime=0.08 cores=0,2,4,6
/proc/1471/task/1480/stat : 1480 (java) T 1469 1471 1471 0 -1 4202560 265 0 0 0 8 0 0 0 15 0 19 0 869349856 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820981657 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1471/tid=1481] ppid=1469 vsize=8623460 CPUtime=1.05 cores=0,2,4,6
/proc/1471/task/1481/stat : 1481 (java) T 1469 1471 1471 0 -1 4202560 1618 0 0 0 104 1 0 0 15 0 19 0 869349857 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820982272 0 0 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=1471/tid=1482] ppid=1469 vsize=8623460 CPUtime=0 cores=0,2,4,6
/proc/1471/task/1482/stat : 1482 (java) T 1469 1471 1471 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 869349857 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820981657 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=1471/tid=1483] ppid=1469 vsize=8623460 CPUtime=0 cores=0,2,4,6
/proc/1471/task/1483/stat : 1483 (java) T 1469 1471 1471 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 869349857 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820981657 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1471/tid=1484] ppid=1469 vsize=8623460 CPUtime=0 cores=0,2,4,6
/proc/1471/task/1484/stat : 1484 (java) T 1469 1471 1471 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869349860 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820989361 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1471/tid=1485] ppid=1469 vsize=8623460 CPUtime=0.45 cores=0,2,4,6
/proc/1471/task/1485/stat : 1485 (java) T 1469 1471 1471 0 -1 4202560 8360 0 0 0 44 1 0 0 15 0 19 0 869349860 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820981657 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=1471/tid=1486] ppid=1469 vsize=8623460 CPUtime=0.5 cores=0,2,4,6
/proc/1471/task/1486/stat : 1486 (java) T 1469 1471 1471 0 -1 4202560 8720 0 0 0 49 1 0 0 15 0 19 0 869349860 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820981657 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=1471/tid=1487] ppid=1469 vsize=8623460 CPUtime=0 cores=0,2,4,6
/proc/1471/task/1487/stat : 1487 (java) T 1469 1471 1471 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869349860 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820981657 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1471/tid=1488] ppid=1469 vsize=8623460 CPUtime=0 cores=0,2,4,6
/proc/1471/task/1488/stat : 1488 (java) T 1469 1471 1471 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 869349860 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820982272 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1471/tid=1489] ppid=1469 vsize=8623460 CPUtime=0 cores=0,2,4,6
/proc/1471/task/1489/stat : 1489 (java) T 1469 1471 1471 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 869349871 8830423040 62041 33554432000 1073741824 1073778376 140737135128592 18446744073709551615 230820982272 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=1469/tid=1561] ppid=1442 vsize=314356 CPUtime=0 cores=0,2,4,6
/proc/1469/task/1561/stat : 1561 (python) S 1442 1442 32706 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 869359164 321900544 5852 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554946 18446604447663450816 0 0 -1 0 0 0 0
[pid=1562] ppid=1442 vsize=324612 CPUtime=0 cores=0,2,4,6
/proc/1562/stat : 1562 (python) S 1442 1442 32706 0 -1 4202560 812 0 0 0 0 0 0 0 18 0 1 0 869359166 332402688 5807 33554432000 4194304 5683644 140735598788368 18446744073709551615 230809185862 0 0 16781312 33554946 3835708504623022080 0 0 17 4 0 0 0
/proc/1562/statm: 81153 5807 349 364 0 16028 0
[pid=1564] ppid=1562 vsize=8548524 CPUtime=1.07 cores=0,2,4,6
/proc/1564/stat : 1564 (java) S 1562 1564 1564 0 -1 4202496 21935 0 1 0 105 2 0 0 20 0 19 0 869359167 8753688576 18525 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1564/statm: 2137131 18527 2198 9 0 2127872 0
[pid=1564/tid=1565] ppid=1562 vsize=8548524 CPUtime=0.48 cores=0,2,4,6
/proc/1564/task/1565/stat : 1565 (java) R 1562 1564 1564 0 -1 4202560 11048 0 1 0 47 1 0 0 18 0 19 0 869359168 8753688576 18754 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 46912505569151 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1564/tid=1566] ppid=1562 vsize=8548524 CPUtime=0 cores=0,2,4,6
/proc/1564/task/1566/stat : 1566 (java) S 1562 1564 1564 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 869359168 8753688576 18754 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820981657 0 4 0 16800975 18446604441494248448 0 0 -1 4 0 0 0
[pid=1564/tid=1567] ppid=1562 vsize=8548524 CPUtime=0 cores=0,2,4,6
/proc/1564/task/1567/stat : 1567 (java) S 1562 1564 1564 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 869359168 8753688576 18754 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820981657 0 4 0 16800975 18446604441494248448 0 0 -1 4 0 0 0
[pid=1564/tid=1568] ppid=1562 vsize=8548524 CPUtime=0 cores=0,2,4,6
/proc/1564/task/1568/stat : 1568 (java) S 1562 1564 1564 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 869359168 8753688576 18754 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820981657 0 4 0 16800975 18446604441494248448 0 0 -1 4 0 0 0
[pid=1564/tid=1569] ppid=1562 vsize=8548524 CPUtime=0 cores=0,2,4,6
/proc/1564/task/1569/stat : 1569 (java) S 1562 1564 1564 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869359168 8753688576 18755 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820981657 0 4 0 16800975 18446604441494248448 0 0 -1 4 0 0 0
[pid=1564/tid=1570] ppid=1562 vsize=8548524 CPUtime=0 cores=0,2,4,6
/proc/1564/task/1570/stat : 1570 (java) S 1562 1564 1564 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869359168 8753688576 18755 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820981657 0 4 0 16800975 18446604441494248448 0 0 -1 4 0 0 0
[pid=1564/tid=1571] ppid=1562 vsize=8548524 CPUtime=0 cores=0,2,4,6
/proc/1564/task/1571/stat : 1571 (java) S 1562 1564 1564 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869359168 8753688576 18755 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820981657 0 4 0 16800975 18446604441494248448 0 0 -1 4 0 0 0
[pid=1564/tid=1572] ppid=1562 vsize=8548524 CPUtime=0 cores=0,2,4,6
/proc/1564/task/1572/stat : 1572 (java) S 1562 1564 1564 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869359168 8753688576 18755 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820981657 0 4 0 16800975 18446604441494248448 0 0 -1 4 0 0 0
[pid=1564/tid=1573] ppid=1562 vsize=8548524 CPUtime=0 cores=0,2,4,6
/proc/1564/task/1573/stat : 1573 (java) S 1562 1564 1564 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869359168 8753688576 18755 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820981657 0 4 0 16800975 18446604441494248448 0 0 -1 4 0 0 0
[pid=1564/tid=1574] ppid=1562 vsize=8548524 CPUtime=0 cores=0,2,4,6
/proc/1564/task/1574/stat : 1574 (java) S 1562 1564 1564 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 869359169 8753688576 18755 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820982272 0 0 0 16800975 18446604441494248448 0 0 -1 4 0 0 0
[pid=1564/tid=1575] ppid=1562 vsize=8548524 CPUtime=0 cores=0,2,4,6
/proc/1564/task/1575/stat : 1575 (java) S 1562 1564 1564 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 869359170 8753688576 18755 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820981657 0 4 0 16800975 18446604441494248448 0 0 -1 4 0 0 0
[pid=1564/tid=1576] ppid=1562 vsize=8548524 CPUtime=0 cores=0,2,4,6
/proc/1564/task/1576/stat : 1576 (java) S 1562 1564 1564 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 869359170 8753688576 18756 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820981657 0 4 0 16800975 18446604441494248448 0 0 -1 4 0 0 0
[pid=1564/tid=1578] ppid=1562 vsize=8548524 CPUtime=0 cores=0,2,4,6
/proc/1564/task/1578/stat : 1578 (java) S 1562 1564 1564 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869359172 8753688576 18756 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820989361 0 4 0 16800975 18446604441494248448 0 0 -1 4 0 0 0
[pid=1564/tid=1579] ppid=1562 vsize=8548524 CPUtime=0.32 cores=0,2,4,6
/proc/1564/task/1579/stat : 1579 (java) R 1562 1564 1564 0 -1 4202560 5532 0 0 0 32 0 0 0 17 0 19 0 869359172 8753688576 18756 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 47677422531000 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1564/tid=1580] ppid=1562 vsize=8548524 CPUtime=0.26 cores=0,2,4,6
/proc/1564/task/1580/stat : 1580 (java) R 1562 1564 1564 0 -1 4202560 4184 0 0 0 26 0 0 0 25 0 19 0 869359172 8753688576 18756 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820991669 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1564/tid=1581] ppid=1562 vsize=8548524 CPUtime=0 cores=0,2,4,6
/proc/1564/task/1581/stat : 1581 (java) S 1562 1564 1564 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869359172 8753688576 18756 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820981657 0 4 0 16800975 18446604441494248448 0 0 -1 4 0 0 0
[pid=1564/tid=1582] ppid=1562 vsize=8548524 CPUtime=0 cores=0,2,4,6
/proc/1564/task/1582/stat : 1582 (java) S 1562 1564 1564 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 869359172 8753688576 18756 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820982272 0 4 0 16800975 18446604441494248448 0 0 -1 0 0 0 0
[pid=1564/tid=1583] ppid=1562 vsize=8548524 CPUtime=0 cores=0,2,4,6
/proc/1564/task/1583/stat : 1583 (java) S 1562 1564 1564 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 869359184 8753688576 18757 33554432000 1073741824 1073778376 140734817964208 18446744073709551615 230820982272 0 4 0 16800975 18446604441494248448 0 0 -1 0 0 0 0
[pid=1442/tid=1449] ppid=1439 vsize=334856 CPUtime=0 cores=0,2,4,6
/proc/1442/task/1449/stat : 1449 (python) S 1439 1442 32706 0 -1 4202560 27 930 0 0 0 0 0 0 18 0 6 0 869330775 342892544 7341 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554434 18446604443835033792 0 0 -1 6 0 0 0
[pid=1442/tid=1458] ppid=1439 vsize=334856 CPUtime=0 cores=0,2,4,6
/proc/1442/task/1458/stat : 1458 (python) S 1439 1442 32706 0 -1 4202560 32 930 0 0 0 0 0 0 20 0 6 0 869335360 342892544 7341 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554434 18446604443835033792 0 0 -1 4 0 0 0
[pid=1442/tid=1463] ppid=1439 vsize=334856 CPUtime=0 cores=0,2,4,6
/proc/1442/task/1463/stat : 1463 (python) S 1439 1442 32706 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 6 0 869340048 342892544 7341 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554434 18446604443835033792 0 0 -1 4 0 0 0
[pid=1442/tid=1470] ppid=1439 vsize=334856 CPUtime=0 cores=0,2,4,6
/proc/1442/task/1470/stat : 1470 (python) S 1439 1442 32706 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 6 0 869349854 342892544 7341 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554434 18446604443835033792 0 0 -1 4 0 0 0
[pid=1442/tid=1563] ppid=1439 vsize=334856 CPUtime=0 cores=0,2,4,6
/proc/1442/task/1563/stat : 1563 (python) S 1439 1442 32706 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 6 0 869359167 342892544 7341 33554432000 4194304 5683644 140735598788368 18446744073709551615 230820989361 0 0 16781312 33554434 18446604443835033792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 287.74
Current children cumulated vsize (KiB) 19293180

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 284.976
CPU time (s): 287.74
CPU user time (s): 283.83
CPU system time (s): 3.91
CPU usage (%): 100.97
Max. virtual memory (cumulated for all children) (KiB): 19293180

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

runsolver used 1.51777 second user time and 3.09853 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-09 01:55:02
IDJOB=3481909
IDBENCH=2895
IDSOLVER=1970
FILE ID=node104/3481909-1307577302
RUNJOBID= node104-1307576440-32728
PBS_JOBID= 13547701
Free space on /tmp= 73716 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_8_70_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-3481909-1307577302/watcher-3481909-1307577302 -o /tmp/evaluation-result-3481909-1307577302/solver-3481909-1307577302 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481909-1307577302.opb -seed 787553708 -budget 1800

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

MD5SUM BENCH= 1d334f36842eecbe8db395477b7c6bcb
RANDOM SEED=787553708

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26485988 kB
Buffers:        175484 kB
Cached:         744784 kB
SwapCached:      26012 kB
Active:        5947952 kB
Inactive:       193212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26485988 kB
SwapTotal:    67111528 kB
SwapFree:     36471928 kB
Dirty:          139780 kB
Writeback:           4 kB
AnonPages:     5217788 kB
Mapped:          73404 kB
Slab:           155296 kB
PageTables:     101076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 95525148 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= 73616 MiB
End job on node104 at 2011-06-09 01:59:50