Trace number 3744936

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: pb_cplex 2010-06-29? (TO) 1800.25 555.718

General information on the benchmark

NameOPT-SMALLINT-LIN/graca/
normalized-ped3.D.recomb10-0.20-13.opb
MD5SUMc1379e9d016589d7d827ee897cc8c35f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark350
Best CPU time to get the best result obtained on this benchmark2.78857
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62963
Total number of constraints304567
Number of constraints which are clauses304567
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint339
Number of terms in the objective function 1880
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 525480
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 525480
Number of bits of the biggest sum of numbers20
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-3744936-1339252082.opb.
0.00/0.00	c Instance file HOME/instance-3744936-1339252082.opb
0.00/0.00	c File size is 9445398 bytes.
2.68/2.71	c Highest Coefficient sum: 676
2.68/2.71	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
2.79/2.89	c ============================[ Problem Statistics ]=============================
2.79/2.89	c |                                                                             |
2.79/2.89	c |  Parsing time:          2.84         s                                      |
2.79/2.89	c |  Number Variables:      62963                                               |
2.89/2.93	c |  Number Constraints:    304567                                              |
2.89/2.93	c ===============================================================================
1800.25/555.71	c Remaining time 1797.13 sec.
1800.25/555.71	c 
1800.25/555.71	c *** INTERRUPTED ***
1800.25/555.71	s UNKNOWN
1800.25/555.71	c Total CPU time              : 1796.65 s
1800.25/555.71	c Memory used           : 1296.55 MB
1800.25/555.71	c CPU time              : 1796.65 s
1800.25/555.71	c 
1800.25/555.71	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-3744936-1339252082/watcher-3744936-1339252082 -o /tmp/evaluation-result-3744936-1339252082/solver-3744936-1339252082 -C 1800 -W 1900 -M 15500 run HOME/instance-3744936-1339252082.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: 5.69 7.47 6.48 3/177 19422
/proc/meminfo: memFree=31104356/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0

[startup+0.00988511 s]
/proc/loadavg: 5.69 7.47 6.48 3/177 19422
/proc/meminfo: memFree=31104356/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100251 s]
/proc/loadavg: 5.69 7.47 6.48 3/177 19422
/proc/meminfo: memFree=31104356/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300221 s]
/proc/loadavg: 5.69 7.47 6.48 3/177 19422
/proc/meminfo: memFree=31104356/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700251 s]
/proc/loadavg: 5.69 7.47 6.48 3/177 19422
/proc/meminfo: memFree=31104356/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 5.69 7.47 6.48 3/179 19424
/proc/meminfo: memFree=31062908/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
[pid=19423] ppid=19422 vsize=89336 CPUtime=1.48 cores=0,2,4,6
/proc/19423/stat : 19423 (pb_cplex) R 19422 19422 17566 0 -1 4202496 19641 0 0 0 146 2 0 0 20 0 1 0 391336817 91480064 19110 33554432000 134512640 146736320 4289747664 4289745676 140683248 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/19423/statm: 22334 19110 2478 2985 0 16961 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 98484

[startup+3.10032 s]
/proc/loadavg: 5.69 7.47 6.48 3/179 19424
/proc/meminfo: memFree=31036564/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
[pid=19423] ppid=19422 vsize=182284 CPUtime=3.09 cores=0,2,4,6
/proc/19423/stat : 19423 (pb_cplex) R 19422 19422 17566 0 -1 4202496 47061 0 0 0 302 7 0 0 20 0 1 0 391336817 186658816 40647 33554432000 134512640 146736320 4289747664 4289745704 138686153 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/19423/statm: 45571 40647 623 2985 0 42505 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191432

[startup+6.30031 s]
/proc/loadavg: 5.40 7.38 6.46 3/179 19424
/proc/meminfo: memFree=30939204/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
[pid=19423] ppid=19422 vsize=337100 CPUtime=6.29 cores=0,2,4,6
/proc/19423/stat : 19423 (pb_cplex) R 19422 19422 17566 0 -1 4202496 118365 0 0 0 611 18 0 0 20 0 1 0 391336817 345190400 54137 33554432000 134512640 146736320 4289747664 4289743208 144757825 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/19423/statm: 84275 54137 831 2985 0 81209 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 346248

