Trace number 3735173

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.19 741.617

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark392
Best CPU time to get the best result obtained on this benchmark1783.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
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-3735173-1339247866.opb.
0.00/0.00	c Instance file HOME/instance-3735173-1339247866.opb
0.00/0.00	c File size is 7672173 bytes.
3.58/3.66	c Highest Coefficient sum: 2977
3.58/3.66	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
3.69/3.71	c ============================[ Problem Statistics ]=============================
3.69/3.71	c |                                                                             |
3.69/3.71	c |  Parsing time:          3.69         s                                      |
3.69/3.71	c |  Number Variables:      13478                                               |
3.69/3.74	c |  Number Constraints:    26620                                               |
3.69/3.74	c ===============================================================================
1800.19/741.61	c Remaining time 1796.28 sec.
1800.19/741.61	c 
1800.19/741.61	c *** INTERRUPTED ***
1800.19/741.61	s UNKNOWN
1800.19/741.61	c Total CPU time              : 1798.04 s
1800.19/741.61	c Memory used           : 1484.12 MB
1800.19/741.61	c CPU time              : 1798.04 s
1800.19/741.61	c 
1800.19/741.61	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-3735173-1339247866/watcher-3735173-1339247866 -o /tmp/evaluation-result-3735173-1339247866/solver-3735173-1339247866 -C 1800 -W 1900 -M 15500 run HOME/instance-3735173-1339247866.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.58 8.87 5.06 5/184 2717
/proc/meminfo: memFree=22967544/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0

[startup+0.085506 s]
/proc/loadavg: 11.58 8.87 5.06 5/184 2717
/proc/meminfo: memFree=22967544/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100216 s]
/proc/loadavg: 11.58 8.87 5.06 5/184 2717
/proc/meminfo: memFree=22967544/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 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.58 8.87 5.06 5/184 2717
/proc/meminfo: memFree=22967544/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700182 s]
/proc/loadavg: 11.58 8.87 5.06 5/184 2717
/proc/meminfo: memFree=22967544/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 11.58 8.87 5.06 5/186 2719
/proc/meminfo: memFree=22961808/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
[pid=2718] ppid=2717 vsize=28328 CPUtime=1.49 cores=1,3,5,7
/proc/2718/stat : 2718 (pb_cplex) R 2717 2717 2263 0 -1 4202496 3150 0 0 0 149 0 0 0 20 0 1 0 390912342 29007872 3105 33554432000 134512640 146736320 4290294416 4290292432 140684755 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/2718/statm: 7082 3105 1044 2985 0 2142 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37476

[startup+3.10022 s]
/proc/loadavg: 11.58 8.87 5.06 5/186 2719
/proc/meminfo: memFree=22955832/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
[pid=2718] ppid=2717 vsize=36880 CPUtime=3.08 cores=1,3,5,7
/proc/2718/stat : 2718 (pb_cplex) R 2717 2717 2263 0 -1 4202496 6091 0 0 0 308 0 0 0 20 0 1 0 390912342 37765120 6013 33554432000 134512640 146736320 4290294416 4290292300 141014065 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/2718/statm: 9220 6013 1827 2985 0 4280 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 46028

[startup+6.30024 s]
/proc/loadavg: 10.97 8.78 5.05 4/186 2719
/proc/meminfo: memFree=22877416/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
[pid=2718] ppid=2717 vsize=157380 CPUtime=6.28 cores=1,3,5,7
/proc/2718/stat : 2718 (pb_cplex) R 2717 2717 2263 0 -1 4202496 38169 0 0 0 622 6 0 0 20 0 1 0 390912342 161157120 28291 33554432000 134512640 146736320 4290294416 4290289164 135846789 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/2718/statm: 39345 28291 791 2985 0 36279 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 166528

