Trace number 3740248

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.38 742.716

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j60opt/
normalized-j6021_5.std.opb
MD5SUM95a829e45c3f1f4a325dea8151b70cb2
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark89
Best CPU time to get the best result obtained on this benchmark0.470928
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36722
Total number of constraints123525
Number of constraints which are clauses122325
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint32
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
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-3740248-1339249263.opb.
0.00/0.00	c Instance file HOME/instance-3740248-1339249263.opb
0.00/0.00	c File size is 3763937 bytes.
0.00/0.58	c Highest Coefficient sum: 220
0.00/0.58	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.65	c ============================[ Problem Statistics ]=============================
0.00/0.65	c |                                                                             |
0.00/0.65	c |  Parsing time:          0.63         s                                      |
0.00/0.65	c |  Number Variables:      36722                                               |
0.00/0.67	c |  Number Constraints:    123525                                              |
0.00/0.67	c ===============================================================================
1800.09/742.71	c Remaining time 1799.36 sec.
1800.09/742.71	c 
1800.09/742.71	c *** INTERRUPTED ***
1800.09/742.71	s UNKNOWN
1800.09/742.71	c Total CPU time              : 1794.44 s
1800.09/742.71	c Memory used           : 1205.12 MB
1800.09/742.71	c CPU time              : 1794.44 s
1800.09/742.71	c 
1800.09/742.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-3740248-1339249263/watcher-3740248-1339249263 -o /tmp/evaluation-result-3740248-1339249263/solver-3740248-1339249263 -C 1800 -W 1900 -M 15500 run HOME/instance-3740248-1339249263.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.03 7.87 8.20 3/177 5634
/proc/meminfo: memFree=29762372/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0

[startup+0.06071 s]
/proc/loadavg: 5.03 7.87 8.20 3/177 5634
/proc/meminfo: memFree=29762372/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100285 s]
/proc/loadavg: 5.03 7.87 8.20 3/177 5634
/proc/meminfo: memFree=29762372/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300289 s]
/proc/loadavg: 5.03 7.87 8.20 3/177 5634
/proc/meminfo: memFree=29762372/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700288 s]
/proc/loadavg: 5.03 7.87 8.20 3/177 5634
/proc/meminfo: memFree=29762372/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/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.03 7.87 8.20 3/179 5636
/proc/meminfo: memFree=29690760/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
[pid=5635] ppid=5634 vsize=184144 CPUtime=1.49 cores=0,2,4,6
/proc/5635/stat : 5635 (pb_cplex) R 5634 5634 4561 0 -1 4202496 45126 0 0 0 142 7 0 0 20 0 1 0 391051206 188563456 22898 33554432000 134512640 146736320 4288463792 4288460352 138730236 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5635/statm: 46036 22898 686 2985 0 42970 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 193292

[startup+3.10029 s]
/proc/loadavg: 5.03 7.87 8.20 3/179 5636
/proc/meminfo: memFree=29622164/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
[pid=5635] ppid=5634 vsize=255256 CPUtime=3.09 cores=0,2,4,6
/proc/5635/stat : 5635 (pb_cplex) R 5634 5634 4561 0 -1 4202496 67848 0 0 0 284 25 0 0 20 0 1 0 391051206 261382144 35891 33554432000 134512640 146736320 4288463792 4288457536 135468707 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5635/statm: 63814 35891 795 2985 0 60748 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 264404

[startup+6.30029 s]
/proc/loadavg: 4.79 7.77 8.16 3/179 5636
/proc/meminfo: memFree=29614476/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
[pid=5635] ppid=5634 vsize=261632 CPUtime=6.29 cores=0,2,4,6
/proc/5635/stat : 5635 (pb_cplex) R 5634 5634 4561 0 -1 4202496 77303 0 0 0 601 28 0 0 20 0 1 0 391051206 267911168 37843 33554432000 134512640 146736320 4288463792 4288457516 135454096 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5635/statm: 65408 37843 795 2985 0 62342 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 270780

