Trace number 3742081

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.16 780.016

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K108.opb
MD5SUMa293d07a49a0e06ee574b1553fbf5b2b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark105.854
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7344
Total number of constraints7562
Number of constraints which are clauses7454
Number of constraints which are cardinality constraints (but not clauses)108
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint108
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 109
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-3742081-1339250745.opb.
0.00/0.00	c Instance file HOME/instance-3742081-1339250745.opb
0.00/0.00	c File size is 471321 bytes.
0.00/0.23	c Highest Coefficient sum: 109
0.00/0.23	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.23	c ============================[ Problem Statistics ]=============================
0.00/0.23	c |                                                                             |
0.00/0.23	c |  Parsing time:          0.23         s                                      |
0.00/0.23	c |  Number Variables:      7344                                                |
0.00/0.24	c |  Number Constraints:    7562                                                |
0.00/0.24	c ===============================================================================
1800.16/780.01	c Remaining time 1799.76 sec.
1800.16/780.01	c 
1800.16/780.01	c *** INTERRUPTED ***
1800.16/780.01	s UNKNOWN
1800.16/780.01	c Total CPU time              : 1799.69 s
1800.16/780.01	c Memory used           : 230.13 MB
1800.16/780.01	c CPU time              : 1799.69 s
1800.16/780.01	c 
1800.16/780.01	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3742081-1339250745/watcher-3742081-1339250745 -o /tmp/evaluation-result-3742081-1339250745/solver-3742081-1339250745 -C 1800 -W 1900 -M 15500 run HOME/instance-3742081-1339250745.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.63 4.12 4.33 3/177 9223
/proc/meminfo: memFree=30166776/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0

[startup+0.0975539 s]
/proc/loadavg: 2.63 4.12 4.33 3/177 9223
/proc/meminfo: memFree=30166776/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100271 s]
/proc/loadavg: 2.63 4.12 4.33 3/177 9223
/proc/meminfo: memFree=30166776/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300239 s]
/proc/loadavg: 2.63 4.12 4.33 3/177 9223
/proc/meminfo: memFree=30166776/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70024 s]
/proc/loadavg: 2.63 4.12 4.33 3/177 9223
/proc/meminfo: memFree=30166776/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.63 4.12 4.33 3/179 9225
/proc/meminfo: memFree=30148796/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
[pid=9224] ppid=9223 vsize=37612 CPUtime=1.48 cores=0,2,4,6
/proc/9224/stat : 9224 (pb_cplex) R 9223 9223 8092 0 -1 4202496 7029 0 0 0 148 0 0 0 20 0 1 0 391198892 38514688 5332 33554432000 134512640 146736320 4290458096 4290452544 136400583 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9224/statm: 9403 5332 725 2985 0 6337 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 46760

[startup+3.10028 s]
/proc/loadavg: 2.63 4.12 4.33 3/179 9225
/proc/meminfo: memFree=30147680/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
[pid=9224] ppid=9223 vsize=38196 CPUtime=3.09 cores=0,2,4,6
/proc/9224/stat : 9224 (pb_cplex) R 9223 9223 8092 0 -1 4202496 7187 0 0 0 308 1 0 0 20 0 1 0 391198892 39112704 5490 33554432000 134512640 146736320 4290458096 4290452740 136385167 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9224/statm: 9549 5490 725 2985 0 6483 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47344

[startup+6.30028 s]
/proc/loadavg: 2.58 4.08 4.32 3/179 9225
/proc/meminfo: memFree=30146688/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
[pid=9224] ppid=9223 vsize=37508 CPUtime=6.29 cores=0,2,4,6
/proc/9224/stat : 9224 (pb_cplex) R 9223 9223 8092 0 -1 4202496 8041 0 0 0 628 1 0 0 20 0 1 0 391198892 38408192 5545 33554432000 134512640 146736320 4290458096 4290452096 136018919 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9224/statm: 9377 5545 780 2985 0 6311 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46656

[startup+12.7003 s]
/proc/loadavg: 2.53 4.05 4.31 3/179 9225
/proc/meminfo: memFree=30146324/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
[pid=9224] ppid=9223 vsize=37704 CPUtime=12.69 cores=0,2,4,6
/proc/9224/stat : 9224 (pb_cplex) R 9223 9223 8092 0 -1 4202496 8096 0 0 0 1268 1 0 0 20 0 1 0 391198892 38608896 5600 33554432000 134512640 146736320 4290458096 4290452164 136385184 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9224/statm: 9426 5600 780 2985 0 6360 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46852

