Trace number 3735195

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.16 534.017

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_18.opb
MD5SUM92a7a1679de6bb1b52854275d5fc6396
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark299
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 303
Optimality of the best value was proved NO
Number of variables8878
Total number of constraints17460
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 constraints17459
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 153
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 408
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 2755
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-3735195-1339247901.opb.
0.00/0.00	c Instance file HOME/instance-3735195-1339247901.opb
0.00/0.00	c File size is 4831588 bytes.
2.29/2.31	c Highest Coefficient sum: 2755
2.29/2.31	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
2.29/2.35	c ============================[ Problem Statistics ]=============================
2.29/2.35	c |                                                                             |
2.29/2.35	c |  Parsing time:          2.33         s                                      |
2.29/2.35	c |  Number Variables:      8878                                                |
2.29/2.37	c |  Number Constraints:    17460                                               |
2.29/2.37	c ===============================================================================
1800.16/534.01	c Remaining time 1797.65 sec.
1800.16/534.01	c 
1800.16/534.01	c *** INTERRUPTED ***
1800.16/534.01	s UNKNOWN
1800.16/534.01	c Total CPU time              : 1798.15 s
1800.16/534.01	c Memory used           : 1072.66 MB
1800.16/534.01	c CPU time              : 1798.15 s
1800.16/534.01	c 
1800.16/534.01	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-3735195-1339247901/watcher-3735195-1339247901 -o /tmp/evaluation-result-3735195-1339247901/solver-3735195-1339247901 -C 1800 -W 1900 -M 15500 run HOME/instance-3735195-1339247901.opb 

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

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


[startup+0 s]
/proc/loadavg: 11.91 11.22 6.65 10/184 29627
/proc/meminfo: memFree=30051908/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0

[startup+0.0400711 s]
/proc/loadavg: 11.91 11.22 6.65 10/184 29627
/proc/meminfo: memFree=30051908/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100256 s]
/proc/loadavg: 11.91 11.22 6.65 10/184 29627
/proc/meminfo: memFree=30051908/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300222 s]
/proc/loadavg: 11.91 11.22 6.65 10/184 29627
/proc/meminfo: memFree=30051908/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700222 s]
/proc/loadavg: 11.91 11.22 6.65 10/184 29627
/proc/meminfo: memFree=30051908/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 11.91 11.22 6.65 10/186 29629
/proc/meminfo: memFree=30044592/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
[pid=29628] ppid=29627 vsize=25588 CPUtime=1.49 cores=0,2,4,6
/proc/29628/stat : 29628 (pb_cplex) R 29627 29627 29010 0 -1 4202496 3148 0 0 0 149 0 0 0 20 0 1 0 390918687 26202112 3104 33554432000 134512640 146736320 4290555952 4290553752 144716523 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/29628/statm: 6397 3104 1029 2985 0 2151 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34736

[startup+3.10031 s]
/proc/loadavg: 11.91 11.22 6.65 8/186 29629
/proc/meminfo: memFree=30037640/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
[pid=29628] ppid=29627 vsize=87152 CPUtime=3.09 cores=0,2,4,6
/proc/29628/stat : 29628 (pb_cplex) R 29627 29627 29010 0 -1 4202496 17825 0 0 0 306 3 0 0 20 0 1 0 390918687 89243648 15184 33554432000 134512640 146736320 4290555952 4290552540 136237002 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/29628/statm: 21788 15184 683 2985 0 18722 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96300

[startup+6.30031 s]
/proc/loadavg: 11.68 11.19 6.66 9/186 29629
/proc/meminfo: memFree=29976460/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
[pid=29628] ppid=29627 vsize=137432 CPUtime=6.28 cores=0,2,4,6
/proc/29628/stat : 29628 (pb_cplex) R 29627 29627 29010 0 -1 4202496 41397 0 0 0 621 7 0 0 20 0 1 0 390918687 140730368 26347 33554432000 134512640 146736320 4290555952 4290551560 135812009 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/29628/statm: 34358 26347 883 2985 0 31292 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 146580

[startup+12.7003 s]
/proc/loadavg: 10.98 11.05 6.64 10/186 29629
/proc/meminfo: memFree=29974484/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
[pid=29628] ppid=29627 vsize=110524 CPUtime=12.69 cores=0,2,4,6
/proc/29628/stat : 29628 (pb_cplex) R 29627 29627 29010 0 -1 4202496 55325 0 0 0 1259 10 0 0 20 0 1 0 390918687 113176576 20214 33554432000 134512640 146736320 4290555952 4290552368 136939640 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/29628/statm: 27631 20214 893 2985 0 24565 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119672

