Trace number 3733127

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: pb_cplex 2010-06-29? (TO) 1800.1 1270.82

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-1.opb
MD5SUMb8b0df75c0f0dbb89ae9601b9070a445
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-51
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -54
Optimality of the best value was proved NO
Number of variables1400
Total number of constraints109676
Number of constraints which are clauses109676
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1400
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1400
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1400
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3733127-1339247391.opb.
0.00/0.00	c Instance file HOME/instance-3733127-1339247391.opb
0.00/0.00	c File size is 2689847 bytes.
0.00/0.47	c Highest Coefficient sum: 3
0.00/0.47	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.52	c ============================[ Problem Statistics ]=============================
0.00/0.52	c |                                                                             |
0.00/0.52	c |  Parsing time:          0.50         s                                      |
0.00/0.52	c |  Number Variables:      1400                                                |
0.00/0.53	c |  Number Constraints:    109676                                              |
0.00/0.53	c ===============================================================================
1800.10/1270.81	c Remaining time 1799.49 sec.
1800.10/1270.81	c 
1800.10/1270.81	c *** INTERRUPTED ***
1800.10/1270.81	s UNKNOWN
1800.10/1270.81	c Total CPU time              : 1797.54 s

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-3733127-1339247391/watcher-3733127-1339247391 -o /tmp/evaluation-result-3733127-1339247391/solver-3733127-1339247391 -C 1800 -W 1900 -M 15500 run HOME/instance-3733127-1339247391.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: 12.82 10.43 5.42 10/184 18234
/proc/meminfo: memFree=26627236/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0

[startup+0.033725 s]
/proc/loadavg: 12.82 10.43 5.42 10/184 18234
/proc/meminfo: memFree=26627236/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100255 s]
/proc/loadavg: 12.82 10.43 5.42 10/184 18234
/proc/meminfo: memFree=26627236/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300183 s]
/proc/loadavg: 12.82 10.43 5.42 10/184 18234
/proc/meminfo: memFree=26627236/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700243 s]
/proc/loadavg: 12.82 10.43 5.42 10/184 18234
/proc/meminfo: memFree=26627236/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 12.51 10.40 5.44 10/186 18236
/proc/meminfo: memFree=26575388/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
[pid=18235] ppid=18234 vsize=61540 CPUtime=1.49 cores=1,3,5,7
/proc/18235/stat : 18235 (pb_cplex) R 18234 18234 17869 0 -1 4202496 18937 0 0 0 146 3 0 0 20 0 1 0 390863635 63016960 12502 33554432000 134512640 146736320 4287860896 4287859088 138729718 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18235/statm: 15385 12502 656 2985 0 12319 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70688

[startup+3.10023 s]
/proc/loadavg: 12.51 10.40 5.44 10/186 18236
/proc/meminfo: memFree=26562304/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
[pid=18235] ppid=18234 vsize=131844 CPUtime=3.09 cores=1,3,5,7
/proc/18235/stat : 18235 (pb_cplex) R 18234 18234 17869 0 -1 4202496 31525 0 0 0 303 6 0 0 20 0 1 0 390863635 135008256 17204 33554432000 134512640 146736320 4287860896 4287855880 136461942 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18235/statm: 32961 17204 783 2985 0 29895 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 140992

[startup+6.30022 s]
/proc/loadavg: 12.23 10.38 5.46 10/186 18236
/proc/meminfo: memFree=26559260/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
[pid=18235] ppid=18234 vsize=132452 CPUtime=6.29 cores=1,3,5,7
/proc/18235/stat : 18235 (pb_cplex) R 18234 18234 17869 0 -1 4202496 31704 0 0 0 623 6 0 0 20 0 1 0 390863635 135630848 17383 33554432000 134512640 146736320 4287860896 4287855880 136462481 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18235/statm: 33113 17383 783 2985 0 30047 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 141600

[startup+12.7003 s]
/proc/loadavg: 11.97 10.36 5.48 10/187 18239
/proc/meminfo: memFree=26558656/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
[pid=18235] ppid=18234 vsize=132484 CPUtime=12.69 cores=1,3,5,7
/proc/18235/stat : 18235 (pb_cplex) R 18234 18234 17869 0 -1 4202496 31712 0 0 0 1263 6 0 0 20 0 1 0 390863635 135663616 17391 33554432000 134512640 146736320 4287860896 4287854312 138412928 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18235/statm: 33121 17391 783 2985 0 30055 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 141632

