Trace number 3735063

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.1 507.114

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_16.opb
MD5SUM6e5141f298d85d1f18641c02d22506a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark214
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 222
Optimality of the best value was proved NO
Number of variables5570
Total number of constraints10896
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 constraints10895
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 9
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 375
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1908
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3735063-1339247768.opb.
0.00/0.00	c Instance file HOME/instance-3735063-1339247768.opb
0.00/0.00	c File size is 2715806 bytes.
1.19/1.24	c Highest Coefficient sum: 1908
1.19/1.24	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
1.19/1.26	c ============================[ Problem Statistics ]=============================
1.19/1.26	c |                                                                             |
1.19/1.26	c |  Parsing time:          1.26         s                                      |
1.19/1.26	c |  Number Variables:      5570                                                |
1.19/1.28	c |  Number Constraints:    10896                                               |
1.19/1.28	c ===============================================================================
1798.91/507.11	c Remaining time 1798.73 sec.
1798.91/507.11	c 
1798.91/507.11	c *** INTERRUPTED ***
1798.91/507.11	s UNKNOWN
1798.91/507.11	c Total CPU time              : 1795.78 s
1798.91/507.11	c Memory used           : 130.56 MB
1798.91/507.11	c CPU time              : 1795.78 s
1798.91/507.11	c 
1798.91/507.11	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-3735063-1339247768/watcher-3735063-1339247768 -o /tmp/evaluation-result-3735063-1339247768/solver-3735063-1339247768 -C 1800 -W 1900 -M 15500 run HOME/instance-3735063-1339247768.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: 3.73 6.90 5.05 3/182 29210
/proc/meminfo: memFree=29704104/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0

[startup+0.0754421 s]
/proc/loadavg: 3.73 6.90 5.05 3/182 29210
/proc/meminfo: memFree=29704104/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100336 s]
/proc/loadavg: 3.73 6.90 5.05 3/182 29210
/proc/meminfo: memFree=29704104/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300272 s]
/proc/loadavg: 3.73 6.90 5.05 3/182 29210
/proc/meminfo: memFree=29704104/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 3.73 6.90 5.05 3/182 29210
/proc/meminfo: memFree=29704104/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 3.73 6.90 5.05 3/184 29212
/proc/meminfo: memFree=29696780/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
[pid=29211] ppid=29210 vsize=37860 CPUtime=1.49 cores=1,3,5,7
/proc/29211/stat : 29211 (pb_cplex) R 29210 29210 26837 0 -1 4202496 9679 0 0 0 147 2 0 0 20 0 1 0 390905413 38768640 6601 33554432000 134512640 146736320 4288249856 4288247952 135811963 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29211/statm: 9465 6601 647 2985 0 6399 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47008

[startup+3.10035 s]
/proc/loadavg: 3.73 6.90 5.05 7/184 29212
/proc/meminfo: memFree=29661068/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
[pid=29211] ppid=29210 vsize=86116 CPUtime=3.09 cores=1,3,5,7
/proc/29211/stat : 29211 (pb_cplex) R 29210 29210 26837 0 -1 4202496 33737 0 0 0 303 6 0 0 20 0 1 0 390905413 88182784 15501 33554432000 134512640 146736320 4288249856 4288245624 135767000 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29211/statm: 21529 15501 882 2985 0 18463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95264

[startup+6.3003 s]
/proc/loadavg: 3.59 6.82 5.04 3/184 29212
/proc/meminfo: memFree=29641468/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
[pid=29211] ppid=29210 vsize=88492 CPUtime=6.29 cores=1,3,5,7
/proc/29211/stat : 29211 (pb_cplex) R 29210 29210 26837 0 -1 4202496 45266 0 0 0 620 9 0 0 20 0 1 0 390905413 90615808 15191 33554432000 134512640 146736320 4288249856 4288243912 139043570 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29211/statm: 22123 15191 885 2985 0 19057 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97640

