Trace number 3736600

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.03 585.516

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=67-P1=349-P2=67-P3=499-P4=79-P5=347-P6=307-B.opb
MD5SUM0f5232be892543458d8a9fd6fc4fb56e
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.110982
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 variables162
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)486
Sum of products size (including duplicates)972
Number of different products486
Sum of products size972

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3736600-1339248215.opb.
0.00/0.00	c Instance file HOME/instance-3736600-1339248215.opb
0.00/0.00	c File size is 36228 bytes.
0.00/0.01	c Highest Coefficient sum: 523264
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:      648                                                 |
0.00/0.01	c |  Number Constraints:    985                                                 |
0.00/0.01	c ===============================================================================
1800.03/585.51	c Remaining time 1799.99 sec.
1800.03/585.51	c 
1800.03/585.51	c *** INTERRUPTED ***
1800.03/585.51	s UNKNOWN
1800.03/585.51	c Total CPU time              : 1773.01 s
1800.03/585.51	c Memory used           : 326.57 MB
1800.03/585.51	c CPU time              : 1773.01 s
1800.03/585.51	c 
1800.03/585.51	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3736600-1339248215/watcher-3736600-1339248215 -o /tmp/evaluation-result-3736600-1339248215/solver-3736600-1339248215 -C 1800 -W 1900 -M 15500 run HOME/instance-3736600-1339248215.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: 14.52 11.68 8.00 5/184 24082
/proc/meminfo: memFree=29300936/32873844 swapFree=7372/7372
[pid=24082] ppid=24080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24082/stat : 24082 (run) S 24080 24082 23197 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390950055 9367552 270 33554432000 4194304 5064252 140737210088064 140737210086976 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24082/statm: 2287 270 229 213 0 72 0

[startup+0.02096 s]
/proc/loadavg: 14.52 11.68 8.00 5/184 24082
/proc/meminfo: memFree=29300936/32873844 swapFree=7372/7372
[pid=24082] ppid=24080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24082/stat : 24082 (run) S 24080 24082 23197 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390950055 9367552 270 33554432000 4194304 5064252 140737210088064 140737210086976 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24082/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10027 s]
/proc/loadavg: 14.52 11.68 8.00 5/184 24082
/proc/meminfo: memFree=29300936/32873844 swapFree=7372/7372
[pid=24082] ppid=24080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24082/stat : 24082 (run) S 24080 24082 23197 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390950055 9367552 270 33554432000 4194304 5064252 140737210088064 140737210086976 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24082/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300285 s]
/proc/loadavg: 14.52 11.68 8.00 5/184 24082
/proc/meminfo: memFree=29300936/32873844 swapFree=7372/7372
[pid=24082] ppid=24080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24082/stat : 24082 (run) S 24080 24082 23197 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390950055 9367552 270 33554432000 4194304 5064252 140737210088064 140737210086976 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24082/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700161 s]
/proc/loadavg: 14.52 11.68 8.00 5/184 24082
/proc/meminfo: memFree=29300936/32873844 swapFree=7372/7372
[pid=24082] ppid=24080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24082/stat : 24082 (run) S 24080 24082 23197 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390950055 9367552 270 33554432000 4194304 5064252 140737210088064 140737210086976 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24082/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: 14.52 11.68 8.00 8/193 24105
/proc/meminfo: memFree=29263152/32873844 swapFree=7372/7372
[pid=24082] ppid=24080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24082/stat : 24082 (run) S 24080 24082 23197 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390950055 9367552 270 33554432000 4194304 5064252 140737210088064 140737210086976 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24082/statm: 2287 270 229 213 0 72 0
[pid=24083] ppid=24082 vsize=140356 CPUtime=4.01 cores=0,2,4,6
/proc/24083/stat : 24083 (pb_cplex) S 24082 24082 23197 0 -1 4202496 30486 0 0 0 377 24 0 0 20 0 8 0 390950055 143724544 13303 33554432000 134512640 146736320 4288018752 4288015120 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24083/statm: 35089 13303 971 2985 0 32023 0
[pid=24083/tid=24099] ppid=24082 vsize=140356 CPUtime=0.4 cores=0,2,4,6
/proc/24083/task/24099/stat : 24099 (pb_cplex) S 24082 24082 23197 0 -1 4202560 1733 0 0 0 38 2 0 0 20 0 8 0 390950096 143724544 13303 33554432000 134512640 146736320 4288018752 4130418320 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24083/tid=24100] ppid=24082 vsize=140356 CPUtime=0.44 cores=0,2,4,6
/proc/24083/task/24100/stat : 24100 (pb_cplex) S 24082 24082 23197 0 -1 4202560 1456 0 0 0 42 2 0 0 20 0 8 0 390950096 143724544 13303 33554432000 134512640 146736320 4288018752 4140904080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24083/tid=24101] ppid=24082 vsize=140356 CPUtime=0.37 cores=0,2,4,6
/proc/24083/task/24101/stat : 24101 (pb_cplex) S 24082 24082 23197 0 -1 4202560 1714 0 0 0 34 3 0 0 20 0 8 0 390950096 143724544 13303 33554432000 134512640 146736320 4288018752 4151389840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24102] ppid=24082 vsize=140356 CPUtime=0.37 cores=0,2,4,6
/proc/24083/task/24102/stat : 24102 (pb_cplex) S 24082 24082 23197 0 -1 4202560 2554 0 0 0 35 2 0 0 20 0 8 0 390950096 143724544 13303 33554432000 134512640 146736320 4288018752 4119219856 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24103] ppid=24082 vsize=140356 CPUtime=0.43 cores=0,2,4,6
/proc/24083/task/24103/stat : 24103 (pb_cplex) R 24082 24082 23197 0 -1 4202560 1618 0 0 0 41 2 0 0 20 0 8 0 390950096 143724544 13303 33554432000 134512640 146736320 4288018752 4100971880 136385265 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24083/tid=24104] ppid=24082 vsize=140356 CPUtime=0.42 cores=0,2,4,6
/proc/24083/task/24104/stat : 24104 (pb_cplex) S 24082 24082 23197 0 -1 4202560 4085 0 0 0 39 3 0 0 20 0 8 0 390950096 143724544 13303 33554432000 134512640 146736320 4288018752 4090490512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24105] ppid=24082 vsize=140356 CPUtime=0.43 cores=0,2,4,6
/proc/24083/task/24105/stat : 24105 (pb_cplex) S 24082 24082 23197 0 -1 4202560 4742 0 0 0 41 2 0 0 20 0 8 0 390950096 143724544 13303 33554432000 134512640 146736320 4288018752 4067421840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 149504

