Trace number 3741251

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.22 513.115

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-785912.opb
MD5SUMed5b22b7ff980aba201e80ac017c6ab9
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.928858
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1380
Total number of constraints1714
Number of constraints which are clauses1422
Number of constraints which are cardinality constraints (but not clauses)292
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint250
Number of terms in the objective function 1260
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 1260
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 1260
Number of bits of the biggest sum of numbers11
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-3741251-1339250008.opb.
0.00/0.00	c Instance file HOME/instance-3741251-1339250008.opb
0.00/0.00	c File size is 158861 bytes.
0.00/0.26	c Highest Coefficient sum: 255
0.00/0.26	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.26	c ============================[ Problem Statistics ]=============================
0.00/0.26	c |                                                                             |
0.00/0.26	c |  Parsing time:          0.26         s                                      |
0.00/0.26	c |  Number Variables:      1380                                                |
0.00/0.26	c |  Number Constraints:    1714                                                |
0.00/0.26	c ===============================================================================
1800.22/513.11	c Remaining time 1799.74 sec.
1800.22/513.11	c 
1800.22/513.11	c *** INTERRUPTED ***
1800.22/513.11	s UNKNOWN
1800.22/513.11	c Total CPU time              : 1798.37 s
1800.22/513.11	c Memory used           : 153.02 MB
1800.22/513.11	c CPU time              : 1798.37 s
1800.22/513.11	c 
1800.22/513.11	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-3741251-1339250008/watcher-3741251-1339250008 -o /tmp/evaluation-result-3741251-1339250008/solver-3741251-1339250008 -C 1800 -W 1900 -M 15500 run HOME/instance-3741251-1339250008.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.76 3.87 3/175 17479
/proc/meminfo: memFree=28748616/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0

[startup+0.0878781 s]
/proc/loadavg: 1.92 2.76 3.87 3/175 17479
/proc/meminfo: memFree=28748616/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100205 s]
/proc/loadavg: 1.92 2.76 3.87 3/175 17479
/proc/meminfo: memFree=28748616/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300178 s]
/proc/loadavg: 1.92 2.76 3.87 3/175 17479
/proc/meminfo: memFree=28748616/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700173 s]
/proc/loadavg: 1.92 2.76 3.87 3/175 17479
/proc/meminfo: memFree=28748616/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 1.92 2.76 3.87 3/177 17481
/proc/meminfo: memFree=28740748/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0
[pid=17480] ppid=17479 vsize=20800 CPUtime=1.48 cores=1,3,5,7
/proc/17480/stat : 17480 (pb_cplex) R 17479 17479 16516 0 -1 4202496 4641 0 0 0 148 0 0 0 20 0 1 0 391126260 21299200 2849 33554432000 134512640 146736320 4291721232 4291715836 138666342 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/17480/statm: 5200 2849 919 2985 0 2134 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29948

[startup+3.10035 s]
/proc/loadavg: 1.92 2.76 3.87 5/184 17488
/proc/meminfo: memFree=28722960/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0
[pid=17480] ppid=17479 vsize=118032 CPUtime=6.4 cores=1,3,5,7
/proc/17480/stat : 17480 (pb_cplex) R 17479 17479 16516 0 -1 4202496 9473 0 0 0 637 3 0 0 20 0 8 0 391126260 120864768 7529 33554432000 134512640 146736320 4291721232 4291714856 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17480/statm: 29508 7529 954 2985 0 26442 0
[pid=17480/tid=17482] ppid=17479 vsize=118032 CPUtime=0.39 cores=1,3,5,7
/proc/17480/task/17482/stat : 17482 (pb_cplex) R 17479 17479 16516 0 -1 4202560 342 0 0 0 39 0 0 0 20 0 8 0 391126414 120864768 7529 33554432000 134512640 146736320 4291721232 4150952152 136009197 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17480/tid=17483] ppid=17479 vsize=118032 CPUtime=0.82 cores=1,3,5,7
/proc/17480/task/17483/stat : 17483 (pb_cplex) R 17479 17479 16516 0 -1 4202560 311 0 0 0 82 0 0 0 20 0 8 0 391126414 120864768 7529 33554432000 134512640 146736320 4291721232 4140466384 136008168 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17484] ppid=17479 vsize=118032 CPUtime=0.59 cores=1,3,5,7
/proc/17480/task/17484/stat : 17484 (pb_cplex) R 17479 17479 16516 0 -1 4202560 342 0 0 0 59 0 0 0 20 0 8 0 391126414 120864768 7529 33554432000 134512640 146736320 4291721232 4129980480 136382629 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17480/tid=17485] ppid=17479 vsize=118032 CPUtime=0.53 cores=1,3,5,7
/proc/17480/task/17485/stat : 17485 (pb_cplex) R 17479 17479 16516 0 -1 4202560 330 0 0 0 53 0 0 0 20 0 8 0 391126414 120864768 7529 33554432000 134512640 146736320 4291721232 4119493820 135526877 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17486] ppid=17479 vsize=118032 CPUtime=0.77 cores=1,3,5,7
/proc/17480/task/17486/stat : 17486 (pb_cplex) R 17479 17479 16516 0 -1 4202560 340 0 0 0 77 0 0 0 20 0 8 0 391126414 120864768 7529 33554432000 134512640 146736320 4291721232 4109008964 136385179 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17480/tid=17487] ppid=17479 vsize=118032 CPUtime=0.37 cores=1,3,5,7
/proc/17480/task/17487/stat : 17487 (pb_cplex) R 17479 17479 16516 0 -1 4202560 279 0 0 0 37 0 0 0 20 0 8 0 391126414 120864768 7529 33554432000 134512640 146736320 4291721232 4098522284 135454118 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17480/tid=17488] ppid=17479 vsize=118032 CPUtime=0.51 cores=1,3,5,7
/proc/17480/task/17488/stat : 17488 (pb_cplex) R 17479 17479 16516 0 -1 4202560 295 0 0 0 51 0 0 0 20 0 8 0 391126414 120864768 7529 33554432000 134512640 146736320 4291721232 4088037592 136009199 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 127180

