Trace number 3731499

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: pb_cplex 2010-06-29? (TO) 1800.02 517.816

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_14.opb.PB06.opb
MD5SUM3ddf6338b9f9cf35560b94c856457c56
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark1789.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 182
Optimality of the best value was proved NO
Number of variables468
Total number of constraints468
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints468
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 468
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 468
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 468
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3731499-1339246867.opb.
0.00/0.00	c Instance file HOME/instance-3731499-1339246867.opb
0.00/0.00	c File size is 42793 bytes.
0.00/0.03	c Highest Coefficient sum: 229
0.00/0.03	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      468                                                 |
0.00/0.03	c |  Number Constraints:    468                                                 |
0.00/0.03	c ===============================================================================
1800.02/517.81	c Remaining time 1799.97 sec.
1800.02/517.81	c 
1800.02/517.81	c *** INTERRUPTED ***
1800.02/517.81	s UNKNOWN
1800.02/517.81	c Total CPU time              : 1791.26 s

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-3731499-1339246867/watcher-3731499-1339246867 -o /tmp/evaluation-result-3731499-1339246867/solver-3731499-1339246867 -C 1800 -W 1900 -M 15500 run HOME/instance-3731499-1339246867.opb 

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: 0.21 0.05 0.01 3/178 4980
/proc/meminfo: memFree=29869196/32873844 swapFree=7628/7628
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (run) S 4978 4980 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390811628 9367552 269 33554432000 4194304 5064252 140734419043200 140734419042112 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 269 229 213 0 72 0

[startup+0.080761 s]
/proc/loadavg: 0.21 0.05 0.01 3/178 4980
/proc/meminfo: memFree=29869196/32873844 swapFree=7628/7628
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (run) S 4978 4980 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390811628 9367552 269 33554432000 4194304 5064252 140734419043200 140734419042112 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100277 s]
/proc/loadavg: 0.21 0.05 0.01 3/178 4980
/proc/meminfo: memFree=29869196/32873844 swapFree=7628/7628
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (run) S 4978 4980 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390811628 9367552 269 33554432000 4194304 5064252 140734419043200 140734419042112 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300244 s]
/proc/loadavg: 0.21 0.05 0.01 3/178 4980
/proc/meminfo: memFree=29869196/32873844 swapFree=7628/7628
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (run) S 4978 4980 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390811628 9367552 269 33554432000 4194304 5064252 140734419043200 140734419042112 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700235 s]
/proc/loadavg: 0.21 0.05 0.01 3/178 4980
/proc/meminfo: memFree=29869196/32873844 swapFree=7628/7628
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (run) S 4978 4980 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390811628 9367552 269 33554432000 4194304 5064252 140734419043200 140734419042112 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 0.35 0.08 0.02 3/180 4982
/proc/meminfo: memFree=29863540/32873844 swapFree=7628/7628
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (run) S 4978 4980 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390811628 9367552 269 33554432000 4194304 5064252 140734419043200 140734419042112 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 269 229 213 0 72 0
[pid=4981] ppid=4980 vsize=16904 CPUtime=1.49 cores=0,2,4,6
/proc/4981/stat : 4981 (pb_cplex) R 4980 4980 4561 0 -1 4202496 3923 0 0 0 147 2 0 0 20 0 1 0 390811628 17309696 1892 33554432000 134512640 146736320 4290129904 4290121868 135465131 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/4981/statm: 4226 1892 890 2985 0 1160 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26052

[startup+3.10047 s]
/proc/loadavg: 0.35 0.08 0.02 10/194 5003
/proc/meminfo: memFree=29837672/32873844 swapFree=7628/7628
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (run) S 4978 4980 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390811628 9367552 269 33554432000 4194304 5064252 140734419043200 140734419042112 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 269 229 213 0 72 0
[pid=4981] ppid=4980 vsize=110892 CPUtime=5.53 cores=0,2,4,6
/proc/4981/stat : 4981 (pb_cplex) S 4980 4980 4561 0 -1 4202496 8295 0 0 0 548 5 0 0 20 0 8 0 390811628 113553408 5957 33554432000 134512640 146736320 4290129904 4290126288 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4981/statm: 27723 5957 927 2985 0 24657 0
[pid=4981/tid=4997] ppid=4980 vsize=110892 CPUtime=0.42 cores=0,2,4,6
/proc/4981/task/4997/stat : 4997 (pb_cplex) S 4980 4980 4561 0 -1 4202560 279 0 0 0 42 0 0 0 20 0 8 0 390811792 113553408 5957 33554432000 134512640 146736320 4290129904 4147621520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4981/tid=4998] ppid=4980 vsize=110892 CPUtime=0.42 cores=0,2,4,6
/proc/4981/task/4998/stat : 4998 (pb_cplex) S 4980 4980 4561 0 -1 4202560 281 0 0 0 42 0 0 0 20 0 8 0 390811792 113553408 5957 33554432000 134512640 146736320 4290129904 4137135760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=4999] ppid=4980 vsize=110892 CPUtime=0.42 cores=0,2,4,6
/proc/4981/task/4999/stat : 4999 (pb_cplex) S 4980 4980 4561 0 -1 4202560 305 0 0 0 42 0 0 0 20 0 8 0 390811792 113553408 5957 33554432000 134512640 146736320 4290129904 4126650000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4981/tid=5000] ppid=4980 vsize=110892 CPUtime=0.47 cores=0,2,4,6
/proc/4981/task/5000/stat : 5000 (pb_cplex) S 4980 4980 4561 0 -1 4202560 311 0 0 0 47 0 0 0 20 0 8 0 390811792 113553408 5957 33554432000 134512640 146736320 4290129904 4116164240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4981/tid=5001] ppid=4980 vsize=110892 CPUtime=0.62 cores=0,2,4,6
/proc/4981/task/5001/stat : 5001 (pb_cplex) R 4980 4980 4561 0 -1 4202560 379 0 0 0 62 0 0 0 20 0 8 0 390811792 113553408 5957 33554432000 134512640 146736320 4290129904 4105674120 136000758 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4981/tid=5002] ppid=4980 vsize=110892 CPUtime=0.42 cores=0,2,4,6
/proc/4981/task/5002/stat : 5002 (pb_cplex) S 4980 4980 4561 0 -1 4202560 287 0 0 0 42 0 0 0 20 0 8 0 390811792 113553408 5957 33554432000 134512640 146736320 4290129904 4095192720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5003] ppid=4980 vsize=110892 CPUtime=0.41 cores=0,2,4,6
/proc/4981/task/5003/stat : 5003 (pb_cplex) S 4980 4980 4561 0 -1 4202560 351 0 0 0 41 0 0 0 20 0 8 0 390811792 113553408 5957 33554432000 134512640 146736320 4290129904 4084706960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 120040