[startup+12.7003 s]
/proc/loadavg: 5.13 7.29 6.43 3/179 19424
/proc/meminfo: memFree=30882412/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
[pid=19423] ppid=19422 vsize=341956 CPUtime=12.68 cores=0,2,4,6
/proc/19423/stat : 19423 (pb_cplex) R 19422 19422 17566 0 -1 4202496 124423 0 0 0 1249 19 0 0 20 0 1 0 391336817 350162944 55821 33554432000 134512640 146736320 4289747664 4289742144 136403546 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/19423/statm: 85489 55821 831 2985 0 82423 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 351104

[startup+25.5003 s]
/proc/loadavg: 4.43 7.03 6.36 3/179 19424
/proc/meminfo: memFree=30876572/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
[pid=19423] ppid=19422 vsize=340316 CPUtime=25.48 cores=0,2,4,6
/proc/19423/stat : 19423 (pb_cplex) R 19422 19422 17566 0 -1 4202496 159006 0 0 0 2521 27 0 0 20 0 1 0 391336817 348483584 57497 33554432000 134512640 146736320 4289747664 4289741672 139044505 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/19423/statm: 85079 57497 910 2985 0 82013 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 349464

[startup+51.1003 s]
/proc/loadavg: 3.60 6.63 6.24 3/179 19424
/proc/meminfo: memFree=30864696/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
[pid=19423] ppid=19422 vsize=349616 CPUtime=51.08 cores=0,2,4,6
/proc/19423/stat : 19423 (pb_cplex) R 19422 19422 17566 0 -1 4202496 230350 0 0 0 5065 43 0 0 20 0 1 0 391336817 358006784 60087 33554432000 134512640 146736320 4289747664 4289741288 139044507 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/19423/statm: 87404 60087 917 2985 0 84338 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 358764

[startup+102.307 s]
/proc/loadavg: 2.69 5.91 6.02 3/179 19424
/proc/meminfo: memFree=30860648/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
[pid=19423] ppid=19422 vsize=349396 CPUtime=102.27 cores=0,2,4,6
/proc/19423/stat : 19423 (pb_cplex) R 19422 19422 17566 0 -1 4202496 273764 0 0 0 10174 53 0 0 20 0 1 0 391336817 357781504 61095 33554432000 134512640 146736320 4289747664 4289741704 135999265 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/19423/statm: 87349 61095 917 2985 0 84283 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 358544

[startup+162.3 s]
/proc/loadavg: 5.67 6.11 6.07 9/187 19434
/proc/meminfo: memFree=30164604/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
[pid=19423] ppid=19422 vsize=1283680 CPUtime=294.36 cores=0,2,4,6
/proc/19423/stat : 19423 (pb_cplex) R 19422 19422 17566 0 -1 4202496 549194 0 0 0 29290 146 0 0 20 0 8 0 391336817 1314488320 237158 33554432000 134512640 146736320 4289747664 4289740344 136475798 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19423/statm: 320920 237158 954 2985 0 317854 0
[pid=19423/tid=19425] ppid=19422 vsize=1283680 CPUtime=22.96 cores=0,2,4,6
/proc/19423/task/19425/stat : 19425 (pb_cplex) R 19422 19422 17566 0 -1 4202560 26583 0 0 0 2287 9 0 0 20 0 8 0 391347317 1314488320 237158 33554432000 134512640 146736320 4289747664 3732967424 136413878 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=19423/tid=19426] ppid=19422 vsize=1283680 CPUtime=23.86 cores=0,2,4,6
/proc/19423/task/19426/stat : 19426 (pb_cplex) R 19422 19422 17566 0 -1 4202560 23710 0 0 0 2376 10 0 0 20 0 8 0 391347317 1314488320 237158 33554432000 134512640 146736320 4289747664 3722480728 136007053 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19427] ppid=19422 vsize=1283680 CPUtime=23.26 cores=0,2,4,6
/proc/19423/task/19427/stat : 19427 (pb_cplex) R 19422 19422 17566 0 -1 4202560 22266 0 0 0 2316 10 0 0 20 0 8 0 391347317 1314488320 237158 33554432000 134512640 146736320 4289747664 3711996056 136007286 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19428] ppid=19422 vsize=1283680 CPUtime=22.94 cores=0,2,4,6
/proc/19423/task/19428/stat : 19428 (pb_cplex) R 19422 19422 17566 0 -1 4202560 20489 0 0 0 2285 9 0 0 20 0 8 0 391347317 1314488320 237158 33554432000 134512640 146736320 4289747664 3701509208 136007584 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19423/tid=19429] ppid=19422 vsize=1283680 CPUtime=13.14 cores=0,2,4,6
/proc/19423/task/19429/stat : 19429 (pb_cplex) S 19422 19422 17566 0 -1 4202560 27294 0 0 0 1305 9 0 0 20 0 8 0 391347317 1314488320 237158 33554432000 134512640 146736320 4289747664 3691028112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19423/tid=19430] ppid=19422 vsize=1283680 CPUtime=22.97 cores=0,2,4,6
/proc/19423/task/19430/stat : 19430 (pb_cplex) R 19422 19422 17566 0 -1 4202560 20319 0 0 0 2287 10 0 0 20 0 8 0 391347317 1314488320 237158 33554432000 134512640 146736320 4289747664 3680538660 139028313 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=19423/tid=19431] ppid=19422 vsize=1283680 CPUtime=23.13 cores=0,2,4,6
/proc/19423/task/19431/stat : 19431 (pb_cplex) R 19422 19422 17566 0 -1 4202560 25085 0 0 0 2304 9 0 0 20 0 8 0 391347317 1314488320 237158 33554432000 134512640 146736320 4289747664 3670052936 139042876 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 294.36
Current children cumulated vsize (KiB) 1292828