[startup+3.1004 s]
/proc/loadavg: 13.60 11.53 7.97 6/193 24105
/proc/meminfo: memFree=29245420/32873844 swapFree=7372/7372
[pid=24082] ppid=24080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24082/stat : 24082 (run) S 24080 24082 23197 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390950055 9367552 270 33554432000 4194304 5064252 140737210088064 140737210086976 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24082/statm: 2287 270 229 213 0 72 0
[pid=24083] ppid=24082 vsize=165256 CPUtime=9.04 cores=0,2,4,6
/proc/24083/stat : 24083 (pb_cplex) R 24082 24082 23197 0 -1 4202496 61094 0 0 0 864 40 0 0 20 0 8 0 390950055 169222144 18406 33554432000 134512640 146736320 4288018752 4288012968 136935414 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24083/statm: 41314 18406 971 2985 0 38248 0
[pid=24083/tid=24099] ppid=24082 vsize=165256 CPUtime=1.05 cores=0,2,4,6
/proc/24083/task/24099/stat : 24099 (pb_cplex) S 24082 24082 23197 0 -1 4202560 4112 0 0 0 102 3 0 0 20 0 8 0 390950096 169222144 18406 33554432000 134512640 146736320 4288018752 4130418320 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24083/tid=24100] ppid=24082 vsize=165256 CPUtime=1.02 cores=0,2,4,6
/proc/24083/task/24100/stat : 24100 (pb_cplex) R 24082 24082 23197 0 -1 4202560 5268 0 0 0 98 4 0 0 20 0 8 0 390950096 169222144 18406 33554432000 134512640 146736320 4288018752 4140901352 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24101] ppid=24082 vsize=165256 CPUtime=1 cores=0,2,4,6
/proc/24083/task/24101/stat : 24101 (pb_cplex) R 24082 24082 23197 0 -1 4202560 4205 0 0 0 97 3 0 0 20 0 8 0 390950096 169222144 18406 33554432000 134512640 146736320 4288018752 4151386460 136016278 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24083/tid=24102] ppid=24082 vsize=165256 CPUtime=0.96 cores=0,2,4,6
/proc/24083/task/24102/stat : 24102 (pb_cplex) R 24082 24082 23197 0 -1 4202560 4333 0 0 0 93 3 0 0 20 0 8 0 390950096 169222144 18406 33554432000 134512640 146736320 4288018752 4119216720 136403117 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24083/tid=24103] ppid=24082 vsize=165256 CPUtime=1.04 cores=0,2,4,6
/proc/24083/task/24103/stat : 24103 (pb_cplex) R 24082 24082 23197 0 -1 4202560 4725 0 0 0 101 3 0 0 20 0 8 0 390950096 169222144 18406 33554432000 134512640 146736320 4288018752 4100973144 136402278 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24083/tid=24104] ppid=24082 vsize=165256 CPUtime=1.02 cores=0,2,4,6
/proc/24083/task/24104/stat : 24104 (pb_cplex) R 24082 24082 23197 0 -1 4202560 10360 0 0 0 96 6 0 0 20 0 8 0 390950096 169222144 18406 33554432000 134512640 146736320 4288018752 4090487784 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24105] ppid=24082 vsize=165256 CPUtime=1.02 cores=0,2,4,6
/proc/24083/task/24105/stat : 24105 (pb_cplex) R 24082 24082 23197 0 -1 4202560 10857 0 0 0 98 4 0 0 20 0 8 0 390950096 169222144 18406 33554432000 134512640 146736320 4288018752 4067418028 135454093 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.04
Current children cumulated vsize (KiB) 174404