[startup+25.5003 s]
/proc/loadavg: 11.43 10.29 5.51 10/187 18239
/proc/meminfo: memFree=26495316/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
[pid=18235] ppid=18234 vsize=183604 CPUtime=25.48 cores=1,3,5,7
/proc/18235/stat : 18235 (pb_cplex) R 18234 18234 17869 0 -1 4202496 39003 0 0 0 2541 7 0 0 20 0 1 0 390863635 188010496 24964 33554432000 134512640 146736320 4287860896 4287854028 136017498 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18235/statm: 45901 24964 849 2985 0 42835 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 192752

[startup+51.1002 s]
/proc/loadavg: 10.47 10.17 5.62 10/187 18239
/proc/meminfo: memFree=26438864/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
[pid=18235] ppid=18234 vsize=225640 CPUtime=51.08 cores=1,3,5,7
/proc/18235/stat : 18235 (pb_cplex) R 18234 18234 17869 0 -1 4202496 48066 0 0 0 5098 10 0 0 20 0 1 0 390863635 231055360 32935 33554432000 134512640 146736320 4287860896 4287856720 137698804 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18235/statm: 56410 32935 875 2985 0 53344 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 234788

[startup+102.307 s]
/proc/loadavg: 9.64 9.99 5.79 10/186 18239
/proc/meminfo: memFree=26447280/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
[pid=18235] ppid=18234 vsize=193680 CPUtime=102.28 cores=1,3,5,7
/proc/18235/stat : 18235 (pb_cplex) R 18234 18234 17869 0 -1 4202496 87858 0 0 0 10209 19 0 0 20 0 1 0 390863635 198328320 29754 33554432000 134512640 146736320 4287860896 4287854080 135468684 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18235/statm: 48420 29754 908 2985 0 45354 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 202828

[startup+162.3 s]
/proc/loadavg: 9.23 9.81 5.99 10/186 18239
/proc/meminfo: memFree=26436348/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
[pid=18235] ppid=18234 vsize=195064 CPUtime=162.27 cores=1,3,5,7
/proc/18235/stat : 18235 (pb_cplex) R 18234 18234 17869 0 -1 4202496 121201 0 0 0 16202 25 0 0 20 0 1 0 390863635 199745536 31302 33554432000 134512640 146736320 4287860896 4287855080 135983214 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18235/statm: 48766 31302 908 2985 0 45700 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 204212

[startup+222.3 s]
/proc/loadavg: 6.09 8.93 5.93 5/186 18311
/proc/meminfo: memFree=26580660/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
[pid=18235] ppid=18234 vsize=195648 CPUtime=222.26 cores=1,3,5,7
/proc/18235/stat : 18235 (pb_cplex) R 18234 18234 17869 0 -1 4202496 153565 0 0 0 22195 31 0 0 20 0 1 0 390863635 200343552 31449 33554432000 134512640 146736320 4287860896 4287854952 139044591 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18235/statm: 48912 31449 908 2985 0 45846 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 204796

[startup+282.3 s]
/proc/loadavg: 2.87 7.48 5.62 6/186 18311
/proc/meminfo: memFree=26578180/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
[pid=18235] ppid=18234 vsize=195648 CPUtime=282.25 cores=1,3,5,7
/proc/18235/stat : 18235 (pb_cplex) R 18234 18234 17869 0 -1 4202496 188132 0 0 0 28187 38 0 0 20 0 1 0 390863635 200343552 31718 33554432000 134512640 146736320 4287860896 4287855116 136017755 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18235/statm: 48912 31718 908 2985 0 45846 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 204796

[startup+342.3 s]
/proc/loadavg: 1.68 6.30 5.33 9/186 18311
/proc/meminfo: memFree=26585692/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
[pid=18235] ppid=18234 vsize=183768 CPUtime=342.24 cores=1,3,5,7
/proc/18235/stat : 18235 (pb_cplex) R 18234 18234 17869 0 -1 4202496 216484 0 0 0 34178 46 0 0 20 0 1 0 390863635 188178432 29282 33554432000 134512640 146736320 4287860896 4287855116 136017526 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18235/statm: 45942 29282 909 2985 0 42876 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 192916

