Trace number 3481918

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) 288.8 286.166

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_4.opb
MD5SUM87341d3e4752b9f90faef0f8d9385430
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved NO
Number of 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 constraint84
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 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6154
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.35/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.35/0.66	c INFO: solving HOME/instance-3481918-1307577321.opb
0.35/0.66	c INFO: parsing took 0.00 s
0.35/0.67	c INFO: features took 0.01 CPU seconds
0.35/0.69	c INFO: running clasp-1.3.7@0 for 45 with 1799 remaining (b = 0.09)
46.82/46.99	c INFO: running wbo1.4a@0 for 45 with 1753 remaining (b = 0.02)
97.07/96.99	c INFO: running scip-2.0.1-spx@0 for 45 with 1703 remaining (b = 0.01)
148.96/148.58	c INFO: running clasp-1.3.7@46 for 45 with 1654 remaining (b = 0.00)
196.00/195.33	c INFO: running sat4j-pb-v20101225@0 for 91 with 1608 remaining (b = 0.01)
287.98/285.64	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1516 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-3481918-1307577321/watcher-3481918-1307577321 -o /tmp/evaluation-result-3481918-1307577321/solver-3481918-1307577321 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481918-1307577321.opb -seed 77334238 -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.21 2.08 1.35 2/694 20401
/proc/meminfo: memFree=22617924/32950928 swapFree=26914392/67111528
[pid=20401] ppid=20399 vsize=16236 CPUtime=0 cores=0,2,4,6
/proc/20401/stat : 20401 (python) R 20399 20401 19061 0 -1 4202496 997 0 0 0 0 0 0 0 25 0 1 0 869328852 16625664 869 33554432000 4194304 5683644 140736704326608 18446744073709551615 254500352709 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20401/statm: 4059 869 368 364 0 546 0

[startup+0.109135 s]
/proc/loadavg: 2.21 2.08 1.35 2/694 20401
/proc/meminfo: memFree=22617924/32950928 swapFree=26914392/67111528
[pid=20401] ppid=20399 vsize=94064 CPUtime=0.06 cores=0,2,4,6
/proc/20401/stat : 20401 (python) S 20399 20401 19061 0 -1 4202496 2797 0 1 0 5 1 0 0 25 0 1 0 869328852 96321536 2468 33554432000 4194304 5683644 140736704326608 18446744073709551615 254500691712 0 0 16781312 2 18446744071562362840 0 0 17 6 0 0 0
/proc/20401/statm: 23516 2468 788 364 0 1627 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94064

[startup+0.200603 s]
/proc/loadavg: 2.21 2.08 1.35 2/694 20401
/proc/meminfo: memFree=22617924/32950928 swapFree=26914392/67111528
[pid=20401] ppid=20399 vsize=119984 CPUtime=0.12 cores=0,2,4,6
/proc/20401/stat : 20401 (python) S 20399 20401 19061 0 -1 4202496 4929 930 1 0 10 2 0 0 17 0 1 0 869328852 122863616 3351 33554432000 4194304 5683644 140736704326608 18446744073709551615 254500687717 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/20401/statm: 29996 3351 919 364 0 2445 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 119984

[startup+0.300682 s]
/proc/loadavg: 2.21 2.08 1.35 2/694 20401
/proc/meminfo: memFree=22617924/32950928 swapFree=26914392/67111528
[pid=20401] ppid=20399 vsize=123740 CPUtime=0.16 cores=0,2,4,6
/proc/20401/stat : 20401 (python) S 20399 20401 19061 0 -1 4202496 5358 930 1 0 12 4 0 0 17 0 1 0 869328852 126709760 3744 33554432000 4194304 5683644 140736704326608 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/20401/statm: 30935 3744 987 364 0 2767 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 123740

[startup+0.70203 s]
/proc/loadavg: 2.21 2.08 1.35 2/694 20401
/proc/meminfo: memFree=22617924/32950928 swapFree=26914392/67111528
[pid=20401] ppid=20399 vsize=293092 CPUtime=0.44 cores=0,2,4,6
/proc/20401/stat : 20401 (python) S 20399 20401 19061 0 -1 4202496 9707 930 1 0 35 9 0 0 18 0 2 0 869328852 300126208 7144 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/20401/statm: 73273 7144 1870 364 0 8160 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 293092