[startup+222.3 s]
/proc/loadavg: 6.92 6.41 6.18 8/186 19434
/proc/meminfo: memFree=30151160/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
[pid=19423] ppid=19422 vsize=1268976 CPUtime=533.38 cores=0,2,4,6
/proc/19423/stat : 19423 (pb_cplex) R 19422 19422 17566 0 -1 4202496 614339 0 0 0 53156 182 0 0 20 0 8 0 391336817 1299431424 237863 33554432000 134512640 146736320 4289747664 4289740440 136007605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19423/statm: 317244 237863 954 2985 0 314178 0
[pid=19423/tid=19425] ppid=19422 vsize=1268976 CPUtime=47.72 cores=0,2,4,6
/proc/19423/task/19425/stat : 19425 (pb_cplex) S 19422 19422 17566 0 -1 4202560 37693 0 0 0 4758 14 0 0 20 0 8 0 391347317 1299431424 237863 33554432000 134512640 146736320 4289747664 3732971152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19423/tid=19426] ppid=19422 vsize=1268976 CPUtime=59.6 cores=0,2,4,6
/proc/19423/task/19426/stat : 19426 (pb_cplex) R 19422 19422 17566 0 -1 4202560 40466 0 0 0 5941 19 0 0 20 0 8 0 391347317 1299431424 237863 33554432000 134512640 146736320 4289747664 3722481816 136007650 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19423/tid=19427] ppid=19422 vsize=1268976 CPUtime=59.93 cores=0,2,4,6
/proc/19423/task/19427/stat : 19427 (pb_cplex) R 19422 19422 17566 0 -1 4202560 31498 0 0 0 5978 15 0 0 20 0 8 0 391347317 1299431424 237863 33554432000 134512640 146736320 4289747664 3711996056 136007616 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19423/tid=19428] ppid=19422 vsize=1268976 CPUtime=58.3 cores=0,2,4,6
/proc/19423/task/19428/stat : 19428 (pb_cplex) R 19422 19422 17566 0 -1 4202560 29106 0 0 0 5815 15 0 0 20 0 8 0 391347317 1299431424 237863 33554432000 134512640 146736320 4289747664 3701510736 136403106 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19423/tid=19429] ppid=19422 vsize=1268976 CPUtime=13.14 cores=0,2,4,6
/proc/19423/task/19429/stat : 19429 (pb_cplex) S 19422 19422 17566 0 -1 4202560 27294 0 0 0 1305 9 0 0 20 0 8 0 391347317 1299431424 237863 33554432000 134512640 146736320 4289747664 3691028112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19423/tid=19430] ppid=19422 vsize=1268976 CPUtime=58.85 cores=0,2,4,6
/proc/19423/task/19430/stat : 19430 (pb_cplex) R 19422 19422 17566 0 -1 4202560 23514 0 0 0 5874 11 0 0 20 0 8 0 391347317 1299431424 237863 33554432000 134512640 146736320 4289747664 3680537688 136007216 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19431] ppid=19422 vsize=1268976 CPUtime=58.6 cores=0,2,4,6
/proc/19423/task/19431/stat : 19431 (pb_cplex) R 19422 19422 17566 0 -1 4202560 31921 0 0 0 5847 13 0 0 20 0 8 0 391347317 1299431424 237863 33554432000 134512640 146736320 4289747664 3670053016 136007303 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 533.38
Current children cumulated vsize (KiB) 1278124


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

