Trace number 3741888

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 NameAnswerCPU timeWall clock time
PB11: borg pb-dec-11.04.03? (MO) 627.09 624.958

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K80.opb
MD5SUMa3fcbcd7997dcbab652ff1a098fe5a93
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5440
Total number of constraints5602
Number of constraints which are clauses5522
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint80
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.38/1.26	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.38/1.26	c INFO: solving HOME/instance-3741888-1338721998.opb
0.46/1.32	c INFO: parsing took 0.06 s
0.56/1.43	c INFO: features took 0.10 CPU seconds
0.56/1.46	c INFO: running scip-2.0.1-clp@0 for 45 with 1799 remaining (b = 0.69)
51.30/52.11	c INFO: running clasp-1.3.7@0 for 45 with 1749 remaining (b = 0.36)
98.44/99.28	c INFO: running scip-2.0.1-spx@0 for 45 with 1702 remaining (b = 0.06)
147.51/148.26	c INFO: running clasp-1.3.7@47 for 45 with 1653 remaining (b = 0.01)
193.29/193.90	c INFO: wrote minion input file to HOME/tmpMqADiM.minion
193.29/193.90	c INFO: running minion-0.12@0 for 45 with 1608 remaining (b = 0.09)
240.63/241.24	c INFO: running wbo1.4a@0 for 45 with 1560 remaining (b = 0.02)
289.91/290.45	c INFO: running scip-2.0.1-clp@49 for 45 with 1512 remaining (b = 0.01)
331.85/332.35	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1470 remaining (b = 0.04)
381.63/379.87	c INFO: running clasp-1.3.7@92 for 136 with 1420 remaining (b = 0.02)
519.24/517.27	c INFO: running scip-2.0.1-spx@48 for 45 with 1283 remaining (b = 0.01)
564.61/562.50	c INFO: running bsolo_pb10-l3@0 for 45 with 1238 remaining (b = 0.02)
611.76/609.69	c INFO: running bsolo_pb10-l1@0 for 91 with 1191 remaining (b = 0.02)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3741888-1338721998/watcher-3741888-1338721998 -o /tmp/evaluation-result-3741888-1338721998/solver-3741888-1338721998 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741888-1338721998.opb -seed 1056561073 -budget 1800 

running on 4 cores: 1,3,5,7

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.24 2.90 2.80 2/217 1815
/proc/meminfo: memFree=25356140/32873648 swapFree=7120/7120
[pid=1815] ppid=1813 vsize=15276 CPUtime=0 cores=1,3,5,7
/proc/1815/stat : 1815 (python) D 1813 1815 27000 0 -1 4202496 671 0 0 0 0 0 0 0 20 0 1 0 338327305 15642624 559 33554432000 4194304 5683644 140736388706208 140736388674152 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/1815/statm: 3819 559 324 364 0 261 0

[startup+0.057064 s]
/proc/loadavg: 2.24 2.90 2.80 2/217 1815
/proc/meminfo: memFree=25356140/32873648 swapFree=7120/7120
[pid=1815] ppid=1813 vsize=16592 CPUtime=0.01 cores=1,3,5,7
/proc/1815/stat : 1815 (python) D 1813 1815 27000 0 -1 4202496 1150 0 0 0 1 0 0 0 20 0 1 0 338327305 16990208 962 33554432000 4194304 5683644 140736388706208 140736388689576 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/1815/statm: 4148 962 394 364 0 590 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16592

[startup+0.100253 s]
/proc/loadavg: 2.24 2.90 2.80 2/217 1815
/proc/meminfo: memFree=25356140/32873648 swapFree=7120/7120
[pid=1815] ppid=1813 vsize=19084 CPUtime=0.02 cores=1,3,5,7
/proc/1815/stat : 1815 (python) R 1813 1815 27000 0 -1 4202496 1394 0 0 0 2 0 0 0 20 0 1 0 338327305 19542016 1149 33554432000 4194304 5683644 140736388706208 140736388636712 219513589652 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/1815/statm: 4771 1149 430 364 0 695 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19084

[startup+0.300213 s]
/proc/loadavg: 2.24 2.90 2.80 2/217 1815
/proc/meminfo: memFree=25356140/32873648 swapFree=7120/7120
[pid=1815] ppid=1813 vsize=96896 CPUtime=0.1 cores=1,3,5,7
/proc/1815/stat : 1815 (python) D 1813 1815 27000 0 -1 4202496 3947 1008 1 0 8 2 0 0 20 0 1 0 338327305 99221504 2649 33554432000 4194304 5683644 140736388706208 140736388588296 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/1815/statm: 24224 2649 823 364 0 1715 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 96896

[startup+0.700174 s]
/proc/loadavg: 2.24 2.90 2.80 2/217 1815
/proc/meminfo: memFree=25356140/32873648 swapFree=7120/7120
[pid=1815] ppid=1813 vsize=130884 CPUtime=0.21 cores=1,3,5,7
/proc/1815/stat : 1815 (python) D 1813 1815 27000 0 -1 4202496 6122 1008 1 0 15 6 0 0 20 0 1 0 338327305 134025216 3982 33554432000 4194304 5683644 140736388706208 140736388610440 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/1815/statm: 32721 3982 1073 364 0 2863 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 130884