[startup+25.5003 s]
/proc/loadavg: 2.41 3.95 4.27 3/179 9225
/proc/meminfo: memFree=30142404/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
[pid=9224] ppid=9223 vsize=51532 CPUtime=25.48 cores=0,2,4,6
/proc/9224/stat : 9224 (pb_cplex) R 9223 9223 8092 0 -1 4202496 12553 0 0 0 2547 1 0 0 20 0 1 0 391198892 52768768 8122 33554432000 134512640 146736320 4290458096 4290451904 136403482 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9224/statm: 12883 8122 819 2985 0 9817 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 60680

[startup+51.1003 s]
/proc/loadavg: 2.27 3.79 4.21 3/179 9226
/proc/meminfo: memFree=30131732/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
[pid=9224] ppid=9223 vsize=52864 CPUtime=51.08 cores=0,2,4,6
/proc/9224/stat : 9224 (pb_cplex) R 9223 9223 8092 0 -1 4202496 14844 0 0 0 5106 2 0 0 20 0 1 0 391198892 54132736 9662 33554432000 134512640 146736320 4290458096 4290452284 136017757 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9224/statm: 13216 9662 840 2985 0 10150 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 62012

[startup+102.306 s]
/proc/loadavg: 2.12 3.51 4.09 3/179 9226
/proc/meminfo: memFree=30134952/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
[pid=9224] ppid=9223 vsize=44160 CPUtime=102.27 cores=0,2,4,6
/proc/9224/stat : 9224 (pb_cplex) R 9223 9223 8092 0 -1 4202496 19914 0 0 0 10224 3 0 0 20 0 1 0 391198892 45219840 8469 33554432000 134512640 146736320 4290458096 4290451712 136018896 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9224/statm: 11040 8469 842 2985 0 7974 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 53308

[startup+162.3 s]
/proc/loadavg: 2.10 3.25 3.96 3/179 9226
/proc/meminfo: memFree=30135012/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
[pid=9224] ppid=9223 vsize=44160 CPUtime=162.25 cores=0,2,4,6
/proc/9224/stat : 9224 (pb_cplex) R 9223 9223 8092 0 -1 4202496 19916 0 0 0 16222 3 0 0 20 0 1 0 391198892 45219840 8471 33554432000 134512640 146736320 4290458096 4290451768 136475812 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9224/statm: 11040 8471 844 2985 0 7974 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 53308

[startup+222.3 s]
/proc/loadavg: 2.03 3.02 3.83 3/186 9233
/proc/meminfo: memFree=30086568/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
[pid=9224] ppid=9223 vsize=44160 CPUtime=222.25 cores=0,2,4,6
/proc/9224/stat : 9224 (pb_cplex) R 9223 9223 8092 0 -1 4202496 19916 0 0 0 22221 4 0 0 20 0 1 0 391198892 45219840 8471 33554432000 134512640 146736320 4290458096 4290451868 136389766 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9224/statm: 11040 8471 844 2985 0 7974 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 53308

[startup+282.3 s]
/proc/loadavg: 4.77 3.50 3.94 10/187 9236
/proc/meminfo: memFree=30049844/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
[pid=9224] ppid=9223 vsize=44160 CPUtime=282.24 cores=0,2,4,6
/proc/9224/stat : 9224 (pb_cplex) R 9223 9223 8092 0 -1 4202496 19916 0 0 0 28220 4 0 0 20 0 1 0 391198892 45219840 8471 33554432000 134512640 146736320 4290458096 4290452168 136000412 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9224/statm: 11040 8471 844 2985 0 7974 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 53308