[startup+12.7002 s]
/proc/loadavg: 10.33 8.69 5.04 4/186 2719
/proc/meminfo: memFree=22806428/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
[pid=2718] ppid=2717 vsize=233024 CPUtime=12.69 cores=1,3,5,7
/proc/2718/stat : 2718 (pb_cplex) R 2717 2717 2263 0 -1 4202496 65402 0 0 0 1256 13 0 0 20 0 1 0 390912342 238616576 45371 33554432000 134512640 146736320 4290294416 4290288328 139043579 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/2718/statm: 58256 45371 885 2985 0 55190 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 242172

[startup+25.5004 s]
/proc/loadavg: 8.70 8.41 5.01 3/186 2719
/proc/meminfo: memFree=22781644/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
[pid=2718] ppid=2717 vsize=218080 CPUtime=25.48 cores=1,3,5,7
/proc/2718/stat : 2718 (pb_cplex) R 2717 2717 2263 0 -1 4202496 81260 0 0 0 2532 16 0 0 20 0 1 0 390912342 223313920 40944 33554432000 134512640 146736320 4290294416 4290288384 136019064 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/2718/statm: 54520 40944 887 2985 0 51454 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 227228

[startup+51.1003 s]
/proc/loadavg: 8.53 8.38 5.08 10/186 2719
/proc/meminfo: memFree=22812144/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
[pid=2718] ppid=2717 vsize=221464 CPUtime=51.08 cores=1,3,5,7
/proc/2718/stat : 2718 (pb_cplex) R 2717 2717 2263 0 -1 4202496 85137 0 0 0 5091 17 0 0 20 0 1 0 390912342 226779136 41454 33554432000 134512640 146736320 4290294416 4290288696 136015579 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2718/statm: 55366 41454 887 2985 0 52300 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 230612

[startup+102.307 s]
/proc/loadavg: 8.80 8.47 5.29 10/186 2719
/proc/meminfo: memFree=22846436/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
[pid=2718] ppid=2717 vsize=151688 CPUtime=102.27 cores=1,3,5,7
/proc/2718/stat : 2718 (pb_cplex) R 2717 2717 2263 0 -1 4202496 96164 0 0 0 10208 19 0 0 20 0 1 0 390912342 155328512 29007 33554432000 134512640 146736320 4290294416 4290290784 136206775 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2718/statm: 37922 29007 888 2985 0 34856 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 160836

[startup+162.3 s]
/proc/loadavg: 7.02 8.12 5.37 3/180 2989
/proc/meminfo: memFree=24897296/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
[pid=2718] ppid=2717 vsize=221288 CPUtime=162.26 cores=1,3,5,7
/proc/2718/stat : 2718 (pb_cplex) R 2717 2717 2263 0 -1 4202496 112902 0 0 0 16200 26 0 0 20 0 1 0 390912342 226598912 42907 33554432000 134512640 146736320 4290294416 4290288696 136015579 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2718/statm: 55322 42907 888 2985 0 52256 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 230436

[startup+222.301 s]
/proc/loadavg: 6.28 7.66 5.38 9/193 3046
/proc/meminfo: memFree=24377744/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
[pid=2718] ppid=2717 vsize=683932 CPUtime=222.24 cores=1,3,5,7
/proc/2718/stat : 2718 (pb_cplex) R 2717 2717 2263 0 -1 4202496 222295 0 0 0 22172 52 0 0 20 0 8 0 390912342 700346368 127326 33554432000 134512640 146736320 4290294416 4290287352 136015570 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2718/statm: 170983 127326 940 2985 0 167917 0
[pid=2718/tid=3040] ppid=2717 vsize=683932 CPUtime=0 cores=1,3,5,7
/proc/2718/task/3040/stat : 3040 (pb_cplex) S 2717 2717 2263 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 390932971 700346368 127326 33554432000 134512640 146736320 4290294416 3709693584 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2718/tid=3041] ppid=2717 vsize=683932 CPUtime=0 cores=1,3,5,7
/proc/2718/task/3041/stat : 3041 (pb_cplex) S 2717 2717 2263 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 390932971 700346368 127326 33554432000 134512640 146736320 4290294416 3699207824 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2718/tid=3042] ppid=2717 vsize=683932 CPUtime=0 cores=1,3,5,7
/proc/2718/task/3042/stat : 3042 (pb_cplex) S 2717 2717 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390932971 700346368 127326 33554432000 134512640 146736320 4290294416 3688722064 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2718/tid=3043] ppid=2717 vsize=683932 CPUtime=0 cores=1,3,5,7
/proc/2718/task/3043/stat : 3043 (pb_cplex) S 2717 2717 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390932971 700346368 127326 33554432000 134512640 146736320 4290294416 3678236304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2718/tid=3044] ppid=2717 vsize=683932 CPUtime=0 cores=1,3,5,7
/proc/2718/task/3044/stat : 3044 (pb_cplex) S 2717 2717 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390932971 700346368 127326 33554432000 134512640 146736320 4290294416 3667750544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2718/tid=3045] ppid=2717 vsize=683932 CPUtime=0 cores=1,3,5,7
/proc/2718/task/3045/stat : 3045 (pb_cplex) S 2717 2717 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390932971 700346368 127326 33554432000 134512640 146736320 4290294416 3657264784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2718/tid=3046] ppid=2717 vsize=683932 CPUtime=0 cores=1,3,5,7
/proc/2718/task/3046/stat : 3046 (pb_cplex) S 2717 2717 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390932971 700346368 127326 33554432000 134512640 146736320 4290294416 3646779024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 693080

