Trace number 3736567

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.08 537.932

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=211-P1=113-P2=103-P3=37-P4=167-P5=5-P6=191-P7=13-P8=223-P9=137-B.opb
MD5SUM747af0da1666dabab7e7b60330c37a87
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.112982
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 variables216
Total number of constraints19
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 constraints19
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3736567-1339248178.opb.
0.00/0.00	c Instance file HOME/instance-3736567-1339248178.opb
0.00/0.00	c File size is 43526 bytes.
0.00/0.01	c Highest Coefficient sum: 130560
0.00/0.01	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:      792                                                 |
0.00/0.01	c |  Number Constraints:    1171                                                |
0.00/0.01	c ===============================================================================
1800.08/537.92	c Remaining time 1799.99 sec.
1800.08/537.92	c 
1800.08/537.92	c *** INTERRUPTED ***
1800.08/537.92	s UNKNOWN
1800.08/537.92	c Total CPU time              : 1780.96 s
1800.08/537.92	c Memory used           : 322.66 MB
1800.08/537.92	c CPU time              : 1780.96 s
1800.08/537.92	c 
1800.08/537.92	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-3736567-1339248178/watcher-3736567-1339248178 -o /tmp/evaluation-result-3736567-1339248178/solver-3736567-1339248178 -C 1800 -W 1900 -M 15500 run HOME/instance-3736567-1339248178.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: 6.60 8.22 6.92 3/177 6864
/proc/meminfo: memFree=24129124/32873844 swapFree=7628/7628
[pid=6864] ppid=6862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6864/stat : 6864 (run) S 6862 6864 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390942223 9367552 270 33554432000 4194304 5064252 140735978768720 140735978767632 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6864/statm: 2287 270 229 213 0 72 0

[startup+0.10123 s]
/proc/loadavg: 6.60 8.22 6.92 3/177 6864
/proc/meminfo: memFree=24129124/32873844 swapFree=7628/7628
[pid=6864] ppid=6862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6864/stat : 6864 (run) S 6862 6864 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390942223 9367552 270 33554432000 4194304 5064252 140735978768720 140735978767632 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6864/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200189 s]
/proc/loadavg: 6.60 8.22 6.92 3/177 6864
/proc/meminfo: memFree=24129124/32873844 swapFree=7628/7628
[pid=6864] ppid=6862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6864/stat : 6864 (run) S 6862 6864 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390942223 9367552 270 33554432000 4194304 5064252 140735978768720 140735978767632 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6864/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300268 s]
/proc/loadavg: 6.60 8.22 6.92 3/177 6864
/proc/meminfo: memFree=24129124/32873844 swapFree=7628/7628
[pid=6864] ppid=6862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6864/stat : 6864 (run) S 6862 6864 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390942223 9367552 270 33554432000 4194304 5064252 140735978768720 140735978767632 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6864/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700178 s]
/proc/loadavg: 6.60 8.22 6.92 3/177 6864
/proc/meminfo: memFree=24129124/32873844 swapFree=7628/7628
[pid=6864] ppid=6862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6864/stat : 6864 (run) S 6862 6864 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390942223 9367552 270 33554432000 4194304 5064252 140735978768720 140735978767632 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6864/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: 6.60 8.22 6.92 4/186 6887
/proc/meminfo: memFree=24087760/32873844 swapFree=7628/7628
[pid=6864] ppid=6862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6864/stat : 6864 (run) S 6862 6864 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390942223 9367552 270 33554432000 4194304 5064252 140735978768720 140735978767632 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6864/statm: 2287 270 229 213 0 72 0
[pid=6865] ppid=6864 vsize=135616 CPUtime=3.84 cores=0,2,4,6
/proc/6865/stat : 6865 (pb_cplex) R 6864 6864 6062 0 -1 4202496 28241 0 0 0 363 21 0 0 20 0 8 0 390942224 138870784 12509 33554432000 134512640 146736320 4288526672 4288520096 136389978 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/6865/statm: 33904 12509 967 2985 0 30838 0
[pid=6865/tid=6881] ppid=6864 vsize=135616 CPUtime=0.36 cores=0,2,4,6
/proc/6865/task/6881/stat : 6881 (pb_cplex) R 6864 6864 6062 0 -1 4202560 2462 0 0 0 35 1 0 0 20 0 8 0 390942273 138870784 12509 33554432000 134512640 146736320 4288526672 4130693712 136403117 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=6865/tid=6882] ppid=6864 vsize=135616 CPUtime=0.33 cores=0,2,4,6
/proc/6865/task/6882/stat : 6882 (pb_cplex) R 6864 6864 6062 0 -1 4202560 2060 0 0 0 33 0 0 0 20 0 8 0 390942273 138870784 12509 33554432000 134512640 146736320 4288526672 4141179880 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=6865/tid=6883] ppid=6864 vsize=135616 CPUtime=0.39 cores=0,2,4,6
/proc/6865/task/6883/stat : 6883 (pb_cplex) R 6864 6864 6062 0 -1 4202560 1341 0 0 0 37 2 0 0 20 0 8 0 390942273 138870784 12509 33554432000 134512640 146736320 4288526672 4151667288 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6865/tid=6884] ppid=6864 vsize=135616 CPUtime=0.41 cores=0,2,4,6
/proc/6865/task/6884/stat : 6884 (pb_cplex) R 6864 6864 6062 0 -1 4202560 1078 0 0 0 39 2 0 0 20 0 8 0 390942273 138870784 12509 33554432000 134512640 146736320 4288526672 4119363216 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6865/tid=6885] ppid=6864 vsize=135616 CPUtime=0.37 cores=0,2,4,6
/proc/6865/task/6885/stat : 6885 (pb_cplex) S 6864 6864 6062 0 -1 4202560 2001 0 0 0 35 2 0 0 20 0 8 0 390942273 138870784 12509 33554432000 134512640 146736320 4288526672 4100976272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6865/tid=6886] ppid=6864 vsize=135616 CPUtime=0.36 cores=0,2,4,6
/proc/6865/task/6886/stat : 6886 (pb_cplex) S 6864 6864 6062 0 -1 4202560 2476 0 0 0 34 2 0 0 20 0 8 0 390942273 138870784 12509 33554432000 134512640 146736320 4288526672 4090490512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6865/tid=6887] ppid=6864 vsize=135616 CPUtime=0.39 cores=0,2,4,6
/proc/6865/task/6887/stat : 6887 (pb_cplex) S 6864 6864 6062 0 -1 4202560 3601 0 0 0 36 3 0 0 20 0 8 0 390942273 138870784 12509 33554432000 134512640 146736320 4288526672 4069518992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 144764

