Trace number 3736424

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.31 611.517

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=89-P1=37-P2=43-P3=47-P4=41-P5=107-P6=127-B.opb
MD5SUM59a5e5c0509fa3a2bc4b2a05a02d5b79
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.053991
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables126
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)294
Sum of products size (including duplicates)588
Number of different products294
Sum of products size588

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3736424-1339248109.opb.
0.00/0.00	c Instance file HOME/instance-3736424-1339248109.opb
0.00/0.00	c File size is 21871 bytes.
0.00/0.00	c Highest Coefficient sum: 32512
0.00/0.00	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      420                                                 |
0.00/0.01	c |  Number Constraints:    601                                                 |
0.00/0.01	c ===============================================================================
1800.31/611.51	c Remaining time 1799.99 sec.
1800.31/611.51	c 
1800.31/611.51	c *** INTERRUPTED ***
1800.31/611.51	s UNKNOWN
1800.31/611.51	c Total CPU time              : 1778.92 s
1800.31/611.51	c Memory used           : 230.66 MB
1800.31/611.51	c CPU time              : 1778.92 s
1800.31/611.51	c 
1800.31/611.51	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-3736424-1339248109/watcher-3736424-1339248109 -o /tmp/evaluation-result-3736424-1339248109/solver-3736424-1339248109 -C 1800 -W 1900 -M 15500 run HOME/instance-3736424-1339248109.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.90 7.52 6.94 5/184 20803
/proc/meminfo: memFree=31181572/32873648 swapFree=7376/7376
[pid=20803] ppid=20801 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (run) S 20801 20803 20024 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390936865 9367552 270 33554432000 4194304 5064252 140734984269152 140734984268064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 2287 270 229 213 0 72 0

[startup+0.075468 s]
/proc/loadavg: 3.90 7.52 6.94 5/184 20803
/proc/meminfo: memFree=31181572/32873648 swapFree=7376/7376
[pid=20803] ppid=20801 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (run) S 20801 20803 20024 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390936865 9367552 270 33554432000 4194304 5064252 140734984269152 140734984268064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100171 s]
/proc/loadavg: 3.90 7.52 6.94 5/184 20803
/proc/meminfo: memFree=31181572/32873648 swapFree=7376/7376
[pid=20803] ppid=20801 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (run) S 20801 20803 20024 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390936865 9367552 270 33554432000 4194304 5064252 140734984269152 140734984268064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.313017 s]
/proc/loadavg: 3.90 7.52 6.94 5/184 20803
/proc/meminfo: memFree=31181572/32873648 swapFree=7376/7376
[pid=20803] ppid=20801 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (run) S 20801 20803 20024 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390936865 9367552 270 33554432000 4194304 5064252 140734984269152 140734984268064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700185 s]
/proc/loadavg: 3.90 7.52 6.94 5/184 20803
/proc/meminfo: memFree=31181572/32873648 swapFree=7376/7376
[pid=20803] ppid=20801 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (run) S 20801 20803 20024 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390936865 9367552 270 33554432000 4194304 5064252 140734984269152 140734984268064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 3.90 7.52 6.94 5/193 20826
/proc/meminfo: memFree=31134876/32873648 swapFree=7376/7376
[pid=20803] ppid=20801 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (run) S 20801 20803 20024 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390936865 9367552 270 33554432000 4194304 5064252 140734984269152 140734984268064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 2287 270 229 213 0 72 0
[pid=20804] ppid=20803 vsize=130216 CPUtime=3.78 cores=1,3,5,7
/proc/20804/stat : 20804 (pb_cplex) R 20803 20803 20024 0 -1 4202496 27323 0 0 0 363 15 0 0 20 0 8 0 390936866 133341184 12907 33554432000 134512640 146736320 4291214432 4291207544 136015584 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20804/statm: 32554 12907 968 2985 0 29488 0
[pid=20804/tid=20820] ppid=20803 vsize=130216 CPUtime=0.52 cores=1,3,5,7
/proc/20804/task/20820/stat : 20820 (pb_cplex) R 20803 20803 20024 0 -1 4202560 1701 0 0 0 52 0 0 0 20 0 8 0 390936895 133341184 12907 33554432000 134512640 146736320 4291214432 4131050072 136402270 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=20804/tid=20821] ppid=20803 vsize=130216 CPUtime=0.37 cores=1,3,5,7
/proc/20804/task/20821/stat : 20821 (pb_cplex) S 20803 20803 20024 0 -1 4202560 1919 0 0 0 37 0 0 0 20 0 8 0 390936895 133341184 12907 33554432000 134512640 146736320 4291214432 4141538960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20804/tid=20822] ppid=20803 vsize=130216 CPUtime=0.37 cores=1,3,5,7
/proc/20804/task/20822/stat : 20822 (pb_cplex) S 20803 20803 20024 0 -1 4202560 1770 0 0 0 37 0 0 0 20 0 8 0 390936895 133341184 12907 33554432000 134512640 146736320 4291214432 4152024720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20804/tid=20823] ppid=20803 vsize=130216 CPUtime=0.36 cores=1,3,5,7
/proc/20804/task/20823/stat : 20823 (pb_cplex) R 20803 20803 20024 0 -1 4202560 3186 0 0 0 35 1 0 0 20 0 8 0 390936895 133341184 12907 33554432000 134512640 146736320 4291214432 4120125896 135999691 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20804/tid=20824] ppid=20803 vsize=130216 CPUtime=0.37 cores=1,3,5,7
/proc/20804/task/20824/stat : 20824 (pb_cplex) R 20803 20803 20024 0 -1 4202560 2584 0 0 0 36 1 0 0 20 0 8 0 390936895 133341184 12907 33554432000 134512640 146736320 4291214432 4104119272 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20804/tid=20825] ppid=20803 vsize=130216 CPUtime=0.39 cores=1,3,5,7
/proc/20804/task/20825/stat : 20825 (pb_cplex) R 20803 20803 20024 0 -1 4202560 3169 0 0 0 38 1 0 0 20 0 8 0 390936895 133341184 12907 33554432000 134512640 146736320 4291214432 4093632968 136001703 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20804/tid=20826] ppid=20803 vsize=130216 CPUtime=0.37 cores=1,3,5,7
/proc/20804/task/20826/stat : 20826 (pb_cplex) R 20803 20803 20024 0 -1 4202560 2933 0 0 0 37 0 0 0 20 0 8 0 390936895 133341184 12907 33554432000 134512640 146736320 4291214432 4068466684 135526856 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 139364