[startup+25.5003 s]
/proc/loadavg: 9.62 10.74 6.61 9/186 29629
/proc/meminfo: memFree=29947500/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
[pid=29628] ppid=29627 vsize=145156 CPUtime=25.48 cores=0,2,4,6
/proc/29628/stat : 29628 (pb_cplex) R 29627 29627 29010 0 -1 4202496 66525 0 0 0 2535 13 0 0 20 0 1 0 390918687 148639744 26549 33554432000 134512640 146736320 4290555952 4290549992 139044509 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/29628/statm: 36289 26549 895 2985 0 33223 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 154304

[startup+51.1003 s]
/proc/loadavg: 7.87 10.24 6.56 3/186 29629
/proc/meminfo: memFree=29939544/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
[pid=29628] ppid=29627 vsize=146076 CPUtime=51.08 cores=0,2,4,6
/proc/29628/stat : 29628 (pb_cplex) R 29627 29627 29010 0 -1 4202496 81213 0 0 0 5092 16 0 0 20 0 1 0 390918687 149581824 27832 33554432000 134512640 146736320 4290555952 4290550024 139043583 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/29628/statm: 36519 27832 896 2985 0 33453 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 155224

[startup+102.307 s]
/proc/loadavg: 7.31 9.72 6.57 4/194 29639
/proc/meminfo: memFree=29727176/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
[pid=29628] ppid=29627 vsize=461280 CPUtime=102.27 cores=0,2,4,6
/proc/29628/stat : 29628 (pb_cplex) R 29627 29627 29010 0 -1 4202496 169899 0 0 0 10193 34 0 0 20 0 8 0 390918687 472350720 79915 33554432000 134512640 146736320 4290555952 4290548816 136008177 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29628/statm: 115320 79915 942 2985 0 112254 0
[pid=29628/tid=29630] ppid=29627 vsize=461280 CPUtime=0 cores=0,2,4,6
/proc/29628/task/29630/stat : 29630 (pb_cplex) S 29627 29627 29010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 390926946 472350720 79915 33554432000 134512640 146736320 4290555952 3879087760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29628/tid=29631] ppid=29627 vsize=461280 CPUtime=0 cores=0,2,4,6
/proc/29628/task/29631/stat : 29631 (pb_cplex) S 29627 29627 29010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390926946 472350720 79915 33554432000 134512640 146736320 4290555952 3868602000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29628/tid=29632] ppid=29627 vsize=461280 CPUtime=0 cores=0,2,4,6
/proc/29628/task/29632/stat : 29632 (pb_cplex) S 29627 29627 29010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390926946 472350720 79915 33554432000 134512640 146736320 4290555952 3858116240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29628/tid=29633] ppid=29627 vsize=461280 CPUtime=0 cores=0,2,4,6
/proc/29628/task/29633/stat : 29633 (pb_cplex) S 29627 29627 29010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 390926946 472350720 79915 33554432000 134512640 146736320 4290555952 3847630480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29628/tid=29634] ppid=29627 vsize=461280 CPUtime=0 cores=0,2,4,6
/proc/29628/task/29634/stat : 29634 (pb_cplex) S 29627 29627 29010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 390926946 472350720 79915 33554432000 134512640 146736320 4290555952 3837144720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29628/tid=29635] ppid=29627 vsize=461280 CPUtime=0 cores=0,2,4,6
/proc/29628/task/29635/stat : 29635 (pb_cplex) S 29627 29627 29010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390926946 472350720 79915 33554432000 134512640 146736320 4290555952 3826658960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29628/tid=29636] ppid=29627 vsize=461280 CPUtime=0 cores=0,2,4,6
/proc/29628/task/29636/stat : 29636 (pb_cplex) S 29627 29627 29010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390926946 472350720 79915 33554432000 134512640 146736320 4290555952 3816173200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 470428