[startup+1.50127 s]
/proc/loadavg: 2.19 2.07 1.35 3/698 20409
/proc/meminfo: memFree=22591728/32950928 swapFree=26914392/67111528
[pid=20401] ppid=20399 vsize=293092 CPUtime=0.44 cores=0,2,4,6
/proc/20401/stat : 20401 (python) S 20399 20401 19061 0 -1 4202496 9707 930 1 0 35 9 0 0 18 0 2 0 869328852 300126208 7144 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/20401/statm: 73273 7144 1870 364 0 8160 0
[pid=20407] ppid=20401 vsize=282848 CPUtime=0 cores=0,2,4,6
/proc/20407/stat : 20407 (python) S 20401 20401 19061 0 -1 4202560 836 0 0 0 0 0 0 0 15 0 1 0 869328921 289636352 5628 33554432000 4194304 5683644 140736704326608 18446744073709551615 254500711951 0 0 16781312 33554946 4294934785 0 0 17 2 0 0 0
/proc/20407/statm: 70712 5628 358 364 0 5599 0
[pid=20409] ppid=20407 vsize=1988 CPUtime=0.79 cores=0,2,4,6
/proc/20409/stat : 20409 (clasp-1.3.7-x86) R 20407 20409 20409 0 -1 4202496 493 0 0 0 79 0 0 0 21 0 1 0 869328922 2035712 234 33554432000 134512640 136139019 4290343632 18446744073709551615 134875008 0 0 16781312 16386 0 0 0 17 0 0 0 0
/proc/20409/statm: 497 234 184 398 0 97 0
[pid=20401/tid=20408] ppid=20399 vsize=293092 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20408/stat : 20408 (python) S 20399 20401 19061 0 -1 4202560 23 930 0 0 0 0 0 0 18 0 2 0 869328922 300126208 7144 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 577928

[startup+3.10095 s]
/proc/loadavg: 2.19 2.07 1.35 3/698 20409
/proc/meminfo: memFree=22590488/32950928 swapFree=26914392/67111528
[pid=20401] ppid=20399 vsize=293092 CPUtime=0.44 cores=0,2,4,6
/proc/20401/stat : 20401 (python) S 20399 20401 19061 0 -1 4202496 9707 930 1 0 35 9 0 0 18 0 2 0 869328852 300126208 7144 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/20401/statm: 73273 7144 1870 364 0 8160 0
[pid=20407] ppid=20401 vsize=282848 CPUtime=0 cores=0,2,4,6
/proc/20407/stat : 20407 (python) S 20401 20401 19061 0 -1 4202560 836 0 0 0 0 0 0 0 15 0 1 0 869328921 289636352 5628 33554432000 4194304 5683644 140736704326608 18446744073709551615 254500711951 0 0 16781312 33554946 4294934785 0 0 17 2 0 0 0
/proc/20407/statm: 70712 5628 358 364 0 5599 0
[pid=20409] ppid=20407 vsize=1988 CPUtime=2.39 cores=0,2,4,6
/proc/20409/stat : 20409 (clasp-1.3.7-x86) R 20407 20409 20409 0 -1 4202496 493 0 0 0 239 0 0 0 25 0 1 0 869328922 2035712 234 33554432000 134512640 136139019 4290343632 18446744073709551615 134642365 0 0 16781312 16386 0 0 0 17 0 0 0 0
/proc/20409/statm: 497 234 184 398 0 97 0
[pid=20401/tid=20408] ppid=20399 vsize=293092 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20408/stat : 20408 (python) S 20399 20401 19061 0 -1 4202560 23 930 0 0 0 0 0 0 18 0 2 0 869328922 300126208 7144 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 577928

[startup+6.30031 s]
/proc/loadavg: 2.19 2.07 1.35 4/698 20409
/proc/meminfo: memFree=22592136/32950928 swapFree=26914392/67111528
[pid=20401] ppid=20399 vsize=293092 CPUtime=0.44 cores=0,2,4,6
/proc/20401/stat : 20401 (python) S 20399 20401 19061 0 -1 4202496 9707 930 1 0 35 9 0 0 18 0 2 0 869328852 300126208 7144 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/20401/statm: 73273 7144 1870 364 0 8160 0
[pid=20407] ppid=20401 vsize=282848 CPUtime=0.02 cores=0,2,4,6
/proc/20407/stat : 20407 (python) S 20401 20401 19061 0 -1 4202560 965 0 0 0 1 1 0 0 15 0 1 0 869328921 289636352 5651 33554432000 4194304 5683644 140736704326608 18446744073709551615 254500711951 0 0 16781312 33554946 4294934785 0 0 17 2 0 0 0
/proc/20407/statm: 70712 5651 381 364 0 5599 0
[pid=20409] ppid=20407 vsize=1988 CPUtime=5.59 cores=0,2,4,6
/proc/20409/stat : 20409 (clasp-1.3.7-x86) R 20407 20409 20409 0 -1 4202496 496 0 0 0 559 0 0 0 25 0 1 0 869328922 2035712 237 33554432000 134512640 136139019 4290343632 18446744073709551615 134632448 0 0 16781312 16386 0 0 0 17 0 0 0 0
/proc/20409/statm: 497 237 184 398 0 97 0
[pid=20401/tid=20408] ppid=20399 vsize=293092 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20408/stat : 20408 (python) S 20399 20401 19061 0 -1 4202560 23 930 0 0 0 0 0 0 18 0 2 0 869328922 300126208 7144 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 577928

