Trace number 3733160

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.11 746.832

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-1.opb
MD5SUM05ceccb8ea9c274c844c39df1472d3cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-42
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 -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints59186
Number of constraints which are clauses59186
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 945
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 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
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-3733160-1339247399.opb.
0.00/0.00	c Instance file HOME/instance-3733160-1339247399.opb
0.00/0.00	c File size is 1415680 bytes.
0.19/0.24	c Highest Coefficient sum: 3
0.19/0.24	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.19/0.27	c ============================[ Problem Statistics ]=============================
0.19/0.27	c |                                                                             |
0.19/0.27	c |  Parsing time:          0.26         s                                      |
0.19/0.27	c |  Number Variables:      945                                                 |
0.19/0.27	c |  Number Constraints:    59186                                               |
0.19/0.27	c ===============================================================================
1800.11/746.82	c Remaining time 1799.73 sec.
1800.11/746.82	c 
1800.11/746.82	c *** INTERRUPTED ***
1800.11/746.82	s UNKNOWN
1800.11/746.82	c Total CPU time              : 1797.59 s
1800.11/746.82	c Memory used           : 413.48 MB
1800.11/746.82	c CPU time              : 1797.59 s
1800.11/746.82	c 
1800.11/746.82	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-3733160-1339247399/watcher-3733160-1339247399 -o /tmp/evaluation-result-3733160-1339247399/solver-3733160-1339247399 -C 1800 -W 1900 -M 15500 run HOME/instance-3733160-1339247399.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.93 5.46 3.01 3/185 3067
/proc/meminfo: memFree=28660888/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=14256 CPUtime=0 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 390866700 14598144 381 33554432000 134512640 146736320 4291344704 4291338828 134814122 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/3067/statm: 3564 381 286 2985 0 152 0

[startup+0.039205 s]
/proc/loadavg: 4.93 5.46 3.01 3/185 3067
/proc/meminfo: memFree=28660888/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=14256 CPUtime=0.03 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 428 0 0 0 3 0 0 0 20 0 1 0 390866700 14598144 384 33554432000 134512640 146736320 4291344704 4291338800 140679071 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/3067/statm: 3564 384 286 2985 0 152 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23404

[startup+0.100308 s]
/proc/loadavg: 4.93 5.46 3.01 3/185 3067
/proc/meminfo: memFree=28660888/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=15180 CPUtime=0.09 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 689 0 0 0 9 0 0 0 20 0 1 0 390866700 15544320 645 33554432000 134512640 146736320 4291344704 4291342616 144716523 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/3067/statm: 3795 645 319 2985 0 383 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24328

[startup+0.300239 s]
/proc/loadavg: 4.93 5.46 3.01 3/185 3067
/proc/meminfo: memFree=28660888/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=38756 CPUtime=0.28 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 8921 0 0 0 28 0 0 0 20 0 1 0 390866700 39686144 6905 33554432000 134512640 146736320 4291344704 4291342760 138680044 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3067/statm: 9689 6905 621 2985 0 6623 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 47904

[startup+0.700214 s]
/proc/loadavg: 4.93 5.46 3.01 3/185 3067
/proc/meminfo: memFree=28660888/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=41640 CPUtime=0.69 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 10304 0 0 0 68 1 0 0 20 0 1 0 390866700 42639360 7715 33554432000 134512640 146736320 4291344704 4291342864 138730257 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3067/statm: 10410 7715 656 2985 0 7344 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50788

[startup+1.50021 s]
/proc/loadavg: 4.93 5.46 3.01 3/186 3068
/proc/meminfo: memFree=28630392/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=72192 CPUtime=1.49 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 14815 0 0 0 148 1 0 0 20 0 1 0 390866700 73924608 10275 33554432000 134512640 146736320 4291344704 4291338028 135456844 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3067/statm: 18048 10276 783 2985 0 14982 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81340

[startup+3.10022 s]
/proc/loadavg: 4.93 5.46 3.01 3/187 3069
/proc/meminfo: memFree=28621960/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=73268 CPUtime=3.09 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 14976 0 0 0 308 1 0 0 20 0 1 0 390866700 75026432 10431 33554432000 134512640 146736320 4291344704 4291339596 136016728 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3067/statm: 18317 10431 783 2985 0 15251 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82416

