Trace number 3740968

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) 305.69 305.627

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-20.opb
MD5SUM63ab8977587973d616491fbff2cc242b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark204.343
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9342
Total number of constraints199352
Number of constraints which are clauses178530
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
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.19	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.38/1.19	c INFO: solving HOME/instance-3740968-1338720529.opb
1.82/2.61	c INFO: parsing took 1.39 s
4.23/5.00	c INFO: features took 2.37 CPU seconds
4.25/5.39	c INFO: running wbo1.4b-fixed@0 for 45 with 1795 remaining (b = 0.96)
53.76/54.52	c INFO: running pbct-0.1.2-linear@0 for 45 with 1747 remaining (b = 0.96)
101.41/102.20	c INFO: running wbo1.4a@0 for 45 with 1700 remaining (b = 0.94)
160.37/161.00	c INFO: wrote minion input file to HOME/tmpw_khgx.minion
160.37/161.00	c INFO: running minion-0.12@0 for 45 with 1654 remaining (b = 0.71)
208.01/208.62	c INFO: running bsolo_pb10-l2@0 for 45 with 1595 remaining (b = 0.66)
256.35/256.97	c INFO: running clasp-1.3.7@0 for 45 with 1547 remaining (b = 0.62)
303.61/304.13	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1500 remaining (b = 0.23)

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.18 2.25 2/187 7844
/proc/meminfo: memFree=26126116/32873648 swapFree=7628/7628
[pid=7844] ppid=7842 vsize=15276 CPUtime=0 cores=0,2,4,6
/proc/7844/stat : 7844 (python) D 7842 7844 3958 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 338179072 15642624 526 33554432000 4194304 5683644 140733760561072 140733760546984 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/7844/statm: 3819 526 312 364 0 261 0

[startup+0.0682069 s]
/proc/loadavg: 2.00 2.18 2.25 2/187 7844
/proc/meminfo: memFree=26126116/32873648 swapFree=7628/7628
[pid=7844] ppid=7842 vsize=16588 CPUtime=0.02 cores=0,2,4,6
/proc/7844/stat : 7844 (python) D 7842 7844 3958 0 -1 4202496 1240 0 0 0 1 1 0 0 20 0 1 0 338179072 16986112 1030 33554432000 4194304 5683644 140733760561072 140733760529336 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/7844/statm: 4147 1030 422 364 0 589 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16588

[startup+0.100232 s]
/proc/loadavg: 2.00 2.18 2.25 2/187 7844
/proc/meminfo: memFree=26126116/32873648 swapFree=7628/7628
[pid=7844] ppid=7842 vsize=19080 CPUtime=0.03 cores=0,2,4,6
/proc/7844/stat : 7844 (python) R 7842 7844 3958 0 -1 4202496 1397 0 0 0 2 1 0 0 20 0 1 0 338179072 19537920 1152 33554432000 4194304 5683644 140733760561072 140733760491576 4867472 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/7844/statm: 4770 1152 430 364 0 694 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19080

[startup+0.300353 s]
/proc/loadavg: 2.00 2.18 2.25 2/187 7844
/proc/meminfo: memFree=26126116/32873648 swapFree=7628/7628
[pid=7844] ppid=7842 vsize=102044 CPUtime=0.12 cores=0,2,4,6
/proc/7844/stat : 7844 (python) D 7842 7844 3958 0 -1 4202496 4123 1008 1 0 9 3 0 0 20 0 1 0 338179072 104493056 2725 33554432000 4194304 5683644 140733760561072 140733760415832 217410518709 0 0 16781312 2 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/7844/statm: 25511 2725 876 364 0 1721 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 102044

[startup+0.700191 s]
/proc/loadavg: 2.00 2.18 2.25 2/187 7844
/proc/meminfo: memFree=26126116/32873648 swapFree=7628/7628
[pid=7844] ppid=7842 vsize=162440 CPUtime=0.23 cores=0,2,4,6
/proc/7844/stat : 7844 (python) D 7842 7844 3958 0 -1 4202496 6445 1008 1 0 15 8 0 0 20 0 1 0 338179072 166338560 4260 33554432000 4194304 5683644 140733760561072 140733760465304 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/7844/statm: 40610 4260 1192 364 0 3255 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 162440

[startup+1.50018 s]
/proc/loadavg: 2.00 2.18 2.25 2/188 7849
/proc/meminfo: memFree=26089976/32873648 swapFree=7628/7628
[pid=7844] ppid=7842 vsize=299184 CPUtime=0.72 cores=0,2,4,6
/proc/7844/stat : 7844 (python) R 7842 7844 3958 0 -1 4202496 12883 1008 1 0 60 12 0 0 20 0 1 0 338179072 306364416 11451 33554432000 4194304 5683644 140733760561072 140733760475144 5007920 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/7844/statm: 74796 11451 1811 364 0 10025 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 299184