[startup+3.10044 s]
/proc/loadavg: 3.90 7.52 6.94 3/193 20826
/proc/meminfo: memFree=31125204/32873648 swapFree=7376/7376
[pid=20803] ppid=20801 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (run) S 20801 20803 20024 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390936865 9367552 270 33554432000 4194304 5064252 140734984269152 140734984268064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 2287 270 229 213 0 72 0
[pid=20804] ppid=20803 vsize=151912 CPUtime=8.49 cores=1,3,5,7
/proc/20804/stat : 20804 (pb_cplex) R 20803 20803 20024 0 -1 4202496 44329 0 0 0 827 22 0 0 20 0 8 0 390936866 155557888 17838 33554432000 134512640 146736320 4291214432 4291207744 139046505 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20804/statm: 37978 17838 971 2985 0 34912 0
[pid=20804/tid=20820] ppid=20803 vsize=151912 CPUtime=1.11 cores=1,3,5,7
/proc/20804/task/20820/stat : 20820 (pb_cplex) R 20803 20803 20024 0 -1 4202560 2727 0 0 0 110 1 0 0 20 0 8 0 390936895 155557888 17838 33554432000 134512640 146736320 4291214432 4131050472 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20804/tid=20821] ppid=20803 vsize=151912 CPUtime=0.96 cores=1,3,5,7
/proc/20804/task/20821/stat : 20821 (pb_cplex) R 20803 20803 20024 0 -1 4202560 4037 0 0 0 94 2 0 0 20 0 8 0 390936895 155557888 17838 33554432000 134512640 146736320 4291214432 4141535324 135854544 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20804/tid=20822] ppid=20803 vsize=151912 CPUtime=0.97 cores=1,3,5,7
/proc/20804/task/20822/stat : 20822 (pb_cplex) R 20803 20803 20024 0 -1 4202560 3627 0 0 0 96 1 0 0 20 0 8 0 390936895 155557888 17838 33554432000 134512640 146736320 4291214432 4152019712 135468714 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20804/tid=20823] ppid=20803 vsize=151912 CPUtime=0.89 cores=1,3,5,7
/proc/20804/task/20823/stat : 20823 (pb_cplex) R 20803 20803 20024 0 -1 4202560 4562 0 0 0 87 2 0 0 20 0 8 0 390936895 155557888 17838 33554432000 134512640 146736320 4291214432 4120125048 136015681 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20804/tid=20824] ppid=20803 vsize=151912 CPUtime=1.02 cores=1,3,5,7
/proc/20804/task/20824/stat : 20824 (pb_cplex) R 20803 20803 20024 0 -1 4202560 6910 0 0 0 99 3 0 0 20 0 8 0 390936895 155557888 17838 33554432000 134512640 146736320 4291214432 4104118468 135844448 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20804/tid=20825] ppid=20803 vsize=151912 CPUtime=0.98 cores=1,3,5,7
/proc/20804/task/20825/stat : 20825 (pb_cplex) R 20803 20803 20024 0 -1 4202560 6121 0 0 0 96 2 0 0 20 0 8 0 390936895 155557888 17838 33554432000 134512640 146736320 4291214432 4093633512 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20804/tid=20826] ppid=20803 vsize=151912 CPUtime=0.96 cores=1,3,5,7
/proc/20804/task/20826/stat : 20826 (pb_cplex) R 20803 20803 20024 0 -1 4202560 5468 0 0 0 94 2 0 0 20 0 8 0 390936895 155557888 17838 33554432000 134512640 146736320 4291214432 4068467688 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 161060

