Trace number 3736556

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.36 550.32

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=61-P1=167-P2=157-P3=13-P4=173-P5=47-P6=47-P7=251-P8=79-B.opb
MD5SUM8f717fbc7f85484ebc0de379ab09a890
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.113981
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 variables192
Total number of constraints17
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 constraints17
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)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3736556-1339248169.opb.
0.00/0.00	c Instance file HOME/instance-3736556-1339248169.opb
0.00/0.00	c File size is 38507 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:      704                                                 |
0.00/0.01	c |  Number Constraints:    1041                                                |
0.00/0.01	c ===============================================================================
1800.36/550.31	c Remaining time 1799.99 sec.
1800.36/550.31	c 
1800.36/550.31	c *** INTERRUPTED ***
1800.36/550.31	s UNKNOWN
1800.36/550.31	c Total CPU time              : 1781.48 s
1800.36/550.31	c Memory used           : 283.09 MB
1800.36/550.31	c CPU time              : 1781.48 s
1800.36/550.31	c 
1800.36/550.31	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-3736556-1339248169/watcher-3736556-1339248169 -o /tmp/evaluation-result-3736556-1339248169/solver-3736556-1339248169 -C 1800 -W 1900 -M 15500 run HOME/instance-3736556-1339248169.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: 2.01 5.19 5.61 3/177 32050
/proc/meminfo: memFree=31776340/32873844 swapFree=7124/7124
[pid=32050] ppid=32048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32050/stat : 32050 (run) S 32048 32050 31228 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390942023 9367552 269 33554432000 4194304 5064252 140734219350112 140734219349024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32050/statm: 2287 269 229 213 0 72 0

[startup+0.0871031 s]
/proc/loadavg: 2.01 5.19 5.61 3/177 32050
/proc/meminfo: memFree=31776340/32873844 swapFree=7124/7124
[pid=32050] ppid=32048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32050/stat : 32050 (run) S 32048 32050 31228 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390942023 9367552 269 33554432000 4194304 5064252 140734219350112 140734219349024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32050/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100294 s]
/proc/loadavg: 2.01 5.19 5.61 3/177 32050
/proc/meminfo: memFree=31776340/32873844 swapFree=7124/7124
[pid=32050] ppid=32048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32050/stat : 32050 (run) S 32048 32050 31228 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390942023 9367552 269 33554432000 4194304 5064252 140734219350112 140734219349024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32050/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300215 s]
/proc/loadavg: 2.01 5.19 5.61 3/177 32050
/proc/meminfo: memFree=31776340/32873844 swapFree=7124/7124
[pid=32050] ppid=32048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32050/stat : 32050 (run) S 32048 32050 31228 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390942023 9367552 269 33554432000 4194304 5064252 140734219350112 140734219349024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32050/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.708563 s]
/proc/loadavg: 2.01 5.19 5.61 3/177 32050
/proc/meminfo: memFree=31776340/32873844 swapFree=7124/7124
[pid=32050] ppid=32048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32050/stat : 32050 (run) S 32048 32050 31228 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390942023 9367552 269 33554432000 4194304 5064252 140734219350112 140734219349024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32050/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.01 5.19 5.61 7/186 32073
/proc/meminfo: memFree=31737964/32873844 swapFree=7124/7124
[pid=32050] ppid=32048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32050/stat : 32050 (run) S 32048 32050 31228 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390942023 9367552 269 33554432000 4194304 5064252 140734219350112 140734219349024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32050/statm: 2287 269 229 213 0 72 0
[pid=32051] ppid=32050 vsize=138272 CPUtime=4.08 cores=0,2,4,6
/proc/32051/stat : 32051 (pb_cplex) S 32050 32050 31228 0 -1 4202496 37992 0 0 0 383 25 0 0 20 0 8 0 390942023 141590528 13391 33554432000 134512640 146736320 4288536992 4288533392 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32051/statm: 34568 13391 968 2985 0 31502 0
[pid=32051/tid=32067] ppid=32050 vsize=138272 CPUtime=0.4 cores=0,2,4,6
/proc/32051/task/32067/stat : 32067 (pb_cplex) R 32050 32050 31228 0 -1 4202560 2433 0 0 0 38 2 0 0 20 0 8 0 390942069 141590528 13391 33554432000 134512640 146736320 4288536992 4131267016 136000488 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=32051/tid=32068] ppid=32050 vsize=138272 CPUtime=0.43 cores=0,2,4,6
/proc/32051/task/32068/stat : 32068 (pb_cplex) S 32050 32050 31228 0 -1 4202560 4869 0 0 0 41 2 0 0 20 0 8 0 390942069 141590528 13391 33554432000 134512640 146736320 4288536992 4141756048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32051/tid=32069] ppid=32050 vsize=138272 CPUtime=0.42 cores=0,2,4,6
/proc/32051/task/32069/stat : 32069 (pb_cplex) R 32050 32050 31228 0 -1 4202560 3348 0 0 0 40 2 0 0 20 0 8 0 390942069 141590528 13391 33554432000 134512640 146736320 4288536992 4152238792 136002911 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32070] ppid=32050 vsize=138272 CPUtime=0.38 cores=0,2,4,6
/proc/32051/task/32070/stat : 32070 (pb_cplex) S 32050 32050 31228 0 -1 4202560 3170 0 0 0 36 2 0 0 20 0 8 0 390942069 141590528 13391 33554432000 134512640 146736320 4288536992 4120030864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32051/tid=32071] ppid=32050 vsize=138272 CPUtime=0.37 cores=0,2,4,6
/proc/32051/task/32071/stat : 32071 (pb_cplex) R 32050 32050 31228 0 -1 4202560 5055 0 0 0 35 2 0 0 20 0 8 0 390942069 141590528 13391 33554432000 134512640 146736320 4288536992 4099924968 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=32051/tid=32072] ppid=32050 vsize=138272 CPUtime=0.45 cores=0,2,4,6
/proc/32051/task/32072/stat : 32072 (pb_cplex) R 32050 32050 31228 0 -1 4202560 4098 0 0 0 42 3 0 0 20 0 8 0 390942069 141590528 13391 33554432000 134512640 146736320 4288536992 4089440128 137084011 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32073] ppid=32050 vsize=138272 CPUtime=0.38 cores=0,2,4,6
/proc/32051/task/32073/stat : 32073 (pb_cplex) R 32050 32050 31228 0 -1 4202560 2811 0 0 0 36 2 0 0 20 0 8 0 390942069 141590528 13391 33554432000 134512640 146736320 4288536992 4071613504 138433297 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 147420