[startup+3.10041 s]
/proc/loadavg: 6.60 8.22 6.92 8/186 6887
/proc/meminfo: memFree=24073128/32873844 swapFree=7628/7628
[pid=6864] ppid=6862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6864/stat : 6864 (run) S 6862 6864 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390942223 9367552 270 33554432000 4194304 5064252 140735978768720 140735978767632 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6864/statm: 2287 270 229 213 0 72 0
[pid=6865] ppid=6864 vsize=157528 CPUtime=8.75 cores=0,2,4,6
/proc/6865/stat : 6865 (pb_cplex) S 6864 6864 6062 0 -1 4202496 40662 0 0 0 841 34 0 0 20 0 8 0 390942224 161308672 18013 33554432000 134512640 146736320 4288526672 4288523024 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6865/statm: 39382 18013 971 2985 0 36316 0
[pid=6865/tid=6881] ppid=6864 vsize=157528 CPUtime=1.02 cores=0,2,4,6
/proc/6865/task/6881/stat : 6881 (pb_cplex) S 6864 6864 6062 0 -1 4202560 4081 0 0 0 97 5 0 0 20 0 8 0 390942273 161308672 18013 33554432000 134512640 146736320 4288526672 4130696848 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6865/tid=6882] ppid=6864 vsize=157528 CPUtime=0.92 cores=0,2,4,6
/proc/6865/task/6882/stat : 6882 (pb_cplex) S 6864 6864 6062 0 -1 4202560 3723 0 0 0 89 3 0 0 20 0 8 0 390942273 161308672 18013 33554432000 134512640 146736320 4288526672 4141182608 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6865/tid=6883] ppid=6864 vsize=157528 CPUtime=0.96 cores=0,2,4,6
/proc/6865/task/6883/stat : 6883 (pb_cplex) S 6864 6864 6062 0 -1 4202560 2752 0 0 0 93 3 0 0 20 0 8 0 390942273 161308672 18013 33554432000 134512640 146736320 4288526672 4151668368 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6865/tid=6884] ppid=6864 vsize=157528 CPUtime=1.04 cores=0,2,4,6
/proc/6865/task/6884/stat : 6884 (pb_cplex) S 6864 6864 6062 0 -1 4202560 3372 0 0 0 100 4 0 0 20 0 8 0 390942273 161308672 18013 33554432000 134512640 146736320 4288526672 4119363216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6865/tid=6885] ppid=6864 vsize=157528 CPUtime=1.01 cores=0,2,4,6
/proc/6865/task/6885/stat : 6885 (pb_cplex) S 6864 6864 6062 0 -1 4202560 3349 0 0 0 98 3 0 0 20 0 8 0 390942273 161308672 18013 33554432000 134512640 146736320 4288526672 4100976272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6865/tid=6886] ppid=6864 vsize=157528 CPUtime=1.1 cores=0,2,4,6
/proc/6865/task/6886/stat : 6886 (pb_cplex) R 6864 6864 6062 0 -1 4202560 4514 0 0 0 106 4 0 0 20 0 8 0 390942273 161308672 18013 33554432000 134512640 146736320 4288526672 4090486008 136015579 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=6865/tid=6887] ppid=6864 vsize=157528 CPUtime=0.93 cores=0,2,4,6
/proc/6865/task/6887/stat : 6887 (pb_cplex) S 6864 6864 6062 0 -1 4202560 5019 0 0 0 89 4 0 0 20 0 8 0 390942273 161308672 18013 33554432000 134512640 146736320 4288526672 4069518992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.75
Current children cumulated vsize (KiB) 166676

