Trace number 3734667

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.09 573.716

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C499.b.opb
MD5SUM0b80319f4195f1e1329c2c4b63b416b0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark45
Best CPU time to get the best result obtained on this benchmark1796.93
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 45
Optimality of the best value was proved NO
Number of variables5203
Total number of constraints19637
Number of constraints which are clauses19637
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 constraint11
Maximum length of a constraint360
Number of terms in the objective function 5203
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 5203
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5203
Number of bits of the biggest sum of numbers13
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-3734667-1339247533.opb.
0.00/0.00	c Instance file HOME/instance-3734667-1339247533.opb
0.00/0.00	c File size is 9972193 bytes.
11.29/11.36	c Highest Coefficient sum: 361
11.29/11.36	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
11.38/11.42	c ============================[ Problem Statistics ]=============================
11.38/11.42	c |                                                                             |
11.38/11.42	c |  Parsing time:          11.40        s                                      |
11.38/11.42	c |  Number Variables:      5203                                                |
11.38/11.47	c |  Number Constraints:    19637                                               |
11.38/11.47	c ===============================================================================
1799.37/573.71	c Remaining time 1788.56 sec.
1799.37/573.71	c 
1799.37/573.71	c *** INTERRUPTED ***
1799.37/573.71	s UNKNOWN
1799.37/573.71	c Total CPU time              : 1793.5 s
1799.37/573.71	c Memory used           : 820.40 MB
1799.37/573.71	c CPU time              : 1793.5 s
1799.37/573.71	c 
1799.37/573.71	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-3734667-1339247533/watcher-3734667-1339247533 -o /tmp/evaluation-result-3734667-1339247533/solver-3734667-1339247533 -C 1800 -W 1900 -M 15500 run HOME/instance-3734667-1339247533.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: 12.70 8.33 3.81 10/182 16996
/proc/meminfo: memFree=28334428/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0

[startup+0.07623 s]
/proc/loadavg: 12.70 8.33 3.81 10/182 16996
/proc/meminfo: memFree=28334428/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100204 s]
/proc/loadavg: 12.70 8.33 3.81 10/182 16996
/proc/meminfo: memFree=28334428/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300121 s]
/proc/loadavg: 12.70 8.33 3.81 10/182 16996
/proc/meminfo: memFree=28334428/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70022 s]
/proc/loadavg: 12.70 8.33 3.81 10/182 16996
/proc/meminfo: memFree=28334428/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 12.70 8.33 3.81 10/184 16998
/proc/meminfo: memFree=28332940/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
[pid=16997] ppid=16996 vsize=23824 CPUtime=1.49 cores=0,2,4,6
/proc/16997/stat : 16997 (pb_cplex) R 16996 16996 16516 0 -1 4202496 718 0 0 0 149 0 0 0 20 0 1 0 390878829 24395776 672 33554432000 134512640 146736320 4293116928 4293094156 140665536 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/16997/statm: 5956 672 296 2985 0 455 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32972

[startup+3.10021 s]
/proc/loadavg: 12.70 8.33 3.81 10/184 16998
/proc/meminfo: memFree=28332692/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
[pid=16997] ppid=16996 vsize=25012 CPUtime=3.09 cores=0,2,4,6
/proc/16997/stat : 16997 (pb_cplex) R 16996 16996 16516 0 -1 4202496 1174 0 0 0 309 0 0 0 20 0 1 0 390878829 25612288 1128 33554432000 134512640 146736320 4293116928 4293114880 134543014 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/16997/statm: 6253 1128 440 2985 0 752 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34160

[startup+6.30021 s]
/proc/loadavg: 12.40 8.34 3.84 11/184 16998
/proc/meminfo: memFree=28324260/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
[pid=16997] ppid=16996 vsize=32536 CPUtime=6.29 cores=0,2,4,6
/proc/16997/stat : 16997 (pb_cplex) R 16996 16996 16516 0 -1 4202496 3945 0 0 0 629 0 0 0 20 0 1 0 390878829 33316864 3899 33554432000 134512640 146736320 4293116928 4293114728 144716523 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/16997/statm: 8134 3899 1332 2985 0 2633 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41684