[startup+6.30023 s]
/proc/loadavg: 4.69 5.40 3.01 3/187 3071
/proc/meminfo: memFree=28617852/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=77300 CPUtime=6.28 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 16157 0 0 0 627 1 0 0 20 0 1 0 390866700 79155200 11305 33554432000 134512640 146736320 4291344704 4291339024 138767247 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3067/statm: 19325 11305 793 2985 0 16259 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86448

[startup+12.7002 s]
/proc/loadavg: 4.48 5.35 3.00 3/187 3071
/proc/meminfo: memFree=28606268/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=98148 CPUtime=12.69 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 20010 0 0 0 1267 2 0 0 20 0 1 0 390866700 100503552 14326 33554432000 134512640 146736320 4291344704 4291338192 136403109 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3067/statm: 24537 14326 856 2985 0 21471 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107296

[startup+25.5002 s]
/proc/loadavg: 3.93 5.18 2.99 3/187 3071
/proc/meminfo: memFree=28588372/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=126424 CPUtime=25.48 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 25434 0 0 0 2545 3 0 0 20 0 1 0 390866700 129458176 18895 33554432000 134512640 146736320 4291344704 4291340496 137698804 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3067/statm: 31606 18895 881 2985 0 28540 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 135572

[startup+51.1003 s]
/proc/loadavg: 3.35 4.94 2.96 3/187 3072
/proc/meminfo: memFree=28585864/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=105384 CPUtime=51.08 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 47543 0 0 0 5100 8 0 0 20 0 1 0 390866700 107913216 16556 33554432000 134512640 146736320 4291344704 4291337852 135526859 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3067/statm: 26346 16556 910 2985 0 23280 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 114532

[startup+102.306 s]
/proc/loadavg: 5.41 5.17 3.14 10/186 3072
/proc/meminfo: memFree=28485436/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=103756 CPUtime=102.27 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 93578 0 0 0 10210 17 0 0 20 0 1 0 390866700 106246144 16675 33554432000 134512640 146736320 4291344704 4291338892 136017787 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3067/statm: 25939 16675 912 2985 0 22873 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 112904

[startup+162.3 s]
/proc/loadavg: 7.71 5.88 3.51 10/186 3072
/proc/meminfo: memFree=28477976/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=101396 CPUtime=162.26 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 158084 0 0 0 16195 31 0 0 20 0 1 0 390866700 103829504 17278 33554432000 134512640 146736320 4291344704 4291338892 136017485 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3067/statm: 25349 17278 912 2985 0 22283 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 110544

[startup+222.3 s]
/proc/loadavg: 8.52 6.44 3.85 10/186 3072
/proc/meminfo: memFree=28463928/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=101176 CPUtime=222.25 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 229548 0 0 0 22180 45 0 0 20 0 1 0 390866700 103604224 17375 33554432000 134512640 146736320 4291344704 4291338944 139046501 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3067/statm: 25294 17375 912 2985 0 22228 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 110324