[startup+1.5002 s]
/proc/loadavg: 2.24 2.90 2.80 2/218 1821
/proc/meminfo: memFree=25340268/32873648 swapFree=7120/7120
[pid=1815] ppid=1813 vsize=359316 CPUtime=0.61 cores=1,3,5,7
/proc/1815/stat : 1815 (python) S 1813 1815 27000 0 -1 4202496 11195 1008 1 0 50 11 0 0 20 0 2 0 338327305 367939584 7712 33554432000 4194304 5683644 140736388706208 140736388701040 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1815/statm: 89829 7712 1900 364 0 25052 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 359316

[startup+3.10033 s]
/proc/loadavg: 2.24 2.90 2.80 3/221 1824
/proc/meminfo: memFree=25265212/32873648 swapFree=7120/7120
[pid=1815] ppid=1813 vsize=359316 CPUtime=0.61 cores=1,3,5,7
/proc/1815/stat : 1815 (python) S 1813 1815 27000 0 -1 4202496 11195 1008 1 0 50 11 0 0 20 0 2 0 338327305 367939584 7712 33554432000 4194304 5683644 140736388706208 140736388701040 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1815/statm: 89829 7712 1900 364 0 25052 0
[pid=1822] ppid=1815 vsize=283536 CPUtime=0 cores=1,3,5,7
/proc/1822/stat : 1822 (python) S 1815 1815 27000 0 -1 4202560 768 0 0 0 0 0 0 0 20 0 1 0 338327451 290340864 6147 33554432000 4194304 5683644 140736388706208 140736388697296 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/1822/statm: 70884 6147 341 364 0 6107 0
[pid=1824] ppid=1822 vsize=107012 CPUtime=1.62 cores=1,3,5,7
/proc/1824/stat : 1824 (scip-2.0.1.linu) R 1822 1824 1824 0 -1 4202496 23981 0 0 0 157 5 0 0 20 0 1 0 338327451 109580288 23380 33554432000 4194304 15243407 140733646871056 140733646867368 13277498 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/1824/statm: 26753 23380 683 2698 0 24048 0
[pid=1815/tid=1823] ppid=1813 vsize=359316 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1823/stat : 1823 (python) S 1813 1815 27000 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 2 0 338327451 367939584 7712 33554432000 4194304 5683644 140736388706208 139865530315312 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 749864
heavy processes:

[startup+6.30034 s]
/proc/loadavg: 2.22 2.88 2.79 3/221 1824
/proc/meminfo: memFree=25203212/32873648 swapFree=7120/7120
[pid=1815] ppid=1813 vsize=359316 CPUtime=0.61 cores=1,3,5,7
/proc/1815/stat : 1815 (python) S 1813 1815 27000 0 -1 4202496 11195 1008 1 0 50 11 0 0 20 0 2 0 338327305 367939584 7712 33554432000 4194304 5683644 140736388706208 140736388701040 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1815/statm: 89829 7712 1900 364 0 25052 0
[pid=1822] ppid=1815 vsize=283536 CPUtime=0 cores=1,3,5,7
/proc/1822/stat : 1822 (python) S 1815 1815 27000 0 -1 4202560 895 0 0 0 0 0 0 0 20 0 1 0 338327451 290340864 6170 33554432000 4194304 5683644 140736388706208 140736388697296 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/1822/statm: 70884 6170 364 364 0 6107 0
[pid=1824] ppid=1822 vsize=148724 CPUtime=4.83 cores=1,3,5,7
/proc/1824/stat : 1824 (scip-2.0.1.linu) R 1822 1824 1824 0 -1 4202496 34129 0 0 0 471 12 0 0 20 0 1 0 338327451 152293376 33528 33554432000 4194304 15243407 140733646871056 140733646867368 6712040 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/1824/statm: 37181 33528 687 2698 0 34476 0
[pid=1815/tid=1823] ppid=1813 vsize=359316 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1823/stat : 1823 (python) S 1813 1815 27000 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 2 0 338327451 367939584 7712 33554432000 4194304 5683644 140736388706208 139865530315312 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 791576

[startup+12.7003 s]
/proc/loadavg: 2.20 2.87 2.79 3/221 1824
/proc/meminfo: memFree=25158928/32873648 swapFree=7120/7120
[pid=1815] ppid=1813 vsize=359316 CPUtime=0.61 cores=1,3,5,7
/proc/1815/stat : 1815 (python) S 1813 1815 27000 0 -1 4202496 11195 1008 1 0 50 11 0 0 20 0 2 0 338327305 367939584 7712 33554432000 4194304 5683644 140736388706208 140736388701040 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1815/statm: 89829 7712 1900 364 0 25052 0
[pid=1822] ppid=1815 vsize=283536 CPUtime=0.01 cores=1,3,5,7
/proc/1822/stat : 1822 (python) S 1815 1815 27000 0 -1 4202560 901 0 0 0 1 0 0 0 20 0 1 0 338327451 290340864 6170 33554432000 4194304 5683644 140736388706208 140736388697296 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/1822/statm: 70884 6170 364 364 0 6107 0
[pid=1824] ppid=1822 vsize=204068 CPUtime=11.22 cores=1,3,5,7
/proc/1824/stat : 1824 (scip-2.0.1.linu) R 1822 1824 1824 0 -1 4202496 47970 0 0 0 1101 21 0 0 20 0 1 0 338327451 208965632 47369 33554432000 4194304 15243407 140733646871056 140733646867368 13229099 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/1824/statm: 51017 47369 687 2698 0 48312 0
[pid=1815/tid=1823] ppid=1813 vsize=359316 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1823/stat : 1823 (python) S 1813 1815 27000 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 2 0 338327451 367939584 7712 33554432000 4194304 5683644 140736388706208 139865530315312 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 846920