[startup+6.30024 s]
/proc/loadavg: 2.17 2.80 3.88 3/177 17488
/proc/meminfo: memFree=28728008/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0
[pid=17480] ppid=17479 vsize=81616 CPUtime=14.35 cores=1,3,5,7
/proc/17480/stat : 17480 (pb_cplex) R 17479 17479 16516 0 -1 4202496 9953 0 0 0 1426 9 0 0 20 0 1 0 391126260 83574784 6256 33554432000 134512640 146736320 4291721232 4291713836 135456843 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/17480/statm: 20404 6256 957 2985 0 17338 0
Current children cumulated CPU time (s) 14.35
Current children cumulated vsize (KiB) 90764

[startup+12.7004 s]
/proc/loadavg: 2.63 2.89 3.90 4/184 17502
/proc/meminfo: memFree=28689612/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0
[pid=17480] ppid=17479 vsize=155664 CPUtime=30.64 cores=1,3,5,7
/proc/17480/stat : 17480 (pb_cplex) R 17479 17479 16516 0 -1 4202496 26279 0 0 0 3048 16 0 0 20 0 8 0 391126260 159399936 15594 33554432000 134512640 146736320 4291721232 4291714856 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17480/statm: 38916 15594 965 2985 0 35850 0
[pid=17480/tid=17496] ppid=17479 vsize=155664 CPUtime=0.5 cores=1,3,5,7
/proc/17480/task/17496/stat : 17496 (pb_cplex) S 17479 17479 16516 0 -1 4202560 446 0 0 0 50 0 0 0 20 0 8 0 391126936 159399936 15594 33554432000 134512640 146736320 4291721232 4130762384 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17480/tid=17497] ppid=17479 vsize=155664 CPUtime=1.71 cores=1,3,5,7
/proc/17480/task/17497/stat : 17497 (pb_cplex) S 17479 17479 16516 0 -1 4202560 1015 0 0 0 171 0 0 0 20 0 8 0 391126936 159399936 15594 33554432000 134512640 146736320 4291721232 4141248144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17498] ppid=17479 vsize=155664 CPUtime=1.16 cores=1,3,5,7
/proc/17480/task/17498/stat : 17498 (pb_cplex) S 17479 17479 16516 0 -1 4202560 611 0 0 0 116 0 0 0 20 0 8 0 391126936 159399936 15594 33554432000 134512640 146736320 4291721232 4151733904 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17480/tid=17499] ppid=17479 vsize=155664 CPUtime=1.05 cores=1,3,5,7
/proc/17480/task/17499/stat : 17499 (pb_cplex) S 17479 17479 16516 0 -1 4202560 16 0 0 0 105 0 0 0 20 0 8 0 391126936 159399936 15594 33554432000 134512640 146736320 4291721232 4119498384 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17480/tid=17500] ppid=17479 vsize=155664 CPUtime=2.97 cores=1,3,5,7
/proc/17480/task/17500/stat : 17500 (pb_cplex) S 17479 17479 16516 0 -1 4202560 429 0 0 0 297 0 0 0 20 0 8 0 391126936 159399936 15594 33554432000 134512640 146736320 4291721232 4065472144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17501] ppid=17479 vsize=155664 CPUtime=1.84 cores=1,3,5,7
/proc/17480/task/17501/stat : 17501 (pb_cplex) S 17479 17479 16516 0 -1 4202560 725 0 0 0 184 0 0 0 20 0 8 0 391126936 159399936 15594 33554432000 134512640 146736320 4291721232 4054986384 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17480/tid=17502] ppid=17479 vsize=155664 CPUtime=1.46 cores=1,3,5,7
/proc/17480/task/17502/stat : 17502 (pb_cplex) S 17479 17479 16516 0 -1 4202560 1461 0 0 0 146 0 0 0 20 0 8 0 391126936 159399936 15594 33554432000 134512640 146736320 4291721232 4044500624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 30.64
Current children cumulated vsize (KiB) 164812

