Trace number 3742159

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.05 808.216

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K83.opb
MD5SUM87eecd69bf3cf4e36ad8fc8a9d8af53d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5644
Total number of constraints5812
Number of constraints which are clauses5729
Number of constraints which are cardinality constraints (but not clauses)83
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint83
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 84
Number of bits of the biggest sum of numbers7
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-3742159-1339250832.opb.
0.00/0.00	c Instance file HOME/instance-3742159-1339250832.opb
0.00/0.00	c File size is 360317 bytes.
0.00/0.16	c Highest Coefficient sum: 84
0.00/0.16	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.17	c ============================[ Problem Statistics ]=============================
0.00/0.17	c |                                                                             |
0.00/0.17	c |  Parsing time:          0.17         s                                      |
0.00/0.17	c |  Number Variables:      5644                                                |
0.00/0.17	c |  Number Constraints:    5812                                                |
0.00/0.17	c ===============================================================================
1800.05/808.21	c Remaining time 1799.83 sec.
1800.05/808.21	c 
1800.05/808.21	c *** INTERRUPTED ***
1800.05/808.21	s UNKNOWN
1800.05/808.21	c Total CPU time              : 1799.07 s
1800.05/808.21	c Memory used           : 198.38 MB
1800.05/808.21	c CPU time              : 1799.07 s
1800.05/808.21	c 
1800.05/808.21	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-3742159-1339250832/watcher-3742159-1339250832 -o /tmp/evaluation-result-3742159-1339250832/solver-3742159-1339250832 -C 1800 -W 1900 -M 15500 run HOME/instance-3742159-1339250832.opb 

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

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


[startup+0 s]
/proc/loadavg: 13.12 9.13 6.95 6/184 5881
/proc/meminfo: memFree=29440396/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0

[startup+0.029928 s]
/proc/loadavg: 13.12 9.13 6.95 6/184 5881
/proc/meminfo: memFree=29440396/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100217 s]
/proc/loadavg: 13.12 9.13 6.95 6/184 5881
/proc/meminfo: memFree=29440396/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300226 s]
/proc/loadavg: 13.12 9.13 6.95 6/184 5881
/proc/meminfo: memFree=29440396/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700182 s]
/proc/loadavg: 13.12 9.13 6.95 6/184 5881
/proc/meminfo: memFree=29440396/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 13.12 9.13 6.95 6/186 5883
/proc/meminfo: memFree=29426516/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
[pid=5882] ppid=5881 vsize=31624 CPUtime=1.48 cores=1,3,5,7
/proc/5882/stat : 5882 (pb_cplex) R 5881 5881 4561 0 -1 4202496 5353 0 0 0 148 0 0 0 20 0 1 0 391208113 32382976 4281 33554432000 134512640 146736320 4288900608 4288895444 136003493 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/5882/statm: 7906 4281 722 2985 0 4840 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40772

[startup+3.10022 s]
/proc/loadavg: 12.47 9.06 6.94 6/186 5883
/proc/meminfo: memFree=29425980/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
[pid=5882] ppid=5881 vsize=31900 CPUtime=3.09 cores=1,3,5,7
/proc/5882/stat : 5882 (pb_cplex) R 5881 5881 4561 0 -1 4202496 6420 0 0 0 308 1 0 0 20 0 1 0 391208113 32665600 4394 33554432000 134512640 146736320 4288900608 4288894632 139044509 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/5882/statm: 7975 4394 778 2985 0 4909 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41048

[startup+6.30022 s]
/proc/loadavg: 12.47 9.06 6.94 6/186 5883
/proc/meminfo: memFree=29425112/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
[pid=5882] ppid=5881 vsize=31900 CPUtime=6.29 cores=1,3,5,7
/proc/5882/stat : 5882 (pb_cplex) R 5881 5881 4561 0 -1 4202496 6458 0 0 0 628 1 0 0 20 0 1 0 391208113 32665600 4432 33554432000 134512640 146736320 4288900608 4288895008 136388276 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/5882/statm: 7975 4432 778 2985 0 4909 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41048