[startup+6.3004 s]
/proc/loadavg: 1.05 0.23 0.07 16/194 5003
/proc/meminfo: memFree=29815988/32873844 swapFree=7628/7628
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (run) S 4978 4980 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390811628 9367552 269 33554432000 4194304 5064252 140734419043200 140734419042112 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 269 229 213 0 72 0
[pid=4981] ppid=4980 vsize=118308 CPUtime=16.27 cores=0,2,4,6
/proc/4981/stat : 4981 (pb_cplex) R 4980 4980 4561 0 -1 4202496 10331 0 0 0 1615 12 0 0 20 0 8 0 390811628 121147392 7641 33554432000 134512640 146736320 4290129904 4290123560 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4981/statm: 29577 7641 927 2985 0 26511 0
[pid=4981/tid=4997] ppid=4980 vsize=118308 CPUtime=1.66 cores=0,2,4,6
/proc/4981/task/4997/stat : 4997 (pb_cplex) S 4980 4980 4561 0 -1 4202560 581 0 0 0 165 1 0 0 20 0 8 0 390811792 121147392 7641 33554432000 134512640 146736320 4290129904 4147621520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=4998] ppid=4980 vsize=118308 CPUtime=1.65 cores=0,2,4,6
/proc/4981/task/4998/stat : 4998 (pb_cplex) S 4980 4980 4561 0 -1 4202560 530 0 0 0 165 0 0 0 20 0 8 0 390811792 121147392 7641 33554432000 134512640 146736320 4290129904 4137135760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=4999] ppid=4980 vsize=118308 CPUtime=1.67 cores=0,2,4,6
/proc/4981/task/4999/stat : 4999 (pb_cplex) S 4980 4980 4561 0 -1 4202560 421 0 0 0 166 1 0 0 20 0 8 0 390811792 121147392 7641 33554432000 134512640 146736320 4290129904 4126650000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4981/tid=5000] ppid=4980 vsize=118308 CPUtime=1.78 cores=0,2,4,6
/proc/4981/task/5000/stat : 5000 (pb_cplex) S 4980 4980 4561 0 -1 4202560 633 0 0 0 177 1 0 0 20 0 8 0 390811792 121147392 7641 33554432000 134512640 146736320 4290129904 4116164240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5001] ppid=4980 vsize=118308 CPUtime=2.15 cores=0,2,4,6
/proc/4981/task/5001/stat : 5001 (pb_cplex) R 4980 4980 4561 0 -1 4202560 723 0 0 0 214 1 0 0 20 0 8 0 390811792 121147392 7641 33554432000 134512640 146736320 4290129904 4105674844 135855174 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=4981/tid=5002] ppid=4980 vsize=118308 CPUtime=1.83 cores=0,2,4,6
/proc/4981/task/5002/stat : 5002 (pb_cplex) S 4980 4980 4561 0 -1 4202560 536 0 0 0 182 1 0 0 20 0 8 0 390811792 121147392 7641 33554432000 134512640 146736320 4290129904 4095192720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5003] ppid=4980 vsize=118308 CPUtime=1.66 cores=0,2,4,6
/proc/4981/task/5003/stat : 5003 (pb_cplex) S 4980 4980 4561 0 -1 4202560 727 0 0 0 165 1 0 0 20 0 8 0 390811792 121147392 7641 33554432000 134512640 146736320 4290129904 4084706960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 16.27
Current children cumulated vsize (KiB) 127456