[startup+342.3 s]
/proc/loadavg: 7.51 4.51 4.26 10/192 9243
/proc/meminfo: memFree=30003728/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
[pid=9224] ppid=9223 vsize=180504 CPUtime=342.23 cores=0,2,4,6
/proc/9224/stat : 9224 (pb_cplex) R 9223 9223 8092 0 -1 4202496 33617 0 0 0 34217 6 0 0 20 0 8 0 391198892 184836096 19635 33554432000 134512640 146736320 4290458096 4290450844 135855165 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9224/statm: 45126 19635 881 2985 0 42060 0
[pid=9224/tid=9237] ppid=9223 vsize=180504 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9237/stat : 9237 (pb_cplex) S 9223 9223 8092 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 391232733 184836096 19635 33554432000 134512640 146736320 4290458096 4114149008 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9238] ppid=9223 vsize=180504 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9238/stat : 9238 (pb_cplex) S 9223 9223 8092 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391232733 184836096 19635 33554432000 134512640 146736320 4290458096 4103663248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9239] ppid=9223 vsize=180504 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9239/stat : 9239 (pb_cplex) S 9223 9223 8092 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391232733 184836096 19635 33554432000 134512640 146736320 4290458096 4093177488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9240] ppid=9223 vsize=180504 CPUtime=0 cores=0,2,4,6

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

/proc/9224/statm: 58831 33288 884 2985 0 55765 0
[pid=9224/tid=9237] ppid=9223 vsize=235324 CPUtime=41.31 cores=0,2,4,6
/proc/9224/task/9237/stat : 9237 (pb_cplex) R 9223 9223 8092 0 -1 4202560 7724 0 0 0 4129 2 0 0 20 0 8 0 391232733 240971776 33288 33554432000 134512640 146736320 4290458096 4114145348 136385175 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9238] ppid=9223 vsize=235324 CPUtime=41.02 cores=0,2,4,6
/proc/9224/task/9238/stat : 9238 (pb_cplex) R 9223 9223 8092 0 -1 4202560 8647 0 0 0 4100 2 0 0 20 0 8 0 391232733 240971776 33288 33554432000 134512640 146736320 4290458096 4103660112 136403117 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9239] ppid=9223 vsize=235324 CPUtime=41.49 cores=0,2,4,6
/proc/9224/task/9239/stat : 9239 (pb_cplex) R 9223 9223 8092 0 -1 4202560 1276 0 0 0 4149 0 0 0 20 0 8 0 391232733 240971776 33288 33554432000 134512640 146736320 4290458096 4093174216 136000524 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9240] ppid=9223 vsize=235324 CPUtime=41.77 cores=0,2,4,6
/proc/9224/task/9240/stat : 9240 (pb_cplex) R 9223 9223 8092 0 -1 4202560 11840 0 0 0 4174 3 0 0 20 0 8 0 391232733 240971776 33288 33554432000 134512640 146736320 4290458096 4082688072 139042902 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9241] ppid=9223 vsize=235324 CPUtime=41.06 cores=0,2,4,6
/proc/9224/task/9241/stat : 9241 (pb_cplex) R 9223 9223 8092 0 -1 4202560 5422 0 0 0 4105 1 0 0 20 0 8 0 391232733 240971776 33288 33554432000 134512640 146736320 4290458096 4072202332 135855130 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9242] ppid=9223 vsize=235324 CPUtime=41.89 cores=0,2,4,6
/proc/9224/task/9242/stat : 9242 (pb_cplex) R 9223 9223 8092 0 -1 4202560 2129 0 0 0 4188 1 0 0 20 0 8 0 391232733 240971776 33288 33554432000 134512640 146736320 4290458096 4061716688 136007982 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9243] ppid=9223 vsize=235324 CPUtime=41.39 cores=0,2,4,6
/proc/9224/task/9243/stat : 9243 (pb_cplex) R 9223 9223 8092 0 -1 4202560 1914 0 0 0 4138 1 0 0 20 0 8 0 391232733 240971776 33288 33554432000 134512640 146736320 4290458096 4051230928 136008163 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 771.53
Current children cumulated vsize (KiB) 244472