[startup+282.3 s]
/proc/loadavg: 8.82 6.91 4.17 10/193 3079
/proc/meminfo: memFree=28388884/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=277944 CPUtime=282.24 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 313659 0 0 0 28165 59 0 0 20 0 8 0 390866700 284614656 35812 33554432000 134512640 146736320 4291344704 4291336556 135467871 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3067/statm: 69486 35812 943 2985 0 66420 0
[pid=3067/tid=3073] ppid=3066 vsize=277944 CPUtime=0 cores=0,2,4,6
/proc/3067/task/3073/stat : 3073 (pb_cplex) S 3066 3066 2525 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 390892548 284614656 35812 33554432000 134512640 146736320 4291344704 4047810192 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3067/tid=3074] ppid=3066 vsize=277944 CPUtime=0 cores=0,2,4,6
/proc/3067/task/3074/stat : 3074 (pb_cplex) S 3066 3066 2525 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390892548 284614656 35812 33554432000 134512640 146736320 4291344704 4037324432 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/3067/statm: 105186 68123 970 2985 0 102120 0
[pid=3067/tid=3073] ppid=3066 vsize=420744 CPUtime=33.76 cores=0,2,4,6
/proc/3067/task/3073/stat : 3073 (pb_cplex) R 3066 3066 2525 0 -1 4202560 20780 0 0 0 3368 8 0 0 20 0 8 0 390892548 430841856 68123 33554432000 134512640 146736320 4291344704 4047805612 135454096 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3067/tid=3074] ppid=3066 vsize=420744 CPUtime=33.89 cores=0,2,4,6
/proc/3067/task/3074/stat : 3074 (pb_cplex) R 3066 3066 2525 0 -1 4202560 19120 0 0 0 3382 7 0 0 20 0 8 0 390892548 430841856 68123 33554432000 134512640 146736320 4291344704 4037320744 139044509 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3067/tid=3075] ppid=3066 vsize=420744 CPUtime=33.43 cores=0,2,4,6
/proc/3067/task/3075/stat : 3075 (pb_cplex) R 3066 3066 2525 0 -1 4202560 19628 0 0 0 3338 5 0 0 20 0 8 0 390892548 430841856 68123 33554432000 134512640 146736320 4291344704 4026835096 136007612 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3067/tid=3076] ppid=3066 vsize=420744 CPUtime=34.06 cores=0,2,4,6
/proc/3067/task/3076/stat : 3076 (pb_cplex) R 3066 3066 2525 0 -1 4202560 22186 0 0 0 3400 6 0 0 20 0 8 0 390892548 430841856 68123 33554432000 134512640 146736320 4291344704 4016349296 136384892 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3067/tid=3077] ppid=3066 vsize=420744 CPUtime=33.23 cores=0,2,4,6
/proc/3067/task/3077/stat : 3077 (pb_cplex) R 3066 3066 2525 0 -1 4202560 19828 0 0 0 3318 5 0 0 20 0 8 0 390892548 430841856 68123 33554432000 134512640 146736320 4291344704 4005862516 135450718 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3067/tid=3078] ppid=3066 vsize=420744 CPUtime=33.78 cores=0,2,4,6
/proc/3067/task/3078/stat : 3078 (pb_cplex) R 3066 3066 2525 0 -1 4202560 21068 0 0 0 3373 5 0 0 20 0 8 0 390892548 430841856 68123 33554432000 134512640 146736320 4291344704 3995377816 136007616 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3067/tid=3079] ppid=3066 vsize=420744 CPUtime=33.62 cores=0,2,4,6
/proc/3067/task/3079/stat : 3079 (pb_cplex) R 3066 3066 2525 0 -1 4202560 20996 0 0 0 3356 6 0 0 20 0 8 0 390892548 430841856 68123 33554432000 134512640 146736320 4291344704 3984891796 136017755 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 664.37
Current children cumulated vsize (KiB) 429892