[startup+3.10049 s]
/proc/loadavg: 2.25 5.19 5.61 4/186 32073
/proc/meminfo: memFree=31719116/32873844 swapFree=7124/7124
[pid=32050] ppid=32048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32050/stat : 32050 (run) S 32048 32050 31228 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390942023 9367552 269 33554432000 4194304 5064252 140734219350112 140734219349024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32050/statm: 2287 269 229 213 0 72 0
[pid=32051] ppid=32050 vsize=163316 CPUtime=9.1 cores=0,2,4,6
/proc/32051/stat : 32051 (pb_cplex) S 32050 32050 31228 0 -1 4202496 56040 0 0 0 872 38 0 0 20 0 8 0 390942023 167235584 19061 33554432000 134512640 146736320 4288536992 4288533392 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32051/statm: 40829 19072 971 2985 0 37763 0
[pid=32051/tid=32067] ppid=32050 vsize=163316 CPUtime=1.08 cores=0,2,4,6
/proc/32051/task/32067/stat : 32067 (pb_cplex) S 32050 32050 31228 0 -1 4202560 3984 0 0 0 105 3 0 0 20 0 8 0 390942069 167235584 19078 33554432000 134512640 146736320 4288536992 4131270288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32051/tid=32068] ppid=32050 vsize=163316 CPUtime=1.04 cores=0,2,4,6
/proc/32051/task/32068/stat : 32068 (pb_cplex) S 32050 32050 31228 0 -1 4202560 7140 0 0 0 100 4 0 0 20 0 8 0 390942069 167235584 19082 33554432000 134512640 146736320 4288536992 4141756048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32051/tid=32069] ppid=32050 vsize=163316 CPUtime=1.01 cores=0,2,4,6
/proc/32051/task/32069/stat : 32069 (pb_cplex) S 32050 32050 31228 0 -1 4202560 4342 0 0 0 98 3 0 0 20 0 8 0 390942069 167235584 19082 33554432000 134512640 146736320 4288536992 4152241808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32070] ppid=32050 vsize=163316 CPUtime=1 cores=0,2,4,6
/proc/32051/task/32070/stat : 32070 (pb_cplex) S 32050 32050 31228 0 -1 4202560 5759 0 0 0 96 4 0 0 20 0 8 0 390942069 167235584 19082 33554432000 134512640 146736320 4288536992 4120030864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32051/tid=32071] ppid=32050 vsize=163316 CPUtime=1.02 cores=0,2,4,6
/proc/32051/task/32071/stat : 32071 (pb_cplex) S 32050 32050 31228 0 -1 4202560 6628 0 0 0 98 4 0 0 20 0 8 0 390942069 167235584 19082 33554432000 134512640 146736320 4288536992 4099927696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32051/tid=32072] ppid=32050 vsize=163316 CPUtime=1.18 cores=0,2,4,6
/proc/32051/task/32072/stat : 32072 (pb_cplex) R 32050 32050 31228 0 -1 4202560 9122 0 0 0 113 5 0 0 20 0 8 0 390942069 167235584 19082 33554432000 134512640 146736320 4288536992 4089437832 136002760 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=32051/tid=32073] ppid=32050 vsize=163316 CPUtime=0.95 cores=0,2,4,6
/proc/32051/task/32073/stat : 32073 (pb_cplex) S 32050 32050 31228 0 -1 4202560 6431 0 0 0 90 5 0 0 20 0 8 0 390942069 167235584 19084 33554432000 134512640 146736320 4288536992 4071616144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.1
Current children cumulated vsize (KiB) 172464