[startup+282.3 s]
/proc/loadavg: 5.93 7.39 5.43 14/193 3211
/proc/meminfo: memFree=24291604/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
[pid=2718] ppid=2717 vsize=968060 CPUtime=285.89 cores=1,3,5,7
/proc/2718/stat : 2718 (pb_cplex) R 2717 2717 2263 0 -1 4202496 263991 0 0 0 28525 64 0 0 20 0 8 0 390912342 991293440 189573 33554432000 134512640 146736320 4290294416 4290287244 135846789 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2718/statm: 242015 189573 943 2985 0 238949 0
[pid=2718/tid=3040] ppid=2717 vsize=968060 CPUtime=0 cores=1,3,5,7
/proc/2718/task/3040/stat : 3040 (pb_cplex) S 2717 2717 2263 0 -1 4202560 264 0 0 0 0 0 0 0 20 0 8 0 390932971 991293440 189573 33554432000 134512640 146736320 4290294416 3709693584 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2718/tid=3041] ppid=2717 vsize=968060 CPUtime=0.6 cores=1,3,5,7
/proc/2718/task/3041/stat : 3041 (pb_cplex) R 2717 2717 2263 0 -1 4202560 4376 0 0 0 60 0 0 0 20 0 8 0 390932971 991293440 189573 33554432000 134512640 146736320 4290294416 3699204304 136008042 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2718/tid=3042] ppid=2717 vsize=968060 CPUtime=0.7 cores=1,3,5,7

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