[startup+582.3 s]
/proc/loadavg: 13.59 8.53 5.88 17/193 9244
/proc/meminfo: memFree=29930624/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
[pid=9224] ppid=9223 vsize=235488 CPUtime=1011.04 cores=0,2,4,6
/proc/9224/stat : 9224 (pb_cplex) R 9223 9223 8092 0 -1 4202496 86901 0 0 0 101074 30 0 0 20 0 8 0 391198892 241139712 33961 33554432000 134512640 146736320 4290458096 4290451008 136487075 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9224/statm: 58872 33961 884 2985 0 55806 0
[pid=9224/tid=9237] ppid=9223 vsize=235488 CPUtime=71.29 cores=0,2,4,6
/proc/9224/task/9237/stat : 9237 (pb_cplex) R 9223 9223 8092 0 -1 4202560 7748 0 0 0 7125 4 0 0 20 0 8 0 391232733 241139712 33961 33554432000 134512640 146736320 4290458096 4114145372 135855162 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9238] ppid=9223 vsize=235488 CPUtime=70.95 cores=0,2,4,6
/proc/9224/task/9238/stat : 9238 (pb_cplex) R 9223 9223 8092 0 -1 4202560 15698 0 0 0 7089 6 0 0 20 0 8 0 391232733 241139712 33961 33554432000 134512640 146736320 4290458096 4103659976 136000416 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9239] ppid=9223 vsize=235488 CPUtime=71.44 cores=0,2,4,6
/proc/9224/task/9239/stat : 9239 (pb_cplex) R 9223 9223 8092 0 -1 4202560 1277 0 0 0 7143 1 0 0 20 0 8 0 391232733 241139712 33961 33554432000 134512640 146736320 4290458096 4093173800 139044505 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9240] ppid=9223 vsize=235488 CPUtime=71.48 cores=0,2,4,6
/proc/9224/task/9240/stat : 9240 (pb_cplex) R 9223 9223 8092 0 -1 4202560 18122 0 0 0 7142 6 0 0 20 0 8 0 391232733 241139712 33961 33554432000 134512640 146736320 4290458096 4082688208 136008461 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9241] ppid=9223 vsize=235488 CPUtime=70.9 cores=0,2,4,6
/proc/9224/task/9241/stat : 9241 (pb_cplex) R 9223 9223 8092 0 -1 4202560 5512 0 0 0 7088 2 0 0 20 0 8 0 391232733 241139712 33961 33554432000 134512640 146736320 4290458096 4072202832 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9242] ppid=9223 vsize=235488 CPUtime=71.78 cores=0,2,4,6
/proc/9224/task/9242/stat : 9242 (pb_cplex) R 9223 9223 8092 0 -1 4202560 2130 0 0 0 7175 3 0 0 20 0 8 0 391232733 241139712 33961 33554432000 134512640 146736320 4290458096 4061716700 136389120 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9243] ppid=9223 vsize=235488 CPUtime=70.97 cores=0,2,4,6
/proc/9224/task/9243/stat : 9243 (pb_cplex) R 9223 9223 8092 0 -1 4202560 1917 0 0 0 7094 3 0 0 20 0 8 0 391232733 241139712 33961 33554432000 134512640 146736320 4290458096 4051230812 135855170 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1011.04
Current children cumulated vsize (KiB) 244636

[startup+642.3 s]
/proc/loadavg: 12.25 9.22 6.29 8/186 9294
/proc/meminfo: memFree=30040408/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
[pid=9224] ppid=9223 vsize=235628 CPUtime=1250.57 cores=0,2,4,6
/proc/9224/stat : 9224 (pb_cplex) S 9223 9223 8092 0 -1 4202496 103857 0 0 0 125018 39 0 0 20 0 8 0 391198892 241283072 34004 33554432000 134512640 146736320 4290458096 4290454480 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9224/statm: 58907 34004 884 2985 0 55841 0
[pid=9224/tid=9237] ppid=9223 vsize=235628 CPUtime=104.15 cores=0,2,4,6
/proc/9224/task/9237/stat : 9237 (pb_cplex) R 9223 9223 8092 0 -1 4202560 14309 0 0 0 10409 6 0 0 20 0 8 0 391232733 241283072 34008 33554432000 134512640 146736320 4290458096 4114144468 135455251 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9238] ppid=9223 vsize=235628 CPUtime=84.66 cores=0,2,4,6
/proc/9224/task/9238/stat : 9238 (pb_cplex) S 9223 9223 8092 0 -1 4202560 17373 0 0 0 8459 7 0 0 20 0 8 0 391232733 241283072 34009 33554432000 134512640 146736320 4290458096 4103663248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9239] ppid=9223 vsize=235628 CPUtime=104.25 cores=0,2,4,6
/proc/9224/task/9239/stat : 9239 (pb_cplex) R 9223 9223 8092 0 -1 4202560 1277 0 0 0 10423 2 0 0 20 0 8 0 391232733 241283072 34010 33554432000 134512640 146736320 4290458096 4093173816 136475795 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9240] ppid=9223 vsize=235628 CPUtime=103.74 cores=0,2,4,6
/proc/9224/task/9240/stat : 9240 (pb_cplex) R 9223 9223 8092 0 -1 4202560 26830 0 0 0 10365 9 0 0 20 0 8 0 391232733 241283072 34011 33554432000 134512640 146736320 4290458096 4082688208 136008356 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9241] ppid=9223 vsize=235628 CPUtime=103.29 cores=0,2,4,6
/proc/9224/task/9241/stat : 9241 (pb_cplex) R 9223 9223 8092 0 -1 4202560 5513 0 0 0 10327 2 0 0 20 0 8 0 391232733 241283072 34011 33554432000 134512640 146736320 4290458096 4072202448 136008176 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9242] ppid=9223 vsize=235628 CPUtime=104.97 cores=0,2,4,6
/proc/9224/task/9242/stat : 9242 (pb_cplex) R 9223 9223 8092 0 -1 4202560 2131 0 0 0 10494 3 0 0 20 0 8 0 391232733 241283072 34011 33554432000 134512640 146736320 4290458096 4061716696 136008665 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9243] ppid=9223 vsize=235628 CPUtime=104.61 cores=0,2,4,6
/proc/9224/task/9243/stat : 9243 (pb_cplex) R 9223 9223 8092 0 -1 4202560 1917 0 0 0 10458 3 0 0 20 0 8 0 391232733 241283072 34019 33554432000 134512640 146736320 4290458096 4051230768 136384852 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1250.57
Current children cumulated vsize (KiB) 244776