[startup+12.7003 s]
/proc/loadavg: 3.46 6.74 5.02 3/184 29212
/proc/meminfo: memFree=29632072/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
[pid=29211] ppid=29210 vsize=88616 CPUtime=12.69 cores=1,3,5,7
/proc/29211/stat : 29211 (pb_cplex) R 29210 29210 26837 0 -1 4202496 51598 0 0 0 1258 11 0 0 20 0 1 0 390905413 90742784 15605 33554432000 134512640 146736320 4288249856 4288244152 136015579 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29211/statm: 22154 15605 886 2985 0 19088 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 97764

[startup+25.5005 s]
/proc/loadavg: 3.14 6.51 4.97 3/191 29219
/proc/meminfo: memFree=29507616/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
[pid=29211] ppid=29210 vsize=302340 CPUtime=25.48 cores=1,3,5,7
/proc/29211/stat : 29211 (pb_cplex) R 29210 29210 26837 0 -1 4202496 113927 0 0 0 2524 24 0 0 20 0 8 0 390905413 309596160 44984 33554432000 134512640 146736320 4288249856 4288243088 136403117 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29211/statm: 75585 44984 941 2985 0 72519 0
[pid=29211/tid=29213] ppid=29210 vsize=302340 CPUtime=0 cores=1,3,5,7
/proc/29211/task/29213/stat : 29213 (pb_cplex) S 29210 29210 26837 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 390907618 309596160 44984 33554432000 134512640 146736320 4288249856 4003499664 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29211/tid=29214] ppid=29210 vsize=302340 CPUtime=0 cores=1,3,5,7
/proc/29211/task/29214/stat : 29214 (pb_cplex) S 29210 29210 26837 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390907618 309596160 44984 33554432000 134512640 146736320 4288249856 3993013904 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29211/tid=29215] ppid=29210 vsize=302340 CPUtime=0 cores=1,3,5,7
/proc/29211/task/29215/stat : 29215 (pb_cplex) S 29210 29210 26837 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390907618 309596160 44984 33554432000 134512640 146736320 4288249856 3982528144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29211/tid=29216] ppid=29210 vsize=302340 CPUtime=0 cores=1,3,5,7
/proc/29211/task/29216/stat : 29216 (pb_cplex) S 29210 29210 26837 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390907618 309596160 44984 33554432000 134512640 146736320 4288249856 3972042384 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29211/tid=29217] ppid=29210 vsize=302340 CPUtime=0 cores=1,3,5,7
/proc/29211/task/29217/stat : 29217 (pb_cplex) S 29210 29210 26837 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390907618 309596160 44984 33554432000 134512640 146736320 4288249856 3961556624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29211/tid=29218] ppid=29210 vsize=302340 CPUtime=0 cores=1,3,5,7
/proc/29211/task/29218/stat : 29218 (pb_cplex) S 29210 29210 26837 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390907618 309596160 44984 33554432000 134512640 146736320 4288249856 3951070864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29211/tid=29219] ppid=29210 vsize=302340 CPUtime=0 cores=1,3,5,7
/proc/29211/task/29219/stat : 29219 (pb_cplex) S 29210 29210 26837 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 390907618 309596160 44984 33554432000 134512640 146736320 4288249856 3940585104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 311488