[startup+6.30043 s]
/proc/loadavg: 13.60 11.53 7.97 9/193 24105
/proc/meminfo: memFree=29211312/32873844 swapFree=7372/7372
[pid=24082] ppid=24080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24082/stat : 24082 (run) S 24080 24082 23197 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390950055 9367552 270 33554432000 4194304 5064252 140737210088064 140737210086976 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24082/statm: 2287 270 229 213 0 72 0
[pid=24083] ppid=24082 vsize=185720 CPUtime=19.56 cores=0,2,4,6
/proc/24083/stat : 24083 (pb_cplex) R 24082 24082 23197 0 -1 4202496 104569 0 0 0 1898 58 0 0 20 0 8 0 390950055 190177280 23088 33554432000 134512640 146736320 4288018752 4288011600 136008061 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24083/statm: 46430 23088 971 2985 0 43364 0
[pid=24083/tid=24099] ppid=24082 vsize=185720 CPUtime=2.48 cores=0,2,4,6
/proc/24083/task/24099/stat : 24099 (pb_cplex) R 24082 24082 23197 0 -1 4202560 10464 0 0 0 241 7 0 0 20 0 8 0 390950096 190177280 23088 33554432000 134512640 146736320 4288018752 4130415192 136402270 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24100] ppid=24082 vsize=185720 CPUtime=2.3 cores=0,2,4,6
/proc/24083/task/24100/stat : 24100 (pb_cplex) S 24082 24082 23197 0 -1 4202560 9004 0 0 0 224 6 0 0 20 0 8 0 390950096 190177280 23088 33554432000 134512640 146736320 4288018752 4140904080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24083/tid=24101] ppid=24082 vsize=185720 CPUtime=2.17 cores=0,2,4,6
/proc/24083/task/24101/stat : 24101 (pb_cplex) S 24082 24082 23197 0 -1 4202560 9003 0 0 0 212 5 0 0 20 0 8 0 390950096 190177280 23088 33554432000 134512640 146736320 4288018752 4151389840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24083/tid=24102] ppid=24082 vsize=185720 CPUtime=1.95 cores=0,2,4,6
/proc/24083/task/24102/stat : 24102 (pb_cplex) R 24082 24082 23197 0 -1 4202560 11060 0 0 0 190 5 0 0 20 0 8 0 390950096 190177280 23088 33554432000 134512640 146736320 4288018752 4119216720 136403117 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24103] ppid=24082 vsize=185720 CPUtime=2.5 cores=0,2,4,6
/proc/24083/task/24103/stat : 24103 (pb_cplex) R 24082 24082 23197 0 -1 4202560 10279 0 0 0 245 5 0 0 20 0 8 0 390950096 190177280 23088 33554432000 134512640 146736320 4288018752 4100973136 136403103 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24083/tid=24104] ppid=24082 vsize=185720 CPUtime=2.81 cores=0,2,4,6
/proc/24083/task/24104/stat : 24104 (pb_cplex) R 24082 24082 23197 0 -1 4202560 14021 0 0 0 272 9 0 0 20 0 8 0 390950096 190177280 23088 33554432000 134512640 146736320 4288018752 4090487060 136004394 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24105] ppid=24082 vsize=185720 CPUtime=2.31 cores=0,2,4,6
/proc/24083/task/24105/stat : 24105 (pb_cplex) R 24082 24082 23197 0 -1 4202560 19282 0 0 0 224 7 0 0 20 0 8 0 390950096 190177280 23088 33554432000 134512640 146736320 4288018752 4067419672 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.56
Current children cumulated vsize (KiB) 194868

[startup+12.7005 s]
/proc/loadavg: 12.94 11.45 7.98 13/193 24105
/proc/meminfo: memFree=29180576/32873844 swapFree=7372/7372
[pid=24082] ppid=24080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24082/stat : 24082 (run) S 24080 24082 23197 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390950055 9367552 270 33554432000 4194304 5064252 140737210088064 140737210086976 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24082/statm: 2287 270 229 213 0 72 0
[pid=24083] ppid=24082 vsize=215368 CPUtime=40.93 cores=0,2,4,6
/proc/24083/stat : 24083 (pb_cplex) R 24082 24082 23197 0 -1 4202496 219497 0 0 0 3994 99 0 0 20 0 8 0 390950055 220536832 29777 33554432000 134512640 146736320 4288018752 4288011600 136008039 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24083/statm: 53842 29777 971 2985 0 50776 0
[pid=24083/tid=24099] ppid=24082 vsize=215368 CPUtime=5.43 cores=0,2,4,6
/proc/24083/task/24099/stat : 24099 (pb_cplex) R 24082 24082 23197 0 -1 4202560 27930 0 0 0 530 13 0 0 20 0 8 0 390950096 220536832 29777 33554432000 134512640 146736320 4288018752 4130413312 135468700 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24083/tid=24100] ppid=24082 vsize=215368 CPUtime=5.1 cores=0,2,4,6
/proc/24083/task/24100/stat : 24100 (pb_cplex) R 24082 24082 23197 0 -1 4202560 25638 0 0 0 499 11 0 0 20 0 8 0 390950096 220536832 29777 33554432000 134512640 146736320 4288018752 4140900792 136015583 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24083/tid=24101] ppid=24082 vsize=215368 CPUtime=4.74 cores=0,2,4,6
/proc/24083/task/24101/stat : 24101 (pb_cplex) R 24082 24082 23197 0 -1 4202560 16542 0 0 0 466 8 0 0 20 0 8 0 390950096 220536832 29777 33554432000 134512640 146736320 4288018752 4151386320 136008065 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24102] ppid=24082 vsize=215368 CPUtime=4.57 cores=0,2,4,6
/proc/24083/task/24102/stat : 24102 (pb_cplex) R 24082 24082 23197 0 -1 4202560 26772 0 0 0 446 11 0 0 20 0 8 0 390950096 220536832 29777 33554432000 134512640 146736320 4288018752 4119217028 135850326 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24103] ppid=24082 vsize=215368 CPUtime=4.85 cores=0,2,4,6
/proc/24083/task/24103/stat : 24103 (pb_cplex) R 24082 24082 23197 0 -1 4202560 27787 0 0 0 474 11 0 0 20 0 8 0 390950096 220536832 29777 33554432000 134512640 146736320 4288018752 4100973544 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24083/tid=24104] ppid=24082 vsize=215368 CPUtime=5.45 cores=0,2,4,6
/proc/24083/task/24104/stat : 24104 (pb_cplex) R 24082 24082 23197 0 -1 4202560 31864 0 0 0 532 13 0 0 20 0 8 0 390950096 220536832 29777 33554432000 134512640 146736320 4288018752 4090487684 135850322 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24105] ppid=24082 vsize=215368 CPUtime=4.51 cores=0,2,4,6
/proc/24083/task/24105/stat : 24105 (pb_cplex) R 24082 24082 23197 0 -1 4202560 30631 0 0 0 440 11 0 0 20 0 8 0 390950096 220536832 29777 33554432000 134512640 146736320 4288018752 4067419012 135850322 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 40.93
Current children cumulated vsize (KiB) 224516