[startup+12.701 s]
/proc/loadavg: 2.16 2.07 1.36 3/702 20413
/proc/meminfo: memFree=22554588/32950928 swapFree=26914392/67111528
[pid=20401] ppid=20399 vsize=293092 CPUtime=0.44 cores=0,2,4,6
/proc/20401/stat : 20401 (python) S 20399 20401 19061 0 -1 4202496 9707 930 1 0 35 9 0 0 18 0 2 0 869328852 300126208 7144 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/20401/statm: 73273 7144 1870 364 0 8160 0
[pid=20407] ppid=20401 vsize=282848 CPUtime=0.03 cores=0,2,4,6
/proc/20407/stat : 20407 (python) S 20401 20401 19061 0 -1 4202560 966 0 0 0 2 1 0 0 15 0 1 0 869328921 289636352 5651 33554432000 4194304 5683644 140736704326608 18446744073709551615 254500711951 0 0 16781312 33554946 72262103200705429 0 0 17 2 0 0 0
/proc/20407/statm: 70712 5651 381 364 0 5599 0
[pid=20409] ppid=20407 vsize=1988 CPUtime=11.99 cores=0,2,4,6
/proc/20409/stat : 20409 (clasp-1.3.7-x86) R 20407 20409 20409 0 -1 4202496 496 0 0 0 1199 0 0 0 25 0 1 0 869328922 2035712 237 33554432000 134512640 136139019 4290343632 18446744073709551615 134883821 0 0 16781312 16386 0 0 0 17 0 0 0 0
/proc/20409/statm: 497 237 184 398 0 97 0
[pid=20401/tid=20408] ppid=20399 vsize=293092 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20408/stat : 20408 (python) S 20399 20401 19061 0 -1 4202560 23 930 0 0 0 0 0 0 18 0 2 0 869328922 300126208 7144 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 577928

[startup+25.5005 s]
/proc/loadavg: 2.14 2.07 1.36 3/702 20414
/proc/meminfo: memFree=22554552/32950928 swapFree=26914392/67111528
[pid=20401] ppid=20399 vsize=293092 CPUtime=0.44 cores=0,2,4,6
/proc/20401/stat : 20401 (python) S 20399 20401 19061 0 -1 4202496 9707 930 1 0 35 9 0 0 18 0 2 0 869328852 300126208 7144 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/20401/statm: 73273 7144 1870 364 0 8160 0
[pid=20407] ppid=20401 vsize=282848 CPUtime=0.1 cores=0,2,4,6
/proc/20407/stat : 20407 (python) S 20401 20401 19061 0 -1 4202560 971 0 0 0 5 5 0 0 15 0 1 0 869328921 289636352 5651 33554432000 4194304 5683644 140736704326608 18446744073709551615 254500711951 0 0 16781312 33554946 72556772316949397 0 0 17 6 0 0 0
/proc/20407/statm: 70712 5651 381 364 0 5599 0
[pid=20409] ppid=20407 vsize=1988 CPUtime=24.79 cores=0,2,4,6
/proc/20409/stat : 20409 (clasp-1.3.7-x86) R 20407 20409 20409 0 -1 4202496 497 0 0 0 2479 0 0 0 25 0 1 0 869328922 2035712 238 33554432000 134512640 136139019 4290343632 18446744073709551615 134876493 0 0 16781312 16386 0 0 0 17 0 0 0 0
/proc/20409/statm: 497 238 184 398 0 97 0
[pid=20401/tid=20408] ppid=20399 vsize=293092 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20408/stat : 20408 (python) S 20399 20401 19061 0 -1 4202560 23 930 0 0 0 0 0 0 18 0 2 0 869328922 300126208 7144 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 577928

[startup+51.1014 s]
/proc/loadavg: 2.09 2.06 1.38 3/706 20418
/proc/meminfo: memFree=22537576/32950928 swapFree=26914392/67111528
[pid=20401] ppid=20399 vsize=303880 CPUtime=0.46 cores=0,2,4,6
/proc/20401/stat : 20401 (python) S 20399 20401 19061 0 -1 4202496 10489 930 1 0 37 9 0 0 20 0 3 0 869328852 311173120 7268 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/20401/statm: 75970 7268 1873 364 0 10854 0
[pid=20407] ppid=20401 vsize=293092 CPUtime=0.21 cores=0,2,4,6
/proc/20407/stat : 20407 (python) S 20401 20401 19061 0 -1 4202560 1143 0 0 0 11 10 0 0 17 0 2 0 869328921 300126208 5687 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512518603 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/20407/statm: 73273 5687 412 364 0 8160 0
[pid=20409] ppid=20407 vsize=1988 CPUtime=46.26 cores=0,2,4,6
/proc/20409/stat : 20409 (clasp-1.3.7-x86) T 20407 20409 20409 0 -1 4202496 498 0 0 0 4626 0 0 0 25 0 1 0 869328922 2035712 239 33554432000 134512640 136139019 4290343632 18446744073709551615 134828791 0 0 16781312 16386 18446744071562691360 0 0 17 0 0 0 0
/proc/20409/statm: 497 239 184 398 0 97 0
[pid=20407/tid=20415] ppid=20401 vsize=293092 CPUtime=0 cores=0,2,4,6
/proc/20407/task/20415/stat : 20415 (python) S 20401 20401 19061 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 869333548 300126208 5687 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554946 18446604453873019840 0 0 -1 6 0 0 0
[pid=20416] ppid=20401 vsize=293636 CPUtime=0.02 cores=0,2,4,6
/proc/20416/stat : 20416 (python) S 20401 20401 19061 0 -1 4202560 920 0 0 0 1 1 0 0 15 0 1 0 869333551 300683264 5764 33554432000 4194304 5683644 140736704326608 18446744073709551615 254500712006 0 0 16781312 33554946 4294934785 0 0 17 6 0 0 0
/proc/20416/statm: 73409 5764 373 364 0 8293 0
[pid=20418] ppid=20416 vsize=15184 CPUtime=4.1 cores=0,2,4,6
/proc/20418/stat : 20418 (wbo1.4a) R 20416 20418 20418 0 -1 4202496 3624 0 0 0 407 3 0 0 25 0 1 0 869333551 15548416 3357 33554432000 134512640 135751879 4291716800 18446744073709551615 135270609 0 0 16781312 3 0 0 0 17 0 0 0 0
/proc/20418/statm: 3796 3357 143 303 0 3491 0
[pid=20401/tid=20408] ppid=20399 vsize=303880 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20408/stat : 20408 (python) S 20399 20401 19061 0 -1 4202560 23 930 0 0 0 0 0 0 18 0 3 0 869328922 311173120 7268 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 6 0 0 0
[pid=20401/tid=20417] ppid=20399 vsize=303880 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20417/stat : 20417 (python) S 20399 20401 19061 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 3 0 869333551 311173120 7268 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 907780