[startup+402.3 s]
/proc/loadavg: 1.33 5.35 5.06 4/186 18311
/proc/meminfo: memFree=26581956/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/18235/statm: 113992 79635 967 2985 0 110926 0
[pid=18235/tid=18330] ppid=18234 vsize=455968 CPUtime=0 cores=1,3,5,7
/proc/18235/task/18330/stat : 18330 (pb_cplex) S 18234 18234 17869 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390931897 466911232 79635 33554432000 134512640 146736320 4287860896 3956272784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18235/tid=18331] ppid=18234 vsize=455968 CPUtime=0 cores=1,3,5,7
/proc/18235/task/18331/stat : 18331 (pb_cplex) S 18234 18234 17869 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390931897 466911232 79635 33554432000 134512640 146736320 4287860896 4014993040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18235/tid=18332] ppid=18234 vsize=455968 CPUtime=0 cores=1,3,5,7
/proc/18235/task/18332/stat : 18332 (pb_cplex) S 18234 18234 17869 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390931897 466911232 79635 33554432000 134512640 146736320 4287860896 4025478800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18235/tid=18333] ppid=18234 vsize=455968 CPUtime=0 cores=1,3,5,7
/proc/18235/task/18333/stat : 18333 (pb_cplex) S 18234 18234 17869 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390931897 466911232 79635 33554432000 134512640 146736320 4287860896 4004462224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18235/tid=18334] ppid=18234 vsize=455968 CPUtime=0 cores=1,3,5,7
/proc/18235/task/18334/stat : 18334 (pb_cplex) S 18234 18234 17869 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390931897 466911232 79635 33554432000 134512640 146736320 4287860896 3896483472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18235/tid=18335] ppid=18234 vsize=455968 CPUtime=0 cores=1,3,5,7
/proc/18235/task/18335/stat : 18335 (pb_cplex) S 18234 18234 17869 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390931897 466911232 79635 33554432000 134512640 146736320 4287860896 3885997712 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18235/tid=18336] ppid=18234 vsize=455968 CPUtime=0 cores=1,3,5,7
/proc/18235/task/18336/stat : 18336 (pb_cplex) S 18234 18234 17869 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390931897 466911232 79635 33554432000 134512640 146736320 4287860896 3875511952 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1014.73
Current children cumulated vsize (KiB) 465116

[startup+1062.3 s]
/proc/loadavg: 6.44 3.40 3.67 10/193 18468
/proc/meminfo: memFree=26243560/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
[pid=18235] ppid=18234 vsize=455968 CPUtime=1074.72 cores=1,3,5,7
/proc/18235/stat : 18235 (pb_cplex) R 18234 18234 17869 0 -1 4202496 831017 0 0 0 107289 183 0 0 20 0 8 0 390863635 466911232 79635 33554432000 134512640 146736320 4287860896 4287853608 139044550 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18235/statm: 113992 79635 967 2985 0 110926 0
[pid=18235/tid=18330] ppid=18234 vsize=455968 CPUtime=0 cores=1,3,5,7
/proc/18235/task/18330/stat : 18330 (pb_cplex) S 18234 18234 17869 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390931897 466911232 79635 33554432000 134512640 146736320 4287860896 3956272784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18235/tid=18331] ppid=18234 vsize=455968 CPUtime=0 cores=1,3,5,7
/proc/18235/task/18331/stat : 18331 (pb_cplex) S 18234 18234 17869 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390931897 466911232 79635 33554432000 134512640 146736320 4287860896 4014993040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18235/tid=18332] ppid=18234 vsize=455968 CPUtime=0 cores=1,3,5,7
/proc/18235/task/18332/stat : 18332 (pb_cplex) S 18234 18234 17869 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390931897 466911232 79635 33554432000 134512640 146736320 4287860896 4025478800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18235/tid=18333] ppid=18234 vsize=455968 CPUtime=0 cores=1,3,5,7
/proc/18235/task/18333/stat : 18333 (pb_cplex) S 18234 18234 17869 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390931897 466911232 79635 33554432000 134512640 146736320 4287860896 4004462224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18235/tid=18334] ppid=18234 vsize=455968 CPUtime=0 cores=1,3,5,7
/proc/18235/task/18334/stat : 18334 (pb_cplex) S 18234 18234 17869 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390931897 466911232 79635 33554432000 134512640 146736320 4287860896 3896483472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18235/tid=18335] ppid=18234 vsize=455968 CPUtime=0 cores=1,3,5,7
/proc/18235/task/18335/stat : 18335 (pb_cplex) S 18234 18234 17869 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390931897 466911232 79635 33554432000 134512640 146736320 4287860896 3885997712 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18235/tid=18336] ppid=18234 vsize=455968 CPUtime=0 cores=1,3,5,7
/proc/18235/task/18336/stat : 18336 (pb_cplex) S 18234 18234 17869 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390931897 466911232 79635 33554432000 134512640 146736320 4287860896 3875511952 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1074.72
Current children cumulated vsize (KiB) 465116