[startup+12.7002 s]
/proc/loadavg: 11.32 8.92 6.92 6/185 5883
/proc/meminfo: memFree=29425540/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
[pid=5882] ppid=5881 vsize=31900 CPUtime=12.68 cores=1,3,5,7
/proc/5882/stat : 5882 (pb_cplex) R 5881 5881 4561 0 -1 4202496 6461 0 0 0 1267 1 0 0 20 0 1 0 391208113 32665600 4435 33554432000 134512640 146736320 4288900608 4288894660 136385170 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/5882/statm: 7975 4435 778 2985 0 4909 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 41048

[startup+25.5002 s]
/proc/loadavg: 10.12 8.75 6.88 4/185 5883
/proc/meminfo: memFree=29414188/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
[pid=5882] ppid=5881 vsize=42128 CPUtime=25.48 cores=1,3,5,7
/proc/5882/stat : 5882 (pb_cplex) R 5881 5881 4561 0 -1 4202496 11073 0 0 0 2546 2 0 0 20 0 1 0 391208113 43139072 6748 33554432000 134512640 146736320 4288900608 4288894336 136000940 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/5882/statm: 10532 6748 837 2985 0 7466 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 51276

[startup+51.1002 s]
/proc/loadavg: 7.53 8.25 6.77 3/185 5883
/proc/meminfo: memFree=29406732/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
[pid=5882] ppid=5881 vsize=37420 CPUtime=51.07 cores=1,3,5,7
/proc/5882/stat : 5882 (pb_cplex) R 5881 5881 4561 0 -1 4202496 12233 0 0 0 5105 2 0 0 20 0 1 0 391208113 38318080 5869 33554432000 134512640 146736320 4288900608 4288894684 135855167 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/5882/statm: 9355 5869 840 2985 0 6289 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 46568

[startup+102.307 s]
/proc/loadavg: 7.30 7.97 6.75 10/186 5884
/proc/meminfo: memFree=29400012/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
[pid=5882] ppid=5881 vsize=44784 CPUtime=102.26 cores=1,3,5,7
/proc/5882/stat : 5882 (pb_cplex) R 5881 5881 4561 0 -1 4202496 16105 0 0 0 10223 3 0 0 20 0 1 0 391208113 45858816 8155 33554432000 134512640 146736320 4288900608 4288894292 139028318 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/5882/statm: 11196 8155 840 2985 0 8130 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 53932

[startup+162.3 s]
/proc/loadavg: 4.97 7.28 6.59 3/179 5934
/proc/meminfo: memFree=29789340/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
[pid=5882] ppid=5881 vsize=37420 CPUtime=162.24 cores=1,3,5,7
/proc/5882/stat : 5882 (pb_cplex) R 5881 5881 4561 0 -1 4202496 16454 0 0 0 16221 3 0 0 20 0 1 0 391208113 38318080 6580 33554432000 134512640 146736320 4288900608 4288894276 136385183 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/5882/statm: 9355 6580 843 2985 0 6289 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 46568

[startup+222.3 s]
/proc/loadavg: 3.09 6.31 6.30 3/180 5937
/proc/meminfo: memFree=29774172/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
[pid=5882] ppid=5881 vsize=37420 CPUtime=222.24 cores=1,3,5,7
/proc/5882/stat : 5882 (pb_cplex) R 5881 5881 4561 0 -1 4202496 16454 0 0 0 22220 4 0 0 20 0 1 0 391208113 38318080 6580 33554432000 134512640 146736320 4288900608 4288894280 136474435 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/5882/statm: 9355 6580 843 2985 0 6289 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 46568

