Trace number 3733116

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.14 1189.32

General information on the benchmark

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

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3733116-1339247388.opb.
0.00/0.00	c Instance file HOME/instance-3733116-1339247388.opb
0.00/0.00	c File size is 2678526 bytes.
0.00/0.47	c Highest Coefficient sum: 3
0.00/0.47	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.53	c ============================[ Problem Statistics ]=============================
0.00/0.53	c |                                                                             |
0.00/0.53	c |  Parsing time:          0.51         s                                      |
0.00/0.53	c |  Number Variables:      1400                                                |
0.00/0.53	c |  Number Constraints:    109401                                              |
0.00/0.53	c ===============================================================================
1800.14/1189.31	c Remaining time 1799.48 sec.
1800.14/1189.31	c 
1800.14/1189.31	c *** INTERRUPTED ***
1800.14/1189.31	s UNKNOWN
1800.14/1189.31	c Total CPU time              : 1797.6 s
1800.14/1189.31	c Memory used           : 794.44 MB
1800.14/1189.31	c CPU time              : 1797.6 s
1800.14/1189.31	c 
1800.14/1189.31	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-3733116-1339247388/watcher-3733116-1339247388 -o /tmp/evaluation-result-3733116-1339247388/solver-3733116-1339247388 -C 1800 -W 1900 -M 15500 run HOME/instance-3733116-1339247388.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.94 9.21 4.56 10/184 4101
/proc/meminfo: memFree=29803400/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0

[startup+0.0578 s]
/proc/loadavg: 11.94 9.21 4.56 10/184 4101
/proc/meminfo: memFree=29803400/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10021 s]
/proc/loadavg: 11.94 9.21 4.56 10/184 4101
/proc/meminfo: memFree=29803400/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300182 s]
/proc/loadavg: 11.94 9.21 4.56 10/184 4101
/proc/meminfo: memFree=29803400/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700244 s]
/proc/loadavg: 11.94 9.21 4.56 10/184 4101
/proc/meminfo: memFree=29803400/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 11.63 9.19 4.57 9/186 4103
/proc/meminfo: memFree=29754536/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
[pid=4102] ppid=4101 vsize=61420 CPUtime=1.49 cores=1,3,5,7
/proc/4102/stat : 4102 (pb_cplex) R 4101 4101 3419 0 -1 4202496 18981 0 0 0 146 3 0 0 20 0 1 0 390863132 62894080 12468 33554432000 134512640 146736320 4290607760 4290605904 138729743 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4102/statm: 15355 12468 656 2985 0 12289 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70568

[startup+3.10024 s]
/proc/loadavg: 11.63 9.19 4.57 9/186 4103
/proc/meminfo: memFree=29737484/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
[pid=4102] ppid=4101 vsize=145092 CPUtime=3.09 cores=1,3,5,7
/proc/4102/stat : 4102 (pb_cplex) R 4101 4101 3419 0 -1 4202496 33820 0 0 0 303 6 0 0 20 0 1 0 390863132 148574208 17948 33554432000 134512640 146736320 4290607760 4290602572 136389766 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4102/statm: 36273 17948 783 2985 0 33207 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 154240

[startup+6.30025 s]
/proc/loadavg: 11.34 9.17 4.59 9/186 4103
/proc/meminfo: memFree=29736308/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
[pid=4102] ppid=4101 vsize=145568 CPUtime=6.29 cores=1,3,5,7
/proc/4102/stat : 4102 (pb_cplex) R 4101 4101 3419 0 -1 4202496 33940 0 0 0 623 6 0 0 20 0 1 0 390863132 149061632 18068 33554432000 134512640 146736320 4290607760 4290601784 135997692 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4102/statm: 36392 18068 783 2985 0 33326 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 154716

[startup+12.7003 s]
/proc/loadavg: 10.99 9.13 4.60 8/186 4103
/proc/meminfo: memFree=29743152/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
[pid=4102] ppid=4101 vsize=145568 CPUtime=12.69 cores=1,3,5,7
/proc/4102/stat : 4102 (pb_cplex) R 4101 4101 3419 0 -1 4202496 33941 0 0 0 1263 6 0 0 20 0 1 0 390863132 149061632 18069 33554432000 134512640 146736320 4290607760 4290602728 136015583 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4102/statm: 36392 18069 783 2985 0 33326 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 154716