/proc/19423/statm: 319331 243117 954 2985 0 316265 0
[pid=19423/tid=19425] ppid=19422 vsize=1277324 CPUtime=81.88 cores=0,2,4,6
/proc/19423/task/19425/stat : 19425 (pb_cplex) R 19422 19422 17566 0 -1 4202560 50716 0 0 0 8166 22 0 0 20 0 8 0 391347317 1307979776 243117 33554432000 134512640 146736320 4289747664 3732967576 136007605 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19426] ppid=19422 vsize=1277324 CPUtime=103.7 cores=0,2,4,6
/proc/19423/task/19426/stat : 19426 (pb_cplex) R 19422 19422 17566 0 -1 4202560 66932 0 0 0 10337 33 0 0 20 0 8 0 391347317 1307979776 243117 33554432000 134512640 146736320 4289747664 3722481704 139044505 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=19423/tid=19427] ppid=19422 vsize=1277324 CPUtime=104.96 cores=0,2,4,6
/proc/19423/task/19427/stat : 19427 (pb_cplex) R 19422 19422 17566 0 -1 4202560 57591 0 0 0 10467 29 0 0 20 0 8 0 391347317 1307979776 243117 33554432000 134512640 146736320 4289747664 3711996056 136007665 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19423/tid=19428] ppid=19422 vsize=1277324 CPUtime=107.77 cores=0,2,4,6
/proc/19423/task/19428/stat : 19428 (pb_cplex) R 19422 19422 17566 0 -1 4202560 55122 0 0 0 10748 29 0 0 20 0 8 0 391347317 1307979776 243117 33554432000 134512640 146736320 4289747664 3701510216 139042888 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19429] ppid=19422 vsize=1277324 CPUtime=47.24 cores=0,2,4,6
/proc/19423/task/19429/stat : 19429 (pb_cplex) R 19422 19422 17566 0 -1 4202560 45109 0 0 0 4706 18 0 0 20 0 8 0 391347317 1307979776 243117 33554432000 134512640 146736320 4289747664 3691024536 136007059 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19423/tid=19430] ppid=19422 vsize=1277324 CPUtime=138.51 cores=0,2,4,6
/proc/19423/task/19430/stat : 19430 (pb_cplex) R 19422 19422 17566 0 -1 4202560 58941 0 0 0 13821 30 0 0 20 0 8 0 391347317 1307979776 243117 33554432000 134512640 146736320 4289747664 3680538776 136007627 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19431] ppid=19422 vsize=1277324 CPUtime=122.58 cores=0,2,4,6
/proc/19423/task/19431/stat : 19431 (pb_cplex) R 19422 19422 17566 0 -1 4202560 52442 0 0 0 12233 25 0 0 20 0 8 0 391347317 1307979776 243117 33554432000 134512640 146736320 4289747664 3670053016 136007065 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 955.77
Current children cumulated vsize (KiB) 1286472