[startup+6.30045 s]
/proc/loadavg: 2.25 5.19 5.61 3/186 32073
/proc/meminfo: memFree=31684144/32873844 swapFree=7124/7124
[pid=32050] ppid=32048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32050/stat : 32050 (run) S 32048 32050 31228 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390942023 9367552 269 33554432000 4194304 5064252 140734219350112 140734219349024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32050/statm: 2287 269 229 213 0 72 0
[pid=32051] ppid=32050 vsize=204972 CPUtime=19.17 cores=0,2,4,6
/proc/32051/stat : 32051 (pb_cplex) R 32050 32050 31228 0 -1 4202496 84831 0 0 0 1862 55 0 0 20 0 8 0 390942023 209891328 28053 33554432000 134512640 146736320 4288536992 4288530044 139023034 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32051/statm: 51243 28053 971 2985 0 48177 0
[pid=32051/tid=32067] ppid=32050 vsize=204972 CPUtime=2.31 cores=0,2,4,6
/proc/32051/task/32067/stat : 32067 (pb_cplex) R 32050 32050 31228 0 -1 4202560 5715 0 0 0 227 4 0 0 20 0 8 0 390942069 209891328 28053 33554432000 134512640 146736320 4288536992 4131266232 136361416 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=32051/tid=32068] ppid=32050 vsize=204972 CPUtime=2.57 cores=0,2,4,6
/proc/32051/task/32068/stat : 32068 (pb_cplex) R 32050 32050 31228 0 -1 4202560 11586 0 0 0 251 6 0 0 20 0 8 0 390942069 209891328 28053 33554432000 134512640 146736320 4288536992 4141751944 136002914 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=32051/tid=32069] ppid=32050 vsize=204972 CPUtime=2.27 cores=0,2,4,6
/proc/32051/task/32069/stat : 32069 (pb_cplex) S 32050 32050 31228 0 -1 4202560 7446 0 0 0 220 7 0 0 20 0 8 0 390942069 209891328 28053 33554432000 134512640 146736320 4288536992 4152241808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32051/tid=32070] ppid=32050 vsize=204972 CPUtime=2.23 cores=0,2,4,6
/proc/32051/task/32070/stat : 32070 (pb_cplex) R 32050 32050 31228 0 -1 4202560 8216 0 0 0 217 6 0 0 20 0 8 0 390942069 209891328 28053 33554432000 134512640 146736320 4288536992 4120026088 139044509 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32071] ppid=32050 vsize=204972 CPUtime=2.24 cores=0,2,4,6
/proc/32051/task/32071/stat : 32071 (pb_cplex) R 32050 32050 31228 0 -1 4202560 11354 0 0 0 218 6 0 0 20 0 8 0 390942069 209891328 28053 33554432000 134512640 146736320 4288536992 4099923504 136385268 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=32051/tid=32072] ppid=32050 vsize=204972 CPUtime=2.34 cores=0,2,4,6
/proc/32051/task/32072/stat : 32072 (pb_cplex) R 32050 32050 31228 0 -1 4202560 15924 0 0 0 226 8 0 0 20 0 8 0 390942069 209891328 28053 33554432000 134512640 146736320 4288536992 4089438544 139023039 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32073] ppid=32050 vsize=204972 CPUtime=2.2 cores=0,2,4,6
/proc/32051/task/32073/stat : 32073 (pb_cplex) S 32050 32050 31228 0 -1 4202560 10083 0 0 0 213 7 0 0 20 0 8 0 390942069 209891328 28053 33554432000 134512640 146736320 4288536992 4071616144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.17
Current children cumulated vsize (KiB) 214120

[startup+12.7004 s]
/proc/loadavg: 2.68 5.18 5.60 10/186 32073
/proc/meminfo: memFree=31649088/32873844 swapFree=7124/7124
[pid=32050] ppid=32048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32050/stat : 32050 (run) S 32048 32050 31228 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390942023 9367552 269 33554432000 4194304 5064252 140734219350112 140734219349024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32050/statm: 2287 269 229 213 0 72 0
[pid=32051] ppid=32050 vsize=224480 CPUtime=39.69 cores=0,2,4,6
/proc/32051/stat : 32051 (pb_cplex) D 32050 32050 31228 0 -1 4202496 160989 0 0 0 3885 84 0 0 20 0 8 0 390942023 229867520 33217 33554432000 134512640 146736320 4288536992 4288529480 135525497 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32051/statm: 56120 33217 971 2985 0 53054 0
[pid=32051/tid=32067] ppid=32050 vsize=224480 CPUtime=4.87 cores=0,2,4,6
/proc/32051/task/32067/stat : 32067 (pb_cplex) R 32050 32050 31228 0 -1 4202560 13055 0 0 0 479 8 0 0 20 0 8 0 390942069 229867520 33217 33554432000 134512640 146736320 4288536992 4131266556 135526881 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32068] ppid=32050 vsize=224480 CPUtime=4.82 cores=0,2,4,6
/proc/32051/task/32068/stat : 32068 (pb_cplex) R 32050 32050 31228 0 -1 4202560 19165 0 0 0 474 8 0 0 20 0 8 0 390942069 229867520 33217 33554432000 134512640 146736320 4288536992 4141752528 136008157 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32069] ppid=32050 vsize=224480 CPUtime=4.65 cores=0,2,4,6
/proc/32051/task/32069/stat : 32069 (pb_cplex) R 32050 32050 31228 0 -1 4202560 19478 0 0 0 454 11 0 0 20 0 8 0 390942069 229867520 33217 33554432000 134512640 146736320 4288536992 4152238980 135850740 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=32051/tid=32070] ppid=32050 vsize=224480 CPUtime=5.15 cores=0,2,4,6
/proc/32051/task/32070/stat : 32070 (pb_cplex) R 32050 32050 31228 0 -1 4202560 20958 0 0 0 505 10 0 0 20 0 8 0 390942069 229867520 33217 33554432000 134512640 146736320 4288536992 4120027228 135854509 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=32051/tid=32071] ppid=32050 vsize=224480 CPUtime=4.82 cores=0,2,4,6
/proc/32051/task/32071/stat : 32071 (pb_cplex) R 32050 32050 31228 0 -1 4202560 15935 0 0 0 473 9 0 0 20 0 8 0 390942069 229867520 33217 33554432000 134512640 146736320 4288536992 4099924656 136002916 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=32051/tid=32072] ppid=32050 vsize=224480 CPUtime=5.21 cores=0,2,4,6
/proc/32051/task/32072/stat : 32072 (pb_cplex) R 32050 32050 31228 0 -1 4202560 25197 0 0 0 509 12 0 0 20 0 8 0 390942069 229867520 33217 33554432000 134512640 146736320 4288536992 4089438024 135525124 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=32051/tid=32073] ppid=32050 vsize=224480 CPUtime=4.55 cores=0,2,4,6
/proc/32051/task/32073/stat : 32073 (pb_cplex) R 32050 32050 31228 0 -1 4202560 21912 0 0 0 443 12 0 0 20 0 8 0 390942069 229867520 33217 33554432000 134512640 146736320 4288536992 4071612524 144801230 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 39.69
Current children cumulated vsize (KiB) 233628

