Trace number 3739736

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) 344.29 340.972

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12039_7-sat.opb
MD5SUM0f318fc75cd8d877b44870fe2fa76e77
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 variables25410
Total number of constraints83992
Number of constraints which are clauses83576
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints416
Minimum length of a constraint1
Maximum length of a constraint120
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 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 732
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.32/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.32/0.48	c INFO: solving HOME/instance-3739736-1338719270.opb
0.82/0.93	c INFO: parsing took 0.44 s
1.61/1.72	c INFO: features took 0.79 CPU seconds
1.61/1.75	c INFO: running clasp-1.3.7@0 for 45 with 1798 remaining (b = 0.77)
52.78/52.85	c INFO: wrote minion input file to HOME/tmpE9kp0h.minion
52.78/52.85	c INFO: running minion-0.12@0 for 45 with 1751 remaining (b = 0.29)
100.22/100.27	c INFO: running wbo1.4a@0 for 45 with 1700 remaining (b = 0.05)
149.79/149.71	c INFO: running clasp-1.3.7@47 for 45 with 1650 remaining (b = 0.03)
194.96/194.87	c INFO: running wbo1.4b-fixed@0 for 45 with 1605 remaining (b = 0.09)
243.60/243.48	c INFO: running scip-2.0.1-spx@0 for 45 with 1557 remaining (b = 0.03)
292.08/291.81	c INFO: running sat4j-pb-v20101225@0 for 45 with 1509 remaining (b = 0.03)
342.01/339.84	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1459 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-3739736-1338719270/watcher-3739736-1338719270 -o /tmp/evaluation-result-3739736-1338719270/solver-3739736-1338719270 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3739736-1338719270.opb -seed 1427914606 -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.04 2.05 2.05 3/226 7070
/proc/meminfo: memFree=27823004/32873648 swapFree=7628/7628
[pid=7070] ppid=7068 vsize=15576 CPUtime=0 cores=1,3,5,7
/proc/7070/stat : 7070 (python) D 7068 7070 3958 0 -1 4202496 827 0 0 0 0 0 0 0 20 0 1 0 338053098 15949824 695 33554432000 4194304 5683644 140737413557888 140737413484648 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/7070/statm: 3894 695 334 364 0 336 0

[startup+0.032574 s]
/proc/loadavg: 2.04 2.05 2.05 3/226 7070
/proc/meminfo: memFree=27823004/32873648 swapFree=7628/7628
[pid=7070] ppid=7068 vsize=19080 CPUtime=0.02 cores=1,3,5,7
/proc/7070/stat : 7070 (python) R 7068 7070 3958 0 -1 4202496 1390 0 0 0 2 0 0 0 20 0 1 0 338053098 19537920 1145 33554432000 4194304 5683644 140737413557888 140737413488392 4429136 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0
/proc/7070/statm: 4770 1146 430 364 0 694 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19080

[startup+0.100164 s]
/proc/loadavg: 2.04 2.05 2.05 3/226 7070
/proc/meminfo: memFree=27823004/32873648 swapFree=7628/7628
[pid=7070] ppid=7068 vsize=94452 CPUtime=0.07 cores=1,3,5,7
/proc/7070/stat : 7070 (python) R 7068 7070 3958 0 -1 4202496 3446 1009 1 0 6 1 0 0 20 0 1 0 338053098 96718848 2546 33554432000 4194304 5683644 140737413557888 140737413510360 5170361 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7070/statm: 23613 2546 820 364 0 1619 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 94452

[startup+0.300263 s]
/proc/loadavg: 2.04 2.05 2.05 3/226 7070
/proc/meminfo: memFree=27823004/32873648 swapFree=7628/7628
[pid=7070] ppid=7068 vsize=183260 CPUtime=0.23 cores=1,3,5,7
/proc/7070/stat : 7070 (python) R 7068 7070 3958 0 -1 4202496 7007 1009 1 0 18 5 0 0 20 0 1 0 338053098 187658240 4731 33554432000 4194304 5683644 140737413557888 140737413385112 217410188832 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7070/statm: 45815 4734 1278 364 0 3657 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 183260

[startup+0.700117 s]
/proc/loadavg: 2.04 2.05 2.05 3/226 7070
/proc/meminfo: memFree=27823004/32873648 swapFree=7628/7628
[pid=7070] ppid=7068 vsize=291684 CPUtime=0.62 cores=1,3,5,7
/proc/7070/stat : 7070 (python) R 7068 7070 3958 0 -1 4202496 12046 1009 1 0 53 9 0 0 20 0 1 0 338053098 298684416 9591 33554432000 4194304 5683644 140737413557888 140737413479960 4445115 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7070/statm: 72921 9591 1811 364 0 8150 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 291684