[startup+25.5002 s]
/proc/loadavg: 10.45 9.08 4.64 7/187 4106
/proc/meminfo: memFree=29693208/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
[pid=4102] ppid=4101 vsize=223340 CPUtime=25.49 cores=1,3,5,7
/proc/4102/stat : 4102 (pb_cplex) R 4101 4101 3419 0 -1 4202496 50393 0 0 0 2538 11 0 0 20 0 1 0 390863132 228700160 32001 33554432000 134512640 146736320 4290607760 4290603548 136406398 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4102/statm: 55835 32001 878 2985 0 52769 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 232488

[startup+51.1003 s]
/proc/loadavg: 8.70 8.78 4.68 7/187 4106
/proc/meminfo: memFree=29691116/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
[pid=4102] ppid=4101 vsize=212284 CPUtime=51.07 cores=1,3,5,7
/proc/4102/stat : 4102 (pb_cplex) R 4101 4101 3419 0 -1 4202496 87541 0 0 0 5089 18 0 0 20 0 1 0 390863132 217378816 32178 33554432000 134512640 146736320 4290607760 4290601768 139044505 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4102/statm: 53071 32178 908 2985 0 50005 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 221432

[startup+102.307 s]
/proc/loadavg: 6.60 8.19 4.69 6/186 4106
/proc/meminfo: memFree=29686088/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
[pid=4102] ppid=4101 vsize=213132 CPUtime=102.28 cores=1,3,5,7
/proc/4102/stat : 4102 (pb_cplex) R 4101 4101 3419 0 -1 4202496 108456 0 0 0 10205 23 0 0 20 0 1 0 390863132 218247168 34257 33554432000 134512640 146736320 4290607760 4290601932 136017676 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4102/statm: 53283 34257 908 2985 0 50217 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 222280

[startup+162.3 s]
/proc/loadavg: 6.70 7.84 4.78 10/186 4106
/proc/meminfo: memFree=29713672/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
[pid=4102] ppid=4101 vsize=213820 CPUtime=162.26 cores=1,3,5,7
/proc/4102/stat : 4102 (pb_cplex) R 4101 4101 3419 0 -1 4202496 133435 0 0 0 16197 29 0 0 20 0 1 0 390863132 218951680 34968 33554432000 134512640 146736320 4290607760 4290601932 136017496 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4102/statm: 53455 34968 908 2985 0 50389 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 222968

[startup+222.3 s]
/proc/loadavg: 6.29 7.58 4.89 4/186 4255
/proc/meminfo: memFree=29827660/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
[pid=4102] ppid=4101 vsize=214224 CPUtime=222.25 cores=1,3,5,7
/proc/4102/stat : 4102 (pb_cplex) R 4101 4101 3419 0 -1 4202496 158521 0 0 0 22191 34 0 0 20 0 1 0 390863132 219365376 35078 33554432000 134512640 146736320 4290607760 4290602120 136388073 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4102/statm: 53556 35078 908 2985 0 50490 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 223372

[startup+282.3 s]
/proc/loadavg: 4.39 6.77 4.77 3/186 4290
/proc/meminfo: memFree=29832828/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
[pid=4102] ppid=4101 vsize=214224 CPUtime=282.24 cores=1,3,5,7
/proc/4102/stat : 4102 (pb_cplex) R 4101 4101 3419 0 -1 4202496 181749 0 0 0 28185 39 0 0 20 0 1 0 390863132 219365376 35081 33554432000 134512640 146736320 4290607760 4290601932 136017769 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4102/statm: 53556 35081 908 2985 0 50490 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 223372

[startup+342.3 s]
/proc/loadavg: 2.94 5.91 4.60 3/186 4290
/proc/meminfo: memFree=29830472/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
[pid=4102] ppid=4101 vsize=214224 CPUtime=342.23 cores=1,3,5,7
/proc/4102/stat : 4102 (pb_cplex) R 4101 4101 3419 0 -1 4202496 206442 0 0 0 34178 45 0 0 20 0 1 0 390863132 219365376 35086 33554432000 134512640 146736320 4290607760 4290601800 139043577 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4102/statm: 53556 35086 908 2985 0 50490 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 223372