[startup+402.301 s]
/proc/loadavg: 8.64 7.17 6.48 10/186 19435
/proc/meminfo: memFree=29527260/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
[pid=19423] ppid=19422 vsize=1274296 CPUtime=1194.95 cores=0,2,4,6
/proc/19423/stat : 19423 (pb_cplex) R 19422 19422 17566 0 -1 4202496 852591 0 0 0 119199 296 0 0 20 0 8 0 391336817 1304879104 243262 33554432000 134512640 146736320 4289747664 4289740380 135854535 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19423/statm: 318574 243262 954 2985 0 315508 0
[pid=19423/tid=19425] ppid=19422 vsize=1274296 CPUtime=111.74 cores=0,2,4,6
/proc/19423/task/19425/stat : 19425 (pb_cplex) R 19422 19422 17566 0 -1 4202560 59530 0 0 0 11150 24 0 0 20 0 8 0 391347317 1304879104 243262 33554432000 134512640 146736320 4289747664 3732967576 136007661 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19426] ppid=19422 vsize=1274296 CPUtime=133.66 cores=0,2,4,6
/proc/19423/task/19426/stat : 19426 (pb_cplex) R 19422 19422 17566 0 -1 4202560 75773 0 0 0 13327 39 0 0 20 0 8 0 391347317 1304879104 243262 33554432000 134512640 146736320 4289747664 3722480756 135450784 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19423/tid=19427] ppid=19422 vsize=1274296 CPUtime=134.41 cores=0,2,4,6
/proc/19423/task/19427/stat : 19427 (pb_cplex) R 19422 19422 17566 0 -1 4202560 64312 0 0 0 13408 33 0 0 20 0 8 0 391347317 1304879104 243262 33554432000 134512640 146736320 4289747664 3711996180 136004967 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19423/tid=19428] ppid=19422 vsize=1274296 CPUtime=137.72 cores=0,2,4,6
/proc/19423/task/19428/stat : 19428 (pb_cplex) R 19422 19422 17566 0 -1 4202560 58948 0 0 0 13740 32 0 0 20 0 8 0 391347317 1304879104 243262 33554432000 134512640 146736320 4289747664 3701510296 136007616 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19423/tid=19429] ppid=19422 vsize=1274296 CPUtime=76.79 cores=0,2,4,6
/proc/19423/task/19429/stat : 19429 (pb_cplex) R 19422 19422 17566 0 -1 4202560 49010 0 0 0 7658 21 0 0 20 0 8 0 391347317 1304879104 243262 33554432000 134512640 146736320 4289747664 3691024536 136007661 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=19423/tid=19430] ppid=19422 vsize=1274296 CPUtime=169.01 cores=0,2,4,6
/proc/19423/task/19430/stat : 19430 (pb_cplex) R 19422 19422 17566 0 -1 4202560 65082 0 0 0 16869 32 0 0 20 0 8 0 391347317 1304879104 243262 33554432000 134512640 146736320 4289747664 3680538776 136007588 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19431] ppid=19422 vsize=1274296 CPUtime=152.04 cores=0,2,4,6
/proc/19423/task/19431/stat : 19431 (pb_cplex) R 19422 19422 17566 0 -1 4202560 57653 0 0 0 15176 28 0 0 20 0 8 0 391347317 1304879104 243262 33554432000 134512640 146736320 4289747664 3670053016 136007612 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1194.95
Current children cumulated vsize (KiB) 1283444

[startup+462.3 s]
/proc/loadavg: 8.87 7.50 6.64 10/186 19435
/proc/meminfo: memFree=29508464/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
[pid=19423] ppid=19422 vsize=1280520 CPUtime=1434.12 cores=0,2,4,6
/proc/19423/stat : 19423 (pb_cplex) R 19422 19422 17566 0 -1 4202496 920603 0 0 0 143088 324 0 0 20 0 8 0 391336817 1311252480 247990 33554432000 134512640 146736320 4289747664 4289740440 136007313 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19423/statm: 320130 247990 954 2985 0 317064 0
[pid=19423/tid=19425] ppid=19422 vsize=1280520 CPUtime=141.6 cores=0,2,4,6
/proc/19423/task/19425/stat : 19425 (pb_cplex) R 19422 19422 17566 0 -1 4202560 67977 0 0 0 14131 29 0 0 20 0 8 0 391347317 1311252480 247990 33554432000 134512640 146736320 4289747664 3732967496 139042876 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=19423/tid=19426] ppid=19422 vsize=1280520 CPUtime=163.89 cores=0,2,4,6
/proc/19423/task/19426/stat : 19426 (pb_cplex) R 19422 19422 17566 0 -1 4202560 88811 0 0 0 16346 43 0 0 20 0 8 0 391347317 1311252480 247990 33554432000 134512640 146736320 4289747664 3722480728 136007053 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19423/tid=19427] ppid=19422 vsize=1280520 CPUtime=164.39 cores=0,2,4,6
/proc/19423/task/19427/stat : 19427 (pb_cplex) R 19422 19422 17566 0 -1 4202560 73155 0 0 0 16403 36 0 0 20 0 8 0 391347317 1311252480 247990 33554432000 134512640 146736320 4289747664 3711996056 136007295 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19423/tid=19428] ppid=19422 vsize=1280520 CPUtime=167.42 cores=0,2,4,6
/proc/19423/task/19428/stat : 19428 (pb_cplex) R 19422 19422 17566 0 -1 4202560 64748 0 0 0 16707 35 0 0 20 0 8 0 391347317 1311252480 247990 33554432000 134512640 146736320 4289747664 3701510184 139044564 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19429] ppid=19422 vsize=1280520 CPUtime=106.37 cores=0,2,4,6
/proc/19423/task/19429/stat : 19429 (pb_cplex) R 19422 19422 17566 0 -1 4202560 57692 0 0 0 10611 26 0 0 20 0 8 0 391347317 1311252480 247990 33554432000 134512640 146736320 4289747664 3691024536 136007289 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=19423/tid=19430] ppid=19422 vsize=1280520 CPUtime=198.95 cores=0,2,4,6
/proc/19423/task/19430/stat : 19430 (pb_cplex) R 19422 19422 17566 0 -1 4202560 73506 0 0 0 19859 36 0 0 20 0 8 0 391347317 1311252480 247990 33554432000 134512640 146736320 4289747664 3680538664 139044505 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19423/tid=19431] ppid=19422 vsize=1280520 CPUtime=181.9 cores=0,2,4,6
/proc/19423/task/19431/stat : 19431 (pb_cplex) R 19422 19422 17566 0 -1 4202560 63946 0 0 0 18160 30 0 0 20 0 8 0 391347317 1311252480 247990 33554432000 134512640 146736320 4289747664 3670053016 136007661 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1434.12
Current children cumulated vsize (KiB) 1289668

