Trace number 3733237

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.32 865.517

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
MD5SUM32f273c48805c1e726044ae006778010
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-48
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80035
Number of constraints which are clauses80035
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 1150
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 1150
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 1150
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-3733237-1339247411.opb.
0.00/0.00	c Instance file HOME/instance-3733237-1339247411.opb
0.00/0.00	c File size is 1935391 bytes.
0.00/0.33	c Highest Coefficient sum: 3
0.00/0.33	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.37	c ============================[ Problem Statistics ]=============================
0.00/0.37	c |                                                                             |
0.00/0.37	c |  Parsing time:          0.36         s                                      |
0.00/0.37	c |  Number Variables:      1150                                                |
0.00/0.38	c |  Number Constraints:    80035                                               |
0.00/0.38	c ===============================================================================
1800.32/865.51	c Remaining time 1799.63 sec.
1800.32/865.51	c 
1800.32/865.51	c *** INTERRUPTED ***
1800.32/865.51	s UNKNOWN
1800.32/865.51	c Total CPU time              : 1798.11 s
1800.32/865.51	c Memory used           : 568.73 MB
1800.32/865.51	c CPU time              : 1798.11 s
1800.32/865.51	c 
1800.32/865.51	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-3733237-1339247411/watcher-3733237-1339247411 -o /tmp/evaluation-result-3733237-1339247411/solver-3733237-1339247411 -C 1800 -W 1900 -M 15500 run HOME/instance-3733237-1339247411.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: 11.41 9.77 5.20 10/185 32291
/proc/meminfo: memFree=28871144/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0

[startup+0.020209 s]
/proc/loadavg: 11.41 9.77 5.20 10/185 32291
/proc/meminfo: memFree=28871144/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100208 s]
/proc/loadavg: 11.41 9.77 5.20 10/185 32291
/proc/meminfo: memFree=28871144/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300201 s]
/proc/loadavg: 11.41 9.77 5.20 10/185 32291
/proc/meminfo: memFree=28871144/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700182 s]
/proc/loadavg: 11.41 9.77 5.20 10/185 32291
/proc/meminfo: memFree=28871144/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/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: 11.41 9.77 5.20 10/187 32293
/proc/meminfo: memFree=28833200/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
[pid=32292] ppid=32291 vsize=101608 CPUtime=1.49 cores=1,3,5,7
/proc/32292/stat : 32292 (pb_cplex) R 32291 32291 31871 0 -1 4202496 22364 0 0 0 147 2 0 0 20 0 1 0 390867045 104046592 13143 33554432000 134512640 146736320 4294469024 4294464040 136015526 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/32292/statm: 25402 13143 783 2985 0 22336 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110756

[startup+3.10017 s]
/proc/loadavg: 10.97 9.71 5.20 7/187 32293
/proc/meminfo: memFree=28817204/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
[pid=32292] ppid=32291 vsize=102780 CPUtime=3.09 cores=1,3,5,7
/proc/32292/stat : 32292 (pb_cplex) R 32291 32291 31871 0 -1 4202496 22681 0 0 0 307 2 0 0 20 0 1 0 390867045 105246720 13448 33554432000 134512640 146736320 4294469024 4294464040 136015579 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/32292/statm: 25695 13448 783 2985 0 22629 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 111928

[startup+6.30028 s]
/proc/loadavg: 10.97 9.71 5.20 10/187 32293
/proc/meminfo: memFree=28805688/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
[pid=32292] ppid=32291 vsize=108128 CPUtime=6.29 cores=1,3,5,7
/proc/32292/stat : 32292 (pb_cplex) R 32291 32291 31871 0 -1 4202496 23819 0 0 0 627 2 0 0 20 0 1 0 390867045 110723072 14625 33554432000 134512640 146736320 4294469024 4294463376 138767223 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/32292/statm: 27032 14625 793 2985 0 23966 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 117276

[startup+12.7003 s]
/proc/loadavg: 10.59 9.67 5.24 3/187 32293
/proc/meminfo: memFree=28799784/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
[pid=32292] ppid=32291 vsize=108128 CPUtime=12.69 cores=1,3,5,7
/proc/32292/stat : 32292 (pb_cplex) R 32291 32291 31871 0 -1 4202496 23823 0 0 0 1267 2 0 0 20 0 1 0 390867045 110723072 14629 33554432000 134512640 146736320 4294469024 4294463496 135851841 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/32292/statm: 27032 14629 793 2985 0 23966 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 117276