[startup+12.7004 s]
/proc/loadavg: 12.13 8.35 3.86 10/184 16998
/proc/meminfo: memFree=28264068/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
[pid=16997] ppid=16996 vsize=142868 CPUtime=12.68 cores=0,2,4,6
/proc/16997/stat : 16997 (pb_cplex) R 16996 16996 16516 0 -1 4202496 29994 0 0 0 1262 6 0 0 20 0 1 0 390878829 146296832 27484 33554432000 134512640 146736320 4293116928 4293111740 135974681 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/16997/statm: 35717 27484 790 2985 0 32651 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 152016

[startup+25.5003 s]
/proc/loadavg: 11.44 8.38 3.95 10/184 16998
/proc/meminfo: memFree=28186812/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
[pid=16997] ppid=16996 vsize=199400 CPUtime=25.48 cores=0,2,4,6
/proc/16997/stat : 16997 (pb_cplex) R 16996 16996 16516 0 -1 4202496 88160 0 0 0 2527 21 0 0 20 0 1 0 390878829 204185600 37587 33554432000 134512640 146736320 4293116928 4293111204 136231031 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/16997/statm: 49850 37587 911 2985 0 46784 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 208548

[startup+51.1005 s]
/proc/loadavg: 9.89 8.28 4.03 5/191 17076
/proc/meminfo: memFree=28548672/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
[pid=16997] ppid=16996 vsize=564092 CPUtime=51.08 cores=0,2,4,6
/proc/16997/stat : 16997 (pb_cplex) R 16996 16996 16516 0 -1 4202496 143853 0 0 0 5074 34 0 0 20 0 8 0 390878829 577630208 107486 33554432000 134512640 146736320 4293116928 4293109720 136007517 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16997/statm: 141023 107486 961 2985 0 137957 0
[pid=16997/tid=16999] ppid=16996 vsize=564092 CPUtime=0 cores=0,2,4,6
/proc/16997/task/16999/stat : 16999 (pb_cplex) S 16996 16996 16516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 390882837 577630208 107486 33554432000 134512640 146736320 4293116928 3761139344 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16997/tid=17000] ppid=16996 vsize=564092 CPUtime=0 cores=0,2,4,6
/proc/16997/task/17000/stat : 17000 (pb_cplex) S 16996 16996 16516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390882837 577630208 107486 33554432000 134512640 146736320 4293116928 3750653584 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16997/tid=17001] ppid=16996 vsize=564092 CPUtime=0 cores=0,2,4,6
/proc/16997/task/17001/stat : 17001 (pb_cplex) S 16996 16996 16516 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 390882837 577630208 107486 33554432000 134512640 146736320 4293116928 3740167824 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16997/tid=17002] ppid=16996 vsize=564092 CPUtime=0 cores=0,2,4,6
/proc/16997/task/17002/stat : 17002 (pb_cplex) S 16996 16996 16516 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 390882837 577630208 107486 33554432000 134512640 146736320 4293116928 3729682064 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16997/tid=17003] ppid=16996 vsize=564092 CPUtime=0 cores=0,2,4,6
/proc/16997/task/17003/stat : 17003 (pb_cplex) S 16996 16996 16516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390882837 577630208 107486 33554432000 134512640 146736320 4293116928 3719196304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16997/tid=17004] ppid=16996 vsize=564092 CPUtime=0 cores=0,2,4,6
/proc/16997/task/17004/stat : 17004 (pb_cplex) S 16996 16996 16516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390882837 577630208 107486 33554432000 134512640 146736320 4293116928 3708710544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16997/tid=17005] ppid=16996 vsize=564092 CPUtime=0 cores=0,2,4,6
/proc/16997/task/17005/stat : 17005 (pb_cplex) S 16996 16996 16516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390882837 577630208 107486 33554432000 134512640 146736320 4293116928 3698224784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 573240