[startup+25.5005 s]
/proc/loadavg: 3.06 5.18 5.59 3/186 32073
/proc/meminfo: memFree=31613460/32873844 swapFree=7124/7124
[pid=32050] ppid=32048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32050/stat : 32050 (run) S 32048 32050 31228 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390942023 9367552 269 33554432000 4194304 5064252 140734219350112 140734219349024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32050/statm: 2287 269 229 213 0 72 0
[pid=32051] ppid=32050 vsize=261804 CPUtime=74.35 cores=0,2,4,6
/proc/32051/stat : 32051 (pb_cplex) R 32050 32050 31228 0 -1 4202496 297036 0 0 0 7302 133 0 0 20 0 8 0 390942023 268087296 41573 33554432000 134512640 146736320 4288536992 4288529480 135525134 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32051/statm: 65451 41573 979 2985 0 62385 0
[pid=32051/tid=32067] ppid=32050 vsize=261804 CPUtime=8.78 cores=0,2,4,6
/proc/32051/task/32067/stat : 32067 (pb_cplex) S 32050 32050 31228 0 -1 4202560 28431 0 0 0 865 13 0 0 20 0 8 0 390942069 268087296 41573 33554432000 134512640 146736320 4288536992 4131270288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32051/tid=32068] ppid=32050 vsize=261804 CPUtime=8.05 cores=0,2,4,6
/proc/32051/task/32068/stat : 32068 (pb_cplex) S 32050 32050 31228 0 -1 4202560 32471 0 0 0 793 12 0 0 20 0 8 0 390942069 268087296 41573 33554432000 134512640 146736320 4288536992 4141756048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32069] ppid=32050 vsize=261804 CPUtime=8.35 cores=0,2,4,6
/proc/32051/task/32069/stat : 32069 (pb_cplex) S 32050 32050 31228 0 -1 4202560 32192 0 0 0 820 15 0 0 20 0 8 0 390942069 268087296 41573 33554432000 134512640 146736320 4288536992 4152241808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32070] ppid=32050 vsize=261804 CPUtime=9.77 cores=0,2,4,6
/proc/32051/task/32070/stat : 32070 (pb_cplex) S 32050 32050 31228 0 -1 4202560 39097 0 0 0 959 18 0 0 20 0 8 0 390942069 268087296 41573 33554432000 134512640 146736320 4288536992 4120030864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32051/tid=32071] ppid=32050 vsize=261804 CPUtime=10.21 cores=0,2,4,6
/proc/32051/task/32071/stat : 32071 (pb_cplex) S 32050 32050 31228 0 -1 4202560 35362 0 0 0 1006 15 0 0 20 0 8 0 390942069 268087296 41573 33554432000 134512640 146736320 4288536992 4099927696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32051/tid=32072] ppid=32050 vsize=261804 CPUtime=9.5 cores=0,2,4,6
/proc/32051/task/32072/stat : 32072 (pb_cplex) S 32050 32050 31228 0 -1 4202560 42357 0 0 0 929 21 0 0 20 0 8 0 390942069 268087296 41573 33554432000 134512640 146736320 4288536992 4089441936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32073] ppid=32050 vsize=261804 CPUtime=7.97 cores=0,2,4,6
/proc/32051/task/32073/stat : 32073 (pb_cplex) S 32050 32050 31228 0 -1 4202560 36590 0 0 0 779 18 0 0 20 0 8 0 390942069 268087296 41573 33554432000 134512640 146736320 4288536992 4071616144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 74.35
Current children cumulated vsize (KiB) 270952

[startup+51.1005 s]
/proc/loadavg: 3.57 5.13 5.57 4/186 32073
/proc/meminfo: memFree=31580228/32873844 swapFree=7124/7124
[pid=32050] ppid=32048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32050/stat : 32050 (run) S 32048 32050 31228 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390942023 9367552 269 33554432000 4194304 5064252 140734219350112 140734219349024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32050/statm: 2287 269 229 213 0 72 0

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