[startup+282.3 s]
/proc/loadavg: 2.45 5.54 6.04 3/186 5944
/proc/meminfo: memFree=29736420/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
[pid=5882] ppid=5881 vsize=158456 CPUtime=282.22 cores=1,3,5,7
/proc/5882/stat : 5882 (pb_cplex) R 5881 5881 4561 0 -1 4202496 28198 0 0 0 28216 6 0 0 20 0 8 0 391208113 162258944 16033 33554432000 134512640 146736320 4288900608 4288893248 136018876 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5882/statm: 39614 16033 901 2985 0 36548 0
[pid=5882/tid=5938] ppid=5881 vsize=158456 CPUtime=0 cores=1,3,5,7
/proc/5882/task/5938/stat : 5938 (pb_cplex) S 5881 5881 4561 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391234050 162258944 16033 33554432000 134512640 146736320 4288900608 4131266192 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5882/tid=5939] ppid=5881 vsize=158456 CPUtime=0 cores=1,3,5,7
/proc/5882/task/5939/stat : 5939 (pb_cplex) S 5881 5881 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391234050 162258944 16033 33554432000 134512640 146736320 4288900608 4120780432 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5882/tid=5940] ppid=5881 vsize=158456 CPUtime=0 cores=1,3,5,7
/proc/5882/task/5940/stat : 5940 (pb_cplex) S 5881 5881 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391234050 162258944 16033 33554432000 134512640 146736320 4288900608 4110294672 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5882/tid=5941] ppid=5881 vsize=158456 CPUtime=0 cores=1,3,5,7
/proc/5882/task/5941/stat : 5941 (pb_cplex) S 5881 5881 4561 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391234050 162258944 16033 33554432000 134512640 146736320 4288900608 4099808912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5882/tid=5942] ppid=5881 vsize=158456 CPUtime=0 cores=1,3,5,7
/proc/5882/task/5942/stat : 5942 (pb_cplex) S 5881 5881 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391234050 162258944 16033 33554432000 134512640 146736320 4288900608 4089323152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5882/tid=5943] ppid=5881 vsize=158456 CPUtime=0 cores=1,3,5,7
/proc/5882/task/5943/stat : 5943 (pb_cplex) S 5881 5881 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391234050 162258944 16033 33554432000 134512640 146736320 4288900608 4078837392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5882/tid=5944] ppid=5881 vsize=158456 CPUtime=0 cores=1,3,5,7
/proc/5882/task/5944/stat : 5944 (pb_cplex) S 5881 5881 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391234050 162258944 16033 33554432000 134512640 146736320 4288900608 4068351632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 167604

[startup+342.3 s]
/proc/loadavg: 3.76 5.25 5.90 10/186 5945

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

/proc/5882/statm: 50768 26920 901 2985 0 47702 0
[pid=5882/tid=5938] ppid=5881 vsize=203072 CPUtime=98.56 cores=1,3,5,7
/proc/5882/task/5938/stat : 5938 (pb_cplex) R 5881 5881 4561 0 -1 4202560 1295 0 0 0 9849 7 0 0 20 0 8 0 391234050 207945728 26920 33554432000 134512640 146736320 4288900608 4131262680 136008653 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=5882/tid=5939] ppid=5881 vsize=203072 CPUtime=98.74 cores=1,3,5,7
/proc/5882/task/5939/stat : 5939 (pb_cplex) R 5881 5881 4561 0 -1 4202560 1267 0 0 0 9867 7 0 0 20 0 8 0 391234050 207945728 26920 33554432000 134512640 146736320 4288900608 4120776760 136475780 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=5882/tid=5940] ppid=5881 vsize=203072 CPUtime=98.45 cores=1,3,5,7
/proc/5882/task/5940/stat : 5940 (pb_cplex) R 5881 5881 4561 0 -1 4202560 1273 0 0 0 9840 5 0 0 20 0 8 0 391234050 207945728 26920 33554432000 134512640 146736320 4288900608 4110291012 136385170 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=5882/tid=5941] ppid=5881 vsize=203072 CPUtime=97.5 cores=1,3,5,7
/proc/5882/task/5941/stat : 5941 (pb_cplex) R 5881 5881 4561 0 -1 4202560 1300 0 0 0 9744 6 0 0 20 0 8 0 391234050 207945728 26920 33554432000 134512640 146736320 4288900608 4099805776 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=5882/tid=5942] ppid=5881 vsize=203072 CPUtime=98.52 cores=1,3,5,7
/proc/5882/task/5942/stat : 5942 (pb_cplex) R 5881 5881 4561 0 -1 4202560 1700 0 0 0 9847 5 0 0 20 0 8 0 391234050 207945728 26920 33554432000 134512640 146736320 4288900608 4089319464 139044557 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5943] ppid=5881 vsize=203072 CPUtime=96.78 cores=1,3,5,7
/proc/5882/task/5943/stat : 5943 (pb_cplex) S 5881 5881 4561 0 -1 4202560 1516 0 0 0 9668 10 0 0 20 0 8 0 391234050 207945728 26920 33554432000 134512640 146736320 4288900608 4078837392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5944] ppid=5881 vsize=203072 CPUtime=79.87 cores=1,3,5,7
/proc/5882/task/5944/stat : 5944 (pb_cplex) S 5881 5881 4561 0 -1 4202560 2881 0 0 0 7979 8 0 0 20 0 8 0 391234050 207945728 26920 33554432000 134512640 146736320 4288900608 4068351632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1099.37
Current children cumulated vsize (KiB) 212220