[startup+1.50018 s]
/proc/loadavg: 2.04 2.05 2.05 3/227 7075
/proc/meminfo: memFree=27783440/32873648 swapFree=7628/7628
[pid=7070] ppid=7068 vsize=300172 CPUtime=1.41 cores=1,3,5,7
/proc/7070/stat : 7070 (python) R 7068 7070 3958 0 -1 4202496 17375 1009 1 0 132 9 0 0 20 0 1 0 338053098 307376128 11796 33554432000 4194304 5683644 140737413557888 140737413551128 217410140516 0 0 16781312 33554434 0 0 0 17 1 0 0 0 0 0
/proc/7070/statm: 75043 11796 1847 364 0 10272 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 300172

[startup+3.10028 s]
/proc/loadavg: 2.04 2.05 2.05 3/230 7078
/proc/meminfo: memFree=27773992/32873648 swapFree=7628/7628
[pid=7070] ppid=7068 vsize=377288 CPUtime=1.66 cores=1,3,5,7
/proc/7070/stat : 7070 (python) S 7068 7070 3958 0 -1 4202496 17992 1009 1 0 157 9 0 0 20 0 2 0 338053098 386342912 12185 33554432000 4194304 5683644 140737413557888 140737413552720 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7070/statm: 94322 12185 1902 364 0 29545 0
[pid=7076] ppid=7070 vsize=301508 CPUtime=0 cores=1,3,5,7
/proc/7076/stat : 7076 (python) S 7070 7070 3958 0 -1 4202560 735 0 0 0 0 0 0 0 20 0 1 0 338053273 308744192 10617 33554432000 4194304 5683644 140737413557888 140737413548976 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/7076/statm: 75377 10617 340 364 0 10600 0
[pid=7078] ppid=7076 vsize=9568 CPUtime=1.33 cores=1,3,5,7
/proc/7078/stat : 7078 (clasp-1.3.7-x86) R 7076 7078 7078 0 -1 4202496 2949 0 0 0 133 0 0 0 20 0 1 0 338053274 9797632 2142 33554432000 134512640 136139019 4289758672 4289757568 134871026 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/7078/statm: 2392 2142 183 398 0 1992 0
[pid=7070/tid=7077] ppid=7068 vsize=377288 CPUtime=0 cores=1,3,5,7
/proc/7070/task/7077/stat : 7077 (python) S 7068 7070 3958 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338053273 386342912 12185 33554432000 4194304 5683644 140737413557888 140162070073904 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 688364

[startup+6.30032 s]
/proc/loadavg: 2.12 2.07 2.06 3/230 7078
/proc/meminfo: memFree=27768184/32873648 swapFree=7628/7628
[pid=7070] ppid=7068 vsize=377288 CPUtime=1.66 cores=1,3,5,7
/proc/7070/stat : 7070 (python) S 7068 7070 3958 0 -1 4202496 17992 1009 1 0 157 9 0 0 20 0 2 0 338053098 386342912 12185 33554432000 4194304 5683644 140737413557888 140737413552720 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7070/statm: 94322 12185 1902 364 0 29545 0
[pid=7076] ppid=7070 vsize=301508 CPUtime=0 cores=1,3,5,7
/proc/7076/stat : 7076 (python) S 7070 7070 3958 0 -1 4202560 882 0 0 0 0 0 0 0 20 0 1 0 338053273 308744192 10640 33554432000 4194304 5683644 140737413557888 140737413548976 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/7076/statm: 75377 10640 363 364 0 10600 0
[pid=7078] ppid=7076 vsize=12208 CPUtime=4.54 cores=1,3,5,7
/proc/7078/stat : 7078 (clasp-1.3.7-x86) R 7076 7078 7078 0 -1 4202496 3597 0 0 0 453 1 0 0 20 0 1 0 338053274 12500992 2790 33554432000 134512640 136139019 4289758672 4289757392 134874949 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/7078/statm: 3052 2790 183 398 0 2652 0
[pid=7070/tid=7077] ppid=7068 vsize=377288 CPUtime=0 cores=1,3,5,7
/proc/7070/task/7077/stat : 7077 (python) S 7068 7070 3958 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338053273 386342912 12185 33554432000 4194304 5683644 140737413557888 140162070073904 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 691004

[startup+12.7003 s]
/proc/loadavg: 2.11 2.06 2.06 3/230 7078
/proc/meminfo: memFree=27766560/32873648 swapFree=7628/7628
[pid=7070] ppid=7068 vsize=377288 CPUtime=1.66 cores=1,3,5,7
/proc/7070/stat : 7070 (python) S 7068 7070 3958 0 -1 4202496 17992 1009 1 0 157 9 0 0 20 0 2 0 338053098 386342912 12185 33554432000 4194304 5683644 140737413557888 140737413552720 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7070/statm: 94322 12185 1902 364 0 29545 0
[pid=7076] ppid=7070 vsize=301508 CPUtime=0 cores=1,3,5,7
/proc/7076/stat : 7076 (python) S 7070 7070 3958 0 -1 4202560 889 0 0 0 0 0 0 0 20 0 1 0 338053273 308744192 10640 33554432000 4194304 5683644 140737413557888 140737413548976 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/7076/statm: 75377 10640 363 364 0 10600 0
[pid=7078] ppid=7076 vsize=16300 CPUtime=10.93 cores=1,3,5,7
/proc/7078/stat : 7078 (clasp-1.3.7-x86) R 7076 7078 7078 0 -1 4202496 4623 0 0 0 1092 1 0 0 20 0 1 0 338053274 16691200 3816 33554432000 134512640 136139019 4289758672 4289757648 134883434 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/7078/statm: 4075 3816 183 398 0 3675 0
[pid=7070/tid=7077] ppid=7068 vsize=377288 CPUtime=0 cores=1,3,5,7
/proc/7070/task/7077/stat : 7077 (python) S 7068 7070 3958 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338053273 386342912 12185 33554432000 4194304 5683644 140737413557888 140162070073904 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 695096

