Trace number 3741493

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.2 527.017

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-bnatt350.opb
MD5SUM9054782dbdf385ef080d3f3a34a113d2
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.177972
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3150
Total number of constraints4923
Number of constraints which are clauses1773
Number of constraints which are cardinality constraints (but not clauses)1377
Number of constraints which are nor clauses,nor cardinality constraints1773
Minimum length of a constraint1
Maximum length of a constraint9
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1099
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3098
Number of bits of the biggest sum of numbers12
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-3741493-1339250445.opb.
0.00/0.00	c Instance file HOME/instance-3741493-1339250445.opb
0.00/0.00	c File size is 211596 bytes.
0.00/0.03	c Highest Coefficient sum: 3098
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:      3150                                                |
0.00/0.03	c |  Number Constraints:    4923                                                |
0.00/0.03	c ===============================================================================
1800.20/527.01	c Remaining time 1799.97 sec.
1800.20/527.01	c 
1800.20/527.01	c *** INTERRUPTED ***
1800.20/527.01	s UNKNOWN
1800.20/527.01	c Total CPU time              : 1798.67 s
1800.20/527.01	c Memory used           : 379.87 MB
1800.20/527.01	c CPU time              : 1798.67 s
1800.20/527.01	c 
1800.20/527.01	c *** INTERRUPTED ***

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-3741493-1339250445/watcher-3741493-1339250445 -o /tmp/evaluation-result-3741493-1339250445/solver-3741493-1339250445 -C 1800 -W 1900 -M 15500 run HOME/instance-3741493-1339250445.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: 2.00 2.02 2.94 3/178 30013
/proc/meminfo: memFree=30134284/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0

[startup+0.061566 s]
/proc/loadavg: 2.00 2.02 2.94 3/178 30013
/proc/meminfo: memFree=30134284/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100233 s]
/proc/loadavg: 2.00 2.02 2.94 3/178 30013
/proc/meminfo: memFree=30134284/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300228 s]
/proc/loadavg: 2.00 2.02 2.94 3/178 30013
/proc/meminfo: memFree=30134284/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700233 s]
/proc/loadavg: 2.00 2.02 2.94 3/178 30013
/proc/meminfo: memFree=30134284/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.00 2.02 2.94 3/180 30015
/proc/meminfo: memFree=30116468/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0
[pid=30014] ppid=30013 vsize=29204 CPUtime=1.49 cores=0,2,4,6
/proc/30014/stat : 30014 (pb_cplex) R 30013 30013 29010 0 -1 4202496 7462 0 0 0 148 1 0 0 20 0 1 0 391173129 29904896 4397 33554432000 134512640 146736320 4288924640 4288919296 139046492 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/30014/statm: 7301 4397 903 2985 0 4235 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38352

[startup+3.10023 s]
/proc/loadavg: 2.00 2.02 2.94 3/180 30015
/proc/meminfo: memFree=30120620/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0
[pid=30014] ppid=30013 vsize=33952 CPUtime=3.09 cores=0,2,4,6
/proc/30014/stat : 30014 (pb_cplex) R 30013 30013 29010 0 -1 4202496 9210 0 0 0 307 2 0 0 20 0 1 0 391173129 34766848 5187 33554432000 134512640 146736320 4288924640 4288919576 144757825 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/30014/statm: 8488 5187 904 2985 0 5422 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43100