[startup+6.30041 s]
/proc/loadavg: 3.75 7.42 6.91 3/193 20826
/proc/meminfo: memFree=31095408/32873648 swapFree=7376/7376
[pid=20803] ppid=20801 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (run) S 20801 20803 20024 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390936865 9367552 270 33554432000 4194304 5064252 140734984269152 140734984268064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 2287 270 229 213 0 72 0
[pid=20804] ppid=20803 vsize=168980 CPUtime=18.61 cores=1,3,5,7
/proc/20804/stat : 20804 (pb_cplex) R 20803 20803 20024 0 -1 4202496 76246 0 0 0 1828 33 0 0 20 0 8 0 390936866 173035520 21960 33554432000 134512640 146736320 4291214432 4291207696 136403109 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20804/statm: 42245 21960 971 2985 0 39179 0
[pid=20804/tid=20820] ppid=20803 vsize=168980 CPUtime=2.29 cores=1,3,5,7
/proc/20804/task/20820/stat : 20820 (pb_cplex) S 20803 20803 20024 0 -1 4202560 5307 0 0 0 227 2 0 0 20 0 8 0 390936895 173035520 21960 33554432000 134512640 146736320 4291214432 4131053200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20804/tid=20821] ppid=20803 vsize=168980 CPUtime=2.34 cores=1,3,5,7
/proc/20804/task/20821/stat : 20821 (pb_cplex) R 20803 20803 20024 0 -1 4202560 10453 0 0 0 231 3 0 0 20 0 8 0 390936895 173035520 21960 33554432000 134512640 146736320 4291214432 4141535348 135450949 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20804/tid=20822] ppid=20803 vsize=168980 CPUtime=2.18 cores=1,3,5,7
/proc/20804/task/20822/stat : 20822 (pb_cplex) R 20803 20803 20024 0 -1 4202560 6223 0 0 0 215 3 0 0 20 0 8 0 390936895 173035520 21960 33554432000 134512640 146736320 4291214432 4152021432 136015700 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20804/tid=20823] ppid=20803 vsize=168980 CPUtime=2.22 cores=1,3,5,7
/proc/20804/task/20823/stat : 20823 (pb_cplex) R 20803 20803 20024 0 -1 4202560 7278 0 0 0 218 4 0 0 20 0 8 0 390936895 173035520 21960 33554432000 134512640 146736320 4291214432 4120125480 139044580 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=20804/tid=20824] ppid=20803 vsize=168980 CPUtime=2.28 cores=1,3,5,7
/proc/20804/task/20824/stat : 20824 (pb_cplex) R 20803 20803 20024 0 -1 4202560 10933 0 0 0 223 5 0 0 20 0 8 0 390936895 173035520 21960 33554432000 134512640 146736320 4291214432 4104119320 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20804/tid=20825] ppid=20803 vsize=168980 CPUtime=2.16 cores=1,3,5,7
/proc/20804/task/20825/stat : 20825 (pb_cplex) R 20803 20803 20024 0 -1 4202560 10731 0 0 0 213 3 0 0 20 0 8 0 390936895 173035520 21960 33554432000 134512640 146736320 4291214432 4093633512 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20804/tid=20826] ppid=20803 vsize=168980 CPUtime=2.25 cores=1,3,5,7
/proc/20804/task/20826/stat : 20826 (pb_cplex) R 20803 20803 20024 0 -1 4202560 10057 0 0 0 222 3 0 0 20 0 8 0 390936895 173035520 21960 33554432000 134512640 146736320 4291214432 4068465780 135450751 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 18.61
Current children cumulated vsize (KiB) 178128

[startup+12.7004 s]
/proc/loadavg: 3.77 7.37 6.89 10/193 20826
/proc/meminfo: memFree=31067668/32873648 swapFree=7376/7376
[pid=20803] ppid=20801 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (run) S 20801 20803 20024 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390936865 9367552 270 33554432000 4194304 5064252 140734984269152 140734984268064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 2287 270 229 213 0 72 0
[pid=20804] ppid=20803 vsize=195888 CPUtime=36.7 cores=1,3,5,7
/proc/20804/stat : 20804 (pb_cplex) R 20803 20803 20024 0 -1 4202496 116043 0 0 0 3624 46 0 0 20 0 8 0 390936866 200589312 28455 33554432000 134512640 146736320 4291214432 4291207312 136007970 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20804/statm: 48972 28455 989 2985 0 45906 0
[pid=20804/tid=20820] ppid=20803 vsize=195888 CPUtime=4.59 cores=1,3,5,7
/proc/20804/task/20820/stat : 20820 (pb_cplex) S 20803 20803 20024 0 -1 4202560 12832 0 0 0 455 4 0 0 20 0 8 0 390936895 200589312 28455 33554432000 134512640 146736320 4291214432 4131053200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20804/tid=20821] ppid=20803 vsize=195888 CPUtime=4.1 cores=1,3,5,7
/proc/20804/task/20821/stat : 20821 (pb_cplex) S 20803 20803 20024 0 -1 4202560 13603 0 0 0 406 4 0 0 20 0 8 0 390936895 200589312 28455 33554432000 134512640 146736320 4291214432 4141538960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20804/tid=20822] ppid=20803 vsize=195888 CPUtime=3.97 cores=1,3,5,7
/proc/20804/task/20822/stat : 20822 (pb_cplex) S 20803 20803 20024 0 -1 4202560 9199 0 0 0 393 4 0 0 20 0 8 0 390936895 200589312 28455 33554432000 134512640 146736320 4291214432 4152024720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20804/tid=20823] ppid=20803 vsize=195888 CPUtime=5.21 cores=1,3,5,7
/proc/20804/task/20823/stat : 20823 (pb_cplex) S 20803 20803 20024 0 -1 4202560 12418 0 0 0 516 5 0 0 20 0 8 0 390936895 200589312 28455 33554432000 134512640 146736320 4291214432 4120129168 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20804/tid=20824] ppid=20803 vsize=195888 CPUtime=4.87 cores=1,3,5,7
/proc/20804/task/20824/stat : 20824 (pb_cplex) S 20803 20803 20024 0 -1 4202560 14125 0 0 0 481 6 0 0 20 0 8 0 390936895 200589312 28455 33554432000 134512640 146736320 4291214432 4104122000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20804/tid=20825] ppid=20803 vsize=195888 CPUtime=4.62 cores=1,3,5,7
/proc/20804/task/20825/stat : 20825 (pb_cplex) S 20803 20803 20024 0 -1 4202560 15524 0 0 0 457 5 0 0 20 0 8 0 390936895 200589312 28455 33554432000 134512640 146736320 4291214432 4093636240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20804/tid=20826] ppid=20803 vsize=195888 CPUtime=4.08 cores=1,3,5,7
/proc/20804/task/20826/stat : 20826 (pb_cplex) S 20803 20803 20024 0 -1 4202560 18982 0 0 0 403 5 0 0 20 0 8 0 390936895 200589312 28455 33554432000 134512640 146736320 4291214432 4068470416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 36.7
Current children cumulated vsize (KiB) 205036