[startup+25.5002 s]
/proc/loadavg: 10.34 9.64 5.28 10/187 32294
/proc/meminfo: memFree=28748384/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
[pid=32292] ppid=32291 vsize=160192 CPUtime=25.48 cores=1,3,5,7
/proc/32292/stat : 32292 (pb_cplex) R 32291 32291 31871 0 -1 4202496 35256 0 0 0 2544 4 0 0 20 0 1 0 390867045 164036608 23759 33554432000 134512640 146736320 4294469024 4294464848 137698804 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/32292/statm: 40048 23759 882 2985 0 36982 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 169340

[startup+51.1003 s]
/proc/loadavg: 8.68 9.30 5.28 9/186 32294
/proc/meminfo: memFree=28726136/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
[pid=32292] ppid=32291 vsize=145572 CPUtime=51.08 cores=1,3,5,7
/proc/32292/stat : 32292 (pb_cplex) R 32291 32291 31871 0 -1 4202496 59114 0 0 0 5099 9 0 0 20 0 1 0 390867045 149065728 22284 33554432000 134512640 146736320 4294469024 4294463496 136001985 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/32292/statm: 36393 22284 911 2985 0 33327 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 154720

[startup+102.3 s]
/proc/loadavg: 5.73 8.46 5.23 3/179 32344
/proc/meminfo: memFree=29633164/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
[pid=32292] ppid=32291 vsize=146652 CPUtime=102.28 cores=1,3,5,7
/proc/32292/stat : 32292 (pb_cplex) R 32291 32291 31871 0 -1 4202496 92380 0 0 0 10212 16 0 0 20 0 1 0 390867045 150171648 23308 33554432000 134512640 146736320 4294469024 4294463080 139044505 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/32292/statm: 36663 23308 911 2985 0 33597 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 155800

[startup+162.3 s]
/proc/loadavg: 3.37 7.28 5.02 3/179 32344
/proc/meminfo: memFree=29612548/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
[pid=32292] ppid=32291 vsize=137940 CPUtime=162.26 cores=1,3,5,7
/proc/32292/stat : 32292 (pb_cplex) R 32291 32291 31871 0 -1 4202496 141913 0 0 0 16202 24 0 0 20 0 1 0 390867045 141250560 22850 33554432000 134512640 146736320 4294469024 4294463112 139043579 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/32292/statm: 34485 22850 912 2985 0 31419 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 147088

[startup+222.307 s]
/proc/loadavg: 4.98 6.97 5.05 7/186 32351
/proc/meminfo: memFree=29081236/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
[pid=32292] ppid=32291 vsize=139308 CPUtime=222.26 cores=1,3,5,7
/proc/32292/stat : 32292 (pb_cplex) R 32291 32291 31871 0 -1 4202496 211817 0 0 0 22189 37 0 0 20 0 1 0 390867045 142651392 23436 33554432000 134512640 146736320 4294469024 4294463132 135854509 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/32292/statm: 34827 23436 912 2985 0 31761 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 148456

[startup+282.3 s]
/proc/loadavg: 5.68 6.75 5.09 10/186 32351
/proc/meminfo: memFree=28704352/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
[pid=32292] ppid=32291 vsize=139252 CPUtime=282.24 cores=1,3,5,7
/proc/32292/stat : 32292 (pb_cplex) R 32291 32291 31871 0 -1 4202496 279451 0 0 0 28174 50 0 0 20 0 1 0 390867045 142594048 23666 33554432000 134512640 146736320 4294469024 4294462860 136017845 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/32292/statm: 34813 23666 912 2985 0 31747 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 148400

[startup+342.3 s]
/proc/loadavg: 7.78 7.15 5.33 10/186 32352
/proc/meminfo: memFree=28640812/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
[pid=32292] ppid=32291 vsize=140448 CPUtime=342.23 cores=1,3,5,7
/proc/32292/stat : 32292 (pb_cplex) R 32291 32291 31871 0 -1 4202496 341473 0 0 0 34160 63 0 0 20 0 1 0 390867045 143818752 23922 33554432000 134512640 146736320 4294469024 4294462860 136017491 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/32292/statm: 35112 23922 912 2985 0 32046 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 149596