/proc/2718/statm: 261049 215482 943 2985 0 257983 0
[pid=2718/tid=3040] ppid=2717 vsize=1044196 CPUtime=0 cores=1,3,5,7
/proc/2718/task/3040/stat : 3040 (pb_cplex) S 2717 2717 2263 0 -1 4202560 264 0 0 0 0 0 0 0 20 0 8 0 390932971 1069256704 215482 33554432000 134512640 146736320 4290294416 3709693584 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2718/tid=3041] ppid=2717 vsize=1044196 CPUtime=128.85 cores=1,3,5,7
/proc/2718/task/3041/stat : 3041 (pb_cplex) R 2717 2717 2263 0 -1 4202560 24407 0 0 0 12875 10 0 0 20 0 8 0 390932971 1069256704 215482 33554432000 134512640 146736320 4290294416 3699204304 136008050 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2718/tid=3042] ppid=2717 vsize=1044196 CPUtime=114.1 cores=1,3,5,7
/proc/2718/task/3042/stat : 3042 (pb_cplex) S 2717 2717 2263 0 -1 4202560 20643 0 0 0 11400 10 0 0 20 0 8 0 390932971 1069256704 215482 33554432000 134512640 146736320 4290294416 3688722064 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2718/tid=3043] ppid=2717 vsize=1044196 CPUtime=42.58 cores=1,3,5,7
/proc/2718/task/3043/stat : 3043 (pb_cplex) S 2717 2717 2263 0 -1 4202560 8804 0 0 0 4253 5 0 0 20 0 8 0 390932971 1069256704 215482 33554432000 134512640 146736320 4290294416 3678236304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2718/tid=3044] ppid=2717 vsize=1044196 CPUtime=103.04 cores=1,3,5,7
/proc/2718/task/3044/stat : 3044 (pb_cplex) S 2717 2717 2263 0 -1 4202560 24495 0 0 0 10294 10 0 0 20 0 8 0 390932971 1069256704 215482 33554432000 134512640 146736320 4290294416 3667750544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2718/tid=3045] ppid=2717 vsize=1044196 CPUtime=86.41 cores=1,3,5,7
/proc/2718/task/3045/stat : 3045 (pb_cplex) S 2717 2717 2263 0 -1 4202560 20199 0 0 0 8633 8 0 0 20 0 8 0 390932971 1069256704 215482 33554432000 134512640 146736320 4290294416 3657264784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2718/tid=3046] ppid=2717 vsize=1044196 CPUtime=125.87 cores=1,3,5,7
/proc/2718/task/3046/stat : 3046 (pb_cplex) S 2717 2717 2263 0 -1 4202560 20980 0 0 0 12579 8 0 0 20 0 8 0 390932971 1069256704 215482 33554432000 134512640 146736320 4290294416 3646779024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 964.06
Current children cumulated vsize (KiB) 1053344

[startup+522.3 s]
/proc/loadavg: 5.77 7.46 5.98 8/193 3226
/proc/meminfo: memFree=24147928/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
[pid=2718] ppid=2717 vsize=1048440 CPUtime=1024.05 cores=1,3,5,7
/proc/2718/stat : 2718 (pb_cplex) S 2717 2717 2263 0 -1 4202496 380607 0 0 0 102293 112 0 0 20 0 8 0 390912342 1073602560 217716 33554432000 134512640 146736320 4290294416 4290290768 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2718/statm: 262110 217716 943 2985 0 259044 0
[pid=2718/tid=3040] ppid=2717 vsize=1048440 CPUtime=0 cores=1,3,5,7
/proc/2718/task/3040/stat : 3040 (pb_cplex) S 2717 2717 2263 0 -1 4202560 264 0 0 0 0 0 0 0 20 0 8 0 390932971 1073602560 217716 33554432000 134512640 146736320 4290294416 3709693584 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2718/tid=3041] ppid=2717 vsize=1048440 CPUtime=188.69 cores=1,3,5,7
/proc/2718/task/3041/stat : 3041 (pb_cplex) R 2717 2717 2263 0 -1 4202560 36139 0 0 0 18855 14 0 0 20 0 8 0 390932971 1073602560 217716 33554432000 134512640 146736320 4290294416 3699205168 135983312 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2718/tid=3042] ppid=2717 vsize=1048440 CPUtime=114.1 cores=1,3,5,7
/proc/2718/task/3042/stat : 3042 (pb_cplex) S 2717 2717 2263 0 -1 4202560 20643 0 0 0 11400 10 0 0 20 0 8 0 390932971 1073602560 217716 33554432000 134512640 146736320 4290294416 3688722064 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2718/tid=3043] ppid=2717 vsize=1048440 CPUtime=42.58 cores=1,3,5,7
/proc/2718/task/3043/stat : 3043 (pb_cplex) S 2717 2717 2263 0 -1 4202560 8804 0 0 0 4253 5 0 0 20 0 8 0 390932971 1073602560 217716 33554432000 134512640 146736320 4290294416 3678236304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2718/tid=3044] ppid=2717 vsize=1048440 CPUtime=103.04 cores=1,3,5,7
/proc/2718/task/3044/stat : 3044 (pb_cplex) S 2717 2717 2263 0 -1 4202560 24495 0 0 0 10294 10 0 0 20 0 8 0 390932971 1073602560 217716 33554432000 134512640 146736320 4290294416 3667750544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2718/tid=3045] ppid=2717 vsize=1048440 CPUtime=86.41 cores=1,3,5,7
/proc/2718/task/3045/stat : 3045 (pb_cplex) S 2717 2717 2263 0 -1 4202560 20199 0 0 0 8633 8 0 0 20 0 8 0 390932971 1073602560 217716 33554432000 134512640 146736320 4290294416 3657264784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2718/tid=3046] ppid=2717 vsize=1048440 CPUtime=125.87 cores=1,3,5,7
/proc/2718/task/3046/stat : 3046 (pb_cplex) S 2717 2717 2263 0 -1 4202560 20980 0 0 0 12579 8 0 0 20 0 8 0 390932971 1073602560 217716 33554432000 134512640 146736320 4290294416 3646779024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1024.05
Current children cumulated vsize (KiB) 1057588