[startup+25.5004 s]
/proc/loadavg: 2.16 2.82 2.78 3/221 1824
/proc/meminfo: memFree=25143456/32873648 swapFree=7120/7120
[pid=1815] ppid=1813 vsize=359316 CPUtime=0.61 cores=1,3,5,7
/proc/1815/stat : 1815 (python) S 1813 1815 27000 0 -1 4202496 11195 1008 1 0 50 11 0 0 20 0 2 0 338327305 367939584 7712 33554432000 4194304 5683644 140736388706208 140736388701040 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1815/statm: 89829 7712 1900 364 0 25052 0
[pid=1822] ppid=1815 vsize=283536 CPUtime=0.03 cores=1,3,5,7
/proc/1822/stat : 1822 (python) S 1815 1815 27000 0 -1 4202560 1011 0 0 0 2 1 0 0 20 0 1 0 338327451 290340864 6175 33554432000 4194304 5683644 140736388706208 140736388697296 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/1822/statm: 70884 6175 369 364 0 6107 0
[pid=1824] ppid=1822 vsize=232144 CPUtime=24.02 cores=1,3,5,7
/proc/1824/stat : 1824 (scip-2.0.1.linu) R 1822 1824 1824 0 -1 4202496 54892 0 0 0 2343 59 0 0 20 0 1 0 338327451 237715456 54256 33554432000 4194304 15243407 140733646871056 140733646867144 13277498 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/1824/statm: 58036 54256 875 2698 0 55331 0
[pid=1815/tid=1823] ppid=1813 vsize=359316 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1823/stat : 1823 (python) S 1813 1815 27000 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 2 0 338327451 367939584 7712 33554432000 4194304 5683644 140736388706208 139865530315312 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 874996

[startup+51.1003 s]
/proc/loadavg: 2.10 2.76 2.75 3/222 1825
/proc/meminfo: memFree=25106196/32873648 swapFree=7120/7120
[pid=1815] ppid=1813 vsize=359316 CPUtime=0.61 cores=1,3,5,7
/proc/1815/stat : 1815 (python) S 1813 1815 27000 0 -1 4202496 11195 1008 1 0 50 11 0 0 20 0 2 0 338327305 367939584 7712 33554432000 4194304 5683644 140736388706208 140736388701040 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1815/statm: 89829 7712 1900 364 0 25052 0
[pid=1822] ppid=1815 vsize=283536 CPUtime=0.07 cores=1,3,5,7
/proc/1822/stat : 1822 (python) S 1815 1815 27000 0 -1 4202560 1028 0 0 0 4 3 0 0 20 0 1 0 338327451 290340864 6175 33554432000 4194304 5683644 140736388706208 140736388697296 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/1822/statm: 70884 6175 369 364 0 6107 0
[pid=1824] ppid=1822 vsize=286132 CPUtime=49.61 cores=1,3,5,7
/proc/1824/stat : 1824 (scip-2.0.1.linu) R 1822 1824 1824 0 -1 4202496 76440 0 0 0 4887 74 0 0 20 0 1 0 338327451 292999168 66951 33554432000 4194304 15243407 140733646871056 140733646862680 13354455 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/1824/statm: 71533 66951 927 2698 0 68828 0
[pid=1815/tid=1823] ppid=1813 vsize=359316 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1823/stat : 1823 (python) S 1813 1815 27000 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 2 0 338327451 367939584 7712 33554432000 4194304 5683644 140736388706208 139865530315312 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 928984