[startup+3.10017 s]
/proc/loadavg: 2.00 2.18 2.25 3/188 7849
/proc/meminfo: memFree=26027912/32873648 swapFree=7628/7628
[pid=7844] ppid=7842 vsize=335196 CPUtime=2.32 cores=0,2,4,6
/proc/7844/stat : 7844 (python) R 7842 7844 3958 0 -1 4202496 25547 1008 1 0 217 15 0 0 20 0 1 0 338179072 343240704 20551 33554432000 4194304 5683644 140733760561072 140733760547896 4662187 0 0 16781312 33554434 0 0 0 17 0 0 0 0 0 0
/proc/7844/statm: 83799 20551 1846 364 0 19028 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 335196
heavy processes:

[startup+6.30032 s]
/proc/loadavg: 2.00 2.18 2.25 3/191 7852
/proc/meminfo: memFree=25931984/32873648 swapFree=7628/7628
[pid=7844] ppid=7842 vsize=415672 CPUtime=4.25 cores=0,2,4,6
/proc/7844/stat : 7844 (python) S 7842 7844 3958 0 -1 4202496 26993 1008 1 0 409 16 0 0 20 0 2 0 338179072 425648128 21773 33554432000 4194304 5683644 140733760561072 140733760555904 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7844/statm: 103918 21773 1894 364 0 39141 0
[pid=7850] ppid=7844 vsize=339892 CPUtime=0 cores=0,2,4,6
/proc/7850/stat : 7850 (python) S 7844 7844 3958 0 -1 4202560 762 0 0 0 0 0 0 0 20 0 1 0 338179575 348049408 20213 33554432000 4194304 5683644 140733760561072 140733760552160 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 6 0 0 0 0 0
/proc/7850/statm: 84973 20213 340 364 0 20196 0
[pid=7852] ppid=7850 vsize=24084 CPUtime=1.26 cores=0,2,4,6
/proc/7852/stat : 7852 (wbo1.4b-fixed) R 7850 7852 7852 0 -1 4202496 7992 0 0 0 119 7 0 0 20 0 1 0 338179575 24662016 5451 33554432000 134512640 135752315 4291052944 4291051020 135270849 0 0 16781312 3 0 0 0 17 2 0 0 0 0 0
/proc/7852/statm: 6021 5451 146 303 0 5716 0
[pid=7844/tid=7851] ppid=7842 vsize=415672 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7851/stat : 7851 (python) S 7842 7844 3958 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 2 0 338179575 425648128 21773 33554432000 4194304 5683644 140733760561072 139872992530992 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 779648

[startup+12.7003 s]
/proc/loadavg: 2.07 2.19 2.25 3/191 7852
/proc/meminfo: memFree=25852556/32873648 swapFree=7628/7628
[pid=7844] ppid=7842 vsize=415672 CPUtime=4.25 cores=0,2,4,6
/proc/7844/stat : 7844 (python) S 7842 7844 3958 0 -1 4202496 26993 1008 1 0 409 16 0 0 20 0 2 0 338179072 425648128 21773 33554432000 4194304 5683644 140733760561072 140733760555904 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7844/statm: 103918 21773 1894 364 0 39141 0
[pid=7850] ppid=7844 vsize=339892 CPUtime=0 cores=0,2,4,6
/proc/7850/stat : 7850 (python) S 7844 7844 3958 0 -1 4202560 899 0 0 0 0 0 0 0 20 0 1 0 338179575 348049408 20236 33554432000 4194304 5683644 140733760561072 140733760552160 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 84973 20236 363 364 0 20196 0
[pid=7852] ppid=7850 vsize=29164 CPUtime=7.66 cores=0,2,4,6
/proc/7852/stat : 7852 (wbo1.4b-fixed) R 7850 7852 7852 0 -1 4202496 9236 0 0 0 732 34 0 0 20 0 1 0 338179575 29863936 6695 33554432000 134512640 135752315 4291052944 4291051020 135270849 0 0 16781312 3 0 0 0 17 2 0 0 0 0 0
/proc/7852/statm: 7291 6695 146 303 0 6986 0
[pid=7844/tid=7851] ppid=7842 vsize=415672 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7851/stat : 7851 (python) S 7842 7844 3958 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 2 0 338179575 425648128 21773 33554432000 4194304 5683644 140733760561072 139872992530992 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 784728