/proc/32051/statm: 73540 49463 997 2985 0 70474 0
[pid=32051/tid=32067] ppid=32050 vsize=294160 CPUtime=133.56 cores=0,2,4,6
/proc/32051/task/32067/stat : 32067 (pb_cplex) R 32050 32050 31228 0 -1 4202560 200349 0 0 0 13216 140 0 0 20 0 8 0 390942069 301219840 49463 33554432000 134512640 146736320 4288536992 4131267544 139023039 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=32051/tid=32068] ppid=32050 vsize=294160 CPUtime=134.1 cores=0,2,4,6
/proc/32051/task/32068/stat : 32068 (pb_cplex) R 32050 32050 31228 0 -1 4202560 205839 0 0 0 13264 146 0 0 20 0 8 0 390942069 301219840 49463 33554432000 134512640 146736320 4288536992 4141753032 136002914 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=32051/tid=32069] ppid=32050 vsize=294160 CPUtime=134.3 cores=0,2,4,6
/proc/32051/task/32069/stat : 32069 (pb_cplex) R 32050 32050 31228 0 -1 4202560 193003 0 0 0 13286 144 0 0 20 0 8 0 390942069 301219840 49463 33554432000 134512640 146736320 4288536992 4152236796 135526785 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32070] ppid=32050 vsize=294160 CPUtime=135.65 cores=0,2,4,6
/proc/32051/task/32070/stat : 32070 (pb_cplex) R 32050 32050 31228 0 -1 4202560 184183 0 0 0 13410 155 0 0 20 0 8 0 390942069 301219840 49463 33554432000 134512640 146736320 4288536992 4120027132 135526785 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32071] ppid=32050 vsize=294160 CPUtime=133.99 cores=0,2,4,6
/proc/32051/task/32071/stat : 32071 (pb_cplex) R 32050 32050 31228 0 -1 4202560 198216 0 0 0 13246 153 0 0 20 0 8 0 390942069 301219840 49463 33554432000 134512640 146736320 4288536992 4099923948 135454198 0 2 4096 16387 0 0 0 -1 2 0 0 1 0 0
[pid=32051/tid=32072] ppid=32050 vsize=294160 CPUtime=133 cores=0,2,4,6
/proc/32051/task/32072/stat : 32072 (pb_cplex) R 32050 32050 31228 0 -1 4202560 217723 0 0 0 13139 161 0 0 20 0 8 0 390942069 301219840 49463 33554432000 134512640 146736320 4288536992 4089439108 135850322 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=32051/tid=32073] ppid=32050 vsize=294160 CPUtime=135.78 cores=0,2,4,6
/proc/32051/task/32073/stat : 32073 (pb_cplex) R 32050 32050 31228 0 -1 4202560 215940 0 0 0 13419 159 0 0 20 0 8 0 390942069 301219840 49463 33554432000 134512640 146736320 4288536992 4071612340 135450973 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1085.47
Current children cumulated vsize (KiB) 303308

[startup+402.3 s]
/proc/loadavg: 5.44 5.60 5.67 3/186 32074
/proc/meminfo: memFree=31582476/32873844 swapFree=7124/7124
[pid=32050] ppid=32048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32050/stat : 32050 (run) S 32048 32050 31228 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390942023 9367552 269 33554432000 4194304 5064252 140734219350112 140734219349024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32050/statm: 2287 269 229 213 0 72 0
[pid=32051] ppid=32050 vsize=288312 CPUtime=1284.54 cores=0,2,4,6
/proc/32051/stat : 32051 (pb_cplex) S 32050 32050 31228 0 -1 4202496 1854928 0 0 0 127060 1394 0 0 20 0 8 0 390942023 295231488 48150 33554432000 134512640 146736320 4288536992 4288533392 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32051/statm: 72078 48150 997 2985 0 69012 0
[pid=32051/tid=32067] ppid=32050 vsize=288312 CPUtime=157.73 cores=0,2,4,6
/proc/32051/task/32067/stat : 32067 (pb_cplex) S 32050 32050 31228 0 -1 4202560 228852 0 0 0 15608 165 0 0 20 0 8 0 390942069 295231488 48150 33554432000 134512640 146736320 4288536992 4131270288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32051/tid=32068] ppid=32050 vsize=288312 CPUtime=158.81 cores=0,2,4,6
/proc/32051/task/32068/stat : 32068 (pb_cplex) S 32050 32050 31228 0 -1 4202560 227561 0 0 0 15713 168 0 0 20 0 8 0 390942069 295231488 48150 33554432000 134512640 146736320 4288536992 4141756048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32051/tid=32069] ppid=32050 vsize=288312 CPUtime=158.21 cores=0,2,4,6
/proc/32051/task/32069/stat : 32069 (pb_cplex) S 32050 32050 31228 0 -1 4202560 216358 0 0 0 15652 169 0 0 20 0 8 0 390942069 295231488 48150 33554432000 134512640 146736320 4288536992 4152241808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32051/tid=32070] ppid=32050 vsize=288312 CPUtime=160.89 cores=0,2,4,6
/proc/32051/task/32070/stat : 32070 (pb_cplex) S 32050 32050 31228 0 -1 4202560 220681 0 0 0 15906 183 0 0 20 0 8 0 390942069 295231488 48150 33554432000 134512640 146736320 4288536992 4120030864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32051/tid=32071] ppid=32050 vsize=288312 CPUtime=159.09 cores=0,2,4,6
/proc/32051/task/32071/stat : 32071 (pb_cplex) R 32050 32050 31228 0 -1 4202560 235752 0 0 0 15729 180 0 0 20 0 8 0 390942069 295231488 48150 33554432000 134512640 146736320 4288536992 4099924176 136008065 0 2 4096 16387 0 0 0 -1 6 0 0 1 0 0
[pid=32051/tid=32072] ppid=32050 vsize=288312 CPUtime=157.68 cores=0,2,4,6
/proc/32051/task/32072/stat : 32072 (pb_cplex) S 32050 32050 31228 0 -1 4202560 234757 0 0 0 15578 190 0 0 20 0 8 0 390942069 295231488 48150 33554432000 134512640 146736320 4288536992 4089441936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32051/tid=32073] ppid=32050 vsize=288312 CPUtime=160.62 cores=0,2,4,6
/proc/32051/task/32073/stat : 32073 (pb_cplex) S 32050 32050 31228 0 -1 4202560 252897 0 0 0 15875 187 0 0 20 0 8 0 390942069 295231488 48150 33554432000 134512640 146736320 4288536992 4071616144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1284.54
Current children cumulated vsize (KiB) 297460