[startup+1122.3 s]
/proc/loadavg: 8.81 4.47 4.01 10/193 18469
/proc/meminfo: memFree=26059736/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
[pid=18235] ppid=18234 vsize=720144 CPUtime=1207.24 cores=1,3,5,7
/proc/18235/stat : 18235 (pb_cplex) R 18234 18234 17869 0 -1 4202496 907226 0 0 0 120516 208 0 0 20 0 8 0 390863635 737427456 127585 33554432000 134512640 146736320 4287860896 4287852776 135467781 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18235/statm: 180036 127585 967 2985 0 176970 0
[pid=18235/tid=18330] ppid=18234 vsize=720144 CPUtime=12.25 cores=1,3,5,7
/proc/18235/task/18330/stat : 18330 (pb_cplex) R 18234 18234 17869 0 -1 4202560 7398 0 0 0 1223 2 0 0 20 0 8 0 390931897 737427456 127585 33554432000 134512640 146736320 4287860896 3956269208 136007073 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18235/tid=18331] ppid=18234 vsize=720144 CPUtime=11.91 cores=1,3,5,7
/proc/18235/task/18331/stat : 18331 (pb_cplex) R 18234 18234 17869 0 -1 4202560 7504 0 0 0 1189 2 0 0 20 0 8 0 390931897 737427456 127585 33554432000 134512640 146736320 4287860896 4014989352 139044550 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18235/tid=18332] ppid=18234 vsize=720144 CPUtime=12.05 cores=1,3,5,7
/proc/18235/task/18332/stat : 18332 (pb_cplex) R 18234 18234 17869 0 -1 4202560 6131 0 0 0 1203 2 0 0 20 0 8 0 390931897 737427456 127585 33554432000 134512640 146736320 4287860896 4025475224 136007616 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18235/tid=18333] ppid=18234 vsize=720144 CPUtime=12 cores=1,3,5,7
/proc/18235/task/18333/stat : 18333 (pb_cplex) R 18234 18234 17869 0 -1 4202560 7574 0 0 0 1198 2 0 0 20 0 8 0 390931897 737427456 127585 33554432000 134512640 146736320 4287860896 4004459088 136403117 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18235/tid=18334] ppid=18234 vsize=720144 CPUtime=12.07 cores=1,3,5,7
/proc/18235/task/18334/stat : 18334 (pb_cplex) R 18234 18234 17869 0 -1 4202560 7179 0 0 0 1205 2 0 0 20 0 8 0 390931897 737427456 127585 33554432000 134512640 146736320 4287860896 3896479636 136017755 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=18235/tid=18335] ppid=18234 vsize=720144 CPUtime=12.35 cores=1,3,5,7
/proc/18235/task/18335/stat : 18335 (pb_cplex) R 18234 18234 17869 0 -1 4202560 7042 0 0 0 1233 2 0 0 20 0 8 0 390931897 737427456 127585 33554432000 134512640 146736320 4287860896 3885994056 139042888 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18235/tid=18336] ppid=18234 vsize=720144 CPUtime=11.91 cores=1,3,5,7
/proc/18235/task/18336/stat : 18336 (pb_cplex) R 18234 18234 17869 0 -1 4202560 7064 0 0 0 1188 3 0 0 20 0 8 0 390931897 737427456 127585 33554432000 134512640 146736320 4287860896 3875508376 136007616 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1207.24
Current children cumulated vsize (KiB) 729292