[startup+25.5003 s]
/proc/loadavg: 2.06 2.18 2.25 3/191 7852
/proc/meminfo: memFree=25831476/32873648 swapFree=7628/7628
[pid=7844] ppid=7842 vsize=415672 CPUtime=4.25 cores=0,2,4,6
/proc/7844/stat : 7844 (python) S 7842 7844 3958 0 -1 4202496 26993 1008 1 0 409 16 0 0 20 0 2 0 338179072 425648128 21773 33554432000 4194304 5683644 140733760561072 140733760555904 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7844/statm: 103918 21773 1894 364 0 39141 0
[pid=7850] ppid=7844 vsize=339892 CPUtime=0.02 cores=0,2,4,6
/proc/7850/stat : 7850 (python) S 7844 7844 3958 0 -1 4202560 908 0 0 0 1 1 0 0 20 0 1 0 338179575 348049408 20236 33554432000 4194304 5683644 140733760561072 140733760552160 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 84973 20236 363 364 0 20196 0
[pid=7852] ppid=7850 vsize=39512 CPUtime=20.45 cores=0,2,4,6
/proc/7852/stat : 7852 (wbo1.4b-fixed) R 7850 7852 7852 0 -1 4202496 11789 0 0 0 2001 44 0 0 20 0 1 0 338179575 40460288 9248 33554432000 134512640 135752315 4291052944 4291051020 135270849 0 0 16781312 3 0 0 0 17 2 0 0 0 0 0
/proc/7852/statm: 9878 9248 146 303 0 9573 0
[pid=7844/tid=7851] ppid=7842 vsize=415672 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7851/stat : 7851 (python) S 7842 7844 3958 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 2 0 338179575 425648128 21773 33554432000 4194304 5683644 140733760561072 139872992530992 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 795076

[startup+51.1003 s]
/proc/loadavg: 2.04 2.17 2.24 3/195 7856
/proc/meminfo: memFree=24498608/32873648 swapFree=7628/7628
[pid=7844] ppid=7842 vsize=415672 CPUtime=4.25 cores=0,2,4,6
/proc/7844/stat : 7844 (python) S 7842 7844 3958 0 -1 4202496 26993 1008 1 0 409 16 0 0 20 0 2 0 338179072 425648128 21773 33554432000 4194304 5683644 140733760561072 140733760555904 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7844/statm: 103918 21773 1894 364 0 39141 0
[pid=7850] ppid=7844 vsize=339892 CPUtime=0.06 cores=0,2,4,6
/proc/7850/stat : 7850 (python) S 7844 7844 3958 0 -1 4202560 1011 0 0 0 4 2 0 0 20 0 1 0 338179575 348049408 20241 33554432000 4194304 5683644 140733760561072 140733760552160 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 84973 20241 368 364 0 20196 0
[pid=7852] ppid=7850 vsize=65076 CPUtime=46.05 cores=0,2,4,6
/proc/7852/stat : 7852 (wbo1.4b-fixed) R 7850 7852 7852 0 -1 4202496 18153 0 0 0 4536 69 0 0 20 0 1 0 338179575 66637824 15612 33554432000 134512640 135752315 4291052944 4291050944 134611201 0 0 16781312 3 0 0 0 17 2 0 0 0 0 0
/proc/7852/statm: 16269 15612 146 303 0 15964 0
[pid=7844/tid=7851] ppid=7842 vsize=415672 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7851/stat : 7851 (python) S 7842 7844 3958 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 2 0 338179575 425648128 21773 33554432000 4194304 5683644 140733760561072 139872992530992 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 820640

[startup+102.307 s]
/proc/loadavg: 2.02 2.14 2.22 3/189 7915
/proc/meminfo: memFree=28734632/32873648 swapFree=7628/7628
[pid=7844] ppid=7842 vsize=567256 CPUtime=4.3 cores=0,2,4,6
/proc/7844/stat : 7844 (python) S 7842 7844 3958 0 -1 4202496 28767 1008 1 0 414 16 0 0 20 0 4 0 338179072 580870144 21798 33554432000 4194304 5683644 140733760561072 140733760555904 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7844/statm: 141814 21798 1907 364 0 77031 0
[pid=7850] ppid=7844 vsize=415672 CPUtime=0.07 cores=0,2,4,6
/proc/7850/stat : 7850 (python) S 7844 7844 3958 0 -1 4202560 1142 0 0 0 4 3 0 0 20 0 2 0 338179575 425648128 20276 33554432000 4194304 5683644 140733760561072 140733760552720 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 103918 20276 396 364 0 39141 0
[pid=7852] ppid=7850 vsize=65980 CPUtime=49.45 cores=0,2,4,6
/proc/7852/stat : 7852 (wbo1.4b-fixed) T 7850 7852 7852 0 -1 4202496 18358 0 0 0 4876 69 0 0 20 0 1 0 338179575 67563520 15817 33554432000 134512640 135752315 4291052944 4291050944 134611353 0 0 16781312 3 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/7852/statm: 16495 15817 146 303 0 16190 0
[pid=7850/tid=7857] ppid=7844 vsize=415672 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7857/stat : 7857 (python) S 7844 7844 3958 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 338184522 425648128 20276 33554432000 4194304 5683644 140733760561072 139872992530992 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7858] ppid=7844 vsize=415684 CPUtime=0.07 cores=0,2,4,6
/proc/7858/stat : 7858 (python) S 7844 7844 3958 0 -1 4202560 1065 0 0 0 4 3 0 0 20 0 2 0 338184525 425660416 20263 33554432000 4194304 5683644 140733760561072 140733760552720 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7858/statm: 103921 20263 383 364 0 39141 0
[pid=7860] ppid=7858 vsize=811808 CPUtime=47.63 cores=0,2,4,6
/proc/7860/stat : 7860 (pbct-0.1.2-linu) T 7858 7860 7860 0 -1 4202496 196924 0 0 0 4695 68 0 0 20 0 1 0 338184525 831291392 198087 33554432000 134512640 136422188 4291149808 4291146480 134641285 0 0 16781312 16387 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/7860/statm: 202952 198087 215 467 0 202483 0
[pid=7858/tid=7915] ppid=7844 vsize=415684 CPUtime=0 cores=0,2,4,6
/proc/7858/task/7915/stat : 7915 (python) S 7844 7844 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338189290 425660416 20263 33554432000 4194304 5683644 140733760561072 139872992530992 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7844/tid=7851] ppid=7842 vsize=567256 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7851/stat : 7851 (python) S 7842 7844 3958 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 4 0 338179575 580870144 21798 33554432000 4194304 5683644 140733760561072 139872992530992 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7844/tid=7859] ppid=7842 vsize=567256 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7859/stat : 7859 (python) S 7842 7844 3958 0 -1 4202560 20 1008 0 0 0 0 0 0 20 0 4 0 338184525 580870144 21798 33554432000 4194304 5683644 140733760561072 139872982041136 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7844/tid=7917] ppid=7842 vsize=567256 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7917/stat : 7917 (python) S 7842 7844 3958 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 4 0 338189292 580870144 21798 33554432000 4194304 5683644 140733760561072 139872971551280 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 2276400