[startup+582.3 s]
/proc/loadavg: 6.96 7.38 6.04 18/194 3299
/proc/meminfo: memFree=23806708/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
[pid=2718] ppid=2717 vsize=1472792 CPUtime=1164.23 cores=1,3,5,7
/proc/2718/stat : 2718 (pb_cplex) R 2717 2717 2263 0 -1 4202496 501828 0 0 0 116252 171 0 0 20 0 8 0 390912342 1508139008 298546 33554432000 134512640 146736320 4290294416 4290287248 136008065 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2718/statm: 368198 298546 943 2985 0 365132 0
[pid=2718/tid=3040] ppid=2717 vsize=1472792 CPUtime=13.29 cores=1,3,5,7
/proc/2718/task/3040/stat : 3040 (pb_cplex) R 2717 2717 2263 0 -1 4202560 14002 0 0 0 1324 5 0 0 20 0 8 0 390932971 1508139008 298546 33554432000 134512640 146736320 4290294416 3709690448 136403109 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2718/tid=3041] ppid=2717 vsize=1472792 CPUtime=235.03 cores=1,3,5,7
/proc/2718/task/3041/stat : 3041 (pb_cplex) R 2717 2717 2263 0 -1 4202560 56671 0 0 0 23479 24 0 0 20 0 8 0 390932971 1508139008 298546 33554432000 134512640 146736320 4290294416 3699204200 136384743 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2718/tid=3042] ppid=2717 vsize=1472792 CPUtime=127.57 cores=1,3,5,7
/proc/2718/task/3042/stat : 3042 (pb_cplex) R 2717 2717 2263 0 -1 4202560 36841 0 0 0 12740 17 0 0 20 0 8 0 390932971 1508139008 298546 33554432000 134512640 146736320 4290294416 3688718544 136008256 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2718/tid=3043] ppid=2717 vsize=1472792 CPUtime=55.94 cores=1,3,5,7
/proc/2718/task/3043/stat : 3043 (pb_cplex) R 2717 2717 2263 0 -1 4202560 21599 0 0 0 5582 12 0 0 20 0 8 0 390932971 1508139008 298546 33554432000 134512640 146736320 4290294416 3678232784 136008044 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2718/tid=3044] ppid=2717 vsize=1472792 CPUtime=116.39 cores=1,3,5,7
/proc/2718/task/3044/stat : 3044 (pb_cplex) R 2717 2717 2263 0 -1 4202560 38654 0 0 0 11619 20 0 0 20 0 8 0 390932971 1508139008 298546 33554432000 134512640 146736320 4290294416 3667745984 135468690 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2718/tid=3045] ppid=2717 vsize=1472792 CPUtime=99.8 cores=1,3,5,7
/proc/2718/task/3045/stat : 3045 (pb_cplex) R 2717 2717 2263 0 -1 4202560 35421 0 0 0 9965 15 0 0 20 0 8 0 390932971 1508139008 298546 33554432000 134512640 146736320 4290294416 3657261264 136008042 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2718/tid=3046] ppid=2717 vsize=1472792 CPUtime=139.24 cores=1,3,5,7
/proc/2718/task/3046/stat : 3046 (pb_cplex) R 2717 2717 2263 0 -1 4202560 33712 0 0 0 13909 15 0 0 20 0 8 0 390932971 1508139008 298546 33554432000 134512640 146736320 4290294416 3646775388 135854459 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1164.23
Current children cumulated vsize (KiB) 1481940