[startup+25.5064 s]
/proc/loadavg: 3.20 2.99 3.92 10/184 17502
/proc/meminfo: memFree=28689260/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0
[pid=17480] ppid=17479 vsize=156688 CPUtime=64.36 cores=1,3,5,7
/proc/17480/stat : 17480 (pb_cplex) R 17479 17479 16516 0 -1 4202496 29237 0 0 0 6415 21 0 0 20 0 8 0 391126260 160448512 15836 33554432000 134512640 146736320 4291721232 4291712824 136475808 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17480/statm: 39172 15836 965 2985 0 36106 0
[pid=17480/tid=17496] ppid=17479 vsize=156688 CPUtime=3.78 cores=1,3,5,7
/proc/17480/task/17496/stat : 17496 (pb_cplex) R 17479 17479 16516 0 -1 4202560 578 0 0 0 378 0 0 0 20 0 8 0 391126936 160448512 15836 33554432000 134512640 146736320 4291721232 4130757832 135468255 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17480/tid=17497] ppid=17479 vsize=156688 CPUtime=5.55 cores=1,3,5,7
/proc/17480/task/17497/stat : 17497 (pb_cplex) R 17479 17479 16516 0 -1 4202560 1172 0 0 0 554 1 0 0 20 0 8 0 391126936 160448512 15836 33554432000 134512640 146736320 4291721232 4141244488 136474955 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17480/tid=17498] ppid=17479 vsize=156688 CPUtime=4.42 cores=1,3,5,7
/proc/17480/task/17498/stat : 17498 (pb_cplex) R 17479 17479 16516 0 -1 4202560 805 0 0 0 442 0 0 0 20 0 8 0 391126936 160448512 15836 33554432000 134512640 146736320 4291721232 4151730384 136008178 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17480/tid=17499] ppid=17479 vsize=156688 CPUtime=4.54 cores=1,3,5,7
/proc/17480/task/17499/stat : 17499 (pb_cplex) R 17479 17479 16516 0 -1 4202560 29 0 0 0 454 0 0 0 20 0 8 0 391126936 160448512 15836 33554432000 134512640 146736320 4291721232 4119493624 136475780 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17480/tid=17500] ppid=17479 vsize=156688 CPUtime=6.7 cores=1,3,5,7
/proc/17480/task/17500/stat : 17500 (pb_cplex) R 17479 17479 16516 0 -1 4202560 652 0 0 0 670 0 0 0 20 0 8 0 391126936 160448512 15836 33554432000 134512640 146736320 4291721232 4065467384 136475859 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17480/tid=17501] ppid=17479 vsize=156688 CPUtime=5.67 cores=1,3,5,7
/proc/17480/task/17501/stat : 17501 (pb_cplex) R 17479 17479 16516 0 -1 4202560 832 0 0 0 566 1 0 0 20 0 8 0 391126936 160448512 15836 33554432000 134512640 146736320 4291721232 4054983112 136000326 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17480/tid=17502] ppid=17479 vsize=156688 CPUtime=5.08 cores=1,3,5,7
/proc/17480/task/17502/stat : 17502 (pb_cplex) R 17479 17479 16516 0 -1 4202560 3516 0 0 0 508 0 0 0 20 0 8 0 391126936 160448512 15836 33554432000 134512640 146736320 4291721232 4044497340 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 64.36
Current children cumulated vsize (KiB) 165836