[startup+702.3 s]
/proc/loadavg: 10.00 9.04 6.41 15/193 9302
/proc/meminfo: memFree=29995276/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
[pid=9224] ppid=9223 vsize=235632 CPUtime=1489.98 cores=0,2,4,6
/proc/9224/stat : 9224 (pb_cplex) S 9223 9223 8092 0 -1 4202496 116013 0 0 0 148953 45 0 0 20 0 8 0 391198892 241287168 34071 33554432000 134512640 146736320 4290458096 4290454480 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9224/statm: 58908 34071 884 2985 0 55842 0
[pid=9224/tid=9237] ppid=9223 vsize=235632 CPUtime=144.43 cores=0,2,4,6
/proc/9224/task/9237/stat : 9237 (pb_cplex) R 9223 9223 8092 0 -1 4202560 15098 0 0 0 14435 8 0 0 20 0 8 0 391232733 241287168 34071 33554432000 134512640 146736320 4290458096 4114145496 136008606 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9238] ppid=9223 vsize=235632 CPUtime=84.66 cores=0,2,4,6
/proc/9224/task/9238/stat : 9238 (pb_cplex) S 9223 9223 8092 0 -1 4202560 17373 0 0 0 8459 7 0 0 20 0 8 0 391232733 241287168 34071 33554432000 134512640 146736320 4290458096 4103663248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9239] ppid=9223 vsize=235632 CPUtime=143.92 cores=0,2,4,6
/proc/9224/task/9239/stat : 9239 (pb_cplex) R 9223 9223 8092 0 -1 4202560 1278 0 0 0 14389 3 0 0 20 0 8 0 391232733 241287168 34071 33554432000 134512640 146736320 4290458096 4093174352 136403116 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9240] ppid=9223 vsize=235632 CPUtime=142.25 cores=0,2,4,6
/proc/9224/task/9240/stat : 9240 (pb_cplex) R 9223 9223 8092 0 -1 4202560 29628 0 0 0 14213 12 0 0 20 0 8 0 391232733 241287168 34071 33554432000 134512640 146736320 4290458096 4082688048 136384857 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9241] ppid=9223 vsize=235632 CPUtime=143.96 cores=0,2,4,6
/proc/9224/task/9241/stat : 9241 (pb_cplex) R 9223 9223 8092 0 -1 4202560 5549 0 0 0 14392 4 0 0 20 0 8 0 391232733 241287168 34071 33554432000 134512640 146736320 4290458096 4072202448 136008050 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9242] ppid=9223 vsize=235632 CPUtime=144.75 cores=0,2,4,6
/proc/9224/task/9242/stat : 9242 (pb_cplex) R 9223 9223 8092 0 -1 4202560 4411 0 0 0 14470 5 0 0 20 0 8 0 391232733 241287168 34071 33554432000 134512640 146736320 4290458096 4061716552 139042902 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9243] ppid=9223 vsize=235632 CPUtime=144.42 cores=0,2,4,6
/proc/9224/task/9243/stat : 9243 (pb_cplex) R 9223 9223 8092 0 -1 4202560 8165 0 0 0 14435 7 0 0 20 0 8 0 391232733 241287168 34071 33554432000 134512640 146736320 4290458096 4051230792 136474230 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1489.98
Current children cumulated vsize (KiB) 244780