[startup+12.7004 s]
/proc/loadavg: 1.12 0.26 0.08 3/194 5045
/proc/meminfo: memFree=29760272/32873844 swapFree=7628/7628
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (run) S 4978 4980 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390811628 9367552 269 33554432000 4194304 5064252 140734419043200 140734419042112 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 269 229 213 0 72 0
[pid=4981] ppid=4980 vsize=151720 CPUtime=27.34 cores=0,2,4,6
/proc/4981/stat : 4981 (pb_cplex) R 4980 4980 4561 0 -1 4202496 21779 0 0 0 2701 33 0 0 20 0 8 0 390811628 155361280 12557 33554432000 134512640 146736320 4290129904 4290118440 139044583 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4981/statm: 37930 12557 972 2985 0 34864 0
[pid=4981/tid=5018] ppid=4980 vsize=151720 CPUtime=0 cores=0,2,4,6
/proc/4981/task/5018/stat : 5018 (pb_cplex) S 4980 4980 4561 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390812614 155361280 12557 33554432000 134512640 146736320 4290129904 4084706960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5019] ppid=4980 vsize=151720 CPUtime=0 cores=0,2,4,6
/proc/4981/task/5019/stat : 5019 (pb_cplex) S 4980 4980 4561 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390812614 155361280 12557 33554432000 134512640 146736320 4290129904 4095192720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4981/tid=5020] ppid=4980 vsize=151720 CPUtime=0 cores=0,2,4,6
/proc/4981/task/5020/stat : 5020 (pb_cplex) S 4980 4980 4561 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390812614 155361280 12557 33554432000 134512640 146736320 4290129904 4105678480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4981/tid=5021] ppid=4980 vsize=151720 CPUtime=0 cores=0,2,4,6
/proc/4981/task/5021/stat : 5021 (pb_cplex) S 4980 4980 4561 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390812614 155361280 12557 33554432000 134512640 146736320 4290129904 4116164240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4981/tid=5022] ppid=4980 vsize=151720 CPUtime=0 cores=0,2,4,6
/proc/4981/task/5022/stat : 5022 (pb_cplex) S 4980 4980 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390812614 155361280 12557 33554432000 134512640 146736320 4290129904 4053982864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5023] ppid=4980 vsize=151720 CPUtime=0 cores=0,2,4,6
/proc/4981/task/5023/stat : 5023 (pb_cplex) S 4980 4980 4561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390812614 155361280 12557 33554432000 134512640 146736320 4290129904 4043497104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4981/tid=5024] ppid=4980 vsize=151720 CPUtime=0 cores=0,2,4,6
/proc/4981/task/5024/stat : 5024 (pb_cplex) S 4980 4980 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390812614 155361280 12557 33554432000 134512640 146736320 4290129904 4033011344 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 27.34
Current children cumulated vsize (KiB) 160868

[startup+25.5003 s]
/proc/loadavg: 3.86 0.90 0.29 16/194 5045
/proc/meminfo: memFree=29736904/32873844 swapFree=7628/7628
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (run) S 4978 4980 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390811628 9367552 269 33554432000 4194304 5064252 140734419043200 140734419042112 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 269 229 213 0 72 0
[pid=4981] ppid=4980 vsize=162984 CPUtime=69.21 cores=0,2,4,6
/proc/4981/stat : 4981 (pb_cplex) R 4980 4980 4561 0 -1 4202496 27959 0 0 0 6867 54 0 0 20 0 8 0 390811628 166895616 15697 33554432000 134512640 146736320 4290129904 4290121544 139042897 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4981/statm: 40746 15697 972 2985 0 37680 0
[pid=4981/tid=5018] ppid=4980 vsize=162984 CPUtime=4.77 cores=0,2,4,6
/proc/4981/task/5018/stat : 5018 (pb_cplex) R 4980 4980 4561 0 -1 4202560 774 0 0 0 475 2 0 0 20 0 8 0 390812614 166895616 15697 33554432000 134512640 146736320 4290129904 4084704232 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5019] ppid=4980 vsize=162984 CPUtime=5.07 cores=0,2,4,6
/proc/4981/task/5019/stat : 5019 (pb_cplex) R 4980 4980 4561 0 -1 4202560 451 0 0 0 505 2 0 0 20 0 8 0 390812614 166895616 15697 33554432000 134512640 146736320 4290129904 4095188972 135454090 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=4981/tid=5020] ppid=4980 vsize=162984 CPUtime=5.07 cores=0,2,4,6
/proc/4981/task/5020/stat : 5020 (pb_cplex) R 4980 4980 4561 0 -1 4202560 1035 0 0 0 504 3 0 0 20 0 8 0 390812614 166895616 15697 33554432000 134512640 146736320 4290129904 4105675752 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4981/tid=5021] ppid=4980 vsize=162984 CPUtime=4.86 cores=0,2,4,6
/proc/4981/task/5021/stat : 5021 (pb_cplex) R 4980 4980 4561 0 -1 4202560 256 0 0 0 484 2 0 0 20 0 8 0 390812614 166895616 15697 33554432000 134512640 146736320 4290129904 4116161512 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=4981/tid=5022] ppid=4980 vsize=162984 CPUtime=5.1 cores=0,2,4,6
/proc/4981/task/5022/stat : 5022 (pb_cplex) R 4980 4980 4561 0 -1 4202560 667 0 0 0 508 2 0 0 20 0 8 0 390812614 166895616 15697 33554432000 134512640 146736320 4290129904 4053978256 136008339 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5023] ppid=4980 vsize=162984 CPUtime=5.05 cores=0,2,4,6
/proc/4981/task/5023/stat : 5023 (pb_cplex) R 4980 4980 4561 0 -1 4202560 492 0 0 0 504 1 0 0 20 0 8 0 390812614 166895616 15697 33554432000 134512640 146736320 4290129904 4043494376 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5024] ppid=4980 vsize=162984 CPUtime=4.98 cores=0,2,4,6
/proc/4981/task/5024/stat : 5024 (pb_cplex) R 4980 4980 4561 0 -1 4202560 1698 0 0 0 495 3 0 0 20 0 8 0 390812614 166895616 15697 33554432000 134512640 146736320 4290129904 4033007656 139044552 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 69.21
Current children cumulated vsize (KiB) 172132