[startup+51.1003 s]
/proc/loadavg: 4.38 3.28 3.99 3/184 17502
/proc/meminfo: memFree=28688520/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0
[pid=17480] ppid=17479 vsize=156688 CPUtime=160.82 cores=1,3,5,7
/proc/17480/stat : 17480 (pb_cplex) R 17479 17479 16516 0 -1 4202496 42925 0 0 0 16049 33 0 0 20 0 8 0 391126260 160448512 16011 33554432000 134512640 146736320 4291721232 4291714132 136003486 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17480/statm: 39172 16011 986 2985 0 36106 0
[pid=17480/tid=17496] ppid=17479 vsize=156688 CPUtime=15.64 cores=1,3,5,7
/proc/17480/task/17496/stat : 17496 (pb_cplex) R 17479 17479 16516 0 -1 4202560 2559 0 0 0 1561 3 0 0 20 0 8 0 391126936 160448512 16011 33554432000 134512640 146736320 4291721232 4130757004 135465358 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17497] ppid=17479 vsize=156688 CPUtime=17.84 cores=1,3,5,7
/proc/17480/task/17497/stat : 17497 (pb_cplex) R 17479 17479 16516 0 -1 4202560 2921 0 0 0 1782 2 0 0 20 0 8 0 391126936 160448512 16011 33554432000 134512640 146736320 4291721232 4141245416 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17480/tid=17498] ppid=17479 vsize=156688 CPUtime=16.15 cores=1,3,5,7
/proc/17480/task/17498/stat : 17498 (pb_cplex) R 17479 17479 16516 0 -1 4202560 2014 0 0 0 1613 2 0 0 20 0 8 0 391126936 160448512 16011 33554432000 134512640 146736320 4291721232 4151730384 136007963 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17499] ppid=17479 vsize=156688 CPUtime=16.77 cores=1,3,5,7
/proc/17480/task/17499/stat : 17499 (pb_cplex) R 17479 17479 16516 0 -1 4202560 33 0 0 0 1676 1 0 0 20 0 8 0 391126936 160448512 16007 33554432000 134512640 146736320 4291721232 4119494864 136008176 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17480/tid=17500] ppid=17479 vsize=155664 CPUtime=18.65 cores=1,3,5,7
/proc/17480/task/17500/stat : 17500 (pb_cplex) R 17479 17479 16516 0 -1 4202560 2350 0 0 0 1864 1 0 0 20 0 8 0 391126936 159399936 15994 33554432000 134512640 146736320 4291721232 4065468416 136018936 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17480/tid=17501] ppid=17479 vsize=155664 CPUtime=18.18 cores=1,3,5,7
/proc/17480/task/17501/stat : 17501 (pb_cplex) R 17479 17479 16516 0 -1 4202560 1943 0 0 0 1816 2 0 0 20 0 8 0 391126936 159399936 15915 33554432000 134512640 146736320 4291721232 4054982864 136008050 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17480/tid=17502] ppid=17479 vsize=155664 CPUtime=16.99 cores=1,3,5,7
/proc/17480/task/17502/stat : 17502 (pb_cplex) R 17479 17479 16516 0 -1 4202560 7540 0 0 0 1696 3 0 0 20 0 8 0 391126936 159399936 15839 33554432000 134512640 146736320 4291721232 4044497232 144797937 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 160.82
Current children cumulated vsize (KiB) 165836

[startup+102.3 s]
/proc/loadavg: 6.97 4.16 4.25 3/184 17502
/proc/meminfo: memFree=28682892/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0
[pid=17480] ppid=17479 vsize=156688 CPUtime=354.69 cores=1,3,5,7
/proc/17480/stat : 17480 (pb_cplex) R 17479 17479 16516 0 -1 4202496 62680 0 0 0 35417 52 0 0 20 0 8 0 391126260 160448512 16468 33554432000 134512640 146736320 4291721232 4291714072 136009170 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0

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