[startup+522.3 s]
/proc/loadavg: 8.51 7.66 6.75 9/186 19435
/proc/meminfo: memFree=29494060/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
[pid=19423] ppid=19422 vsize=1291956 CPUtime=1673.31 cores=0,2,4,6
/proc/19423/stat : 19423 (pb_cplex) R 19422 19422 17566 0 -1 4202496 967386 0 0 0 166981 350 0 0 20 0 8 0 391336817 1322962944 251389 33554432000 134512640 146736320 4289747664 4289740328 139044557 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19423/statm: 322989 251389 954 2985 0 319923 0
[pid=19423/tid=19425] ppid=19422 vsize=1291956 CPUtime=153.84 cores=0,2,4,6
/proc/19423/task/19425/stat : 19425 (pb_cplex) S 19422 19422 17566 0 -1 4202560 70536 0 0 0 15353 31 0 0 20 0 8 0 391347317 1322962944 251389 33554432000 134512640 146736320 4289747664 3732971152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19426] ppid=19422 vsize=1291956 CPUtime=196.03 cores=0,2,4,6
/proc/19423/task/19426/stat : 19426 (pb_cplex) R 19422 19422 17566 0 -1 4202560 100255 0 0 0 19555 48 0 0 20 0 8 0 391347317 1322962944 251389 33554432000 134512640 146736320 4289747664 3722480688 136384857 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19427] ppid=19422 vsize=1291956 CPUtime=196.8 cores=0,2,4,6
/proc/19423/task/19427/stat : 19427 (pb_cplex) R 19422 19422 17566 0 -1 4202560 79628 0 0 0 19641 39 0 0 20 0 8 0 391347317 1322962944 251389 33554432000 134512640 146736320 4289747664 3711995976 139042888 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19423/tid=19428] ppid=19422 vsize=1291956 CPUtime=199.29 cores=0,2,4,6
/proc/19423/task/19428/stat : 19428 (pb_cplex) R 19422 19422 17566 0 -1 4202560 67285 0 0 0 19892 37 0 0 20 0 8 0 391347317 1322962944 251389 33554432000 134512640 146736320 4289747664 3701510296 136007030 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19423/tid=19429] ppid=19422 vsize=1291956 CPUtime=139.11 cores=0,2,4,6
/proc/19423/task/19429/stat : 19429 (pb_cplex) R 19422 19422 17566 0 -1 4202560 62027 0 0 0 13881 30 0 0 20 0 8 0 391347317 1322962944 251389 33554432000 134512640 146736320 4289747664 3691024508 136400477 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19430] ppid=19422 vsize=1291956 CPUtime=231.54 cores=0,2,4,6
/proc/19423/task/19430/stat : 19430 (pb_cplex) R 19422 19422 17566 0 -1 4202560 81371 0 0 0 23112 42 0 0 20 0 8 0 391347317 1322962944 251389 33554432000 134512640 146736320 4289747664 3680538664 139044564 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=19423/tid=19431] ppid=19422 vsize=1291956 CPUtime=214.24 cores=0,2,4,6
/proc/19423/task/19431/stat : 19431 (pb_cplex) R 19422 19422 17566 0 -1 4202560 70481 0 0 0 21389 35 0 0 20 0 8 0 391347317 1322962944 251389 33554432000 134512640 146736320 4289747664 3670052988 136400463 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1673.31
Current children cumulated vsize (KiB) 1301104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+555.701 s]
/proc/loadavg: 7.47 7.52 6.73 5/186 19436
/proc/meminfo: memFree=29471524/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
[pid=19423] ppid=19422 vsize=1331136 CPUtime=1800.25 cores=0,2,4,6
/proc/19423/stat : 19423 (pb_cplex) S 19422 19422 17566 0 -1 4202496 993265 0 0 0 179663 362 0 0 20 0 8 0 391336817 1363083264 257483 33554432000 134512640 146736320 4289747664 4289744016 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19423/statm: 332784 257483 954 2985 0 329718 0
[pid=19423/tid=19425] ppid=19422 vsize=1331136 CPUtime=153.84 cores=0,2,4,6
/proc/19423/task/19425/stat : 19425 (pb_cplex) S 19422 19422 17566 0 -1 4202560 70536 0 0 0 15353 31 0 0 20 0 8 0 391347317 1363083264 257483 33554432000 134512640 146736320 4289747664 3732971152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19426] ppid=19422 vsize=1331136 CPUtime=221.91 cores=0,2,4,6
/proc/19423/task/19426/stat : 19426 (pb_cplex) R 19422 19422 17566 0 -1 4202560 103712 0 0 0 22140 51 0 0 20 0 8 0 391347317 1363083264 257483 33554432000 134512640 146736320 4289747664 3722480616 139044499 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19423/tid=19427] ppid=19422 vsize=1331136 CPUtime=207.32 cores=0,2,4,6
/proc/19423/task/19427/stat : 19427 (pb_cplex) S 19422 19422 17566 0 -1 4202560 85555 0 0 0 20690 42 0 0 20 0 8 0 391347317 1363083264 257483 33554432000 134512640 146736320 4289747664 3711999632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19428] ppid=19422 vsize=1331136 CPUtime=206.42 cores=0,2,4,6
/proc/19423/task/19428/stat : 19428 (pb_cplex) S 19422 19422 17566 0 -1 4202560 70571 0 0 0 20604 38 0 0 20 0 8 0 391347317 1363083264 257483 33554432000 134512640 146736320 4289747664 3701513872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19429] ppid=19422 vsize=1331136 CPUtime=163.5 cores=0,2,4,6
/proc/19423/task/19429/stat : 19429 (pb_cplex) R 19422 19422 17566 0 -1 4202560 64546 0 0 0 16319 31 0 0 20 0 8 0 391347317 1363083264 257483 33554432000 134512640 146736320 4289747664 3691024536 136007661 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19430] ppid=19422 vsize=1331136 CPUtime=256.56 cores=0,2,4,6
/proc/19423/task/19430/stat : 19430 (pb_cplex) R 19422 19422 17566 0 -1 4202560 84963 0 0 0 25612 44 0 0 20 0 8 0 391347317 1363083264 257483 33554432000 134512640 146736320 4289747664 3680537796 139028313 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19423/tid=19431] ppid=19422 vsize=1331136 CPUtime=228.97 cores=0,2,4,6
/proc/19423/task/19431/stat : 19431 (pb_cplex) S 19422 19422 17566 0 -1 4202560 73581 0 0 0 22861 36 0 0 20 0 8 0 391347317 1363083264 257483 33554432000 134512640 146736320 4289747664 3670056592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 1340284

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

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