[startup+162.301 s]
/proc/loadavg: 2.00 2.11 2.21 3/198 7926
/proc/meminfo: memFree=27730948/32873648 swapFree=7628/7628
[pid=7844] ppid=7842 vsize=643048 CPUtime=16.43 cores=0,2,4,6
/proc/7844/stat : 7844 (python) S 7842 7844 3958 0 -1 4202496 29734 1008 1 0 1623 20 0 0 20 0 5 0 338179072 658481152 21806 33554432000 4194304 5683644 140733760561072 140733760555904 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7844/statm: 160762 21806 1909 364 0 95976 0
[pid=7850] ppid=7844 vsize=415672 CPUtime=0.07 cores=0,2,4,6
/proc/7850/stat : 7850 (python) S 7844 7844 3958 0 -1 4202560 1142 0 0 0 4 3 0 0 20 0 2 0 338179575 425648128 20276 33554432000 4194304 5683644 140733760561072 140733760552720 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 103918 20276 396 364 0 39141 0
[pid=7852] ppid=7850 vsize=65980 CPUtime=49.45 cores=0,2,4,6
/proc/7852/stat : 7852 (wbo1.4b-fixed) T 7850 7852 7852 0 -1 4202496 18358 0 0 0 4876 69 0 0 20 0 1 0 338179575 67563520 15817 33554432000 134512640 135752315 4291052944 4291050944 134611353 0 0 16781312 3 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/7852/statm: 16495 15817 146 303 0 16190 0
[pid=7850/tid=7857] ppid=7844 vsize=415672 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7857/stat : 7857 (python) S 7844 7844 3958 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 338184522 425648128 20276 33554432000 4194304 5683644 140733760561072 139872992530992 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7858] ppid=7844 vsize=415684 CPUtime=0.07 cores=0,2,4,6
/proc/7858/stat : 7858 (python) S 7844 7844 3958 0 -1 4202560 1065 0 0 0 4 3 0 0 20 0 2 0 338184525 425660416 20263 33554432000 4194304 5683644 140733760561072 140733760552720 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7858/statm: 103921 20263 383 364 0 39141 0
[pid=7860] ppid=7858 vsize=811808 CPUtime=47.63 cores=0,2,4,6

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