[startup+6.30038 s]
/proc/loadavg: 2.00 2.02 2.94 3/187 30022
/proc/meminfo: memFree=30077660/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0
[pid=30014] ppid=30013 vsize=177352 CPUtime=10.01 cores=0,2,4,6
/proc/30014/stat : 30014 (pb_cplex) R 30013 30013 29010 0 -1 4202496 28407 0 0 0 994 7 0 0 20 0 8 0 391173129 181608448 19368 33554432000 134512640 146736320 4288924640 4288917520 136008065 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30014/statm: 44338 19368 948 2985 0 41272 0
[pid=30014/tid=30016] ppid=30013 vsize=177352 CPUtime=0.81 cores=0,2,4,6
/proc/30014/task/30016/stat : 30016 (pb_cplex) R 30013 30013 29010 0 -1 4202560 1268 0 0 0 81 0 0 0 20 0 8 0 391173588 181608448 19368 33554432000 134512640 146736320 4288924640 4141797832 136001974 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30017] ppid=30013 vsize=177352 CPUtime=0.67 cores=0,2,4,6
/proc/30014/task/30017/stat : 30017 (pb_cplex) R 30013 30013 29010 0 -1 4202560 2041 0 0 0 67 0 0 0 20 0 8 0 391173588 181608448 19368 33554432000 134512640 146736320 4288924640 4131311656 139044540 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30018] ppid=30013 vsize=177352 CPUtime=0.56 cores=0,2,4,6
/proc/30014/task/30018/stat : 30018 (pb_cplex) R 30013 30013 29010 0 -1 4202560 1673 0 0 0 56 0 0 0 20 0 8 0 391173588 181608448 19368 33554432000 134512640 146736320 4288924640 4120826448 136403112 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30014/tid=30019] ppid=30013 vsize=177352 CPUtime=0.5 cores=0,2,4,6
/proc/30014/task/30019/stat : 30019 (pb_cplex) R 30013 30013 29010 0 -1 4202560 1991 0 0 0 50 0 0 0 20 0 8 0 391173588 181608448 19368 33554432000 134512640 146736320 4288924640 4110340188 135854186 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30020] ppid=30013 vsize=177352 CPUtime=0.69 cores=0,2,4,6
/proc/30014/task/30020/stat : 30020 (pb_cplex) R 30013 30013 29010 0 -1 4202560 2275 0 0 0 69 0 0 0 20 0 8 0 391173588 181608448 19368 33554432000 134512640 146736320 4288924640 4099854544 136008069 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30021] ppid=30013 vsize=177352 CPUtime=0.58 cores=0,2,4,6
/proc/30014/task/30021/stat : 30021 (pb_cplex) R 30013 30013 29010 0 -1 4202560 1608 0 0 0 58 0 0 0 20 0 8 0 391173588 181608448 19368 33554432000 134512640 146736320 4288924640 4089368648 139042897 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30014/tid=30022] ppid=30013 vsize=177352 CPUtime=0.49 cores=0,2,4,6
/proc/30014/task/30022/stat : 30022 (pb_cplex) R 30013 30013 29010 0 -1 4202560 1836 0 0 0 49 0 0 0 20 0 8 0 391173588 181608448 19368 33554432000 134512640 146736320 4288924640 4078883024 136008065 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 10.01
Current children cumulated vsize (KiB) 186500

[startup+12.7004 s]
/proc/loadavg: 2.92 2.21 2.99 10/187 30022
/proc/meminfo: memFree=30056968/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0
[pid=30014] ppid=30013 vsize=181264 CPUtime=33.01 cores=0,2,4,6
/proc/30014/stat : 30014 (pb_cplex) R 30013 30013 29010 0 -1 4202496 29435 0 0 0 3292 9 0 0 20 0 8 0 391173129 185614336 20297 33554432000 134512640 146736320 4288924640 4288916412 135446012 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30014/statm: 45316 20297 948 2985 0 42250 0
[pid=30014/tid=30016] ppid=30013 vsize=181264 CPUtime=4.43 cores=0,2,4,6
/proc/30014/task/30016/stat : 30016 (pb_cplex) R 30013 30013 29010 0 -1 4202560 1446 0 0 0 443 0 0 0 20 0 8 0 391173588 185614336 20297 33554432000 134512640 146736320 4288924640 4141797584 136008061 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=30014/tid=30017] ppid=30013 vsize=181264 CPUtime=3.52 cores=0,2,4,6
/proc/30014/task/30017/stat : 30017 (pb_cplex) R 30013 30013 29010 0 -1 4202560 2190 0 0 0 352 0 0 0 20 0 8 0 391173588 185614336 20297 33554432000 134512640 146736320 4288924640 4131311768 136007511 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30018] ppid=30013 vsize=181264 CPUtime=3.33 cores=0,2,4,6
/proc/30014/task/30018/stat : 30018 (pb_cplex) R 30013 30013 29010 0 -1 4202560 1854 0 0 0 332 1 0 0 20 0 8 0 391173588 185614336 20297 33554432000 134512640 146736320 4288924640 4120825544 136002908 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30019] ppid=30013 vsize=181264 CPUtime=3.18 cores=0,2,4,6
/proc/30014/task/30019/stat : 30019 (pb_cplex) R 30013 30013 29010 0 -1 4202560 2055 0 0 0 316 2 0 0 20 0 8 0 391173588 185614336 20297 33554432000 134512640 146736320 4288924640 4110340304 136008050 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30020] ppid=30013 vsize=181264 CPUtime=3.56 cores=0,2,4,6
/proc/30014/task/30020/stat : 30020 (pb_cplex) R 30013 30013 29010 0 -1 4202560 2300 0 0 0 356 0 0 0 20 0 8 0 391173588 185614336 20297 33554432000 134512640 146736320 4288924640 4099855384 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30014/tid=30021] ppid=30013 vsize=181264 CPUtime=3.27 cores=0,2,4,6
/proc/30014/task/30021/stat : 30021 (pb_cplex) R 30013 30013 29010 0 -1 4202560 1864 0 0 0 327 0 0 0 20 0 8 0 391173588 185614336 20297 33554432000 134512640 146736320 4288924640 4089369576 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30022] ppid=30013 vsize=181264 CPUtime=3.38 cores=0,2,4,6
/proc/30014/task/30022/stat : 30022 (pb_cplex) R 30013 30013 29010 0 -1 4202560 1858 0 0 0 338 0 0 0 20 0 8 0 391173588 185614336 20297 33554432000 134512640 146736320 4288924640 4078881964 135454093 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.01
Current children cumulated vsize (KiB) 190412