[startup+582.301 s]
/proc/loadavg: 6.32 6.58 6.34 5/186 5945
/proc/meminfo: memFree=29693208/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
[pid=5882] ppid=5881 vsize=202696 CPUtime=1325.2 cores=1,3,5,7
/proc/5882/stat : 5882 (pb_cplex) R 5881 5881 4561 0 -1 4202496 52520 0 0 0 132446 74 0 0 20 0 8 0 391208113 207560704 27212 33554432000 134512640 146736320 4288900608 4288893456 136007963 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5882/statm: 50674 27212 907 2985 0 47608 0
[pid=5882/tid=5938] ppid=5881 vsize=202696 CPUtime=148.72 cores=1,3,5,7
/proc/5882/task/5938/stat : 5938 (pb_cplex) R 5881 5881 4561 0 -1 4202560 1428 0 0 0 14862 10 0 0 20 0 8 0 391234050 207560704 27212 33554432000 134512640 146736320 4288900608 4131262680 136008653 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=5882/tid=5939] ppid=5881 vsize=202696 CPUtime=148.9 cores=1,3,5,7
/proc/5882/task/5939/stat : 5939 (pb_cplex) R 5881 5881 4561 0 -1 4202560 7490 0 0 0 14877 13 0 0 20 0 8 0 391234050 207560704 27212 33554432000 134512640 146736320 4288900608 4120775796 135451564 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5940] ppid=5881 vsize=202696 CPUtime=122.78 cores=1,3,5,7
/proc/5882/task/5940/stat : 5940 (pb_cplex) S 5881 5881 4561 0 -1 4202560 1299 0 0 0 12271 7 0 0 20 0 8 0 391234050 207560704 27212 33554432000 134512640 146736320 4288900608 4110294672 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5882/tid=5941] ppid=5881 vsize=202696 CPUtime=108.8 cores=1,3,5,7
/proc/5882/task/5941/stat : 5941 (pb_cplex) S 5881 5881 4561 0 -1 4202560 1300 0 0 0 10872 8 0 0 20 0 8 0 391234050 207560704 27212 33554432000 134512640 146736320 4288900608 4099808912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5942] ppid=5881 vsize=202696 CPUtime=136.49 cores=1,3,5,7
/proc/5882/task/5942/stat : 5942 (pb_cplex) S 5881 5881 4561 0 -1 4202560 5814 0 0 0 13639 10 0 0 20 0 8 0 391234050 207560704 27212 33554432000 134512640 146736320 4288900608 4089323152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5943] ppid=5881 vsize=202696 CPUtime=96.78 cores=1,3,5,7
/proc/5882/task/5943/stat : 5943 (pb_cplex) S 5881 5881 4561 0 -1 4202560 1516 0 0 0 9668 10 0 0 20 0 8 0 391234050 207560704 27212 33554432000 134512640 146736320 4288900608 4078837392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5944] ppid=5881 vsize=202696 CPUtime=79.87 cores=1,3,5,7
/proc/5882/task/5944/stat : 5944 (pb_cplex) S 5881 5881 4561 0 -1 4202560 2881 0 0 0 7979 8 0 0 20 0 8 0 391234050 207560704 27212 33554432000 134512640 146736320 4288900608 4068351632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1325.2
Current children cumulated vsize (KiB) 211844