[startup+12.7003 s]
/proc/loadavg: 4.56 7.68 8.13 3/179 5636
/proc/meminfo: memFree=29612004/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
[pid=5635] ppid=5634 vsize=262052 CPUtime=12.69 cores=0,2,4,6
/proc/5635/stat : 5635 (pb_cplex) R 5634 5634 4561 0 -1 4202496 87075 0 0 0 1239 30 0 0 20 0 1 0 391051206 268341248 38018 33554432000 134512640 146736320 4288463792 4288458572 136017495 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5635/statm: 65513 38018 795 2985 0 62447 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 271200

[startup+25.5003 s]
/proc/loadavg: 3.99 7.40 8.03 3/179 5636
/proc/meminfo: memFree=29603384/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
[pid=5635] ppid=5634 vsize=264524 CPUtime=25.49 cores=0,2,4,6
/proc/5635/stat : 5635 (pb_cplex) R 5634 5634 4561 0 -1 4202496 121563 0 0 0 2511 38 0 0 20 0 1 0 391051206 270872576 40340 33554432000 134512640 146736320 4288463792 4288457684 136017748 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5635/statm: 66131 40340 874 2985 0 63065 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 273672

[startup+51.1003 s]
/proc/loadavg: 3.31 6.96 7.87 3/179 5637
/proc/meminfo: memFree=29609184/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
[pid=5635] ppid=5634 vsize=261112 CPUtime=51.08 cores=0,2,4,6
/proc/5635/stat : 5635 (pb_cplex) R 5634 5634 4561 0 -1 4202496 175136 0 0 0 5057 51 0 0 20 0 1 0 391051206 267378688 38864 33554432000 134512640 146736320 4288463792 4288457976 136400570 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5635/statm: 65278 38864 875 2985 0 62212 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 270260

[startup+102.306 s]
/proc/loadavg: 2.61 6.21 7.56 3/179 5637
/proc/meminfo: memFree=29586300/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
[pid=5635] ppid=5634 vsize=273416 CPUtime=102.27 cores=0,2,4,6
/proc/5635/stat : 5635 (pb_cplex) R 5634 5634 4561 0 -1 4202496 276886 0 0 0 10144 83 0 0 20 0 1 0 391051206 279977984 44601 33554432000 134512640 146736320 4288463792 4288458228 136400574 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5635/statm: 68354 44601 910 2985 0 65288 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 282564

[startup+162.3 s]
/proc/loadavg: 2.22 5.44 7.21 3/179 5637
/proc/meminfo: memFree=29582988/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
[pid=5635] ppid=5634 vsize=274504 CPUtime=162.25 cores=0,2,4,6
/proc/5635/stat : 5635 (pb_cplex) R 5634 5634 4561 0 -1 4202496 570907 0 0 0 16065 160 0 0 20 0 1 0 391051206 281092096 45379 33554432000 134512640 146736320 4288463792 4288458228 136400574 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5635/statm: 68626 45379 913 2985 0 65560 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 283652