[startup+6.3004 s]
/proc/loadavg: 6.40 8.15 6.91 10/186 6887
/proc/meminfo: memFree=24045104/32873844 swapFree=7628/7628
[pid=6864] ppid=6862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6864/stat : 6864 (run) S 6862 6864 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390942223 9367552 270 33554432000 4194304 5064252 140735978768720 140735978767632 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6864/statm: 2287 270 229 213 0 72 0
[pid=6865] ppid=6864 vsize=176592 CPUtime=18.92 cores=0,2,4,6
/proc/6865/stat : 6865 (pb_cplex) R 6864 6864 6062 0 -1 4202496 58428 0 0 0 1844 48 0 0 20 0 8 0 390942224 180830208 22145 33554432000 134512640 146736320 4288526672 4288520008 136002916 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/6865/statm: 44148 22145 971 2985 0 41082 0
[pid=6865/tid=6881] ppid=6864 vsize=176592 CPUtime=2.35 cores=0,2,4,6
/proc/6865/task/6881/stat : 6881 (pb_cplex) R 6864 6864 6062 0 -1 4202560 5260 0 0 0 229 6 0 0 20 0 8 0 390942273 180830208 22145 33554432000 134512640 146736320 4288526672 4130692288 135468528 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=6865/tid=6882] ppid=6864 vsize=176592 CPUtime=2.09 cores=0,2,4,6
/proc/6865/task/6882/stat : 6882 (pb_cplex) R 6864 6864 6062 0 -1 4202560 6071 0 0 0 204 5 0 0 20 0 8 0 390942273 180830208 22145 33554432000 134512640 146736320 4288526672 4141178500 135850315 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=6865/tid=6883] ppid=6864 vsize=176592 CPUtime=2.37 cores=0,2,4,6
/proc/6865/task/6883/stat : 6883 (pb_cplex) R 6864 6864 6062 0 -1 4202560 3573 0 0 0 232 5 0 0 20 0 8 0 390942273 180830208 22145 33554432000 134512640 146736320 4288526672 4151663284 135450973 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6865/tid=6884] ppid=6864 vsize=176592 CPUtime=2.42 cores=0,2,4,6
/proc/6865/task/6884/stat : 6884 (pb_cplex) R 6864 6864 6062 0 -1 4202560 6697 0 0 0 235 7 0 0 20 0 8 0 390942273 180830208 22145 33554432000 134512640 146736320 4288526672 4119360488 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=6865/tid=6885] ppid=6864 vsize=176592 CPUtime=2.28 cores=0,2,4,6
/proc/6865/task/6885/stat : 6885 (pb_cplex) R 6864 6864 6062 0 -1 4202560 5722 0 0 0 223 5 0 0 20 0 8 0 390942273 180830208 22145 33554432000 134512640 146736320 4288526672 4100976272 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=6865/tid=6886] ppid=6864 vsize=176592 CPUtime=2.21 cores=0,2,4,6
/proc/6865/task/6886/stat : 6886 (pb_cplex) S 6864 6864 6062 0 -1 4202560 6115 0 0 0 215 6 0 0 20 0 8 0 390942273 180830208 22145 33554432000 134512640 146736320 4288526672 4090490512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6865/tid=6887] ppid=6864 vsize=176592 CPUtime=2.17 cores=0,2,4,6
/proc/6865/task/6887/stat : 6887 (pb_cplex) S 6864 6864 6062 0 -1 4202560 8968 0 0 0 211 6 0 0 20 0 8 0 390942273 180830208 22145 33554432000 134512640 146736320 4288526672 4069518992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.92
Current children cumulated vsize (KiB) 185740

[startup+12.7004 s]
/proc/loadavg: 6.28 8.10 6.90 3/186 6887
/proc/meminfo: memFree=24029500/32873844 swapFree=7628/7628
[pid=6864] ppid=6862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6864/stat : 6864 (run) S 6862 6864 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390942223 9367552 270 33554432000 4194304 5064252 140735978768720 140735978767632 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6864/statm: 2287 270 229 213 0 72 0
[pid=6865] ppid=6864 vsize=205028 CPUtime=39.32 cores=0,2,4,6
/proc/6865/stat : 6865 (pb_cplex) R 6864 6864 6062 0 -1 4202496 120584 0 0 0 3856 76 0 0 20 0 8 0 390942224 209948672 27663 33554432000 134512640 146736320 4288526672 4288519736 136015579 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6865/statm: 51257 27663 971 2985 0 48191 0
[pid=6865/tid=6881] ppid=6864 vsize=205028 CPUtime=4.88 cores=0,2,4,6
/proc/6865/task/6881/stat : 6881 (pb_cplex) R 6864 6864 6062 0 -1 4202560 12238 0 0 0 480 8 0 0 20 0 8 0 390942273 209948672 27663 33554432000 134512640 146736320 4288526672 4130693192 139042881 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=6865/tid=6882] ppid=6864 vsize=205028 CPUtime=4.59 cores=0,2,4,6
/proc/6865/task/6882/stat : 6882 (pb_cplex) R 6864 6864 6062 0 -1 4202560 14957 0 0 0 451 8 0 0 20 0 8 0 390942273 209948672 27663 33554432000 134512640 146736320 4288526672 4141178696 135526130 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=6865/tid=6883] ppid=6864 vsize=205028 CPUtime=5.15 cores=0,2,4,6
/proc/6865/task/6883/stat : 6883 (pb_cplex) R 6864 6864 6062 0 -1 4202560 14250 0 0 0 506 9 0 0 20 0 8 0 390942273 209948672 27663 33554432000 134512640 146736320 4288526672 4151665640 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=6865/tid=6884] ppid=6864 vsize=205028 CPUtime=4.68 cores=0,2,4,6
/proc/6865/task/6884/stat : 6884 (pb_cplex) R 6864 6864 6062 0 -1 4202560 12042 0 0 0 458 10 0 0 20 0 8 0 390942273 209948672 27663 33554432000 134512640 146736320 4288526672 4119360488 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6865/tid=6885] ppid=6864 vsize=205028 CPUtime=4.6 cores=0,2,4,6
/proc/6865/task/6885/stat : 6885 (pb_cplex) R 6864 6864 6062 0 -1 4202560 11022 0 0 0 452 8 0 0 20 0 8 0 390942273 209948672 27663 33554432000 134512640 146736320 4288526672 4100973120 136001203 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6865/tid=6886] ppid=6864 vsize=205028 CPUtime=4.67 cores=0,2,4,6
/proc/6865/task/6886/stat : 6886 (pb_cplex) R 6864 6864 6062 0 -1 4202560 13741 0 0 0 458 9 0 0 20 0 8 0 390942273 209948672 27663 33554432000 134512640 146736320 4288526672 4090486896 136384846 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=6865/tid=6887] ppid=6864 vsize=205028 CPUtime=5.08 cores=0,2,4,6
/proc/6865/task/6887/stat : 6887 (pb_cplex) R 6864 6864 6062 0 -1 4202560 19595 0 0 0 498 10 0 0 20 0 8 0 390942273 209948672 27663 33554432000 134512640 146736320 4288526672 4069515856 136403109 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 39.32
Current children cumulated vsize (KiB) 214176