[startup+102.307 s]
/proc/loadavg: 7.56 7.88 4.12 16/191 17076
/proc/meminfo: memFree=28337260/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
[pid=16997] ppid=16996 vsize=783836 CPUtime=227.06 cores=0,2,4,6
/proc/16997/stat : 16997 (pb_cplex) R 16996 16996 16516 0 -1 4202496 240260 0 0 0 22644 62 0 0 20 0 8 0 390878829 802648064 159536 33554432000 134512640 146736320 4293116928 4293108520 139044581 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16997/statm: 195959 159536 981 2985 0 192893 0
[pid=16997/tid=16999] ppid=16996 vsize=783836 CPUtime=31.49 cores=0,2,4,6
/proc/16997/task/16999/stat : 16999 (pb_cplex) R 16996 16996 16516 0 -1 4202560 16881 0 0 0 3145 4 0 0 20 0 8 0 390882837 802648064 159536 33554432000 134512640 146736320 4293116928 3761135808 136471168 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16997/tid=17000] ppid=16996 vsize=783836 CPUtime=20.8 cores=0,2,4,6
/proc/16997/task/17000/stat : 17000 (pb_cplex) R 16996 16996 16516 0 -1 4202560 10873 0 0 0 2078 2 0 0 20 0 8 0 390882837 802648064 159536 33554432000 134512640 146736320 4293116928 3750648860 135855179 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16997/tid=17001] ppid=16996 vsize=783836 CPUtime=29.58 cores=0,2,4,6
/proc/16997/task/17001/stat : 17001 (pb_cplex) R 16996 16996 16516 0 -1 4202560 15170 0 0 0 2955 3 0 0 20 0 8 0 390882837 802648064 159536 33554432000 134512640 146736320 4293116928 3740164736 139046532 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16997/tid=17002] ppid=16996 vsize=783836 CPUtime=28.22 cores=0,2,4,6
/proc/16997/task/17002/stat : 17002 (pb_cplex) R 16996 16996 16516 0 -1 4202560 15849 0 0 0 2818 4 0 0 20 0 8 0 390882837 802648064 159536 33554432000 134512640 146736320 4293116928 3729678792 135999108 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16997/tid=17003] ppid=16996 vsize=783836 CPUtime=16.38 cores=0,2,4,6
/proc/16997/task/17003/stat : 17003 (pb_cplex) R 16996 16996 16516 0 -1 4202560 8817 0 0 0 1635 3 0 0 20 0 8 0 390882837 802648064 159536 33554432000 134512640 146736320 4293116928 3719192648 139042902 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16997/tid=17004] ppid=16996 vsize=783836 CPUtime=11.99 cores=0,2,4,6
/proc/16997/task/17004/stat : 17004 (pb_cplex) R 16996 16996 16516 0 -1 4202560 6691 0 0 0 1196 3 0 0 20 0 8 0 390882837 802648064 159536 33554432000 134512640 146736320 4293116928 3708705880 136007289 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16997/tid=17005] ppid=16996 vsize=783836 CPUtime=22.17 cores=0,2,4,6
/proc/16997/task/17005/stat : 17005 (pb_cplex) R 16996 16996 16516 0 -1 4202560 14342 0 0 0 2212 5 0 0 20 0 8 0 390882837 802648064 159536 33554432000 134512640 146736320 4293116928 3698221264 136008259 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 227.06
Current children cumulated vsize (KiB) 792984

[startup+162.3 s]
/proc/loadavg: 7.19 7.70 4.29 11/191 17076
/proc/meminfo: memFree=28327888/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
[pid=16997] ppid=16996 vsize=789928 CPUtime=454.01 cores=0,2,4,6
/proc/16997/stat : 16997 (pb_cplex) R 16996 16996 16516 0 -1 4202496 311154 0 0 0 45316 85 0 0 20 0 8 0 390878829 808886272 161317 33554432000 134512640 146736320 4293116928 4293109776 136008165 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16997/statm: 197482 161317 981 2985 0 194416 0
[pid=16997/tid=16999] ppid=16996 vsize=789928 CPUtime=56.6 cores=0,2,4,6
/proc/16997/task/16999/stat : 16999 (pb_cplex) R 16996 16996 16516 0 -1 4202560 24332 0 0 0 5654 6 0 0 20 0 8 0 390882837 808886272 161317 33554432000 134512640 146736320 4293116928 3761135768 136007056 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16997/tid=17000] ppid=16996 vsize=789928 CPUtime=55.43 cores=0,2,4,6
/proc/16997/task/17000/stat : 17000 (pb_cplex) R 16996 16996 16516 0 -1 4202560 25053 0 0 0 5536 7 0 0 20 0 8 0 390882837 808886272 161317 33554432000 134512640 146736320 4293116928 3750650856 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16997/tid=17001] ppid=16996 vsize=789928 CPUtime=53.66 cores=0,2,4,6
/proc/16997/task/17001/stat : 17001 (pb_cplex) R 16996 16996 16516 0 -1 4202560 25892 0 0 0 5361 5 0 0 20 0 8 0 390882837 808886272 161317 33554432000 134512640 146736320 4293116928 3740164152 136475800 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16997/tid=17002] ppid=16996 vsize=789928 CPUtime=57 cores=0,2,4,6
/proc/16997/task/17002/stat : 17002 (pb_cplex) R 16996 16996 16516 0 -1 4202560 26600 0 0 0 5693 7 0 0 20 0 8 0 390882837 808886272 161317 33554432000 134512640 146736320 4293116928 3729678488 136007041 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16997/tid=17003] ppid=16996 vsize=789928 CPUtime=41.82 cores=0,2,4,6
/proc/16997/task/17003/stat : 17003 (pb_cplex) R 16996 16996 16516 0 -1 4202560 16001 0 0 0 4178 4 0 0 20 0 8 0 390882837 808886272 161317 33554432000 134512640 146736320 4293116928 3719193576 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16997/tid=17004] ppid=16996 vsize=789928 CPUtime=46.89 cores=0,2,4,6
/proc/16997/task/17004/stat : 17004 (pb_cplex) R 16996 16996 16516 0 -1 4202560 12776 0 0 0 4685 4 0 0 20 0 8 0 390882837 808886272 161317 33554432000 134512640 146736320 4293116928 3708707024 136008441 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16997/tid=17005] ppid=16996 vsize=789928 CPUtime=44.5 cores=0,2,4,6
/proc/16997/task/17005/stat : 17005 (pb_cplex) R 16996 16996 16516 0 -1 4202560 22282 0 0 0 4442 8 0 0 20 0 8 0 390882837 808886272 161317 33554432000 134512640 146736320 4293116928 3698221264 136008160 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 454.01

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