[startup+402.3 s]
/proc/loadavg: 8.55 7.49 5.56 10/193 32359
/proc/meminfo: memFree=28507212/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/32292/statm: 140623 89200 944 2985 0 137557 0
[pid=32292/tid=32353] ppid=32291 vsize=562492 CPUtime=14.78 cores=1,3,5,7
/proc/32292/task/32353/stat : 32353 (pb_cplex) R 32291 32291 31871 0 -1 4202560 8106 0 0 0 1475 3 0 0 20 0 8 0 390903519 575991808 89200 33554432000 134512640 146736320 4294469024 4004786288 136384895 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32292/tid=32354] ppid=32291 vsize=562492 CPUtime=14.94 cores=1,3,5,7
/proc/32292/task/32354/stat : 32354 (pb_cplex) R 32291 32291 31871 0 -1 4202560 8226 0 0 0 1491 3 0 0 20 0 8 0 390903519 575991808 89200 33554432000 134512640 146736320 4294469024 3994300324 136015994 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32292/tid=32355] ppid=32291 vsize=562492 CPUtime=14.95 cores=1,3,5,7
/proc/32292/task/32355/stat : 32355 (pb_cplex) R 32291 32291 31871 0 -1 4202560 7855 0 0 0 1491 4 0 0 20 0 8 0 390903519 575991808 89200 33554432000 134512640 146736320 4294469024 3983814728 139042864 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=32292/tid=32356] ppid=32291 vsize=562492 CPUtime=14.82 cores=1,3,5,7
/proc/32292/task/32356/stat : 32356 (pb_cplex) R 32291 32291 31871 0 -1 4202560 8419 0 0 0 1479 3 0 0 20 0 8 0 390903519 575991808 89200 33554432000 134512640 146736320 4294469024 3973328936 139044552 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=32292/tid=32357] ppid=32291 vsize=562492 CPUtime=15.55 cores=1,3,5,7
/proc/32292/task/32357/stat : 32357 (pb_cplex) R 32291 32291 31871 0 -1 4202560 8367 0 0 0 1551 4 0 0 20 0 8 0 390903519 575991808 89200 33554432000 134512640 146736320 4294469024 3962843288 136007083 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=32292/tid=32358] ppid=32291 vsize=562492 CPUtime=14.85 cores=1,3,5,7
/proc/32292/task/32358/stat : 32358 (pb_cplex) R 32291 32291 31871 0 -1 4202560 7653 0 0 0 1482 3 0 0 20 0 8 0 390903519 575991808 89200 33554432000 134512640 146736320 4294469024 3952357528 136007605 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32292/tid=32359] ppid=32291 vsize=562492 CPUtime=15.39 cores=1,3,5,7
/proc/32292/task/32359/stat : 32359 (pb_cplex) R 32291 32291 31871 0 -1 4202560 9002 0 0 0 1537 2 0 0 20 0 8 0 390903519 575991808 89200 33554432000 134512640 146736320 4294469024 3941871656 139044505 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 672.26
Current children cumulated vsize (KiB) 571640