[startup+102.301 s]
/proc/loadavg: 2.15 2.09 1.43 3/732 20446
/proc/meminfo: memFree=22361776/32950928 swapFree=26914392/67111528
[pid=20401] ppid=20399 vsize=313920 CPUtime=0.49 cores=0,2,4,6
/proc/20401/stat : 20401 (python) S 20399 20401 19061 0 -1 4202496 11388 930 1 0 40 9 0 0 20 0 4 0 869328852 321454080 7218 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/20401/statm: 78480 7218 1875 364 0 13361 0
[pid=20407] ppid=20401 vsize=293092 CPUtime=0.21 cores=0,2,4,6
/proc/20407/stat : 20407 (python) S 20401 20401 19061 0 -1 4202560 1143 0 0 0 11 10 0 0 17 0 2 0 869328921 300126208 5687 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512518603 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/20407/statm: 73273 5687 412 364 0 8160 0
[pid=20409] ppid=20407 vsize=1988 CPUtime=46.26 cores=0,2,4,6
/proc/20409/stat : 20409 (clasp-1.3.7-x86) T 20407 20409 20409 0 -1 4202496 498 0 0 0 4626 0 0 0 25 0 1 0 869328922 2035712 239 33554432000 134512640 136139019 4290343632 18446744073709551615 134828791 0 0 16781312 16386 18446744071562691360 0 0 17 0 0 0 0
/proc/20409/statm: 497 239 184 398 0 97 0
[pid=20407/tid=20415] ppid=20401 vsize=293092 CPUtime=0 cores=0,2,4,6
/proc/20407/task/20415/stat : 20415 (python) S 20401 20401 19061 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 869333548 300126208 5687 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554946 18446604453873019840 0 0 -1 6 0 0 0
[pid=20416] ppid=20401 vsize=293636 CPUtime=0.24 cores=0,2,4,6
/proc/20416/stat : 20416 (python) S 20401 20401 19061 0 -1 4202560 1106 0 0 0 13 11 0 0 16 0 2 0 869333551 300683264 5789 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512518603 0 0 16781312 33554946 18446744073709551615 0 0 17 4 0 0 0
/proc/20416/statm: 73409 5789 397 364 0 8293 0
[pid=20418] ppid=20416 vsize=119480 CPUtime=49.97 cores=0,2,4,6
/proc/20418/stat : 20418 (wbo1.4a) T 20416 20418 20418 0 -1 4202496 29674 0 0 0 4963 34 0 0 25 0 1 0 869333551 122347520 29407 33554432000 134512640 135751879 4291716800 18446744073709551615 134517408 0 0 16781312 3 18446744071562691360 0 0 17 0 0 0 0
/proc/20418/statm: 29870 29407 143 303 0 29565 0
[pid=20416/tid=20443] ppid=20401 vsize=293636 CPUtime=0 cores=0,2,4,6
/proc/20416/task/20443/stat : 20443 (python) S 20401 20401 19061 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 869338549 300683264 5789 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554946 18446604445454709056 0 0 -1 4 0 0 0
[pid=20444] ppid=20401 vsize=303676 CPUtime=0.01 cores=0,2,4,6
/proc/20444/stat : 20444 (python) S 20401 20401 19061 0 -1 4202560 931 0 0 0 1 0 0 0 15 0 1 0 869338551 310964224 5712 33554432000 4194304 5683644 140736704326608 18446744073709551615 254500712006 0 0 16781312 33554946 2021280530837798912 0 0 17 6 0 0 0

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