[startup+51.1005 s]
/proc/loadavg: 4.22 6.49 5.00 10/191 29219
/proc/meminfo: memFree=29192180/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
[pid=29211] ppid=29210 vsize=658520 CPUtime=104.74 cores=1,3,5,7
/proc/29211/stat : 29211 (pb_cplex) R 29210 29210 26837 0 -1 4202496 220716 0 0 0 10407 67 0 0 20 0 8 0 390905413 674324480 120050 33554432000 134512640 146736320 4288249856 4288242704 136008359 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29211/statm: 164630 120050 944 2985 0 161564 0
[pid=29211/tid=29213] ppid=29210 vsize=658520 CPUtime=9.25 cores=1,3,5,7
/proc/29211/task/29213/stat : 29213 (pb_cplex) R 29210 29210 26837 0 -1 4202560 15841 0 0 0 919 6 0 0 20 0 8 0 390907618 674324480 120050 33554432000 134512640 146736320 4288249856 4003496144 136008065 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29211/tid=29214] ppid=29210 vsize=658520 CPUtime=10.74 cores=1,3,5,7
/proc/29211/task/29214/stat : 29214 (pb_cplex) R 29210 29210 26837 0 -1 4202560 13444 0 0 0 1069 5 0 0 20 0 8 0 390907618 674324480 120050 33554432000 134512640 146736320 4288249856 3993010084 136016558 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29211/tid=29215] ppid=29210 vsize=658520 CPUtime=13.36 cores=1,3,5,7
/proc/29211/task/29215/stat : 29215 (pb_cplex) R 29210 29210 26837 0 -1 4202560 14704 0 0 0 1331 5 0 0 20 0 8 0 390907618 674324480 120050 33554432000 134512640 146736320 4288249856 3982524624 136008042 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29211/tid=29216] ppid=29210 vsize=658520 CPUtime=11.31 cores=1,3,5,7
/proc/29211/task/29216/stat : 29216 (pb_cplex) R 29210 29210 26837 0 -1 4202560 14480 0 0 0 1124 7 0 0 20 0 8 0 390907618 674324480 120050 33554432000 134512640 146736320 4288249856 3972038864 136008042 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29211/tid=29217] ppid=29210 vsize=658520 CPUtime=7.33 cores=1,3,5,7
/proc/29211/task/29217/stat : 29217 (pb_cplex) R 29210 29210 26837 0 -1 4202560 12816 0 0 0 728 5 0 0 20 0 8 0 390907618 674324480 120050 33554432000 134512640 146736320 4288249856 3961552968 139042864 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=29211/tid=29218] ppid=29210 vsize=658520 CPUtime=3.75 cores=1,3,5,7
/proc/29211/task/29218/stat : 29218 (pb_cplex) R 29210 29210 26837 0 -1 4202560 12924 0 0 0 369 6 0 0 20 0 8 0 390907618 674324480 120050 33554432000 134512640 146736320 4288249856 3951067344 136008065 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=29211/tid=29219] ppid=29210 vsize=658520 CPUtime=8.72 cores=1,3,5,7
/proc/29211/task/29219/stat : 29219 (pb_cplex) R 29210 29210 26837 0 -1 4202560 11342 0 0 0 866 6 0 0 20 0 8 0 390907618 674324480 120050 33554432000 134512640 146736320 4288249856 3940581584 136008069 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 104.74
Current children cumulated vsize (KiB) 667668

[startup+102.307 s]
/proc/loadavg: 7.45 7.05 5.27 9/191 29254
/proc/meminfo: memFree=29194024/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
[pid=29211] ppid=29210 vsize=691084 CPUtime=309.18 cores=1,3,5,7
/proc/29211/stat : 29211 (pb_cplex) R 29210 29210 26837 0 -1 4202496 268019 0 0 0 30825 93 0 0 20 0 8 0 390905413 707670016 131808 33554432000 134512640 146736320 4288249856 4288242704 136008017 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29211/statm: 172771 131808 944 2985 0 169705 0
[pid=29211/tid=29213] ppid=29210 vsize=691084 CPUtime=35.36 cores=1,3,5,7
/proc/29211/task/29213/stat : 29213 (pb_cplex) R 29210 29210 26837 0 -1 4202560 19650 0 0 0 3528 8 0 0 20 0 8 0 390907618 707670016 131808 33554432000 134512640 146736320 4288249856 4003496008 139042902 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29211/tid=29214] ppid=29210 vsize=691084 CPUtime=36.72 cores=1,3,5,7
/proc/29211/task/29214/stat : 29214 (pb_cplex) R 29210 29210 26837 0 -1 4202560 21202 0 0 0 3664 8 0 0 20 0 8 0 390907618 707670016 131808 33554432000 134512640 146736320 4288249856 3993010384 136008047 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29211/tid=29215] ppid=29210 vsize=691084 CPUtime=39.2 cores=1,3,5,7
/proc/29211/task/29215/stat : 29215 (pb_cplex) R 29210 29210 26837 0 -1 4202560 19794 0 0 0 3913 7 0 0 20 0 8 0 390907618 707670016 131808 33554432000 134512640 146736320 4288249856 3982524624 136008065 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29211/tid=29216] ppid=29210 vsize=691084 CPUtime=37.23 cores=1,3,5,7
/proc/29211/task/29216/stat : 29216 (pb_cplex) R 29210 29210 26837 0 -1 4202560 21936 0 0 0 3712 11 0 0 20 0 8 0 390907618 707670016 131808 33554432000 134512640 146736320 4288249856 3972038932 136004865 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29211/tid=29217] ppid=29210 vsize=691084 CPUtime=33.09 cores=1,3,5,7
/proc/29211/task/29217/stat : 29217 (pb_cplex) R 29210 29210 26837 0 -1 4202560 17294 0 0 0 3302 7 0 0 20 0 8 0 390907618 707670016 131808 33554432000 134512640 146736320 4288249856 3961553968 135982947 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29211/tid=29218] ppid=29210 vsize=691084 CPUtime=29.83 cores=1,3,5,7
/proc/29211/task/29218/stat : 29218 (pb_cplex) R 29210 29210 26837 0 -1 4202560 21431 0 0 0 2974 9 0 0 20 0 8 0 390907618 707670016 131808 33554432000 134512640 146736320 4288249856 3951067728 136403114 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=29211/tid=29219] ppid=29210 vsize=691084 CPUtime=31.16 cores=1,3,5,7
/proc/29211/task/29219/stat : 29219 (pb_cplex) S 29210 29210 26837 0 -1 4202560 16399 0 0 0 3108 8 0 0 20 0 8 0 390907618 707670016 131808 33554432000 134512640 146736320 4288249856 3940585104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 309.18
Current children cumulated vsize (KiB) 700232