[startup+25.5004 s]
/proc/loadavg: 3.85 2.44 3.06 10/187 30045
/proc/meminfo: memFree=30038200/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0
[pid=30014] ppid=30013 vsize=200544 CPUtime=75.62 cores=0,2,4,6
/proc/30014/stat : 30014 (pb_cplex) R 30013 30013 29010 0 -1 4202496 43025 0 0 0 7548 14 0 0 20 0 8 0 391173129 205357056 25135 33554432000 134512640 146736320 4288924640 4288917520 136008053 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30014/statm: 50136 25135 948 2985 0 47070 0
[pid=30014/tid=30016] ppid=30013 vsize=200544 CPUtime=9.42 cores=0,2,4,6
/proc/30014/task/30016/stat : 30016 (pb_cplex) R 30013 30013 29010 0 -1 4202560 3017 0 0 0 941 1 0 0 20 0 8 0 391173588 205357056 25135 33554432000 134512640 146736320 4288924640 4141797968 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=30014/tid=30017] ppid=30013 vsize=200544 CPUtime=8.31 cores=0,2,4,6
/proc/30014/task/30017/stat : 30017 (pb_cplex) R 30013 30013 29010 0 -1 4202560 3780 0 0 0 830 1 0 0 20 0 8 0 391173588 205357056 25135 33554432000 134512640 146736320 4288924640 4131311824 136008309 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30014/tid=30018] ppid=30013 vsize=200544 CPUtime=10.67 cores=0,2,4,6
/proc/30014/task/30018/stat : 30018 (pb_cplex) R 30013 30013 29010 0 -1 4202560 3437 0 0 0 1066 1 0 0 20 0 8 0 391173588 205357056 25135 33554432000 134512640 146736320 4288924640 4120826312 136000480 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30019] ppid=30013 vsize=200544 CPUtime=7.74 cores=0,2,4,6
/proc/30014/task/30019/stat : 30019 (pb_cplex) R 30013 30013 29010 0 -1 4202560 2988 0 0 0 772 2 0 0 20 0 8 0 391173588 205357056 25135 33554432000 134512640 146736320 4288924640 4110340168 139042876 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30020] ppid=30013 vsize=200544 CPUtime=9.64 cores=0,2,4,6
/proc/30014/task/30020/stat : 30020 (pb_cplex) R 30013 30013 29010 0 -1 4202560 4854 0 0 0 963 1 0 0 20 0 8 0 391173588 205357056 25135 33554432000 134512640 146736320 4288924640 4099854228 136017846 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=30014/tid=30021] ppid=30013 vsize=200544 CPUtime=7.79 cores=0,2,4,6
/proc/30014/task/30021/stat : 30021 (pb_cplex) R 30013 30013 29010 0 -1 4202560 4727 0 0 0 777 2 0 0 20 0 8 0 391173588 205357056 25135 33554432000 134512640 146736320 4288924640 4089369264 136002753 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30022] ppid=30013 vsize=200544 CPUtime=7.76 cores=0,2,4,6
/proc/30014/task/30022/stat : 30022 (pb_cplex) R 30013 30013 29010 0 -1 4202560 3131 0 0 0 775 1 0 0 20 0 8 0 391173588 205357056 25135 33554432000 134512640 146736320 4288924640 4078882976 136006078 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 75.62
Current children cumulated vsize (KiB) 209692

[startup+51.1003 s]
/proc/loadavg: 3.62 2.51 3.06 3/180 30046
/proc/meminfo: memFree=30084856/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0
[pid=30014] ppid=30013 vsize=105732 CPUtime=111.89 cores=0,2,4,6
/proc/30014/stat : 30014 (pb_cplex) R 30013 30013 29010 0 -1 4202496 45310 0 0 0 11168 21 0 0 20 0 1 0 391173129 108269568 12917 33554432000 134512640 146736320 4288924640 4288918864 136008042 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/30014/statm: 26433 12917 956 2985 0 23367 0
Current children cumulated CPU time (s) 111.89
Current children cumulated vsize (KiB) 114880