[startup+25.5005 s]
/proc/loadavg: 3.82 7.20 6.85 3/193 20833
/proc/meminfo: memFree=31047760/32873648 swapFree=7376/7376
[pid=20803] ppid=20801 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (run) S 20801 20803 20024 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390936865 9367552 270 33554432000 4194304 5064252 140734984269152 140734984268064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 2287 270 229 213 0 72 0
[pid=20804] ppid=20803 vsize=212296 CPUtime=73.39 cores=1,3,5,7
/proc/20804/stat : 20804 (pb_cplex) S 20803 20803 20024 0 -1 4202496 230260 0 0 0 7247 92 0 0 20 0 8 0 390936866 217391104 31833 33554432000 134512640 146736320 4291214432 4291210832 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20804/statm: 53074 31833 1020 2985 0 50008 0
[pid=20804/tid=20827] ppid=20803 vsize=212296 CPUtime=2.24 cores=1,3,5,7
/proc/20804/task/20827/stat : 20827 (pb_cplex) S 20803 20803 20024 0 -1 4202560 1175 0 0 0 224 0 0 0 20 0 8 0 390938997 217391104 31833 33554432000 134512640 146736320 4291214432 4068470416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20804/tid=20828] ppid=20803 vsize=212296 CPUtime=0.94 cores=1,3,5,7
/proc/20804/task/20828/stat : 20828 (pb_cplex) S 20803 20803 20024 0 -1 4202560 2492 0 0 0 93 1 0 0 20 0 8 0 390938997 217391104 31833 33554432000 134512640 146736320 4291214432 4093636240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20804/tid=20829] ppid=20803 vsize=212296 CPUtime=1 cores=1,3,5,7
/proc/20804/task/20829/stat : 20829 (pb_cplex) S 20803 20803 20024 0 -1 4202560 832 0 0 0 98 2 0 0 20 0 8 0 390938997 217391104 31833 33554432000 134512640 146736320 4291214432 4104122000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20804/tid=20830] ppid=20803 vsize=212296 CPUtime=1.12 cores=1,3,5,7
/proc/20804/task/20830/stat : 20830 (pb_cplex) S 20803 20803 20024 0 -1 4202560 1517 0 0 0 112 0 0 0 20 0 8 0 390938997 217391104 31833 33554432000 134512640 146736320 4291214432 4120129168 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20804/tid=20831] ppid=20803 vsize=212296 CPUtime=1.42 cores=1,3,5,7
/proc/20804/task/20831/stat : 20831 (pb_cplex) R 20803 20803 20024 0 -1 4202560 963 0 0 0 142 0 0 0 20 0 8 0 390938997 217391104 31833 33554432000 134512640 146736320 4291214432 4145013192 136001367 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=20804/tid=20832] ppid=20803 vsize=212296 CPUtime=1.09 cores=1,3,5,7
/proc/20804/task/20832/stat : 20832 (pb_cplex) S 20803 20803 20024 0 -1 4202560 2132 0 0 0 108 1 0 0 20 0 8 0 390938997 217391104 31833 33554432000 134512640 146736320 4291214432 4134530704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20804/tid=20833] ppid=20803 vsize=212296 CPUtime=1.33 cores=1,3,5,7
/proc/20804/task/20833/stat : 20833 (pb_cplex) S 20803 20803 20024 0 -1 4202560 3424 0 0 0 131 2 0 0 20 0 8 0 390938997 217391104 31833 33554432000 134512640 146736320 4291214432 3956272784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 73.39
Current children cumulated vsize (KiB) 221444

[startup+51.1005 s]
/proc/loadavg: 4.26 7.03 6.80 4/193 20833
/proc/meminfo: memFree=31038084/32873648 swapFree=7376/7376
[pid=20803] ppid=20801 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (run) S 20801 20803 20024 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390936865 9367552 270 33554432000 4194304 5064252 140734984269152 140734984268064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 2287 270 229 213 0 72 0

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