[startup+162.3 s]
/proc/loadavg: 8.12 7.26 5.45 10/191 29254
/proc/meminfo: memFree=29163140/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
[pid=29211] ppid=29210 vsize=701020 CPUtime=531.84 cores=1,3,5,7
/proc/29211/stat : 29211 (pb_cplex) R 29210 29210 26837 0 -1 4202496 328558 0 0 0 53064 120 0 0 20 0 8 0 390905413 717844480 136419 33554432000 134512640 146736320 4288249856 4288242704 136008047 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 175255 136419 944 2985 0 172189 0
[pid=29211/tid=29213] ppid=29210 vsize=701020 CPUtime=71.2 cores=1,3,5,7

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

/proc/29211/task/29219/stat : 29219 (pb_cplex) R 29210 29210 26837 0 -1 4202560 45097 0 0 0 9816 21 0 0 20 0 8 0 390907618 714739712 136606 33554432000 134512640 146736320 4288249856 3940581584 136008242 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 989.46
Current children cumulated vsize (KiB) 707136

[startup+342.301 s]
/proc/loadavg: 8.33 7.76 5.96 11/191 29258
/proc/meminfo: memFree=29127580/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
[pid=29211] ppid=29210 vsize=704944 CPUtime=1215.79 cores=1,3,5,7
/proc/29211/stat : 29211 (pb_cplex) R 29210 29210 26837 0 -1 4202496 492627 0 0 0 121380 199 0 0 20 0 8 0 390905413 721862656 138480 33554432000 134512640 146736320 4288249856 4288241736 139042977 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29211/statm: 176236 138480 944 2985 0 173170 0
[pid=29211/tid=29213] ppid=29210 vsize=704944 CPUtime=159.23 cores=1,3,5,7
/proc/29211/task/29213/stat : 29213 (pb_cplex) R 29210 29210 26837 0 -1 4202560 47693 0 0 0 15901 22 0 0 20 0 8 0 390907618 721862656 138480 33554432000 134512640 146736320 4288249856 4003496144 136008042 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29211/tid=29214] ppid=29210 vsize=704944 CPUtime=147.01 cores=1,3,5,7
/proc/29211/task/29214/stat : 29214 (pb_cplex) R 29210 29210 26837 0 -1 4202560 48050 0 0 0 14679 22 0 0 20 0 8 0 390907618 721862656 138480 33554432000 134512640 146736320 4288249856 3993010384 136008050 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29211/tid=29215] ppid=29210 vsize=704944 CPUtime=175.39 cores=1,3,5,7
/proc/29211/task/29215/stat : 29215 (pb_cplex) R 29210 29210 26837 0 -1 4202560 44734 0 0 0 17520 19 0 0 20 0 8 0 390907618 721862656 138480 33554432000 134512640 146736320 4288249856 3982524624 136008042 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29211/tid=29216] ppid=29210 vsize=704944 CPUtime=156.35 cores=1,3,5,7
/proc/29211/task/29216/stat : 29216 (pb_cplex) R 29210 29210 26837 0 -1 4202560 51432 0 0 0 15606 29 0 0 20 0 8 0 390907618 721862656 138480 33554432000 134512640 146736320 4288249856 3972038728 139042876 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=29211/tid=29217] ppid=29210 vsize=704944 CPUtime=132.59 cores=1,3,5,7
/proc/29211/task/29217/stat : 29217 (pb_cplex) R 29210 29210 26837 0 -1 4202560 32882 0 0 0 13241 18 0 0 20 0 8 0 390907618 721862656 138480 33554432000 134512640 146736320 4288249856 3961553488 136403129 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29211/tid=29218] ppid=29210 vsize=704944 CPUtime=130.77 cores=1,3,5,7
/proc/29211/task/29218/stat : 29218 (pb_cplex) R 29210 29210 26837 0 -1 4202560 57316 0 0 0 13048 29 0 0 20 0 8 0 390907618 721862656 138480 33554432000 134512640 146736320 4288249856 3951067264 135468747 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=29211/tid=29219] ppid=29210 vsize=704944 CPUtime=133.34 cores=1,3,5,7
/proc/29211/task/29219/stat : 29219 (pb_cplex) R 29210 29210 26837 0 -1 4202560 52726 0 0 0 13309 25 0 0 20 0 8 0 390907618 721862656 138480 33554432000 134512640 146736320 4288249856 3940581584 136008266 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1215.79
Current children cumulated vsize (KiB) 714092