[startup+522.3 s]
/proc/loadavg: 12.25 9.01 5.58 12/193 3151
/proc/meminfo: memFree=28468536/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=421576 CPUtime=903.88 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 686351 0 0 0 90232 156 0 0 20 0 8 0 390866700 431693824 68455 33554432000 134512640 146736320 4291344704 4291337292 139028308 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3067/statm: 105394 68455 970 2985 0 102328 0
[pid=3067/tid=3073] ppid=3066 vsize=421576 CPUtime=63.91 cores=0,2,4,6
/proc/3067/task/3073/stat : 3073 (pb_cplex) R 3066 3066 2525 0 -1 4202560 36788 0 0 0 6378 13 0 0 20 0 8 0 390892548 431693824 68455 33554432000 134512640 146736320 4291344704 4047806616 136007605 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3067/tid=3074] ppid=3066 vsize=421576 CPUtime=64 cores=0,2,4,6
/proc/3067/task/3074/stat : 3074 (pb_cplex) R 3066 3066 2525 0 -1 4202560 34904 0 0 0 6389 11 0 0 20 0 8 0 390892548 431693824 68455 33554432000 134512640 146736320 4291344704 4037320856 136007674 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3067/tid=3075] ppid=3066 vsize=421576 CPUtime=63.38 cores=0,2,4,6
/proc/3067/task/3075/stat : 3075 (pb_cplex) R 3066 3066 2525 0 -1 4202560 34806 0 0 0 6329 9 0 0 20 0 8 0 390892548 431693824 68455 33554432000 134512640 146736320 4291344704 4026835096 136006931 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3067/tid=3076] ppid=3066 vsize=421576 CPUtime=63.83 cores=0,2,4,6
/proc/3067/task/3076/stat : 3076 (pb_cplex) R 3066 3066 2525 0 -1 4202560 37703 0 0 0 6373 10 0 0 20 0 8 0 390892548 431693824 68455 33554432000 134512640 146736320 4291344704 4016349256 139042888 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3067/tid=3077] ppid=3066 vsize=421576 CPUtime=63.42 cores=0,2,4,6
/proc/3067/task/3077/stat : 3077 (pb_cplex) R 3066 3066 2525 0 -1 4202560 32853 0 0 0 6333 9 0 0 20 0 8 0 390892548 431693824 68455 33554432000 134512640 146736320 4291344704 4005863576 136007650 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3067/tid=3078] ppid=3066 vsize=421576 CPUtime=63.63 cores=0,2,4,6
/proc/3067/task/3078/stat : 3078 (pb_cplex) R 3066 3066 2525 0 -1 4202560 36486 0 0 0 6352 11 0 0 20 0 8 0 390892548 431693824 68455 33554432000 134512640 146736320 4291344704 3995377816 136007643 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3067/tid=3079] ppid=3066 vsize=421576 CPUtime=63.63 cores=0,2,4,6
/proc/3067/task/3079/stat : 3079 (pb_cplex) R 3066 3066 2525 0 -1 4202560 37239 0 0 0 6353 10 0 0 20 0 8 0 390892548 431693824 68455 33554432000 134512640 146736320 4291344704 3984892496 136403117 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 903.88
Current children cumulated vsize (KiB) 430724

[startup+582.3 s]
/proc/loadavg: 12.53 9.63 6.00 17/193 3151
/proc/meminfo: memFree=28453004/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=422724 CPUtime=1143.38 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 809221 0 0 0 114152 186 0 0 20 0 8 0 390866700 432869376 71291 33554432000 134512640 146736320 4291344704 4291337236 136017748 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/3067/statm: 105681 71291 970 2985 0 102615 0
[pid=3067/tid=3073] ppid=3066 vsize=422724 CPUtime=94.07 cores=0,2,4,6
/proc/3067/task/3073/stat : 3073 (pb_cplex) R 3066 3066 2525 0 -1 4202560 52790 0 0 0 9390 17 0 0 20 0 8 0 390892548 432869376 71291 33554432000 134512640 146736320 4291344704 4047807056 136403109 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3067/tid=3074] ppid=3066 vsize=422724 CPUtime=93.76 cores=0,2,4,6
/proc/3067/task/3074/stat : 3074 (pb_cplex) R 3066 3066 2525 0 -1 4202560 49595 0 0 0 9360 16 0 0 20 0 8 0 390892548 432869376 71291 33554432000 134512640 146736320 4291344704 4037320856 136007643 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3067/tid=3075] ppid=3066 vsize=422724 CPUtime=93.56 cores=0,2,4,6
/proc/3067/task/3075/stat : 3075 (pb_cplex) R 3066 3066 2525 0 -1 4202560 49558 0 0 0 9342 14 0 0 20 0 8 0 390892548 432869376 71291 33554432000 134512640 146736320 4291344704 4026835096 136007605 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3067/tid=3076] ppid=3066 vsize=422724 CPUtime=93.79 cores=0,2,4,6
/proc/3067/task/3076/stat : 3076 (pb_cplex) R 3066 3066 2525 0 -1 4202560 53288 0 0 0 9364 15 0 0 20 0 8 0 390892548 432869376 71291 33554432000 134512640 146736320 4291344704 4016349336 136007599 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3067/tid=3077] ppid=3066 vsize=422724 CPUtime=93.38 cores=0,2,4,6
/proc/3067/task/3077/stat : 3077 (pb_cplex) R 3066 3066 2525 0 -1 4202560 48524 0 0 0 9325 13 0 0 20 0 8 0 390892548 432869376 71291 33554432000 134512640 146736320 4291344704 4005863880 136001981 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3067/tid=3078] ppid=3066 vsize=422724 CPUtime=93.2 cores=0,2,4,6
/proc/3067/task/3078/stat : 3078 (pb_cplex) R 3066 3066 2525 0 -1 4202560 51829 0 0 0 9306 14 0 0 20 0 8 0 390892548 432869376 71291 33554432000 134512640 146736320 4291344704 3995377816 136007626 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3067/tid=3079] ppid=3066 vsize=422724 CPUtime=93.61 cores=0,2,4,6
/proc/3067/task/3079/stat : 3079 (pb_cplex) R 3066 3066 2525 0 -1 4202560 53266 0 0 0 9346 15 0 0 20 0 8 0 390892548 432869376 71291 33554432000 134512640 146736320 4291344704 3984892180 136003261 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1143.38
Current children cumulated vsize (KiB) 431872