[startup+642.3 s]
/proc/loadavg: 10.85 9.08 6.61 10/194 32420
/proc/meminfo: memFree=29376100/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
[pid=32292] ppid=32291 vsize=569924 CPUtime=911.26 cores=1,3,5,7
/proc/32292/stat : 32292 (pb_cplex) R 32291 32291 31871 0 -1 4202496 698075 0 0 0 90979 147 0 0 20 0 8 0 390867045 583602176 92271 33554432000 134512640 146736320 4294469024 4294461736 139044505 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32292/statm: 142481 92271 965 2985 0 139415 0
[pid=32292/tid=32353] ppid=32291 vsize=569924 CPUtime=44.78 cores=1,3,5,7
/proc/32292/task/32353/stat : 32353 (pb_cplex) R 32291 32291 31871 0 -1 4202560 18627 0 0 0 4472 6 0 0 20 0 8 0 390903519 583602176 92271 33554432000 134512640 146736320 4294469024 4004786328 136007053 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32292/tid=32354] ppid=32291 vsize=569924 CPUtime=44.94 cores=1,3,5,7
/proc/32292/task/32354/stat : 32354 (pb_cplex) R 32291 32291 31871 0 -1 4202560 20280 0 0 0 4486 8 0 0 20 0 8 0 390903519 583602176 92271 33554432000 134512640 146736320 4294469024 3994300528 136384854 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32292/tid=32355] ppid=32291 vsize=569924 CPUtime=45.01 cores=1,3,5,7
/proc/32292/task/32355/stat : 32355 (pb_cplex) R 32291 32291 31871 0 -1 4202560 20306 0 0 0 4494 7 0 0 20 0 8 0 390903519 583602176 92271 33554432000 134512640 146736320 4294469024 3983813824 136489016 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=32292/tid=32356] ppid=32291 vsize=569924 CPUtime=44.36 cores=1,3,5,7
/proc/32292/task/32356/stat : 32356 (pb_cplex) R 32291 32291 31871 0 -1 4202560 19100 0 0 0 4430 6 0 0 20 0 8 0 390903519 583602176 92271 33554432000 134512640 146736320 4294469024 3973329048 136007027 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32292/tid=32357] ppid=32291 vsize=569924 CPUtime=45.66 cores=1,3,5,7
/proc/32292/task/32357/stat : 32357 (pb_cplex) R 32291 32291 31871 0 -1 4202560 20973 0 0 0 4558 8 0 0 20 0 8 0 390903519 583602176 92271 33554432000 134512640 146736320 4294469024 3962842640 136403112 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=32292/tid=32358] ppid=32291 vsize=569924 CPUtime=44.37 cores=1,3,5,7
/proc/32292/task/32358/stat : 32358 (pb_cplex) R 32291 32291 31871 0 -1 4202560 21113 0 0 0 4430 7 0 0 20 0 8 0 390903519 583602176 92271 33554432000 134512640 146736320 4294469024 3952356440 136007584 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=32292/tid=32359] ppid=32291 vsize=569924 CPUtime=45.65 cores=1,3,5,7
/proc/32292/task/32359/stat : 32359 (pb_cplex) R 32291 32291 31871 0 -1 4202560 20593 0 0 0 4560 5 0 0 20 0 8 0 390903519 583602176 92271 33554432000 134512640 146736320 4294469024 3941872208 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 911.26
Current children cumulated vsize (KiB) 579072

[startup+702.301 s]
/proc/loadavg: 13.44 10.06 7.09 17/193 32420
/proc/meminfo: memFree=29253916/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
[pid=32292] ppid=32291 vsize=586400 CPUtime=1150.26 cores=1,3,5,7
/proc/32292/stat : 32292 (pb_cplex) R 32291 32291 31871 0 -1 4202496 783119 0 0 0 114849 177 0 0 20 0 8 0 390867045 600473600 97946 33554432000 134512640 146736320 4294469024 4294461848 136007037 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32292/statm: 146600 97946 967 2985 0 143534 0
[pid=32292/tid=32353] ppid=32291 vsize=586400 CPUtime=74.79 cores=1,3,5,7
/proc/32292/task/32353/stat : 32353 (pb_cplex) R 32291 32291 31871 0 -1 4202560 27676 0 0 0 7470 9 0 0 20 0 8 0 390903519 600473600 97946 33554432000 134512640 146736320 4294469024 4004786280 136384749 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32292/tid=32354] ppid=32291 vsize=586400 CPUtime=74.94 cores=1,3,5,7
/proc/32292/task/32354/stat : 32354 (pb_cplex) R 32291 32291 31871 0 -1 4202560 27493 0 0 0 7483 11 0 0 20 0 8 0 390903519 600473600 97946 33554432000 134512640 146736320 4294469024 3994300568 136007616 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32292/tid=32355] ppid=32291 vsize=586400 CPUtime=74.85 cores=1,3,5,7
/proc/32292/task/32355/stat : 32355 (pb_cplex) R 32291 32291 31871 0 -1 4202560 31814 0 0 0 7473 12 0 0 20 0 8 0 390903519 600473600 97946 33554432000 134512640 146736320 4294469024 3983814808 136007056 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=32292/tid=32356] ppid=32291 vsize=586400 CPUtime=74.24 cores=1,3,5,7
/proc/32292/task/32356/stat : 32356 (pb_cplex) R 32291 32291 31871 0 -1 4202560 34819 0 0 0 7412 12 0 0 20 0 8 0 390903519 600473600 97946 33554432000 134512640 146736320 4294469024 3973329048 136007584 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32292/tid=32357] ppid=32291 vsize=586400 CPUtime=75.65 cores=1,3,5,7
/proc/32292/task/32357/stat : 32357 (pb_cplex) R 32291 32291 31871 0 -1 4202560 32041 0 0 0 7552 13 0 0 20 0 8 0 390903519 600473600 97946 33554432000 134512640 146736320 4294469024 3962843288 136007065 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=32292/tid=32358] ppid=32291 vsize=586400 CPUtime=74.34 cores=1,3,5,7
/proc/32292/task/32358/stat : 32358 (pb_cplex) R 32291 32291 31871 0 -1 4202560 30396 0 0 0 7423 11 0 0 20 0 8 0 390903519 600473600 97946 33554432000 134512640 146736320 4294469024 3952357528 136007616 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32292/tid=32359] ppid=32291 vsize=586400 CPUtime=75.38 cores=1,3,5,7
/proc/32292/task/32359/stat : 32359 (pb_cplex) R 32291 32291 31871 0 -1 4202560 35270 0 0 0 7526 12 0 0 20 0 8 0 390903519 600473600 97946 33554432000 134512640 146736320 4294469024 3941867208 135525920 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1150.26
Current children cumulated vsize (KiB) 595548