[startup+25.5002 s]
/proc/loadavg: 2.09 2.06 2.05 3/230 7078
/proc/meminfo: memFree=27763732/32873648 swapFree=7628/7628
[pid=7070] ppid=7068 vsize=377288 CPUtime=1.66 cores=1,3,5,7
/proc/7070/stat : 7070 (python) S 7068 7070 3958 0 -1 4202496 17992 1009 1 0 157 9 0 0 20 0 2 0 338053098 386342912 12185 33554432000 4194304 5683644 140737413557888 140737413552720 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7070/statm: 94322 12185 1902 364 0 29545 0
[pid=7076] ppid=7070 vsize=301508 CPUtime=0.04 cores=1,3,5,7
/proc/7076/stat : 7076 (python) S 7070 7070 3958 0 -1 4202560 903 0 0 0 2 2 0 0 20 0 1 0 338053273 308744192 10640 33554432000 4194304 5683644 140737413557888 140737413548976 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/7076/statm: 75377 10640 363 364 0 10600 0
[pid=7078] ppid=7076 vsize=19756 CPUtime=23.73 cores=1,3,5,7
/proc/7078/stat : 7078 (clasp-1.3.7-x86) R 7076 7078 7078 0 -1 4202496 5477 0 0 0 2372 1 0 0 20 0 1 0 338053274 20230144 4670 33554432000 134512640 136139019 4289758672 4289757504 134832401 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/7078/statm: 4939 4670 183 398 0 4539 0
[pid=7070/tid=7077] ppid=7068 vsize=377288 CPUtime=0 cores=1,3,5,7
/proc/7070/task/7077/stat : 7077 (python) S 7068 7070 3958 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338053273 386342912 12185 33554432000 4194304 5683644 140737413557888 140162070073904 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 698552

[startup+51.1003 s]
/proc/loadavg: 2.13 2.07 2.06 3/231 7079
/proc/meminfo: memFree=27749628/32873648 swapFree=7628/7628
[pid=7070] ppid=7068 vsize=377292 CPUtime=3.88 cores=1,3,5,7
/proc/7070/stat : 7070 (python) R 7068 7070 3958 0 -1 4202496 18630 1009 1 0 378 10 0 0 20 0 2 0 338053098 386347008 12187 33554432000 4194304 5683644 140737413557888 140737413552208 4891898 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7070/statm: 94323 12187 1903 364 0 29546 0
[pid=7076] ppid=7070 vsize=377288 CPUtime=0.08 cores=1,3,5,7
/proc/7076/stat : 7076 (python) S 7070 7070 3958 0 -1 4202560 1138 0 0 0 4 4 0 0 20 0 2 0 338053273 386342912 10680 33554432000 4194304 5683644 140737413557888 140737413549536 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7076/statm: 94322 10680 396 364 0 29545 0
[pid=7078] ppid=7076 vsize=27816 CPUtime=47.12 cores=1,3,5,7
/proc/7078/stat : 7078 (clasp-1.3.7-x86) T 7076 7078 7078 0 -1 4202496 7504 0 0 0 4710 2 0 0 20 0 1 0 338053274 28483584 6697 33554432000 134512640 136139019 4289758672 4289757648 134883787 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/7078/statm: 6954 6697 183 398 0 6554 0
[pid=7076/tid=7079] ppid=7070 vsize=377288 CPUtime=0 cores=1,3,5,7
/proc/7076/task/7079/stat : 7079 (python) S 7070 7070 3958 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 2 0 338057987 386342912 10680 33554432000 4194304 5683644 140737413557888 140162070073904 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7070/tid=7077] ppid=7068 vsize=377292 CPUtime=0 cores=1,3,5,7
/proc/7070/task/7077/stat : 7077 (python) S 7068 7070 3958 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338053273 386347008 12187 33554432000 4194304 5683644 140737413557888 140162070073904 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 782396