[startup+25.5006 s]
/proc/loadavg: 13.34 11.58 8.06 16/193 24105
/proc/meminfo: memFree=29167508/32873844 swapFree=7372/7372
[pid=24082] ppid=24080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24082/stat : 24082 (run) S 24080 24082 23197 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390950055 9367552 270 33554432000 4194304 5064252 140737210088064 140737210086976 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24082/statm: 2287 270 229 213 0 72 0
[pid=24083] ppid=24082 vsize=238340 CPUtime=83.14 cores=0,2,4,6
/proc/24083/stat : 24083 (pb_cplex) S 24082 24082 23197 0 -1 4202496 428292 0 0 0 8138 176 0 0 20 0 8 0 390950055 244060160 34708 33554432000 134512640 146736320 4288018752 4288015120 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24083/statm: 59585 34708 971 2985 0 56519 0
[pid=24083/tid=24099] ppid=24082 vsize=238340 CPUtime=11.19 cores=0,2,4,6
/proc/24083/task/24099/stat : 24099 (pb_cplex) S 24082 24082 23197 0 -1 4202560 55662 0 0 0 1097 22 0 0 20 0 8 0 390950096 244060160 34708 33554432000 134512640 146736320 4288018752 4130418320 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24100] ppid=24082 vsize=238340 CPUtime=10.47 cores=0,2,4,6
/proc/24083/task/24100/stat : 24100 (pb_cplex) S 24082 24082 23197 0 -1 4202560 52472 0 0 0 1026 21 0 0 20 0 8 0 390950096 244060160 34708 33554432000 134512640 146736320 4288018752 4140904080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24101] ppid=24082 vsize=238340 CPUtime=10.29 cores=0,2,4,6
/proc/24083/task/24101/stat : 24101 (pb_cplex) S 24082 24082 23197 0 -1 4202560 42449 0 0 0 1011 18 0 0 20 0 8 0 390950096 244060160 34708 33554432000 134512640 146736320 4288018752 4151389840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24083/tid=24102] ppid=24082 vsize=238340 CPUtime=9.98 cores=0,2,4,6
/proc/24083/task/24102/stat : 24102 (pb_cplex) S 24082 24082 23197 0 -1 4202560 49511 0 0 0 979 19 0 0 20 0 8 0 390950096 244060160 34708 33554432000 134512640 146736320 4288018752 4119219856 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24083/tid=24103] ppid=24082 vsize=238340 CPUtime=9.94 cores=0,2,4,6
/proc/24083/task/24103/stat : 24103 (pb_cplex) R 24082 24082 23197 0 -1 4202560 53163 0 0 0 973 21 0 0 20 0 8 0 390950096 244060160 34708 33554432000 134512640 146736320 4288018752 4100972752 136008065 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24104] ppid=24082 vsize=238340 CPUtime=10.72 cores=0,2,4,6
/proc/24083/task/24104/stat : 24104 (pb_cplex) S 24082 24082 23197 0 -1 4202560 57525 0 0 0 1049 23 0 0 20 0 8 0 390950096 244060160 34708 33554432000 134512640 146736320 4288018752 4090490512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24105] ppid=24082 vsize=238340 CPUtime=9.7 cores=0,2,4,6
/proc/24083/task/24105/stat : 24105 (pb_cplex) S 24082 24082 23197 0 -1 4202560 60388 0 0 0 948 22 0 0 20 0 8 0 390950096 244060160 34708 33554432000 134512640 146736320 4288018752 4067421840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 83.14
Current children cumulated vsize (KiB) 247488

[startup+51.1005 s]
/proc/loadavg: 12.12 11.45 8.11 3/186 24105
/proc/meminfo: memFree=29193456/32873844 swapFree=7372/7372
[pid=24082] ppid=24080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24082/stat : 24082 (run) S 24080 24082 23197 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390950055 9367552 270 33554432000 4194304 5064252 140737210088064 140737210086976 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24082/statm: 2287 270 229 213 0 72 0

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