[startup+762.301 s]
/proc/loadavg: 13.73 10.73 7.51 17/193 32420
/proc/meminfo: memFree=29237736/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
[pid=32292] ppid=32291 vsize=582044 CPUtime=1389.28 cores=1,3,5,7
/proc/32292/stat : 32292 (pb_cplex) R 32291 32291 31871 0 -1 4202496 840366 0 0 0 138733 195 0 0 20 0 8 0 390867045 596013056 101587 33554432000 134512640 146736320 4294469024 4294461768 139042876 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32292/statm: 145511 101587 967 2985 0 142445 0
[pid=32292/tid=32353] ppid=32291 vsize=582044 CPUtime=104.71 cores=1,3,5,7
/proc/32292/task/32353/stat : 32353 (pb_cplex) R 32291 32291 31871 0 -1 4202560 27678 0 0 0 10461 10 0 0 20 0 8 0 390903519 596013056 101587 33554432000 134512640 146736320 4294469024 4004786248 139042895 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32292/tid=32354] ppid=32291 vsize=582044 CPUtime=105.77 cores=1,3,5,7
/proc/32292/task/32354/stat : 32354 (pb_cplex) R 32291 32291 31871 0 -1 4202560 33752 0 0 0 10564 13 0 0 20 0 8 0 390903519 596013056 101587 33554432000 134512640 146736320 4294469024 3994300568 136007149 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32292/tid=32355] ppid=32291 vsize=582044 CPUtime=103.88 cores=1,3,5,7
/proc/32292/task/32355/stat : 32355 (pb_cplex) R 32291 32291 31871 0 -1 4202560 42087 0 0 0 10373 15 0 0 20 0 8 0 390903519 596013056 101587 33554432000 134512640 146736320 4294469024 3983814808 136007674 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32292/tid=32356] ppid=32291 vsize=582044 CPUtime=104.66 cores=1,3,5,7
/proc/32292/task/32356/stat : 32356 (pb_cplex) R 32291 32291 31871 0 -1 4202560 47108 0 0 0 10451 15 0 0 20 0 8 0 390903519 596013056 101587 33554432000 134512640 146736320 4294469024 3973328108 135467878 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=32292/tid=32357] ppid=32291 vsize=582044 CPUtime=105.21 cores=1,3,5,7
/proc/32292/task/32357/stat : 32357 (pb_cplex) R 32291 32291 31871 0 -1 4202560 42547 0 0 0 10505 16 0 0 20 0 8 0 390903519 596013056 101587 33554432000 134512640 146736320 4294469024 3962843288 136007605 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32292/tid=32358] ppid=32291 vsize=582044 CPUtime=104.71 cores=1,3,5,7
/proc/32292/task/32358/stat : 32358 (pb_cplex) R 32291 32291 31871 0 -1 4202560 37178 0 0 0 10458 13 0 0 20 0 8 0 390903519 596013056 101587 33554432000 134512640 146736320 4294469024 3952357528 136007605 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=32292/tid=32359] ppid=32291 vsize=582044 CPUtime=105.02 cores=1,3,5,7
/proc/32292/task/32359/stat : 32359 (pb_cplex) R 32291 32291 31871 0 -1 4202560 46405 0 0 0 10486 16 0 0 20 0 8 0 390903519 596013056 101587 33554432000 134512640 146736320 4294469024 3941871508 136017763 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1389.28
Current children cumulated vsize (KiB) 591192