[startup+222.3 s]
/proc/loadavg: 2.08 4.81 6.88 3/186 5644
/proc/meminfo: memFree=29542988/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
[pid=5635] ppid=5634 vsize=397980 CPUtime=222.25 cores=0,2,4,6
/proc/5635/stat : 5635 (pb_cplex) R 5634 5634 4561 0 -1 4202496 746818 0 0 0 21995 230 0 0 20 0 8 0 391051206 407531520 55518 33554432000 134512640 146736320 4288463792 4288454536 136000488 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5635/statm: 99495 55518 964 2985 0 96429 0
[pid=5635/tid=5638] ppid=5634 vsize=397980 CPUtime=0 cores=0,2,4,6
/proc/5635/task/5638/stat : 5638 (pb_cplex) S 5634 5634 4561 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391073080 407531520 55518 33554432000 134512640 146736320 4288463792 3951238800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5635/tid=5639] ppid=5634 vsize=397980 CPUtime=0 cores=0,2,4,6
/proc/5635/task/5639/stat : 5639 (pb_cplex) S 5634 5634 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391073080 407531520 55518 33554432000 134512640 146736320 4288463792 3940753040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5635/tid=5640] ppid=5634 vsize=397980 CPUtime=0 cores=0,2,4,6
/proc/5635/task/5640/stat : 5640 (pb_cplex) S 5634 5634 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391073080 407531520 55518 33554432000 134512640 146736320 4288463792 3930267280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5635/tid=5641] ppid=5634 vsize=397980 CPUtime=0 cores=0,2,4,6
/proc/5635/task/5641/stat : 5641 (pb_cplex) S 5634 5634 4561 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391073080 407531520 55518 33554432000 134512640 146736320 4288463792 3919781520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5635/tid=5642] ppid=5634 vsize=397980 CPUtime=0 cores=0,2,4,6
/proc/5635/task/5642/stat : 5642 (pb_cplex) S 5634 5634 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391073080 407531520 55518 33554432000 134512640 146736320 4288463792 3909295760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5635/tid=5643] ppid=5634 vsize=397980 CPUtime=0 cores=0,2,4,6
/proc/5635/task/5643/stat : 5643 (pb_cplex) S 5634 5634 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391073080 407531520 55518 33554432000 134512640 146736320 4288463792 3898810000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5635/tid=5644] ppid=5634 vsize=397980 CPUtime=0 cores=0,2,4,6
/proc/5635/task/5644/stat : 5644 (pb_cplex) S 5634 5634 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391073080 407531520 55518 33554432000 134512640 146736320 4288463792 3888324240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 407128

[startup+282.3 s]
/proc/loadavg: 3.49 4.71 6.72 4/186 5644
/proc/meminfo: memFree=29490040/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
[pid=5635] ppid=5634 vsize=462336 CPUtime=381.58 cores=0,2,4,6
/proc/5635/stat : 5635 (pb_cplex) R 5634 5634 4561 0 -1 4202496 778147 0 0 0 37913 245 0 0 20 0 8 0 391051206 473432064 69122 33554432000 134512640 146736320 4288463792 4288454120 139044581 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5635/statm: 115584 69122 964 2985 0 112518 0
[pid=5635/tid=5638] ppid=5634 vsize=462336 CPUtime=28.85 cores=0,2,4,6
/proc/5635/task/5638/stat : 5638 (pb_cplex) S 5634 5634 4561 0 -1 4202560 4266 0 0 0 2884 1 0 0 20 0 8 0 391073080 473432064 69122 33554432000 134512640 146736320 4288463792 3951238800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5635/tid=5639] ppid=5634 vsize=462336 CPUtime=9.96 cores=0,2,4,6
/proc/5635/task/5639/stat : 5639 (pb_cplex) S 5634 5634 4561 0 -1 4202560 3195 0 0 0 996 0 0 0 20 0 8 0 391073080 473432064 69122 33554432000 134512640 146736320 4288463792 3940753040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5635/tid=5640] ppid=5634 vsize=462336 CPUtime=8.58 cores=0,2,4,6

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

[pid=5635/tid=5649] ppid=5634 vsize=1233880 CPUtime=47.46 cores=0,2,4,6
/proc/5635/task/5649/stat : 5649 (pb_cplex) R 5634 5634 4561 0 -1 4202560 41211 0 0 0 4733 13 0 0 20 0 8 0 391080070 1263493120 228701 33554432000 134512640 146736320 4288463792 3565150208 136413871 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5635/tid=5650] ppid=5634 vsize=1233880 CPUtime=47.34 cores=0,2,4,6
/proc/5635/task/5650/stat : 5650 (pb_cplex) R 5634 5634 4561 0 -1 4202560 31685 0 0 0 4722 12 0 0 20 0 8 0 391080070 1263493120 228701 33554432000 134512640 146736320 4288463792 3554664572 136400496 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=5635/tid=5651] ppid=5634 vsize=1233880 CPUtime=47.48 cores=0,2,4,6
/proc/5635/task/5651/stat : 5651 (pb_cplex) R 5634 5634 4561 0 -1 4202560 33065 0 0 0 4736 12 0 0 20 0 8 0 391080070 1263493120 228701 33554432000 134512640 146736320 4288463792 3544178812 136400477 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 920
Current children cumulated vsize (KiB) 1243028