[startup+25.5006 s]
/proc/loadavg: 5.33 7.80 6.82 5/186 6887
/proc/meminfo: memFree=23993040/32873844 swapFree=7628/7628
[pid=6864] ppid=6862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6864/stat : 6864 (run) S 6862 6864 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390942223 9367552 270 33554432000 4194304 5064252 140735978768720 140735978767632 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6864/statm: 2287 270 229 213 0 72 0
[pid=6865] ppid=6864 vsize=257868 CPUtime=76.42 cores=0,2,4,6
/proc/6865/stat : 6865 (pb_cplex) R 6864 6864 6062 0 -1 4202496 276854 0 0 0 7506 136 0 0 20 0 8 0 390942224 264056832 38799 33554432000 134512640 146736320 4288526672 4288518520 136015689 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6865/statm: 64467 38799 979 2985 0 61401 0
[pid=6865/tid=6881] ppid=6864 vsize=257868 CPUtime=8.54 cores=0,2,4,6
/proc/6865/task/6881/stat : 6881 (pb_cplex) R 6864 6864 6062 0 -1 4202560 33574 0 0 0 837 17 0 0 20 0 8 0 390942273 264056832 38799 33554432000 134512640 146736320 4288526672 4130693564 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6865/tid=6882] ppid=6864 vsize=257868 CPUtime=9.77 cores=0,2,4,6
/proc/6865/task/6882/stat : 6882 (pb_cplex) R 6864 6864 6062 0 -1 4202560 38163 0 0 0 961 16 0 0 20 0 8 0 390942273 264056832 38799 33554432000 134512640 146736320 4288526672 4141179336 136000176 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=6865/tid=6883] ppid=6864 vsize=257868 CPUtime=8.99 cores=0,2,4,6
/proc/6865/task/6883/stat : 6883 (pb_cplex) R 6864 6864 6062 0 -1 4202560 31667 0 0 0 884 15 0 0 20 0 8 0 390942273 264056832 38799 33554432000 134512640 146736320 4288526672 4151664988 139023053 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=6865/tid=6884] ppid=6864 vsize=257868 CPUtime=8.64 cores=0,2,4,6
/proc/6865/task/6884/stat : 6884 (pb_cplex) R 6864 6864 6062 0 -1 4202560 27384 0 0 0 848 16 0 0 20 0 8 0 390942273 264056832 38799 33554432000 134512640 146736320 4288526672 4119359416 138441947 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=6865/tid=6885] ppid=6864 vsize=257868 CPUtime=9.19 cores=0,2,4,6
/proc/6865/task/6885/stat : 6885 (pb_cplex) R 6864 6864 6062 0 -1 4202560 31018 0 0 0 903 16 0 0 20 0 8 0 390942273 264056832 38799 33554432000 134512640 146736320 4288526672 4100972880 139023109 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=6865/tid=6886] ppid=6864 vsize=257868 CPUtime=9.41 cores=0,2,4,6
/proc/6865/task/6886/stat : 6886 (pb_cplex) R 6864 6864 6062 0 -1 4202560 34682 0 0 0 925 16 0 0 20 0 8 0 390942273 264056832 38799 33554432000 134512640 146736320 4288526672 4090486152 135999265 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=6865/tid=6887] ppid=6864 vsize=257868 CPUtime=9.29 cores=0,2,4,6
/proc/6865/task/6887/stat : 6887 (pb_cplex) R 6864 6864 6062 0 -1 4202560 39382 0 0 0 912 17 0 0 20 0 8 0 390942273 264056832 38799 33554432000 134512640 146736320 4288526672 4069514768 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 76.42
Current children cumulated vsize (KiB) 267016

[startup+51.1006 s]
/proc/loadavg: 4.85 7.48 6.74 7/186 6887
/proc/meminfo: memFree=23941952/32873844 swapFree=7628/7628
[pid=6864] ppid=6862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6864/stat : 6864 (run) S 6862 6864 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390942223 9367552 270 33554432000 4194304 5064252 140735978768720 140735978767632 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6864/statm: 2287 270 229 213 0 72 0

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