[startup+102.306 s]
/proc/loadavg: 2.64 2.42 3.00 10/186 30060
/proc/meminfo: memFree=29906844/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0
[pid=30014] ppid=30013 vsize=343552 CPUtime=166.66 cores=0,2,4,6
/proc/30014/stat : 30014 (pb_cplex) R 30013 30013 29010 0 -1 4202496 79269 0 0 0 16629 37 0 0 20 0 8 0 391173129 351797248 57298 33554432000 134512640 146736320 4288924640 4288916816 136403114 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30014/statm: 85888 57298 964 2985 0 82822 0
[pid=30014/tid=30054] ppid=30013 vsize=343552 CPUtime=0.47 cores=0,2,4,6
/proc/30014/task/30054/stat : 30054 (pb_cplex) R 30013 30013 29010 0 -1 4202560 1094 0 0 0 47 0 0 0 20 0 8 0 391181754 351797248 57298 33554432000 134512640 146736320 4288924640 4034912464 136008364 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30055] ppid=30013 vsize=343552 CPUtime=0.42 cores=0,2,4,6
/proc/30014/task/30055/stat : 30055 (pb_cplex) R 30013 30013 29010 0 -1 4202560 550 0 0 0 42 0 0 0 20 0 8 0 391181754 351797248 57283 33554432000 134512640 146736320 4288924640 4045398224 136007984 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30056] ppid=30013 vsize=343552 CPUtime=0.42 cores=0,2,4,6
/proc/30014/task/30056/stat : 30056 (pb_cplex) R 30013 30013 29010 0 -1 4202560 850 0 0 0 42 0 0 0 20 0 8 0 391181754 351797248 57283 33554432000 134512640 146736320 4288924640 4055882772 144798020 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30057] ppid=30013 vsize=343552 CPUtime=0.53 cores=0,2,4,6
/proc/30014/task/30057/stat : 30057 (pb_cplex) R 30013 30013 29010 0 -1 4202560 600 0 0 0 53 0 0 0 20 0 8 0 391181754 351797248 57283 33554432000 134512640 146736320 4288924640 4110340688 136403112 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30014/tid=30058] ppid=30013 vsize=343552 CPUtime=0.65 cores=0,2,4,6
/proc/30014/task/30058/stat : 30058 (pb_cplex) R 30013 30013 29010 0 -1 4202560 967 0 0 0 65 0 0 0 20 0 8 0 391181754 351797248 57283 33554432000 134512640 146736320 4288924640 3912287248 135196472 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=30014/tid=30059] ppid=30013 vsize=343552 CPUtime=0.32 cores=0,2,4,6
/proc/30014/task/30059/stat : 30059 (pb_cplex) R 30013 30013 29010 0 -1 4202560 796 0 0 0 32 0 0 0 20 0 8 0 391181754 351797248 57283 33554432000 134512640 146736320 4288924640 3901800516 136385175 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30060] ppid=30013 vsize=343552 CPUtime=0.42 cores=0,2,4,6

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

/proc/30014/statm: 96404 69471 980 2985 0 93338 0
[pid=30014/tid=30054] ppid=30013 vsize=385616 CPUtime=90.95 cores=0,2,4,6
/proc/30014/task/30054/stat : 30054 (pb_cplex) R 30013 30013 29010 0 -1 4202560 24014 0 0 0 9085 10 0 0 20 0 8 0 391181754 394870784 69471 33554432000 134512640 146736320 4288924640 4034912480 139028318 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30055] ppid=30013 vsize=385616 CPUtime=84 cores=0,2,4,6
/proc/30014/task/30055/stat : 30055 (pb_cplex) R 30013 30013 29010 0 -1 4202560 23931 0 0 0 8392 8 0 0 20 0 8 0 391181754 394870784 69471 33554432000 134512640 146736320 4288924640 4045398108 135854505 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30056] ppid=30013 vsize=385616 CPUtime=89.47 cores=0,2,4,6
/proc/30014/task/30056/stat : 30056 (pb_cplex) R 30013 30013 29010 0 -1 4202560 14904 0 0 0 8941 6 0 0 20 0 8 0 391181754 394870784 69471 33554432000 134512640 146736320 4288924640 4055883816 139044572 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30014/tid=30057] ppid=30013 vsize=385616 CPUtime=86.89 cores=0,2,4,6
/proc/30014/task/30057/stat : 30057 (pb_cplex) R 30013 30013 29010 0 -1 4202560 6720 0 0 0 8684 5 0 0 20 0 8 0 391181754 394870784 69471 33554432000 134512640 146736320 4288924640 4110340304 136008042 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=30014/tid=30058] ppid=30013 vsize=385616 CPUtime=88.54 cores=0,2,4,6
/proc/30014/task/30058/stat : 30058 (pb_cplex) R 30013 30013 29010 0 -1 4202560 13588 0 0 0 8848 6 0 0 20 0 8 0 391181754 394870784 69471 33554432000 134512640 146736320 4288924640 3912285328 136008172 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30059] ppid=30013 vsize=385616 CPUtime=88.8 cores=0,2,4,6
/proc/30014/task/30059/stat : 30059 (pb_cplex) R 30013 30013 29010 0 -1 4202560 21138 0 0 0 8873 7 0 0 20 0 8 0 391181754 394870784 69471 33554432000 134512640 146736320 4288924640 3901800656 136008050 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=30014/tid=30060] ppid=30013 vsize=385616 CPUtime=85.56 cores=0,2,4,6
/proc/30014/task/30060/stat : 30060 (pb_cplex) R 30013 30013 29010 0 -1 4202560 26125 0 0 0 8546 10 0 0 20 0 8 0 391181754 394870784 69471 33554432000 134512640 146736320 4288924640 3891314896 136008450 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 863.4
Current children cumulated vsize (KiB) 394764