[startup+51.1004 s]
/proc/loadavg: 7.00 1.86 0.63 3/194 5045
/proc/meminfo: memFree=29715632/32873844 swapFree=7628/7628
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (run) S 4978 4980 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390811628 9367552 269 33554432000 4194304 5064252 140734419043200 140734419042112 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 269 229 213 0 72 0
[pid=4981] ppid=4980 vsize=180392 CPUtime=151.03 cores=0,2,4,6
/proc/4981/stat : 4981 (pb_cplex) S 4980 4980 4561 0 -1 4202496 39327 0 0 0 14993 110 0 0 20 0 8 0 390811628 184721408 19344 33554432000 134512640 146736320 4290129904 4290126288 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4981/statm: 45098 19344 973 2985 0 42032 0
[pid=4981/tid=5018] ppid=4980 vsize=180392 CPUtime=15.21 cores=0,2,4,6
/proc/4981/task/5018/stat : 5018 (pb_cplex) S 4980 4980 4561 0 -1 4202560 2471 0 0 0 1511 10 0 0 20 0 8 0 390812614 184721408 19344 33554432000 134512640 146736320 4290129904 4084706960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4981/tid=5019] ppid=4980 vsize=180392 CPUtime=15.3 cores=0,2,4,6
/proc/4981/task/5019/stat : 5019 (pb_cplex) S 4980 4980 4561 0 -1 4202560 1104 0 0 0 1521 9 0 0 20 0 8 0 390812614 184721408 19344 33554432000 134512640 146736320 4290129904 4095192720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4981/tid=5020] ppid=4980 vsize=180392 CPUtime=15.45 cores=0,2,4,6
/proc/4981/task/5020/stat : 5020 (pb_cplex) S 4980 4980 4561 0 -1 4202560 3226 0 0 0 1537 8 0 0 20 0 8 0 390812614 184721408 19344 33554432000 134512640 146736320 4290129904 4105678480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4981/tid=5021] ppid=4980 vsize=180392 CPUtime=14.95 cores=0,2,4,6
/proc/4981/task/5021/stat : 5021 (pb_cplex) S 4980 4980 4561 0 -1 4202560 258 0 0 0 1486 9 0 0 20 0 8 0 390812614 184721408 19344 33554432000 134512640 146736320 4290129904 4116164240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5022] ppid=4980 vsize=180392 CPUtime=15.12 cores=0,2,4,6
/proc/4981/task/5022/stat : 5022 (pb_cplex) S 4980 4980 4561 0 -1 4202560 5156 0 0 0 1503 9 0 0 20 0 8 0 390812614 184721408 19344 33554432000 134512640 146736320 4290129904 4053982864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4981/tid=5023] ppid=4980 vsize=180392 CPUtime=15.19 cores=0,2,4,6

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

/proc/4981/statm: 47934 25009 982 2985 0 44868 0
[pid=4981/tid=5018] ppid=4980 vsize=191736 CPUtime=98.54 cores=0,2,4,6
/proc/4981/task/5018/stat : 5018 (pb_cplex) R 4980 4980 4561 0 -1 4202560 8244 0 0 0 9814 40 0 0 20 0 8 0 390812614 196337664 25009 33554432000 134512640 146736320 4290129904 4084703440 136008053 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4981/tid=5019] ppid=4980 vsize=191736 CPUtime=83.27 cores=0,2,4,6
/proc/4981/task/5019/stat : 5019 (pb_cplex) S 4980 4980 4561 0 -1 4202560 3472 0 0 0 8289 38 0 0 20 0 8 0 390812614 196337664 25009 33554432000 134512640 146736320 4290129904 4095192720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4981/tid=5020] ppid=4980 vsize=191736 CPUtime=77.72 cores=0,2,4,6
/proc/4981/task/5020/stat : 5020 (pb_cplex) R 4980 4980 4561 0 -1 4202560 6407 0 0 0 7738 34 0 0 20 0 8 0 390812614 196337664 25009 33554432000 134512640 146736320 4290129904 4105674968 136009036 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=4981/tid=5021] ppid=4980 vsize=191736 CPUtime=103.85 cores=0,2,4,6
/proc/4981/task/5021/stat : 5021 (pb_cplex) R 4980 4980 4561 0 -1 4202560 5625 0 0 0 10346 39 0 0 20 0 8 0 390812614 196337664 25009 33554432000 134512640 146736320 4290129904 4116160568 136475778 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5022] ppid=4980 vsize=191736 CPUtime=85.87 cores=0,2,4,6
/proc/4981/task/5022/stat : 5022 (pb_cplex) R 4980 4980 4561 0 -1 4202560 21267 0 0 0 8547 40 0 0 20 0 8 0 390812614 196337664 25009 33554432000 134512640 146736320 4290129904 4053980080 138424473 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4981/tid=5023] ppid=4980 vsize=191736 CPUtime=99.43 cores=0,2,4,6
/proc/4981/task/5023/stat : 5023 (pb_cplex) R 4980 4980 4561 0 -1 4202560 3298 0 0 0 9908 35 0 0 20 0 8 0 390812614 196337664 25009 33554432000 134512640 146736320 4290129904 4043493768 136388028 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=4981/tid=5024] ppid=4980 vsize=191736 CPUtime=85.27 cores=0,2,4,6
/proc/4981/task/5024/stat : 5024 (pb_cplex) R 4980 4980 4561 0 -1 4202560 6236 0 0 0 8487 40 0 0 20 0 8 0 390812614 196337664 25009 33554432000 134512640 146736320 4290129904 4033007688 139042864 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 761.78
Current children cumulated vsize (KiB) 200884