[startup+162.3 s]
/proc/loadavg: 11.93 10.58 7.06 11/193 29640
/proc/meminfo: memFree=29507504/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
[pid=29628] ppid=29627 vsize=704804 CPUtime=330.8 cores=0,2,4,6
/proc/29628/stat : 29628 (pb_cplex) R 29627 29627 29010 0 -1 4202496 245781 0 0 0 33016 64 0 0 20 0 8 0 390918687 721719296 133246 33554432000 134512640 146736320 4290555952 4290548816 136008042 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29628/statm: 176201 133246 942 2985 0 173135 0
[pid=29628/tid=29630] ppid=29627 vsize=704804 CPUtime=29.97 cores=0,2,4,6
/proc/29628/task/29630/stat : 29630 (pb_cplex) R 29627 29627 29010 0 -1 4202560 10733 0 0 0 2993 4 0 0 20 0 8 0 390926946 721719296 133246 33554432000 134512640 146736320 4290555952 3879083196 135453309 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=29628/tid=29631] ppid=29627 vsize=704804 CPUtime=26.12 cores=0,2,4,6
/proc/29628/task/29631/stat : 29631 (pb_cplex) S 29627 29627 29010 0 -1 4202560 10018 0 0 0 2609 3 0 0 20 0 8 0 390926946 721719296 133246 33554432000 134512640 146736320 4290555952 3868602000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29628/tid=29632] ppid=29627 vsize=704804 CPUtime=28.95 cores=0,2,4,6
/proc/29628/task/29632/stat : 29632 (pb_cplex) R 29627 29627 29010 0 -1 4202560 9588 0 0 0 2892 3 0 0 20 0 8 0 390926946 721719296 133246 33554432000 134512640 146736320 4290555952 3858112720 136008020 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29628/tid=29633] ppid=29627 vsize=704804 CPUtime=29.95 cores=0,2,4,6
/proc/29628/task/29633/stat : 29633 (pb_cplex) R 29627 29627 29010 0 -1 4202560 8930 0 0 0 2991 4 0 0 20 0 8 0 390926946 721719296 133246 33554432000 134512640 146736320 4290555952 3847626960 136008441 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29628/tid=29634] ppid=29627 vsize=704804 CPUtime=29.58 cores=0,2,4,6
/proc/29628/task/29634/stat : 29634 (pb_cplex) R 29627 29627 29010 0 -1 4202560 10741 0 0 0 2955 3 0 0 20 0 8 0 390926946 721719296 133246 33554432000 134512640 146736320 4290555952 3837140140 135454097 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=29628/tid=29635] ppid=29627 vsize=704804 CPUtime=29.51 cores=0,2,4,6
/proc/29628/task/29635/stat : 29635 (pb_cplex) R 29627 29627 29010 0 -1 4202560 10180 0 0 0 2947 4 0 0 20 0 8 0 390926946 721719296 133246 33554432000 134512640 146736320 4290555952 3826656304 135983214 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29628/tid=29636] ppid=29627 vsize=704804 CPUtime=20.37 cores=0,2,4,6
/proc/29628/task/29636/stat : 29636 (pb_cplex) S 29627 29627 29010 0 -1 4202560 10627 0 0 0 2034 3 0 0 20 0 8 0 390926946 721719296 133246 33554432000 134512640 146736320 4290555952 3816173200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 330.8
Current children cumulated vsize (KiB) 713952

[startup+222.301 s]
/proc/loadavg: 12.65 11.03 7.43 11/193 29640
/proc/meminfo: memFree=29499492/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
[pid=29628] ppid=29627 vsize=708780 CPUtime=567.78 cores=0,2,4,6
/proc/29628/stat : 29628 (pb_cplex) R 29627 29627 29010 0 -1 4202496 295171 0 0 0 56694 84 0 0 20 0 8 0 390918687 725790720 135110 33554432000 134512640 146736320 4290555952 4290549200 136403116 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29628/statm: 177195 135110 942 2985 0 174129 0
[pid=29628/tid=29630] ppid=29627 vsize=708780 CPUtime=71.58 cores=0,2,4,6
/proc/29628/task/29630/stat : 29630 (pb_cplex) R 29627 29627 29010 0 -1 4202560 18522 0 0 0 7150 8 0 0 20 0 8 0 390926946 725790720 135110 33554432000 134512640 146736320 4290555952 3879084240 136008042 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=29628/tid=29631] ppid=29627 vsize=708780 CPUtime=26.12 cores=0,2,4,6

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