[startup+102.308 s]
/proc/loadavg: 2.04 2.64 2.71 3/230 1837
/proc/meminfo: memFree=24991500/32873648 swapFree=7120/7120
[pid=1815] ppid=1813 vsize=511492 CPUtime=0.67 cores=1,3,5,7
/proc/1815/stat : 1815 (python) S 1813 1815 27000 0 -1 4202496 13068 1008 1 0 55 12 0 0 20 0 4 0 338327305 523767808 8366 33554432000 4194304 5683644 140736388706208 140736388701040 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1815/statm: 127873 8366 1905 364 0 63090 0
[pid=1822] ppid=1815 vsize=359316 CPUtime=0.08 cores=1,3,5,7
/proc/1822/stat : 1822 (python) S 1815 1815 27000 0 -1 4202560 1163 0 0 0 5 3 0 0 20 0 2 0 338327451 367939584 6210 33554432000 4194304 5683644 140736388706208 140736388697856 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1822/statm: 89829 6210 397 364 0 25052 0
[pid=1824] ppid=1822 vsize=261176 CPUtime=50.6 cores=1,3,5,7
/proc/1824/stat : 1824 (scip-2.0.1.linu) T 1822 1824 1824 0 -1 4202496 76831 0 0 0 4985 75 0 0 20 0 1 0 338327451 267444224 59464 33554432000 4194304 15243407 140733646871056 140733646865448 7128005 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/1824/statm: 65294 59464 947 2698 0 62589 0
[pid=1822/tid=1826] ppid=1815 vsize=359316 CPUtime=0 cores=1,3,5,7
/proc/1822/task/1826/stat : 1826 (python) S 1815 1815 27000 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338332514 367939584 6210 33554432000 4194304 5683644 140736388706208 139865530315312 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827] ppid=1815 vsize=359328 CPUtime=0.07 cores=1,3,5,7
/proc/1827/stat : 1827 (python) S 1815 1815 27000 0 -1 4202560 1081 0 0 0 5 2 0 0 20 0 2 0 338332516 367951872 6197 33554432000 4194304 5683644 140736388706208 140736388697856 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1827/statm: 89832 6197 384 364 0 25052 0
[pid=1829] ppid=1827 vsize=13096 CPUtime=47.12 cores=1,3,5,7
/proc/1829/stat : 1829 (clasp-1.3.7-x86) T 1827 1829 1829 0 -1 4202496 3364 0 0 0 4712 0 0 0 20 0 1 0 338332517 13410304 3030 33554432000 134512640 136139019 4288370448 4288369308 134874832 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/1829/statm: 3274 3030 182 398 0 2874 0
[pid=1827/tid=1831] ppid=1815 vsize=359328 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1831/stat : 1831 (python) S 1815 1815 27000 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338337230 367951872 6197 33554432000 4194304 5683644 140736388706208 139865530315312 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1833] ppid=1815 vsize=435712 CPUtime=0 cores=1,3,5,7
/proc/1833/stat : 1833 (python) S 1815 1815 27000 0 -1 4202560 805 0 0 0 0 0 0 0 20 0 1 0 338337233 446169088 6280 33554432000 4194304 5683644 140736388706208 140736388697296 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/1833/statm: 108928 6280 336 364 0 44145 0
[pid=1837] ppid=1833 vsize=130988 CPUtime=3.01 cores=1,3,5,7
/proc/1837/stat : 1837 (scip-2.0.1.linu) R 1833 1837 1837 0 -1 4202496 30212 0 0 0 292 9 0 0 20 0 1 0 338337233 134131712 29598 33554432000 4194304 13684479 140736108132400 140736108128712 11876362 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/1837/statm: 32747 29598 640 2317 0 30425 0
[pid=1815/tid=1823] ppid=1813 vsize=511492 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1823/stat : 1823 (python) S 1813 1815 27000 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 4 0 338327451 523767808 8366 33554432000 4194304 5683644 140736388706208 139865530315312 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1815/tid=1828] ppid=1813 vsize=511492 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1828/stat : 1828 (python) S 1813 1815 27000 0 -1 4202560 21 1008 0 0 0 0 0 0 20 0 4 0 338332516 523767808 8366 33554432000 4194304 5683644 140736388706208 139865519825456 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1815/tid=1835] ppid=1813 vsize=511492 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1835/stat : 1835 (python) S 1813 1815 27000 0 -1 4202560 21 1008 0 0 0 0 0 0 20 0 4 0 338337233 523767808 8366 33554432000 4194304 5683644 140736388706208 139865509335600 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 2071108

[startup+162.301 s]
/proc/loadavg: 2.07 2.53 2.67 3/231 1839
/proc/meminfo: memFree=24871812/32873648 swapFree=7120/7120
[pid=1815] ppid=1813 vsize=511492 CPUtime=0.69 cores=1,3,5,7

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