[startup+1182.3 s]
/proc/loadavg: 12.44 6.32 4.68 17/193 18469
/proc/meminfo: memFree=26051060/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
[pid=18235] ppid=18234 vsize=721628 CPUtime=1446.78 cores=1,3,5,7
/proc/18235/stat : 18235 (pb_cplex) R 18234 18234 17869 0 -1 4202496 985752 0 0 0 144448 230 0 0 20 0 8 0 390863635 738947072 128017 33554432000 134512640 146736320 4287860896 4287853720 136007605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18235/statm: 180407 128017 967 2985 0 177341 0
[pid=18235/tid=18330] ppid=18234 vsize=721628 CPUtime=42.17 cores=1,3,5,7
/proc/18235/task/18330/stat : 18330 (pb_cplex) R 18234 18234 17869 0 -1 4202560 17621 0 0 0 4212 5 0 0 20 0 8 0 390931897 738947072 128017 33554432000 134512640 146736320 4287860896 3956269208 136007053 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18235/tid=18331] ppid=18234 vsize=721628 CPUtime=41.83 cores=1,3,5,7
/proc/18235/task/18331/stat : 18331 (pb_cplex) R 18234 18234 17869 0 -1 4202560 17754 0 0 0 4178 5 0 0 20 0 8 0 390931897 738947072 128017 33554432000 134512640 146736320 4287860896 4014989204 136017763 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18235/tid=18332] ppid=18234 vsize=721628 CPUtime=41.7 cores=1,3,5,7
/proc/18235/task/18332/stat : 18332 (pb_cplex) R 18234 18234 17869 0 -1 4202560 15293 0 0 0 4165 5 0 0 20 0 8 0 390931897 738947072 128017 33554432000 134512640 146736320 4287860896 4025475224 136007053 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=18235/tid=18333] ppid=18234 vsize=721628 CPUtime=41.93 cores=1,3,5,7
/proc/18235/task/18333/stat : 18333 (pb_cplex) R 18234 18234 17869 0 -1 4202560 16934 0 0 0 4188 5 0 0 20 0 8 0 390931897 738947072 128017 33554432000 134512640 146736320 4287860896 4004458568 136475052 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18235/tid=18334] ppid=18234 vsize=721628 CPUtime=41.79 cores=1,3,5,7
/proc/18235/task/18334/stat : 18334 (pb_cplex) R 18234 18234 17869 0 -1 4202560 17088 0 0 0 4174 5 0 0 20 0 8 0 390931897 738947072 128017 33554432000 134512640 146736320 4287860896 3896479816 139042873 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18235/tid=18335] ppid=18234 vsize=721628 CPUtime=42.26 cores=1,3,5,7
/proc/18235/task/18335/stat : 18335 (pb_cplex) R 18234 18234 17869 0 -1 4202560 17112 0 0 0 4221 5 0 0 20 0 8 0 390931897 738947072 128017 33554432000 134512640 146736320 4287860896 3885994056 139042981 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18235/tid=18336] ppid=18234 vsize=721628 CPUtime=41.61 cores=1,3,5,7
/proc/18235/task/18336/stat : 18336 (pb_cplex) R 18234 18234 17869 0 -1 4202560 17631 0 0 0 4155 6 0 0 20 0 8 0 390931897 738947072 128017 33554432000 134512640 146736320 4287860896 3875508816 136403109 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1446.78
Current children cumulated vsize (KiB) 730776