[startup+462.301 s]
/proc/loadavg: 5.60 5.56 5.65 9/187 32077
/proc/meminfo: memFree=31581960/32873844 swapFree=7124/7124
[pid=32050] ppid=32048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32050/stat : 32050 (run) S 32048 32050 31228 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390942023 9367552 269 33554432000 4194304 5064252 140734219350112 140734219349024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32050/statm: 2287 269 229 213 0 72 0
[pid=32051] ppid=32050 vsize=288432 CPUtime=1495.9 cores=0,2,4,6
/proc/32051/stat : 32051 (pb_cplex) R 32050 32050 31228 0 -1 4202496 2008096 0 0 0 148004 1586 0 0 20 0 8 0 390942023 295354368 48287 33554432000 134512640 146736320 4288536992 4288530088 136385265 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32051/statm: 72108 48287 997 2985 0 69042 0
[pid=32051/tid=32067] ppid=32050 vsize=288432 CPUtime=184.08 cores=0,2,4,6
/proc/32051/task/32067/stat : 32067 (pb_cplex) R 32050 32050 31228 0 -1 4202560 239845 0 0 0 18224 184 0 0 20 0 8 0 390942069 295354368 48287 33554432000 134512640 146736320 4288536992 4131266540 135454079 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=32051/tid=32068] ppid=32050 vsize=288432 CPUtime=184.83 cores=0,2,4,6
/proc/32051/task/32068/stat : 32068 (pb_cplex) R 32050 32050 31228 0 -1 4202560 239845 0 0 0 18294 189 0 0 20 0 8 0 390942069 295354368 48287 33554432000 134512640 146736320 4288536992 4141756076 144580332 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=32051/tid=32069] ppid=32050 vsize=288432 CPUtime=184.41 cores=0,2,4,6
/proc/32051/task/32069/stat : 32069 (pb_cplex) R 32050 32050 31228 0 -1 4202560 226641 0 0 0 18252 189 0 0 20 0 8 0 390942069 295354368 48287 33554432000 134512640 146736320 4288536992 4152238980 135850428 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=32051/tid=32070] ppid=32050 vsize=288432 CPUtime=187.35 cores=0,2,4,6
/proc/32051/task/32070/stat : 32070 (pb_cplex) R 32050 32050 31228 0 -1 4202560 231881 0 0 0 18530 205 0 0 20 0 8 0 390942069 295354368 48287 33554432000 134512640 146736320 4288536992 4120027132 135526778 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32071] ppid=32050 vsize=288432 CPUtime=185.15 cores=0,2,4,6
/proc/32051/task/32071/stat : 32071 (pb_cplex) R 32050 32050 31228 0 -1 4202560 280840 0 0 0 18300 215 0 0 20 0 8 0 390942069 295354368 48287 33554432000 134512640 146736320 4288536992 4099923968 135468727 0 2 4096 16387 0 0 0 -1 0 0 0 1 0 0
[pid=32051/tid=32072] ppid=32050 vsize=288432 CPUtime=184.21 cores=0,2,4,6
/proc/32051/task/32072/stat : 32072 (pb_cplex) R 32050 32050 31228 0 -1 4202560 251606 0 0 0 18206 215 0 0 20 0 8 0 390942069 295354368 48287 33554432000 134512640 146736320 4288536992 4089438132 135450751 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=32051/tid=32073] ppid=32050 vsize=288432 CPUtime=186.84 cores=0,2,4,6
/proc/32051/task/32073/stat : 32073 (pb_cplex) R 32050 32050 31228 0 -1 4202560 284572 0 0 0 18467 217 0 0 20 0 8 0 390942069 295354368 48287 33554432000 134512640 146736320 4288536992 4071613416 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1495.9
Current children cumulated vsize (KiB) 297580