[startup+102.307 s]
/proc/loadavg: 2.05 2.06 2.05 3/238 7086
/proc/meminfo: memFree=27639288/32873648 swapFree=7628/7628
[pid=7070] ppid=7068 vsize=528872 CPUtime=5.66 cores=1,3,5,7
/proc/7070/stat : 7070 (python) S 7068 7070 3958 0 -1 4202496 19826 1009 1 0 555 11 0 0 20 0 4 0 338053098 541564928 12202 33554432000 4194304 5683644 140737413557888 140737413552720 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7070/statm: 132218 12202 1907 364 0 67435 0
[pid=7076] ppid=7070 vsize=377288 CPUtime=0.08 cores=1,3,5,7
/proc/7076/stat : 7076 (python) S 7070 7070 3958 0 -1 4202560 1138 0 0 0 4 4 0 0 20 0 2 0 338053273 386342912 10680 33554432000 4194304 5683644 140737413557888 140737413549536 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7076/statm: 94322 10680 396 364 0 29545 0
[pid=7078] ppid=7076 vsize=27816 CPUtime=47.12 cores=1,3,5,7
/proc/7078/stat : 7078 (clasp-1.3.7-x86) T 7076 7078 7078 0 -1 4202496 7504 0 0 0 4710 2 0 0 20 0 1 0 338053274 28483584 6697 33554432000 134512640 136139019 4289758672 4289757648 134883787 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/7078/statm: 6954 6697 183 398 0 6554 0
[pid=7076/tid=7079] ppid=7070 vsize=377288 CPUtime=0 cores=1,3,5,7
/proc/7076/task/7079/stat : 7079 (python) S 7070 7070 3958 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 2 0 338057987 386342912 10680 33554432000 4194304 5683644 140737413557888 140162070073904 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7080] ppid=7070 vsize=377300 CPUtime=0.08 cores=1,3,5,7
/proc/7080/stat : 7080 (python) S 7070 7070 3958 0 -1 4202560 1074 0 0 0 5 3 0 0 20 0 2 0 338058384 386355200 10667 33554432000 4194304 5683644 140737413557888 140737413549536 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7080/statm: 94325 10667 383 364 0 29545 0
[pid=7082] ppid=7080 vsize=117000 CPUtime=47.37 cores=1,3,5,7
/proc/7082/stat : 7082 (minion) T 7080 7082 7082 0 -1 4202496 18264 0 0 0 4734 3 0 0 20 0 1 0 338058384 119808000 21819 33554432000 134512640 165565024 4291552656 4291549936 142424515 0 0 16781312 8396802 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/7082/statm: 29250 21819 345 7582 0 21665 0
[pid=7080/tid=7083] ppid=7070 vsize=377300 CPUtime=0 cores=1,3,5,7
/proc/7080/task/7083/stat : 7083 (python) S 7070 7070 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338063123 386355200 10667 33554432000 4194304 5683644 140737413557888 140162070073904 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7084] ppid=7070 vsize=453092 CPUtime=0 cores=1,3,5,7
/proc/7084/stat : 7084 (python) S 7070 7070 3958 0 -1 4202560 791 0 0 0 0 0 0 0 20 0 1 0 338063126 463966208 10624 33554432000 4194304 5683644 140737413557888 140737413548976 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/7084/statm: 113273 10624 335 364 0 48490 0
[pid=7086] ppid=7084 vsize=15832 CPUtime=2.01 cores=1,3,5,7
/proc/7086/stat : 7086 (wbo1.4a) R 7084 7086 7086 0 -1 4202496 4388 0 0 0 199 2 0 0 20 0 1 0 338063126 16211968 3359 33554432000 134512640 135751879 4293531136 4293529388 135270609 0 0 16781312 3 0 0 0 17 1 0 0 0 0 0
/proc/7086/statm: 3958 3359 143 303 0 3653 0
[pid=7070/tid=7077] ppid=7068 vsize=528872 CPUtime=0 cores=1,3,5,7
/proc/7070/task/7077/stat : 7077 (python) S 7068 7070 3958 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 4 0 338053273 541564928 12202 33554432000 4194304 5683644 140737413557888 140162070073904 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7070/tid=7081] ppid=7068 vsize=528872 CPUtime=0 cores=1,3,5,7
/proc/7070/task/7081/stat : 7081 (python) S 7068 7070 3958 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 4 0 338058384 541564928 12202 33554432000 4194304 5683644 140737413557888 140162051646000 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7070/tid=7085] ppid=7068 vsize=528872 CPUtime=0 cores=1,3,5,7
/proc/7070/task/7085/stat : 7085 (python) S 7068 7070 3958 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 4 0 338063126 541564928 12202 33554432000 4194304 5683644 140737413557888 140162041156144 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 1897200

[startup+162.301 s]
/proc/loadavg: 2.02 2.04 2.05 3/240 7090
/proc/meminfo: memFree=27571320/32873648 swapFree=7628/7628

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

Current children cumulated CPU time (s) 344.29
Current children cumulated vsize (KiB) 24457780

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

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