/proc/20804/statm: 59401 37713 1023 2985 0 56335 0
[pid=20804/tid=20827] ppid=20803 vsize=237604 CPUtime=112.35 cores=1,3,5,7
/proc/20804/task/20827/stat : 20827 (pb_cplex) R 20803 20803 20024 0 -1 4202560 85301 0 0 0 11093 142 0 0 20 0 8 0 390938997 243306496 37713 33554432000 134512640 146736320 4291214432 4068468280 137386691 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20804/tid=20828] ppid=20803 vsize=237604 CPUtime=114.56 cores=1,3,5,7
/proc/20804/task/20828/stat : 20828 (pb_cplex) R 20803 20803 20024 0 -1 4202560 64178 0 0 0 11327 129 0 0 20 0 8 0 390938997 243306496 37713 33554432000 134512640 146736320 4291214432 4093633512 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 1 0 0
[pid=20804/tid=20829] ppid=20803 vsize=237604 CPUtime=112.55 cores=1,3,5,7
/proc/20804/task/20829/stat : 20829 (pb_cplex) R 20803 20803 20024 0 -1 4202560 63999 0 0 0 11110 145 0 0 20 0 8 0 390938997 243306496 37713 33554432000 134512640 146736320 4291214432 4104118984 136002905 0 2 4096 16387 0 0 0 -1 7 0 0 1 0 0
[pid=20804/tid=20830] ppid=20803 vsize=237604 CPUtime=112.53 cores=1,3,5,7
/proc/20804/task/20830/stat : 20830 (pb_cplex) R 20803 20803 20024 0 -1 4202560 70769 0 0 0 11119 134 0 0 20 0 8 0 390938997 243306496 37713 33554432000 134512640 146736320 4291214432 4120125364 135451440 0 2 4096 16387 0 0 0 -1 1 0 0 1 0 0
[pid=20804/tid=20831] ppid=20803 vsize=237604 CPUtime=113.43 cores=1,3,5,7
/proc/20804/task/20831/stat : 20831 (pb_cplex) R 20803 20803 20024 0 -1 4202560 83954 0 0 0 11199 144 0 0 20 0 8 0 390938997 243306496 37713 33554432000 134512640 146736320 4291214432 4145013336 136402290 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=20804/tid=20832] ppid=20803 vsize=237604 CPUtime=113.24 cores=1,3,5,7
/proc/20804/task/20832/stat : 20832 (pb_cplex) R 20803 20803 20024 0 -1 4202560 83931 0 0 0 11186 138 0 0 20 0 8 0 390938997 243306496 37713 33554432000 134512640 146736320 4291214432 4134528536 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20804/tid=20833] ppid=20803 vsize=237604 CPUtime=113.13 cores=1,3,5,7
/proc/20804/task/20833/stat : 20833 (pb_cplex) R 20803 20803 20024 0 -1 4202560 104005 0 0 0 11167 146 0 0 20 0 8 0 390938997 243306496 37713 33554432000 134512640 146736320 4291214432 3956271524 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 989.73
Current children cumulated vsize (KiB) 246752

[startup+402.3 s]
/proc/loadavg: 4.07 5.13 6.02 8/193 20835
/proc/meminfo: memFree=30968148/32873648 swapFree=7376/7376
[pid=20803] ppid=20801 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (run) S 20801 20803 20024 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390936865 9367552 270 33554432000 4194304 5064252 140734984269152 140734984268064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 2287 270 229 213 0 72 0
[pid=20804] ppid=20803 vsize=237604 CPUtime=1170.61 cores=1,3,5,7
/proc/20804/stat : 20804 (pb_cplex) R 20803 20803 20024 0 -1 4202496 907014 0 0 0 115662 1399 0 0 20 0 8 0 390936866 243306496 37714 33554432000 134512640 146736320 4291214432 4291208180 135964351 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 1 0 0
/proc/20804/statm: 59401 37714 1023 2985 0 56335 0
[pid=20804/tid=20827] ppid=20803 vsize=237604 CPUtime=134 cores=1,3,5,7
/proc/20804/task/20827/stat : 20827 (pb_cplex) R 20803 20803 20024 0 -1 4202560 88082 0 0 0 13233 167 0 0 20 0 8 0 390938997 243306496 37714 33554432000 134512640 146736320 4291214432 4068466728 139041200 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20804/tid=20828] ppid=20803 vsize=237604 CPUtime=136.64 cores=1,3,5,7
/proc/20804/task/20828/stat : 20828 (pb_cplex) S 20803 20803 20024 0 -1 4202560 68334 0 0 0 13510 154 0 0 20 0 8 0 390938997 243306496 37714 33554432000 134512640 146736320 4291214432 4093636240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 1 0 0
[pid=20804/tid=20829] ppid=20803 vsize=237604 CPUtime=134.51 cores=1,3,5,7
/proc/20804/task/20829/stat : 20829 (pb_cplex) S 20803 20803 20024 0 -1 4202560 67407 0 0 0 13279 172 0 0 20 0 8 0 390938997 243306496 37714 33554432000 134512640 146736320 4291214432 4104122000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=20804/tid=20830] ppid=20803 vsize=237604 CPUtime=134.47 cores=1,3,5,7
/proc/20804/task/20830/stat : 20830 (pb_cplex) R 20803 20803 20024 0 -1 4202560 73863 0 0 0 13286 161 0 0 20 0 8 0 390938997 243306496 37714 33554432000 134512640 146736320 4291214432 4120125256 135525292 0 2 4096 16387 0 0 0 -1 3 0 0 1 0 0
[pid=20804/tid=20831] ppid=20803 vsize=237604 CPUtime=135.56 cores=1,3,5,7
/proc/20804/task/20831/stat : 20831 (pb_cplex) R 20803 20803 20024 0 -1 4202560 86977 0 0 0 13384 172 0 0 20 0 8 0 390938997 243306496 37714 33554432000 134512640 146736320 4291214432 4145013736 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20804/tid=20832] ppid=20803 vsize=237604 CPUtime=135.2 cores=1,3,5,7
/proc/20804/task/20832/stat : 20832 (pb_cplex) R 20803 20803 20024 0 -1 4202560 86944 0 0 0 13355 165 0 0 20 0 8 0 390938997 243306496 37714 33554432000 134512640 146736320 4291214432 4134526956 135454087 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20804/tid=20833] ppid=20803 vsize=237604 CPUtime=135.55 cores=1,3,5,7
/proc/20804/task/20833/stat : 20833 (pb_cplex) R 20803 20803 20024 0 -1 4202560 108819 0 0 0 13383 172 0 0 20 0 8 0 390938997 243306496 37714 33554432000 134512640 146736320 4291214432 3956270056 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1170.61
Current children cumulated vsize (KiB) 246752