[startup+402.301 s]
/proc/loadavg: 7.75 7.75 6.07 4/191 29258
/proc/meminfo: memFree=29109644/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
[pid=29211] ppid=29210 vsize=725544 CPUtime=1452.49 cores=1,3,5,7
/proc/29211/stat : 29211 (pb_cplex) S 29210 29210 26837 0 -1 4202496 568855 0 0 0 145018 231 0 0 20 0 8 0 390905413 742957056 141928 33554432000 134512640 146736320 4288249856 4288246224 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29211/statm: 181386 141928 944 2985 0 178320 0
[pid=29211/tid=29213] ppid=29210 vsize=725544 CPUtime=195.93 cores=1,3,5,7
/proc/29211/task/29213/stat : 29213 (pb_cplex) R 29210 29210 26837 0 -1 4202560 53997 0 0 0 19568 25 0 0 20 0 8 0 390907618 742957056 141928 33554432000 134512640 146736320 4288249856 4003496144 136008446 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29211/tid=29214] ppid=29210 vsize=725544 CPUtime=177.48 cores=1,3,5,7
/proc/29211/task/29214/stat : 29214 (pb_cplex) S 29210 29210 26837 0 -1 4202560 56833 0 0 0 17723 25 0 0 20 0 8 0 390907618 742957056 141928 33554432000 134512640 146736320 4288249856 3993013904 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29211/tid=29215] ppid=29210 vsize=725544 CPUtime=211.7 cores=1,3,5,7
/proc/29211/task/29215/stat : 29215 (pb_cplex) S 29210 29210 26837 0 -1 4202560 57346 0 0 0 21144 26 0 0 20 0 8 0 390907618 742957056 141928 33554432000 134512640 146736320 4288249856 3982528144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29211/tid=29216] ppid=29210 vsize=725544 CPUtime=192.41 cores=1,3,5,7
/proc/29211/task/29216/stat : 29216 (pb_cplex) S 29210 29210 26837 0 -1 4202560 61438 0 0 0 19207 34 0 0 20 0 8 0 390907618 742957056 141928 33554432000 134512640 146736320 4288249856 3972042384 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29211/tid=29217] ppid=29210 vsize=725544 CPUtime=166.99 cores=1,3,5,7
/proc/29211/task/29217/stat : 29217 (pb_cplex) S 29210 29210 26837 0 -1 4202560 44057 0 0 0 16676 23 0 0 20 0 8 0 390907618 742957056 141928 33554432000 134512640 146736320 4288249856 3961556624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29211/tid=29218] ppid=29210 vsize=725544 CPUtime=153.37 cores=1,3,5,7
/proc/29211/task/29218/stat : 29218 (pb_cplex) S 29210 29210 26837 0 -1 4202560 65592 0 0 0 15304 33 0 0 20 0 8 0 390907618 742957056 141928 33554432000 134512640 146736320 4288249856 3951070864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29211/tid=29219] ppid=29210 vsize=725544 CPUtime=156.34 cores=1,3,5,7
/proc/29211/task/29219/stat : 29219 (pb_cplex) S 29210 29210 26837 0 -1 4202560 61220 0 0 0 15606 28 0 0 20 0 8 0 390907618 742957056 141928 33554432000 134512640 146736320 4288249856 3940585104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1452.49
Current children cumulated vsize (KiB) 734692