/proc/17480/stat : 17480 (pb_cplex) R 17479 17479 16516 0 -1 4202496 86099 0 0 0 93931 108 0 0 20 0 8 0 391126260 160448512 16916 33554432000 134512640 146736320 4291721232 4291713928 139042904 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17480/statm: 39172 16916 997 2985 0 36106 0
[pid=17480/tid=17496] ppid=17479 vsize=156688 CPUtime=106.84 cores=1,3,5,7
/proc/17480/task/17496/stat : 17496 (pb_cplex) R 17479 17479 16516 0 -1 4202560 3865 0 0 0 10672 12 0 0 20 0 8 0 391126936 160448512 16916 33554432000 134512640 146736320 4291721232 4130758864 136008116 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17480/tid=17497] ppid=17479 vsize=156688 CPUtime=109.77 cores=1,3,5,7
/proc/17480/task/17497/stat : 17497 (pb_cplex) R 17479 17479 16516 0 -1 4202560 5596 0 0 0 10964 13 0 0 20 0 8 0 391126936 160448512 16916 33554432000 134512640 146736320 4291721232 4141244484 136385185 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17480/tid=17498] ppid=17479 vsize=156688 CPUtime=110.27 cores=1,3,5,7
/proc/17480/task/17498/stat : 17498 (pb_cplex) R 17479 17479 16516 0 -1 4202560 9282 0 0 0 11013 14 0 0 20 0 8 0 391126936 160448512 16916 33554432000 134512640 146736320 4291721232 4151730392 136009170 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17480/tid=17499] ppid=17479 vsize=156688 CPUtime=109.94 cores=1,3,5,7
/proc/17480/task/17499/stat : 17499 (pb_cplex) R 17479 17479 16516 0 -1 4202560 45 0 0 0 10983 11 0 0 20 0 8 0 391126936 160448512 16916 33554432000 134512640 146736320 4291721232 4119495656 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17500] ppid=17479 vsize=156688 CPUtime=110.32 cores=1,3,5,7
/proc/17480/task/17500/stat : 17500 (pb_cplex) R 17479 17479 16516 0 -1 4202560 4587 0 0 0 11022 10 0 0 20 0 8 0 391126936 160448512 16916 33554432000 134512640 146736320 4291721232 4065468608 136471173 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17501] ppid=17479 vsize=156688 CPUtime=111.27 cores=1,3,5,7
/proc/17480/task/17501/stat : 17501 (pb_cplex) R 17479 17479 16516 0 -1 4202560 8247 0 0 0 11115 12 0 0 20 0 8 0 391126936 160448512 16916 33554432000 134512640 146736320 4291721232 4054983112 136000360 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17502] ppid=17479 vsize=156688 CPUtime=111.36 cores=1,3,5,7
/proc/17480/task/17502/stat : 17502 (pb_cplex) R 17479 17479 16516 0 -1 4202560 16814 0 0 0 11122 14 0 0 20 0 8 0 391126936 160448512 16916 33554432000 134512640 146736320 4291721232 4044497488 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 940.39
Current children cumulated vsize (KiB) 165836

[startup+342.306 s]
/proc/loadavg: 7.60 5.78 4.86 10/184 17503
/proc/meminfo: memFree=28691600/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0
[pid=17480] ppid=17479 vsize=156688 CPUtime=1162.05 cores=1,3,5,7
/proc/17480/stat : 17480 (pb_cplex) R 17479 17479 16516 0 -1 4202496 91349 0 0 0 116078 127 0 0 20 0 8 0 391126260 160448512 16963 33554432000 134512640 146736320 4291721232 4291714496 139046508 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17480/statm: 39172 16963 997 2985 0 36106 0
[pid=17480/tid=17496] ppid=17479 vsize=156688 CPUtime=134.16 cores=1,3,5,7
/proc/17480/task/17496/stat : 17496 (pb_cplex) R 17479 17479 16516 0 -1 4202560 4233 0 0 0 13401 15 0 0 20 0 8 0 391126936 160448512 16963 33554432000 134512640 146736320 4291721232 4130758864 136008065 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17480/tid=17497] ppid=17479 vsize=156688 CPUtime=137.45 cores=1,3,5,7
/proc/17480/task/17497/stat : 17497 (pb_cplex) R 17479 17479 16516 0 -1 4202560 6751 0 0 0 13729 16 0 0 20 0 8 0 391126936 160448512 16963 33554432000 134512640 146736320 4291721232 4141245008 136403103 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17498] ppid=17479 vsize=156688 CPUtime=137.87 cores=1,3,5,7
/proc/17480/task/17498/stat : 17498 (pb_cplex) R 17479 17479 16516 0 -1 4202560 9856 0 0 0 13770 17 0 0 20 0 8 0 391126936 160448512 16963 33554432000 134512640 146736320 4291721232 4151730268 135855174 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17480/tid=17499] ppid=17479 vsize=156688 CPUtime=138.05 cores=1,3,5,7
/proc/17480/task/17499/stat : 17499 (pb_cplex) R 17479 17479 16516 0 -1 4202560 50 0 0 0 13791 14 0 0 20 0 8 0 391126936 160448512 16963 33554432000 134512640 146736320 4291721232 4119495704 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17480/tid=17500] ppid=17479 vsize=156688 CPUtime=138.71 cores=1,3,5,7
/proc/17480/task/17500/stat : 17500 (pb_cplex) R 17479 17479 16516 0 -1 4202560 5241 0 0 0 13858 13 0 0 20 0 8 0 391126936 160448512 16963 33554432000 134512640 146736320 4291721232 4065468484 136385175 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17501] ppid=17479 vsize=156688 CPUtime=138.26 cores=1,3,5,7
/proc/17480/task/17501/stat : 17501 (pb_cplex) R 17479 17479 16516 0 -1 4202560 8252 0 0 0 13811 15 0 0 20 0 8 0 391126936 160448512 16963 33554432000 134512640 146736320 4291721232 4054982528 136400577 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17480/tid=17502] ppid=17479 vsize=156688 CPUtime=139.12 cores=1,3,5,7
/proc/17480/task/17502/stat : 17502 (pb_cplex) R 17479 17479 16516 0 -1 4202560 18243 0 0 0 13896 16 0 0 20 0 8 0 391126936 160448512 16963 33554432000 134512640 146736320 4291721232 4044495312 135459535 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1162.05
Current children cumulated vsize (KiB) 165836