[startup+402.3 s]
/proc/loadavg: 2.33 5.20 4.44 4/186 4290
/proc/meminfo: memFree=29828488/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/4102/statm: 199343 144424 964 2985 0 196277 0
[pid=4102/tid=4310] ppid=4101 vsize=797372 CPUtime=7.55 cores=1,3,5,7
/proc/4102/task/4310/stat : 4310 (pb_cplex) R 4101 4101 3419 0 -1 4202560 4656 0 0 0 753 2 0 0 20 0 8 0 390943345 816508928 144424 33554432000 134512640 146736320 4290607760 3932152400 136403109 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=4102/tid=4311] ppid=4101 vsize=797372 CPUtime=7.36 cores=1,3,5,7
/proc/4102/task/4311/stat : 4311 (pb_cplex) R 4101 4101 3419 0 -1 4202560 4989 0 0 0 734 2 0 0 20 0 8 0 390943345 816508928 144424 33554432000 134512640 146736320 4290607760 3987726228 136017763 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=4102/tid=4312] ppid=4101 vsize=797372 CPUtime=7.07 cores=1,3,5,7
/proc/4102/task/4312/stat : 4312 (pb_cplex) R 4101 4101 3419 0 -1 4202560 3967 0 0 0 704 3 0 0 20 0 8 0 390943345 816508928 144424 33554432000 134512640 146736320 4290607760 3998212248 136007616 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=4102/tid=4313] ppid=4101 vsize=797372 CPUtime=7.72 cores=1,3,5,7
/proc/4102/task/4313/stat : 4313 (pb_cplex) R 4101 4101 3419 0 -1 4202560 4530 0 0 0 769 3 0 0 20 0 8 0 390943345 816508928 144424 33554432000 134512640 146736320 4290607760 3976290456 136007059 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=4102/tid=4314] ppid=4101 vsize=797372 CPUtime=7.21 cores=1,3,5,7
/proc/4102/task/4314/stat : 4314 (pb_cplex) R 4101 4101 3419 0 -1 4202560 4216 0 0 0 719 2 0 0 20 0 8 0 390943345 816508928 144424 33554432000 134512640 146736320 4290607760 3800715856 136403106 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=4102/tid=4315] ppid=4101 vsize=797372 CPUtime=7.22 cores=1,3,5,7
/proc/4102/task/4315/stat : 4315 (pb_cplex) R 4101 4101 3419 0 -1 4202560 4427 0 0 0 720 2 0 0 20 0 8 0 390943345 816508928 144424 33554432000 134512640 146736320 4290607760 3790229656 136007612 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=4102/tid=4316] ppid=4101 vsize=797372 CPUtime=7.37 cores=1,3,5,7
/proc/4102/task/4316/stat : 4316 (pb_cplex) R 4101 4101 3419 0 -1 4202560 5357 0 0 0 735 2 0 0 20 0 8 0 390943345 816508928 144424 33554432000 134512640 146736320 4290607760 3779743636 136017519 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1055.13
Current children cumulated vsize (KiB) 806520