[startup+282.3 s]
/proc/loadavg: 12.17 7.52 3.21 16/193 5045
/proc/meminfo: memFree=29655404/32873844 swapFree=7628/7628
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (run) S 4978 4980 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390811628 9367552 269 33554432000 4194304 5064252 140734419043200 140734419042112 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 269 229 213 0 72 0
[pid=4981] ppid=4980 vsize=193484 CPUtime=969.56 cores=0,2,4,6
/proc/4981/stat : 4981 (pb_cplex) R 4980 4980 4561 0 -1 4202496 82757 0 0 0 96508 448 0 0 20 0 8 0 390811628 198127616 25463 33554432000 134512640 146736320 4290129904 4290123016 136000487 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/4981/statm: 48371 25463 982 2985 0 45305 0
[pid=4981/tid=5018] ppid=4980 vsize=193484 CPUtime=124.34 cores=0,2,4,6
/proc/4981/task/5018/stat : 5018 (pb_cplex) R 4980 4980 4561 0 -1 4202560 8505 0 0 0 12381 53 0 0 20 0 8 0 390812614 198127616 25463 33554432000 134512640 146736320 4290129904 4084704232 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=4981/tid=5019] ppid=4980 vsize=193484 CPUtime=108.71 cores=0,2,4,6
/proc/4981/task/5019/stat : 5019 (pb_cplex) R 4980 4980 4561 0 -1 4202560 3698 0 0 0 10818 53 0 0 20 0 8 0 390812614 198127616 25463 33554432000 134512640 146736320 4290129904 4095189200 136008065 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5020] ppid=4980 vsize=193484 CPUtime=103.65 cores=0,2,4,6
/proc/4981/task/5020/stat : 5020 (pb_cplex) R 4980 4980 4561 0 -1 4202560 6550 0 0 0 10317 48 0 0 20 0 8 0 390812614 198127616 25463 33554432000 134512640 146736320 4290129904 4105675752 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4981/tid=5021] ppid=4980 vsize=193484 CPUtime=129.49 cores=0,2,4,6
/proc/4981/task/5021/stat : 5021 (pb_cplex) R 4980 4980 4561 0 -1 4202560 5719 0 0 0 12895 54 0 0 20 0 8 0 390812614 198127616 25463 33554432000 134512640 146736320 4290129904 4116161104 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=4981/tid=5022] ppid=4980 vsize=193484 CPUtime=111.18 cores=0,2,4,6
/proc/4981/task/5022/stat : 5022 (pb_cplex) R 4980 4980 4561 0 -1 4202560 21855 0 0 0 11065 53 0 0 20 0 8 0 390812614 198127616 25463 33554432000 134512640 146736320 4290129904 4053978952 135525914 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5023] ppid=4980 vsize=193484 CPUtime=125.64 cores=0,2,4,6
/proc/4981/task/5023/stat : 5023 (pb_cplex) R 4980 4980 4561 0 -1 4202560 3740 0 0 0 12515 49 0 0 20 0 8 0 390812614 198127616 25463 33554432000 134512640 146736320 4290129904 4043495824 135669057 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4981/tid=5024] ppid=4980 vsize=193484 CPUtime=112.21 cores=0,2,4,6
/proc/4981/task/5024/stat : 5024 (pb_cplex) R 4980 4980 4561 0 -1 4202560 6902 0 0 0 11166 55 0 0 20 0 8 0 390812614 198127616 25463 33554432000 134512640 146736320 4290129904 4033008616 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 969.56
Current children cumulated vsize (KiB) 202632