[startup+582.3 s]
/proc/loadavg: 8.73 5.92 6.52 10/194 5669
/proc/meminfo: memFree=28755900/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
[pid=5635] ppid=5634 vsize=1229404 CPUtime=1159.58 cores=0,2,4,6
/proc/5635/stat : 5635 (pb_cplex) R 5634 5634 4561 0 -1 4202496 1467946 0 0 0 115504 454 0 0 20 0 8 0 391051206 1258909696 228220 33554432000 134512640 146736320 4288463792 4288456600 136007605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5635/statm: 307351 228220 966 2985 0 304285 0
[pid=5635/tid=5645] ppid=5634 vsize=1229404 CPUtime=76.8 cores=0,2,4,6
/proc/5635/task/5645/stat : 5645 (pb_cplex) R 5634 5634 4561 0 -1 4202560 67810 0 0 0 7655 25 0 0 20 0 8 0 391080070 1258909696 228220 33554432000 134512640 146736320 4288463792 3888320672 136006078 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=5635/tid=5646] ppid=5634 vsize=1229404 CPUtime=77.1 cores=0,2,4,6
/proc/5635/task/5646/stat : 5646 (pb_cplex) R 5634 5634 4561 0 -1 4202560 71629 0 0 0 7688 22 0 0 20 0 8 0 391080070 1258909696 228220 33554432000 134512640 146736320 4288463792 3898806164 136017485 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5635/tid=5647] ppid=5634 vsize=1229404 CPUtime=77.6 cores=0,2,4,6
/proc/5635/task/5647/stat : 5647 (pb_cplex) R 5634 5634 4561 0 -1 4202560 47633 0 0 0 7742 18 0 0 20 0 8 0 391080070 1258909696 228220 33554432000 134512640 146736320 4288463792 3909291848 135525347 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5635/tid=5648] ppid=5634 vsize=1229404 CPUtime=77.7 cores=0,2,4,6
/proc/5635/task/5648/stat : 5648 (pb_cplex) R 5634 5634 4561 0 -1 4202560 48384 0 0 0 7751 19 0 0 20 0 8 0 391080070 1258909696 228220 33554432000 134512640 146736320 4288463792 3919776940 135454073 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5635/tid=5649] ppid=5634 vsize=1229404 CPUtime=77.34 cores=0,2,4,6
/proc/5635/task/5649/stat : 5649 (pb_cplex) R 5634 5634 4561 0 -1 4202560 54791 0 0 0 7715 19 0 0 20 0 8 0 391080070 1258909696 228220 33554432000 134512640 146736320 4288463792 3565150280 139042888 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=5635/tid=5650] ppid=5634 vsize=1229404 CPUtime=77.04 cores=0,2,4,6
/proc/5635/task/5650/stat : 5650 (pb_cplex) R 5634 5634 4561 0 -1 4202560 46132 0 0 0 7685 19 0 0 20 0 8 0 391080070 1258909696 228220 33554432000 134512640 146736320 4288463792 3554664572 136400472 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5635/tid=5651] ppid=5634 vsize=1229404 CPUtime=77.22 cores=0,2,4,6
/proc/5635/task/5651/stat : 5651 (pb_cplex) R 5634 5634 4561 0 -1 4202560 45178 0 0 0 7703 19 0 0 20 0 8 0 391080070 1258909696 228220 33554432000 134512640 146736320 4288463792 3544178760 139042910 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1159.58
Current children cumulated vsize (KiB) 1238552