[startup+762.307 s]
/proc/loadavg: 12.45 9.92 6.87 13/192 9302
/proc/meminfo: memFree=29987748/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
[pid=9224] ppid=9223 vsize=235640 CPUtime=1729.51 cores=0,2,4,6
/proc/9224/stat : 9224 (pb_cplex) S 9223 9223 8092 0 -1 4202496 116330 0 0 0 172903 48 0 0 20 0 8 0 391198892 241295360 34160 33554432000 134512640 146736320 4290458096 4290454480 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9224/statm: 58910 34160 884 2985 0 55844 0
[pid=9224/tid=9237] ppid=9223 vsize=235640 CPUtime=183.94 cores=0,2,4,6
/proc/9224/task/9237/stat : 9237 (pb_cplex) R 9223 9223 8092 0 -1 4202560 15152 0 0 0 18386 8 0 0 20 0 8 0 391232733 241295360 34160 33554432000 134512640 146736320 4290458096 4114145336 136475800 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9238] ppid=9223 vsize=235640 CPUtime=84.66 cores=0,2,4,6
/proc/9224/task/9238/stat : 9238 (pb_cplex) S 9223 9223 8092 0 -1 4202560 17373 0 0 0 8459 7 0 0 20 0 8 0 391232733 241295360 34160 33554432000 134512640 146736320 4290458096 4103663248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9239] ppid=9223 vsize=235640 CPUtime=182.18 cores=0,2,4,6
/proc/9224/task/9239/stat : 9239 (pb_cplex) R 9223 9223 8092 0 -1 4202560 1278 0 0 0 18214 4 0 0 20 0 8 0 391232733 241295360 34160 33554432000 134512640 146736320 4290458096 4093174036 136003539 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9240] ppid=9223 vsize=235640 CPUtime=183.4 cores=0,2,4,6
/proc/9224/task/9240/stat : 9240 (pb_cplex) R 9223 9223 8092 0 -1 4202560 29781 0 0 0 18328 12 0 0 20 0 8 0 391232733 241295360 34160 33554432000 134512640 146736320 4290458096 4082688072 139042895 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9241] ppid=9223 vsize=235640 CPUtime=185.08 cores=0,2,4,6
/proc/9224/task/9241/stat : 9241 (pb_cplex) R 9223 9223 8092 0 -1 4202560 5549 0 0 0 18503 5 0 0 20 0 8 0 391232733 241295360 34160 33554432000 134512640 146736320 4290458096 4072202832 136403112 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9242] ppid=9223 vsize=235640 CPUtime=183.16 cores=0,2,4,6
/proc/9224/task/9242/stat : 9242 (pb_cplex) R 9223 9223 8092 0 -1 4202560 4518 0 0 0 18310 6 0 0 20 0 8 0 391232733 241295360 34160 33554432000 134512640 146736320 4290458096 4061714828 135465109 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9243] ppid=9223 vsize=235640 CPUtime=184.79 cores=0,2,4,6
/proc/9224/task/9243/stat : 9243 (pb_cplex) R 9223 9223 8092 0 -1 4202560 8168 0 0 0 18472 7 0 0 20 0 8 0 391232733 241295360 34160 33554432000 134512640 146736320 4290458096 4051230812 135855174 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1729.51
Current children cumulated vsize (KiB) 244788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+780 s]
/proc/loadavg: 11.58 9.89 6.93 9/193 9303
/proc/meminfo: memFree=29985260/32873844 swapFree=7644/7644
[pid=9223] ppid=9221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9223/stat : 9223 (run) S 9221 9223 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198892 9367552 270 33554432000 4194304 5064252 140736519268384 140736519267296 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9223/statm: 2287 270 229 213 0 72 0
[pid=9224] ppid=9223 vsize=235648 CPUtime=1800.16 cores=0,2,4,6
/proc/9224/stat : 9224 (pb_cplex) S 9223 9223 8092 0 -1 4202496 116332 0 0 0 179967 49 0 0 20 0 8 0 391198892 241303552 34162 33554432000 134512640 146736320 4290458096 4290454480 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9224/statm: 58912 34162 884 2985 0 55846 0
[pid=9224/tid=9237] ppid=9223 vsize=235648 CPUtime=195.5 cores=0,2,4,6
/proc/9224/task/9237/stat : 9237 (pb_cplex) R 9223 9223 8092 0 -1 4202560 15152 0 0 0 19541 9 0 0 20 0 8 0 391232733 241303552 34162 33554432000 134512640 146736320 4290458096 4114145352 139042899 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9238] ppid=9223 vsize=235648 CPUtime=84.66 cores=0,2,4,6
/proc/9224/task/9238/stat : 9238 (pb_cplex) S 9223 9223 8092 0 -1 4202560 17373 0 0 0 8459 7 0 0 20 0 8 0 391232733 241303552 34162 33554432000 134512640 146736320 4290458096 4103663248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9239] ppid=9223 vsize=235648 CPUtime=193.93 cores=0,2,4,6
/proc/9224/task/9239/stat : 9239 (pb_cplex) R 9223 9223 8092 0 -1 4202560 1280 0 0 0 19389 4 0 0 20 0 8 0 391232733 241303552 34162 33554432000 134512640 146736320 4290458096 4093173832 139042904 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9240] ppid=9223 vsize=235648 CPUtime=195.36 cores=0,2,4,6
/proc/9224/task/9240/stat : 9240 (pb_cplex) R 9223 9223 8092 0 -1 4202560 29781 0 0 0 19524 12 0 0 20 0 8 0 391232733 241303552 34162 33554432000 134512640 146736320 4290458096 4082688208 136007981 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9241] ppid=9223 vsize=235648 CPUtime=196.75 cores=0,2,4,6
/proc/9224/task/9241/stat : 9241 (pb_cplex) R 9223 9223 8092 0 -1 4202560 5549 0 0 0 19670 5 0 0 20 0 8 0 391232733 241303552 34162 33554432000 134512640 146736320 4290458096 4072200656 135459508 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9242] ppid=9223 vsize=235648 CPUtime=195.05 cores=0,2,4,6
/proc/9224/task/9242/stat : 9242 (pb_cplex) R 9223 9223 8092 0 -1 4202560 4518 0 0 0 19499 6 0 0 20 0 8 0 391232733 241303552 34162 33554432000 134512640 146736320 4290458096 4061716536 136475824 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9243] ppid=9223 vsize=235648 CPUtime=196.4 cores=0,2,4,6
/proc/9224/task/9243/stat : 9243 (pb_cplex) R 9223 9223 8092 0 -1 4202560 8168 0 0 0 19633 7 0 0 20 0 8 0 391232733 241303552 34162 33554432000 134512640 146736320 4290458096 4051230936 136009126 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 244796

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 780.016
CPU time (s): 1800.16
CPU user time (s): 1799.67
CPU system time (s): 0.49
CPU usage (%): 230.785
Max. virtual memory (cumulated for all children) (KiB): 244796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1080
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.70274 second user time and 4.53331 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-09 16:05:45
IDJOB=3742081
IDBENCH=90130
IDSOLVER=2325
FILE ID=node147/3742081-1339250745
RUNJOBID= node147-1339246835-8109
PBS_JOBID= 14644334
Free space on /tmp= 70528 MiB

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

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

MD5SUM BENCH= a293d07a49a0e06ee574b1553fbf5b2b
RANDOM SEED=1696303406

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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	: 5333.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30167552 kB
Buffers:          598788 kB
Cached:          1137956 kB
SwapCached:         2864 kB
Active:          1240020 kB
Inactive:         530048 kB
Active(anon):      29976 kB
Inactive(anon):     2768 kB
Active(file):    1210044 kB
Inactive(file):   527280 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:             16732 kB
Writeback:             0 kB
AnonPages:         35888 kB
Mapped:            12488 kB
Shmem:                 0 kB
Slab:             797068 kB
SReclaimable:     237968 kB
SUnreclaim:       559100 kB
KernelStack:        1488 kB
PageTables:         3952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     153492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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-3742081-1339250745.opb

Free space on /tmp at the end= 70512 MiB
End job on node147 at 2012-06-09 16:18:47