[startup+342.3 s]
/proc/loadavg: 13.53 8.76 3.90 10/193 5046
/proc/meminfo: memFree=29643260/32873844 swapFree=7628/7628
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (run) S 4978 4980 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390811628 9367552 269 33554432000 4194304 5064252 140734419043200 140734419042112 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 269 229 213 0 72 0
[pid=4981] ppid=4980 vsize=206576 CPUtime=1179.67 cores=0,2,4,6
/proc/4981/stat : 4981 (pb_cplex) S 4980 4980 4561 0 -1 4202496 90873 0 0 0 117404 563 0 0 20 0 8 0 390811628 211533824 28265 33554432000 134512640 146736320 4290129904 4290126288 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/4981/statm: 51644 28265 982 2985 0 48578 0
[pid=4981/tid=5018] ppid=4980 vsize=206576 CPUtime=150.14 cores=0,2,4,6
/proc/4981/task/5018/stat : 5018 (pb_cplex) R 4980 4980 4561 0 -1 4202560 10248 0 0 0 14947 67 0 0 20 0 8 0 390812614 211533824 28265 33554432000 134512640 146736320 4290129904 4084704232 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4981/tid=5019] ppid=4980 vsize=206576 CPUtime=135.26 cores=0,2,4,6
/proc/4981/task/5019/stat : 5019 (pb_cplex) R 4980 4980 4561 0 -1 4202560 4472 0 0 0 13457 69 0 0 20 0 8 0 390812614 211533824 28265 33554432000 134512640 146736320 4290129904 4095189060 136385174 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=4981/tid=5020] ppid=4980 vsize=206576 CPUtime=129.37 cores=0,2,4,6
/proc/4981/task/5020/stat : 5020 (pb_cplex) R 4980 4980 4561 0 -1 4202560 7640 0 0 0 12874 63 0 0 20 0 8 0 390812614 211533824 28265 33554432000 134512640 146736320 4290129904 4105674960 136008044 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=4981/tid=5021] ppid=4980 vsize=206576 CPUtime=155.19 cores=0,2,4,6
/proc/4981/task/5021/stat : 5021 (pb_cplex) S 4980 4980 4561 0 -1 4202560 6116 0 0 0 15447 72 0 0 20 0 8 0 390812614 211533824 28265 33554432000 134512640 146736320 4290129904 4116164240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5022] ppid=4980 vsize=206576 CPUtime=137.25 cores=0,2,4,6
/proc/4981/task/5022/stat : 5022 (pb_cplex) R 4980 4980 4561 0 -1 4202560 22968 0 0 0 13656 69 0 0 20 0 8 0 390812614 211533824 28265 33554432000 134512640 146736320 4290129904 4053979228 135855130 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=4981/tid=5023] ppid=4980 vsize=206576 CPUtime=151.84 cores=0,2,4,6
/proc/4981/task/5023/stat : 5023 (pb_cplex) R 4980 4980 4561 0 -1 4202560 6210 0 0 0 15119 65 0 0 20 0 8 0 390812614 211533824 28265 33554432000 134512640 146736320 4290129904 4043494376 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5024] ppid=4980 vsize=206576 CPUtime=138.16 cores=0,2,4,6
/proc/4981/task/5024/stat : 5024 (pb_cplex) R 4980 4980 4561 0 -1 4202560 7256 0 0 0 13746 70 0 0 20 0 8 0 390812614 211533824 28265 33554432000 134512640 146736320 4290129904 4033007824 136008438 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1179.67
Current children cumulated vsize (KiB) 215724

[startup+402.3 s]
/proc/loadavg: 13.47 9.59 4.49 16/193 5046
/proc/meminfo: memFree=29636312/32873844 swapFree=7628/7628
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (run) S 4978 4980 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390811628 9367552 269 33554432000 4194304 5064252 140734419043200 140734419042112 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 269 229 213 0 72 0
[pid=4981] ppid=4980 vsize=209432 CPUtime=1393.25 cores=0,2,4,6
/proc/4981/stat : 4981 (pb_cplex) R 4980 4980 4561 0 -1 4202496 94737 0 0 0 138652 673 0 0 20 0 8 0 390811628 214458368 29231 33554432000 134512640 146736320 4290129904 4290123560 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4981/statm: 52358 29231 982 2985 0 49292 0
[pid=4981/tid=5018] ppid=4980 vsize=209432 CPUtime=176.62 cores=0,2,4,6
/proc/4981/task/5018/stat : 5018 (pb_cplex) R 4980 4980 4561 0 -1 4202560 11690 0 0 0 17581 81 0 0 20 0 8 0 390812614 214458368 29231 33554432000 134512640 146736320 4290129904 4084704232 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5019] ppid=4980 vsize=209432 CPUtime=161.88 cores=0,2,4,6
/proc/4981/task/5019/stat : 5019 (pb_cplex) R 4980 4980 4561 0 -1 4202560 5016 0 0 0 16105 83 0 0 20 0 8 0 390812614 214458368 29231 33554432000 134512640 146736320 4290129904 4095189200 136008050 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=4981/tid=5020] ppid=4980 vsize=209432 CPUtime=155.51 cores=0,2,4,6
/proc/4981/task/5020/stat : 5020 (pb_cplex) R 4980 4980 4561 0 -1 4202560 8098 0 0 0 15475 76 0 0 20 0 8 0 390812614 214458368 29231 33554432000 134512640 146736320 4290129904 4105674808 136475826 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5021] ppid=4980 vsize=209432 CPUtime=181.55 cores=0,2,4,6
/proc/4981/task/5021/stat : 5021 (pb_cplex) R 4980 4980 4561 0 -1 4202560 6121 0 0 0 18070 85 0 0 20 0 8 0 390812614 214458368 29231 33554432000 134512640 146736320 4290129904 4116162232 136705000 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=4981/tid=5022] ppid=4980 vsize=209432 CPUtime=163.96 cores=0,2,4,6
/proc/4981/task/5022/stat : 5022 (pb_cplex) R 4980 4980 4561 0 -1 4202560 23804 0 0 0 16312 84 0 0 20 0 8 0 390812614 214458368 29231 33554432000 134512640 146736320 4290129904 4053979528 136388065 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=4981/tid=5023] ppid=4980 vsize=209432 CPUtime=178.07 cores=0,2,4,6
/proc/4981/task/5023/stat : 5023 (pb_cplex) R 4980 4980 4561 0 -1 4202560 6635 0 0 0 17727 80 0 0 20 0 8 0 390812614 214458368 29231 33554432000 134512640 146736320 4290129904 4043493416 139044580 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5024] ppid=4980 vsize=209432 CPUtime=165.3 cores=0,2,4,6
/proc/4981/task/5024/stat : 5024 (pb_cplex) R 4980 4980 4561 0 -1 4202560 7257 0 0 0 16446 84 0 0 20 0 8 0 390812614 214458368 29231 33554432000 134512640 146736320 4290129904 4033007684 136385177 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1393.25
Current children cumulated vsize (KiB) 218580