[startup+1062.3 s]
/proc/loadavg: 7.08 4.01 3.78 11/193 4316
/proc/meminfo: memFree=29366980/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
[pid=4102] ppid=4101 vsize=804488 CPUtime=1294.16 cores=1,3,5,7
/proc/4102/stat : 4102 (pb_cplex) R 4101 4101 3419 0 -1 4202496 683571 0 0 0 129214 202 0 0 20 0 8 0 390863132 823795712 145832 33554432000 134512640 146736320 4290607760 4290600424 139044505 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4102/statm: 201122 145832 964 2985 0 198056 0
[pid=4102/tid=4310] ppid=4101 vsize=804488 CPUtime=37.42 cores=1,3,5,7
/proc/4102/task/4310/stat : 4310 (pb_cplex) R 4101 4101 3419 0 -1 4202560 10153 0 0 0 3737 5 0 0 20 0 8 0 390943345 823795712 145832 33554432000 134512640 146736320 4290607760 3932151960 136007629 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=4102/tid=4311] ppid=4101 vsize=804488 CPUtime=37.36 cores=1,3,5,7
/proc/4102/task/4311/stat : 4311 (pb_cplex) R 4101 4101 3419 0 -1 4202560 9635 0 0 0 3732 4 0 0 20 0 8 0 390943345 823795712 145832 33554432000 134512640 146736320 4290607760 3987726488 136007674 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=4102/tid=4312] ppid=4101 vsize=804488 CPUtime=36.91 cores=1,3,5,7
/proc/4102/task/4312/stat : 4312 (pb_cplex) R 4101 4101 3419 0 -1 4202560 8836 0 0 0 3686 5 0 0 20 0 8 0 390943345 823795712 145832 33554432000 134512640 146736320 4290607760 3998212248 136007053 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=4102/tid=4313] ppid=4101 vsize=804488 CPUtime=37.55 cores=1,3,5,7
/proc/4102/task/4313/stat : 4313 (pb_cplex) R 4101 4101 3419 0 -1 4202560 9115 0 0 0 3749 6 0 0 20 0 8 0 390943345 823795712 145832 33554432000 134512640 146736320 4290607760 3976290456 136007616 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=4102/tid=4314] ppid=4101 vsize=804488 CPUtime=37.12 cores=1,3,5,7
/proc/4102/task/4314/stat : 4314 (pb_cplex) R 4101 4101 3419 0 -1 4202560 9560 0 0 0 3708 4 0 0 20 0 8 0 390943345 823795712 145832 33554432000 134512640 146736320 4290607760 3800715488 139028303 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=4102/tid=4315] ppid=4101 vsize=804488 CPUtime=36.97 cores=1,3,5,7
/proc/4102/task/4315/stat : 4315 (pb_cplex) R 4101 4101 3419 0 -1 4202560 9549 0 0 0 3692 5 0 0 20 0 8 0 390943345 823795712 145832 33554432000 134512640 146736320 4290607760 3790229656 136007657 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=4102/tid=4316] ppid=4101 vsize=804488 CPUtime=37.29 cores=1,3,5,7
/proc/4102/task/4316/stat : 4316 (pb_cplex) R 4101 4101 3419 0 -1 4202560 9818 0 0 0 3724 5 0 0 20 0 8 0 390943345 823795712 145832 33554432000 134512640 146736320 4290607760 3779743896 136007612 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1294.16
Current children cumulated vsize (KiB) 813636

[startup+1122.3 s]
/proc/loadavg: 8.04 4.87 4.09 17/193 4317
/proc/meminfo: memFree=29364996/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
[pid=4102] ppid=4101 vsize=805828 CPUtime=1533.2 cores=1,3,5,7
/proc/4102/stat : 4102 (pb_cplex) R 4101 4101 3419 0 -1 4202496 743516 0 0 0 153095 225 0 0 20 0 8 0 390863132 825167872 146276 33554432000 134512640 146736320 4290607760 4290600456 139042876 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4102/statm: 201457 146276 964 2985 0 198391 0
[pid=4102/tid=4310] ppid=4101 vsize=805828 CPUtime=67.39 cores=1,3,5,7
/proc/4102/task/4310/stat : 4310 (pb_cplex) R 4101 4101 3419 0 -1 4202560 16797 0 0 0 6731 8 0 0 20 0 8 0 390943345 825167872 146276 33554432000 134512640 146736320 4290607760 3932151960 136007616 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=4102/tid=4311] ppid=4101 vsize=805828 CPUtime=67.22 cores=1,3,5,7
/proc/4102/task/4311/stat : 4311 (pb_cplex) R 4101 4101 3419 0 -1 4202560 15597 0 0 0 6715 7 0 0 20 0 8 0 390943345 825167872 146276 33554432000 134512640 146736320 4290607760 3987726376 139044505 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=4102/tid=4312] ppid=4101 vsize=805828 CPUtime=66.85 cores=1,3,5,7
/proc/4102/task/4312/stat : 4312 (pb_cplex) R 4101 4101 3419 0 -1 4202560 15464 0 0 0 6678 7 0 0 20 0 8 0 390943345 825167872 146276 33554432000 134512640 146736320 4290607760 3998211244 135454141 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=4102/tid=4313] ppid=4101 vsize=805828 CPUtime=67.61 cores=1,3,5,7
/proc/4102/task/4313/stat : 4313 (pb_cplex) R 4101 4101 3419 0 -1 4202560 15844 0 0 0 6752 9 0 0 20 0 8 0 390943345 825167872 146276 33554432000 134512640 146736320 4290607760 3976290456 136007053 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=4102/tid=4314] ppid=4101 vsize=805828 CPUtime=67.04 cores=1,3,5,7
/proc/4102/task/4314/stat : 4314 (pb_cplex) R 4101 4101 3419 0 -1 4202560 20271 0 0 0 6693 11 0 0 20 0 8 0 390943345 825167872 146276 33554432000 134512640 146736320 4290607760 3800715416 136007612 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=4102/tid=4315] ppid=4101 vsize=805828 CPUtime=66.23 cores=1,3,5,7
/proc/4102/task/4315/stat : 4315 (pb_cplex) R 4101 4101 3419 0 -1 4202560 20023 0 0 0 6613 10 0 0 20 0 8 0 390943345 825167872 146276 33554432000 134512640 146736320 4290607760 3790229368 136400450 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=4102/tid=4316] ppid=4101 vsize=805828 CPUtime=67.21 cores=1,3,5,7
/proc/4102/task/4316/stat : 4316 (pb_cplex) R 4101 4101 3419 0 -1 4202560 16355 0 0 0 6712 9 0 0 20 0 8 0 390943345 825167872 146276 33554432000 134512640 146736320 4290607760 3779743636 136017763 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1533.2
Current children cumulated vsize (KiB) 814976