[startup+402.3 s]
/proc/loadavg: 8.38 6.33 5.11 10/185 17506
/proc/meminfo: memFree=28688780/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0
[pid=17480] ppid=17479 vsize=156688 CPUtime=1386.43 cores=1,3,5,7
/proc/17480/stat : 17480 (pb_cplex) R 17479 17479 16516 0 -1 4202496 104462 0 0 0 138497 146 0 0 20 0 8 0 391126260 160448512 16999 33554432000 134512640 146736320 4291721232 4291714240 136366838 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17480/statm: 39172 16999 997 2985 0 36106 0
[pid=17480/tid=17496] ppid=17479 vsize=156688 CPUtime=161.96 cores=1,3,5,7
/proc/17480/task/17496/stat : 17496 (pb_cplex) R 17479 17479 16516 0 -1 4202560 4234 0 0 0 16179 17 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4130758656 136019052 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17480/tid=17497] ppid=17479 vsize=156688 CPUtime=165.67 cores=1,3,5,7
/proc/17480/task/17497/stat : 17497 (pb_cplex) R 17479 17479 16516 0 -1 4202560 9478 0 0 0 16548 19 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4141244608 136471158 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17480/tid=17498] ppid=17479 vsize=156688 CPUtime=165.9 cores=1,3,5,7
/proc/17480/task/17498/stat : 17498 (pb_cplex) R 17479 17479 16516 0 -1 4202560 10561 0 0 0 16571 19 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4151731128 138424466 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17480/tid=17499] ppid=17479 vsize=156688 CPUtime=165.73 cores=1,3,5,7
/proc/17480/task/17499/stat : 17499 (pb_cplex) R 17479 17479 16516 0 -1 4202560 51 0 0 0 16557 16 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4119495656 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17500] ppid=17479 vsize=156688 CPUtime=166.47 cores=1,3,5,7
/proc/17480/task/17500/stat : 17500 (pb_cplex) R 17479 17479 16516 0 -1 4202560 5508 0 0 0 16631 16 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4065468488 139042888 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17480/tid=17501] ppid=17479 vsize=156688 CPUtime=166.35 cores=1,3,5,7
/proc/17480/task/17501/stat : 17501 (pb_cplex) R 17479 17479 16516 0 -1 4202560 8567 0 0 0 16618 17 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4054982712 136475795 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17502] ppid=17479 vsize=156688 CPUtime=167.4 cores=1,3,5,7
/proc/17480/task/17502/stat : 17502 (pb_cplex) R 17479 17479 16516 0 -1 4202560 18244 0 0 0 16722 18 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4044497536 139046528 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1386.43
Current children cumulated vsize (KiB) 165836