[startup+642.3 s]
/proc/loadavg: 8.94 6.49 6.67 10/193 5670
/proc/meminfo: memFree=28748708/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
[pid=5635] ppid=5634 vsize=1230916 CPUtime=1399.18 cores=0,2,4,6
/proc/5635/stat : 5635 (pb_cplex) R 5634 5634 4561 0 -1 4202496 1549387 0 0 0 139428 490 0 0 20 0 8 0 391051206 1260457984 229796 33554432000 134512640 146736320 4288463792 4288455520 136006074 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5635/statm: 307729 229796 966 2985 0 304663 0
[pid=5635/tid=5645] ppid=5634 vsize=1230916 CPUtime=106.68 cores=0,2,4,6
/proc/5635/task/5645/stat : 5645 (pb_cplex) R 5634 5634 4561 0 -1 4202560 76036 0 0 0 10639 29 0 0 20 0 8 0 391080070 1260457984 229796 33554432000 134512640 146736320 4288463792 3888320496 136385265 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=5635/tid=5646] ppid=5634 vsize=1230916 CPUtime=106.78 cores=0,2,4,6
/proc/5635/task/5646/stat : 5646 (pb_cplex) R 5634 5634 4561 0 -1 4202560 79817 0 0 0 10652 26 0 0 20 0 8 0 391080070 1260457984 229796 33554432000 134512640 146736320 4288463792 3898806424 136007083 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=5635/tid=5647] ppid=5634 vsize=1230916 CPUtime=107.5 cores=0,2,4,6
/proc/5635/task/5647/stat : 5647 (pb_cplex) R 5634 5634 4561 0 -1 4202560 60525 0 0 0 10727 23 0 0 20 0 8 0 391080070 1260457984 229796 33554432000 134512640 146736320 4288463792 3909291456 135969503 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=5635/tid=5648] ppid=5634 vsize=1230916 CPUtime=107.47 cores=0,2,4,6
/proc/5635/task/5648/stat : 5648 (pb_cplex) R 5634 5634 4561 0 -1 4202560 59316 0 0 0 10723 24 0 0 20 0 8 0 391080070 1260457984 229796 33554432000 134512640 146736320 4288463792 3919777916 136400469 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5635/tid=5649] ppid=5634 vsize=1230916 CPUtime=107.1 cores=0,2,4,6
/proc/5635/task/5649/stat : 5649 (pb_cplex) R 5634 5634 4561 0 -1 4202560 65261 0 0 0 10685 25 0 0 20 0 8 0 391080070 1260457984 229796 33554432000 134512640 146736320 4288463792 3565150108 136405694 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5635/tid=5650] ppid=5634 vsize=1230916 CPUtime=106.87 cores=0,2,4,6
/proc/5635/task/5650/stat : 5650 (pb_cplex) R 5634 5634 4561 0 -1 4202560 59142 0 0 0 10662 25 0 0 20 0 8 0 391080070 1260457984 229796 33554432000 134512640 146736320 4288463792 3554664600 136007323 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5635/tid=5651] ppid=5634 vsize=1230916 CPUtime=107.15 cores=0,2,4,6
/proc/5635/task/5651/stat : 5651 (pb_cplex) R 5634 5634 4561 0 -1 4202560 52842 0 0 0 10694 21 0 0 20 0 8 0 391080070 1260457984 229796 33554432000 134512640 146736320 4288463792 3544178812 136400469 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1399.18
Current children cumulated vsize (KiB) 1240064