[startup+555.701 s]
/proc/loadavg: 7.47 7.52 6.73 5/186 19436
/proc/meminfo: memFree=29471524/32873844 swapFree=8656/8656
[pid=19422] ppid=19420 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19422/stat : 19422 (run) S 19420 19422 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391336817 9367552 269 33554432000 4194304 5064252 140737017566096 140737017565008 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19422/statm: 2287 269 229 213 0 72 0
[pid=19423] ppid=19422 vsize=1331136 CPUtime=1800.25 cores=0,2,4,6
/proc/19423/stat : 19423 (pb_cplex) S 19422 19422 17566 0 -1 4202496 993265 0 0 0 179663 362 0 0 20 0 8 0 391336817 1363083264 257483 33554432000 134512640 146736320 4289747664 4289744016 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19423/statm: 332784 257483 954 2985 0 329718 0
[pid=19423/tid=19425] ppid=19422 vsize=1331136 CPUtime=153.84 cores=0,2,4,6
/proc/19423/task/19425/stat : 19425 (pb_cplex) S 19422 19422 17566 0 -1 4202560 70536 0 0 0 15353 31 0 0 20 0 8 0 391347317 1363083264 257483 33554432000 134512640 146736320 4289747664 3732971152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19426] ppid=19422 vsize=1331136 CPUtime=221.91 cores=0,2,4,6
/proc/19423/task/19426/stat : 19426 (pb_cplex) R 19422 19422 17566 0 -1 4202560 103712 0 0 0 22140 51 0 0 20 0 8 0 391347317 1363083264 257483 33554432000 134512640 146736320 4289747664 3722480616 139044499 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19423/tid=19427] ppid=19422 vsize=1331136 CPUtime=207.32 cores=0,2,4,6
/proc/19423/task/19427/stat : 19427 (pb_cplex) S 19422 19422 17566 0 -1 4202560 85555 0 0 0 20690 42 0 0 20 0 8 0 391347317 1363083264 257483 33554432000 134512640 146736320 4289747664 3711999632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19428] ppid=19422 vsize=1331136 CPUtime=206.42 cores=0,2,4,6
/proc/19423/task/19428/stat : 19428 (pb_cplex) S 19422 19422 17566 0 -1 4202560 70571 0 0 0 20604 38 0 0 20 0 8 0 391347317 1363083264 257483 33554432000 134512640 146736320 4289747664 3701513872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19429] ppid=19422 vsize=1331136 CPUtime=163.5 cores=0,2,4,6
/proc/19423/task/19429/stat : 19429 (pb_cplex) R 19422 19422 17566 0 -1 4202560 64546 0 0 0 16319 31 0 0 20 0 8 0 391347317 1363083264 257483 33554432000 134512640 146736320 4289747664 3691024536 136007661 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19423/tid=19430] ppid=19422 vsize=1331136 CPUtime=256.56 cores=0,2,4,6
/proc/19423/task/19430/stat : 19430 (pb_cplex) R 19422 19422 17566 0 -1 4202560 84963 0 0 0 25612 44 0 0 20 0 8 0 391347317 1363083264 257483 33554432000 134512640 146736320 4289747664 3680537796 139028313 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=19423/tid=19431] ppid=19422 vsize=1331136 CPUtime=228.97 cores=0,2,4,6
/proc/19423/task/19431/stat : 19431 (pb_cplex) S 19422 19422 17566 0 -1 4202560 73581 0 0 0 22861 36 0 0 20 0 8 0 391347317 1363083264 257483 33554432000 134512640 146736320 4289747664 3670056592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 1340284

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 555.718
CPU time (s): 1800.25
CPU user time (s): 1796.63
CPU system time (s): 3.62
CPU usage (%): 323.95
Max. virtual memory (cumulated for all children) (KiB): 1340996

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