[pid=7924] ppid=7844 vsize=567268 CPUtime=0.07 cores=0,2,4,6
/proc/7924/stat : 7924 (python) S 7844 7844 3958 0 -1 4202560 1091 0 0 0 4 3 0 0 20 0 2 0 338195172 580882432 20275 33554432000 4194304 5683644 140733760561072 140733760552720 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7924/statm: 141817 20275 383 364 0 77031 0
[pid=7926] ppid=7924 vsize=3692000 CPUtime=47.57 cores=0,2,4,6
/proc/7926/stat : 7926 (minion) T 7924 7926 7926 0 -1 4202496 912725 0 0 0 4640 117 0 0 20 0 1 0 338195173 3780608000 915598 33554432000 134512640 165565024 4289487248 4289484496 159737071 0 0 16781312 8396802 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/7926/statm: 923000 915598 358 7582 0 915415 0
[pid=7924/tid=7932] ppid=7844 vsize=567268 CPUtime=0 cores=0,2,4,6
/proc/7924/task/7932/stat : 7932 (python) S 7844 7844 3958 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338199932 580882432 20275 33554432000 4194304 5683644 140733760561072 139872971551280 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7933] ppid=7844 vsize=643060 CPUtime=0.08 cores=0,2,4,6
/proc/7933/stat : 7933 (python) S 7844 7844 3958 0 -1 4202560 1116 0 0 0 5 3 0 0 20 0 2 0 338199934 658493440 20281 33554432000 4194304 5683644 140733760561072 140733760552720 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7933/statm: 160765 20281 383 364 0 95976 0
[pid=7935] ppid=7933 vsize=83888 CPUtime=48.3 cores=0,2,4,6
/proc/7935/stat : 7935 (bsolo_pb10) T 7933 7935 7935 0 -1 4202496 23934 0 0 0 4771 59 0 0 20 0 1 0 338199934 85901312 18505 33554432000 134512640 137138936 4292359328 4292358256 134542187 0 0 16781312 16384 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/7935/statm: 20972 18505 192 642 0 20328 0
[pid=7933/tid=7942] ppid=7844 vsize=643060 CPUtime=0 cores=0,2,4,6
/proc/7933/task/7942/stat : 7942 (python) S 7844 7844 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338204766 658493440 20281 33554432000 4194304 5683644 140733760561072 139872961061424 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7943] ppid=7844 vsize=718852 CPUtime=0.03 cores=0,2,4,6
/proc/7943/stat : 7943 (python) S 7844 7844 3958 0 -1 4202560 938 0 0 0 2 1 0 0 20 0 1 0 338204769 736104448 20261 33554432000 4194304 5683644 140733760561072 140733760552160 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/7943/statm: 179713 20261 358 364 0 114921 0
[pid=7945] ppid=7943 vsize=38460 CPUtime=25.3 cores=0,2,4,6
/proc/7945/stat : 7945 (clasp-1.3.7-x86) R 7943 7945 7945 0 -1 4202496 10329 0 0 0 2528 2 0 0 20 0 1 0 338204769 39383040 9179 33554432000 134512640 136139019 4294302256 4294301120 134608577 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0
/proc/7945/statm: 9615 9179 183 398 0 9215 0
[pid=7844/tid=7851] ppid=7842 vsize=794632 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7851/stat : 7851 (python) S 7842 7844 3958 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 7 0 338179575 813703168 22330 33554432000 4194304 5683644 140733760561072 139872992530992 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7844/tid=7859] ppid=7842 vsize=794632 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7859/stat : 7859 (python) S 7842 7844 3958 0 -1 4202560 20 1008 0 0 0 0 0 0 20 0 7 0 338184525 813703168 22330 33554432000 4194304 5683644 140733760561072 139872982041136 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7844/tid=7917] ppid=7842 vsize=794632 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7917/stat : 7917 (python) S 7842 7844 3958 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 7 0 338189292 813703168 22330 33554432000 4194304 5683644 140733760561072 139872971551280 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7844/tid=7925] ppid=7842 vsize=794632 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7925/stat : 7925 (python) S 7842 7844 3958 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 7 0 338195173 813703168 22330 33554432000 4194304 5683644 140733760561072 139872961061424 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7844/tid=7934] ppid=7842 vsize=794632 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7934/stat : 7934 (python) S 7842 7844 3958 0 -1 4202560 21 1008 0 0 0 0 0 0 20 0 7 0 338199934 813703168 22330 33554432000 4194304 5683644 140733760561072 139872950571568 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7844/tid=7944] ppid=7842 vsize=794632 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7944/stat : 7944 (python) S 7842 7844 3958 0 -1 4202560 20 1008 0 0 0 0 0 0 20 0 7 0 338204769 813703168 22330 33554432000 4194304 5683644 140733760561072 139872589308464 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 281.78
Current children cumulated vsize (KiB) 8800580



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+304.601 s]
/proc/loadavg: 3.81 2.56 2.34 3/238 7966
/proc/meminfo: memFree=10747448/32873648 swapFree=7628/7628
[pid=7844] ppid=7842 vsize=870424 CPUtime=16.51 cores=0,2,4,6
/proc/7844/stat : 7844 (python) S 7842 7844 3958 0 -1 4202496 32445 1008 1 0 1630 21 0 0 20 0 8 0 338179072 891314176 22338 33554432000 4194304 5683644 140733760561072 140733760555904 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7844/statm: 217606 22338 1915 364 0 152811 0
[pid=7850] ppid=7844 vsize=415672 CPUtime=0.07 cores=0,2,4,6
/proc/7850/stat : 7850 (python) S 7844 7844 3958 0 -1 4202560 1142 0 0 0 4 3 0 0 20 0 2 0 338179575 425648128 20276 33554432000 4194304 5683644 140733760561072 140733760552720 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 103918 20276 396 364 0 39141 0
[pid=7852] ppid=7850 vsize=65980 CPUtime=49.45 cores=0,2,4,6
/proc/7852/stat : 7852 (wbo1.4b-fixed) T 7850 7852 7852 0 -1 4202496 18358 0 0 0 4876 69 0 0 20 0 1 0 338179575 67563520 15949 33554432000 134512640 135752315 4291052944 4291050944 134611353 0 0 16781312 3 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/7852/statm: 16495 15949 146 303 0 16190 0
[pid=7850/tid=7857] ppid=7844 vsize=415672 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7857/stat : 7857 (python) S 7844 7844 3958 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 338184522 425648128 20276 33554432000 4194304 5683644 140733760561072 139872992530992 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7858] ppid=7844 vsize=415684 CPUtime=0.07 cores=0,2,4,6
/proc/7858/stat : 7858 (python) S 7844 7844 3958 0 -1 4202560 1065 0 0 0 4 3 0 0 20 0 2 0 338184525 425660416 20263 33554432000 4194304 5683644 140733760561072 140733760552720 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7858/statm: 103921 20263 383 364 0 39141 0
[pid=7860] ppid=7858 vsize=811808 CPUtime=47.63 cores=0,2,4,6
/proc/7860/stat : 7860 (pbct-0.1.2-linu) T 7858 7860 7860 0 -1 4202496 196924 0 0 0 4695 68 0 0 20 0 1 0 338184525 831291392 198098 33554432000 134512640 136422188 4291149808 4291146480 134641285 0 0 16781312 16387 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/7860/statm: 202952 198098 215 467 0 202483 0
[pid=7858/tid=7915] ppid=7844 vsize=415684 CPUtime=0 cores=0,2,4,6
/proc/7858/task/7915/stat : 7915 (python) S 7844 7844 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338189290 425660416 20263 33554432000 4194304 5683644 140733760561072 139872992530992 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7916] ppid=7844 vsize=491476 CPUtime=0.07 cores=0,2,4,6
/proc/7916/stat : 7916 (python) S 7844 7844 3958 0 -1 4202560 1101 0 0 0 4 3 0 0 20 0 2 0 338189292 503271424 20269 33554432000 4194304 5683644 140733760561072 140733760552720 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7916/statm: 122869 20269 383 364 0 58086 0
[pid=7918] ppid=7916 vsize=61800 CPUtime=46.65 cores=0,2,4,6
/proc/7918/stat : 7918 (wbo1.4a) T 7916 7918 7918 0 -1 4202496 17319 0 0 0 4599 66 0 0 20 0 1 0 338189292 63283200 14776 33554432000 134512640 135751879 4289677072 4289675244 134517428 0 0 16781312 3 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/7918/statm: 15450 14776 143 303 0 15145 0
[pid=7916/tid=7923] ppid=7844 vsize=491476 CPUtime=0 cores=0,2,4,6
/proc/7916/task/7923/stat : 7923 (python) S 7844 7844 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338193959 503271424 20269 33554432000 4194304 5683644 140733760561072 139872982041136 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7924] ppid=7844 vsize=567268 CPUtime=0.07 cores=0,2,4,6
/proc/7924/stat : 7924 (python) S 7844 7844 3958 0 -1 4202560 1091 0 0 0 4 3 0 0 20 0 2 0 338195172 580882432 20275 33554432000 4194304 5683644 140733760561072 140733760552720 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7924/statm: 141817 20275 383 364 0 77031 0
[pid=7926] ppid=7924 vsize=3692000 CPUtime=47.57 cores=0,2,4,6
/proc/7926/stat : 7926 (minion) T 7924 7926 7926 0 -1 4202496 912725 0 0 0 4640 117 0 0 20 0 1 0 338195173 3780608000 915598 33554432000 134512640 165565024 4289487248 4289484496 159737071 0 0 16781312 8396802 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/7926/statm: 923000 915598 358 7582 0 915415 0
[pid=7924/tid=7932] ppid=7844 vsize=567268 CPUtime=0 cores=0,2,4,6
/proc/7924/task/7932/stat : 7932 (python) S 7844 7844 3958 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338199932 580882432 20275 33554432000 4194304 5683644 140733760561072 139872971551280 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7933] ppid=7844 vsize=643060 CPUtime=0.08 cores=0,2,4,6
/proc/7933/stat : 7933 (python) S 7844 7844 3958 0 -1 4202560 1116 0 0 0 5 3 0 0 20 0 2 0 338199934 658493440 20281 33554432000 4194304 5683644 140733760561072 140733760552720 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7933/statm: 160765 20281 383 364 0 95976 0
[pid=7935] ppid=7933 vsize=83888 CPUtime=48.3 cores=0,2,4,6
/proc/7935/stat : 7935 (bsolo_pb10) T 7933 7935 7935 0 -1 4202496 23934 0 0 0 4771 59 0 0 20 0 1 0 338199934 85901312 18505 33554432000 134512640 137138936 4292359328 4292358256 134542187 0 0 16781312 16384 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/7935/statm: 20972 18505 192 642 0 20328 0
[pid=7933/tid=7942] ppid=7844 vsize=643060 CPUtime=0 cores=0,2,4,6
/proc/7933/task/7942/stat : 7942 (python) S 7844 7844 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338204766 658493440 20281 33554432000 4194304 5683644 140733760561072 139872961061424 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7943] ppid=7844 vsize=718852 CPUtime=0.08 cores=0,2,4,6
/proc/7943/stat : 7943 (python) S 7844 7844 3958 0 -1 4202560 1108 0 0 0 6 2 0 0 20 0 2 0 338204769 736104448 20287 33554432000 4194304 5683644 140733760561072 140733760552720 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7943/statm: 179713 20287 383 364 0 114921 0
[pid=7945] ppid=7943 vsize=46248 CPUtime=47.1 cores=0,2,4,6
/proc/7945/stat : 7945 (clasp-1.3.7-x86) T 7943 7945 7945 0 -1 4202496 12179 0 0 0 4708 2 0 0 20 0 1 0 338204769 47357952 11029 33554432000 134512640 136139019 4294302256 4294301120 134608386 0 0 16781312 16386 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/7945/statm: 11562 11029 183 398 0 11162 0
[pid=7943/tid=7946] ppid=7844 vsize=718852 CPUtime=0 cores=0,2,4,6
/proc/7943/task/7946/stat : 7946 (python) S 7844 7844 3958 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338209483 736104448 20287 33554432000 4194304 5683644 140733760561072 139872950571568 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7947] ppid=7844 vsize=794644 CPUtime=0 cores=0,2,4,6
/proc/7947/stat : 7947 (python) S 7844 7844 3958 0 -1 4202560 848 0 0 0 0 0 0 0 20 0 1 0 338209485 813715456 20752 33554432000 4194304 5683644 140733760561072 140733760552160 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/7947/statm: 198661 20752 335 364 0 133866 0
[pid=7949] ppid=7947 vsize=9558408 CPUtime=2.04 cores=0,2,4,6
/proc/7949/stat : 7949 (java) S 7947 7949 7949 0 -1 4202496 9252 0 1 0 195 9 0 0 20 0 18 0 338209486 9787809792 76707 33554432000 1073741824 1073778376 140735973765152 140735973756288 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7949/statm: 2389602 76707 2247 9 0 2380296 0
[pid=7949/tid=7950] ppid=7947 vsize=9558408 CPUtime=1.35 cores=0,2,4,6
/proc/7949/task/7950/stat : 7950 (java) S 7947 7949 7949 0 -1 4202560 2551 0 1 0 130 5 0 0 20 0 18 0 338209487 9787809792 76707 33554432000 1073741824 1073778376 140735973765152 139771687173464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7949/tid=7951] ppid=7947 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7949/task/7951/stat : 7951 (java) R 7947 7949 7949 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 338209488 9787809792 76707 33554432000 1073741824 1073778376 140735973765152 139771659626920 139771689645761 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7949/tid=7952] ppid=7947 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7949/task/7952/stat : 7952 (java) R 7947 7949 7949 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 338209488 9787809792 76707 33554432000 1073741824 1073778376 140735973765152 139771529177640 139771689645769 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7949/tid=7953] ppid=7947 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7949/task/7953/stat : 7953 (java) R 7947 7949 7949 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 338209488 9787809792 76707 33554432000 1073741824 1073778376 140735973765152 139771528124760 139771694073447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7949/tid=7954] ppid=7947 vsize=9558408 CPUtime=0.02 cores=0,2,4,6
/proc/7949/task/7954/stat : 7954 (java) R 7947 7949 7949 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 338209488 9787809792 76707 33554432000 1073741824 1073778376 140735973765152 139771527072040 217413891132 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7949/tid=7955] ppid=7947 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7949/task/7955/stat : 7955 (java) S 7947 7949 7949 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338209488 9787809792 76707 33554432000 1073741824 1073778376 140735973765152 139771526020008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7949/tid=7956] ppid=7947 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7949/task/7956/stat : 7956 (java) S 7947 7949 7949 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 338209488 9787809792 76707 33554432000 1073741824 1073778376 140735973765152 139771524967464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7949/tid=7957] ppid=7947 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7949/task/7957/stat : 7957 (java) S 7947 7949 7949 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 338209488 9787809792 76707 33554432000 1073741824 1073778376 140735973765152 139771187817128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7949/tid=7958] ppid=7947 vsize=9558408 CPUtime=0.01 cores=0,2,4,6
/proc/7949/task/7958/stat : 7958 (java) R 7947 7949 7949 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 338209488 9787809792 76707 33554432000 1073741824 1073778376 140735973765152 139771186764584 139771689645753 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7949/tid=7959] ppid=7947 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7949/task/7959/stat : 7959 (java) S 7947 7949 7949 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 18 0 338209489 9787809792 77219 33554432000 1073741824 1073778376 140735973765152 139771174565128 217413891132 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7949/tid=7960] ppid=7947 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7949/task/7960/stat : 7960 (java) S 7947 7949 7949 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 338209490 9787809792 77219 33554432000 1073741824 1073778376 140735973765152 139771173512568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7949/tid=7961] ppid=7947 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7949/task/7961/stat : 7961 (java) S 7947 7949 7949 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 338209490 9787809792 77219 33554432000 1073741824 1073778376 140735973765152 139771172459400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7949/tid=7962] ppid=7947 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7949/task/7962/stat : 7962 (java) S 7947 7949 7949 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338209492 9787809792 77219 33554432000 1073741824 1073778376 140735973765152 139771171408144 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7949/tid=7963] ppid=7947 vsize=9558408 CPUtime=0.25 cores=0,2,4,6
/proc/7949/task/7963/stat : 7963 (java) S 7947 7949 7949 0 -1 4202560 2374 0 0 0 25 0 0 0 20 0 18 0 338209492 9787809792 77219 33554432000 1073741824 1073778376 140735973765152 139771170356024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7949/tid=7964] ppid=7947 vsize=9558408 CPUtime=0.26 cores=0,2,4,6
/proc/7949/task/7964/stat : 7964 (java) S 7947 7949 7949 0 -1 4202560 2776 0 0 0 26 0 0 0 20 0 18 0 338209492 9787809792 77219 33554432000 1073741824 1073778376 140735973765152 139771169303480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7949/tid=7965] ppid=7947 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7949/task/7965/stat : 7965 (java) S 7947 7949 7949 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338209492 9787809792 77219 33554432000 1073741824 1073778376 140735973765152 139771168250616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7949/tid=7966] ppid=7947 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7949/task/7966/stat : 7966 (java) S 7947 7949 7949 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338209492 9787809792 77219 33554432000 1073741824 1073778376 140735973765152 139771167198280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7844/tid=7851] ppid=7842 vsize=870424 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7851/stat : 7851 (python) S 7842 7844 3958 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 8 0 338179575 891314176 22338 33554432000 4194304 5683644 140733760561072 139872992530992 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7844/tid=7859] ppid=7842 vsize=870424 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7859/stat : 7859 (python) S 7842 7844 3958 0 -1 4202560 20 1008 0 0 0 0 0 0 20 0 8 0 338184525 891314176 22338 33554432000 4194304 5683644 140733760561072 139872982041136 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7844/tid=7917] ppid=7842 vsize=870424 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7917/stat : 7917 (python) S 7842 7844 3958 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 8 0 338189292 891314176 22338 33554432000 4194304 5683644 140733760561072 139872971551280 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7844/tid=7925] ppid=7842 vsize=870424 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7925/stat : 7925 (python) S 7842 7844 3958 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 8 0 338195173 891314176 22338 33554432000 4194304 5683644 140733760561072 139872961061424 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7844/tid=7934] ppid=7842 vsize=870424 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7934/stat : 7934 (python) S 7842 7844 3958 0 -1 4202560 21 1008 0 0 0 0 0 0 20 0 8 0 338199934 891314176 22338 33554432000 4194304 5683644 140733760561072 139872950571568 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7844/tid=7944] ppid=7842 vsize=870424 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7944/stat : 7944 (python) S 7842 7844 3958 0 -1 4202560 20 1008 0 0 0 0 0 0 20 0 8 0 338204769 891314176 22338 33554432000 4194304 5683644 140733760561072 139872589308464 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7844/tid=7948] ppid=7842 vsize=870424 CPUtime=0 cores=0,2,4,6
/proc/7844/task/7948/stat : 7948 (python) S 7842 7844 3958 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 8 0 338209486 891314176 22338 33554432000 4194304 5683644 140733760561072 139872578818608 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 305.69
Current children cumulated vsize (KiB) 19237212

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 305.627
CPU time (s): 305.69
CPU user time (s): 301.41
CPU system time (s): 4.28
CPU usage (%): 100.021
Max. virtual memory (cumulated for all children) (KiB): 19237212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.3065
system time used= 0.217966
maximum resident set size= 95528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33453
page faults= 1
swaps= 0
block input operations= 0
block output operations= 25432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2106
involuntary context switches= 35