[startup+462.3 s]
/proc/loadavg: 5.71 5.36 6.04 3/193 20835
/proc/meminfo: memFree=30964556/32873648 swapFree=7376/7376
[pid=20803] ppid=20801 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (run) S 20801 20803 20024 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390936865 9367552 270 33554432000 4194304 5064252 140734984269152 140734984268064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 2287 270 229 213 0 72 0
[pid=20804] ppid=20803 vsize=238084 CPUtime=1352.76 cores=1,3,5,7
/proc/20804/stat : 20804 (pb_cplex) S 20803 20803 20024 0 -1 4202496 928828 0 0 0 133669 1607 0 0 20 0 8 0 390936866 243798016 37715 33554432000 134512640 146736320 4291214432 4291210832 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 1 0 0
/proc/20804/statm: 59521 37715 1023 2985 0 56455 0
[pid=20804/tid=20827] ppid=20803 vsize=238084 CPUtime=156.05 cores=1,3,5,7
/proc/20804/task/20827/stat : 20827 (pb_cplex) R 20803 20803 20024 0 -1 4202560 91722 0 0 0 15411 194 0 0 20 0 8 0 390938997 243798016 37715 33554432000 134512640 146736320 4291214432 4068467688 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20804/tid=20828] ppid=20803 vsize=238084 CPUtime=158.96 cores=1,3,5,7
/proc/20804/task/20828/stat : 20828 (pb_cplex) S 20803 20803 20024 0 -1 4202560 70948 0 0 0 15718 178 0 0 20 0 8 0 390938997 243798016 37715 33554432000 134512640 146736320 4291214432 4093636240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=20804/tid=20829] ppid=20803 vsize=238084 CPUtime=156.54 cores=1,3,5,7
/proc/20804/task/20829/stat : 20829 (pb_cplex) S 20803 20803 20024 0 -1 4202560 70626 0 0 0 15456 198 0 0 20 0 8 0 390938997 243798016 37715 33554432000 134512640 146736320 4291214432 4104122000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 1 0 0
[pid=20804/tid=20830] ppid=20803 vsize=238084 CPUtime=156.65 cores=1,3,5,7
/proc/20804/task/20830/stat : 20830 (pb_cplex) S 20803 20803 20024 0 -1 4202560 77936 0 0 0 15478 187 0 0 20 0 8 0 390938997 243798016 37715 33554432000 134512640 146736320 4291214432 4120129168 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=20804/tid=20831] ppid=20803 vsize=238084 CPUtime=157.71 cores=1,3,5,7
/proc/20804/task/20831/stat : 20831 (pb_cplex) R 20803 20803 20024 0 -1 4202560 87991 0 0 0 15571 200 0 0 20 0 8 0 390938997 243798016 37715 33554432000 134512640 146736320 4291214432 4145014296 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20804/tid=20832] ppid=20803 vsize=238084 CPUtime=157.15 cores=1,3,5,7
/proc/20804/task/20832/stat : 20832 (pb_cplex) R 20803 20803 20024 0 -1 4202560 88321 0 0 0 15526 189 0 0 20 0 8 0 390938997 243798016 37715 33554432000 134512640 146736320 4291214432 4134530732 144580332 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20804/tid=20833] ppid=20803 vsize=238084 CPUtime=157.92 cores=1,3,5,7
/proc/20804/task/20833/stat : 20833 (pb_cplex) R 20803 20803 20024 0 -1 4202560 112064 0 0 0 15593 199 0 0 20 0 8 0 390938997 243798016 37715 33554432000 134512640 146736320 4291214432 3956269056 135468700 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1352.76
Current children cumulated vsize (KiB) 247232