[startup+822.3 s]
/proc/loadavg: 14.41 11.52 7.98 11/193 32420
/proc/meminfo: memFree=29229112/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
[pid=32292] ppid=32291 vsize=582364 CPUtime=1628.24 cores=1,3,5,7
/proc/32292/stat : 32292 (pb_cplex) R 32291 32291 31871 0 -1 4202496 898018 0 0 0 162612 212 0 0 20 0 8 0 390867045 596340736 103047 33554432000 134512640 146736320 4294469024 4294462088 136388078 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32292/statm: 145591 103047 967 2985 0 142525 0
[pid=32292/tid=32353] ppid=32291 vsize=582364 CPUtime=134.7 cores=1,3,5,7
/proc/32292/task/32353/stat : 32353 (pb_cplex) R 32291 32291 31871 0 -1 4202560 27678 0 0 0 13459 11 0 0 20 0 8 0 390903519 596340736 103047 33554432000 134512640 146736320 4294469024 4004786124 139028298 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32292/tid=32354] ppid=32291 vsize=582364 CPUtime=135.89 cores=1,3,5,7
/proc/32292/task/32354/stat : 32354 (pb_cplex) R 32291 32291 31871 0 -1 4202560 46356 0 0 0 13572 17 0 0 20 0 8 0 390903519 596340736 103047 33554432000 134512640 146736320 4294469024 3994300808 136388084 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=32292/tid=32355] ppid=32291 vsize=582364 CPUtime=133.65 cores=1,3,5,7
/proc/32292/task/32355/stat : 32355 (pb_cplex) R 32291 32291 31871 0 -1 4202560 52555 0 0 0 13346 19 0 0 20 0 8 0 390903519 596340736 103047 33554432000 134512640 146736320 4294469024 3983815112 136001974 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=32292/tid=32356] ppid=32291 vsize=582364 CPUtime=134.46 cores=1,3,5,7
/proc/32292/task/32356/stat : 32356 (pb_cplex) R 32291 32291 31871 0 -1 4202560 58387 0 0 0 13427 19 0 0 20 0 8 0 390903519 596340736 103047 33554432000 134512640 146736320 4294469024 3973329048 136007059 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=32292/tid=32357] ppid=32291 vsize=582364 CPUtime=135.21 cores=1,3,5,7
/proc/32292/task/32357/stat : 32357 (pb_cplex) R 32291 32291 31871 0 -1 4202560 44842 0 0 0 13503 18 0 0 20 0 8 0 390903519 596340736 103047 33554432000 134512640 146736320 4294469024 3962843176 139044550 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32292/tid=32358] ppid=32291 vsize=582364 CPUtime=134.61 cores=1,3,5,7
/proc/32292/task/32358/stat : 32358 (pb_cplex) R 32291 32291 31871 0 -1 4202560 49444 0 0 0 13443 18 0 0 20 0 8 0 390903519 596340736 103047 33554432000 134512640 146736320 4294469024 3952357528 136007059 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32292/tid=32359] ppid=32291 vsize=582364 CPUtime=135.02 cores=1,3,5,7
/proc/32292/task/32359/stat : 32359 (pb_cplex) R 32291 32291 31871 0 -1 4202560 55143 0 0 0 13483 19 0 0 20 0 8 0 390903519 596340736 103047 33554432000 134512640 146736320 4294469024 3941871768 136007661 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1628.24
Current children cumulated vsize (KiB) 591512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+865.5 s]
/proc/loadavg: 15.18 12.08 8.32 17/193 32420
/proc/meminfo: memFree=29222700/32873648 swapFree=7112/7112
[pid=32291] ppid=32289 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (run) S 32289 32291 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390867045 9367552 270 33554432000 4194304 5064252 140733266487264 140733266486176 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32291/statm: 2287 270 229 213 0 72 0
[pid=32292] ppid=32291 vsize=582380 CPUtime=1800.32 cores=1,3,5,7
/proc/32292/stat : 32292 (pb_cplex) R 32291 32291 31871 0 -1 4202496 940475 0 0 0 179809 223 0 0 20 0 8 0 390867045 596357120 104391 33554432000 134512640 146736320 4294469024 4294461848 136007661 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/32292/statm: 145595 104391 967 2985 0 142529 0
[pid=32292/tid=32353] ppid=32291 vsize=582380 CPUtime=156.27 cores=1,3,5,7
/proc/32292/task/32353/stat : 32353 (pb_cplex) R 32291 32291 31871 0 -1 4202560 27680 0 0 0 15616 11 0 0 20 0 8 0 390903519 596357120 104391 33554432000 134512640 146736320 4294469024 4004786216 139044550 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=32292/tid=32354] ppid=32291 vsize=582380 CPUtime=157.34 cores=1,3,5,7
/proc/32292/task/32354/stat : 32354 (pb_cplex) R 32291 32291 31871 0 -1 4202560 55955 0 0 0 15714 20 0 0 20 0 8 0 390903519 596357120 104391 33554432000 134512640 146736320 4294469024 3994300568 136007065 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32292/tid=32355] ppid=32291 vsize=582380 CPUtime=155.25 cores=1,3,5,7
/proc/32292/task/32355/stat : 32355 (pb_cplex) R 32291 32291 31871 0 -1 4202560 59848 0 0 0 15505 20 0 0 20 0 8 0 390903519 596357120 104391 33554432000 134512640 146736320 4294469024 3983815656 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=32292/tid=32356] ppid=32291 vsize=582380 CPUtime=156 cores=1,3,5,7
/proc/32292/task/32356/stat : 32356 (pb_cplex) R 32291 32291 31871 0 -1 4202560 67161 0 0 0 15578 22 0 0 20 0 8 0 390903519 596357120 104391 33554432000 134512640 146736320 4294469024 3973329048 136007053 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32292/tid=32357] ppid=32291 vsize=582380 CPUtime=156.81 cores=1,3,5,7
/proc/32292/task/32357/stat : 32357 (pb_cplex) R 32291 32291 31871 0 -1 4202560 53170 0 0 0 15661 20 0 0 20 0 8 0 390903519 596357120 104391 33554432000 134512640 146736320 4294469024 3962843288 136007602 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32292/tid=32358] ppid=32291 vsize=582380 CPUtime=156.2 cores=1,3,5,7
/proc/32292/task/32358/stat : 32358 (pb_cplex) R 32291 32291 31871 0 -1 4202560 57903 0 0 0 15600 20 0 0 20 0 8 0 390903519 596357120 104391 33554432000 134512640 146736320 4294469024 3952357268 136017665 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32292/tid=32359] ppid=32291 vsize=582380 CPUtime=156.61 cores=1,3,5,7
/proc/32292/task/32359/stat : 32359 (pb_cplex) R 32291 32291 31871 0 -1 4202560 55145 0 0 0 15641 20 0 0 20 0 8 0 390903519 596357120 104391 33554432000 134512640 146736320 4294469024 3941871740 136400463 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 591528

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 32291 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.32
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 865.517
CPU time (s): 1800.32
CPU user time (s): 1798.09
CPU system time (s): 2.23
CPU usage (%): 208.005
Max. virtual memory (cumulated for all children) (KiB): 597084

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