[startup+1242.3 s]
/proc/loadavg: 13.00 7.64 5.23 17/194 18472
/proc/meminfo: memFree=26049696/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
[pid=18235] ppid=18234 vsize=721628 CPUtime=1686.31 cores=1,3,5,7
/proc/18235/stat : 18235 (pb_cplex) R 18234 18234 17869 0 -1 4202496 1063330 0 0 0 168382 249 0 0 20 0 8 0 390863635 738947072 128018 33554432000 134512640 146736320 4287860896 4287854160 136403112 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18235/statm: 180407 128018 967 2985 0 177341 0
[pid=18235/tid=18330] ppid=18234 vsize=721628 CPUtime=72.18 cores=1,3,5,7
/proc/18235/task/18330/stat : 18330 (pb_cplex) R 18234 18234 17869 0 -1 4202560 27121 0 0 0 7209 9 0 0 20 0 8 0 390931897 738947072 128018 33554432000 134512640 146736320 4287860896 3956269208 136007053 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18235/tid=18331] ppid=18234 vsize=721628 CPUtime=71.66 cores=1,3,5,7
/proc/18235/task/18331/stat : 18331 (pb_cplex) R 18234 18234 17869 0 -1 4202560 27446 0 0 0 7158 8 0 0 20 0 8 0 390931897 738947072 128018 33554432000 134512640 146736320 4287860896 4014989424 136384857 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=18235/tid=18332] ppid=18234 vsize=721628 CPUtime=71.39 cores=1,3,5,7
/proc/18235/task/18332/stat : 18332 (pb_cplex) R 18234 18234 17869 0 -1 4202560 24886 0 0 0 7130 9 0 0 20 0 8 0 390931897 738947072 128018 33554432000 134512640 146736320 4287860896 4025474964 136017519 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18235/tid=18333] ppid=18234 vsize=721628 CPUtime=71.71 cores=1,3,5,7
/proc/18235/task/18333/stat : 18333 (pb_cplex) R 18234 18234 17869 0 -1 4202560 26153 0 0 0 7163 8 0 0 20 0 8 0 390931897 738947072 128018 33554432000 134512640 146736320 4287860896 4004458648 136007678 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=18235/tid=18334] ppid=18234 vsize=721628 CPUtime=71.52 cores=1,3,5,7
/proc/18235/task/18334/stat : 18334 (pb_cplex) R 18234 18234 17869 0 -1 4202560 26885 0 0 0 7144 8 0 0 20 0 8 0 390931897 738947072 128018 33554432000 134512640 146736320 4287860896 3896479816 139042888 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18235/tid=18335] ppid=18234 vsize=721628 CPUtime=72.19 cores=1,3,5,7
/proc/18235/task/18335/stat : 18335 (pb_cplex) R 18234 18234 17869 0 -1 4202560 27427 0 0 0 7210 9 0 0 20 0 8 0 390931897 738947072 128018 33554432000 134512640 146736320 4287860896 3885994208 139028294 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18235/tid=18336] ppid=18234 vsize=721628 CPUtime=71.61 cores=1,3,5,7
/proc/18235/task/18336/stat : 18336 (pb_cplex) R 18234 18234 17869 0 -1 4202560 28371 0 0 0 7151 10 0 0 20 0 8 0 390931897 738947072 128018 33554432000 134512640 146736320 4287860896 3875508816 136403112 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1686.31
Current children cumulated vsize (KiB) 730776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1270.8 s]
/proc/loadavg: 13.68 8.32 5.54 17/193 18472
/proc/meminfo: memFree=26038480/32873648 swapFree=7388/7388
[pid=18234] ppid=18232 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (run) S 18232 18234 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863635 9367552 269 33554432000 4194304 5064252 140734923885520 140734923884432 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18234/statm: 2287 269 229 213 0 72 0
[pid=18235] ppid=18234 vsize=724972 CPUtime=1800.1 cores=1,3,5,7
/proc/18235/stat : 18235 (pb_cplex) R 18234 18234 17869 0 -1 4202496 1104974 0 0 0 179750 260 0 0 20 0 8 0 390863635 742371328 129099 33554432000 134512640 146736320 4287860896 4287853720 136007588 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18235/statm: 181243 129099 967 2985 0 178177 0
[pid=18235/tid=18330] ppid=18234 vsize=724972 CPUtime=86.4 cores=1,3,5,7
/proc/18235/task/18330/stat : 18330 (pb_cplex) R 18234 18234 17869 0 -1 4202560 33367 0 0 0 8629 11 0 0 20 0 8 0 390931897 742371328 129099 33554432000 134512640 146736320 4287860896 3956268376 136007605 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18235/tid=18331] ppid=18234 vsize=724972 CPUtime=85.65 cores=1,3,5,7
/proc/18235/task/18331/stat : 18331 (pb_cplex) R 18234 18234 17869 0 -1 4202560 33785 0 0 0 8556 9 0 0 20 0 8 0 390931897 742371328 129099 33554432000 134512640 146736320 4287860896 4014988552 139042876 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18235/tid=18332] ppid=18234 vsize=724972 CPUtime=85.36 cores=1,3,5,7
/proc/18235/task/18332/stat : 18332 (pb_cplex) R 18234 18234 17869 0 -1 4202560 29375 0 0 0 8527 9 0 0 20 0 8 0 390931897 742371328 129099 33554432000 134512640 146736320 4287860896 4025474964 136017787 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18235/tid=18333] ppid=18234 vsize=724972 CPUtime=86.01 cores=1,3,5,7
/proc/18235/task/18333/stat : 18333 (pb_cplex) R 18234 18234 17869 0 -1 4202560 30480 0 0 0 8592 9 0 0 20 0 8 0 390931897 742371328 129099 33554432000 134512640 146736320 4287860896 4004459088 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18235/tid=18334] ppid=18234 vsize=724972 CPUtime=85.95 cores=1,3,5,7
/proc/18235/task/18334/stat : 18334 (pb_cplex) R 18234 18234 17869 0 -1 4202560 31876 0 0 0 8586 9 0 0 20 0 8 0 390931897 742371328 129099 33554432000 134512640 146736320 4287860896 3896479652 136015994 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=18235/tid=18335] ppid=18234 vsize=724972 CPUtime=86.38 cores=1,3,5,7
/proc/18235/task/18335/stat : 18335 (pb_cplex) R 18234 18234 17869 0 -1 4202560 32215 0 0 0 8628 10 0 0 20 0 8 0 390931897 742371328 129099 33554432000 134512640 146736320 4287860896 3885994136 136007643 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=18235/tid=18336] ppid=18234 vsize=724972 CPUtime=85.83 cores=1,3,5,7
/proc/18235/task/18336/stat : 18336 (pb_cplex) R 18234 18234 17869 0 -1 4202560 34651 0 0 0 8571 12 0 0 20 0 8 0 390931897 742371328 129099 33554432000 134512640 146736320 4287860896 3875507544 136007605 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 734120

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 18234 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.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1270.82
CPU time (s): 1800.1
CPU user time (s): 1797.5
CPU system time (s): 2.6
CPU usage (%): 141.649
Max. virtual memory (cumulated for all children) (KiB): 736248

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