[startup+1182.3 s]
/proc/loadavg: 9.05 5.71 4.43 11/193 4317
/proc/meminfo: memFree=29341644/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
[pid=4102] ppid=4101 vsize=816008 CPUtime=1772.23 cores=1,3,5,7
/proc/4102/stat : 4102 (pb_cplex) R 4101 4101 3419 0 -1 4202496 787516 0 0 0 176971 252 0 0 20 0 8 0 390863132 835592192 151821 33554432000 134512640 146736320 4290607760 4290600456 139042876 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4102/statm: 204002 151821 965 2985 0 200936 0
[pid=4102/tid=4310] ppid=4101 vsize=816008 CPUtime=97.32 cores=1,3,5,7
/proc/4102/task/4310/stat : 4310 (pb_cplex) R 4101 4101 3419 0 -1 4202560 23161 0 0 0 9720 12 0 0 20 0 8 0 390943345 835592192 151821 33554432000 134512640 146736320 4290607760 3932151700 136017769 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=4102/tid=4311] ppid=4101 vsize=816008 CPUtime=97.14 cores=1,3,5,7
/proc/4102/task/4311/stat : 4311 (pb_cplex) R 4101 4101 3419 0 -1 4202560 23360 0 0 0 9703 11 0 0 20 0 8 0 390943345 835592192 151821 33554432000 134512640 146736320 4290607760 3987726488 136007616 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=4102/tid=4312] ppid=4101 vsize=816008 CPUtime=96.65 cores=1,3,5,7
/proc/4102/task/4312/stat : 4312 (pb_cplex) R 4101 4101 3419 0 -1 4202560 22449 0 0 0 9654 11 0 0 20 0 8 0 390943345 835592192 151821 33554432000 134512640 146736320 4290607760 3998212248 136007037 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=4102/tid=4313] ppid=4101 vsize=816008 CPUtime=97.52 cores=1,3,5,7
/proc/4102/task/4313/stat : 4313 (pb_cplex) R 4101 4101 3419 0 -1 4202560 22869 0 0 0 9738 14 0 0 20 0 8 0 390943345 835592192 151821 33554432000 134512640 146736320 4290607760 3976286288 136008069 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=4102/tid=4314] ppid=4101 vsize=816008 CPUtime=96.78 cores=1,3,5,7
/proc/4102/task/4314/stat : 4314 (pb_cplex) R 4101 4101 3419 0 -1 4202560 23886 0 0 0 9665 13 0 0 20 0 8 0 390943345 835592192 151821 33554432000 134512640 146736320 4290607760 3800715376 136384852 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=4102/tid=4315] ppid=4101 vsize=816008 CPUtime=96 cores=1,3,5,7
/proc/4102/task/4315/stat : 4315 (pb_cplex) R 4101 4101 3419 0 -1 4202560 23960 0 0 0 9588 12 0 0 20 0 8 0 390943345 835592192 151821 33554432000 134512640 146736320 4290607760 3790229656 136007027 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=4102/tid=4316] ppid=4101 vsize=816008 CPUtime=96.84 cores=1,3,5,7
/proc/4102/task/4316/stat : 4316 (pb_cplex) R 4101 4101 3419 0 -1 4202560 21299 0 0 0 9671 13 0 0 20 0 8 0 390943345 835592192 151821 33554432000 134512640 146736320 4290607760 3779743364 135850322 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1772.23
Current children cumulated vsize (KiB) 825156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1189.3 s]
/proc/loadavg: 8.97 5.75 4.45 11/193 4317
/proc/meminfo: memFree=29333384/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
[pid=4102] ppid=4101 vsize=813504 CPUtime=1800.14 cores=1,3,5,7
/proc/4102/stat : 4102 (pb_cplex) R 4101 4101 3419 0 -1 4202496 792996 0 0 0 179758 256 0 0 20 0 8 0 390863132 833028096 153710 33554432000 134512640 146736320 4290607760 4290600536 136007674 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4102/statm: 203376 153710 965 2985 0 200310 0
[pid=4102/tid=4310] ppid=4101 vsize=813504 CPUtime=100.81 cores=1,3,5,7
/proc/4102/task/4310/stat : 4310 (pb_cplex) R 4101 4101 3419 0 -1 4202560 23637 0 0 0 10069 12 0 0 20 0 8 0 390943345 833028096 153710 33554432000 134512640 146736320 4290607760 3932152400 136403116 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=4102/tid=4311] ppid=4101 vsize=813504 CPUtime=100.64 cores=1,3,5,7
/proc/4102/task/4311/stat : 4311 (pb_cplex) R 4101 4101 3419 0 -1 4202560 23481 0 0 0 10052 12 0 0 20 0 8 0 390943345 833028096 153710 33554432000 134512640 146736320 4290607760 3987726408 139042876 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=4102/tid=4312] ppid=4101 vsize=813504 CPUtime=100.1 cores=1,3,5,7
/proc/4102/task/4312/stat : 4312 (pb_cplex) R 4101 4101 3419 0 -1 4202560 22878 0 0 0 9999 11 0 0 20 0 8 0 390943345 833028096 153710 33554432000 134512640 146736320 4290607760 3998212208 136384857 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=4102/tid=4313] ppid=4101 vsize=813504 CPUtime=101.02 cores=1,3,5,7
/proc/4102/task/4313/stat : 4313 (pb_cplex) R 4101 4101 3419 0 -1 4202560 23120 0 0 0 10088 14 0 0 20 0 8 0 390943345 833028096 153710 33554432000 134512640 146736320 4290607760 3976290376 139042981 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=4102/tid=4314] ppid=4101 vsize=813504 CPUtime=100.28 cores=1,3,5,7
/proc/4102/task/4314/stat : 4314 (pb_cplex) R 4101 4101 3419 0 -1 4202560 24334 0 0 0 10015 13 0 0 20 0 8 0 390943345 833028096 153710 33554432000 134512640 146736320 4290607760 3800715416 136007647 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=4102/tid=4315] ppid=4101 vsize=813504 CPUtime=99.49 cores=1,3,5,7
/proc/4102/task/4315/stat : 4315 (pb_cplex) R 4101 4101 3419 0 -1 4202560 24424 0 0 0 9936 13 0 0 20 0 8 0 390943345 833028096 153710 33554432000 134512640 146736320 4290607760 3790229656 136007643 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=4102/tid=4316] ppid=4101 vsize=813504 CPUtime=100.33 cores=1,3,5,7
/proc/4102/task/4316/stat : 4316 (pb_cplex) R 4101 4101 3419 0 -1 4202560 24438 0 0 0 10018 15 0 0 20 0 8 0 390943345 833028096 153710 33554432000 134512640 146736320 4290607760 3779743816 139042895 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 822652

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

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