/proc/1951/stat : 1951 (bsolo_pb10) T 1949 1951 1951 0 -1 4202496 21997 0 0 0 4702 12 0 0 20 0 1 0 338383556 98320384 21568 33554432000 134512640 137138936 4288382512 4288380936 134606663 0 0 16781312 16384 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/1951/statm: 24004 21568 192 642 0 23360 0
[pid=1949/tid=1973] ppid=1815 vsize=738880 CPUtime=0 cores=1,3,5,7
/proc/1949/task/1973/stat : 1973 (python) S 1815 1815 27000 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 338388272 756613120 8390 33554432000 4194304 5683644 140736388706208 139865140224560 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1974] ppid=1815 vsize=814672 CPUtime=0.02 cores=1,3,5,7
/proc/1974/stat : 1974 (python) S 1815 1815 27000 0 -1 4202560 988 0 0 0 1 1 0 0 20 0 1 0 338388274 834224128 8371 33554432000 4194304 5683644 140736388706208 140736388697296 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/1974/statm: 203668 8371 359 364 0 138870 0
[pid=1976] ppid=1974 vsize=70944 CPUtime=15.2 cores=1,3,5,7
/proc/1976/stat : 1976 (bsolo_pb10) R 1974 1976 1976 0 -1 4202496 15730 0 0 0 1502 18 0 0 20 0 1 0 338388274 72646656 15300 33554432000 134512640 137138936 4286643680 4286642604 135984544 0 0 16781312 16384 0 0 0 17 1 0 0 0 0 0
/proc/1976/statm: 17736 15300 191 642 0 17092 0
[pid=1815/tid=1823] ppid=1813 vsize=890452 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1823/stat : 1823 (python) S 1813 1815 27000 0 -1 4202560 31 1008 0 0 0 0 0 0 20 0 9 0 338327451 911822848 9933 33554432000 4194304 5683644 140736388706208 139865530315312 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1815/tid=1828] ppid=1813 vsize=890452 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1828/stat : 1828 (python) S 1813 1815 27000 0 -1 4202560 32 1008 0 0 0 0 0 0 20 0 9 0 338332516 911822848 9933 33554432000 4194304 5683644 140736388706208 139865519825456 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1815/tid=1835] ppid=1813 vsize=890452 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1835/stat : 1835 (python) S 1813 1815 27000 0 -1 4202560 25 1008 0 0 0 0 0 0 20 0 9 0 338337233 911822848 9933 33554432000 4194304 5683644 140736388706208 139865509335600 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1815/tid=1844] ppid=1813 vsize=890452 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1844/stat : 1844 (python) S 1813 1815 27000 0 -1 4202560 20 1008 0 0 0 0 0 0 20 0 9 0 338346695 911822848 9933 33554432000 4194304 5683644 140736388706208 139865498845744 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1815/tid=1852] ppid=1813 vsize=890452 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1852/stat : 1852 (python) S 1813 1815 27000 0 -1 4202560 19 1008 0 0 0 0 0 0 20 0 9 0 338351430 911822848 9933 33554432000 4194304 5683644 140736388706208 139865488355888 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1815/tid=1911] ppid=1813 vsize=890452 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1911/stat : 1911 (python) S 1813 1815 27000 0 -1 4202560 20 1008 0 0 0 0 0 0 20 0 9 0 338360540 911822848 9933 33554432000 4194304 5683644 140736388706208 139865140224560 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1815/tid=1950] ppid=1813 vsize=890452 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1950/stat : 1950 (python) S 1813 1815 27000 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 9 0 338383556 911822848 9933 33554432000 4194304 5683644 140736388706208 139865129734704 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1815/tid=1975] ppid=1813 vsize=890452 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1975/stat : 1975 (python) S 1813 1815 27000 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 9 0 338388274 911822848 9933 33554432000 4194304 5683644 140736388706208 139865119244848 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 627.09
Current children cumulated vsize (KiB) 15872236

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

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