/proc/29628/statm: 263499 210342 942 2985 0 260433 0
[pid=29628/tid=29630] ppid=29627 vsize=1053996 CPUtime=104.31 cores=0,2,4,6
/proc/29628/task/29630/stat : 29630 (pb_cplex) R 29627 29627 29010 0 -1 4202560 33719 0 0 0 10415 16 0 0 20 0 8 0 390926946 1079291904 210342 33554432000 134512640 146736320 4290555952 3879084240 136008050 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=29628/tid=29631] ppid=29627 vsize=1053996 CPUtime=53.41 cores=0,2,4,6
/proc/29628/task/29631/stat : 29631 (pb_cplex) R 29627 29627 29010 0 -1 4202560 42407 0 0 0 5325 16 0 0 20 0 8 0 390926946 1079291904 210342 33554432000 134512640 146736320 4290555952 3868598480 136008039 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29628/tid=29632] ppid=29627 vsize=1053996 CPUtime=95.11 cores=0,2,4,6
/proc/29628/task/29632/stat : 29632 (pb_cplex) R 29627 29627 29010 0 -1 4202560 29789 0 0 0 9496 15 0 0 20 0 8 0 390926946 1079291904 210342 33554432000 134512640 146736320 4290555952 3858112720 136008042 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=29628/tid=29633] ppid=29627 vsize=1053996 CPUtime=98.01 cores=0,2,4,6
/proc/29628/task/29633/stat : 29633 (pb_cplex) R 29627 29627 29010 0 -1 4202560 28949 0 0 0 9785 16 0 0 20 0 8 0 390926946 1079291904 210342 33554432000 134512640 146736320 4290555952 3847626960 136008050 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29628/tid=29634] ppid=29627 vsize=1053996 CPUtime=88.07 cores=0,2,4,6
/proc/29628/task/29634/stat : 29634 (pb_cplex) R 29627 29627 29010 0 -1 4202560 32644 0 0 0 8792 15 0 0 20 0 8 0 390926946 1079291904 210342 33554432000 134512640 146736320 4290555952 3837141064 139042883 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29628/tid=29635] ppid=29627 vsize=1053996 CPUtime=99.27 cores=0,2,4,6
/proc/29628/task/29635/stat : 29635 (pb_cplex) R 29627 29627 29010 0 -1 4202560 32555 0 0 0 9913 14 0 0 20 0 8 0 390926946 1079291904 210342 33554432000 134512640 146736320 4290555952 3826655432 136388561 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=29628/tid=29636] ppid=29627 vsize=1053996 CPUtime=47.18 cores=0,2,4,6
/proc/29628/task/29636/stat : 29636 (pb_cplex) R 29627 29627 29010 0 -1 4202560 27300 0 0 0 4708 10 0 0 20 0 8 0 390926946 1079291904 210342 33554432000 134512640 146736320 4290555952 3816169680 136008069 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 795.41
Current children cumulated vsize (KiB) 1063144