[startup+522.3 s]
/proc/loadavg: 6.14 5.52 6.05 4/194 20838
/proc/meminfo: memFree=30960076/32873648 swapFree=7376/7376
[pid=20803] ppid=20801 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (run) S 20801 20803 20024 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390936865 9367552 270 33554432000 4194304 5064252 140734984269152 140734984268064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 2287 270 229 213 0 72 0
[pid=20804] ppid=20803 vsize=236436 CPUtime=1533.04 cores=1,3,5,7
/proc/20804/stat : 20804 (pb_cplex) S 20803 20803 20024 0 -1 4202496 961304 0 0 0 151490 1814 0 0 20 0 8 0 390936866 242110464 37467 33554432000 134512640 146736320 4291214432 4291210832 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 1 0 0
/proc/20804/statm: 59109 37467 1023 2985 0 56043 0
[pid=20804/tid=20827] ppid=20803 vsize=236436 CPUtime=177.55 cores=1,3,5,7
/proc/20804/task/20827/stat : 20827 (pb_cplex) S 20803 20803 20024 0 -1 4202560 94688 0 0 0 17536 219 0 0 20 0 8 0 390938997 242110464 37467 33554432000 134512640 146736320 4291214432 4068470416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20804/tid=20828] ppid=20803 vsize=236436 CPUtime=180.8 cores=1,3,5,7
/proc/20804/task/20828/stat : 20828 (pb_cplex) S 20803 20803 20024 0 -1 4202560 74369 0 0 0 17876 204 0 0 20 0 8 0 390938997 242110464 37467 33554432000 134512640 146736320 4291214432 4093636240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=20804/tid=20829] ppid=20803 vsize=236436 CPUtime=178.27 cores=1,3,5,7
/proc/20804/task/20829/stat : 20829 (pb_cplex) S 20803 20803 20024 0 -1 4202560 74661 0 0 0 17602 225 0 0 20 0 8 0 390938997 242110464 37467 33554432000 134512640 146736320 4291214432 4104122000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=20804/tid=20830] ppid=20803 vsize=236436 CPUtime=178.75 cores=1,3,5,7
/proc/20804/task/20830/stat : 20830 (pb_cplex) S 20803 20803 20024 0 -1 4202560 80767 0 0 0 17664 211 0 0 20 0 8 0 390938997 242110464 37467 33554432000 134512640 146736320 4291214432 4120129168 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=20804/tid=20831] ppid=20803 vsize=236436 CPUtime=179.98 cores=1,3,5,7
/proc/20804/task/20831/stat : 20831 (pb_cplex) S 20803 20803 20024 0 -1 4202560 90812 0 0 0 17771 227 0 0 20 0 8 0 390938997 242110464 37467 33554432000 134512640 146736320 4291214432 4145016464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20804/tid=20832] ppid=20803 vsize=236436 CPUtime=178.98 cores=1,3,5,7
/proc/20804/task/20832/stat : 20832 (pb_cplex) S 20803 20803 20024 0 -1 4202560 93708 0 0 0 17685 213 0 0 20 0 8 0 390938997 242110464 37467 33554432000 134512640 146736320 4291214432 4134530704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20804/tid=20833] ppid=20803 vsize=236436 CPUtime=180.15 cores=1,3,5,7
/proc/20804/task/20833/stat : 20833 (pb_cplex) R 20803 20803 20024 0 -1 4202560 120188 0 0 0 17789 226 0 0 20 0 8 0 390938997 242110464 37467 33554432000 134512640 146736320 4291214432 3956270056 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 1 0 0
Current children cumulated CPU time (s) 1533.04
Current children cumulated vsize (KiB) 245584

[startup+582.3 s]
/proc/loadavg: 4.73 5.24 5.92 6/193 20839
/proc/meminfo: memFree=30950104/32873648 swapFree=7376/7376
[pid=20803] ppid=20801 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (run) S 20801 20803 20024 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390936865 9367552 270 33554432000 4194304 5064252 140734984269152 140734984268064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 2287 270 229 213 0 72 0
[pid=20804] ppid=20803 vsize=237532 CPUtime=1712.49 cores=1,3,5,7
/proc/20804/stat : 20804 (pb_cplex) S 20803 20803 20024 0 -1 4202496 1068524 0 0 0 169208 2041 0 0 20 0 8 0 390936866 243232768 37526 33554432000 134512640 146736320 4291214432 4291210832 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 1 0 0
/proc/20804/statm: 59383 37526 1023 2985 0 56317 0
[pid=20804/tid=20827] ppid=20803 vsize=237532 CPUtime=198.64 cores=1,3,5,7
/proc/20804/task/20827/stat : 20827 (pb_cplex) S 20803 20803 20024 0 -1 4202560 107999 0 0 0 19614 250 0 0 20 0 8 0 390938997 243232768 37526 33554432000 134512640 146736320 4291214432 4068470416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20804/tid=20828] ppid=20803 vsize=237532 CPUtime=202.53 cores=1,3,5,7
/proc/20804/task/20828/stat : 20828 (pb_cplex) S 20803 20803 20024 0 -1 4202560 84111 0 0 0 20024 229 0 0 20 0 8 0 390938997 243232768 37526 33554432000 134512640 146736320 4291214432 4093636240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=20804/tid=20829] ppid=20803 vsize=237532 CPUtime=199.95 cores=1,3,5,7
/proc/20804/task/20829/stat : 20829 (pb_cplex) S 20803 20803 20024 0 -1 4202560 89019 0 0 0 19739 256 0 0 20 0 8 0 390938997 243232768 37526 33554432000 134512640 146736320 4291214432 4104122000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=20804/tid=20830] ppid=20803 vsize=237532 CPUtime=200.55 cores=1,3,5,7
/proc/20804/task/20830/stat : 20830 (pb_cplex) S 20803 20803 20024 0 -1 4202560 91760 0 0 0 19814 241 0 0 20 0 8 0 390938997 243232768 37526 33554432000 134512640 146736320 4291214432 4120129168 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=20804/tid=20831] ppid=20803 vsize=237532 CPUtime=201.95 cores=1,3,5,7
/proc/20804/task/20831/stat : 20831 (pb_cplex) S 20803 20803 20024 0 -1 4202560 97577 0 0 0 19940 255 0 0 20 0 8 0 390938997 243232768 37526 33554432000 134512640 146736320 4291214432 4145016464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20804/tid=20832] ppid=20803 vsize=237532 CPUtime=201.24 cores=1,3,5,7
/proc/20804/task/20832/stat : 20832 (pb_cplex) R 20803 20803 20024 0 -1 4202560 110100 0 0 0 19880 244 0 0 20 0 8 0 390938997 243232768 37526 33554432000 134512640 146736320 4291214432 4134527976 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20804/tid=20833] ppid=20803 vsize=237532 CPUtime=202.13 cores=1,3,5,7
/proc/20804/task/20833/stat : 20833 (pb_cplex) S 20803 20803 20024 0 -1 4202560 132570 0 0 0 19959 254 0 0 20 0 8 0 390938997 243232768 37526 33554432000 134512640 146736320 4291214432 3956272784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 1 0 0
Current children cumulated CPU time (s) 1712.49
Current children cumulated vsize (KiB) 246680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+611.5 s]
/proc/loadavg: 5.34 5.32 5.92 4/193 20839
/proc/meminfo: memFree=30942172/32873648 swapFree=7376/7376
[pid=20803] ppid=20801 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20803/stat : 20803 (run) S 20801 20803 20024 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390936865 9367552 270 33554432000 4194304 5064252 140734984269152 140734984268064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20803/statm: 2287 270 229 213 0 72 0
[pid=20804] ppid=20803 vsize=236192 CPUtime=1800.31 cores=1,3,5,7
/proc/20804/stat : 20804 (pb_cplex) R 20803 20803 20024 0 -1 4202496 1070838 0 0 0 177890 2141 0 0 20 0 8 0 390936866 241860608 37389 33554432000 134512640 146736320 4291214432 4291207068 139028313 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/20804/statm: 59048 37389 1023 2985 0 55982 0
[pid=20804/tid=20827] ppid=20803 vsize=236192 CPUtime=209.14 cores=1,3,5,7
/proc/20804/task/20827/stat : 20827 (pb_cplex) R 20803 20803 20024 0 -1 4202560 108433 0 0 0 20651 263 0 0 20 0 8 0 390938997 241860608 37389 33554432000 134512640 146736320 4291214432 4068470444 144580332 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20804/tid=20828] ppid=20803 vsize=236192 CPUtime=213.3 cores=1,3,5,7
/proc/20804/task/20828/stat : 20828 (pb_cplex) R 20803 20803 20024 0 -1 4202560 84116 0 0 0 21088 242 0 0 20 0 8 0 390938997 241860608 37389 33554432000 134512640 146736320 4291214432 4093634072 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 1 0 0
[pid=20804/tid=20829] ppid=20803 vsize=236192 CPUtime=210.74 cores=1,3,5,7
/proc/20804/task/20829/stat : 20829 (pb_cplex) R 20803 20803 20024 0 -1 4202560 89187 0 0 0 20806 268 0 0 20 0 8 0 390938997 241860608 37389 33554432000 134512640 146736320 4291214432 4104122028 144580332 0 2 4096 16387 0 0 0 -1 3 0 0 1 0 0
[pid=20804/tid=20830] ppid=20803 vsize=236192 CPUtime=211.43 cores=1,3,5,7
/proc/20804/task/20830/stat : 20830 (pb_cplex) R 20803 20803 20024 0 -1 4202560 92485 0 0 0 20888 255 0 0 20 0 8 0 390938997 241860608 37389 33554432000 134512640 146736320 4291214432 4120126440 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 1 0 0
[pid=20804/tid=20831] ppid=20803 vsize=236192 CPUtime=212.76 cores=1,3,5,7
/proc/20804/task/20831/stat : 20831 (pb_cplex) R 20803 20803 20024 0 -1 4202560 97623 0 0 0 21009 267 0 0 20 0 8 0 390938997 241860608 37389 33554432000 134512640 146736320 4291214432 4145016464 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20804/tid=20832] ppid=20803 vsize=236192 CPUtime=211.86 cores=1,3,5,7
/proc/20804/task/20832/stat : 20832 (pb_cplex) S 20803 20803 20024 0 -1 4202560 110200 0 0 0 20929 257 0 0 20 0 8 0 390938997 241860608 37389 33554432000 134512640 146736320 4291214432 4134530704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20804/tid=20833] ppid=20803 vsize=236192 CPUtime=212.84 cores=1,3,5,7
/proc/20804/task/20833/stat : 20833 (pb_cplex) S 20803 20803 20024 0 -1 4202560 133027 0 0 0 21018 266 0 0 20 0 8 0 390938997 241860608 37389 33554432000 134512640 146736320 4291214432 3956272784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 1 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 245340

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