/proc/24083/statm: 76415 52093 1013 2985 0 73349 0
[pid=24083/tid=24099] ppid=24082 vsize=305660 CPUtime=129.47 cores=0,2,4,6
/proc/24083/task/24099/stat : 24099 (pb_cplex) R 24082 24082 23197 0 -1 4202560 306819 0 0 0 12761 186 0 0 20 0 8 0 390950096 312995840 52093 33554432000 134512640 146736320 4288018752 4130414516 135450734 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24083/tid=24100] ppid=24082 vsize=305660 CPUtime=135.8 cores=0,2,4,6
/proc/24083/task/24100/stat : 24100 (pb_cplex) R 24082 24082 23197 0 -1 4202560 332063 0 0 0 13382 198 0 0 20 0 8 0 390950096 312995840 52093 33554432000 134512640 146736320 4288018752 4140900332 135454090 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24101] ppid=24082 vsize=305660 CPUtime=135.81 cores=0,2,4,6
/proc/24083/task/24101/stat : 24101 (pb_cplex) R 24082 24082 23197 0 -1 4202560 268786 0 0 0 13399 182 0 0 20 0 8 0 390950096 312995840 52093 33554432000 134512640 146736320 4288018752 4151387012 135851007 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24083/tid=24102] ppid=24082 vsize=305660 CPUtime=133.05 cores=0,2,4,6
/proc/24083/task/24102/stat : 24102 (pb_cplex) R 24082 24082 23197 0 -1 4202560 280944 0 0 0 13127 178 0 0 20 0 8 0 390950096 312995840 52093 33554432000 134512640 146736320 4288018752 4119216128 135468690 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24103] ppid=24082 vsize=305660 CPUtime=136.46 cores=0,2,4,6
/proc/24083/task/24103/stat : 24103 (pb_cplex) R 24082 24082 23197 0 -1 4202560 286668 0 0 0 13461 185 0 0 20 0 8 0 390950096 312995840 52093 33554432000 134512640 146736320 4288018752 4100974104 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24104] ppid=24082 vsize=305660 CPUtime=134.34 cores=0,2,4,6
/proc/24083/task/24104/stat : 24104 (pb_cplex) R 24082 24082 23197 0 -1 4202560 265492 0 0 0 13248 186 0 0 20 0 8 0 390950096 312995840 52093 33554432000 134512640 146736320 4288018752 4090487684 135850319 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24083/tid=24105] ppid=24082 vsize=305660 CPUtime=132.64 cores=0,2,4,6
/proc/24083/task/24105/stat : 24105 (pb_cplex) R 24082 24082 23197 0 -1 4202560 337996 0 0 0 13068 196 0 0 20 0 8 0 390950096 312995840 52093 33554432000 134512640 146736320 4288018752 4067419012 135850728 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1087.19
Current children cumulated vsize (KiB) 314808

[startup+402.3 s]
/proc/loadavg: 10.86 11.20 9.03 15/194 24312
/proc/meminfo: memFree=29177924/32873844 swapFree=7372/7372
[pid=24082] ppid=24080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24082/stat : 24082 (run) S 24080 24082 23197 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390950055 9367552 270 33554432000 4194304 5064252 140737210088064 140737210086976 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24082/statm: 2287 270 229 213 0 72 0
[pid=24083] ppid=24082 vsize=308784 CPUtime=1267.57 cores=0,2,4,6
/proc/24083/stat : 24083 (pb_cplex) R 24082 24082 23197 0 -1 4202496 2772946 0 0 0 124953 1804 0 0 20 0 8 0 390950055 316194816 52676 33554432000 134512640 146736320 4288018752 4288011444 135450948 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24083/statm: 77196 52676 1013 2985 0 74130 0
[pid=24083/tid=24099] ppid=24082 vsize=308784 CPUtime=150.4 cores=0,2,4,6
/proc/24083/task/24099/stat : 24099 (pb_cplex) R 24082 24082 23197 0 -1 4202560 319571 0 0 0 14827 213 0 0 20 0 8 0 390950096 316194816 52676 33554432000 134512640 146736320 4288018752 4130418364 137027621 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24100] ppid=24082 vsize=308784 CPUtime=158.03 cores=0,2,4,6
/proc/24083/task/24100/stat : 24100 (pb_cplex) R 24082 24082 23197 0 -1 4202560 403390 0 0 0 15559 244 0 0 20 0 8 0 390950096 316194816 52676 33554432000 134512640 146736320 4288018752 4140901912 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24083/tid=24101] ppid=24082 vsize=308784 CPUtime=158.04 cores=0,2,4,6
/proc/24083/task/24101/stat : 24101 (pb_cplex) R 24082 24082 23197 0 -1 4202560 318073 0 0 0 15584 220 0 0 20 0 8 0 390950096 316194816 52676 33554432000 134512640 146736320 4288018752 4151387012 135850315 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24083/tid=24102] ppid=24082 vsize=308784 CPUtime=154.77 cores=0,2,4,6
/proc/24083/task/24102/stat : 24102 (pb_cplex) R 24082 24082 23197 0 -1 4202560 296866 0 0 0 15268 209 0 0 20 0 8 0 390950096 316194816 52676 33554432000 134512640 146736320 4288018752 4119217028 135850322 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24103] ppid=24082 vsize=308784 CPUtime=158.84 cores=0,2,4,6
/proc/24083/task/24103/stat : 24103 (pb_cplex) R 24082 24082 23197 0 -1 4202560 366547 0 0 0 15647 237 0 0 20 0 8 0 390950096 316194816 52676 33554432000 134512640 146736320 4288018752 4100976300 144580332 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24104] ppid=24082 vsize=308784 CPUtime=155.97 cores=0,2,4,6
/proc/24083/task/24104/stat : 24104 (pb_cplex) R 24082 24082 23197 0 -1 4202560 281040 0 0 0 15384 213 0 0 20 0 8 0 390950096 316194816 52676 33554432000 134512640 146736320 4288018752 4090488344 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24105] ppid=24082 vsize=308784 CPUtime=157.9 cores=0,2,4,6
/proc/24083/task/24105/stat : 24105 (pb_cplex) R 24082 24082 23197 0 -1 4202560 390948 0 0 0 15556 234 0 0 20 0 8 0 390950096 316194816 52676 33554432000 134512640 146736320 4288018752 4067421840 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1267.57
Current children cumulated vsize (KiB) 317932