[pid=16997/tid=17089] ppid=16996 vsize=828860 CPUtime=32 cores=0,2,4,6
/proc/16997/task/17089/stat : 17089 (pb_cplex) R 16996 16996 16516 0 -1 4202560 27410 0 0 0 3189 11 0 0 20 0 8 0 390905406 848752640 167197 33554432000 134512640 146736320 4293116928 3702918976 138439306 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16997/tid=17090] ppid=16996 vsize=828860 CPUtime=22.07 cores=0,2,4,6
/proc/16997/task/17090/stat : 17090 (pb_cplex) R 16996 16996 16516 0 -1 4202560 31996 0 0 0 2196 11 0 0 20 0 8 0 390905406 848752640 167197 33554432000 134512640 146736320 4293116928 3685737096 135982686 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16997/tid=17091] ppid=16996 vsize=828860 CPUtime=34 cores=0,2,4,6
/proc/16997/task/17091/stat : 17091 (pb_cplex) R 16996 16996 16516 0 -1 4202560 32550 0 0 0 3390 10 0 0 20 0 8 0 390905406 848752640 167197 33554432000 134512640 146736320 4293116928 3675249668 136385184 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 990.48
Current children cumulated vsize (KiB) 838008

[startup+402.3 s]
/proc/loadavg: 7.21 6.89 4.69 17/191 17091
/proc/meminfo: memFree=28259752/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
[pid=16997] ppid=16996 vsize=835976 CPUtime=1229.35 cores=0,2,4,6
/proc/16997/stat : 16997 (pb_cplex) R 16996 16996 16516 0 -1 4202496 1103380 0 0 0 122581 354 0 0 20 0 8 0 390878829 856039424 171269 33554432000 134512640 146736320 4293116928 4293109952 137059757 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16997/statm: 208994 171269 982 2985 0 205928 0
[pid=16997/tid=17085] ppid=16996 vsize=835976 CPUtime=61.29 cores=0,2,4,6
/proc/16997/task/17085/stat : 17085 (pb_cplex) R 16996 16996 16516 0 -1 4202560 85123 0 0 0 6102 27 0 0 20 0 8 0 390905406 856039424 171269 33554432000 134512640 146736320 4293116928 4017994840 136007053 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16997/tid=17086] ppid=16996 vsize=835976 CPUtime=64.38 cores=0,2,4,6
/proc/16997/task/17086/stat : 17086 (pb_cplex) R 16996 16996 16516 0 -1 4202560 64412 0 0 0 6419 19 0 0 20 0 8 0 390905406 856039424 171269 33554432000 134512640 146736320 4293116928 4028480600 136007616 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16997/tid=17087] ppid=16996 vsize=835976 CPUtime=63.13 cores=0,2,4,6
/proc/16997/task/17087/stat : 17087 (pb_cplex) R 16996 16996 16516 0 -1 4202560 80842 0 0 0 6287 26 0 0 20 0 8 0 390905406 856039424 171269 33554432000 134512640 146736320 4293116928 4112741248 137412881 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16997/tid=17088] ppid=16996 vsize=835976 CPUtime=57.24 cores=0,2,4,6
/proc/16997/task/17088/stat : 17088 (pb_cplex) R 16996 16996 16516 0 -1 4202560 65501 0 0 0 5702 22 0 0 20 0 8 0 390905406 856039424 171269 33554432000 134512640 146736320 4293116928 3729679336 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16997/tid=17089] ppid=16996 vsize=835976 CPUtime=61.28 cores=0,2,4,6
/proc/16997/task/17089/stat : 17089 (pb_cplex) R 16996 16996 16516 0 -1 4202560 63888 0 0 0 6106 22 0 0 20 0 8 0 390905406 856039424 171269 33554432000 134512640 146736320 4293116928 3702919320 136007149 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16997/tid=17090] ppid=16996 vsize=835976 CPUtime=51.96 cores=0,2,4,6
/proc/16997/task/17090/stat : 17090 (pb_cplex) R 16996 16996 16516 0 -1 4202560 82351 0 0 0 5170 26 0 0 20 0 8 0 390905406 856039424 171269 33554432000 134512640 146736320 4293116928 3685736832 137059620 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16997/tid=17091] ppid=16996 vsize=835976 CPUtime=64.12 cores=0,2,4,6
/proc/16997/task/17091/stat : 17091 (pb_cplex) R 16996 16996 16516 0 -1 4202560 58267 0 0 0 6394 18 0 0 20 0 8 0 390905406 856039424 171269 33554432000 134512640 146736320 4293116928 3675249752 136007062 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1229.35
Current children cumulated vsize (KiB) 845124