[startup+702.3 s]
/proc/loadavg: 8.98 6.94 6.82 10/193 5670
/proc/meminfo: memFree=28742060/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
[pid=5635] ppid=5634 vsize=1231484 CPUtime=1638.74 cores=0,2,4,6
/proc/5635/stat : 5635 (pb_cplex) R 5634 5634 4561 0 -1 4202496 1685686 0 0 0 163335 539 0 0 20 0 8 0 391051206 1261039616 231458 33554432000 134512640 146736320 4288463792 4288456600 136007284 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5635/statm: 307871 231458 966 2985 0 304805 0
[pid=5635/tid=5645] ppid=5634 vsize=1231484 CPUtime=136.3 cores=0,2,4,6
/proc/5635/task/5645/stat : 5645 (pb_cplex) R 5634 5634 4561 0 -1 4202560 93929 0 0 0 13593 37 0 0 20 0 8 0 391080070 1261039616 231458 33554432000 134512640 146736320 4288463792 3888320664 136007605 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5635/tid=5646] ppid=5634 vsize=1231484 CPUtime=136.29 cores=0,2,4,6
/proc/5635/task/5646/stat : 5646 (pb_cplex) R 5634 5634 4561 0 -1 4202560 97939 0 0 0 13596 33 0 0 20 0 8 0 391080070 1261039616 231458 33554432000 134512640 146736320 4288463792 3898806312 139044572 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=5635/tid=5647] ppid=5634 vsize=1231484 CPUtime=137.71 cores=0,2,4,6
/proc/5635/task/5647/stat : 5647 (pb_cplex) R 5634 5634 4561 0 -1 4202560 76451 0 0 0 13742 29 0 0 20 0 8 0 391080070 1261039616 231458 33554432000 134512640 146736320 4288463792 3909292184 136007277 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=5635/tid=5648] ppid=5634 vsize=1231484 CPUtime=137.33 cores=0,2,4,6
/proc/5635/task/5648/stat : 5648 (pb_cplex) R 5634 5634 4561 0 -1 4202560 77784 0 0 0 13702 31 0 0 20 0 8 0 391080070 1261039616 231458 33554432000 134512640 146736320 4288463792 3919777840 136384857 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5635/tid=5649] ppid=5634 vsize=1231484 CPUtime=136.82 cores=0,2,4,6
/proc/5635/task/5649/stat : 5649 (pb_cplex) R 5634 5634 4561 0 -1 4202560 82036 0 0 0 13650 32 0 0 20 0 8 0 391080070 1261039616 231458 33554432000 134512640 146736320 4288463792 3565150248 139044505 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=5635/tid=5650] ppid=5634 vsize=1231484 CPUtime=136.66 cores=0,2,4,6
/proc/5635/task/5650/stat : 5650 (pb_cplex) R 5634 5634 4561 0 -1 4202560 72135 0 0 0 13635 31 0 0 20 0 8 0 391080070 1261039616 231458 33554432000 134512640 146736320 4288463792 3554664596 136006840 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5635/tid=5651] ppid=5634 vsize=1231484 CPUtime=136.88 cores=0,2,4,6
/proc/5635/task/5651/stat : 5651 (pb_cplex) R 5634 5634 4561 0 -1 4202560 67720 0 0 0 13661 27 0 0 20 0 8 0 391080070 1261039616 231458 33554432000 134512640 146736320 4288463792 3544177852 135453262 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1638.74
Current children cumulated vsize (KiB) 1240632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+742.7 s]
/proc/loadavg: 8.99 7.20 6.91 10/193 5670
/proc/meminfo: memFree=28738960/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
[pid=5635] ppid=5634 vsize=1234036 CPUtime=1800.09 cores=0,2,4,6
/proc/5635/stat : 5635 (pb_cplex) R 5634 5634 4561 0 -1 4202496 1763575 0 0 0 179441 568 0 0 20 0 8 0 391051206 1263652864 232196 33554432000 134512640 146736320 4288463792 4288456340 136017763 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5635/statm: 308509 232196 966 2985 0 305443 0
[pid=5635/tid=5645] ppid=5634 vsize=1234036 CPUtime=156.45 cores=0,2,4,6
/proc/5635/task/5645/stat : 5645 (pb_cplex) R 5634 5634 4561 0 -1 4202560 101762 0 0 0 15605 40 0 0 20 0 8 0 391080070 1263652864 232196 33554432000 134512640 146736320 4288463792 3888320664 136007616 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5635/tid=5646] ppid=5634 vsize=1234036 CPUtime=156.45 cores=0,2,4,6
/proc/5635/task/5646/stat : 5646 (pb_cplex) R 5634 5634 4561 0 -1 4202560 105214 0 0 0 15609 36 0 0 20 0 8 0 391080070 1263652864 232196 33554432000 134512640 146736320 4288463792 3898806424 136007289 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=5635/tid=5647] ppid=5634 vsize=1234036 CPUtime=157.86 cores=0,2,4,6
/proc/5635/task/5647/stat : 5647 (pb_cplex) R 5634 5634 4561 0 -1 4202560 87367 0 0 0 15753 33 0 0 20 0 8 0 391080070 1263652864 232196 33554432000 134512640 146736320 4288463792 3909292184 136007080 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=5635/tid=5648] ppid=5634 vsize=1234036 CPUtime=157.32 cores=0,2,4,6
/proc/5635/task/5648/stat : 5648 (pb_cplex) R 5634 5634 4561 0 -1 4202560 88358 0 0 0 15697 35 0 0 20 0 8 0 391080070 1263652864 232196 33554432000 134512640 146736320 4288463792 3919778052 136385265 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5635/tid=5649] ppid=5634 vsize=1234036 CPUtime=156.93 cores=0,2,4,6
/proc/5635/task/5649/stat : 5649 (pb_cplex) R 5634 5634 4561 0 -1 4202560 92456 0 0 0 15658 35 0 0 20 0 8 0 391080070 1263652864 232196 33554432000 134512640 146736320 4288463792 3565150408 136388565 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5635/tid=5650] ppid=5634 vsize=1234036 CPUtime=156.81 cores=0,2,4,6
/proc/5635/task/5650/stat : 5650 (pb_cplex) R 5634 5634 4561 0 -1 4202560 79924 0 0 0 15647 34 0 0 20 0 8 0 391080070 1263652864 232196 33554432000 134512640 146736320 4288463792 3554664600 136007037 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5635/tid=5651] ppid=5634 vsize=1234036 CPUtime=156.79 cores=0,2,4,6
/proc/5635/task/5651/stat : 5651 (pb_cplex) R 5634 5634 4561 0 -1 4202560 80892 0 0 0 15647 32 0 0 20 0 8 0 391080070 1263652864 232196 33554432000 134512640 146736320 4288463792 3544178624 136403511 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1243184

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

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