[startup+522.3 s]
/proc/loadavg: 5.60 5.62 5.66 7/186 32078
/proc/meminfo: memFree=31580096/32873844 swapFree=7124/7124
[pid=32050] ppid=32048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32050/stat : 32050 (run) S 32048 32050 31228 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390942023 9367552 269 33554432000 4194304 5064252 140734219350112 140734219349024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32050/statm: 2287 269 229 213 0 72 0
[pid=32051] ppid=32050 vsize=289636 CPUtime=1702.24 cores=0,2,4,6
/proc/32051/stat : 32051 (pb_cplex) R 32050 32050 31228 0 -1 4202496 2233201 0 0 0 168418 1806 0 0 20 0 8 0 390942023 296587264 48575 33554432000 134512640 146736320 4288536992 4288530680 136364182 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32051/statm: 72409 48575 997 2985 0 69343 0
[pid=32051/tid=32067] ppid=32050 vsize=289636 CPUtime=209.47 cores=0,2,4,6
/proc/32051/task/32067/stat : 32067 (pb_cplex) S 32050 32050 31228 0 -1 4202560 262385 0 0 0 20737 210 0 0 20 0 8 0 390942069 296587264 48575 33554432000 134512640 146736320 4288536992 4131270288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32068] ppid=32050 vsize=289636 CPUtime=210.71 cores=0,2,4,6
/proc/32051/task/32068/stat : 32068 (pb_cplex) R 32050 32050 31228 0 -1 4202560 278638 0 0 0 20848 223 0 0 20 0 8 0 390942069 296587264 48575 33554432000 134512640 146736320 4288536992 4141753220 135850319 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32069] ppid=32050 vsize=289636 CPUtime=209.54 cores=0,2,4,6
/proc/32051/task/32069/stat : 32069 (pb_cplex) S 32050 32050 31228 0 -1 4202560 252075 0 0 0 20741 213 0 0 20 0 8 0 390942069 296587264 48575 33554432000 134512640 146736320 4288536992 4152241808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32051/tid=32070] ppid=32050 vsize=289636 CPUtime=213.05 cores=0,2,4,6
/proc/32051/task/32070/stat : 32070 (pb_cplex) R 32050 32050 31228 0 -1 4202560 258960 0 0 0 21070 235 0 0 20 0 8 0 390942069 296587264 48575 33554432000 134512640 146736320 4288536992 4120030928 144576231 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=32051/tid=32071] ppid=32050 vsize=289636 CPUtime=210.83 cores=0,2,4,6
/proc/32051/task/32071/stat : 32071 (pb_cplex) R 32050 32050 31228 0 -1 4202560 306344 0 0 0 20838 245 0 0 20 0 8 0 390942069 296587264 48575 33554432000 134512640 146736320 4288536992 4099924968 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 1 0 0
[pid=32051/tid=32072] ppid=32050 vsize=289636 CPUtime=209.92 cores=0,2,4,6
/proc/32051/task/32072/stat : 32072 (pb_cplex) R 32050 32050 31228 0 -1 4202560 285672 0 0 0 20745 247 0 0 20 0 8 0 390942069 296587264 48575 33554432000 134512640 146736320 4288536992 4089438140 135446012 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=32051/tid=32073] ppid=32050 vsize=289636 CPUtime=213.24 cores=0,2,4,6
/proc/32051/task/32073/stat : 32073 (pb_cplex) S 32050 32050 31228 0 -1 4202560 302256 0 0 0 21082 242 0 0 20 0 8 0 390942069 296587264 48575 33554432000 134512640 146736320 4288536992 4071616144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1702.24
Current children cumulated vsize (KiB) 298784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+550.3 s]
/proc/loadavg: 6.32 5.79 5.72 5/186 32078
/proc/meminfo: memFree=31579908/32873844 swapFree=7124/7124
[pid=32050] ppid=32048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32050/stat : 32050 (run) S 32048 32050 31228 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390942023 9367552 269 33554432000 4194304 5064252 140734219350112 140734219349024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32050/statm: 2287 269 229 213 0 72 0
[pid=32051] ppid=32050 vsize=289884 CPUtime=1800.36 cores=0,2,4,6
/proc/32051/stat : 32051 (pb_cplex) S 32050 32050 31228 0 -1 4202496 2282038 0 0 0 178147 1889 0 0 20 0 8 0 390942023 296841216 48619 33554432000 134512640 146736320 4288536992 4288533392 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/32051/statm: 72471 48619 997 2985 0 69405 0
[pid=32051/tid=32067] ppid=32050 vsize=289884 CPUtime=221.08 cores=0,2,4,6
/proc/32051/task/32067/stat : 32067 (pb_cplex) S 32050 32050 31228 0 -1 4202560 269812 0 0 0 21888 220 0 0 20 0 8 0 390942069 296841216 48619 33554432000 134512640 146736320 4288536992 4131270288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32068] ppid=32050 vsize=289884 CPUtime=222.76 cores=0,2,4,6
/proc/32051/task/32068/stat : 32068 (pb_cplex) S 32050 32050 31228 0 -1 4202560 281028 0 0 0 22046 230 0 0 20 0 8 0 390942069 296841216 48619 33554432000 134512640 146736320 4288536992 4141756048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32069] ppid=32050 vsize=289884 CPUtime=221.96 cores=0,2,4,6
/proc/32051/task/32069/stat : 32069 (pb_cplex) S 32050 32050 31228 0 -1 4202560 258509 0 0 0 21974 222 0 0 20 0 8 0 390942069 296841216 48619 33554432000 134512640 146736320 4288536992 4152241808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32070] ppid=32050 vsize=289884 CPUtime=225.61 cores=0,2,4,6
/proc/32051/task/32070/stat : 32070 (pb_cplex) R 32050 32050 31228 0 -1 4202560 262338 0 0 0 22315 246 0 0 20 0 8 0 390942069 296841216 48619 33554432000 134512640 146736320 4288536992 4120029476 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=32051/tid=32071] ppid=32050 vsize=289884 CPUtime=223.2 cores=0,2,4,6
/proc/32051/task/32071/stat : 32071 (pb_cplex) R 32050 32050 31228 0 -1 4202560 318455 0 0 0 22063 257 0 0 20 0 8 0 390942069 296841216 48619 33554432000 134512640 146736320 4288536992 4099922684 135526853 0 2 4096 16387 0 0 0 -1 2 0 0 1 0 0
[pid=32051/tid=32072] ppid=32050 vsize=289884 CPUtime=222.03 cores=0,2,4,6
/proc/32051/task/32072/stat : 32072 (pb_cplex) S 32050 32050 31228 0 -1 4202560 292923 0 0 0 21946 257 0 0 20 0 8 0 390942069 296841216 48619 33554432000 134512640 146736320 4288536992 4089441936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32051/tid=32073] ppid=32050 vsize=289884 CPUtime=225.55 cores=0,2,4,6
/proc/32051/task/32073/stat : 32073 (pb_cplex) S 32050 32050 31228 0 -1 4202560 308467 0 0 0 22300 255 0 0 20 0 8 0 390942069 296841216 48619 33554432000 134512640 146736320 4288536992 4071616144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 299032

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

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