/proc/6865/statm: 79281 53919 1000 2985 0 76215 0
[pid=6865/tid=6881] ppid=6864 vsize=317124 CPUtime=112.72 cores=0,2,4,6
/proc/6865/task/6881/stat : 6881 (pb_cplex) R 6864 6864 6062 0 -1 4202560 199199 0 0 0 11174 98 0 0 20 0 8 0 390942273 324734976 53919 33554432000 134512640 146736320 4288526672 4130693720 136402128 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=6865/tid=6882] ppid=6864 vsize=317124 CPUtime=112.45 cores=0,2,4,6
/proc/6865/task/6882/stat : 6882 (pb_cplex) R 6864 6864 6062 0 -1 4202560 199634 0 0 0 11137 108 0 0 20 0 8 0 390942273 324734976 53919 33554432000 134512640 146736320 4288526672 4141179228 139023093 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=6865/tid=6883] ppid=6864 vsize=317124 CPUtime=113.97 cores=0,2,4,6
/proc/6865/task/6883/stat : 6883 (pb_cplex) S 6864 6864 6062 0 -1 4202560 170946 0 0 0 11303 94 0 0 20 0 8 0 390942273 324734976 53919 33554432000 134512640 146736320 4288526672 4151668368 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 1 0 0
[pid=6865/tid=6884] ppid=6864 vsize=317124 CPUtime=110.16 cores=0,2,4,6
/proc/6865/task/6884/stat : 6884 (pb_cplex) R 6864 6864 6062 0 -1 4202560 192205 0 0 0 10911 105 0 0 20 0 8 0 390942273 324734976 53919 33554432000 134512640 146736320 4288526672 4119359468 135454063 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=6865/tid=6885] ppid=6864 vsize=317124 CPUtime=113.91 cores=0,2,4,6
/proc/6865/task/6885/stat : 6885 (pb_cplex) R 6864 6864 6062 0 -1 4202560 202301 0 0 0 11283 108 0 0 20 0 8 0 390942273 324734976 53919 33554432000 134512640 146736320 4288526672 4100973544 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=6865/tid=6886] ppid=6864 vsize=317124 CPUtime=112.63 cores=0,2,4,6
/proc/6865/task/6886/stat : 6886 (pb_cplex) R 6864 6864 6062 0 -1 4202560 220742 0 0 0 11149 114 0 0 20 0 8 0 390942273 324734976 53919 33554432000 134512640 146736320 4288526672 4090489208 136630977 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=6865/tid=6887] ppid=6864 vsize=317124 CPUtime=113.03 cores=0,2,4,6
/proc/6865/task/6887/stat : 6887 (pb_cplex) R 6864 6864 6062 0 -1 4202560 216153 0 0 0 11194 109 0 0 20 0 8 0 390942273 324734976 53919 33554432000 134512640 146736320 4288526672 4069516264 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 914.6
Current children cumulated vsize (KiB) 326272

[startup+342.301 s]
/proc/loadavg: 6.41 6.76 6.61 6/186 6888
/proc/meminfo: memFree=23893668/32873844 swapFree=7628/7628
[pid=6864] ppid=6862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6864/stat : 6864 (run) S 6862 6864 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390942223 9367552 270 33554432000 4194304 5064252 140735978768720 140735978767632 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6864/statm: 2287 270 229 213 0 72 0
[pid=6865] ppid=6864 vsize=320080 CPUtime=1121.81 cores=0,2,4,6
/proc/6865/stat : 6865 (pb_cplex) R 6864 6864 6062 0 -1 4202496 1833164 0 0 0 111167 1014 0 0 20 0 8 0 390942224 327761920 55096 33554432000 134512640 146736320 4288526672 4288520296 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6865/statm: 80020 55096 1000 2985 0 76954 0
[pid=6865/tid=6881] ppid=6864 vsize=320080 CPUtime=137.63 cores=0,2,4,6
/proc/6865/task/6881/stat : 6881 (pb_cplex) R 6864 6864 6062 0 -1 4202560 221955 0 0 0 13643 120 0 0 20 0 8 0 390942273 327761920 55096 33554432000 134512640 146736320 4288526672 4130694120 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6865/tid=6882] ppid=6864 vsize=320080 CPUtime=137.11 cores=0,2,4,6
/proc/6865/task/6882/stat : 6882 (pb_cplex) R 6864 6864 6062 0 -1 4202560 219569 0 0 0 13582 129 0 0 20 0 8 0 390942273 327761920 55096 33554432000 134512640 146736320 4288526672 4141181220 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=6865/tid=6883] ppid=6864 vsize=320080 CPUtime=139.75 cores=0,2,4,6
/proc/6865/task/6883/stat : 6883 (pb_cplex) R 6864 6864 6062 0 -1 4202560 193098 0 0 0 13860 115 0 0 20 0 8 0 390942273 327761920 55096 33554432000 134512640 146736320 4288526672 4151665288 135982689 0 2 4096 16387 0 0 0 -1 6 0 0 1 0 0
[pid=6865/tid=6884] ppid=6864 vsize=320080 CPUtime=137.2 cores=0,2,4,6
/proc/6865/task/6884/stat : 6884 (pb_cplex) R 6864 6864 6062 0 -1 4202560 217896 0 0 0 13591 129 0 0 20 0 8 0 390942273 327761920 55096 33554432000 134512640 146736320 4288526672 4119363216 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6865/tid=6885] ppid=6864 vsize=320080 CPUtime=140.42 cores=0,2,4,6
/proc/6865/task/6885/stat : 6885 (pb_cplex) S 6864 6864 6062 0 -1 4202560 248592 0 0 0 13910 132 0 0 20 0 8 0 390942273 327761920 55096 33554432000 134512640 146736320 4288526672 4100976272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6865/tid=6886] ppid=6864 vsize=320080 CPUtime=138.34 cores=0,2,4,6
/proc/6865/task/6886/stat : 6886 (pb_cplex) S 6864 6864 6062 0 -1 4202560 248380 0 0 0 13695 139 0 0 20 0 8 0 390942273 327761920 55096 33554432000 134512640 146736320 4288526672 4090490512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6865/tid=6887] ppid=6864 vsize=320080 CPUtime=138.95 cores=0,2,4,6
/proc/6865/task/6887/stat : 6887 (pb_cplex) S 6864 6864 6062 0 -1 4202560 242497 0 0 0 13761 134 0 0 20 0 8 0 390942273 327761920 55096 33554432000 134512640 146736320 4288526672 4069518992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 329228