[startup+340.901 s]
/proc/loadavg: 2.15 2.06 2.04 5/240 7419
/proc/meminfo: memFree=27239268/32873648 swapFree=7628/7628
[pid=7070] ppid=7068 vsize=832040 CPUtime=5.78 cores=1,3,5,7
/proc/7070/stat : 7070 (python) S 7068 7070 3958 0 -1 4202496 23670 1009 1 0 566 12 0 0 20 0 8 0 338053098 852008960 12742 33554432000 4194304 5683644 140737413557888 140737413552720 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7070/statm: 208010 12742 1915 364 0 143215 0
[pid=7076] ppid=7070 vsize=377288 CPUtime=0.16 cores=1,3,5,7
/proc/7076/stat : 7076 (python) S 7070 7070 3958 0 -1 4202560 1165 0 0 0 9 7 0 0 20 0 2 0 338053273 386342912 10681 33554432000 4194304 5683644 140737413557888 140737413549536 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7076/statm: 94322 10681 397 364 0 29545 0
[pid=7078] ppid=7076 vsize=27816 CPUtime=92.24 cores=1,3,5,7
/proc/7078/stat : 7078 (clasp-1.3.7-x86) T 7076 7078 7078 0 -1 4202496 7505 0 0 0 9222 2 0 0 20 0 1 0 338053274 28483584 6698 33554432000 134512640 136139019 4289758672 4289757452 134742352 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/7078/statm: 6954 6698 183 398 0 6554 0
[pid=7076/tid=7079] ppid=7070 vsize=377288 CPUtime=0 cores=1,3,5,7
/proc/7076/task/7079/stat : 7079 (python) S 7070 7070 3958 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 2 0 338057987 386342912 10681 33554432000 4194304 5683644 140737413557888 140162070073904 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7080] ppid=7070 vsize=377300 CPUtime=0.08 cores=1,3,5,7
/proc/7080/stat : 7080 (python) S 7070 7070 3958 0 -1 4202560 1074 0 0 0 5 3 0 0 20 0 2 0 338058384 386355200 10667 33554432000 4194304 5683644 140737413557888 140737413549536 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7080/statm: 94325 10667 383 364 0 29545 0
[pid=7082] ppid=7080 vsize=117000 CPUtime=47.37 cores=1,3,5,7
/proc/7082/stat : 7082 (minion) T 7080 7082 7082 0 -1 4202496 18264 0 0 0 4734 3 0 0 20 0 1 0 338058384 119808000 21819 33554432000 134512640 165565024 4291552656 4291549936 142424515 0 0 16781312 8396802 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/7082/statm: 29250 21819 345 7582 0 21665 0
[pid=7080/tid=7083] ppid=7070 vsize=377300 CPUtime=0 cores=1,3,5,7
/proc/7080/task/7083/stat : 7083 (python) S 7070 7070 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338063123 386355200 10667 33554432000 4194304 5683644 140737413557888 140162070073904 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7084] ppid=7070 vsize=453092 CPUtime=0.09 cores=1,3,5,7
/proc/7084/stat : 7084 (python) S 7070 7070 3958 0 -1 4202560 1098 0 0 0 5 4 0 0 20 0 2 0 338063126 463966208 10673 33554432000 4194304 5683644 140737413557888 140737413549536 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7084/statm: 113273 10673 383 364 0 48490 0
[pid=7086] ppid=7084 vsize=79900 CPUtime=49.39 cores=1,3,5,7
/proc/7086/stat : 7086 (wbo1.4a) T 7084 7086 7086 0 -1 4202496 20408 0 0 0 4919 20 0 0 20 0 1 0 338063126 81817600 19379 33554432000 134512640 135751879 4293531136 4293529308 134517408 0 0 16781312 3 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/7086/statm: 19975 19379 143 303 0 19670 0
[pid=7084/tid=7090] ppid=7070 vsize=453092 CPUtime=0 cores=1,3,5,7
/proc/7084/task/7090/stat : 7090 (python) S 7070 7070 3958 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338068068 463966208 10673 33554432000 4194304 5683644 140737413557888 140162051646000 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7091] ppid=7070 vsize=528884 CPUtime=0.08 cores=1,3,5,7
/proc/7091/stat : 7091 (python) S 7070 7070 3958 0 -1 4202560 1120 0 0 0 5 3 0 0 20 0 2 0 338072586 541577216 10679 33554432000 4194304 5683644 140737413557888 140737413549536 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7091/statm: 132221 10679 383 364 0 67435 0
[pid=7093] ppid=7091 vsize=64032 CPUtime=48.56 cores=1,3,5,7
/proc/7093/stat : 7093 (wbo1.4b-fixed) T 7091 7093 7093 0 -1 4202496 16389 0 0 0 4836 20 0 0 20 0 1 0 338072586 65568768 15353 33554432000 134512640 135752315 4292835440 4292832876 134517428 0 0 16781312 3 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/7093/statm: 16008 15353 147 303 0 15703 0
[pid=7091/tid=7095] ppid=7070 vsize=528884 CPUtime=0 cores=1,3,5,7
/proc/7091/task/7095/stat : 7095 (python) S 7070 7070 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338077445 541577216 10679 33554432000 4194304 5683644 140737413557888 140162041156144 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7096] ppid=7070 vsize=604676 CPUtime=0.09 cores=1,3,5,7
/proc/7096/stat : 7096 (python) S 7070 7070 3958 0 -1 4202560 1109 0 0 0 5 4 0 0 20 0 2 0 338077447 619188224 11192 33554432000 4194304 5683644 140737413557888 140737413549536 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7096/statm: 151169 11192 383 364 0 86380 0
[pid=7098] ppid=7096 vsize=309080 CPUtime=48.28 cores=1,3,5,7
/proc/7098/stat : 7098 (scip-2.0.1.linu) T 7096 7098 7098 0 -1 4202496 76190 0 0 0 4792 36 0 0 20 0 1 0 338077447 316497920 73916 33554432000 4194304 13684479 140736555407632 140736555399448 7387897 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/7098/statm: 77270 73916 772 2317 0 74948 0
[pid=7096/tid=7099] ppid=7070 vsize=604676 CPUtime=0 cores=1,3,5,7
/proc/7096/task/7099/stat : 7099 (python) S 7070 7070 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338082278 619188224 11192 33554432000 4194304 5683644 140737413557888 140161828512304 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7100] ppid=7070 vsize=680468 CPUtime=0.07 cores=1,3,5,7
/proc/7100/stat : 7100 (python) S 7070 7070 3958 0 -1 4202560 1135 0 0 0 4 3 0 0 20 0 2 0 338082280 696799232 11199 33554432000 4194304 5683644 140737413557888 140737413549536 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7100/statm: 170117 11199 383 364 0 105325 0
[pid=7102] ppid=7100 vsize=9624972 CPUtime=49.86 cores=1,3,5,7
/proc/7102/stat : 7102 (java) T 7100 7102 7102 0 -1 4202496 19516 0 1 0 4969 17 0 0 20 0 19 0 338082280 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 140735628151680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7102/statm: 2406243 153844 2277 9 0 2396937 0
[pid=7102/tid=7103] ppid=7100 vsize=9624972 CPUtime=47.18 cores=1,3,5,7
/proc/7102/task/7103/stat : 7103 (java) T 7100 7102 7102 0 -1 4202560 2687 0 1 0 4710 8 0 0 20 0 19 0 338082282 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139934238732560 139934078697284 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=7102/tid=7104] ppid=7100 vsize=9624972 CPUtime=0.06 cores=1,3,5,7
/proc/7102/task/7104/stat : 7104 (java) T 7100 7102 7102 0 -1 4202560 26 0 0 0 6 0 0 0 20 0 19 0 338082283 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139934200224040 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=7102/tid=7105] ppid=7100 vsize=9624972 CPUtime=0.07 cores=1,3,5,7
/proc/7102/task/7105/stat : 7105 (java) T 7100 7102 7102 0 -1 4202560 33 0 0 0 6 1 0 0 20 0 19 0 338082283 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139934199171240 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7102/tid=7106] ppid=7100 vsize=9624972 CPUtime=0.05 cores=1,3,5,7
/proc/7102/task/7106/stat : 7106 (java) T 7100 7102 7102 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 338082283 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139934198118952 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=7102/tid=7107] ppid=7100 vsize=9624972 CPUtime=0.06 cores=1,3,5,7
/proc/7102/task/7107/stat : 7107 (java) T 7100 7102 7102 0 -1 4202560 35 0 0 0 6 0 0 0 20 0 19 0 338082283 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139934197066152 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=7102/tid=7108] ppid=7100 vsize=9624972 CPUtime=0.06 cores=1,3,5,7
/proc/7102/task/7108/stat : 7108 (java) T 7100 7102 7102 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 338082283 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139934077807400 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7102/tid=7109] ppid=7100 vsize=9624972 CPUtime=0.06 cores=1,3,5,7
/proc/7102/task/7109/stat : 7109 (java) T 7100 7102 7102 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 338082283 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139934076754600 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=7102/tid=7110] ppid=7100 vsize=9624972 CPUtime=0.06 cores=1,3,5,7
/proc/7102/task/7110/stat : 7110 (java) T 7100 7102 7102 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 19 0 338082283 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139934075702312 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7102/tid=7111] ppid=7100 vsize=9624972 CPUtime=0.07 cores=1,3,5,7
/proc/7102/task/7111/stat : 7111 (java) T 7100 7102 7102 0 -1 4202560 33 0 0 0 7 0 0 0 20 0 19 0 338082283 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139934074649512 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7102/tid=7112] ppid=7100 vsize=9624972 CPUtime=0.56 cores=1,3,5,7
/proc/7102/task/7112/stat : 7112 (java) T 7100 7102 7102 0 -1 4202560 507 0 0 0 56 0 0 0 20 0 19 0 338082284 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139934062450920 217413892009 0 0 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=7102/tid=7113] ppid=7100 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7102/task/7113/stat : 7113 (java) T 7100 7102 7102 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338082284 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139933457048568 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=7102/tid=7114] ppid=7100 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7102/task/7114/stat : 7114 (java) T 7100 7102 7102 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338082284 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139933455996168 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=7102/tid=7115] ppid=7100 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7102/task/7115/stat : 7115 (java) T 7100 7102 7102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338082287 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139933454944656 217413900064 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=7102/tid=7116] ppid=7100 vsize=9624972 CPUtime=0.83 cores=1,3,5,7
/proc/7102/task/7116/stat : 7116 (java) T 7100 7102 7102 0 -1 4202560 8492 0 0 0 83 0 0 0 20 0 19 0 338082287 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139933453892280 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=7102/tid=7117] ppid=7100 vsize=9624972 CPUtime=0.62 cores=1,3,5,7
/proc/7102/task/7117/stat : 7117 (java) T 7100 7102 7102 0 -1 4202560 6215 0 0 0 60 2 0 0 20 0 19 0 338082287 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139933452839480 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=7102/tid=7118] ppid=7100 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7102/task/7118/stat : 7118 (java) T 7100 7102 7102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338082287 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139933451787384 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=7102/tid=7119] ppid=7100 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7102/task/7119/stat : 7119 (java) T 7100 7102 7102 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338082287 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139933450734792 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7102/tid=7120] ppid=7100 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7102/task/7120/stat : 7120 (java) T 7100 7102 7102 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338082371 9855971328 153844 33554432000 1073741824 1073778376 140735628160544 139933449679784 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=7100/tid=7398] ppid=7070 vsize=680468 CPUtime=0 cores=1,3,5,7
/proc/7100/task/7398/stat : 7398 (python) S 7070 7070 3958 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338087080 696799232 11199 33554432000 4194304 5683644 140737413557888 140161818022448 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7399] ppid=7070 vsize=756260 CPUtime=0 cores=1,3,5,7
/proc/7399/stat : 7399 (python) S 7070 7070 3958 0 -1 4202560 838 0 0 0 0 0 0 0 20 0 1 0 338087083 774410240 11156 33554432000 4194304 5683644 140737413557888 140737413548976 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 7 0 0 0 0 0
/proc/7399/statm: 189065 11156 335 364 0 124270 0
[pid=7401] ppid=7399 vsize=9624972 CPUtime=2.24 cores=1,3,5,7
/proc/7401/stat : 7401 (java) S 7399 7401 7401 0 -1 4202496 20915 0 1 0 218 6 0 0 20 0 19 0 338087083 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 140734884585312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7401/statm: 2406243 48968 2258 9 0 2396937 0
[pid=7401/tid=7402] ppid=7399 vsize=9624972 CPUtime=1.02 cores=1,3,5,7
/proc/7401/task/7402/stat : 7402 (java) R 7399 7401 7401 0 -1 4202560 2558 0 1 0 99 3 0 0 20 0 19 0 338087084 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139720363209504 139720201928664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7401/tid=7403] ppid=7399 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7401/task/7403/stat : 7403 (java) S 7399 7401 7401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338087084 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139720324701096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7401/tid=7404] ppid=7399 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7401/task/7404/stat : 7404 (java) S 7399 7401 7401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338087084 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139720323648552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7401/tid=7405] ppid=7399 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7401/task/7405/stat : 7405 (java) S 7399 7401 7401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338087084 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139720322595496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7401/tid=7406] ppid=7399 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7401/task/7406/stat : 7406 (java) S 7399 7401 7401 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 338087084 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139720321542952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7401/tid=7407] ppid=7399 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7401/task/7407/stat : 7407 (java) S 7399 7401 7401 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338087084 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139720320489896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7401/tid=7408] ppid=7399 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7401/task/7408/stat : 7408 (java) S 7399 7401 7401 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 338087084 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139720201857576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7401/tid=7409] ppid=7399 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7401/task/7409/stat : 7409 (java) S 7399 7401 7401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338087084 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139720200804520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7401/tid=7410] ppid=7399 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7401/task/7410/stat : 7410 (java) S 7399 7401 7401 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338087084 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139720199751976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7401/tid=7411] ppid=7399 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7401/task/7411/stat : 7411 (java) S 7399 7401 7401 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 338087085 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139720187341672 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7401/tid=7412] ppid=7399 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7401/task/7412/stat : 7412 (java) S 7399 7401 7401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338087086 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139720186287992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7401/tid=7413] ppid=7399 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7401/task/7413/stat : 7413 (java) S 7399 7401 7401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338087086 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139719581099400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7401/tid=7414] ppid=7399 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7401/task/7414/stat : 7414 (java) S 7399 7401 7401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338087088 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139719580048144 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7401/tid=7415] ppid=7399 vsize=9624972 CPUtime=0.61 cores=1,3,5,7
/proc/7401/task/7415/stat : 7415 (java) R 7399 7401 7401 0 -1 4202560 8270 0 0 0 61 0 0 0 20 0 19 0 338087088 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139719578982528 139720367326768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7401/tid=7416] ppid=7399 vsize=9624972 CPUtime=0.52 cores=1,3,5,7
/proc/7401/task/7416/stat : 7416 (java) R 7399 7401 7401 0 -1 4202560 8570 0 0 0 51 1 0 0 20 0 19 0 338087088 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139719577919304 139720370955415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7401/tid=7417] ppid=7399 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7401/task/7417/stat : 7417 (java) S 7399 7401 7401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338087088 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139719576889592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7401/tid=7418] ppid=7399 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7401/task/7418/stat : 7418 (java) S 7399 7401 7401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338087088 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139719575837256 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7401/tid=7419] ppid=7399 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7401/task/7419/stat : 7419 (java) S 7399 7401 7401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338087172 9855971328 48968 33554432000 1073741824 1073778376 140734884594176 139719574783528 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7070/tid=7077] ppid=7068 vsize=832040 CPUtime=0 cores=1,3,5,7
/proc/7070/task/7077/stat : 7077 (python) S 7068 7070 3958 0 -1 4202560 30 1009 0 0 0 0 0 0 20 0 8 0 338053273 852008960 12742 33554432000 4194304 5683644 140737413557888 140162070073904 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7070/tid=7081] ppid=7068 vsize=832040 CPUtime=0 cores=1,3,5,7
/proc/7070/task/7081/stat : 7081 (python) S 7068 7070 3958 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 8 0 338058384 852008960 12742 33554432000 4194304 5683644 140737413557888 140162051646000 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7070/tid=7085] ppid=7068 vsize=832040 CPUtime=0 cores=1,3,5,7
/proc/7070/task/7085/stat : 7085 (python) S 7068 7070 3958 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 8 0 338063126 852008960 12742 33554432000 4194304 5683644 140737413557888 140162041156144 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7070/tid=7092] ppid=7068 vsize=832040 CPUtime=0 cores=1,3,5,7
/proc/7070/task/7092/stat : 7092 (python) S 7068 7070 3958 0 -1 4202560 20 1009 0 0 0 0 0 0 20 0 8 0 338072586 852008960 12742 33554432000 4194304 5683644 140737413557888 140161828512304 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7070/tid=7097] ppid=7068 vsize=832040 CPUtime=0 cores=1,3,5,7
/proc/7070/task/7097/stat : 7097 (python) S 7068 7070 3958 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 8 0 338077447 852008960 12742 33554432000 4194304 5683644 140737413557888 140161818022448 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7070/tid=7101] ppid=7068 vsize=832040 CPUtime=0 cores=1,3,5,7
/proc/7070/task/7101/stat : 7101 (python) S 7068 7070 3958 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 8 0 338082280 852008960 12742 33554432000 4194304 5683644 140737413557888 140161807532592 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7070/tid=7400] ppid=7068 vsize=832040 CPUtime=0 cores=1,3,5,7
/proc/7070/task/7400/stat : 7400 (python) S 7068 7070 3958 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 8 0 338087083 852008960 12742 33554432000 4194304 5683644 140737413557888 140161797042736 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 344.29
Current children cumulated vsize (KiB) 24457780

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 340.972
CPU time (s): 344.29
CPU user time (s): 342.89
CPU system time (s): 1.4
CPU usage (%): 100.973
Max. virtual memory (cumulated for all children) (KiB): 24457780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.66214
system time used= 0.12998
maximum resident set size= 50968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24679
page faults= 1
swaps= 0
block input operations= 0
block output operations= 9072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1054
involuntary context switches= 34