[startup+1189.3 s]
/proc/loadavg: 8.97 5.75 4.45 11/193 4317
/proc/meminfo: memFree=29333384/32873844 swapFree=7632/7632
[pid=4101] ppid=4099 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4101/stat : 4101 (run) S 4099 4101 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390863132 9367552 269 33554432000 4194304 5064252 140737004485360 140737004484272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4101/statm: 2287 269 229 213 0 72 0
[pid=4102] ppid=4101 vsize=813504 CPUtime=1800.14 cores=1,3,5,7
/proc/4102/stat : 4102 (pb_cplex) R 4101 4101 3419 0 -1 4202496 792996 0 0 0 179758 256 0 0 20 0 8 0 390863132 833028096 153710 33554432000 134512640 146736320 4290607760 4290600536 136007674 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4102/statm: 203376 153710 965 2985 0 200310 0
[pid=4102/tid=4310] ppid=4101 vsize=813504 CPUtime=100.81 cores=1,3,5,7
/proc/4102/task/4310/stat : 4310 (pb_cplex) R 4101 4101 3419 0 -1 4202560 23637 0 0 0 10069 12 0 0 20 0 8 0 390943345 833028096 153710 33554432000 134512640 146736320 4290607760 3932152400 136403116 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=4102/tid=4311] ppid=4101 vsize=813504 CPUtime=100.64 cores=1,3,5,7
/proc/4102/task/4311/stat : 4311 (pb_cplex) R 4101 4101 3419 0 -1 4202560 23481 0 0 0 10052 12 0 0 20 0 8 0 390943345 833028096 153710 33554432000 134512640 146736320 4290607760 3987726408 139042876 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=4102/tid=4312] ppid=4101 vsize=813504 CPUtime=100.1 cores=1,3,5,7
/proc/4102/task/4312/stat : 4312 (pb_cplex) R 4101 4101 3419 0 -1 4202560 22878 0 0 0 9999 11 0 0 20 0 8 0 390943345 833028096 153710 33554432000 134512640 146736320 4290607760 3998212208 136384857 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=4102/tid=4313] ppid=4101 vsize=813504 CPUtime=101.02 cores=1,3,5,7
/proc/4102/task/4313/stat : 4313 (pb_cplex) R 4101 4101 3419 0 -1 4202560 23120 0 0 0 10088 14 0 0 20 0 8 0 390943345 833028096 153710 33554432000 134512640 146736320 4290607760 3976290376 139042981 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=4102/tid=4314] ppid=4101 vsize=813504 CPUtime=100.28 cores=1,3,5,7
/proc/4102/task/4314/stat : 4314 (pb_cplex) R 4101 4101 3419 0 -1 4202560 24334 0 0 0 10015 13 0 0 20 0 8 0 390943345 833028096 153710 33554432000 134512640 146736320 4290607760 3800715416 136007647 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=4102/tid=4315] ppid=4101 vsize=813504 CPUtime=99.49 cores=1,3,5,7
/proc/4102/task/4315/stat : 4315 (pb_cplex) R 4101 4101 3419 0 -1 4202560 24424 0 0 0 9936 13 0 0 20 0 8 0 390943345 833028096 153710 33554432000 134512640 146736320 4290607760 3790229656 136007643 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=4102/tid=4316] ppid=4101 vsize=813504 CPUtime=100.33 cores=1,3,5,7
/proc/4102/task/4316/stat : 4316 (pb_cplex) R 4101 4101 3419 0 -1 4202560 24438 0 0 0 10018 15 0 0 20 0 8 0 390943345 833028096 153710 33554432000 134512640 146736320 4290607760 3779743816 139042895 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 822652

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1189.32
CPU time (s): 1800.14
CPU user time (s): 1797.58
CPU system time (s): 2.56
CPU usage (%): 151.359
Max. virtual memory (cumulated for all children) (KiB): 828796

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

runsolver used 2.69959 second user time and 7.60584 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-09 15:09:48
IDJOB=3733116
IDBENCH=2248
IDSOLVER=2325
FILE ID=node141/3733116-1339247388
RUNJOBID= node141-1339246834-3436
PBS_JOBID= 14644340
Free space on /tmp= 69284 MiB

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

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

MD5SUM BENCH= 62a6bdf0e089cd0b8a79007277394096
RANDOM SEED=818103219

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29804308 kB
Buffers:          383672 kB
Cached:          1551272 kB
SwapCached:         3056 kB
Active:           791084 kB
Inactive:        1331916 kB
Active(anon):     186072 kB
Inactive(anon):     2872 kB
Active(file):     605012 kB
Inactive(file):  1329044 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098996 kB
Dirty:             19500 kB
Writeback:             0 kB
AnonPages:        192728 kB
Mapped:            12688 kB
Shmem:                 0 kB
Slab:             805556 kB
SReclaimable:     246372 kB
SUnreclaim:       559184 kB
KernelStack:        1520 kB
PageTables:         4612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     332524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3733116-1339247388.opb

Free space on /tmp at the end= 69268 MiB
End job on node141 at 2012-06-09 15:29:39