[startup+342.3 s]
/proc/loadavg: 8.70 5.84 4.26 10/185 30060
/proc/meminfo: memFree=29842920/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0
[pid=30014] ppid=30013 vsize=394368 CPUtime=1089.58 cores=0,2,4,6
/proc/30014/stat : 30014 (pb_cplex) R 30013 30013 29010 0 -1 4202496 275021 0 0 0 108850 108 0 0 20 0 8 0 391173129 403832832 71433 33554432000 134512640 146736320 4288924640 4288917352 139044555 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30014/statm: 98592 71433 980 2985 0 95526 0
[pid=30014/tid=30054] ppid=30013 vsize=394368 CPUtime=118.32 cores=0,2,4,6
/proc/30014/task/30054/stat : 30054 (pb_cplex) R 30013 30013 29010 0 -1 4202560 24100 0 0 0 11821 11 0 0 20 0 8 0 391181754 403832832 71433 33554432000 134512640 146736320 4288924640 4034912296 139044532 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30055] ppid=30013 vsize=394368 CPUtime=112.97 cores=0,2,4,6
/proc/30014/task/30055/stat : 30055 (pb_cplex) R 30013 30013 29010 0 -1 4202560 35700 0 0 0 11286 11 0 0 20 0 8 0 391181754 403832832 71433 33554432000 134512640 146736320 4288924640 4045398452 136400489 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=30014/tid=30056] ppid=30013 vsize=394368 CPUtime=116.39 cores=0,2,4,6
/proc/30014/task/30056/stat : 30056 (pb_cplex) R 30013 30013 29010 0 -1 4202560 16243 0 0 0 11632 7 0 0 20 0 8 0 391181754 403832832 71433 33554432000 134512640 146736320 4288924640 4055884864 138433746 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=30014/tid=30057] ppid=30013 vsize=394368 CPUtime=114.2 cores=0,2,4,6
/proc/30014/task/30057/stat : 30057 (pb_cplex) R 30013 30013 29010 0 -1 4202560 6720 0 0 0 11414 6 0 0 20 0 8 0 391181754 403832832 71433 33554432000 134512640 146736320 4288924640 4110340304 136008245 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30014/tid=30058] ppid=30013 vsize=394368 CPUtime=115.45 cores=0,2,4,6
/proc/30014/task/30058/stat : 30058 (pb_cplex) R 30013 30013 29010 0 -1 4202560 24406 0 0 0 11536 9 0 0 20 0 8 0 391181754 403832832 71433 33554432000 134512640 146736320 4288924640 3912286600 136388095 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30059] ppid=30013 vsize=394368 CPUtime=117.05 cores=0,2,4,6
/proc/30014/task/30059/stat : 30059 (pb_cplex) R 30013 30013 29010 0 -1 4202560 29643 0 0 0 11695 10 0 0 20 0 8 0 391181754 403832832 71433 33554432000 134512640 146736320 4288924640 3901800656 136008050 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30060] ppid=30013 vsize=394368 CPUtime=115.42 cores=0,2,4,6
/proc/30014/task/30060/stat : 30060 (pb_cplex) R 30013 30013 29010 0 -1 4202560 41846 0 0 0 11527 15 0 0 20 0 8 0 391181754 403832832 71433 33554432000 134512640 146736320 4288924640 3891315328 139046479 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1089.58
Current children cumulated vsize (KiB) 403516