[startup+642.301 s]
/proc/loadavg: 4.85 6.11 6.19 5/186 5946
/proc/meminfo: memFree=29691720/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
[pid=5882] ppid=5881 vsize=203064 CPUtime=1505.18 cores=1,3,5,7
/proc/5882/stat : 5882 (pb_cplex) R 5881 5881 4561 0 -1 4202496 54053 0 0 0 150434 84 0 0 20 0 8 0 391208113 207937536 27410 33554432000 134512640 146736320 4288900608 4288893456 136008416 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5882/statm: 50766 27410 907 2985 0 47700 0
[pid=5882/tid=5938] ppid=5881 vsize=203064 CPUtime=208.57 cores=1,3,5,7
/proc/5882/task/5938/stat : 5938 (pb_cplex) R 5881 5881 4561 0 -1 4202560 1794 0 0 0 20843 14 0 0 20 0 8 0 391234050 207937536 27410 33554432000 134512640 146736320 4288900608 4131262672 136008044 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=5882/tid=5939] ppid=5881 vsize=203064 CPUtime=208.75 cores=1,3,5,7
/proc/5882/task/5939/stat : 5939 (pb_cplex) R 5881 5881 4561 0 -1 4202560 8140 0 0 0 20860 15 0 0 20 0 8 0 391234050 207937536 27410 33554432000 134512640 146736320 4288900608 4120777296 136403112 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5940] ppid=5881 vsize=203064 CPUtime=122.78 cores=1,3,5,7
/proc/5882/task/5940/stat : 5940 (pb_cplex) S 5881 5881 4561 0 -1 4202560 1299 0 0 0 12271 7 0 0 20 0 8 0 391234050 207937536 27410 33554432000 134512640 146736320 4288900608 4110294672 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5882/tid=5941] ppid=5881 vsize=203064 CPUtime=108.8 cores=1,3,5,7
/proc/5882/task/5941/stat : 5941 (pb_cplex) S 5881 5881 4561 0 -1 4202560 1300 0 0 0 10872 8 0 0 20 0 8 0 391234050 207937536 27410 33554432000 134512640 146736320 4288900608 4099808912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5942] ppid=5881 vsize=203064 CPUtime=136.49 cores=1,3,5,7
/proc/5882/task/5942/stat : 5942 (pb_cplex) S 5881 5881 4561 0 -1 4202560 5814 0 0 0 13639 10 0 0 20 0 8 0 391234050 207937536 27410 33554432000 134512640 146736320 4288900608 4089323152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5943] ppid=5881 vsize=203064 CPUtime=96.78 cores=1,3,5,7
/proc/5882/task/5943/stat : 5943 (pb_cplex) S 5881 5881 4561 0 -1 4202560 1516 0 0 0 9668 10 0 0 20 0 8 0 391234050 207937536 27410 33554432000 134512640 146736320 4288900608 4078837392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5944] ppid=5881 vsize=203064 CPUtime=79.87 cores=1,3,5,7
/proc/5882/task/5944/stat : 5944 (pb_cplex) S 5881 5881 4561 0 -1 4202560 2881 0 0 0 7979 8 0 0 20 0 8 0 391234050 207937536 27410 33554432000 134512640 146736320 4288900608 4068351632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1505.18
Current children cumulated vsize (KiB) 212212