[startup+342.3 s]
/proc/loadavg: 14.53 12.08 8.23 18/193 29640
/proc/meminfo: memFree=29118516/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
[pid=29628] ppid=29627 vsize=1085088 CPUtime=1034.93 cores=0,2,4,6
/proc/29628/stat : 29628 (pb_cplex) R 29627 29627 29010 0 -1 4202496 458839 0 0 0 103326 167 0 0 20 0 8 0 390918687 1111130112 222008 33554432000 134512640 146736320 4290555952 4290548608 136018931 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29628/statm: 271272 222008 942 2985 0 268206 0
[pid=29628/tid=29630] ppid=29627 vsize=1085088 CPUtime=134.82 cores=0,2,4,6
/proc/29628/task/29630/stat : 29630 (pb_cplex) R 29627 29627 29010 0 -1 4202560 38018 0 0 0 13464 18 0 0 20 0 8 0 390926946 1111130112 222008 33554432000 134512640 146736320 4290555952 3879084240 136008056 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29628/tid=29631] ppid=29627 vsize=1085088 CPUtime=83.61 cores=0,2,4,6
/proc/29628/task/29631/stat : 29631 (pb_cplex) R 29627 29627 29010 0 -1 4202560 47840 0 0 0 8336 25 0 0 20 0 8 0 390926946 1111130112 222008 33554432000 134512640 146736320 4290555952 3868598344 139042902 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29628/tid=29632] ppid=29627 vsize=1085088 CPUtime=124.71 cores=0,2,4,6
/proc/29628/task/29632/stat : 29632 (pb_cplex) R 29627 29627 29010 0 -1 4202560 34437 0 0 0 12455 16 0 0 20 0 8 0 390926946 1111130112 222008 33554432000 134512640 146736320 4290555952 3858112968 136001929 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29628/tid=29633] ppid=29627 vsize=1085088 CPUtime=128.02 cores=0,2,4,6
/proc/29628/task/29633/stat : 29633 (pb_cplex) R 29627 29627 29010 0 -1 4202560 33267 0 0 0 12785 17 0 0 20 0 8 0 390926946 1111130112 222008 33554432000 134512640 146736320 4290555952 3847626960 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29628/tid=29634] ppid=29627 vsize=1085088 CPUtime=117.85 cores=0,2,4,6
/proc/29628/task/29634/stat : 29634 (pb_cplex) R 29627 29627 29010 0 -1 4202560 37407 0 0 0 11768 17 0 0 20 0 8 0 390926946 1111130112 222008 33554432000 134512640 146736320 4290555952 3837141200 136008089 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29628/tid=29635] ppid=29627 vsize=1085088 CPUtime=128.98 cores=0,2,4,6
/proc/29628/task/29635/stat : 29635 (pb_cplex) R 29627 29627 29010 0 -1 4202560 37278 0 0 0 12881 17 0 0 20 0 8 0 390926946 1111130112 222008 33554432000 134512640 146736320 4290555952 3826654352 136008042 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=29628/tid=29636] ppid=29627 vsize=1085088 CPUtime=76.79 cores=0,2,4,6
/proc/29628/task/29636/stat : 29636 (pb_cplex) R 29627 29627 29010 0 -1 4202560 30595 0 0 0 7665 14 0 0 20 0 8 0 390926946 1111130112 222008 33554432000 134512640 146736320 4290555952 3816169680 136008172 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1034.93
Current children cumulated vsize (KiB) 1094236

[startup+402.3 s]
/proc/loadavg: 14.38 12.46 8.60 16/193 29647
/proc/meminfo: memFree=29138060/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
[pid=29628] ppid=29627 vsize=1085796 CPUtime=1274.44 cores=0,2,4,6
/proc/29628/stat : 29628 (pb_cplex) R 29627 29627 29010 0 -1 4202496 482646 0 0 0 127268 176 0 0 20 0 8 0 390918687 1111855104 223098 33554432000 134512640 146736320 4290555952 4290549200 136403112 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/29628/statm: 271449 223098 942 2985 0 268383 0
[pid=29628/tid=29630] ppid=29627 vsize=1085796 CPUtime=164.55 cores=0,2,4,6
/proc/29628/task/29630/stat : 29630 (pb_cplex) R 29627 29627 29010 0 -1 4202560 40728 0 0 0 16435 20 0 0 20 0 8 0 390926946 1111855104 223098 33554432000 134512640 146736320 4290555952 3879084240 136008056 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29628/tid=29631] ppid=29627 vsize=1085796 CPUtime=113.84 cores=0,2,4,6
/proc/29628/task/29631/stat : 29631 (pb_cplex) R 29627 29627 29010 0 -1 4202560 50117 0 0 0 11358 26 0 0 20 0 8 0 390926946 1111855104 223098 33554432000 134512640 146736320 4290555952 3868598480 136008044 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=29628/tid=29632] ppid=29627 vsize=1085796 CPUtime=154.45 cores=0,2,4,6
/proc/29628/task/29632/stat : 29632 (pb_cplex) R 29627 29627 29010 0 -1 4202560 37027 0 0 0 15427 18 0 0 20 0 8 0 390926946 1111855104 223098 33554432000 134512640 146736320 4290555952 3858111680 135468697 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29628/tid=29633] ppid=29627 vsize=1085796 CPUtime=158.29 cores=0,2,4,6
/proc/29628/task/29633/stat : 29633 (pb_cplex) R 29627 29627 29010 0 -1 4202560 35738 0 0 0 15810 19 0 0 20 0 8 0 390926946 1111855104 223098 33554432000 134512640 146736320 4290555952 3847627144 136388073 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=29628/tid=29634] ppid=29627 vsize=1085796 CPUtime=147.64 cores=0,2,4,6
/proc/29628/task/29634/stat : 29634 (pb_cplex) R 29627 29627 29010 0 -1 4202560 40672 0 0 0 14745 19 0 0 20 0 8 0 390926946 1111855104 223098 33554432000 134512640 146736320 4290555952 3837141200 136008050 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=29628/tid=29635] ppid=29627 vsize=1085796 CPUtime=158.86 cores=0,2,4,6
/proc/29628/task/29635/stat : 29635 (pb_cplex) R 29627 29627 29010 0 -1 4202560 41621 0 0 0 15867 19 0 0 20 0 8 0 390926946 1111855104 223098 33554432000 134512640 146736320 4290555952 3826654352 136008039 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29628/tid=29636] ppid=29627 vsize=1085796 CPUtime=106.87 cores=0,2,4,6
/proc/29628/task/29636/stat : 29636 (pb_cplex) R 29627 29627 29010 0 -1 4202560 34209 0 0 0 10672 15 0 0 20 0 8 0 390926946 1111855104 223098 33554432000 134512640 146736320 4290555952 3816169680 136008259 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1274.44
Current children cumulated vsize (KiB) 1094944