[startup+402.3 s]
/proc/loadavg: 8.33 6.29 4.52 10/186 30061
/proc/meminfo: memFree=29845944/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0
[pid=30014] ppid=30013 vsize=389780 CPUtime=1318.67 cores=0,2,4,6
/proc/30014/stat : 30014 (pb_cplex) R 30013 30013 29010 0 -1 4202496 319529 0 0 0 131742 125 0 0 20 0 8 0 391173129 399134720 70670 33554432000 134512640 146736320 4288924640 4288917520 136008364 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30014/statm: 97445 70670 985 2985 0 94379 0
[pid=30014/tid=30054] ppid=30013 vsize=389780 CPUtime=145.77 cores=0,2,4,6
/proc/30014/task/30054/stat : 30054 (pb_cplex) R 30013 30013 29010 0 -1 4202560 26239 0 0 0 14563 14 0 0 20 0 8 0 391181754 399134720 70670 33554432000 134512640 146736320 4288924640 4034912464 136007990 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30055] ppid=30013 vsize=389780 CPUtime=140.79 cores=0,2,4,6
/proc/30014/task/30055/stat : 30055 (pb_cplex) R 30013 30013 29010 0 -1 4202560 40524 0 0 0 14065 14 0 0 20 0 8 0 391181754 399134720 70670 33554432000 134512640 146736320 4288924640 4045398224 136008234 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30056] ppid=30013 vsize=389780 CPUtime=146.19 cores=0,2,4,6
/proc/30014/task/30056/stat : 30056 (pb_cplex) R 30013 30013 29010 0 -1 4202560 16882 0 0 0 14610 9 0 0 20 0 8 0 391181754 399134720 70670 33554432000 134512640 146736320 4288924640 4055883208 136002905 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=30014/tid=30057] ppid=30013 vsize=389780 CPUtime=142.4 cores=0,2,4,6
/proc/30014/task/30057/stat : 30057 (pb_cplex) R 30013 30013 29010 0 -1 4202560 6725 0 0 0 14233 7 0 0 20 0 8 0 391181754 399134720 70670 33554432000 134512640 146736320 4288924640 4110340736 139046530 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30058] ppid=30013 vsize=389780 CPUtime=143.68 cores=0,2,4,6
/proc/30014/task/30058/stat : 30058 (pb_cplex) R 30013 30013 29010 0 -1 4202560 37489 0 0 0 14354 14 0 0 20 0 8 0 391181754 399134720 70670 33554432000 134512640 146736320 4288924640 3912286248 139044509 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=30014/tid=30059] ppid=30013 vsize=389780 CPUtime=148.94 cores=0,2,4,6
/proc/30014/task/30059/stat : 30059 (pb_cplex) R 30013 30013 29010 0 -1 4202560 36142 0 0 0 14881 13 0 0 20 0 8 0 391181754 399134720 70670 33554432000 134512640 146736320 4288924640 3901801088 139046503 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30060] ppid=30013 vsize=389780 CPUtime=145.07 cores=0,2,4,6
/proc/30014/task/30060/stat : 30060 (pb_cplex) R 30013 30013 29010 0 -1 4202560 53699 0 0 0 14488 19 0 0 20 0 8 0 391181754 399134720 70670 33554432000 134512640 146736320 4288924640 3891314896 136008069 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1318.67
Current children cumulated vsize (KiB) 398928

[startup+462.3 s]
/proc/loadavg: 8.53 6.71 4.77 10/186 30061
/proc/meminfo: memFree=29839680/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0
[pid=30014] ppid=30013 vsize=392124 CPUtime=1553.77 cores=0,2,4,6
/proc/30014/stat : 30014 (pb_cplex) R 30013 30013 29010 0 -1 4202496 353554 0 0 0 155237 140 0 0 20 0 8 0 391173129 401534976 71759 33554432000 134512640 146736320 4288924640 4288916264 139044510 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30014/statm: 98031 71759 985 2985 0 94965 0
[pid=30014/tid=30054] ppid=30013 vsize=392124 CPUtime=175.18 cores=0,2,4,6
/proc/30014/task/30054/stat : 30054 (pb_cplex) R 30013 30013 29010 0 -1 4202560 26707 0 0 0 17504 14 0 0 20 0 8 0 391181754 401534976 71759 33554432000 134512640 146736320 4288924640 4034912304 136384852 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30055] ppid=30013 vsize=392124 CPUtime=170.97 cores=0,2,4,6
/proc/30014/task/30055/stat : 30055 (pb_cplex) R 30013 30013 29010 0 -1 4202560 51180 0 0 0 17078 19 0 0 20 0 8 0 391181754 401534976 71759 33554432000 134512640 146736320 4288924640 4045398472 136000532 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30014/tid=30056] ppid=30013 vsize=392124 CPUtime=174.16 cores=0,2,4,6
/proc/30014/task/30056/stat : 30056 (pb_cplex) R 30013 30013 29010 0 -1 4202560 17060 0 0 0 17406 10 0 0 20 0 8 0 391181754 401534976 71759 33554432000 134512640 146736320 4288924640 4055883992 136009197 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30057] ppid=30013 vsize=392124 CPUtime=172.87 cores=0,2,4,6
/proc/30014/task/30057/stat : 30057 (pb_cplex) R 30013 30013 29010 0 -1 4202560 6726 0 0 0 17279 8 0 0 20 0 8 0 391181754 401534976 71759 33554432000 134512640 146736320 4288924640 4110340304 136008245 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30058] ppid=30013 vsize=392124 CPUtime=172.23 cores=0,2,4,6
/proc/30014/task/30058/stat : 30058 (pb_cplex) R 30013 30013 29010 0 -1 4202560 45765 0 0 0 17206 17 0 0 20 0 8 0 391181754 401534976 71759 33554432000 134512640 146736320 4288924640 3912286248 139044525 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=30014/tid=30059] ppid=30013 vsize=392124 CPUtime=177.48 cores=0,2,4,6
/proc/30014/task/30059/stat : 30059 (pb_cplex) R 30013 30013 29010 0 -1 4202560 36142 0 0 0 17735 13 0 0 20 0 8 0 391181754 401534976 71759 33554432000 134512640 146736320 4288924640 3901800828 139023098 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=30014/tid=30060] ppid=30013 vsize=392124 CPUtime=176.38 cores=0,2,4,6
/proc/30014/task/30060/stat : 30060 (pb_cplex) R 30013 30013 29010 0 -1 4202560 68145 0 0 0 17614 24 0 0 20 0 8 0 391181754 401534976 71759 33554432000 134512640 146736320 4288924640 3891314780 135854535 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1553.77
Current children cumulated vsize (KiB) 401272