[startup+624.902 s]
/proc/loadavg: 2.15 2.13 2.40 3/267 1976
/proc/meminfo: memFree=22988996/32873648 swapFree=7120/7120
[pid=1815] ppid=1813 vsize=890452 CPUtime=1.37 cores=1,3,5,7
/proc/1815/stat : 1815 (python) S 1813 1815 27000 0 -1 4202496 18048 1008 1 0 123 14 0 0 20 0 9 0 338327305 911822848 9933 33554432000 4194304 5683644 140736388706208 140736388701040 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1815/statm: 222613 9933 1915 364 0 157815 0
[pid=1822] ppid=1815 vsize=359316 CPUtime=0.15 cores=1,3,5,7
/proc/1822/stat : 1822 (python) S 1815 1815 27000 0 -1 4202560 1195 0 0 0 9 6 0 0 20 0 2 0 338327451 367939584 6211 33554432000 4194304 5683644 140736388706208 140736388697856 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1822/statm: 89829 6211 398 364 0 25052 0
[pid=1824] ppid=1822 vsize=261852 CPUtime=92.47 cores=1,3,5,7
/proc/1824/stat : 1824 (scip-2.0.1.linu) T 1822 1824 1824 0 -1 4202496 118888 0 0 0 9161 86 0 0 20 0 1 0 338327451 268136448 62702 33554432000 4194304 15243407 140733646871056 140733646865448 6958392 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/1824/statm: 65463 62702 947 2698 0 62758 0
[pid=1822/tid=1826] ppid=1815 vsize=359316 CPUtime=0 cores=1,3,5,7
/proc/1822/task/1826/stat : 1826 (python) S 1815 1815 27000 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338332514 367939584 6211 33554432000 4194304 5683644 140736388706208 139865530315312 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827] ppid=1815 vsize=359328 CPUtime=0.4 cores=1,3,5,7
/proc/1827/stat : 1827 (python) S 1815 1815 27000 0 -1 4202560 1175 0 0 0 23 17 0 0 20 0 2 0 338332516 367951872 6197 33554432000 4194304 5683644 140736388706208 140736388697856 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1827/statm: 89832 6197 384 364 0 25052 0
[pid=1829] ppid=1827 vsize=22472 CPUtime=229.59 cores=1,3,5,7
/proc/1829/stat : 1829 (clasp-1.3.7-x86) T 1827 1829 1829 0 -1 4202496 5707 0 0 0 22959 0 0 0 20 0 1 0 338332517 23011328 5364 33554432000 134512640 136139019 4288370448 4288369424 134876562 0 0 16781312 16386 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/1829/statm: 5618 5364 182 398 0 5218 0
[pid=1827/tid=1831] ppid=1815 vsize=359328 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1831/stat : 1831 (python) S 1815 1815 27000 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338337230 367951872 6197 33554432000 4194304 5683644 140736388706208 139865530315312 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1833] ppid=1815 vsize=435712 CPUtime=0.17 cores=1,3,5,7
/proc/1833/stat : 1833 (python) S 1815 1815 27000 0 -1 4202560 1150 0 0 0 9 8 0 0 20 0 2 0 338337233 446169088 6840 33554432000 4194304 5683644 140736388706208 140736388697856 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1833/statm: 108928 6840 384 364 0 44145 0
[pid=1837] ppid=1833 vsize=250524 CPUtime=94.14 cores=1,3,5,7
/proc/1837/stat : 1837 (scip-2.0.1.linu) T 1833 1837 1837 0 -1 4202496 63301 0 0 0 9337 77 0 0 20 0 1 0 338337233 256536576 60103 33554432000 4194304 13684479 140736108132400 140736108126232 7390614 0 0 16781312 2 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/1837/statm: 62631 60103 788 2317 0 60309 0
[pid=1833/tid=1839] ppid=1815 vsize=435712 CPUtime=0 cores=1,3,5,7
/proc/1833/task/1839/stat : 1839 (python) S 1815 1815 27000 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 338342129 446169088 6840 33554432000 4194304 5683644 140736388706208 139865519825456 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1843] ppid=1815 vsize=511504 CPUtime=0.07 cores=1,3,5,7
/proc/1843/stat : 1843 (python) S 1815 1815 27000 0 -1 4202560 1126 0 0 0 3 4 0 0 20 0 2 0 338346695 523780096 6845 33554432000 4194304 5683644 140736388706208 140736388697856 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1843/statm: 127876 6845 384 364 0 63090 0
[pid=1845] ppid=1843 vsize=81500 CPUtime=47.3 cores=1,3,5,7
/proc/1845/stat : 1845 (minion) T 1843 1845 1845 0 -1 4202496 6502 0 0 0 4729 1 0 0 20 0 1 0 338346696 83456000 13072 33554432000 134512640 165565024 4288622544 4288619792 159737071 0 0 16781312 8396802 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/1845/statm: 20375 13072 336 7582 0 12790 0
[pid=1843/tid=1850] ppid=1815 vsize=511504 CPUtime=0 cores=1,3,5,7
/proc/1843/task/1850/stat : 1850 (python) S 1815 1815 27000 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338351427 523780096 6845 33554432000 4194304 5683644 140736388706208 139865509335600 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1851] ppid=1815 vsize=587296 CPUtime=0.07 cores=1,3,5,7
/proc/1851/stat : 1851 (python) S 1815 1815 27000 0 -1 4202560 1129 0 0 0 4 3 0 0 20 0 2 0 338351429 601391104 7361 33554432000 4194304 5683644 140736388706208 140736388697856 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1851/statm: 146824 7361 384 364 0 82035 0
[pid=1853] ppid=1851 vsize=103708 CPUtime=49.16 cores=1,3,5,7
/proc/1853/stat : 1853 (wbo1.4a) T 1851 1853 1853 0 -1 4202496 25808 0 0 0 4873 43 0 0 20 0 1 0 338351430 106196992 25464 33554432000 134512640 135751879 4294417856 4294416032 134616514 0 0 16781312 3 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/1853/statm: 25927 25464 143 303 0 25622 0
[pid=1851/tid=1905] ppid=1815 vsize=587296 CPUtime=0 cores=1,3,5,7
/proc/1851/task/1905/stat : 1905 (python) S 1815 1815 27000 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338356347 601391104 7361 33554432000 4194304 5683644 140736388706208 139865498845744 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910] ppid=1815 vsize=663088 CPUtime=0.08 cores=1,3,5,7
/proc/1910/stat : 1910 (python) S 1815 1815 27000 0 -1 4202560 1137 0 0 0 5 3 0 0 20 0 2 0 338360540 679002112 7876 33554432000 4194304 5683644 140736388706208 140736388697856 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1910/statm: 165772 7876 384 364 0 100980 0
[pid=1912] ppid=1910 vsize=9624972 CPUtime=49.68 cores=1,3,5,7
/proc/1912/stat : 1912 (java) T 1910 1912 1912 0 -1 4202496 19001 0 1 0 4936 32 0 0 20 0 19 0 338360540 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 140734187959488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1912/statm: 2406243 281162 2266 9 0 2396937 0
[pid=1912/tid=1913] ppid=1910 vsize=9624972 CPUtime=47.1 cores=1,3,5,7
/proc/1912/task/1913/stat : 1913 (java) T 1910 1912 1912 0 -1 4202560 3152 0 1 0 4693 17 0 0 20 0 19 0 338360542 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139708613184640 139708458475967 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=1912/tid=1914] ppid=1910 vsize=9624972 CPUtime=0.12 cores=1,3,5,7
/proc/1912/task/1914/stat : 1914 (java) T 1910 1912 1912 0 -1 4202560 130 0 0 0 10 2 0 0 20 0 19 0 338360543 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139708585638952 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=1912/tid=1915] ppid=1910 vsize=9624972 CPUtime=0.12 cores=1,3,5,7
/proc/1912/task/1915/stat : 1915 (java) T 1910 1912 1912 0 -1 4202560 48 0 0 0 10 2 0 0 20 0 19 0 338360543 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139708584586152 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=1912/tid=1916] ppid=1910 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/1912/task/1916/stat : 1916 (java) T 1910 1912 1912 0 -1 4202560 30 0 0 0 9 0 0 0 20 0 19 0 338360543 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139708583533352 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=1912/tid=1917] ppid=1910 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/1912/task/1917/stat : 1917 (java) T 1910 1912 1912 0 -1 4202560 125 0 0 0 7 2 0 0 20 0 19 0 338360543 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139708582480552 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=1912/tid=1918] ppid=1910 vsize=9624972 CPUtime=0.11 cores=1,3,5,7
/proc/1912/task/1918/stat : 1918 (java) T 1910 1912 1912 0 -1 4202560 99 0 0 0 11 0 0 0 20 0 19 0 338360543 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139708581427752 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=1912/tid=1919] ppid=1910 vsize=9624972 CPUtime=0.11 cores=1,3,5,7
/proc/1912/task/1919/stat : 1919 (java) T 1910 1912 1912 0 -1 4202560 44 0 0 0 9 2 0 0 20 0 19 0 338360543 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139708580374952 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=1912/tid=1920] ppid=1910 vsize=9624972 CPUtime=0.12 cores=1,3,5,7
/proc/1912/task/1920/stat : 1920 (java) T 1910 1912 1912 0 -1 4202560 35 0 0 0 11 1 0 0 20 0 19 0 338360543 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139708579322152 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=1912/tid=1921] ppid=1910 vsize=9624972 CPUtime=0.1 cores=1,3,5,7
/proc/1912/task/1921/stat : 1921 (java) T 1910 1912 1912 0 -1 4202560 115 0 0 0 8 2 0 0 20 0 19 0 338360543 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139708578269352 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=1912/tid=1922] ppid=1910 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/1912/task/1922/stat : 1922 (java) T 1910 1912 1912 0 -1 4202560 736 0 0 0 0 0 0 0 20 0 19 0 338360544 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139707967056872 219517335465 0 0 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=1912/tid=1923] ppid=1910 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/1912/task/1923/stat : 1923 (java) T 1910 1912 1912 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338360544 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139707966002936 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=1912/tid=1924] ppid=1910 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/1912/task/1924/stat : 1924 (java) T 1910 1912 1912 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338360544 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139707964950024 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=1912/tid=1925] ppid=1910 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/1912/task/1925/stat : 1925 (java) T 1910 1912 1912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338360547 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139707963898512 219517343520 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=1912/tid=1926] ppid=1910 vsize=9624972 CPUtime=0.72 cores=1,3,5,7
/proc/1912/task/1926/stat : 1926 (java) T 1910 1912 1912 0 -1 4202560 5608 0 0 0 72 0 0 0 20 0 19 0 338360547 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139707962845624 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=1912/tid=1927] ppid=1910 vsize=9624972 CPUtime=0.82 cores=1,3,5,7
/proc/1912/task/1927/stat : 1927 (java) T 1910 1912 1912 0 -1 4202560 7454 0 0 0 81 1 0 0 20 0 19 0 338360547 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139707961792824 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=1912/tid=1928] ppid=1910 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/1912/task/1928/stat : 1928 (java) T 1910 1912 1912 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338360547 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139707960740216 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=1912/tid=1929] ppid=1910 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/1912/task/1929/stat : 1929 (java) T 1910 1912 1912 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 338360547 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139707959687624 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=1912/tid=1930] ppid=1910 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/1912/task/1930/stat : 1930 (java) T 1910 1912 1912 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338360577 9855971328 281162 33554432000 1073741824 1073778376 140734187968352 139707958634152 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1935] ppid=1815 vsize=663088 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1935/stat : 1935 (python) S 1815 1815 27000 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 2 0 338365289 679002112 7876 33554432000 4194304 5683644 140736388706208 139865488355888 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1949] ppid=1815 vsize=738880 CPUtime=0.08 cores=1,3,5,7
/proc/1949/stat : 1949 (python) S 1815 1815 27000 0 -1 4202560 1160 0 0 0 4 4 0 0 20 0 2 0 338383555 756613120 8390 33554432000 4194304 5683644 140736388706208 140736388697856 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1949/statm: 184720 8390 384 364 0 119925 0
[pid=1951] ppid=1949 vsize=96016 CPUtime=47.14 cores=1,3,5,7
/proc/1951/stat : 1951 (bsolo_pb10) T 1949 1951 1951 0 -1 4202496 21997 0 0 0 4702 12 0 0 20 0 1 0 338383556 98320384 21568 33554432000 134512640 137138936 4288382512 4288380936 134606663 0 0 16781312 16384 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/1951/statm: 24004 21568 192 642 0 23360 0
[pid=1949/tid=1973] ppid=1815 vsize=738880 CPUtime=0 cores=1,3,5,7
/proc/1949/task/1973/stat : 1973 (python) S 1815 1815 27000 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 338388272 756613120 8390 33554432000 4194304 5683644 140736388706208 139865140224560 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1974] ppid=1815 vsize=814672 CPUtime=0.02 cores=1,3,5,7
/proc/1974/stat : 1974 (python) S 1815 1815 27000 0 -1 4202560 988 0 0 0 1 1 0 0 20 0 1 0 338388274 834224128 8371 33554432000 4194304 5683644 140736388706208 140736388697296 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/1974/statm: 203668 8371 359 364 0 138870 0
[pid=1976] ppid=1974 vsize=70944 CPUtime=15.2 cores=1,3,5,7
/proc/1976/stat : 1976 (bsolo_pb10) R 1974 1976 1976 0 -1 4202496 15730 0 0 0 1502 18 0 0 20 0 1 0 338388274 72646656 15300 33554432000 134512640 137138936 4286643680 4286642604 135984544 0 0 16781312 16384 0 0 0 17 1 0 0 0 0 0
/proc/1976/statm: 17736 15300 191 642 0 17092 0
[pid=1815/tid=1823] ppid=1813 vsize=890452 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1823/stat : 1823 (python) S 1813 1815 27000 0 -1 4202560 31 1008 0 0 0 0 0 0 20 0 9 0 338327451 911822848 9933 33554432000 4194304 5683644 140736388706208 139865530315312 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1815/tid=1828] ppid=1813 vsize=890452 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1828/stat : 1828 (python) S 1813 1815 27000 0 -1 4202560 32 1008 0 0 0 0 0 0 20 0 9 0 338332516 911822848 9933 33554432000 4194304 5683644 140736388706208 139865519825456 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1815/tid=1835] ppid=1813 vsize=890452 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1835/stat : 1835 (python) S 1813 1815 27000 0 -1 4202560 25 1008 0 0 0 0 0 0 20 0 9 0 338337233 911822848 9933 33554432000 4194304 5683644 140736388706208 139865509335600 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1815/tid=1844] ppid=1813 vsize=890452 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1844/stat : 1844 (python) S 1813 1815 27000 0 -1 4202560 20 1008 0 0 0 0 0 0 20 0 9 0 338346695 911822848 9933 33554432000 4194304 5683644 140736388706208 139865498845744 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1815/tid=1852] ppid=1813 vsize=890452 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1852/stat : 1852 (python) S 1813 1815 27000 0 -1 4202560 19 1008 0 0 0 0 0 0 20 0 9 0 338351430 911822848 9933 33554432000 4194304 5683644 140736388706208 139865488355888 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1815/tid=1911] ppid=1813 vsize=890452 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1911/stat : 1911 (python) S 1813 1815 27000 0 -1 4202560 20 1008 0 0 0 0 0 0 20 0 9 0 338360540 911822848 9933 33554432000 4194304 5683644 140736388706208 139865140224560 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1815/tid=1950] ppid=1813 vsize=890452 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1950/stat : 1950 (python) S 1813 1815 27000 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 9 0 338383556 911822848 9933 33554432000 4194304 5683644 140736388706208 139865129734704 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1815/tid=1975] ppid=1813 vsize=890452 CPUtime=0 cores=1,3,5,7
/proc/1815/task/1975/stat : 1975 (python) S 1813 1815 27000 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 9 0 338388274 911822848 9933 33554432000 4194304 5683644 140736388706208 139865119244848 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 627.09
Current children cumulated vsize (KiB) 15872236

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 624.958
CPU time (s): 627.09
CPU user time (s): 623.8
CPU system time (s): 3.29
CPU usage (%): 100.341
Max. virtual memory (cumulated for all children) (KiB): 15872236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.23781
system time used= 0.142978
maximum resident set size= 39732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19056
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2090
involuntary context switches= 13