[startup+642.3 s]
/proc/loadavg: 12.55 10.21 6.43 16/193 3154
/proc/meminfo: memFree=28448372/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=423160 CPUtime=1382.92 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 924171 0 0 0 138080 212 0 0 20 0 8 0 390866700 433315840 72119 33554432000 134512640 146736320 4291344704 4291337496 136007039 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3067/statm: 105790 72119 970 2985 0 102724 0
[pid=3067/tid=3073] ppid=3066 vsize=423160 CPUtime=123.96 cores=0,2,4,6
/proc/3067/task/3073/stat : 3073 (pb_cplex) R 3066 3066 2525 0 -1 4202560 68012 0 0 0 12375 21 0 0 20 0 8 0 390892548 433315840 72119 33554432000 134512640 146736320 4291344704 4047806616 136007053 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3067/tid=3074] ppid=3066 vsize=423160 CPUtime=123.55 cores=0,2,4,6
/proc/3067/task/3074/stat : 3074 (pb_cplex) R 3066 3066 2525 0 -1 4202560 64426 0 0 0 12336 19 0 0 20 0 8 0 390892548 433315840 72119 33554432000 134512640 146736320 4291344704 4037320856 136007616 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3067/tid=3075] ppid=3066 vsize=423160 CPUtime=123.88 cores=0,2,4,6
/proc/3067/task/3075/stat : 3075 (pb_cplex) R 3066 3066 2525 0 -1 4202560 64187 0 0 0 12370 18 0 0 20 0 8 0 390892548 433315840 72119 33554432000 134512640 146736320 4291344704 4026834036 135450735 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3067/tid=3076] ppid=3066 vsize=423160 CPUtime=123.62 cores=0,2,4,6
/proc/3067/task/3076/stat : 3076 (pb_cplex) R 3066 3066 2525 0 -1 4202560 66330 0 0 0 12345 17 0 0 20 0 8 0 390892548 433315840 72119 33554432000 134512640 146736320 4291344704 4016349076 136017526 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3067/tid=3077] ppid=3066 vsize=423160 CPUtime=123.2 cores=0,2,4,6
/proc/3067/task/3077/stat : 3077 (pb_cplex) R 3066 3066 2525 0 -1 4202560 64199 0 0 0 12302 18 0 0 20 0 8 0 390892548 433315840 72119 33554432000 134512640 146736320 4291344704 4005863464 139044585 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3067/tid=3078] ppid=3066 vsize=423160 CPUtime=122.88 cores=0,2,4,6
/proc/3067/task/3078/stat : 3078 (pb_cplex) R 3066 3066 2525 0 -1 4202560 64798 0 0 0 12271 17 0 0 20 0 8 0 390892548 433315840 72119 33554432000 134512640 146736320 4291344704 3995376828 135526874 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3067/tid=3079] ppid=3066 vsize=423160 CPUtime=123.29 cores=0,2,4,6
/proc/3067/task/3079/stat : 3079 (pb_cplex) R 3066 3066 2525 0 -1 4202560 66699 0 0 0 12312 17 0 0 20 0 8 0 390892548 433315840 72119 33554432000 134512640 146736320 4291344704 3984892032 136400420 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1382.92
Current children cumulated vsize (KiB) 432308