[startup+522.3 s]
/proc/loadavg: 8.20 6.94 4.97 10/186 30061
/proc/meminfo: memFree=29841416/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0
[pid=30014] ppid=30013 vsize=388984 CPUtime=1781.45 cores=0,2,4,6
/proc/30014/stat : 30014 (pb_cplex) R 30013 30013 29010 0 -1 4202496 386621 0 0 0 177992 153 0 0 20 0 8 0 391173129 398319616 70849 33554432000 134512640 146736320 4288924640 4288917312 136018919 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30014/statm: 97246 70849 985 2985 0 94180 0
[pid=30014/tid=30054] ppid=30013 vsize=388984 CPUtime=205.62 cores=0,2,4,6
/proc/30014/task/30054/stat : 30054 (pb_cplex) R 30013 30013 29010 0 -1 4202560 27686 0 0 0 20546 16 0 0 20 0 8 0 391181754 398319616 70849 33554432000 134512640 146736320 4288924640 4034912848 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=30014/tid=30055] ppid=30013 vsize=388984 CPUtime=197.53 cores=0,2,4,6
/proc/30014/task/30055/stat : 30055 (pb_cplex) R 30013 30013 29010 0 -1 4202560 59077 0 0 0 19732 21 0 0 20 0 8 0 391181754 398319616 70849 33554432000 134512640 146736320 4288924640 4045398608 136403112 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30056] ppid=30013 vsize=388984 CPUtime=202.69 cores=0,2,4,6
/proc/30014/task/30056/stat : 30056 (pb_cplex) R 30013 30013 29010 0 -1 4202560 18224 0 0 0 20257 12 0 0 20 0 8 0 391181754 398319616 70849 33554432000 134512640 146736320 4288924640 4055883984 136008339 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30057] ppid=30013 vsize=388984 CPUtime=200 cores=0,2,4,6
/proc/30014/task/30057/stat : 30057 (pb_cplex) R 30013 30013 29010 0 -1 4202560 9526 0 0 0 19989 11 0 0 20 0 8 0 391181754 398319616 70849 33554432000 134512640 146736320 4288924640 4110340552 136000487 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30014/tid=30058] ppid=30013 vsize=388984 CPUtime=200.15 cores=0,2,4,6
/proc/30014/task/30058/stat : 30058 (pb_cplex) R 30013 30013 29010 0 -1 4202560 53339 0 0 0 19995 20 0 0 20 0 8 0 391181754 398319616 70849 33554432000 134512640 146736320 4288924640 3912286848 139048112 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=30014/tid=30059] ppid=30013 vsize=388984 CPUtime=205.43 cores=0,2,4,6
/proc/30014/task/30059/stat : 30059 (pb_cplex) R 30013 30013 29010 0 -1 4202560 36142 0 0 0 20528 15 0 0 20 0 8 0 391181754 398319616 70849 33554432000 134512640 146736320 4288924640 3901800504 136475780 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30060] ppid=30013 vsize=388984 CPUtime=205.91 cores=0,2,4,6
/proc/30014/task/30060/stat : 30060 (pb_cplex) R 30013 30013 29010 0 -1 4202560 80430 0 0 0 20563 28 0 0 20 0 8 0 391181754 398319616 70849 33554432000 134512640 146736320 4288924640 3891314760 139042890 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (KiB) 398132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+527 s]
/proc/loadavg: 8.10 6.94 4.98 5/186 30061
/proc/meminfo: memFree=29843772/32873844 swapFree=7636/7636
[pid=30013] ppid=30011 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30013/stat : 30013 (run) S 30011 30013 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391173129 9367552 270 33554432000 4194304 5064252 140736129532448 140736129531360 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30013/statm: 2287 270 229 213 0 72 0
[pid=30014] ppid=30013 vsize=388984 CPUtime=1800.2 cores=0,2,4,6
/proc/30014/stat : 30014 (pb_cplex) S 30013 30013 29010 0 -1 4202496 390959 0 0 0 179865 155 0 0 20 0 8 0 391173129 398319616 70849 33554432000 134512640 146736320 4288924640 4288921040 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30014/statm: 97246 70849 985 2985 0 94180 0
[pid=30014/tid=30054] ppid=30013 vsize=388984 CPUtime=208.42 cores=0,2,4,6
/proc/30014/task/30054/stat : 30054 (pb_cplex) R 30013 30013 29010 0 -1 4202560 27686 0 0 0 20826 16 0 0 20 0 8 0 391181754 398319616 70849 33554432000 134512640 146736320 4288924640 4034912256 136019052 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=30014/tid=30055] ppid=30013 vsize=388984 CPUtime=199.19 cores=0,2,4,6
/proc/30014/task/30055/stat : 30055 (pb_cplex) S 30013 30013 29010 0 -1 4202560 59447 0 0 0 19897 22 0 0 20 0 8 0 391181754 398319616 70849 33554432000 134512640 146736320 4288924640 4045401744 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30056] ppid=30013 vsize=388984 CPUtime=204.81 cores=0,2,4,6
/proc/30014/task/30056/stat : 30056 (pb_cplex) S 30013 30013 29010 0 -1 4202560 18224 0 0 0 20469 12 0 0 20 0 8 0 391181754 398319616 70849 33554432000 134512640 146736320 4288924640 4055887504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30057] ppid=30013 vsize=388984 CPUtime=201.67 cores=0,2,4,6
/proc/30014/task/30057/stat : 30057 (pb_cplex) S 30013 30013 29010 0 -1 4202560 9526 0 0 0 20156 11 0 0 20 0 8 0 391181754 398319616 70849 33554432000 134512640 146736320 4288924640 4110343824 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30014/tid=30058] ppid=30013 vsize=388984 CPUtime=202.95 cores=0,2,4,6
/proc/30014/task/30058/stat : 30058 (pb_cplex) R 30013 30013 29010 0 -1 4202560 53339 0 0 0 20275 20 0 0 20 0 8 0 391181754 398319616 70849 33554432000 134512640 146736320 4288924640 3912287208 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30014/tid=30059] ppid=30013 vsize=388984 CPUtime=208.12 cores=0,2,4,6
/proc/30014/task/30059/stat : 30059 (pb_cplex) R 30013 30013 29010 0 -1 4202560 36142 0 0 0 20797 15 0 0 20 0 8 0 391181754 398319616 70849 33554432000 134512640 146736320 4288924640 3901800656 136008450 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=30014/tid=30060] ppid=30013 vsize=388984 CPUtime=208.57 cores=0,2,4,6
/proc/30014/task/30060/stat : 30060 (pb_cplex) S 30013 30013 29010 0 -1 4202560 84398 0 0 0 20827 30 0 0 20 0 8 0 391181754 398319616 70849 33554432000 134512640 146736320 4288924640 3891318416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 398132

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 30013 and gives
#  childrusage.ru_utime.tv_sec=1797
#  childrusage.ru_utime.tv_usec=439747
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=805725
# CPU time returned by wait4() is 1799.25
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 527.017
CPU time (s): 1800.2
CPU user time (s): 1798.65
CPU system time (s): 1.55
CPU usage (%): 341.583
Max. virtual memory (cumulated for all children) (KiB): 413672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.44
system time used= 1.80572
maximum resident set size= 294564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 391316
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= 6992
involuntary context switches= 111315