[startup+550.3 s]
/proc/loadavg: 6.32 5.79 5.72 5/186 32078
/proc/meminfo: memFree=31579908/32873844 swapFree=7124/7124
[pid=32050] ppid=32048 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32050/stat : 32050 (run) S 32048 32050 31228 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390942023 9367552 269 33554432000 4194304 5064252 140734219350112 140734219349024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32050/statm: 2287 269 229 213 0 72 0
[pid=32051] ppid=32050 vsize=289884 CPUtime=1800.36 cores=0,2,4,6
/proc/32051/stat : 32051 (pb_cplex) S 32050 32050 31228 0 -1 4202496 2282038 0 0 0 178147 1889 0 0 20 0 8 0 390942023 296841216 48619 33554432000 134512640 146736320 4288536992 4288533392 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/32051/statm: 72471 48619 997 2985 0 69405 0
[pid=32051/tid=32067] ppid=32050 vsize=289884 CPUtime=221.08 cores=0,2,4,6
/proc/32051/task/32067/stat : 32067 (pb_cplex) S 32050 32050 31228 0 -1 4202560 269812 0 0 0 21888 220 0 0 20 0 8 0 390942069 296841216 48619 33554432000 134512640 146736320 4288536992 4131270288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32068] ppid=32050 vsize=289884 CPUtime=222.76 cores=0,2,4,6
/proc/32051/task/32068/stat : 32068 (pb_cplex) S 32050 32050 31228 0 -1 4202560 281028 0 0 0 22046 230 0 0 20 0 8 0 390942069 296841216 48619 33554432000 134512640 146736320 4288536992 4141756048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32069] ppid=32050 vsize=289884 CPUtime=221.96 cores=0,2,4,6
/proc/32051/task/32069/stat : 32069 (pb_cplex) S 32050 32050 31228 0 -1 4202560 258509 0 0 0 21974 222 0 0 20 0 8 0 390942069 296841216 48619 33554432000 134512640 146736320 4288536992 4152241808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32051/tid=32070] ppid=32050 vsize=289884 CPUtime=225.61 cores=0,2,4,6
/proc/32051/task/32070/stat : 32070 (pb_cplex) R 32050 32050 31228 0 -1 4202560 262338 0 0 0 22315 246 0 0 20 0 8 0 390942069 296841216 48619 33554432000 134512640 146736320 4288536992 4120029476 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=32051/tid=32071] ppid=32050 vsize=289884 CPUtime=223.2 cores=0,2,4,6
/proc/32051/task/32071/stat : 32071 (pb_cplex) R 32050 32050 31228 0 -1 4202560 318455 0 0 0 22063 257 0 0 20 0 8 0 390942069 296841216 48619 33554432000 134512640 146736320 4288536992 4099922684 135526853 0 2 4096 16387 0 0 0 -1 2 0 0 1 0 0
[pid=32051/tid=32072] ppid=32050 vsize=289884 CPUtime=222.03 cores=0,2,4,6
/proc/32051/task/32072/stat : 32072 (pb_cplex) S 32050 32050 31228 0 -1 4202560 292923 0 0 0 21946 257 0 0 20 0 8 0 390942069 296841216 48619 33554432000 134512640 146736320 4288536992 4089441936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32051/tid=32073] ppid=32050 vsize=289884 CPUtime=225.55 cores=0,2,4,6
/proc/32051/task/32073/stat : 32073 (pb_cplex) S 32050 32050 31228 0 -1 4202560 308467 0 0 0 22300 255 0 0 20 0 8 0 390942069 296841216 48619 33554432000 134512640 146736320 4288536992 4071616144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 299032

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 550.32
CPU time (s): 1800.36
CPU user time (s): 1781.47
CPU system time (s): 18.89
CPU usage (%): 327.148
Max. virtual memory (cumulated for all children) (KiB): 359456

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

runsolver used 1.45078 second user time and 3.9254 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-09 15:22:49
IDJOB=3736556
IDBENCH=47980
IDSOLVER=2325
FILE ID=node138/3736556-1339248169
RUNJOBID= node138-1339246833-31245
PBS_JOBID= 14644343
Free space on /tmp= 70940 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=61-P1=167-P2=157-P3=13-P4=173-P5=47-P6=47-P7=251-P8=79-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736556-1339248169/watcher-3736556-1339248169 -o /tmp/evaluation-result-3736556-1339248169/solver-3736556-1339248169 -C 1800 -W 1900 -M 15500  run HOME/instance-3736556-1339248169.opb

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

MD5SUM BENCH= 8f717fbc7f85484ebc0de379ab09a890
RANDOM SEED=667957071

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31777216 kB
Buffers:          112508 kB
Cached:           109420 kB
SwapCached:        12180 kB
Active:           219992 kB
Inactive:          41452 kB
Active(anon):      27844 kB
Inactive(anon):    13728 kB
Active(file):     192148 kB
Inactive(file):    27724 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67088848 kB
Dirty:             16308 kB
Writeback:             0 kB
AnonPages:         35520 kB
Mapped:            11216 kB
Shmem:                 0 kB
Slab:             694820 kB
SReclaimable:     135616 kB
SUnreclaim:       559204 kB
KernelStack:        1448 kB
PageTables:         4144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     153300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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-3736556-1339248169.opb

Free space on /tmp at the end= 70924 MiB
End job on node138 at 2012-06-09 15:32:02