[startup+402.3 s]
/proc/loadavg: 6.78 6.79 6.63 9/186 6888
/proc/meminfo: memFree=23895272/32873844 swapFree=7628/7628
[pid=6864] ppid=6862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6864/stat : 6864 (run) S 6862 6864 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390942223 9367552 270 33554432000 4194304 5064252 140735978768720 140735978767632 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6864/statm: 2287 270 229 213 0 72 0
[pid=6865] ppid=6864 vsize=321500 CPUtime=1333.37 cores=0,2,4,6
/proc/6865/stat : 6865 (pb_cplex) S 6864 6864 6062 0 -1 4202496 2106312 0 0 0 132118 1219 0 0 20 0 8 0 390942224 329216000 55413 33554432000 134512640 146736320 4288526672 4288523024 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6865/statm: 80375 55413 1000 2985 0 77309 0
[pid=6865/tid=6881] ppid=6864 vsize=321500 CPUtime=163.23 cores=0,2,4,6
/proc/6865/task/6881/stat : 6881 (pb_cplex) R 6864 6864 6062 0 -1 4202560 268479 0 0 0 16174 149 0 0 20 0 8 0 390942273 329216000 55413 33554432000 134512640 146736320 4288526672 4130693044 135450767 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=6865/tid=6882] ppid=6864 vsize=321500 CPUtime=162.73 cores=0,2,4,6
/proc/6865/task/6882/stat : 6882 (pb_cplex) R 6864 6864 6062 0 -1 4202560 241492 0 0 0 16121 152 0 0 20 0 8 0 390942273 329216000 55413 33554432000 134512640 146736320 4288526672 4141178860 135454096 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=6865/tid=6883] ppid=6864 vsize=321500 CPUtime=165.5 cores=0,2,4,6
/proc/6865/task/6883/stat : 6883 (pb_cplex) R 6864 6864 6062 0 -1 4202560 219034 0 0 0 16412 138 0 0 20 0 8 0 390942273 329216000 55413 33554432000 134512640 146736320 4288526672 4151665376 139023093 0 2 4096 16387 0 0 0 -1 4 0 0 1 0 0
[pid=6865/tid=6884] ppid=6864 vsize=321500 CPUtime=163.23 cores=0,2,4,6
/proc/6865/task/6884/stat : 6884 (pb_cplex) R 6864 6864 6062 0 -1 4202560 248024 0 0 0 16171 152 0 0 20 0 8 0 390942273 329216000 55413 33554432000 134512640 146736320 4288526672 4119360504 136364170 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=6865/tid=6885] ppid=6864 vsize=321500 CPUtime=167.24 cores=0,2,4,6
/proc/6865/task/6885/stat : 6885 (pb_cplex) R 6864 6864 6062 0 -1 4202560 283593 0 0 0 16565 159 0 0 20 0 8 0 390942273 329216000 55413 33554432000 134512640 146736320 4288526672 4100972540 135526874 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=6865/tid=6886] ppid=6864 vsize=321500 CPUtime=165.3 cores=0,2,4,6
/proc/6865/task/6886/stat : 6886 (pb_cplex) S 6864 6864 6062 0 -1 4202560 299698 0 0 0 16360 170 0 0 20 0 8 0 390942273 329216000 55413 33554432000 134512640 146736320 4288526672 4090490512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6865/tid=6887] ppid=6864 vsize=321500 CPUtime=165.67 cores=0,2,4,6
/proc/6865/task/6887/stat : 6887 (pb_cplex) R 6864 6864 6062 0 -1 4202560 274552 0 0 0 16408 159 0 0 20 0 8 0 390942273 329216000 55413 33554432000 134512640 146736320 4288526672 4069513980 135526870 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1333.37
Current children cumulated vsize (KiB) 330648