[startup+462.3 s]
/proc/loadavg: 8.29 7.88 6.22 9/191 29258
/proc/meminfo: memFree=29105172/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
[pid=29211] ppid=29210 vsize=700400 CPUtime=1690.49 cores=1,3,5,7
/proc/29211/stat : 29211 (pb_cplex) R 29210 29210 26837 0 -1 4202496 643924 0 0 0 168775 274 0 0 20 0 8 0 390905413 717209600 140115 33554432000 134512640 146736320 4288249856 4288242704 136008450 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 175100 140115 944 2985 0 172034 0
[pid=29211/tid=29213] ppid=29210 vsize=700400 CPUtime=226.55 cores=1,3,5,7
/proc/29211/task/29213/stat : 29213 (pb_cplex) R 29210 29210 26837 0 -1 4202560 62300 0 0 0 22624 31 0 0 20 0 8 0 390907618 717209600 140115 33554432000 134512640 146736320 4288249856 4003495992 136476079 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29211/tid=29214] ppid=29210 vsize=700400 CPUtime=207.36 cores=1,3,5,7
/proc/29211/task/29214/stat : 29214 (pb_cplex) R 29210 29210 26837 0 -1 4202560 61494 0 0 0 20707 29 0 0 20 0 8 0 390907618 717209600 140115 33554432000 134512640 146736320 4288249856 3993010384 136008245 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29211/tid=29215] ppid=29210 vsize=700400 CPUtime=241.47 cores=1,3,5,7
/proc/29211/task/29215/stat : 29215 (pb_cplex) R 29210 29210 26837 0 -1 4202560 68216 0 0 0 24116 31 0 0 20 0 8 0 390907618 717209600 140115 33554432000 134512640 146736320 4288249856 3982524588 135454096 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=29211/tid=29216] ppid=29210 vsize=700400 CPUtime=222.95 cores=1,3,5,7
/proc/29211/task/29216/stat : 29216 (pb_cplex) R 29210 29210 26837 0 -1 4202560 70725 0 0 0 22255 40 0 0 20 0 8 0 390907618 717209600 140115 33554432000 134512640 146736320 4288249856 3972039248 136403109 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29211/tid=29217] ppid=29210 vsize=700400 CPUtime=196.99 cores=1,3,5,7
/proc/29211/task/29217/stat : 29217 (pb_cplex) R 29210 29210 26837 0 -1 4202560 51634 0 0 0 19671 28 0 0 20 0 8 0 390907618 717209600 140115 33554432000 134512640 146736320 4288249856 3961553104 136008042 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29211/tid=29218] ppid=29210 vsize=700400 CPUtime=183.32 cores=1,3,5,7
/proc/29211/task/29218/stat : 29218 (pb_cplex) R 29210 29210 26837 0 -1 4202560 80864 0 0 0 18292 40 0 0 20 0 8 0 390907618 717209600 140115 33554432000 134512640 146736320 4288249856 3951067296 136006453 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=29211/tid=29219] ppid=29210 vsize=700400 CPUtime=182.93 cores=1,3,5,7
/proc/29211/task/29219/stat : 29219 (pb_cplex) S 29210 29210 26837 0 -1 4202560 74883 0 0 0 18258 35 0 0 20 0 8 0 390907618 717209600 140115 33554432000 134512640 146736320 4288249856 3940585104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1690.49
Current children cumulated vsize (KiB) 709548