[startup+462.3 s]
/proc/loadavg: 8.12 6.63 5.29 10/185 17529
/proc/meminfo: memFree=28683868/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0
[pid=17480] ppid=17479 vsize=156688 CPUtime=1611.55 cores=1,3,5,7
/proc/17480/stat : 17480 (pb_cplex) R 17479 17479 16516 0 -1 4202496 108061 0 0 0 160985 170 0 0 20 0 8 0 391126260 160448512 16999 33554432000 134512640 146736320 4291721232 4291714096 136493316 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17480/statm: 39172 16999 997 2985 0 36106 0
[pid=17480/tid=17496] ppid=17479 vsize=156688 CPUtime=189.77 cores=1,3,5,7
/proc/17480/task/17496/stat : 17496 (pb_cplex) R 17479 17479 16516 0 -1 4202560 4453 0 0 0 18956 21 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4130758724 136385184 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17480/tid=17497] ppid=17479 vsize=156688 CPUtime=194.04 cores=1,3,5,7
/proc/17480/task/17497/stat : 17497 (pb_cplex) R 17479 17479 16516 0 -1 4202560 9480 0 0 0 19382 22 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4141244992 136001193 0 2 4096 16387 0 0 0 -1 7 0 0 1 0 0
[pid=17480/tid=17498] ppid=17479 vsize=156688 CPUtime=193.44 cores=1,3,5,7
/proc/17480/task/17498/stat : 17498 (pb_cplex) R 17479 17479 16516 0 -1 4202560 11240 0 0 0 19321 23 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4151729268 135450457 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17499] ppid=17479 vsize=156688 CPUtime=193.83 cores=1,3,5,7
/proc/17480/task/17499/stat : 17499 (pb_cplex) R 17479 17479 16516 0 -1 4202560 53 0 0 0 19364 19 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4119494724 136385177 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17480/tid=17500] ppid=17479 vsize=156688 CPUtime=194.11 cores=1,3,5,7
/proc/17480/task/17500/stat : 17500 (pb_cplex) R 17479 17479 16516 0 -1 4202560 5791 0 0 0 19392 19 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4065468620 136388881 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17480/tid=17501] ppid=17479 vsize=156688 CPUtime=194.25 cores=1,3,5,7
/proc/17480/task/17501/stat : 17501 (pb_cplex) R 17479 17479 16516 0 -1 4202560 8719 0 0 0 19405 20 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4054982864 136008234 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17502] ppid=17479 vsize=156688 CPUtime=195.92 cores=1,3,5,7
/proc/17480/task/17502/stat : 17502 (pb_cplex) R 17479 17479 16516 0 -1 4202560 18246 0 0 0 19571 21 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4044497096 136388603 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1611.55
Current children cumulated vsize (KiB) 165836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+513.1 s]
/proc/loadavg: 7.31 6.66 5.37 10/184 17530
/proc/meminfo: memFree=28680684/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0
[pid=17480] ppid=17479 vsize=156688 CPUtime=1800.22 cores=1,3,5,7
/proc/17480/stat : 17480 (pb_cplex) R 17479 17479 16516 0 -1 4202496 114771 0 0 0 179835 187 0 0 20 0 8 0 391126260 160448512 16999 33554432000 134512640 146736320 4291721232 4291714064 136008056 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17480/statm: 39172 16999 997 2985 0 36106 0
[pid=17480/tid=17496] ppid=17479 vsize=156688 CPUtime=212.99 cores=1,3,5,7
/proc/17480/task/17496/stat : 17496 (pb_cplex) R 17479 17479 16516 0 -1 4202560 4723 0 0 0 21275 24 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4130758704 136384861 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17480/tid=17497] ppid=17479 vsize=156688 CPUtime=216.99 cores=1,3,5,7
/proc/17480/task/17497/stat : 17497 (pb_cplex) R 17479 17479 16516 0 -1 4202560 9480 0 0 0 21674 25 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4141245464 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 1 0 0
[pid=17480/tid=17498] ppid=17479 vsize=156688 CPUtime=217.15 cores=1,3,5,7
/proc/17480/task/17498/stat : 17498 (pb_cplex) R 17479 17479 16516 0 -1 4202560 11317 0 0 0 21690 25 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4151730392 136008642 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17480/tid=17499] ppid=17479 vsize=156688 CPUtime=216.88 cores=1,3,5,7
/proc/17480/task/17499/stat : 17499 (pb_cplex) R 17479 17479 16516 0 -1 4202560 150 0 0 0 21666 22 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4119495296 139046468 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17500] ppid=17479 vsize=156688 CPUtime=217.92 cores=1,3,5,7
/proc/17480/task/17500/stat : 17500 (pb_cplex) R 17479 17479 16516 0 -1 4202560 5879 0 0 0 21770 22 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4065468472 136475824 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17480/tid=17501] ppid=17479 vsize=156688 CPUtime=217.17 cores=1,3,5,7
/proc/17480/task/17501/stat : 17501 (pb_cplex) R 17479 17479 16516 0 -1 4202560 14005 0 0 0 21693 24 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4054982696 139044507 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17480/tid=17502] ppid=17479 vsize=156688 CPUtime=219.93 cores=1,3,5,7
/proc/17480/task/17502/stat : 17502 (pb_cplex) R 17479 17479 16516 0 -1 4202560 18870 0 0 0 21968 25 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4044496896 136019067 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 165836

Sending SIGTERM to process tree (bottom up)

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