[startup+462.3 s]
/proc/loadavg: 6.91 6.84 6.65 10/187 6891
/proc/meminfo: memFree=23894500/32873844 swapFree=7628/7628
[pid=6864] ppid=6862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6864/stat : 6864 (run) S 6862 6864 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390942223 9367552 270 33554432000 4194304 5064252 140735978768720 140735978767632 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6864/statm: 2287 270 229 213 0 72 0
[pid=6865] ppid=6864 vsize=322004 CPUtime=1540.77 cores=0,2,4,6
/proc/6865/stat : 6865 (pb_cplex) R 6864 6864 6062 0 -1 4202496 2585507 0 0 0 152558 1519 0 0 20 0 8 0 390942224 329732096 55772 33554432000 134512640 146736320 4288526672 4288521944 144757825 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6865/statm: 80501 55772 1000 2985 0 77435 0
[pid=6865/tid=6881] ppid=6864 vsize=322004 CPUtime=189.38 cores=0,2,4,6
/proc/6865/task/6881/stat : 6881 (pb_cplex) R 6864 6864 6062 0 -1 4202560 399872 0 0 0 18725 213 0 0 20 0 8 0 390942273 329732096 55772 33554432000 134512640 146736320 4288526672 4130693100 135454096 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=6865/tid=6882] ppid=6864 vsize=322004 CPUtime=187.94 cores=0,2,4,6
/proc/6865/task/6882/stat : 6882 (pb_cplex) R 6864 6864 6062 0 -1 4202560 273166 0 0 0 18614 180 0 0 20 0 8 0 390942273 329732096 55772 33554432000 134512640 146736320 4288526672 4141180952 139023058 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=6865/tid=6883] ppid=6864 vsize=322004 CPUtime=190.51 cores=0,2,4,6
/proc/6865/task/6883/stat : 6883 (pb_cplex) R 6864 6864 6062 0 -1 4202560 270236 0 0 0 18881 170 0 0 20 0 8 0 390942273 329732096 55772 33554432000 134512640 146736320 4288526672 4151664704 135443533 0 2 4096 16387 0 0 0 -1 2 0 0 1 0 0
[pid=6865/tid=6884] ppid=6864 vsize=322004 CPUtime=189.22 cores=0,2,4,6
/proc/6865/task/6884/stat : 6884 (pb_cplex) R 6864 6864 6062 0 -1 4202560 290077 0 0 0 18738 184 0 0 20 0 8 0 390942273 329732096 55772 33554432000 134512640 146736320 4288526672 4119363216 144580073 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=6865/tid=6885] ppid=6864 vsize=322004 CPUtime=192.96 cores=0,2,4,6
/proc/6865/task/6885/stat : 6885 (pb_cplex) S 6864 6864 6062 0 -1 4202560 319654 0 0 0 19108 188 0 0 20 0 8 0 390942273 329732096 55772 33554432000 134512640 146736320 4288526672 4100976272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6865/tid=6886] ppid=6864 vsize=322004 CPUtime=191.43 cores=0,2,4,6
/proc/6865/task/6886/stat : 6886 (pb_cplex) S 6864 6864 6062 0 -1 4202560 385513 0 0 0 18926 217 0 0 20 0 8 0 390942273 329732096 55772 33554432000 134512640 146736320 4288526672 4090490512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6865/tid=6887] ppid=6864 vsize=322004 CPUtime=191.57 cores=0,2,4,6
/proc/6865/task/6887/stat : 6887 (pb_cplex) S 6864 6864 6062 0 -1 4202560 306052 0 0 0 18969 188 0 0 20 0 8 0 390942273 329732096 55772 33554432000 134512640 146736320 4288526672 4069518992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1540.77
Current children cumulated vsize (KiB) 331152