runsolver used 2.11968 second user time and 5.80512 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-09 15:10:11
IDJOB=3733237
IDBENCH=2262
IDSOLVER=2325
FILE ID=node126/3733237-1339247411
RUNJOBID= node126-1339246833-31889
PBS_JOBID= 14644355
Free space on /tmp= 70912 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/frb50-23-opb/normalized-frb50-23-5.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733237-1339247411/watcher-3733237-1339247411 -o /tmp/evaluation-result-3733237-1339247411/solver-3733237-1339247411 -C 1800 -W 1900 -M 15500  run HOME/instance-3733237-1339247411.opb

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

MD5SUM BENCH= 32f273c48805c1e726044ae006778010
RANDOM SEED=2109874812

node126.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.456
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	: 5332.91
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.456
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.456
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		: 2666.456
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.456
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.92
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.456
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.456
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		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28871456 kB
Buffers:          596084 kB
Cached:          1486652 kB
SwapCached:         8292 kB
Active:          2917132 kB
Inactive:         120924 kB
Active(anon):     942700 kB
Inactive(anon):    11060 kB
Active(file):    1974432 kB
Inactive(file):   109864 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67095016 kB
Dirty:             18288 kB
Writeback:             0 kB
AnonPages:        950456 kB
Mapped:            13324 kB
Shmem:                 0 kB
Slab:             823912 kB
SReclaimable:     268020 kB
SUnreclaim:       555892 kB
KernelStack:        1528 kB
PageTables:         6244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1103384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    483328 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-3733237-1339247411.opb

Free space on /tmp at the end= 70912 MiB
End job on node126 at 2012-06-09 15:24:39