[startup+702.301 s]
/proc/loadavg: 4.31 5.72 6.05 5/186 5946
/proc/meminfo: memFree=29691844/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
[pid=5882] ppid=5881 vsize=203064 CPUtime=1685.14 cores=1,3,5,7
/proc/5882/stat : 5882 (pb_cplex) R 5881 5881 4561 0 -1 4202496 55201 0 0 0 168419 95 0 0 20 0 8 0 391208113 207937536 27333 33554432000 134512640 146736320 4288900608 4288893456 136008443 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5882/statm: 50766 27333 907 2985 0 47700 0
[pid=5882/tid=5938] ppid=5881 vsize=203064 CPUtime=268.4 cores=1,3,5,7
/proc/5882/task/5938/stat : 5938 (pb_cplex) R 5881 5881 4561 0 -1 4202560 1794 0 0 0 26823 17 0 0 20 0 8 0 391234050 207937536 27333 33554432000 134512640 146736320 4288900608 4131261468 135855165 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=5882/tid=5939] ppid=5881 vsize=203064 CPUtime=268.59 cores=1,3,5,7
/proc/5882/task/5939/stat : 5939 (pb_cplex) R 5881 5881 4561 0 -1 4202560 8343 0 0 0 26843 16 0 0 20 0 8 0 391234050 207937536 27333 33554432000 134512640 146736320 4288900608 4120776912 136008157 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5940] ppid=5881 vsize=203064 CPUtime=122.78 cores=1,3,5,7
/proc/5882/task/5940/stat : 5940 (pb_cplex) S 5881 5881 4561 0 -1 4202560 1299 0 0 0 12271 7 0 0 20 0 8 0 391234050 207937536 27333 33554432000 134512640 146736320 4288900608 4110294672 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5882/tid=5941] ppid=5881 vsize=203064 CPUtime=108.8 cores=1,3,5,7
/proc/5882/task/5941/stat : 5941 (pb_cplex) S 5881 5881 4561 0 -1 4202560 1300 0 0 0 10872 8 0 0 20 0 8 0 391234050 207937536 27333 33554432000 134512640 146736320 4288900608 4099808912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5942] ppid=5881 vsize=203064 CPUtime=136.49 cores=1,3,5,7
/proc/5882/task/5942/stat : 5942 (pb_cplex) S 5881 5881 4561 0 -1 4202560 5814 0 0 0 13639 10 0 0 20 0 8 0 391234050 207937536 27333 33554432000 134512640 146736320 4288900608 4089323152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5943] ppid=5881 vsize=203064 CPUtime=96.78 cores=1,3,5,7
/proc/5882/task/5943/stat : 5943 (pb_cplex) S 5881 5881 4561 0 -1 4202560 1516 0 0 0 9668 10 0 0 20 0 8 0 391234050 207937536 27333 33554432000 134512640 146736320 4288900608 4078837392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5944] ppid=5881 vsize=203064 CPUtime=79.87 cores=1,3,5,7
/proc/5882/task/5944/stat : 5944 (pb_cplex) S 5881 5881 4561 0 -1 4202560 2881 0 0 0 7979 8 0 0 20 0 8 0 391234050 207937536 27333 33554432000 134512640 146736320 4288900608 4068351632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1685.14
Current children cumulated vsize (KiB) 212212