[pid=20548/tid=20562] ppid=20546 vsize=8538500 CPUtime=0.16 cores=0,2,4,6
/proc/20548/task/20562/stat : 20562 (java) S 20546 20548 20548 0 -1 4202560 1635 0 0 0 16 0 0 0 17 0 19 0 869357422 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512507801 0 4 0 16800975 18446604448406493184 0 0 -1 2 0 0 0
[pid=20548/tid=20563] ppid=20546 vsize=8538500 CPUtime=0.23 cores=0,2,4,6
/proc/20548/task/20563/stat : 20563 (java) R 20546 20548 20548 0 -1 4202560 5183 0 0 0 23 0 0 0 25 0 19 0 869357422 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 47643487966595 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20548/tid=20564] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20564/stat : 20564 (java) S 20546 20548 20548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869357422 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512507801 0 4 0 16800975 18446604448406493184 0 0 -1 6 0 0 0
[pid=20548/tid=20565] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20565/stat : 20565 (java) S 20546 20548 20548 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 869357422 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512508416 0 4 0 16800975 18446604448406493184 0 0 -1 0 0 0 0
[pid=20548/tid=20566] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20566/stat : 20566 (java) S 20546 20548 20548 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 869357434 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512508416 0 4 0 16800975 18446604448406493184 0 0 -1 0 0 0 0
[pid=20401/tid=20408] ppid=20399 vsize=334828 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20408/stat : 20408 (python) S 20399 20401 19061 0 -1 4202560 28 930 0 0 0 0 0 0 18 0 6 0 869328922 342863872 7335 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 6 0 0 0
[pid=20401/tid=20417] ppid=20399 vsize=334828 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20417/stat : 20417 (python) S 20399 20401 19061 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 6 0 869333551 342863872 7335 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 6 0 0 0
[pid=20401/tid=20445] ppid=20399 vsize=334828 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20445/stat : 20445 (python) S 20399 20401 19061 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 6 0 869338551 342863872 7335 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 0 0 0 0
[pid=20401/tid=20514] ppid=20399 vsize=334828 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20514/stat : 20514 (python) S 20399 20401 19061 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 6 0 869348385 342863872 7335 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 6 0 0 0
[pid=20401/tid=20547] ppid=20399 vsize=334828 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20547/stat : 20547 (python) S 20399 20401 19061 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 6 0 869357417 342863872 7335 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 288.8
Current children cumulated vsize (KiB) 19150348

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

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