runsolver used 2.89156 second user time and 7.8938 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-09 15:09:51
IDJOB=3733127
IDBENCH=2249
IDSOLVER=2325
FILE ID=node148/3733127-1339247391
RUNJOBID= node148-1339246835-17886
PBS_JOBID= 14644333
Free space on /tmp= 70428 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-1.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733127-1339247391/watcher-3733127-1339247391 -o /tmp/evaluation-result-3733127-1339247391/solver-3733127-1339247391 -C 1800 -W 1900 -M 15500  run HOME/instance-3733127-1339247391.opb

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

MD5SUM BENCH= b8b0df75c0f0dbb89ae9601b9070a445
RANDOM SEED=1727662999

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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.284
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.90
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.284
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.284
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.90
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.284
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:       32873648 kB
MemFree:        26627284 kB
Buffers:          771880 kB
Cached:          4391424 kB
SwapCached:          560 kB
Active:          2643972 kB
Inactive:        2626644 kB
Active(anon):      95068 kB
Inactive(anon):    10628 kB
Active(file):    2548904 kB
Inactive(file):  2616016 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:             19172 kB
Writeback:             0 kB
AnonPages:        109764 kB
Mapped:            14728 kB
Shmem:                36 kB
Slab:             837992 kB
SReclaimable:     282052 kB
SUnreclaim:       555940 kB
KernelStack:        1600 kB
PageTables:         4124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     274872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3733127-1339247391.opb

Free space on /tmp at the end= 70412 MiB
End job on node148 at 2012-06-09 15:31:02