[startup+762.307 s]
/proc/loadavg: 2.91 5.07 5.81 3/186 5946
/proc/meminfo: memFree=29691596/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
[pid=5882] ppid=5881 vsize=203136 CPUtime=1754.16 cores=1,3,5,7
/proc/5882/stat : 5882 (pb_cplex) R 5881 5881 4561 0 -1 4202496 58291 0 0 0 175318 98 0 0 20 0 8 0 391208113 208011264 27444 33554432000 134512640 146736320 4288900608 4288892872 135982470 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5882/statm: 50784 27444 907 2985 0 47718 0
[pid=5882/tid=5938] ppid=5881 vsize=203136 CPUtime=272.63 cores=1,3,5,7
/proc/5882/task/5938/stat : 5938 (pb_cplex) S 5881 5881 4561 0 -1 4202560 2019 0 0 0 27246 17 0 0 20 0 8 0 391234050 208011264 27444 33554432000 134512640 146736320 4288900608 4131266192 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5882/tid=5939] ppid=5881 vsize=203136 CPUtime=273.38 cores=1,3,5,7
/proc/5882/task/5939/stat : 5939 (pb_cplex) S 5881 5881 4561 0 -1 4202560 8424 0 0 0 27322 16 0 0 20 0 8 0 391234050 208011264 27444 33554432000 134512640 146736320 4288900608 4120780432 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5940] ppid=5881 vsize=203136 CPUtime=122.78 cores=1,3,5,7
/proc/5882/task/5940/stat : 5940 (pb_cplex) S 5881 5881 4561 0 -1 4202560 1299 0 0 0 12271 7 0 0 20 0 8 0 391234050 208011264 27444 33554432000 134512640 146736320 4288900608 4110294672 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5882/tid=5941] ppid=5881 vsize=203136 CPUtime=108.8 cores=1,3,5,7
/proc/5882/task/5941/stat : 5941 (pb_cplex) S 5881 5881 4561 0 -1 4202560 1300 0 0 0 10872 8 0 0 20 0 8 0 391234050 208011264 27444 33554432000 134512640 146736320 4288900608 4099808912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5942] ppid=5881 vsize=203136 CPUtime=136.49 cores=1,3,5,7
/proc/5882/task/5942/stat : 5942 (pb_cplex) S 5881 5881 4561 0 -1 4202560 5814 0 0 0 13639 10 0 0 20 0 8 0 391234050 208011264 27444 33554432000 134512640 146736320 4288900608 4089323152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5943] ppid=5881 vsize=203136 CPUtime=96.78 cores=1,3,5,7
/proc/5882/task/5943/stat : 5943 (pb_cplex) S 5881 5881 4561 0 -1 4202560 1516 0 0 0 9668 10 0 0 20 0 8 0 391234050 208011264 27444 33554432000 134512640 146736320 4288900608 4078837392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5944] ppid=5881 vsize=203136 CPUtime=79.87 cores=1,3,5,7
/proc/5882/task/5944/stat : 5944 (pb_cplex) S 5881 5881 4561 0 -1 4202560 2881 0 0 0 7979 8 0 0 20 0 8 0 391234050 208011264 27444 33554432000 134512640 146736320 4288900608 4068351632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1754.16
Current children cumulated vsize (KiB) 212284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+808.2 s]
/proc/loadavg: 2.43 4.64 5.62 3/187 5949
/proc/meminfo: memFree=29691588/32873844 swapFree=7628/7628
[pid=5881] ppid=5879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5881/stat : 5881 (run) S 5879 5881 4561 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391208113 9367552 269 33554432000 4194304 5064252 140734823931552 140734823930464 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5881/statm: 2287 269 229 213 0 72 0
[pid=5882] ppid=5881 vsize=203136 CPUtime=1800.05 cores=1,3,5,7
/proc/5882/stat : 5882 (pb_cplex) R 5881 5881 4561 0 -1 4202496 59694 0 0 0 179906 99 0 0 20 0 8 0 391208113 208011264 27444 33554432000 134512640 146736320 4288900608 4288893316 136385177 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5882/statm: 50784 27444 907 2985 0 47718 0
[pid=5882/tid=5938] ppid=5881 vsize=203136 CPUtime=272.63 cores=1,3,5,7
/proc/5882/task/5938/stat : 5938 (pb_cplex) S 5881 5881 4561 0 -1 4202560 2019 0 0 0 27246 17 0 0 20 0 8 0 391234050 208011264 27444 33554432000 134512640 146736320 4288900608 4131266192 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5882/tid=5939] ppid=5881 vsize=203136 CPUtime=273.38 cores=1,3,5,7
/proc/5882/task/5939/stat : 5939 (pb_cplex) S 5881 5881 4561 0 -1 4202560 8424 0 0 0 27322 16 0 0 20 0 8 0 391234050 208011264 27444 33554432000 134512640 146736320 4288900608 4120780432 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5940] ppid=5881 vsize=203136 CPUtime=122.78 cores=1,3,5,7
/proc/5882/task/5940/stat : 5940 (pb_cplex) S 5881 5881 4561 0 -1 4202560 1299 0 0 0 12271 7 0 0 20 0 8 0 391234050 208011264 27444 33554432000 134512640 146736320 4288900608 4110294672 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5882/tid=5941] ppid=5881 vsize=203136 CPUtime=108.8 cores=1,3,5,7
/proc/5882/task/5941/stat : 5941 (pb_cplex) S 5881 5881 4561 0 -1 4202560 1300 0 0 0 10872 8 0 0 20 0 8 0 391234050 208011264 27444 33554432000 134512640 146736320 4288900608 4099808912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5942] ppid=5881 vsize=203136 CPUtime=136.49 cores=1,3,5,7
/proc/5882/task/5942/stat : 5942 (pb_cplex) S 5881 5881 4561 0 -1 4202560 5814 0 0 0 13639 10 0 0 20 0 8 0 391234050 208011264 27444 33554432000 134512640 146736320 4288900608 4089323152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5943] ppid=5881 vsize=203136 CPUtime=96.78 cores=1,3,5,7
/proc/5882/task/5943/stat : 5943 (pb_cplex) S 5881 5881 4561 0 -1 4202560 1516 0 0 0 9668 10 0 0 20 0 8 0 391234050 208011264 27444 33554432000 134512640 146736320 4288900608 4078837392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5882/tid=5944] ppid=5881 vsize=203136 CPUtime=79.87 cores=1,3,5,7
/proc/5882/task/5944/stat : 5944 (pb_cplex) S 5881 5881 4561 0 -1 4202560 2881 0 0 0 7979 8 0 0 20 0 8 0 391234050 208011264 27444 33554432000 134512640 146736320 4288900608 4068351632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 212284

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5881 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=467047
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=157823
# CPU time returned by wait4() is 1796.62
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 808.216
CPU time (s): 1800.05
CPU user time (s): 1799.06
CPU system time (s): 0.99
CPU usage (%): 222.719
Max. virtual memory (cumulated for all children) (KiB): 213348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.47
system time used= 1.15782
maximum resident set size= 110708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60060
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= 1416
involuntary context switches= 51992