runsolver used 1.11283 second user time and 2.96555 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 12:27:51
IDJOB=3739736
IDBENCH=74369
IDSOLVER=2327
FILE ID=node122/3739736-1338719270
RUNJOBID= node122-1338713392-3975
PBS_JOBID= 14636732
Free space on /tmp= 71084 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12039_7-sat.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-3739736-1338719270/watcher-3739736-1338719270 -o /tmp/evaluation-result-3739736-1338719270/solver-3739736-1338719270 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3739736-1338719270.opb -seed 1427914606 -budget 1800

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

MD5SUM BENCH= 0f318fc75cd8d877b44870fe2fa76e77
RANDOM SEED=1427914606

node122.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.533
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	: 5333.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:        27823284 kB
Buffers:          260364 kB
Cached:          1897668 kB
SwapCached:         1804 kB
Active:          2833228 kB
Inactive:        1392852 kB
Active(anon):    2068072 kB
Inactive(anon):     2072 kB
Active(file):     765156 kB
Inactive(file):  1390780 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100164 kB
Dirty:            104372 kB
Writeback:             0 kB
AnonPages:       2073596 kB
Mapped:            35152 kB
Shmem:               108 kB
Slab:             674804 kB
SReclaimable:     116812 kB
SUnreclaim:       557992 kB
KernelStack:        1872 kB
PageTables:        13616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    4003636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1744896 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= 70720 MiB
End job on node122 at 2012-06-03 12:33:34