[startup+462.3 s]
/proc/loadavg: 5.92 6.60 4.73 6/191 17091
/proc/meminfo: memFree=28272048/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
[pid=16997] ppid=16996 vsize=837588 CPUtime=1442.63 cores=0,2,4,6
/proc/16997/stat : 16997 (pb_cplex) R 16996 16996 16516 0 -1 4202496 1456782 0 0 0 143799 464 0 0 20 0 8 0 390878829 857690112 172419 33554432000 134512640 146736320 4293116928 4293109720 136007674 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16997/statm: 209397 172419 982 2985 0 206331 0
[pid=16997/tid=17085] ppid=16996 vsize=837588 CPUtime=83.48 cores=0,2,4,6
/proc/16997/task/17085/stat : 17085 (pb_cplex) R 16996 16996 16516 0 -1 4202560 131263 0 0 0 8307 41 0 0 20 0 8 0 390905406 857690112 172419 33554432000 134512640 146736320 4293116928 4017995280 136403117 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16997/tid=17086] ppid=16996 vsize=837588 CPUtime=99.68 cores=0,2,4,6
/proc/16997/task/17086/stat : 17086 (pb_cplex) R 16996 16996 16516 0 -1 4202560 169887 0 0 0 9915 53 0 0 20 0 8 0 390905406 857690112 172419 33554432000 134512640 146736320 4293116928 4028480600 136007661 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16997/tid=17087] ppid=16996 vsize=837588 CPUtime=81.65 cores=0,2,4,6
/proc/16997/task/17087/stat : 17087 (pb_cplex) R 16996 16996 16516 0 -1 4202560 123382 0 0 0 8125 40 0 0 20 0 8 0 390905406 857690112 172419 33554432000 134512640 146736320 4293116928 4112739376 136384892 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16997/tid=17088] ppid=16996 vsize=837588 CPUtime=89.04 cores=0,2,4,6
/proc/16997/task/17088/stat : 17088 (pb_cplex) S 16996 16996 16516 0 -1 4202560 87798 0 0 0 8873 31 0 0 20 0 8 0 390905406 857690112 172419 33554432000 134512640 146736320 4293116928 3729682064 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16997/tid=17089] ppid=16996 vsize=837588 CPUtime=93.66 cores=0,2,4,6
/proc/16997/task/17089/stat : 17089 (pb_cplex) S 16996 16996 16516 0 -1 4202560 123920 0 0 0 9323 43 0 0 20 0 8 0 390905406 857690112 172419 33554432000 134512640 146736320 4293116928 3702922896 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16997/tid=17090] ppid=16996 vsize=837588 CPUtime=62.35 cores=0,2,4,6
/proc/16997/task/17090/stat : 17090 (pb_cplex) S 16996 16996 16516 0 -1 4202560 94008 0 0 0 6205 30 0 0 20 0 8 0 390905406 857690112 172419 33554432000 134512640 146736320 4293116928 3685740176 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16997/tid=17091] ppid=16996 vsize=837588 CPUtime=104.67 cores=0,2,4,6
/proc/16997/task/17091/stat : 17091 (pb_cplex) S 16996 16996 16516 0 -1 4202560 100786 0 0 0 10435 32 0 0 20 0 8 0 390905406 857690112 172419 33554432000 134512640 146736320 4293116928 3675254416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1442.63
Current children cumulated vsize (KiB) 846736