############
# WARNING:
# current cumulated CPU time (1786.5 s) is less than in the last sample (1787.68 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1.17993 s) to the 'lost time'.

[startup+494.601 s]
/proc/loadavg: 6.62 7.54 6.16 8/191 29258
/proc/meminfo: memFree=29089608/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
[pid=29211] ppid=29210 vsize=710496 CPUtime=1787.68 cores=1,3,5,7
/proc/29211/stat : 29211 (pb_cplex) S 29210 29210 26837 0 -1 4202496 667662 0 0 0 178485 283 0 0 20 0 8 0 390905413 727547904 141674 33554432000 134512640 146736320 4288249856 4288246224 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29211/statm: 177624 141674 944 2985 0 174558 0
[pid=29211/tid=29213] ppid=29210 vsize=710496 CPUtime=256.47 cores=1,3,5,7
/proc/29211/task/29213/stat : 29213 (pb_cplex) R 29210 29210 26837 0 -1 4202560 68362 0 0 0 25614 33 0 0 20 0 8 0 390907618 727547904 141674 33554432000 134512640 146736320 4288249856 4003497668 135850322 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29211/tid=29214] ppid=29210 vsize=710496 CPUtime=217.68 cores=1,3,5,7
/proc/29211/task/29214/stat : 29214 (pb_cplex) S 29210 29210 26837 0 -1 4202560 63461 0 0 0 21737 31 0 0 20 0 8 0 390907618 727547904 141674 33554432000 134512640 146736320 4288249856 3993013904 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29211/tid=29215] ppid=29210 vsize=710496 CPUtime=242.57 cores=1,3,5,7
/proc/29211/task/29215/stat : 29215 (pb_cplex) S 29210 29210 26837 0 -1 4202560 68754 0 0 0 24225 32 0 0 20 0 8 0 390907618 727547904 141674 33554432000 134512640 146736320 4288249856 3982528144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29211/tid=29216] ppid=29210 vsize=710496 CPUtime=237.76 cores=1,3,5,7
/proc/29211/task/29216/stat : 29216 (pb_cplex) S 29210 29210 26837 0 -1 4202560 74953 0 0 0 23735 41 0 0 20 0 8 0 390907618 727547904 141674 33554432000 134512640 146736320 4288249856 3972042384 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29211/tid=29217] ppid=29210 vsize=710496 CPUtime=219.79 cores=1,3,5,7
/proc/29211/task/29217/stat : 29217 (pb_cplex) S 29210 29210 26837 0 -1 4202560 56798 0 0 0 21947 32 0 0 20 0 8 0 390907618 727547904 141674 33554432000 134512640 146736320 4288249856 3961556624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29211/tid=29218] ppid=29210 vsize=710496 CPUtime=183.65 cores=1,3,5,7
/proc/29211/task/29218/stat : 29218 (pb_cplex) S 29210 29210 26837 0 -1 4202560 80959 0 0 0 18325 40 0 0 20 0 8 0 390907618 727547904 141674 33554432000 134512640 146736320 4288249856 3951070864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29211/tid=29219] ppid=29210 vsize=710496 CPUtime=182.93 cores=1,3,5,7
/proc/29211/task/29219/stat : 29219 (pb_cplex) S 29210 29210 26837 0 -1 4202560 74883 0 0 0 18258 35 0 0 20 0 8 0 390907618 727547904 141674 33554432000 134512640 146736320 4288249856 3940585104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.68
Current children cumulated vsize (KiB) 719644