[startup+522.31 s]
/proc/loadavg: 6.45 6.76 6.64 8/186 6892
/proc/meminfo: memFree=23882696/32873844 swapFree=7628/7628
[pid=6864] ppid=6862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6864/stat : 6864 (run) S 6862 6864 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390942223 9367552 270 33554432000 4194304 5064252 140735978768720 140735978767632 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6864/statm: 2287 270 229 213 0 72 0
[pid=6865] ppid=6864 vsize=328552 CPUtime=1746.88 cores=0,2,4,6
/proc/6865/stat : 6865 (pb_cplex) R 6864 6864 6062 0 -1 4202496 3006706 0 0 0 172849 1839 0 0 20 0 8 0 390942224 336437248 57231 33554432000 134512640 146736320 4288526672 4288520296 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6865/statm: 82138 57231 1000 2985 0 79072 0
[pid=6865/tid=6881] ppid=6864 vsize=328552 CPUtime=214.5 cores=0,2,4,6
/proc/6865/task/6881/stat : 6881 (pb_cplex) R 6864 6864 6062 0 -1 4202560 462322 0 0 0 21193 257 0 0 20 0 8 0 390942273 336437248 57231 33554432000 134512640 146736320 4288526672 4130694020 135850295 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6865/tid=6882] ppid=6864 vsize=328552 CPUtime=213.4 cores=0,2,4,6
/proc/6865/task/6882/stat : 6882 (pb_cplex) R 6864 6864 6062 0 -1 4202560 313837 0 0 0 21124 216 0 0 20 0 8 0 390942273 336437248 57231 33554432000 134512640 146736320 4288526672 4141179860 139028294 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=6865/tid=6883] ppid=6864 vsize=328552 CPUtime=215.74 cores=0,2,4,6
/proc/6865/task/6883/stat : 6883 (pb_cplex) R 6864 6864 6062 0 -1 4202560 360416 0 0 0 21356 218 0 0 20 0 8 0 390942273 336437248 57231 33554432000 134512640 146736320 4288526672 4151664212 135982869 0 2 4096 16387 0 0 0 -1 0 0 0 1 0 0
[pid=6865/tid=6884] ppid=6864 vsize=328552 CPUtime=215.06 cores=0,2,4,6
/proc/6865/task/6884/stat : 6884 (pb_cplex) R 6864 6864 6062 0 -1 4202560 322852 0 0 0 21282 224 0 0 20 0 8 0 390942273 336437248 57231 33554432000 134512640 146736320 4288526672 4119363216 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=6865/tid=6885] ppid=6864 vsize=328552 CPUtime=218.96 cores=0,2,4,6
/proc/6865/task/6885/stat : 6885 (pb_cplex) S 6864 6864 6062 0 -1 4202560 370837 0 0 0 21666 230 0 0 20 0 8 0 390942273 336437248 57231 33554432000 134512640 146736320 4288526672 4100976272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6865/tid=6886] ppid=6864 vsize=328552 CPUtime=217.04 cores=0,2,4,6
/proc/6865/task/6886/stat : 6886 (pb_cplex) S 6864 6864 6062 0 -1 4202560 426563 0 0 0 21453 251 0 0 20 0 8 0 390942273 336437248 57231 33554432000 134512640 146736320 4288526672 4090490512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6865/tid=6887] ppid=6864 vsize=328552 CPUtime=216.8 cores=0,2,4,6
/proc/6865/task/6887/stat : 6887 (pb_cplex) S 6864 6864 6062 0 -1 4202560 334199 0 0 0 21459 221 0 0 20 0 8 0 390942273 336437248 57231 33554432000 134512640 146736320 4288526672 4069518992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1746.88
Current children cumulated vsize (KiB) 337700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+537.901 s]
/proc/loadavg: 5.77 6.59 6.58 9/186 6892
/proc/meminfo: memFree=23883004/32873844 swapFree=7628/7628
[pid=6864] ppid=6862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6864/stat : 6864 (run) S 6862 6864 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390942223 9367552 270 33554432000 4194304 5064252 140735978768720 140735978767632 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6864/statm: 2287 270 229 213 0 72 0
[pid=6865] ppid=6864 vsize=330396 CPUtime=1800.08 cores=0,2,4,6
/proc/6865/stat : 6865 (pb_cplex) R 6864 6864 6062 0 -1 4202496 3101187 0 0 0 178090 1918 0 0 20 0 8 0 390942224 338325504 57474 33554432000 134512640 146736320 4288526672 4288520196 135850322 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6865/statm: 82599 57474 1000 2985 0 79533 0
[pid=6865/tid=6881] ppid=6864 vsize=330396 CPUtime=220.94 cores=0,2,4,6
/proc/6865/task/6881/stat : 6881 (pb_cplex) R 6864 6864 6062 0 -1 4202560 466828 0 0 0 21831 263 0 0 20 0 8 0 390942273 338325504 57474 33554432000 134512640 146736320 4288526672 4130694120 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=6865/tid=6882] ppid=6864 vsize=330396 CPUtime=220.02 cores=0,2,4,6
/proc/6865/task/6882/stat : 6882 (pb_cplex) R 6864 6864 6062 0 -1 4202560 321333 0 0 0 21779 223 0 0 20 0 8 0 390942273 338325504 57474 33554432000 134512640 146736320 4288526672 4141179896 136364179 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=6865/tid=6883] ppid=6864 vsize=330396 CPUtime=222.42 cores=0,2,4,6
/proc/6865/task/6883/stat : 6883 (pb_cplex) R 6864 6864 6062 0 -1 4202560 365235 0 0 0 22017 225 0 0 20 0 8 0 390942273 338325504 57474 33554432000 134512640 146736320 4288526672 4151665656 136364183 0 2 4096 16387 0 0 0 -1 4 0 0 1 0 0
[pid=6865/tid=6884] ppid=6864 vsize=330396 CPUtime=221.94 cores=0,2,4,6
/proc/6865/task/6884/stat : 6884 (pb_cplex) R 6864 6864 6062 0 -1 4202560 351439 0 0 0 21947 247 0 0 20 0 8 0 390942273 338325504 57474 33554432000 134512640 146736320 4288526672 4119363244 144580332 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=6865/tid=6885] ppid=6864 vsize=330396 CPUtime=225.31 cores=0,2,4,6
/proc/6865/task/6885/stat : 6885 (pb_cplex) R 6864 6864 6062 0 -1 4202560 373666 0 0 0 22294 237 0 0 20 0 8 0 390942273 338325504 57474 33554432000 134512640 146736320 4288526672 4100974616 139023034 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=6865/tid=6886] ppid=6864 vsize=330396 CPUtime=223.63 cores=0,2,4,6
/proc/6865/task/6886/stat : 6886 (pb_cplex) R 6864 6864 6062 0 -1 4202560 435954 0 0 0 22104 259 0 0 20 0 8 0 390942273 338325504 57474 33554432000 134512640 146736320 4288526672 4090490540 144580332 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=6865/tid=6887] ppid=6864 vsize=330396 CPUtime=223.24 cores=0,2,4,6
/proc/6865/task/6887/stat : 6887 (pb_cplex) R 6864 6864 6062 0 -1 4202560 344909 0 0 0 22095 229 0 0 20 0 8 0 390942273 338325504 57474 33554432000 134512640 146736320 4288526672 4069516824 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 339544

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 6864 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.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 537.932
CPU time (s): 1800.08
CPU user time (s): 1780.9
CPU system time (s): 19.18
CPU usage (%): 334.63
Max. virtual memory (cumulated for all children) (KiB): 407684

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.50177 second user time and 3.72343 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-09 15:22:58
IDJOB=3736567
IDBENCH=47985
IDSOLVER=2325
FILE ID=node145/3736567-1339248178
RUNJOBID= node145-1339246834-6078
PBS_JOBID= 14644336
Free space on /tmp= 69508 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=8-P0=211-P1=113-P2=103-P3=37-P4=167-P5=5-P6=191-P7=13-P8=223-P9=137-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736567-1339248178/watcher-3736567-1339248178 -o /tmp/evaluation-result-3736567-1339248178/solver-3736567-1339248178 -C 1800 -W 1900 -M 15500  run HOME/instance-3736567-1339248178.opb

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

MD5SUM BENCH= 747af0da1666dabab7e7b60330c37a87
RANDOM SEED=1387580595

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24129660 kB
Buffers:          673684 kB
Cached:          6541268 kB
SwapCached:            4 kB
Active:          4536808 kB
Inactive:        3274828 kB
Active(anon):     579840 kB
Inactive(anon):    10868 kB
Active(file):    3956968 kB
Inactive(file):  3263960 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108852 kB
Dirty:             16308 kB
Writeback:             0 kB
AnonPages:        597580 kB
Mapped:            17560 kB
Shmem:               200 kB
Slab:             790676 kB
SReclaimable:     231992 kB
SUnreclaim:       558684 kB
KernelStack:        1544 kB
PageTables:         5312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     831672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    501760 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-3736567-1339248178.opb

Free space on /tmp at the end= 69492 MiB
End job on node145 at 2012-06-09 15:31:57