runsolver used 1.9737 second user time and 5.22321 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-09 16:07:12
IDJOB=3742159
IDBENCH=90136
IDSOLVER=2325
FILE ID=node146/3742159-1339250832
RUNJOBID= node146-1339246834-4578
PBS_JOBID= 14644335
Free space on /tmp= 70768 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K83.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742159-1339250832/watcher-3742159-1339250832 -o /tmp/evaluation-result-3742159-1339250832/solver-3742159-1339250832 -C 1800 -W 1900 -M 15500  run HOME/instance-3742159-1339250832.opb

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

MD5SUM BENCH= 87eecd69bf3cf4e36ad8fc8a9d8af53d
RANDOM SEED=608544948

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:        29444220 kB
Buffers:          501384 kB
Cached:          1564568 kB
SwapCached:         2168 kB
Active:          2402968 kB
Inactive:          88228 kB
Active(anon):     423556 kB
Inactive(anon):     3272 kB
Active(file):    1979412 kB
Inactive(file):    84956 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099984 kB
Dirty:             16692 kB
Writeback:             0 kB
AnonPages:        547532 kB
Mapped:            12676 kB
Shmem:                 0 kB
Slab:             795440 kB
SReclaimable:     235508 kB
SUnreclaim:       559932 kB
KernelStack:        1600 kB
PageTables:         5148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     587184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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-3742159-1339250832.opb

Free space on /tmp at the end= 70752 MiB
End job on node146 at 2012-06-09 16:20:40