[startup+642.3 s]
/proc/loadavg: 11.87 8.74 6.59 12/193 3299
/proc/meminfo: memFree=23746048/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
[pid=2718] ppid=2717 vsize=1508264 CPUtime=1403.78 cores=1,3,5,7
/proc/2718/stat : 2718 (pb_cplex) R 2717 2717 2263 0 -1 4202496 531793 0 0 0 140184 194 0 0 20 0 8 0 390912342 1544462336 307817 33554432000 134512640 146736320 4290294416 4290287112 139042981 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2718/statm: 377066 307817 943 2985 0 374000 0
[pid=2718/tid=3040] ppid=2717 vsize=1508264 CPUtime=43.18 cores=1,3,5,7
/proc/2718/task/3040/stat : 3040 (pb_cplex) R 2717 2717 2263 0 -1 4202560 16936 0 0 0 4311 7 0 0 20 0 8 0 390932971 1544462336 307817 33554432000 134512640 146736320 4290294416 3709690064 136008042 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2718/tid=3041] ppid=2717 vsize=1508264 CPUtime=264.97 cores=1,3,5,7
/proc/2718/task/3041/stat : 3041 (pb_cplex) R 2717 2717 2263 0 -1 4202560 59570 0 0 0 26470 27 0 0 20 0 8 0 390932971 1544462336 307817 33554432000 134512640 146736320 4290294416 3699204304 136008065 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2718/tid=3042] ppid=2717 vsize=1508264 CPUtime=157.4 cores=1,3,5,7
/proc/2718/task/3042/stat : 3042 (pb_cplex) R 2717 2717 2263 0 -1 4202560 41174 0 0 0 15719 21 0 0 20 0 8 0 390932971 1544462336 307817 33554432000 134512640 146736320 4290294416 3688718544 136008050 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2718/tid=3043] ppid=2717 vsize=1508264 CPUtime=85.64 cores=1,3,5,7
/proc/2718/task/3043/stat : 3043 (pb_cplex) R 2717 2717 2263 0 -1 4202560 23921 0 0 0 8548 16 0 0 20 0 8 0 390932971 1544462336 307817 33554432000 134512640 146736320 4290294416 3678232784 136008039 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2718/tid=3044] ppid=2717 vsize=1508264 CPUtime=146.42 cores=1,3,5,7
/proc/2718/task/3044/stat : 3044 (pb_cplex) R 2717 2717 2263 0 -1 4202560 43420 0 0 0 14618 24 0 0 20 0 8 0 390932971 1544462336 307817 33554432000 134512640 146736320 4290294416 3667747024 136008065 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2718/tid=3045] ppid=2717 vsize=1508264 CPUtime=129.7 cores=1,3,5,7
/proc/2718/task/3045/stat : 3045 (pb_cplex) R 2717 2717 2263 0 -1 4202560 40559 0 0 0 12950 20 0 0 20 0 8 0 390932971 1544462336 307817 33554432000 134512640 146736320 4290294416 3657260008 139044585 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2718/tid=3046] ppid=2717 vsize=1508264 CPUtime=169.13 cores=1,3,5,7
/proc/2718/task/3046/stat : 3046 (pb_cplex) R 2717 2717 2263 0 -1 4202560 36386 0 0 0 16895 18 0 0 20 0 8 0 390932971 1544462336 307817 33554432000 134512640 146736320 4290294416 3646775504 136008050 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1403.78
Current children cumulated vsize (KiB) 1517412