[startup+742.7 s]
/proc/loadavg: 8.99 7.20 6.91 10/193 5670
/proc/meminfo: memFree=28738960/32873844 swapFree=7628/7628
[pid=5634] ppid=5632 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5634/stat : 5634 (run) S 5632 5634 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391051206 9367552 269 33554432000 4194304 5064252 140733893999760 140733893998672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5634/statm: 2287 269 229 213 0 72 0
[pid=5635] ppid=5634 vsize=1234036 CPUtime=1800.09 cores=0,2,4,6
/proc/5635/stat : 5635 (pb_cplex) R 5634 5634 4561 0 -1 4202496 1763575 0 0 0 179441 568 0 0 20 0 8 0 391051206 1263652864 232196 33554432000 134512640 146736320 4288463792 4288456340 136017763 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5635/statm: 308509 232196 966 2985 0 305443 0
[pid=5635/tid=5645] ppid=5634 vsize=1234036 CPUtime=156.45 cores=0,2,4,6
/proc/5635/task/5645/stat : 5645 (pb_cplex) R 5634 5634 4561 0 -1 4202560 101762 0 0 0 15605 40 0 0 20 0 8 0 391080070 1263652864 232196 33554432000 134512640 146736320 4288463792 3888320664 136007616 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5635/tid=5646] ppid=5634 vsize=1234036 CPUtime=156.45 cores=0,2,4,6
/proc/5635/task/5646/stat : 5646 (pb_cplex) R 5634 5634 4561 0 -1 4202560 105214 0 0 0 15609 36 0 0 20 0 8 0 391080070 1263652864 232196 33554432000 134512640 146736320 4288463792 3898806424 136007289 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=5635/tid=5647] ppid=5634 vsize=1234036 CPUtime=157.86 cores=0,2,4,6
/proc/5635/task/5647/stat : 5647 (pb_cplex) R 5634 5634 4561 0 -1 4202560 87367 0 0 0 15753 33 0 0 20 0 8 0 391080070 1263652864 232196 33554432000 134512640 146736320 4288463792 3909292184 136007080 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=5635/tid=5648] ppid=5634 vsize=1234036 CPUtime=157.32 cores=0,2,4,6
/proc/5635/task/5648/stat : 5648 (pb_cplex) R 5634 5634 4561 0 -1 4202560 88358 0 0 0 15697 35 0 0 20 0 8 0 391080070 1263652864 232196 33554432000 134512640 146736320 4288463792 3919778052 136385265 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5635/tid=5649] ppid=5634 vsize=1234036 CPUtime=156.93 cores=0,2,4,6
/proc/5635/task/5649/stat : 5649 (pb_cplex) R 5634 5634 4561 0 -1 4202560 92456 0 0 0 15658 35 0 0 20 0 8 0 391080070 1263652864 232196 33554432000 134512640 146736320 4288463792 3565150408 136388565 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5635/tid=5650] ppid=5634 vsize=1234036 CPUtime=156.81 cores=0,2,4,6
/proc/5635/task/5650/stat : 5650 (pb_cplex) R 5634 5634 4561 0 -1 4202560 79924 0 0 0 15647 34 0 0 20 0 8 0 391080070 1263652864 232196 33554432000 134512640 146736320 4288463792 3554664600 136007037 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=5635/tid=5651] ppid=5634 vsize=1234036 CPUtime=156.79 cores=0,2,4,6
/proc/5635/task/5651/stat : 5651 (pb_cplex) R 5634 5634 4561 0 -1 4202560 80892 0 0 0 15647 32 0 0 20 0 8 0 391080070 1263652864 232196 33554432000 134512640 146736320 4288463792 3544178624 136403511 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1243184

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5634 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.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.290039
#  lost CPU user time (s): 0.340027
#  lost CPU system time (s): -0.05