runsolver used 0.930858 second user time and 2.45463 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 12:48:50
IDJOB=3740968
IDBENCH=89706
IDSOLVER=2327
FILE ID=node122/3740968-1338720529
RUNJOBID= node122-1338713392-3974
PBS_JOBID= 14636732
Free space on /tmp= 70740 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-20.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-3740968-1338720529/watcher-3740968-1338720529 -o /tmp/evaluation-result-3740968-1338720529/solver-3740968-1338720529 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3740968-1338720529.opb -seed 1222479773 -budget 1800

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

MD5SUM BENCH= 63ab8977587973d616491fbff2cc242b
RANDOM SEED=1222479773

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:        26127040 kB
Buffers:          280548 kB
Cached:          2295420 kB
SwapCached:         1804 kB
Active:          4484728 kB
Inactive:        1420068 kB
Active(anon):    3329240 kB
Inactive(anon):     2036 kB
Active(file):    1155488 kB
Inactive(file):  1418032 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100164 kB
Dirty:            110100 kB
Writeback:             0 kB
AnonPages:       3335040 kB
Mapped:           297420 kB
Shmem:                48 kB
Slab:             686096 kB
SReclaimable:     128980 kB
SUnreclaim:       557116 kB
KernelStack:        1520 kB
PageTables:        22124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    8116604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    729088 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= 66908 MiB
End job on node122 at 2012-06-03 12:53:58