[startup+702.3 s]
/proc/loadavg: 12.31 10.55 6.78 14/193 3155
/proc/meminfo: memFree=28446148/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=423236 CPUtime=1622.41 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 1036978 0 0 0 162003 238 0 0 20 0 8 0 390866700 433393664 72138 33554432000 134512640 146736320 4291344704 4291337384 139044510 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/3067/statm: 105809 72138 970 2985 0 102743 0
[pid=3067/tid=3073] ppid=3066 vsize=423236 CPUtime=153.86 cores=0,2,4,6
/proc/3067/task/3073/stat : 3073 (pb_cplex) R 3066 3066 2525 0 -1 4202560 82275 0 0 0 15361 25 0 0 20 0 8 0 390892548 433393664 72138 33554432000 134512640 146736320 4291344704 4047806536 139042888 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3067/tid=3074] ppid=3066 vsize=423236 CPUtime=153.45 cores=0,2,4,6
/proc/3067/task/3074/stat : 3074 (pb_cplex) R 3066 3066 2525 0 -1 4202560 78590 0 0 0 15322 23 0 0 20 0 8 0 390892548 433393664 72138 33554432000 134512640 146736320 4291344704 4037320856 136007083 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3067/tid=3075] ppid=3066 vsize=423236 CPUtime=153.77 cores=0,2,4,6
/proc/3067/task/3075/stat : 3075 (pb_cplex) R 3066 3066 2525 0 -1 4202560 78270 0 0 0 15355 22 0 0 20 0 8 0 390892548 433393664 72138 33554432000 134512640 146736320 4291344704 4026834984 139044550 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3067/tid=3076] ppid=3066 vsize=423236 CPUtime=153.58 cores=0,2,4,6
/proc/3067/task/3076/stat : 3076 (pb_cplex) R 3066 3066 2525 0 -1 4202560 78853 0 0 0 15337 21 0 0 20 0 8 0 390892548 433393664 72138 33554432000 134512640 146736320 4291344704 4016349336 136007059 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3067/tid=3077] ppid=3066 vsize=423236 CPUtime=153.06 cores=0,2,4,6
/proc/3067/task/3077/stat : 3077 (pb_cplex) R 3066 3066 2525 0 -1 4202560 78952 0 0 0 15284 22 0 0 20 0 8 0 390892548 433393664 72138 33554432000 134512640 146736320 4291344704 4005863880 136001985 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3067/tid=3078] ppid=3066 vsize=423236 CPUtime=152.87 cores=0,2,4,6
/proc/3067/task/3078/stat : 3078 (pb_cplex) R 3066 3066 2525 0 -1 4202560 77949 0 0 0 15266 21 0 0 20 0 8 0 390892548 433393664 72138 33554432000 134512640 146736320 4291344704 3995377816 136007616 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3067/tid=3079] ppid=3066 vsize=423236 CPUtime=153.14 cores=0,2,4,6
/proc/3067/task/3079/stat : 3079 (pb_cplex) R 3066 3066 2525 0 -1 4202560 80625 0 0 0 15292 22 0 0 20 0 8 0 390892548 433393664 72138 33554432000 134512640 146736320 4291344704 3984891944 139044505 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1622.41
Current children cumulated vsize (KiB) 432384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+746.8 s]
/proc/loadavg: 12.80 10.93 7.09 17/193 3155
/proc/meminfo: memFree=28446276/32873648 swapFree=7372/7372
[pid=3066] ppid=3064 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3066/stat : 3066 (run) S 3064 3066 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390866700 9367552 270 33554432000 4194304 5064252 140734981294400 140734981293312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3066/statm: 2287 270 229 213 0 72 0
[pid=3067] ppid=3066 vsize=423400 CPUtime=1800.11 cores=0,2,4,6
/proc/3067/stat : 3067 (pb_cplex) R 3066 3066 2525 0 -1 4202496 1121674 0 0 0 179753 258 0 0 20 0 8 0 390866700 433561600 72183 33554432000 134512640 146736320 4291344704 4291336508 135526711 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/3067/statm: 105850 72183 970 2985 0 102784 0
[pid=3067/tid=3073] ppid=3066 vsize=423400 CPUtime=176.02 cores=0,2,4,6
/proc/3067/task/3073/stat : 3073 (pb_cplex) R 3066 3066 2525 0 -1 4202560 92762 0 0 0 17574 28 0 0 20 0 8 0 390892548 433561600 72183 33554432000 134512640 146736320 4291344704 4047807464 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3067/tid=3074] ppid=3066 vsize=423400 CPUtime=175.66 cores=0,2,4,6
/proc/3067/task/3074/stat : 3074 (pb_cplex) R 3066 3066 2525 0 -1 4202560 88929 0 0 0 17540 26 0 0 20 0 8 0 390892548 433561600 72183 33554432000 134512640 146736320 4291344704 4037320856 136007605 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3067/tid=3075] ppid=3066 vsize=423400 CPUtime=176.03 cores=0,2,4,6
/proc/3067/task/3075/stat : 3075 (pb_cplex) R 3066 3066 2525 0 -1 4202560 88885 0 0 0 17578 25 0 0 20 0 8 0 390892548 433561600 72183 33554432000 134512640 146736320 4291344704 4026835096 136007616 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3067/tid=3076] ppid=3066 vsize=423400 CPUtime=175.72 cores=0,2,4,6
/proc/3067/task/3076/stat : 3076 (pb_cplex) R 3066 3066 2525 0 -1 4202560 88146 0 0 0 17550 22 0 0 20 0 8 0 390892548 433561600 72183 33554432000 134512640 146736320 4291344704 4016348352 135468503 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3067/tid=3077] ppid=3066 vsize=423400 CPUtime=175.22 cores=0,2,4,6
/proc/3067/task/3077/stat : 3077 (pb_cplex) R 3066 3066 2525 0 -1 4202560 89612 0 0 0 17497 25 0 0 20 0 8 0 390892548 433561600 72183 33554432000 134512640 146736320 4291344704 4005863288 136400474 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3067/tid=3078] ppid=3066 vsize=423400 CPUtime=174.71 cores=0,2,4,6
/proc/3067/task/3078/stat : 3078 (pb_cplex) R 3066 3066 2525 0 -1 4202560 87645 0 0 0 17448 23 0 0 20 0 8 0 390892548 433561600 72183 33554432000 134512640 146736320 4291344704 3995377816 136007059 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3067/tid=3079] ppid=3066 vsize=423400 CPUtime=175.4 cores=0,2,4,6
/proc/3067/task/3079/stat : 3079 (pb_cplex) R 3066 3066 2525 0 -1 4202560 92120 0 0 0 17516 24 0 0 20 0 8 0 390892548 433561600 72183 33554432000 134512640 146736320 4291344704 3984891720 135525920 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 432548

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 3066 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 746.832
CPU time (s): 1800.11
CPU user time (s): 1797.53
CPU system time (s): 2.58
CPU usage (%): 241.033
Max. virtual memory (cumulated for all children) (KiB): 433660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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 1.82972 second user time and 4.56731 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-09 15:09:59
IDJOB=3733160
IDBENCH=2252
IDSOLVER=2325
FILE ID=node115/3733160-1339247399
RUNJOBID= node115-1339246833-2542
PBS_JOBID= 14644366
Free space on /tmp= 70256 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/frb45-21-opb/normalized-frb45-21-1.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733160-1339247399/watcher-3733160-1339247399 -o /tmp/evaluation-result-3733160-1339247399/solver-3733160-1339247399 -C 1800 -W 1900 -M 15500  run HOME/instance-3733160-1339247399.opb

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

MD5SUM BENCH= 05ceccb8ea9c274c844c39df1472d3cc
RANDOM SEED=1385508606

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28661664 kB
Buffers:          347108 kB
Cached:          2789652 kB
SwapCached:         2180 kB
Active:          1602784 kB
Inactive:        1708900 kB
Active(anon):     171700 kB
Inactive(anon):     2272 kB
Active(file):    1431084 kB
Inactive(file):  1706628 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:             17840 kB
Writeback:             4 kB
AnonPages:        176644 kB
Mapped:            12540 kB
Shmem:                 0 kB
Slab:             761488 kB
SReclaimable:     205516 kB
SUnreclaim:       555972 kB
KernelStack:        1520 kB
PageTables:         4276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     396560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 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-3733160-1339247399.opb

Free space on /tmp at the end= 70240 MiB
End job on node115 at 2012-06-09 15:22:26