[startup+522.3 s]
/proc/loadavg: 5.81 6.43 4.78 10/191 17094
/proc/meminfo: memFree=28259144/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
[pid=16997] ppid=16996 vsize=839752 CPUtime=1650.77 cores=0,2,4,6
/proc/16997/stat : 16997 (pb_cplex) S 16996 16996 16516 0 -1 4202496 1712950 0 0 0 164533 544 0 0 20 0 8 0 390878829 859906048 174727 33554432000 134512640 146736320 4293116928 4293113296 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16997/statm: 209938 174727 982 2985 0 206872 0
[pid=16997/tid=17085] ppid=16996 vsize=839752 CPUtime=114.61 cores=0,2,4,6
/proc/16997/task/17085/stat : 17085 (pb_cplex) R 16996 16996 16516 0 -1 4202560 161721 0 0 0 11411 50 0 0 20 0 8 0 390905406 859906048 174727 33554432000 134512640 146736320 4293116928 4017995816 139044509 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16997/tid=17086] ppid=16996 vsize=839752 CPUtime=128.9 cores=0,2,4,6
/proc/16997/task/17086/stat : 17086 (pb_cplex) R 16996 16996 16516 0 -1 4202560 253603 0 0 0 12811 79 0 0 20 0 8 0 390905406 859906048 174727 33554432000 134512640 146736320 4293116928 4028480600 136007588 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16997/tid=17087] ppid=16996 vsize=839752 CPUtime=118.16 cores=0,2,4,6
/proc/16997/task/17087/stat : 17087 (pb_cplex) R 16996 16996 16516 0 -1 4202560 174506 0 0 0 11761 55 0 0 20 0 8 0 390905406 859906048 174727 33554432000 134512640 146736320 4293116928 4112739416 136007629 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16997/tid=17088] ppid=16996 vsize=839752 CPUtime=115.28 cores=0,2,4,6
/proc/16997/task/17088/stat : 17088 (pb_cplex) R 16996 16996 16516 0 -1 4202560 134208 0 0 0 11482 46 0 0 20 0 8 0 390905406 859906048 174727 33554432000 134512640 146736320 4293116928 3729677400 136007289 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16997/tid=17089] ppid=16996 vsize=839752 CPUtime=113.19 cores=0,2,4,6
/proc/16997/task/17089/stat : 17089 (pb_cplex) R 16996 16996 16516 0 -1 4202560 143522 0 0 0 11271 48 0 0 20 0 8 0 390905406 859906048 174727 33554432000 134512640 146736320 4293116928 3702918192 136384895 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16997/tid=17090] ppid=16996 vsize=839752 CPUtime=85.05 cores=0,2,4,6
/proc/16997/task/17090/stat : 17090 (pb_cplex) R 16996 16996 16516 0 -1 4202560 100357 0 0 0 8472 33 0 0 20 0 8 0 390905406 859906048 174727 33554432000 134512640 146736320 4293116928 3685735616 135468704 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16997/tid=17091] ppid=16996 vsize=839752 CPUtime=130.75 cores=0,2,4,6
/proc/16997/task/17091/stat : 17091 (pb_cplex) R 16996 16996 16516 0 -1 4202560 111916 0 0 0 13040 35 0 0 20 0 8 0 390905406 859906048 174727 33554432000 134512640 146736320 4293116928 3675250192 136403112 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1650.77
Current children cumulated vsize (KiB) 848900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+573.7 s]
/proc/loadavg: 4.73 6.06 4.75 4/191 17095
/proc/meminfo: memFree=28252148/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
[pid=16997] ppid=16996 vsize=840088 CPUtime=1799.37 cores=0,2,4,6
/proc/16997/stat : 16997 (pb_cplex) R 16996 16996 16516 0 -1 4202496 1861771 0 0 0 179348 589 0 0 20 0 8 0 390878829 860250112 176275 33554432000 134512640 146736320 4293116928 4293108632 136007030 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16997/statm: 210022 176275 982 2985 0 206956 0
[pid=16997/tid=17085] ppid=16996 vsize=840088 CPUtime=124.57 cores=0,2,4,6
/proc/16997/task/17085/stat : 17085 (pb_cplex) S 16996 16996 16516 0 -1 4202560 169377 0 0 0 12405 52 0 0 20 0 8 0 390905406 860250112 176275 33554432000 134512640 146736320 4293116928 4017999504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16997/tid=17086] ppid=16996 vsize=840088 CPUtime=147.96 cores=0,2,4,6
/proc/16997/task/17086/stat : 17086 (pb_cplex) S 16996 16996 16516 0 -1 4202560 291522 0 0 0 14705 91 0 0 20 0 8 0 390905406 860250112 176275 33554432000 134512640 146736320 4293116928 4028485264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16997/tid=17087] ppid=16996 vsize=840088 CPUtime=154.19 cores=0,2,4,6
/proc/16997/task/17087/stat : 17087 (pb_cplex) S 16996 16996 16516 0 -1 4202560 219390 0 0 0 15348 71 0 0 20 0 8 0 390905406 860250112 176275 33554432000 134512640 146736320 4293116928 4112744080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16997/tid=17088] ppid=16996 vsize=840088 CPUtime=136.47 cores=0,2,4,6
/proc/16997/task/17088/stat : 17088 (pb_cplex) R 16996 16996 16516 0 -1 4202560 153414 0 0 0 13594 53 0 0 20 0 8 0 390905406 860250112 176275 33554432000 134512640 146736320 4293116928 3729677704 136002049 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16997/tid=17089] ppid=16996 vsize=840088 CPUtime=133.47 cores=0,2,4,6
/proc/16997/task/17089/stat : 17089 (pb_cplex) S 16996 16996 16516 0 -1 4202560 157859 0 0 0 13294 53 0 0 20 0 8 0 390905406 860250112 176275 33554432000 134512640 146736320 4293116928 3702922896 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16997/tid=17090] ppid=16996 vsize=840088 CPUtime=94.01 cores=0,2,4,6
/proc/16997/task/17090/stat : 17090 (pb_cplex) S 16996 16996 16516 0 -1 4202560 106042 0 0 0 9367 34 0 0 20 0 8 0 390905406 860250112 176275 33554432000 134512640 146736320 4293116928 3685740176 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16997/tid=17091] ppid=16996 vsize=840088 CPUtime=148.67 cores=0,2,4,6
/proc/16997/task/17091/stat : 17091 (pb_cplex) S 16996 16996 16516 0 -1 4202560 122528 0 0 0 14828 39 0 0 20 0 8 0 390905406 860250112 176275 33554432000 134512640 146736320 4293116928 3675254416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 849236

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

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