[startup+462.311 s]
/proc/loadavg: 11.30 11.28 9.19 13/193 24327
/proc/meminfo: memFree=29150436/32873844 swapFree=7372/7372
[pid=24082] ppid=24080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24082/stat : 24082 (run) S 24080 24082 23197 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390950055 9367552 270 33554432000 4194304 5064252 140737210088064 140737210086976 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24082/statm: 2287 270 229 213 0 72 0
[pid=24083] ppid=24082 vsize=313956 CPUtime=1453.11 cores=0,2,4,6
/proc/24083/stat : 24083 (pb_cplex) R 24082 24082 23197 0 -1 4202496 3275864 0 0 0 143173 2138 0 0 20 0 8 0 390950055 321490944 53868 33554432000 134512640 146736320 4288018752 4288012952 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24083/statm: 78489 53868 1013 2985 0 75423 0
[pid=24083/tid=24099] ppid=24082 vsize=313956 CPUtime=172.83 cores=0,2,4,6
/proc/24083/task/24099/stat : 24099 (pb_cplex) R 24082 24082 23197 0 -1 4202560 374052 0 0 0 17034 249 0 0 20 0 8 0 390950096 321490944 53868 33554432000 134512640 146736320 4288018752 4130416152 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24100] ppid=24082 vsize=313956 CPUtime=181.32 cores=0,2,4,6
/proc/24083/task/24100/stat : 24100 (pb_cplex) R 24082 24082 23197 0 -1 4202560 437233 0 0 0 17854 278 0 0 20 0 8 0 390950096 321490944 53868 33554432000 134512640 146736320 4288018752 4140901248 135237155 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24083/tid=24101] ppid=24082 vsize=313956 CPUtime=181.7 cores=0,2,4,6
/proc/24083/task/24101/stat : 24101 (pb_cplex) R 24082 24082 23197 0 -1 4202560 408202 0 0 0 17898 272 0 0 20 0 8 0 390950096 321490944 53868 33554432000 134512640 146736320 4288018752 4151387112 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24083/tid=24102] ppid=24082 vsize=313956 CPUtime=177.63 cores=0,2,4,6
/proc/24083/task/24102/stat : 24102 (pb_cplex) R 24082 24082 23197 0 -1 4202560 327341 0 0 0 17523 240 0 0 20 0 8 0 390950096 321490944 53868 33554432000 134512640 146736320 4288018752 4119219856 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24103] ppid=24082 vsize=313956 CPUtime=181.36 cores=0,2,4,6
/proc/24083/task/24103/stat : 24103 (pb_cplex) S 24082 24082 23197 0 -1 4202560 438904 0 0 0 17856 280 0 0 20 0 8 0 390950096 321490944 53868 33554432000 134512640 146736320 4288018752 4100976272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24083/tid=24104] ppid=24082 vsize=313956 CPUtime=178.39 cores=0,2,4,6
/proc/24083/task/24104/stat : 24104 (pb_cplex) S 24082 24082 23197 0 -1 4202560 355708 0 0 0 17579 260 0 0 20 0 8 0 390950096 321490944 53868 33554432000 134512640 146736320 4288018752 4090490512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24083/tid=24105] ppid=24082 vsize=313956 CPUtime=181.28 cores=0,2,4,6
/proc/24083/task/24105/stat : 24105 (pb_cplex) S 24082 24082 23197 0 -1 4202560 455048 0 0 0 17852 276 0 0 20 0 8 0 390950096 321490944 53868 33554432000 134512640 146736320 4288018752 4067421840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1453.11
Current children cumulated vsize (KiB) 323104