[startup+286.001 s]
/proc/loadavg: 2.03 2.06 1.53 5/780 20566
/proc/meminfo: memFree=21917796/32950928 swapFree=26914392/67111528
[pid=20401] ppid=20399 vsize=334828 CPUtime=0.57 cores=0,2,4,6
/proc/20401/stat : 20401 (python) S 20399 20401 19061 0 -1 4202496 13099 930 1 0 47 10 0 0 20 0 6 0 869328852 342863872 7335 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512518603 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/20401/statm: 83707 7335 1879 364 0 18582 0
[pid=20407] ppid=20401 vsize=293092 CPUtime=0.45 cores=0,2,4,6
/proc/20407/stat : 20407 (python) S 20401 20401 19061 0 -1 4202560 1170 0 0 0 24 21 0 0 15 0 2 0 869328921 300126208 5688 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512518603 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/20407/statm: 73273 5688 413 364 0 8160 0
[pid=20409] ppid=20407 vsize=1988 CPUtime=92.98 cores=0,2,4,6
/proc/20409/stat : 20409 (clasp-1.3.7-x86) T 20407 20409 20409 0 -1 4202496 498 0 0 0 9298 0 0 0 25 0 1 0 869328922 2035712 239 33554432000 134512640 136139019 4290343632 18446744073709551615 134831190 0 0 16781312 16386 18446744071562691360 0 0 17 0 0 0 0
/proc/20409/statm: 497 239 184 398 0 97 0
[pid=20407/tid=20415] ppid=20401 vsize=293092 CPUtime=0 cores=0,2,4,6
/proc/20407/task/20415/stat : 20415 (python) S 20401 20401 19061 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 869333548 300126208 5688 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554946 18446604453873019840 0 0 -1 6 0 0 0
[pid=20416] ppid=20401 vsize=293636 CPUtime=0.24 cores=0,2,4,6
/proc/20416/stat : 20416 (python) S 20401 20401 19061 0 -1 4202560 1106 0 0 0 13 11 0 0 16 0 2 0 869333551 300683264 5789 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512518603 0 0 16781312 33554946 18446744073709551615 0 0 17 4 0 0 0
/proc/20416/statm: 73409 5789 397 364 0 8293 0
[pid=20418] ppid=20416 vsize=119480 CPUtime=49.97 cores=0,2,4,6
/proc/20418/stat : 20418 (wbo1.4a) T 20416 20418 20418 0 -1 4202496 29674 0 0 0 4963 34 0 0 25 0 1 0 869333551 122347520 29407 33554432000 134512640 135751879 4291716800 18446744073709551615 134517408 0 0 16781312 3 18446744071562691360 0 0 17 0 0 0 0
/proc/20418/statm: 29870 29407 143 303 0 29565 0
[pid=20416/tid=20443] ppid=20401 vsize=293636 CPUtime=0 cores=0,2,4,6
/proc/20416/task/20443/stat : 20443 (python) S 20401 20401 19061 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 869338549 300683264 5789 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554946 18446604445454709056 0 0 -1 4 0 0 0
[pid=20444] ppid=20401 vsize=303676 CPUtime=0.3 cores=0,2,4,6
/proc/20444/stat : 20444 (python) S 20401 20401 19061 0 -1 4202560 1192 0 0 0 15 15 0 0 16 0 2 0 869338551 310964224 5756 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512518603 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/20444/statm: 75919 5756 398 364 0 10800 0
[pid=20446] ppid=20444 vsize=87356 CPUtime=51.55 cores=0,2,4,6
/proc/20446/stat : 20446 (scip-2.0.1.linu) T 20444 20446 20446 0 -1 4202496 40562 0 0 0 4880 275 0 0 18 0 1 0 869338551 89452544 19450 33554432000 4194304 13684479 140734599628368 18446744073709551615 7239240 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/20446/statm: 21839 19450 806 2317 0 19517 0
[pid=20444/tid=20452] ppid=20401 vsize=303676 CPUtime=0 cores=0,2,4,6
/proc/20444/task/20452/stat : 20452 (python) S 20401 20401 19061 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 869343707 310964224 5756 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554946 18446604453579436352 0 0 -1 6 0 0 0
[pid=20513] ppid=20401 vsize=314328 CPUtime=0.51 cores=0,2,4,6
/proc/20513/stat : 20513 (python) S 20401 20401 19061 0 -1 4202560 1154 0 0 0 25 26 0 0 16 0 2 0 869348385 321871872 5846 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512518603 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0
/proc/20513/statm: 78582 5846 397 364 0 13460 0
[pid=20515] ppid=20513 vsize=8538880 CPUtime=91.49 cores=0,2,4,6
/proc/20515/stat : 20515 (java) T 20513 20515 20515 0 -1 4202496 59796 0 1 0 9135 14 0 0 18 0 19 0 869348385 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20515/statm: 2134720 16748 2243 9 0 2125461 0
[pid=20515/tid=20516] ppid=20513 vsize=8538880 CPUtime=88.57 cores=0,2,4,6
/proc/20515/task/20516/stat : 20516 (java) T 20513 20515 20515 0 -1 4202560 40949 0 1 0 8852 5 0 0 18 0 19 0 869348386 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 46912505672924 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=20515/tid=20517] ppid=20513 vsize=8538880 CPUtime=0.15 cores=0,2,4,6
/proc/20515/task/20517/stat : 20517 (java) T 20513 20515 20515 0 -1 4202560 922 0 0 0 15 0 0 0 15 0 19 0 869348386 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512507801 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=20515/tid=20518] ppid=20513 vsize=8538880 CPUtime=0.15 cores=0,2,4,6
/proc/20515/task/20518/stat : 20518 (java) T 20513 20515 20515 0 -1 4202560 772 0 0 0 15 0 0 0 15 0 19 0 869348386 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512507801 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=20515/tid=20519] ppid=20513 vsize=8538880 CPUtime=0.13 cores=0,2,4,6
/proc/20515/task/20519/stat : 20519 (java) T 20513 20515 20515 0 -1 4202560 519 0 0 0 13 0 0 0 15 0 19 0 869348386 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512507801 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=20515/tid=20520] ppid=20513 vsize=8538880 CPUtime=0.13 cores=0,2,4,6
/proc/20515/task/20520/stat : 20520 (java) T 20513 20515 20515 0 -1 4202560 1490 0 0 0 13 0 0 0 15 0 19 0 869348386 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512507801 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=20515/tid=20521] ppid=20513 vsize=8538880 CPUtime=0.12 cores=0,2,4,6
/proc/20515/task/20521/stat : 20521 (java) T 20513 20515 20515 0 -1 4202560 1438 0 0 0 12 0 0 0 15 0 19 0 869348386 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512507801 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=20515/tid=20522] ppid=20513 vsize=8538880 CPUtime=0.16 cores=0,2,4,6
/proc/20515/task/20522/stat : 20522 (java) T 20513 20515 20515 0 -1 4202560 930 0 0 0 16 0 0 0 15 0 19 0 869348386 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512507801 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=20515/tid=20523] ppid=20513 vsize=8538880 CPUtime=0.12 cores=0,2,4,6
/proc/20515/task/20523/stat : 20523 (java) T 20513 20515 20515 0 -1 4202560 813 0 0 0 12 0 0 0 15 0 19 0 869348386 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512507801 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=20515/tid=20524] ppid=20513 vsize=8538880 CPUtime=0.12 cores=0,2,4,6
/proc/20515/task/20524/stat : 20524 (java) T 20513 20515 20515 0 -1 4202560 759 0 0 0 12 0 0 0 15 0 19 0 869348386 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512507801 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=20515/tid=20525] ppid=20513 vsize=8538880 CPUtime=1.03 cores=0,2,4,6
/proc/20515/task/20525/stat : 20525 (java) T 20513 20515 20515 0 -1 4202560 1601 0 0 0 98 5 0 0 15 0 19 0 869348387 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512508416 0 0 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=20515/tid=20526] ppid=20513 vsize=8538880 CPUtime=0 cores=0,2,4,6
/proc/20515/task/20526/stat : 20526 (java) T 20513 20515 20515 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 869348388 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512507801 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=20515/tid=20527] ppid=20513 vsize=8538880 CPUtime=0 cores=0,2,4,6
/proc/20515/task/20527/stat : 20527 (java) T 20513 20515 20515 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 869348388 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512507801 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=20515/tid=20528] ppid=20513 vsize=8538880 CPUtime=0 cores=0,2,4,6
/proc/20515/task/20528/stat : 20528 (java) T 20513 20515 20515 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869348390 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512515505 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=20515/tid=20529] ppid=20513 vsize=8538880 CPUtime=0.2 cores=0,2,4,6
/proc/20515/task/20529/stat : 20529 (java) T 20513 20515 20515 0 -1 4202560 2098 0 0 0 20 0 0 0 15 0 19 0 869348390 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512507801 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=20515/tid=20530] ppid=20513 vsize=8538880 CPUtime=0.51 cores=0,2,4,6
/proc/20515/task/20530/stat : 20530 (java) T 20513 20515 20515 0 -1 4202560 6110 0 0 0 51 0 0 0 15 0 19 0 869348390 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512507801 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=20515/tid=20531] ppid=20513 vsize=8538880 CPUtime=0 cores=0,2,4,6
/proc/20515/task/20531/stat : 20531 (java) T 20513 20515 20515 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869348390 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512507801 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=20515/tid=20532] ppid=20513 vsize=8538880 CPUtime=0 cores=0,2,4,6
/proc/20515/task/20532/stat : 20532 (java) T 20513 20515 20515 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 869348390 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512508416 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=20515/tid=20533] ppid=20513 vsize=8538880 CPUtime=0 cores=0,2,4,6
/proc/20515/task/20533/stat : 20533 (java) T 20513 20515 20515 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 869348401 8743813120 16748 33554432000 1073741824 1073778376 140734396314944 18446744073709551615 254512508416 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=20513/tid=20545] ppid=20401 vsize=314328 CPUtime=0 cores=0,2,4,6
/proc/20513/task/20545/stat : 20545 (python) S 20401 20401 19061 0 -1 4202560 44 0 0 0 0 0 0 0 17 0 2 0 869357414 321871872 5846 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554946 18446604450842272000 0 0 -1 0 0 0 0
[pid=20546] ppid=20401 vsize=324584 CPUtime=0 cores=0,2,4,6
/proc/20546/stat : 20546 (python) S 20401 20401 19061 0 -1 4202560 814 0 0 0 0 0 0 0 17 0 1 0 869357416 332374016 5801 33554432000 4194304 5683644 140736704326608 18446744073709551615 254500712006 0 0 16781312 33554946 4294934788 0 0 17 0 0 0 0
/proc/20546/statm: 81146 5801 349 364 0 16021 0
[pid=20548] ppid=20546 vsize=8538500 CPUtime=0.74 cores=0,2,4,6
/proc/20548/stat : 20548 (java) S 20546 20548 20548 0 -1 4202496 14644 0 1 0 71 3 0 0 20 0 19 0 869357417 8743424000 11880 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20548/statm: 2134625 11880 2196 9 0 2125366 0
[pid=20548/tid=20549] ppid=20546 vsize=8538500 CPUtime=0.32 cores=0,2,4,6
/proc/20548/task/20549/stat : 20549 (java) R 20546 20548 20548 0 -1 4202560 6427 0 1 0 31 1 0 0 18 0 19 0 869357418 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 46912505190375 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20548/tid=20550] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20550/stat : 20550 (java) S 20546 20548 20548 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 869357418 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512507801 0 4 0 16800975 18446604448406493184 0 0 -1 6 0 0 0
[pid=20548/tid=20551] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20551/stat : 20551 (java) S 20546 20548 20548 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 869357418 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512507801 0 4 0 16800975 18446604448406493184 0 0 -1 6 0 0 0
[pid=20548/tid=20552] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20552/stat : 20552 (java) S 20546 20548 20548 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 869357418 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512507801 0 4 0 16800975 18446604448406493184 0 0 -1 6 0 0 0
[pid=20548/tid=20553] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20553/stat : 20553 (java) S 20546 20548 20548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869357418 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512507801 0 4 0 16800975 18446604448406493184 0 0 -1 0 0 0 0
[pid=20548/tid=20554] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20554/stat : 20554 (java) S 20546 20548 20548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869357418 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512507801 0 4 0 16800975 18446604448406493184 0 0 -1 0 0 0 0
[pid=20548/tid=20555] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20555/stat : 20555 (java) S 20546 20548 20548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869357418 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512507801 0 4 0 16800975 18446604448406493184 0 0 -1 0 0 0 0
[pid=20548/tid=20556] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20556/stat : 20556 (java) S 20546 20548 20548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869357418 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512507801 0 4 0 16800975 18446604448406493184 0 0 -1 0 0 0 0
[pid=20548/tid=20557] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20557/stat : 20557 (java) S 20546 20548 20548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869357418 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512507801 0 4 0 16800975 18446604448406493184 0 0 -1 0 0 0 0
[pid=20548/tid=20558] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20558/stat : 20558 (java) S 20546 20548 20548 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 869357419 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512508416 0 0 0 16800975 18446604448406493184 0 0 -1 6 0 0 0
[pid=20548/tid=20559] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20559/stat : 20559 (java) S 20546 20548 20548 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 869357420 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512507801 0 4 0 16800975 18446604448406493184 0 0 -1 6 0 0 0
[pid=20548/tid=20560] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20560/stat : 20560 (java) S 20546 20548 20548 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 869357420 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512507801 0 4 0 16800975 18446604448406493184 0 0 -1 0 0 0 0
[pid=20548/tid=20561] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20561/stat : 20561 (java) S 20546 20548 20548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869357422 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512515505 0 4 0 16800975 18446604448406493184 0 0 -1 6 0 0 0
[pid=20548/tid=20562] ppid=20546 vsize=8538500 CPUtime=0.16 cores=0,2,4,6
/proc/20548/task/20562/stat : 20562 (java) S 20546 20548 20548 0 -1 4202560 1635 0 0 0 16 0 0 0 17 0 19 0 869357422 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512507801 0 4 0 16800975 18446604448406493184 0 0 -1 2 0 0 0
[pid=20548/tid=20563] ppid=20546 vsize=8538500 CPUtime=0.23 cores=0,2,4,6
/proc/20548/task/20563/stat : 20563 (java) R 20546 20548 20548 0 -1 4202560 5183 0 0 0 23 0 0 0 25 0 19 0 869357422 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 47643487966595 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20548/tid=20564] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20564/stat : 20564 (java) S 20546 20548 20548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869357422 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512507801 0 4 0 16800975 18446604448406493184 0 0 -1 6 0 0 0
[pid=20548/tid=20565] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20565/stat : 20565 (java) S 20546 20548 20548 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 869357422 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512508416 0 4 0 16800975 18446604448406493184 0 0 -1 0 0 0 0
[pid=20548/tid=20566] ppid=20546 vsize=8538500 CPUtime=0 cores=0,2,4,6
/proc/20548/task/20566/stat : 20566 (java) S 20546 20548 20548 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 869357434 8743424000 11881 33554432000 1073741824 1073778376 140734717729744 18446744073709551615 254512508416 0 4 0 16800975 18446604448406493184 0 0 -1 0 0 0 0
[pid=20401/tid=20408] ppid=20399 vsize=334828 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20408/stat : 20408 (python) S 20399 20401 19061 0 -1 4202560 28 930 0 0 0 0 0 0 18 0 6 0 869328922 342863872 7335 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 6 0 0 0
[pid=20401/tid=20417] ppid=20399 vsize=334828 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20417/stat : 20417 (python) S 20399 20401 19061 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 6 0 869333551 342863872 7335 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 6 0 0 0
[pid=20401/tid=20445] ppid=20399 vsize=334828 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20445/stat : 20445 (python) S 20399 20401 19061 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 6 0 869338551 342863872 7335 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 0 0 0 0
[pid=20401/tid=20514] ppid=20399 vsize=334828 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20514/stat : 20514 (python) S 20399 20401 19061 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 6 0 869348385 342863872 7335 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 6 0 0 0
[pid=20401/tid=20547] ppid=20399 vsize=334828 CPUtime=0 cores=0,2,4,6
/proc/20401/task/20547/stat : 20547 (python) S 20399 20401 19061 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 6 0 869357417 342863872 7335 33554432000 4194304 5683644 140736704326608 18446744073709551615 254512515505 0 0 16781312 33554434 18446604445337563264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 288.8
Current children cumulated vsize (KiB) 19150348

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 286.166
CPU time (s): 288.8
CPU user time (s): 284.71
CPU system time (s): 4.09
CPU usage (%): 100.921
Max. virtual memory (cumulated for all children) (KiB): 19150348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.482926
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14031
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= 2565
involuntary context switches= 26

runsolver used 1.9607 second user time and 4.11337 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-09 01:55:21
IDJOB=3481918
IDBENCH=2904
IDSOLVER=1970
FILE ID=node149/3481918-1307577321
RUNJOBID= node149-1307576353-19079
PBS_JOBID= 13547650
Free space on /tmp= 73440 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_4.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.opt.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3481918-1307577321/watcher-3481918-1307577321 -o /tmp/evaluation-result-3481918-1307577321/solver-3481918-1307577321 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481918-1307577321.opb -seed 77334238 -budget 1800

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

MD5SUM BENCH= 87341d3e4752b9f90faef0f8d9385430
RANDOM SEED=77334238

node149.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	: 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.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.83
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.73
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.82
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:     32950928 kB
MemFree:      22617956 kB
Buffers:        168848 kB
Cached:         792092 kB
SwapCached:      27136 kB
Active:        9731624 kB
Inactive:       249676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22617956 kB
SwapTotal:    67111528 kB
SwapFree:     26914392 kB
Dirty:          124884 kB
Writeback:           0 kB
AnonPages:     9017280 kB
Mapped:          66892 kB
Slab:           138676 kB
PageTables:     138964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 185587452 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= 73300 MiB
End job on node149 at 2011-06-09 02:00:10