[startup+573.7 s]
/proc/loadavg: 4.73 6.06 4.75 4/191 17095
/proc/meminfo: memFree=28252148/32873624 swapFree=7112/7112
[pid=16996] ppid=16994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16996/stat : 16996 (run) S 16994 16996 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390878829 9367552 270 33554432000 4194304 5064252 140735918027760 140735918026672 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16996/statm: 2287 270 229 213 0 72 0
[pid=16997] ppid=16996 vsize=840088 CPUtime=1799.37 cores=0,2,4,6
/proc/16997/stat : 16997 (pb_cplex) R 16996 16996 16516 0 -1 4202496 1861771 0 0 0 179348 589 0 0 20 0 8 0 390878829 860250112 176275 33554432000 134512640 146736320 4293116928 4293108632 136007030 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16997/statm: 210022 176275 982 2985 0 206956 0
[pid=16997/tid=17085] ppid=16996 vsize=840088 CPUtime=124.57 cores=0,2,4,6
/proc/16997/task/17085/stat : 17085 (pb_cplex) S 16996 16996 16516 0 -1 4202560 169377 0 0 0 12405 52 0 0 20 0 8 0 390905406 860250112 176275 33554432000 134512640 146736320 4293116928 4017999504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16997/tid=17086] ppid=16996 vsize=840088 CPUtime=147.96 cores=0,2,4,6
/proc/16997/task/17086/stat : 17086 (pb_cplex) S 16996 16996 16516 0 -1 4202560 291522 0 0 0 14705 91 0 0 20 0 8 0 390905406 860250112 176275 33554432000 134512640 146736320 4293116928 4028485264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16997/tid=17087] ppid=16996 vsize=840088 CPUtime=154.19 cores=0,2,4,6
/proc/16997/task/17087/stat : 17087 (pb_cplex) S 16996 16996 16516 0 -1 4202560 219390 0 0 0 15348 71 0 0 20 0 8 0 390905406 860250112 176275 33554432000 134512640 146736320 4293116928 4112744080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16997/tid=17088] ppid=16996 vsize=840088 CPUtime=136.47 cores=0,2,4,6
/proc/16997/task/17088/stat : 17088 (pb_cplex) R 16996 16996 16516 0 -1 4202560 153414 0 0 0 13594 53 0 0 20 0 8 0 390905406 860250112 176275 33554432000 134512640 146736320 4293116928 3729677704 136002049 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16997/tid=17089] ppid=16996 vsize=840088 CPUtime=133.47 cores=0,2,4,6
/proc/16997/task/17089/stat : 17089 (pb_cplex) S 16996 16996 16516 0 -1 4202560 157859 0 0 0 13294 53 0 0 20 0 8 0 390905406 860250112 176275 33554432000 134512640 146736320 4293116928 3702922896 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16997/tid=17090] ppid=16996 vsize=840088 CPUtime=94.01 cores=0,2,4,6
/proc/16997/task/17090/stat : 17090 (pb_cplex) S 16996 16996 16516 0 -1 4202560 106042 0 0 0 9367 34 0 0 20 0 8 0 390905406 860250112 176275 33554432000 134512640 146736320 4293116928 3685740176 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16997/tid=17091] ppid=16996 vsize=840088 CPUtime=148.67 cores=0,2,4,6
/proc/16997/task/17091/stat : 17091 (pb_cplex) S 16996 16996 16516 0 -1 4202560 122528 0 0 0 14828 39 0 0 20 0 8 0 390905406 860250112 176275 33554432000 134512640 146736320 4293116928 3675254416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 849236

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16996 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1799.37
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.720032
#  lost CPU user time (s): 0.830017
#  lost CPU system time (s): -0.11