Real time (s): 742.716
CPU time (s): 1800.38
CPU user time (s): 1794.75
CPU system time (s): 5.63
CPU usage (%): 242.405
Max. virtual memory (cumulated for all children) (KiB): 1261892

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= 354
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.71174 second user time and 4.66529 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-09 15:41:03
IDJOB=3740248
IDBENCH=76860
IDSOLVER=2325
FILE ID=node146/3740248-1339249263
RUNJOBID= node146-1339246834-4577
PBS_JOBID= 14644335
Free space on /tmp= 70764 MiB

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

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

MD5SUM BENCH= 95a829e45c3f1f4a325dea8151b70cb2
RANDOM SEED=992692255

node146.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29762396 kB
Buffers:          500628 kB
Cached:          1567164 kB
SwapCached:         2168 kB
Active:          2085328 kB
Inactive:          87400 kB
Active(anon):     103928 kB
Inactive(anon):     3272 kB
Active(file):    1981400 kB
Inactive(file):    84128 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099984 kB
Dirty:             20188 kB
Writeback:             0 kB
AnonPages:        111244 kB
Mapped:            12624 kB
Shmem:                 0 kB
Slab:             795752 kB
SReclaimable:     235536 kB
SUnreclaim:       560216 kB
KernelStack:        1456 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     260232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 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-3740248-1339249263.opb

Free space on /tmp at the end= 70748 MiB
End job on node146 at 2012-06-09 15:53:28