[startup+462.301 s]
/proc/loadavg: 14.51 12.88 8.99 16/193 29648
/proc/meminfo: memFree=29123420/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
[pid=29628] ppid=29627 vsize=1095708 CPUtime=1513.92 cores=0,2,4,6
/proc/29628/stat : 29628 (pb_cplex) R 29627 29627 29010 0 -1 4202496 515302 0 0 0 151204 188 0 0 20 0 8 0 390918687 1122004992 226300 33554432000 134512640 146736320 4290555952 4290549680 135983214 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29628/statm: 273927 226300 942 2985 0 270861 0
[pid=29628/tid=29630] ppid=29627 vsize=1095708 CPUtime=194.59 cores=0,2,4,6
/proc/29628/task/29630/stat : 29630 (pb_cplex) R 29627 29627 29010 0 -1 4202560 43373 0 0 0 19439 20 0 0 20 0 8 0 390926946 1122004992 226300 33554432000 134512640 146736320 4290555952 3879084032 136018927 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=29628/tid=29631] ppid=29627 vsize=1095708 CPUtime=143.64 cores=0,2,4,6
/proc/29628/task/29631/stat : 29631 (pb_cplex) R 29627 29627 29010 0 -1 4202560 52204 0 0 0 14337 27 0 0 20 0 8 0 390926946 1122004992 226300 33554432000 134512640 146736320 4290555952 3868598272 136018919 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29628/tid=29632] ppid=29627 vsize=1095708 CPUtime=184.21 cores=0,2,4,6
/proc/29628/task/29632/stat : 29632 (pb_cplex) R 29627 29627 29010 0 -1 4202560 42584 0 0 0 18401 20 0 0 20 0 8 0 390926946 1122004992 226300 33554432000 134512640 146736320 4290555952 3858112720 136008050 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29628/tid=29633] ppid=29627 vsize=1095708 CPUtime=188.23 cores=0,2,4,6
/proc/29628/task/29633/stat : 29633 (pb_cplex) R 29627 29627 29010 0 -1 4202560 39509 0 0 0 18802 21 0 0 20 0 8 0 390926946 1122004992 226300 33554432000 134512640 146736320 4290555952 3847626960 136008065 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=29628/tid=29634] ppid=29627 vsize=1095708 CPUtime=177.58 cores=0,2,4,6
/proc/29628/task/29634/stat : 29634 (pb_cplex) R 29627 29627 29010 0 -1 4202560 50635 0 0 0 17735 23 0 0 20 0 8 0 390926946 1122004992 226300 33554432000 134512640 146736320 4290555952 3837141200 136008446 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=29628/tid=29635] ppid=29627 vsize=1095708 CPUtime=188.79 cores=0,2,4,6
/proc/29628/task/29635/stat : 29635 (pb_cplex) R 29627 29627 29010 0 -1 4202560 44332 0 0 0 18859 20 0 0 20 0 8 0 390926946 1122004992 226300 33554432000 134512640 146736320 4290555952 3826654352 136008309 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29628/tid=29636] ppid=29627 vsize=1095708 CPUtime=136.93 cores=0,2,4,6
/proc/29628/task/29636/stat : 29636 (pb_cplex) R 29627 29627 29010 0 -1 4202560 36969 0 0 0 13675 18 0 0 20 0 8 0 390926946 1122004992 226300 33554432000 134512640 146736320 4290555952 3816169680 136008230 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1513.92
Current children cumulated vsize (KiB) 1104856