runsolver used 1.3118 second user time and 3.2755 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-09 16:00:45
IDJOB=3741493
IDBENCH=89867
IDSOLVER=2325
FILE ID=node108/3741493-1339250445
RUNJOBID= node108-1339246833-29027
PBS_JOBID= 14644373
Free space on /tmp= 71316 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-bnatt350.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741493-1339250445/watcher-3741493-1339250445 -o /tmp/evaluation-result-3741493-1339250445/solver-3741493-1339250445 -C 1800 -W 1900 -M 15500  run HOME/instance-3741493-1339250445.opb

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

MD5SUM BENCH= 9054782dbdf385ef080d3f3a34a113d2
RANDOM SEED=763060361

node108.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.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
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.273
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.273
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		: 2666.273
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.273
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.273
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.55
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.273
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.90
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.273
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:       32873844 kB
MemFree:        30134564 kB
Buffers:         1409800 kB
Cached:           288876 kB
SwapCached:         1588 kB
Active:          1636268 kB
Inactive:         127796 kB
Active(anon):      59712 kB
Inactive(anon):     6660 kB
Active(file):    1576556 kB
Inactive(file):   121136 kB
Unevictable:        7636 kB
Mlocked:            7636 kB
SwapTotal:      67108856 kB
SwapFree:       67100572 kB
Dirty:             16760 kB
Writeback:             0 kB
AnonPages:         69692 kB
Mapped:            13952 kB
Shmem:                 0 kB
Slab:             833520 kB
SReclaimable:     275148 kB
SUnreclaim:       558372 kB
KernelStack:        1472 kB
PageTables:         3844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     187360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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-3741493-1339250445.opb

Free space on /tmp at the end= 71300 MiB
End job on node108 at 2012-06-09 16:09:35