[startup+462.3 s]
/proc/loadavg: 11.91 9.86 4.90 15/193 5046
/proc/meminfo: memFree=29628560/32873844 swapFree=7628/7628
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (run) S 4978 4980 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390811628 9367552 269 33554432000 4194304 5064252 140734419043200 140734419042112 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 269 229 213 0 72 0
[pid=4981] ppid=4980 vsize=213216 CPUtime=1606.68 cores=0,2,4,6
/proc/4981/stat : 4981 (pb_cplex) R 4980 4980 4561 0 -1 4202496 99520 0 0 0 159885 783 0 0 20 0 8 0 390811628 218333184 30089 33554432000 134512640 146736320 4290129904 4290122768 136008065 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4981/statm: 53304 30089 982 2985 0 50238 0
[pid=4981/tid=5018] ppid=4980 vsize=213216 CPUtime=203.39 cores=0,2,4,6
/proc/4981/task/5018/stat : 5018 (pb_cplex) R 4980 4980 4561 0 -1 4202560 12149 0 0 0 20244 95 0 0 20 0 8 0 390812614 218333184 30089 33554432000 134512640 146736320 4290129904 4084703440 136008042 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=4981/tid=5019] ppid=4980 vsize=213216 CPUtime=188.81 cores=0,2,4,6
/proc/4981/task/5019/stat : 5019 (pb_cplex) R 4980 4980 4561 0 -1 4202560 5918 0 0 0 18785 96 0 0 20 0 8 0 390812614 218333184 30089 33554432000 134512640 146736320 4290129904 4095189992 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=4981/tid=5020] ppid=4980 vsize=213216 CPUtime=182.02 cores=0,2,4,6
/proc/4981/task/5020/stat : 5020 (pb_cplex) R 4980 4980 4561 0 -1 4202560 8159 0 0 0 18113 89 0 0 20 0 8 0 390812614 218333184 30089 33554432000 134512640 146736320 4290129904 4105674960 136008050 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5021] ppid=4980 vsize=213216 CPUtime=207.88 cores=0,2,4,6
/proc/4981/task/5021/stat : 5021 (pb_cplex) S 4980 4980 4561 0 -1 4202560 6121 0 0 0 20690 98 0 0 20 0 8 0 390812614 218333184 30089 33554432000 134512640 146736320 4290129904 4116164240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4981/tid=5022] ppid=4980 vsize=213216 CPUtime=190.31 cores=0,2,4,6
/proc/4981/task/5022/stat : 5022 (pb_cplex) R 4980 4980 4561 0 -1 4202560 24513 0 0 0 18933 98 0 0 20 0 8 0 390812614 218333184 30089 33554432000 134512640 146736320 4290129904 4053980136 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4981/tid=5023] ppid=4980 vsize=213216 CPUtime=204.86 cores=0,2,4,6
/proc/4981/task/5023/stat : 5023 (pb_cplex) R 4980 4980 4561 0 -1 4202560 7922 0 0 0 20389 97 0 0 20 0 8 0 390812614 218333184 30089 33554432000 134512640 146736320 4290129904 4043493592 136008653 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=4981/tid=5024] ppid=4980 vsize=213216 CPUtime=191.76 cores=0,2,4,6
/proc/4981/task/5024/stat : 5024 (pb_cplex) R 4980 4980 4561 0 -1 4202560 7828 0 0 0 19079 97 0 0 20 0 8 0 390812614 218333184 30089 33554432000 134512640 146736320 4290129904 4033007432 135526548 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1606.68
Current children cumulated vsize (KiB) 222364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+517.8 s]
/proc/loadavg: 12.43 10.36 5.36 10/186 5096
/proc/meminfo: memFree=29729244/32873844 swapFree=7628/7628
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (run) S 4978 4980 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390811628 9367552 269 33554432000 4194304 5064252 140734419043200 140734419042112 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 269 229 213 0 72 0
[pid=4981] ppid=4980 vsize=218588 CPUtime=1800.02 cores=0,2,4,6
/proc/4981/stat : 4981 (pb_cplex) R 4980 4980 4561 0 -1 4202496 105780 0 0 0 179122 880 0 0 20 0 8 0 390811628 223834112 31658 33554432000 134512640 146736320 4290129904 4290122768 136008226 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/4981/statm: 54647 31658 982 2985 0 51581 0
[pid=4981/tid=5018] ppid=4980 vsize=218588 CPUtime=227.22 cores=0,2,4,6
/proc/4981/task/5018/stat : 5018 (pb_cplex) R 4980 4980 4561 0 -1 4202560 12536 0 0 0 22616 106 0 0 20 0 8 0 390812614 223834112 31658 33554432000 134512640 146736320 4290129904 4084704232 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=4981/tid=5019] ppid=4980 vsize=218588 CPUtime=213.64 cores=0,2,4,6
/proc/4981/task/5019/stat : 5019 (pb_cplex) R 4980 4980 4561 0 -1 4202560 6250 0 0 0 21254 110 0 0 20 0 8 0 390812614 223834112 31658 33554432000 134512640 146736320 4290129904 4095189200 136008053 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4981/tid=5020] ppid=4980 vsize=218588 CPUtime=206.19 cores=0,2,4,6
/proc/4981/task/5020/stat : 5020 (pb_cplex) R 4980 4980 4561 0 -1 4202560 8211 0 0 0 20519 100 0 0 20 0 8 0 390812614 223834112 31658 33554432000 134512640 146736320 4290129904 4105674376 135982711 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5021] ppid=4980 vsize=218588 CPUtime=231.3 cores=0,2,4,6
/proc/4981/task/5021/stat : 5021 (pb_cplex) R 4980 4980 4561 0 -1 4202560 6917 0 0 0 23020 110 0 0 20 0 8 0 390812614 223834112 31658 33554432000 134512640 146736320 4290129904 4116161152 139046501 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=4981/tid=5022] ppid=4980 vsize=218588 CPUtime=214.03 cores=0,2,4,6
/proc/4981/task/5022/stat : 5022 (pb_cplex) R 4980 4980 4561 0 -1 4202560 24516 0 0 0 21293 110 0 0 20 0 8 0 390812614 223834112 31658 33554432000 134512640 146736320 4290129904 4053980136 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4981/tid=5023] ppid=4980 vsize=218588 CPUtime=228.64 cores=0,2,4,6
/proc/4981/task/5023/stat : 5023 (pb_cplex) R 4980 4980 4561 0 -1 4202560 9608 0 0 0 22753 111 0 0 20 0 8 0 390812614 223834112 31658 33554432000 134512640 146736320 4290129904 4043493584 136008050 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4981/tid=5024] ppid=4980 vsize=218588 CPUtime=215.91 cores=0,2,4,6
/proc/4981/task/5024/stat : 5024 (pb_cplex) R 4980 4980 4561 0 -1 4202560 8776 0 0 0 21480 111 0 0 20 0 8 0 390812614 223834112 31658 33554432000 134512640 146736320 4290129904 4033007824 136008226 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 227736

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 4980 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 517.816
CPU time (s): 1800.02
CPU user time (s): 1791.22
CPU system time (s): 8.8
CPU usage (%): 347.618
Max. virtual memory (cumulated for all children) (KiB): 231328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 355
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1