[startup+522.3 s]
/proc/loadavg: 13.12 12.78 9.19 9/186 29707
/proc/meminfo: memFree=29057992/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
[pid=29628] ppid=29627 vsize=1099012 CPUtime=1753.43 cores=0,2,4,6
/proc/29628/stat : 29628 (pb_cplex) R 29627 29627 29010 0 -1 4202496 541566 0 0 0 175144 199 0 0 20 0 8 0 390918687 1125388288 227516 33554432000 134512640 146736320 4290555952 4290548816 136008167 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29628/statm: 274753 227516 942 2985 0 271687 0
[pid=29628/tid=29630] ppid=29627 vsize=1099012 CPUtime=224.65 cores=0,2,4,6
/proc/29628/task/29630/stat : 29630 (pb_cplex) R 29627 29627 29010 0 -1 4202560 45922 0 0 0 22442 23 0 0 20 0 8 0 390926946 1125388288 227516 33554432000 134512640 146736320 4290555952 3879084240 136008050 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29628/tid=29631] ppid=29627 vsize=1099012 CPUtime=174.02 cores=0,2,4,6
/proc/29628/task/29631/stat : 29631 (pb_cplex) R 29627 29627 29010 0 -1 4202560 54263 0 0 0 17374 28 0 0 20 0 8 0 390926946 1125388288 227516 33554432000 134512640 146736320 4290555952 3868598480 136008065 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29628/tid=29632] ppid=29627 vsize=1099012 CPUtime=214.7 cores=0,2,4,6
/proc/29628/task/29632/stat : 29632 (pb_cplex) R 29627 29627 29010 0 -1 4202560 44678 0 0 0 21448 22 0 0 20 0 8 0 390926946 1125388288 227516 33554432000 134512640 146736320 4290555952 3858112720 136008178 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=29628/tid=29633] ppid=29627 vsize=1099012 CPUtime=218.34 cores=0,2,4,6
/proc/29628/task/29633/stat : 29633 (pb_cplex) R 29627 29627 29010 0 -1 4202560 42687 0 0 0 21811 23 0 0 20 0 8 0 390926946 1125388288 227516 33554432000 134512640 146736320 4290555952 3847626960 136008455 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=29628/tid=29634] ppid=29627 vsize=1099012 CPUtime=205.46 cores=0,2,4,6
/proc/29628/task/29634/stat : 29634 (pb_cplex) S 29627 29627 29010 0 -1 4202560 54500 0 0 0 20520 26 0 0 20 0 8 0 390926946 1125388288 227516 33554432000 134512640 146736320 4290555952 3837144720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29628/tid=29635] ppid=29627 vsize=1099012 CPUtime=219.33 cores=0,2,4,6
/proc/29628/task/29635/stat : 29635 (pb_cplex) R 29627 29627 29010 0 -1 4202560 48796 0 0 0 21910 23 0 0 20 0 8 0 390926946 1125388288 227516 33554432000 134512640 146736320 4290555952 3826655440 136008050 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29628/tid=29636] ppid=29627 vsize=1099012 CPUtime=167.03 cores=0,2,4,6
/proc/29628/task/29636/stat : 29636 (pb_cplex) R 29627 29627 29010 0 -1 4202560 40694 0 0 0 16684 19 0 0 20 0 8 0 390926946 1125388288 227516 33554432000 134512640 146736320 4290555952 3816170544 135982994 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1753.43
Current children cumulated vsize (KiB) 1108160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+534 s]
/proc/loadavg: 12.33 12.62 9.18 8/186 29707
/proc/meminfo: memFree=29054520/32873844 swapFree=7636/7636
[pid=29627] ppid=29625 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29627/stat : 29627 (run) S 29625 29627 29010 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390918687 9367552 269 33554432000 4194304 5064252 140733646930176 140733646929088 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29627/statm: 2287 269 229 213 0 72 0
[pid=29628] ppid=29627 vsize=1098404 CPUtime=1800.16 cores=0,2,4,6
/proc/29628/stat : 29628 (pb_cplex) R 29627 29627 29010 0 -1 4202496 551837 0 0 0 179813 203 0 0 20 0 8 0 390918687 1124765696 227596 33554432000 134512640 146736320 4290555952 4290548816 136008042 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29628/statm: 274601 227596 942 2985 0 271535 0
[pid=29628/tid=29630] ppid=29627 vsize=1098404 CPUtime=231.19 cores=0,2,4,6
/proc/29628/task/29630/stat : 29630 (pb_cplex) R 29627 29627 29010 0 -1 4202560 46456 0 0 0 23096 23 0 0 20 0 8 0 390926946 1124765696 227596 33554432000 134512640 146736320 4290555952 3879084240 136008042 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=29628/tid=29631] ppid=29627 vsize=1098404 CPUtime=180.91 cores=0,2,4,6
/proc/29628/task/29631/stat : 29631 (pb_cplex) R 29627 29627 29010 0 -1 4202560 54931 0 0 0 18063 28 0 0 20 0 8 0 390926946 1124765696 227596 33554432000 134512640 146736320 4290555952 3868598864 136403116 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29628/tid=29632] ppid=29627 vsize=1098404 CPUtime=221.25 cores=0,2,4,6
/proc/29628/task/29632/stat : 29632 (pb_cplex) R 29627 29627 29010 0 -1 4202560 45328 0 0 0 22102 23 0 0 20 0 8 0 390926946 1124765696 227596 33554432000 134512640 146736320 4290555952 3858112720 136008306 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=29628/tid=29633] ppid=29627 vsize=1098404 CPUtime=225.14 cores=0,2,4,6
/proc/29628/task/29633/stat : 29633 (pb_cplex) R 29627 29627 29010 0 -1 4202560 43356 0 0 0 22491 23 0 0 20 0 8 0 390926946 1124765696 227596 33554432000 134512640 146736320 4290555952 3847626752 136018931 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=29628/tid=29634] ppid=29627 vsize=1098404 CPUtime=205.46 cores=0,2,4,6
/proc/29628/task/29634/stat : 29634 (pb_cplex) S 29627 29627 29010 0 -1 4202560 54500 0 0 0 20520 26 0 0 20 0 8 0 390926946 1124765696 227596 33554432000 134512640 146736320 4290555952 3837144720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29628/tid=29635] ppid=29627 vsize=1098404 CPUtime=226.13 cores=0,2,4,6
/proc/29628/task/29635/stat : 29635 (pb_cplex) R 29627 29627 29010 0 -1 4202560 49464 0 0 0 22590 23 0 0 20 0 8 0 390926946 1124765696 227596 33554432000 134512640 146736320 4290555952 3826655824 136403116 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29628/tid=29636] ppid=29627 vsize=1098404 CPUtime=173.53 cores=0,2,4,6
/proc/29628/task/29636/stat : 29636 (pb_cplex) S 29627 29627 29010 0 -1 4202560 47189 0 0 0 17332 21 0 0 20 0 8 0 390926946 1124765696 227596 33554432000 134512640 146736320 4290555952 3816173200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1107552

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 29627 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 534.017
CPU time (s): 1800.16
CPU user time (s): 1798.13
CPU system time (s): 2.03
CPU usage (%): 337.098
Max. virtual memory (cumulated for all children) (KiB): 1109960

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