[startup+513.1 s]
/proc/loadavg: 7.31 6.66 5.37 10/184 17530
/proc/meminfo: memFree=28680684/32873624 swapFree=7112/7112
[pid=17479] ppid=17477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17479/stat : 17479 (run) S 17477 17479 16516 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391126260 9367552 270 33554432000 4194304 5064252 140733691347120 140733691346032 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17479/statm: 2287 270 229 213 0 72 0
[pid=17480] ppid=17479 vsize=156688 CPUtime=1800.22 cores=1,3,5,7
/proc/17480/stat : 17480 (pb_cplex) R 17479 17479 16516 0 -1 4202496 114771 0 0 0 179835 187 0 0 20 0 8 0 391126260 160448512 16999 33554432000 134512640 146736320 4291721232 4291714064 136008056 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17480/statm: 39172 16999 997 2985 0 36106 0
[pid=17480/tid=17496] ppid=17479 vsize=156688 CPUtime=212.99 cores=1,3,5,7
/proc/17480/task/17496/stat : 17496 (pb_cplex) R 17479 17479 16516 0 -1 4202560 4723 0 0 0 21275 24 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4130758704 136384861 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17480/tid=17497] ppid=17479 vsize=156688 CPUtime=216.99 cores=1,3,5,7
/proc/17480/task/17497/stat : 17497 (pb_cplex) R 17479 17479 16516 0 -1 4202560 9480 0 0 0 21674 25 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4141245464 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 1 0 0
[pid=17480/tid=17498] ppid=17479 vsize=156688 CPUtime=217.15 cores=1,3,5,7
/proc/17480/task/17498/stat : 17498 (pb_cplex) R 17479 17479 16516 0 -1 4202560 11317 0 0 0 21690 25 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4151730392 136008642 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17480/tid=17499] ppid=17479 vsize=156688 CPUtime=216.88 cores=1,3,5,7
/proc/17480/task/17499/stat : 17499 (pb_cplex) R 17479 17479 16516 0 -1 4202560 150 0 0 0 21666 22 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4119495296 139046468 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17480/tid=17500] ppid=17479 vsize=156688 CPUtime=217.92 cores=1,3,5,7
/proc/17480/task/17500/stat : 17500 (pb_cplex) R 17479 17479 16516 0 -1 4202560 5879 0 0 0 21770 22 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4065468472 136475824 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17480/tid=17501] ppid=17479 vsize=156688 CPUtime=217.17 cores=1,3,5,7
/proc/17480/task/17501/stat : 17501 (pb_cplex) R 17479 17479 16516 0 -1 4202560 14005 0 0 0 21693 24 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4054982696 139044507 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17480/tid=17502] ppid=17479 vsize=156688 CPUtime=219.93 cores=1,3,5,7
/proc/17480/task/17502/stat : 17502 (pb_cplex) R 17479 17479 16516 0 -1 4202560 18870 0 0 0 21968 25 0 0 20 0 8 0 391126936 160448512 16999 33554432000 134512640 146736320 4291721232 4044496896 136019067 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 165836

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17479 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=559337
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=113678
# CPU time returned by wait4() is 1795.67
# while last known CPU time is 1800.22
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 513.115
CPU time (s): 1800.22
CPU user time (s): 1798.35
CPU system time (s): 1.87
CPU usage (%): 350.841
Max. virtual memory (cumulated for all children) (KiB): 174028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.56
system time used= 2.11368
maximum resident set size= 73152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115136
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= 59982
involuntary context switches= 99179

runsolver used 1.37179 second user time and 3.06353 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-09 15:53:28
IDJOB=3741251
IDBENCH=89822
IDSOLVER=2325
FILE ID=node121/3741251-1339250008
RUNJOBID= node121-1339246834-16533
PBS_JOBID= 14644360
Free space on /tmp= 70620 MiB

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

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

MD5SUM BENCH= ed5b22b7ff980aba201e80ac017c6ab9
RANDOM SEED=1256609011

node121.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.042
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.08
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.042
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		: 2667.042
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.92
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.042
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.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        28749268 kB
Buffers:         1019148 kB
Cached:          1871868 kB
SwapCached:          340 kB
Active:          3072800 kB
Inactive:          86716 kB
Active(anon):     245576 kB
Inactive(anon):    10208 kB
Active(file):    2827224 kB
Inactive(file):    76508 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67106508 kB
Dirty:             16308 kB
Writeback:             0 kB
AnonPages:        259984 kB
Mapped:            14788 kB
Shmem:                40 kB
Slab:             825648 kB
SReclaimable:     269660 kB
SUnreclaim:       555988 kB
KernelStack:        1448 kB
PageTables:         4528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     463044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3741251-1339250008.opb

Free space on /tmp at the end= 70604 MiB
End job on node121 at 2012-06-09 16:02:01