runsolver used 1.41078 second user time and 3.2955 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-09 15:01:07
IDJOB=3731499
IDBENCH=1959
IDSOLVER=2325
FILE ID=node146/3731499-1339246867
RUNJOBID= node146-1339246834-4577
PBS_JOBID= 14644335
Free space on /tmp= 70768 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_14.opb.PB06.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731499-1339246867/watcher-3731499-1339246867 -o /tmp/evaluation-result-3731499-1339246867/solver-3731499-1339246867 -C 1800 -W 1900 -M 15500  run HOME/instance-3731499-1339246867.opb

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

MD5SUM BENCH= 3ddf6338b9f9cf35560b94c856457c56
RANDOM SEED=1727662999

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29870684 kB
Buffers:          499376 kB
Cached:          1557844 kB
SwapCached:         2168 kB
Active:          1983700 kB
Inactive:          82016 kB
Active(anon):       7080 kB
Inactive(anon):     3272 kB
Active(file):    1976620 kB
Inactive(file):    78744 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099984 kB
Dirty:             33548 kB
Writeback:             0 kB
AnonPages:         13948 kB
Mapped:            12516 kB
Shmem:                 0 kB
Slab:             797168 kB
SReclaimable:     235980 kB
SUnreclaim:       561188 kB
KernelStack:        1464 kB
PageTables:         4388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     129652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3731499-1339246867.opb

Free space on /tmp at the end= 70752 MiB
End job on node146 at 2012-06-09 15:09:45