[startup+522.301 s]
/proc/loadavg: 11.92 11.49 9.39 14/193 24334
/proc/meminfo: memFree=29144588/32873844 swapFree=7372/7372
[pid=24082] ppid=24080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24082/stat : 24082 (run) S 24080 24082 23197 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390950055 9367552 270 33554432000 4194304 5064252 140737210088064 140737210086976 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24082/statm: 2287 270 229 213 0 72 0
[pid=24083] ppid=24082 vsize=311560 CPUtime=1630.5 cores=0,2,4,6
/proc/24083/stat : 24083 (pb_cplex) S 24082 24082 23197 0 -1 4202496 3608260 0 0 0 160632 2418 0 0 20 0 8 0 390950055 319037440 53848 33554432000 134512640 146736320 4288018752 4288015120 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24083/statm: 77890 53848 1013 2985 0 74824 0
[pid=24083/tid=24099] ppid=24082 vsize=311560 CPUtime=194.22 cores=0,2,4,6
/proc/24083/task/24099/stat : 24099 (pb_cplex) S 24082 24082 23197 0 -1 4202560 387102 0 0 0 19146 276 0 0 20 0 8 0 390950096 319037440 53848 33554432000 134512640 146736320 4288018752 4130418320 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24083/tid=24100] ppid=24082 vsize=311560 CPUtime=203.67 cores=0,2,4,6
/proc/24083/task/24100/stat : 24100 (pb_cplex) R 24082 24082 23197 0 -1 4202560 513623 0 0 0 20042 325 0 0 20 0 8 0 390950096 319037440 53848 33554432000 134512640 146736320 4288018752 4140900792 136015701 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24101] ppid=24082 vsize=311560 CPUtime=203.08 cores=0,2,4,6
/proc/24083/task/24101/stat : 24101 (pb_cplex) S 24082 24082 23197 0 -1 4202560 430671 0 0 0 20004 304 0 0 20 0 8 0 390950096 319037440 53848 33554432000 134512640 146736320 4288018752 4151389840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24083/tid=24102] ppid=24082 vsize=311560 CPUtime=199.23 cores=0,2,4,6
/proc/24083/task/24102/stat : 24102 (pb_cplex) R 24082 24082 23197 0 -1 4202560 433073 0 0 0 19627 296 0 0 20 0 8 0 390950096 319037440 53848 33554432000 134512640 146736320 4288018752 4119217128 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24103] ppid=24082 vsize=311560 CPUtime=203.44 cores=0,2,4,6
/proc/24083/task/24103/stat : 24103 (pb_cplex) R 24082 24082 23197 0 -1 4202560 445827 0 0 0 20042 302 0 0 20 0 8 0 390950096 319037440 53848 33554432000 134512640 146736320 4288018752 4100972984 136015710 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24104] ppid=24082 vsize=311560 CPUtime=200.31 cores=0,2,4,6
/proc/24083/task/24104/stat : 24104 (pb_cplex) S 24082 24082 23197 0 -1 4202560 393152 0 0 0 19737 294 0 0 20 0 8 0 390950096 319037440 53848 33554432000 134512640 146736320 4288018752 4090490512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24105] ppid=24082 vsize=311560 CPUtime=202.92 cores=0,2,4,6
/proc/24083/task/24105/stat : 24105 (pb_cplex) S 24082 24082 23197 0 -1 4202560 499478 0 0 0 19977 315 0 0 20 0 8 0 390950096 319037440 53848 33554432000 134512640 146736320 4288018752 4067421840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1630.5
Current children cumulated vsize (KiB) 320708