runsolver used 1.57276 second user time and 3.99239 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-09 16:28:03
IDJOB=3744936
IDBENCH=92880
IDSOLVER=2325
FILE ID=node102/3744936-1339252082
RUNJOBID= node102-1339246832-17582
PBS_JOBID= 14644379
Free space on /tmp= 71172 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/graca/normalized-ped3.D.recomb10-0.20-13.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744936-1339252082/watcher-3744936-1339252082 -o /tmp/evaluation-result-3744936-1339252082/solver-3744936-1339252082 -C 1800 -W 1900 -M 15500  run HOME/instance-3744936-1339252082.opb

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

MD5SUM BENCH= c1379e9d016589d7d827ee897cc8c35f
RANDOM SEED=274422277

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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.178
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.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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:        31104744 kB
Buffers:          404588 kB
Cached:           289636 kB
SwapCached:         2704 kB
Active:           769448 kB
Inactive:         106884 kB
Active(anon):     178672 kB
Inactive(anon):     5348 kB
Active(file):     590776 kB
Inactive(file):   101536 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67099988 kB
Dirty:             25976 kB
Writeback:             0 kB
AnonPages:        192524 kB
Mapped:            37652 kB
Shmem:                 0 kB
Slab:             750312 kB
SReclaimable:     191064 kB
SUnreclaim:       559248 kB
KernelStack:        1456 kB
PageTables:         4540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     312076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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-3744936-1339252082.opb

Free space on /tmp at the end= 71156 MiB
End job on node102 at 2012-06-09 16:37:21