Real time (s): 611.517
CPU time (s): 1800.31
CPU user time (s): 1778.9
CPU system time (s): 21.41
CPU usage (%): 294.401
Max. virtual memory (cumulated for all children) (KiB): 261072

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

runsolver used 1.08384 second user time and 2.68159 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-09 15:21:49
IDJOB=3736424
IDBENCH=47916
IDSOLVER=2325
FILE ID=node120/3736424-1339248109
RUNJOBID= node120-1339246833-20042
PBS_JOBID= 14644361
Free space on /tmp= 70828 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=89-P1=37-P2=43-P3=47-P4=41-P5=107-P6=127-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736424-1339248109/watcher-3736424-1339248109 -o /tmp/evaluation-result-3736424-1339248109/solver-3736424-1339248109 -C 1800 -W 1900 -M 15500  run HOME/instance-3736424-1339248109.opb

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

MD5SUM BENCH= 59a5e5c0509fa3a2bc4b2a05a02d5b79
RANDOM SEED=2094670050

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.88
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.456
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.456
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.83
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.456
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.456
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:       32873648 kB
MemFree:        31183496 kB
Buffers:          439684 kB
Cached:           343256 kB
SwapCached:         5856 kB
Active:           538316 kB
Inactive:         330988 kB
Active(anon):      69864 kB
Inactive(anon):    10444 kB
Active(file):     468452 kB
Inactive(file):   320544 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67096152 kB
Dirty:             16716 kB
Writeback:             0 kB
AnonPages:         79772 kB
Mapped:            12740 kB
Shmem:                 0 kB
Slab:             683724 kB
SReclaimable:     127668 kB
SUnreclaim:       556056 kB
KernelStack:        1512 kB
PageTables:         3888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     223344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3736424-1339248109.opb

Free space on /tmp at the end= 70812 MiB
End job on node120 at 2012-06-09 15:32:00