[startup+702.3 s]
/proc/loadavg: 12.42 9.47 6.97 18/193 3299
/proc/meminfo: memFree=23714336/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
[pid=2718] ppid=2717 vsize=1525576 CPUtime=1643.29 cores=1,3,5,7
/proc/2718/stat : 2718 (pb_cplex) R 2717 2717 2263 0 -1 4202496 557660 0 0 0 164119 210 0 0 20 0 8 0 390912342 1562189824 314263 33554432000 134512640 146736320 4290294416 4290288112 135983225 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2718/statm: 381394 314263 943 2985 0 378328 0
[pid=2718/tid=3040] ppid=2717 vsize=1525576 CPUtime=73.76 cores=1,3,5,7
/proc/2718/task/3040/stat : 3040 (pb_cplex) R 2717 2717 2263 0 -1 4202560 21493 0 0 0 7366 10 0 0 20 0 8 0 390932971 1562189824 314263 33554432000 134512640 146736320 4290294416 3709689928 139042885 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2718/tid=3041] ppid=2717 vsize=1525576 CPUtime=294.32 cores=1,3,5,7
/proc/2718/task/3041/stat : 3041 (pb_cplex) R 2717 2717 2263 0 -1 4202560 64599 0 0 0 29403 29 0 0 20 0 8 0 390932971 1562189824 314263 33554432000 134512640 146736320 4290294416 3699204552 136001974 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2718/tid=3042] ppid=2717 vsize=1525576 CPUtime=187.28 cores=1,3,5,7
/proc/2718/task/3042/stat : 3042 (pb_cplex) R 2717 2717 2263 0 -1 4202560 43637 0 0 0 18706 22 0 0 20 0 8 0 390932971 1562189824 314263 33554432000 134512640 146736320 4290294416 3688718544 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2718/tid=3043] ppid=2717 vsize=1525576 CPUtime=115.42 cores=1,3,5,7
/proc/2718/task/3043/stat : 3043 (pb_cplex) R 2717 2717 2263 0 -1 4202560 25873 0 0 0 11525 17 0 0 20 0 8 0 390932971 1562189824 314263 33554432000 134512640 146736320 4290294416 3678232576 136018931 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2718/tid=3044] ppid=2717 vsize=1525576 CPUtime=176.21 cores=1,3,5,7
/proc/2718/task/3044/stat : 3044 (pb_cplex) R 2717 2717 2263 0 -1 4202560 47658 0 0 0 17592 29 0 0 20 0 8 0 390932971 1562189824 314263 33554432000 134512640 146736320 4290294416 3667747024 136008039 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2718/tid=3045] ppid=2717 vsize=1525576 CPUtime=159.31 cores=1,3,5,7
/proc/2718/task/3045/stat : 3045 (pb_cplex) R 2717 2717 2263 0 -1 4202560 42492 0 0 0 15908 23 0 0 20 0 8 0 390932971 1562189824 314263 33554432000 134512640 146736320 4290294416 3657260176 136008039 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2718/tid=3046] ppid=2717 vsize=1525576 CPUtime=199.24 cores=1,3,5,7
/proc/2718/task/3046/stat : 3046 (pb_cplex) R 2717 2717 2263 0 -1 4202560 38689 0 0 0 19905 19 0 0 20 0 8 0 390932971 1562189824 314263 33554432000 134512640 146736320 4290294416 3646775504 136008065 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1643.29
Current children cumulated vsize (KiB) 1534724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+741.6 s]
/proc/loadavg: 13.91 10.22 7.33 17/194 3302
/proc/meminfo: memFree=23706508/32873660 swapFree=7120/7120
[pid=2717] ppid=2715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (run) S 2715 2717 2263 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390912342 9367552 270 33554432000 4194304 5064252 140736527562832 140736527561744 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2717/statm: 2287 270 229 213 0 72 0
[pid=2718] ppid=2717 vsize=1519732 CPUtime=1800.19 cores=1,3,5,7
/proc/2718/stat : 2718 (pb_cplex) R 2717 2717 2263 0 -1 4202496 571775 0 0 0 179802 217 0 0 20 0 8 0 390912342 1556205568 314826 33554432000 134512640 146736320 4290294416 4290287248 136008441 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2718/statm: 379933 314826 943 2985 0 376867 0
[pid=2718/tid=3040] ppid=2717 vsize=1519732 CPUtime=93.12 cores=1,3,5,7
/proc/2718/task/3040/stat : 3040 (pb_cplex) R 2717 2717 2263 0 -1 4202560 24688 0 0 0 9300 12 0 0 20 0 8 0 390932971 1556205568 314826 33554432000 134512640 146736320 4290294416 3709690064 136008056 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2718/tid=3041] ppid=2717 vsize=1519732 CPUtime=314.11 cores=1,3,5,7
/proc/2718/task/3041/stat : 3041 (pb_cplex) R 2717 2717 2263 0 -1 4202560 66324 0 0 0 31381 30 0 0 20 0 8 0 390932971 1556205568 314826 33554432000 134512640 146736320 4290294416 3699204304 136008042 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2718/tid=3042] ppid=2717 vsize=1519732 CPUtime=206.61 cores=1,3,5,7
/proc/2718/task/3042/stat : 3042 (pb_cplex) R 2717 2717 2263 0 -1 4202560 45500 0 0 0 20637 24 0 0 20 0 8 0 390932971 1556205568 314826 33554432000 134512640 146736320 4290294416 3688718544 136008069 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2718/tid=3043] ppid=2717 vsize=1519732 CPUtime=135.27 cores=1,3,5,7
/proc/2718/task/3043/stat : 3043 (pb_cplex) R 2717 2717 2263 0 -1 4202560 27313 0 0 0 13509 18 0 0 20 0 8 0 390932971 1556205568 314826 33554432000 134512640 146736320 4290294416 3678232648 139042901 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2718/tid=3044] ppid=2717 vsize=1519732 CPUtime=195.6 cores=1,3,5,7
/proc/2718/task/3044/stat : 3044 (pb_cplex) R 2717 2717 2263 0 -1 4202560 48942 0 0 0 19530 30 0 0 20 0 8 0 390932971 1556205568 314826 33554432000 134512640 146736320 4290294416 3667746816 136019040 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2718/tid=3045] ppid=2717 vsize=1519732 CPUtime=178.92 cores=1,3,5,7
/proc/2718/task/3045/stat : 3045 (pb_cplex) R 2717 2717 2263 0 -1 4202560 43937 0 0 0 17868 24 0 0 20 0 8 0 390932971 1556205568 314826 33554432000 134512640 146736320 4290294416 3657260176 136008065 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2718/tid=3046] ppid=2717 vsize=1519732 CPUtime=218.73 cores=1,3,5,7
/proc/2718/task/3046/stat : 3046 (pb_cplex) R 2717 2717 2263 0 -1 4202560 40046 0 0 0 21853 20 0 0 20 0 8 0 390932971 1556205568 314826 33554432000 134512640 146736320 4290294416 3646775504 136008065 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1528880

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 741.617
CPU time (s): 1800.19
CPU user time (s): 1798.02
CPU system time (s): 2.17
CPU usage (%): 242.739
Max. virtual memory (cumulated for all children) (KiB): 1535712

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

runsolver used 1.89071 second user time and 4.94525 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-09 15:17:46
IDJOB=3735173
IDBENCH=2947
IDSOLVER=2325
FILE ID=node117/3735173-1339247866
RUNJOBID= node117-1339246834-2280
PBS_JOBID= 14644364
Free space on /tmp= 68516 MiB

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

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=2027219552

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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:       32873660 kB
MemFree:        22968064 kB
Buffers:          862872 kB
Cached:          5915936 kB
SwapCached:          620 kB
Active:          6920188 kB
Inactive:        1999064 kB
Active(anon):    2127908 kB
Inactive(anon):    10028 kB
Active(file):    4792280 kB
Inactive(file):  1989036 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67106956 kB
Dirty:             23720 kB
Writeback:             0 kB
AnonPages:       2155912 kB
Mapped:            15896 kB
Shmem:                80 kB
Slab:             841876 kB
SReclaimable:     286132 kB
SUnreclaim:       555744 kB
KernelStack:        1520 kB
PageTables:         9176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    2989652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1327104 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-3735173-1339247866.opb

Free space on /tmp at the end= 68508 MiB
End job on node117 at 2012-06-09 15:30:08