runsolver used 1.44278 second user time and 3.9444 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-09 15:18:21
IDJOB=3735195
IDBENCH=2949
IDSOLVER=2325
FILE ID=node108/3735195-1339247901
RUNJOBID= node108-1339246833-29027
PBS_JOBID= 14644373
Free space on /tmp= 71312 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_18.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735195-1339247901/watcher-3735195-1339247901 -o /tmp/evaluation-result-3735195-1339247901/solver-3735195-1339247901 -C 1800 -W 1900 -M 15500  run HOME/instance-3735195-1339247901.opb

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

MD5SUM BENCH= 92a7a1679de6bb1b52854275d5fc6396
RANDOM SEED=1054060262

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30055040 kB
Buffers:         1408352 kB
Cached:           290696 kB
SwapCached:         1592 kB
Active:          1718856 kB
Inactive:         124064 kB
Active(anon):     138820 kB
Inactive(anon):     6456 kB
Active(file):    1580036 kB
Inactive(file):   117608 kB
Unevictable:        7636 kB
Mlocked:            7636 kB
SwapTotal:      67108856 kB
SwapFree:       67100568 kB
Dirty:             21452 kB
Writeback:             0 kB
AnonPages:        148980 kB
Mapped:            14348 kB
Shmem:                 0 kB
Slab:             833784 kB
SReclaimable:     275224 kB
SUnreclaim:       558560 kB
KernelStack:        1512 kB
PageTables:         4392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     281072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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-3735195-1339247901.opb

Free space on /tmp at the end= 71292 MiB
End job on node108 at 2012-06-09 15:27:17