[startup+494.701 s]
/proc/loadavg: 6.62 7.54 6.16 8/191 29258
/proc/meminfo: memFree=29089608/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
[pid=29211] ppid=29210 vsize=282588 CPUtime=1786.5 cores=1,3,5,7
/proc/29211/stat : 29211 (pb_cplex) R 29210 29210 26837 0 -1 4202496 667697 0 0 0 178341 309 0 0 20 0 1 0 390905413 289370112 52713 33554432000 134512640 146736320 4288249856 4288246744 135812009 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/29211/statm: 70647 52713 946 2985 0 67581 0
Current children cumulated CPU time (s) 1786.5
Current children cumulated vsize (KiB) 291736
#
############




Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+507.106 s]
/proc/loadavg: 5.83 7.34 6.11 3/184 29258
/proc/meminfo: memFree=29570832/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
[pid=29211] ppid=29210 vsize=133688 CPUtime=1798.91 cores=1,3,5,7
/proc/29211/stat : 29211 (pb_cplex) R 29210 29210 26837 0 -1 4202496 679903 0 0 0 179577 314 0 0 20 0 1 0 390905413 136896512 19985 33554432000 134512640 146736320 4288249856 4288246240 136207916 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/29211/statm: 33422 19985 948 2985 0 30356 0
Current children cumulated CPU time (s) 1798.91
Current children cumulated vsize (KiB) 142836

Sending SIGTERM to process tree (bottom up)

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

[startup+507.106 s]
/proc/loadavg: 5.83 7.34 6.11 3/184 29258
/proc/meminfo: memFree=29570832/32873844 swapFree=7120/7120
[pid=29210] ppid=29208 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29210/stat : 29210 (run) S 29208 29210 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390905413 9367552 270 33554432000 4194304 5064252 140734548974128 140734548973040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29210/statm: 2287 270 229 213 0 72 0
[pid=29211] ppid=29210 vsize=133688 CPUtime=1798.91 cores=1,3,5,7
/proc/29211/stat : 29211 (pb_cplex) R 29210 29210 26837 0 -1 4202496 679903 0 0 0 179577 314 0 0 20 0 1 0 390905413 136896512 19985 33554432000 134512640 146736320 4288249856 4288246240 136207916 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/29211/statm: 33422 19985 948 2985 0 30356 0
Current children cumulated CPU time (s) 1798.91
Current children cumulated vsize (KiB) 142836

Child status: 0

# 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): 1.17993
#  lost CPU user time (s): 1.43994
#  lost CPU system time (s): -0.26

Real time (s): 507.114
CPU time (s): 1800.1
CPU user time (s): 1797.22
CPU system time (s): 2.88452
CPU usage (%): 354.97
Max. virtual memory (cumulated for all children) (KiB): 737032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.78
system time used= 3.14452
maximum resident set size= 570248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 680268
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= 6829
involuntary context switches= 100619

runsolver used 0.841872 second user time and 2.41863 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-09 15:16:08
IDJOB=3735063
IDBENCH=2937
IDSOLVER=2325
FILE ID=node104/3735063-1339247768
RUNJOBID= node104-1339246834-26854
PBS_JOBID= 14644377
Free space on /tmp= 69492 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_16.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735063-1339247768/watcher-3735063-1339247768 -o /tmp/evaluation-result-3735063-1339247768/solver-3735063-1339247768 -C 1800 -W 1900 -M 15500  run HOME/instance-3735063-1339247768.opb

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

MD5SUM BENCH= 6e5141f298d85d1f18641c02d22506a9
RANDOM SEED=2019140960

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29704648 kB
Buffers:          709780 kB
Cached:          1453204 kB
SwapCached:         1864 kB
Active:          2116500 kB
Inactive:          95964 kB
Active(anon):      45272 kB
Inactive(anon):     5824 kB
Active(file):    2071228 kB
Inactive(file):    90140 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67102148 kB
Dirty:             19136 kB
Writeback:             0 kB
AnonPages:         53760 kB
Mapped:            13140 kB
Shmem:                 4 kB
Slab:             816116 kB
SReclaimable:     257504 kB
SUnreclaim:       558612 kB
KernelStack:        1560 kB
PageTables:         4584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     193232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3735063-1339247768.opb

Free space on /tmp at the end= 69476 MiB
End job on node104 at 2012-06-09 15:24:36