runsolver used 2.57261 second user time and 6.81496 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 13:13:18
IDJOB=3741888
IDBENCH=90115
IDSOLVER=2327
FILE ID=node114/3741888-1338721998
RUNJOBID= node114-1338713908-27017
PBS_JOBID= 14636748
Free space on /tmp= 70040 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K80.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.dec.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741888-1338721998/watcher-3741888-1338721998 -o /tmp/evaluation-result-3741888-1338721998/solver-3741888-1338721998 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741888-1338721998.opb -seed 1056561073 -budget 1800

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

MD5SUM BENCH= a3fcbcd7997dcbab652ff1a098fe5a93
RANDOM SEED=1056561073

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25356784 kB
Buffers:         1031536 kB
Cached:          3818892 kB
SwapCached:         2180 kB
Active:          4704516 kB
Inactive:        1774724 kB
Active(anon):    1612108 kB
Inactive(anon):    12072 kB
Active(file):    3092408 kB
Inactive(file):  1762652 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:            103116 kB
Writeback:             0 kB
AnonPages:       1645480 kB
Mapped:            34816 kB
Shmem:               184 kB
Slab:             870888 kB
SReclaimable:     312484 kB
SUnreclaim:       558404 kB
KernelStack:        1768 kB
PageTables:        11620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2484408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    884736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69940 MiB
End job on node114 at 2012-06-03 13:23:46