Real time (s): 573.716
CPU time (s): 1800.09
CPU user time (s): 1794.31
CPU system time (s): 5.78
CPU usage (%): 313.76
Max. virtual memory (cumulated for all children) (KiB): 996444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356
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.26081 second user time and 3.82442 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-09 15:12:14
IDJOB=3734667
IDBENCH=2889
IDSOLVER=2325
FILE ID=node121/3734667-1339247533
RUNJOBID= node121-1339246834-16532
PBS_JOBID= 14644360
Free space on /tmp= 70616 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-C499.b.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734667-1339247533/watcher-3734667-1339247533 -o /tmp/evaluation-result-3734667-1339247533/solver-3734667-1339247533 -C 1800 -W 1900 -M 15500  run HOME/instance-3734667-1339247533.opb

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

MD5SUM BENCH= 0b80319f4195f1e1329c2c4b63b416b0
RANDOM SEED=1091329772

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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:       32873624 kB
MemFree:        28334716 kB
Buffers:         1018868 kB
Cached:          1875084 kB
SwapCached:          340 kB
Active:          3489672 kB
Inactive:          82108 kB
Active(anon):     657152 kB
Inactive(anon):     8164 kB
Active(file):    2832520 kB
Inactive(file):    73944 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67106508 kB
Dirty:             26168 kB
Writeback:             0 kB
AnonPages:        669636 kB
Mapped:            15248 kB
Shmem:                40 kB
Slab:             826152 kB
SReclaimable:     269936 kB
SUnreclaim:       556216 kB
KernelStack:        1504 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     888544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    423936 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-3734667-1339247533.opb

Free space on /tmp at the end= 70600 MiB
End job on node121 at 2012-06-09 15:21:49