[startup+582.3 s]
/proc/loadavg: 9.11 10.77 9.27 11/193 24341
/proc/meminfo: memFree=29110636/32873844 swapFree=7372/7372
[pid=24082] ppid=24080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24082/stat : 24082 (run) S 24080 24082 23197 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390950055 9367552 270 33554432000 4194304 5064252 140737210088064 140737210086976 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24082/statm: 2287 270 229 213 0 72 0
[pid=24083] ppid=24082 vsize=338564 CPUtime=1791.72 cores=0,2,4,6
/proc/24083/stat : 24083 (pb_cplex) S 24082 24082 23197 0 -1 4202496 4125379 0 0 0 176480 2692 0 0 20 0 8 0 390950055 346689536 59214 33554432000 134512640 146736320 4288018752 4288015120 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24083/statm: 84641 59214 1013 2985 0 81575 0
[pid=24083/tid=24099] ppid=24082 vsize=338564 CPUtime=213.28 cores=0,2,4,6
/proc/24083/task/24099/stat : 24099 (pb_cplex) R 24082 24082 23197 0 -1 4202560 429312 0 0 0 21025 303 0 0 20 0 8 0 390950096 346689536 59214 33554432000 134512640 146736320 4288018752 4130415592 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24100] ppid=24082 vsize=338564 CPUtime=221.22 cores=0,2,4,6
/proc/24083/task/24100/stat : 24100 (pb_cplex) R 24082 24082 23197 0 -1 4202560 563233 0 0 0 21766 356 0 0 20 0 8 0 390950096 346689536 59214 33554432000 134512640 146736320 4288018752 4140900348 135526778 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24101] ppid=24082 vsize=338564 CPUtime=224.46 cores=0,2,4,6
/proc/24083/task/24101/stat : 24101 (pb_cplex) R 24082 24082 23197 0 -1 4202560 490587 0 0 0 22107 339 0 0 20 0 8 0 390950096 346689536 59214 33554432000 134512640 146736320 4288018752 4151387112 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24083/tid=24102] ppid=24082 vsize=338564 CPUtime=224 cores=0,2,4,6
/proc/24083/task/24102/stat : 24102 (pb_cplex) R 24082 24082 23197 0 -1 4202560 559694 0 0 0 22053 347 0 0 20 0 8 0 390950096 346689536 59214 33554432000 134512640 146736320 4288018752 4119217144 136364170 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24103] ppid=24082 vsize=338564 CPUtime=221.13 cores=0,2,4,6
/proc/24083/task/24103/stat : 24103 (pb_cplex) R 24082 24082 23197 0 -1 4202560 479997 0 0 0 21781 332 0 0 20 0 8 0 390950096 346689536 59214 33554432000 134512640 146736320 4288018752 4100972984 136015703 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24104] ppid=24082 vsize=338564 CPUtime=217.87 cores=0,2,4,6
/proc/24083/task/24104/stat : 24104 (pb_cplex) R 24082 24082 23197 0 -1 4202560 432032 0 0 0 21465 322 0 0 20 0 8 0 390950096 346689536 59214 33554432000 134512640 146736320 4288018752 4090487684 135850070 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24105] ppid=24082 vsize=338564 CPUtime=226.02 cores=0,2,4,6
/proc/24083/task/24105/stat : 24105 (pb_cplex) R 24082 24082 23197 0 -1 4202560 607460 0 0 0 22244 358 0 0 20 0 8 0 390950096 346689536 59214 33554432000 134512640 146736320 4288018752 4067418092 135454093 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1791.72
Current children cumulated vsize (KiB) 347712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+585.5 s]
/proc/loadavg: 9.11 10.77 9.27 4/193 24341
/proc/meminfo: memFree=29114416/32873844 swapFree=7372/7372
[pid=24082] ppid=24080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24082/stat : 24082 (run) S 24080 24082 23197 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390950055 9367552 270 33554432000 4194304 5064252 140737210088064 140737210086976 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24082/statm: 2287 270 229 213 0 72 0
[pid=24083] ppid=24082 vsize=334408 CPUtime=1800.03 cores=0,2,4,6
/proc/24083/stat : 24083 (pb_cplex) R 24082 24082 23197 0 -1 4202496 4138093 0 0 0 177300 2703 0 0 20 0 8 0 390950055 342433792 58174 33554432000 134512640 146736320 4288018752 4288012292 135850322 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24083/statm: 83602 58174 1013 2985 0 80536 0
[pid=24083/tid=24099] ppid=24082 vsize=334408 CPUtime=214.3 cores=0,2,4,6
/proc/24083/task/24099/stat : 24099 (pb_cplex) S 24082 24082 23197 0 -1 4202560 429568 0 0 0 21127 303 0 0 20 0 8 0 390950096 342433792 58174 33554432000 134512640 146736320 4288018752 4130418320 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24083/tid=24100] ppid=24082 vsize=334408 CPUtime=222.09 cores=0,2,4,6
/proc/24083/task/24100/stat : 24100 (pb_cplex) S 24082 24082 23197 0 -1 4202560 564213 0 0 0 21852 357 0 0 20 0 8 0 390950096 342433792 58174 33554432000 134512640 146736320 4288018752 4140904080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24083/tid=24101] ppid=24082 vsize=334408 CPUtime=225.27 cores=0,2,4,6
/proc/24083/task/24101/stat : 24101 (pb_cplex) S 24082 24082 23197 0 -1 4202560 490587 0 0 0 22187 340 0 0 20 0 8 0 390950096 342433792 58174 33554432000 134512640 146736320 4288018752 4151389840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24083/tid=24102] ppid=24082 vsize=334408 CPUtime=225.24 cores=0,2,4,6
/proc/24083/task/24102/stat : 24102 (pb_cplex) S 24082 24082 23197 0 -1 4202560 564572 0 0 0 22174 350 0 0 20 0 8 0 390950096 342433792 58174 33554432000 134512640 146736320 4288018752 4119219856 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24103] ppid=24082 vsize=334408 CPUtime=222.23 cores=0,2,4,6
/proc/24083/task/24103/stat : 24103 (pb_cplex) S 24082 24082 23197 0 -1 4202560 485865 0 0 0 21888 335 0 0 20 0 8 0 390950096 342433792 58174 33554432000 134512640 146736320 4288018752 4100976272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24083/tid=24104] ppid=24082 vsize=334408 CPUtime=218.84 cores=0,2,4,6
/proc/24083/task/24104/stat : 24104 (pb_cplex) S 24082 24082 23197 0 -1 4202560 432764 0 0 0 21561 323 0 0 20 0 8 0 390950096 342433792 58174 33554432000 134512640 146736320 4288018752 4090490512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24083/tid=24105] ppid=24082 vsize=334408 CPUtime=227.22 cores=0,2,4,6
/proc/24083/task/24105/stat : 24105 (pb_cplex) S 24082 24082 23197 0 -1 4202560 607460 0 0 0 22363 359 0 0 20 0 8 0 390950096 342433792 58174 33554432000 134512640 146736320 4288018752 4067421840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 343556

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

Real time (s): 585.516
CPU time (s): 1800.03
CPU user time (s): 1773
CPU system time (s): 27.03
CPU usage (%): 307.426
Max. virtual memory (cumulated for all children) (KiB): 394728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
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= 1

runsolver used 1.68074 second user time and 4.19536 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-09 15:23:35
IDJOB=3736600
IDBENCH=48012
IDSOLVER=2325
FILE ID=node109/3736600-1339248215
RUNJOBID= node109-1339246834-23214
PBS_JOBID= 14644372
Free space on /tmp= 70684 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=9-P0=67-P1=349-P2=67-P3=499-P4=79-P5=347-P6=307-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736600-1339248215/watcher-3736600-1339248215 -o /tmp/evaluation-result-3736600-1339248215/solver-3736600-1339248215 -C 1800 -W 1900 -M 15500  run HOME/instance-3736600-1339248215.opb

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

MD5SUM BENCH= 0f5232be892543458d8a9fd6fc4fb56e
RANDOM SEED=1849666516

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29302588 kB
Buffers:         1575996 kB
Cached:           856512 kB
SwapCached:         1336 kB
Active:          2461308 kB
Inactive:         128524 kB
Active(anon):     152032 kB
Inactive(anon):     6228 kB
Active(file):    2309276 kB
Inactive(file):   122296 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67102640 kB
Dirty:             16712 kB
Writeback:             0 kB
AnonPages:        161932 kB
Mapped:            12940 kB
Shmem:                 4 kB
Slab:             839456 kB
SReclaimable:     281392 kB
SUnreclaim:       558064 kB
KernelStack:        1528 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     350576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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-3736600-1339248215.opb

Free space on /tmp at the end= 70668 MiB
End job on node109 at 2012-06-09 15:33:22