Trace number 3736666

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.11 689.916

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=149-P1=79-P2=59-P3=73-P4=211-B.opb
MD5SUM74c00e33b4232d137ad873ae982593f6
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.048992
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 variables96
Total number of constraints9
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 constraints9
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)256
Sum of products size (including duplicates)512
Number of different products256
Sum of products size512

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3736666-1339248252.opb.
0.00/0.00	c Instance file HOME/instance-3736666-1339248252.opb
0.00/0.00	c File size is 18984 bytes.
0.00/0.00	c Highest Coefficient sum: 130560
0.00/0.00	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      352                                                 |
0.00/0.00	c |  Number Constraints:    521                                                 |
0.00/0.00	c ===============================================================================
1800.11/689.91	c Remaining time 1800.00 sec.
1800.11/689.91	c 
1800.11/689.91	c *** INTERRUPTED ***
1800.11/689.91	s UNKNOWN
1800.11/689.91	c Total CPU time              : 1779.83 s
1800.11/689.91	c Memory used           : 175.72 MB
1800.11/689.91	c CPU time              : 1779.83 s
1800.11/689.91	c 
1800.11/689.91	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-3736666-1339248252/watcher-3736666-1339248252 -o /tmp/evaluation-result-3736666-1339248252/solver-3736666-1339248252 -C 1800 -W 1900 -M 15500 run HOME/instance-3736666-1339248252.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: 1.19 1.78 2.82 3/177 11278
/proc/meminfo: memFree=30660388/32873844 swapFree=9160/9160
[pid=11278] ppid=11276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11278/stat : 11278 (run) S 11276 11278 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390949734 9367552 269 33554432000 4194304 5064252 140736504306704 140736504305616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11278/statm: 2287 269 229 213 0 72 0

[startup+0.0257801 s]
/proc/loadavg: 1.19 1.78 2.82 3/177 11278
/proc/meminfo: memFree=30660388/32873844 swapFree=9160/9160
[pid=11278] ppid=11276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11278/stat : 11278 (run) S 11276 11278 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390949734 9367552 269 33554432000 4194304 5064252 140736504306704 140736504305616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11278/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100172 s]
/proc/loadavg: 1.19 1.78 2.82 3/177 11278
/proc/meminfo: memFree=30660388/32873844 swapFree=9160/9160
[pid=11278] ppid=11276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11278/stat : 11278 (run) S 11276 11278 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390949734 9367552 269 33554432000 4194304 5064252 140736504306704 140736504305616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11278/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300151 s]
/proc/loadavg: 1.19 1.78 2.82 3/177 11278
/proc/meminfo: memFree=30660388/32873844 swapFree=9160/9160
[pid=11278] ppid=11276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11278/stat : 11278 (run) S 11276 11278 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390949734 9367552 269 33554432000 4194304 5064252 140736504306704 140736504305616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11278/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700159 s]
/proc/loadavg: 1.19 1.78 2.82 3/177 11278
/proc/meminfo: memFree=30660388/32873844 swapFree=9160/9160
[pid=11278] ppid=11276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11278/stat : 11278 (run) S 11276 11278 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390949734 9367552 269 33554432000 4194304 5064252 140736504306704 140736504305616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11278/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 1.19 1.78 2.82 4/186 11315
/proc/meminfo: memFree=30627432/32873844 swapFree=9160/9160
[pid=11278] ppid=11276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11278/stat : 11278 (run) S 11276 11278 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390949734 9367552 269 33554432000 4194304 5064252 140736504306704 140736504305616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11278/statm: 2287 269 229 213 0 72 0
[pid=11279] ppid=11278 vsize=135168 CPUtime=4.22 cores=0,2,4,6
/proc/11279/stat : 11279 (pb_cplex) S 11278 11278 10702 0 -1 4202496 26849 0 0 0 404 18 0 0 20 0 8 0 390949734 138412032 12200 33554432000 134512640 146736320 4289600656 4289597008 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11279/statm: 33792 12200 971 2985 0 30726 0
[pid=11279/tid=11309] ppid=11278 vsize=135168 CPUtime=0.47 cores=0,2,4,6
/proc/11279/task/11309/stat : 11309 (pb_cplex) R 11278 11278 10702 0 -1 4202560 1478 0 0 0 45 2 0 0 20 0 8 0 390949759 138412032 12200 33554432000 134512640 146736320 4289600656 4130351076 139020785 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11310] ppid=11278 vsize=135168 CPUtime=0.46 cores=0,2,4,6
/proc/11279/task/11310/stat : 11310 (pb_cplex) R 11278 11278 10702 0 -1 4202560 2110 0 0 0 46 0 0 0 20 0 8 0 390949759 138412032 12200 33554432000 134512640 146736320 4289600656 4140835256 136015689 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11311] ppid=11278 vsize=135168 CPUtime=0.44 cores=0,2,4,6
/proc/11279/task/11311/stat : 11311 (pb_cplex) R 11278 11278 10702 0 -1 4202560 1736 0 0 0 42 2 0 0 20 0 8 0 390949759 138412032 12203 33554432000 134512640 146736320 4289600656 4151322592 139023039 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11312] ppid=11278 vsize=135168 CPUtime=0.45 cores=0,2,4,6
/proc/11279/task/11312/stat : 11312 (pb_cplex) R 11278 11278 10702 0 -1 4202560 2183 0 0 0 43 2 0 0 20 0 8 0 390949759 138412032 12205 33554432000 134512640 146736320 4289600656 4119609436 135855165 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11313] ppid=11278 vsize=135168 CPUtime=0.5 cores=0,2,4,6
/proc/11279/task/11313/stat : 11313 (pb_cplex) R 11278 11278 10702 0 -1 4202560 3065 0 0 0 48 2 0 0 20 0 8 0 390949759 138412032 12207 33554432000 134512640 146736320 4289600656 4103069044 144738164 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11314] ppid=11278 vsize=135168 CPUtime=0.48 cores=0,2,4,6
/proc/11279/task/11314/stat : 11314 (pb_cplex) R 11278 11278 10702 0 -1 4202560 3420 0 0 0 48 0 0 0 20 0 8 0 390949759 138412032 12214 33554432000 134512640 146736320 4289600656 4092583876 135523306 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=11279/tid=11315] ppid=11278 vsize=135168 CPUtime=0.43 cores=0,2,4,6
/proc/11279/task/11315/stat : 11315 (pb_cplex) R 11278 11278 10702 0 -1 4202560 3460 0 0 0 41 2 0 0 20 0 8 0 390949759 138412032 12217 33554432000 134512640 146736320 4289600656 4069516536 137176769 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 144316

[startup+3.10038 s]
/proc/loadavg: 1.19 1.78 2.82 8/186 11315
/proc/meminfo: memFree=30604244/32873844 swapFree=9160/9160
[pid=11278] ppid=11276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11278/stat : 11278 (run) S 11276 11278 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390949734 9367552 269 33554432000 4194304 5064252 140736504306704 140736504305616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11278/statm: 2287 269 229 213 0 72 0
[pid=11279] ppid=11278 vsize=158368 CPUtime=9.19 cores=0,2,4,6
/proc/11279/stat : 11279 (pb_cplex) R 11278 11278 10702 0 -1 4202496 55881 0 0 0 891 28 0 0 20 0 8 0 390949734 162168832 17584 33554432000 134512640 146736320 4289600656 4289597056 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11279/statm: 39592 17584 971 2985 0 36526 0
[pid=11279/tid=11309] ppid=11278 vsize=158368 CPUtime=1.04 cores=0,2,4,6
/proc/11279/task/11309/stat : 11309 (pb_cplex) R 11278 11278 10702 0 -1 4202560 5193 0 0 0 100 4 0 0 20 0 8 0 390949759 162168832 17584 33554432000 134512640 146736320 4289600656 4130350056 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11310] ppid=11278 vsize=158368 CPUtime=1.06 cores=0,2,4,6
/proc/11279/task/11310/stat : 11310 (pb_cplex) R 11278 11278 10702 0 -1 4202560 4341 0 0 0 103 3 0 0 20 0 8 0 390949759 162168832 17584 33554432000 134512640 146736320 4289600656 4140833984 135468528 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11311] ppid=11278 vsize=158368 CPUtime=1 cores=0,2,4,6
/proc/11279/task/11311/stat : 11311 (pb_cplex) R 11278 11278 10702 0 -1 4202560 3452 0 0 0 98 2 0 0 20 0 8 0 390949759 162168832 17584 33554432000 134512640 146736320 4289600656 4151320616 144738703 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11312] ppid=11278 vsize=158368 CPUtime=1.12 cores=0,2,4,6
/proc/11279/task/11312/stat : 11312 (pb_cplex) R 11278 11278 10702 0 -1 4202560 7444 0 0 0 109 3 0 0 20 0 8 0 390949759 162168832 17584 33554432000 134512640 146736320 4289600656 4119609732 139028288 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=11279/tid=11313] ppid=11278 vsize=158368 CPUtime=1.21 cores=0,2,4,6
/proc/11279/task/11313/stat : 11313 (pb_cplex) R 11278 11278 10702 0 -1 4202560 6472 0 0 0 119 2 0 0 20 0 8 0 390949759 162168832 17584 33554432000 134512640 146736320 4289600656 4103070028 136017546 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11314] ppid=11278 vsize=158368 CPUtime=1.06 cores=0,2,4,6
/proc/11279/task/11314/stat : 11314 (pb_cplex) R 11278 11278 10702 0 -1 4202560 9100 0 0 0 104 2 0 0 20 0 8 0 390949759 162168832 17584 33554432000 134512640 146736320 4289600656 4092584640 138374180 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11315] ppid=11278 vsize=158368 CPUtime=1.11 cores=0,2,4,6
/proc/11279/task/11315/stat : 11315 (pb_cplex) R 11278 11278 10702 0 -1 4202560 8709 0 0 0 107 4 0 0 20 0 8 0 390949759 162168832 17584 33554432000 134512640 146736320 4289600656 4069516084 136523312 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 9.19
Current children cumulated vsize (KiB) 167516

[startup+6.30039 s]
/proc/loadavg: 1.82 1.90 2.85 6/186 11315
/proc/meminfo: memFree=30570764/32873844 swapFree=9160/9160
[pid=11278] ppid=11276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11278/stat : 11278 (run) S 11276 11278 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390949734 9367552 269 33554432000 4194304 5064252 140736504306704 140736504305616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11278/statm: 2287 269 229 213 0 72 0
[pid=11279] ppid=11278 vsize=187536 CPUtime=19.69 cores=0,2,4,6
/proc/11279/stat : 11279 (pb_cplex) S 11278 11278 10702 0 -1 4202496 101665 0 0 0 1924 45 0 0 20 0 8 0 390949734 192036864 23892 33554432000 134512640 146736320 4289600656 4289597008 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11279/statm: 46884 23892 971 2985 0 43818 0
[pid=11279/tid=11309] ppid=11278 vsize=187536 CPUtime=2.56 cores=0,2,4,6
/proc/11279/task/11309/stat : 11309 (pb_cplex) S 11278 11278 10702 0 -1 4202560 11348 0 0 0 250 6 0 0 20 0 8 0 390949759 192036864 23892 33554432000 134512640 146736320 4289600656 4130352784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11310] ppid=11278 vsize=187536 CPUtime=2.24 cores=0,2,4,6
/proc/11279/task/11310/stat : 11310 (pb_cplex) S 11278 11278 10702 0 -1 4202560 8467 0 0 0 219 5 0 0 20 0 8 0 390949759 192036864 23892 33554432000 134512640 146736320 4289600656 4140838544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11311] ppid=11278 vsize=187536 CPUtime=2.29 cores=0,2,4,6
/proc/11279/task/11311/stat : 11311 (pb_cplex) S 11278 11278 10702 0 -1 4202560 12369 0 0 0 224 5 0 0 20 0 8 0 390949759 192036864 23892 33554432000 134512640 146736320 4289600656 4151324304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11312] ppid=11278 vsize=187536 CPUtime=2.41 cores=0,2,4,6
/proc/11279/task/11312/stat : 11312 (pb_cplex) S 11278 11278 10702 0 -1 4202560 12431 0 0 0 235 6 0 0 20 0 8 0 390949759 192036864 23892 33554432000 134512640 146736320 4289600656 4119613072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11313] ppid=11278 vsize=187536 CPUtime=2.54 cores=0,2,4,6
/proc/11279/task/11313/stat : 11313 (pb_cplex) R 11278 11278 10702 0 -1 4202560 11281 0 0 0 250 4 0 0 20 0 8 0 390949759 192036864 23892 33554432000 134512640 146736320 4289600656 4103070336 139039537 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11314] ppid=11278 vsize=187536 CPUtime=2.5 cores=0,2,4,6
/proc/11279/task/11314/stat : 11314 (pb_cplex) R 11278 11278 10702 0 -1 4202560 18245 0 0 0 245 5 0 0 20 0 8 0 390949759 192036864 23892 33554432000 134512640 146736320 4289600656 4092584936 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11315] ppid=11278 vsize=187536 CPUtime=2.34 cores=0,2,4,6
/proc/11279/task/11315/stat : 11315 (pb_cplex) R 11278 11278 10702 0 -1 4202560 11560 0 0 0 229 5 0 0 20 0 8 0 390949759 192036864 23892 33554432000 134512640 146736320 4289600656 4069515692 136400632 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 19.69
Current children cumulated vsize (KiB) 196684

[startup+12.7004 s]
/proc/loadavg: 2.31 2.00 2.88 5/186 11315
/proc/meminfo: memFree=30564000/32873844 swapFree=9160/9160
[pid=11278] ppid=11276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11278/stat : 11278 (run) S 11276 11278 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390949734 9367552 269 33554432000 4194304 5064252 140736504306704 140736504305616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11278/statm: 2287 269 229 213 0 72 0
[pid=11279] ppid=11278 vsize=191824 CPUtime=42.36 cores=0,2,4,6
/proc/11279/stat : 11279 (pb_cplex) R 11278 11278 10702 0 -1 4202496 153633 0 0 0 4164 72 0 0 20 0 8 0 390949734 196427776 24780 33554432000 134512640 146736320 4289600656 4289590328 137177742 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11279/statm: 47956 24780 996 2985 0 44890 0
[pid=11279/tid=11309] ppid=11278 vsize=191824 CPUtime=6.99 cores=0,2,4,6
/proc/11279/task/11309/stat : 11309 (pb_cplex) R 11278 11278 10702 0 -1 4202560 27390 0 0 0 689 10 0 0 20 0 8 0 390949759 196427776 24780 33554432000 134512640 146736320 4289600656 4130344572 135446530 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11310] ppid=11278 vsize=191824 CPUtime=6.74 cores=0,2,4,6
/proc/11279/task/11310/stat : 11310 (pb_cplex) R 11278 11278 10702 0 -1 4202560 11169 0 0 0 667 7 0 0 20 0 8 0 390949759 196427776 24780 33554432000 134512640 146736320 4289600656 4140831084 144785853 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11311] ppid=11278 vsize=191824 CPUtime=4.29 cores=0,2,4,6
/proc/11279/task/11311/stat : 11311 (pb_cplex) S 11278 11278 10702 0 -1 4202560 15805 0 0 0 421 8 0 0 20 0 8 0 390949759 196427776 24780 33554432000 134512640 146736320 4289600656 4151324304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11279/tid=11312] ppid=11278 vsize=191824 CPUtime=4.93 cores=0,2,4,6
/proc/11279/task/11312/stat : 11312 (pb_cplex) S 11278 11278 10702 0 -1 4202560 20292 0 0 0 483 10 0 0 20 0 8 0 390949759 196427776 24780 33554432000 134512640 146736320 4289600656 4119613072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11313] ppid=11278 vsize=191824 CPUtime=4.3 cores=0,2,4,6
/proc/11279/task/11313/stat : 11313 (pb_cplex) S 11278 11278 10702 0 -1 4202560 12635 0 0 0 424 6 0 0 20 0 8 0 390949759 196427776 24780 33554432000 134512640 146736320 4289600656 4103073424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11314] ppid=11278 vsize=191824 CPUtime=3.51 cores=0,2,4,6
/proc/11279/task/11314/stat : 11314 (pb_cplex) S 11278 11278 10702 0 -1 4202560 20332 0 0 0 345 6 0 0 20 0 8 0 390949759 196427776 24780 33554432000 134512640 146736320 4289600656 4092587664 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11315] ppid=11278 vsize=191824 CPUtime=4.33 cores=0,2,4,6
/proc/11279/task/11315/stat : 11315 (pb_cplex) S 11278 11278 10702 0 -1 4202560 16330 0 0 0 424 9 0 0 20 0 8 0 390949759 196427776 24780 33554432000 134512640 146736320 4289600656 4069518992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 42.36
Current children cumulated vsize (KiB) 200972

[startup+25.5004 s]
/proc/loadavg: 2.76 2.11 2.90 3/186 11350
/proc/meminfo: memFree=30575448/32873844 swapFree=9160/9160
[pid=11278] ppid=11276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11278/stat : 11278 (run) S 11276 11278 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390949734 9367552 269 33554432000 4194304 5064252 140736504306704 140736504305616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11278/statm: 2287 269 229 213 0 72 0
[pid=11279] ppid=11278 vsize=174128 CPUtime=69.64 cores=0,2,4,6
/proc/11279/stat : 11279 (pb_cplex) R 11278 11278 10702 0 -1 4202496 247778 0 0 0 6846 118 0 0 20 0 8 0 390949734 178307072 21692 33554432000 134512640 146736320 4289600656 4289590328 137177747 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11279/statm: 43532 21692 998 2985 0 40466 0
[pid=11279/tid=11344] ppid=11278 vsize=174128 CPUtime=2.82 cores=0,2,4,6
/proc/11279/task/11344/stat : 11344 (pb_cplex) S 11278 11278 10702 0 -1 4202560 5297 0 0 0 280 2 0 0 20 0 8 0 390951258 178307072 21692 33554432000 134512640 146736320 4289600656 4088155792 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11345] ppid=11278 vsize=174128 CPUtime=2.66 cores=0,2,4,6
/proc/11279/task/11345/stat : 11345 (pb_cplex) S 11278 11278 10702 0 -1 4202560 5684 0 0 0 264 2 0 0 20 0 8 0 390951258 178307072 21692 33554432000 134512640 146736320 4289600656 4098641552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11279/tid=11346] ppid=11278 vsize=174128 CPUtime=2.46 cores=0,2,4,6
/proc/11279/task/11346/stat : 11346 (pb_cplex) S 11278 11278 10702 0 -1 4202560 3705 0 0 0 244 2 0 0 20 0 8 0 390951258 178307072 21692 33554432000 134512640 146736320 4289600656 4109127312 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11347] ppid=11278 vsize=174128 CPUtime=3.05 cores=0,2,4,6
/proc/11279/task/11347/stat : 11347 (pb_cplex) S 11278 11278 10702 0 -1 4202560 6557 0 0 0 301 4 0 0 20 0 8 0 390951258 178307072 21692 33554432000 134512640 146736320 4289600656 4119613072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11279/tid=11348] ppid=11278 vsize=174128 CPUtime=2.71 cores=0,2,4,6
/proc/11279/task/11348/stat : 11348 (pb_cplex) S 11278 11278 10702 0 -1 4202560 13165 0 0 0 268 3 0 0 20 0 8 0 390951258 178307072 21692 33554432000 134512640 146736320 4289600656 4069518992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11279/tid=11349] ppid=11278 vsize=174128 CPUtime=2.3 cores=0,2,4,6
/proc/11279/task/11349/stat : 11349 (pb_cplex) S 11278 11278 10702 0 -1 4202560 5572 0 0 0 227 3 0 0 20 0 8 0 390951258 178307072 21692 33554432000 134512640 146736320 4289600656 4059033232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11350] ppid=11278 vsize=174128 CPUtime=2.74 cores=0,2,4,6
/proc/11279/task/11350/stat : 11350 (pb_cplex) S 11278 11278 10702 0 -1 4202560 13410 0 0 0 271 3 0 0 20 0 8 0 390951258 178307072 21692 33554432000 134512640 146736320 4289600656 4048547472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 69.64
Current children cumulated vsize (KiB) 183276

[startup+51.1004 s]
/proc/loadavg: 2.91 2.20 2.91 3/186 11350
/proc/meminfo: memFree=30544188/32873844 swapFree=9160/9160
[pid=11278] ppid=11276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11278/stat : 11278 (run) S 11276 11278 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390949734 9367552 269 33554432000 4194304 5064252 140736504306704 140736504305616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11278/statm: 2287 269 229 213 0 72 0

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

/proc/11279/statm: 44637 23781 1022 2985 0 41571 0
[pid=11279/tid=11376] ppid=11278 vsize=178548 CPUtime=38.54 cores=0,2,4,6
/proc/11279/task/11376/stat : 11376 (pb_cplex) R 11278 11278 10702 0 -1 4202560 87645 0 0 0 3796 58 0 0 20 0 8 0 390985069 182833152 23781 33554432000 134512640 146736320 4289600656 4088150180 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11377] ppid=11278 vsize=178548 CPUtime=39.35 cores=0,2,4,6
/proc/11279/task/11377/stat : 11377 (pb_cplex) S 11278 11278 10702 0 -1 4202560 45285 0 0 0 3892 43 0 0 20 0 8 0 390985069 182833152 23781 33554432000 134512640 146736320 4289600656 4098641552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11279/tid=11378] ppid=11278 vsize=178548 CPUtime=37.87 cores=0,2,4,6
/proc/11279/task/11378/stat : 11378 (pb_cplex) S 11278 11278 10702 0 -1 4202560 87385 0 0 0 3734 53 0 0 20 0 8 0 390985069 182833152 23781 33554432000 134512640 146736320 4289600656 4109127312 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11379] ppid=11278 vsize=178548 CPUtime=38.13 cores=0,2,4,6
/proc/11279/task/11379/stat : 11379 (pb_cplex) S 11278 11278 10702 0 -1 4202560 97715 0 0 0 3758 55 0 0 20 0 8 0 390985069 182833152 23781 33554432000 134512640 146736320 4289600656 4119613072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11380] ppid=11278 vsize=178548 CPUtime=38.72 cores=0,2,4,6
/proc/11279/task/11380/stat : 11380 (pb_cplex) S 11278 11278 10702 0 -1 4202560 101330 0 0 0 3811 61 0 0 20 0 8 0 390985069 182833152 23781 33554432000 134512640 146736320 4289600656 4066131600 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11381] ppid=11278 vsize=178548 CPUtime=38.56 cores=0,2,4,6
/proc/11279/task/11381/stat : 11381 (pb_cplex) S 11278 11278 10702 0 -1 4202560 71161 0 0 0 3804 52 0 0 20 0 8 0 390985069 182833152 23781 33554432000 134512640 146736320 4289600656 4055645840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11279/tid=11382] ppid=11278 vsize=178548 CPUtime=40.95 cores=0,2,4,6
/proc/11279/task/11382/stat : 11382 (pb_cplex) S 11278 11278 10702 0 -1 4202560 110412 0 0 0 4032 63 0 0 20 0 8 0 390985069 182833152 23781 33554432000 134512640 146736320 4289600656 4045160080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1135.56
Current children cumulated vsize (KiB) 187696

[startup+522.3 s]
/proc/loadavg: 5.43 4.18 3.52 3/193 11404
/proc/meminfo: memFree=30329656/32873844 swapFree=9160/9160
[pid=11278] ppid=11276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11278/stat : 11278 (run) S 11276 11278 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390949734 9367552 269 33554432000 4194304 5064252 140736504306704 140736504305616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11278/statm: 2287 269 229 213 0 72 0
[pid=11279] ppid=11278 vsize=180548 CPUtime=1289.5 cores=0,2,4,6
/proc/11279/stat : 11279 (pb_cplex) R 11278 11278 10702 0 -1 4202496 2185688 0 0 0 127504 1446 0 0 20 0 8 0 390949734 184881152 24435 33554432000 134512640 146736320 4289600656 4289597008 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11279/statm: 45137 24435 1022 2985 0 42071 0
[pid=11279/tid=11376] ppid=11278 vsize=180548 CPUtime=58.87 cores=0,2,4,6
/proc/11279/task/11376/stat : 11376 (pb_cplex) R 11278 11278 10702 0 -1 4202560 126561 0 0 0 5804 83 0 0 20 0 8 0 390985069 184881152 24435 33554432000 134512640 146736320 4289600656 4088150708 135450747 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11377] ppid=11278 vsize=180548 CPUtime=58.68 cores=0,2,4,6
/proc/11279/task/11377/stat : 11377 (pb_cplex) R 11278 11278 10702 0 -1 4202560 86140 0 0 0 5801 67 0 0 20 0 8 0 390985069 184881152 24435 33554432000 134512640 146736320 4289600656 4098639424 136520112 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11378] ppid=11278 vsize=180548 CPUtime=56.13 cores=0,2,4,6
/proc/11279/task/11378/stat : 11378 (pb_cplex) R 11278 11278 10702 0 -1 4202560 94550 0 0 0 5540 73 0 0 20 0 8 0 390985069 184881152 24435 33554432000 134512640 146736320 4289600656 4109124024 136015707 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=11279/tid=11379] ppid=11278 vsize=180548 CPUtime=57.84 cores=0,2,4,6
/proc/11279/task/11379/stat : 11379 (pb_cplex) R 11278 11278 10702 0 -1 4202560 115252 0 0 0 5706 78 0 0 20 0 8 0 390985069 184881152 24435 33554432000 134512640 146736320 4289600656 4119610520 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11380] ppid=11278 vsize=180548 CPUtime=56.86 cores=0,2,4,6
/proc/11279/task/11380/stat : 11380 (pb_cplex) R 11278 11278 10702 0 -1 4202560 128118 0 0 0 5601 85 0 0 20 0 8 0 390985069 184881152 24435 33554432000 134512640 146736320 4289600656 4066129000 138736264 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=11279/tid=11381] ppid=11278 vsize=180548 CPUtime=57.68 cores=0,2,4,6
/proc/11279/task/11381/stat : 11381 (pb_cplex) R 11278 11278 10702 0 -1 4202560 98618 0 0 0 5689 79 0 0 20 0 8 0 390985069 184881152 24435 33554432000 134512640 146736320 4289600656 4055642728 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11382] ppid=11278 vsize=180548 CPUtime=60.26 cores=0,2,4,6
/proc/11279/task/11382/stat : 11382 (pb_cplex) R 11278 11278 10702 0 -1 4202560 127844 0 0 0 5942 84 0 0 20 0 8 0 390985069 184881152 24435 33554432000 134512640 146736320 4289600656 4045157912 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1289.5
Current children cumulated vsize (KiB) 189696

[startup+582.3 s]
/proc/loadavg: 5.42 4.40 3.64 7/193 11404
/proc/meminfo: memFree=30309316/32873844 swapFree=9160/9160
[pid=11278] ppid=11276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11278/stat : 11278 (run) S 11276 11278 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390949734 9367552 269 33554432000 4194304 5064252 140736504306704 140736504305616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11278/statm: 2287 269 229 213 0 72 0
[pid=11279] ppid=11278 vsize=180600 CPUtime=1472.17 cores=0,2,4,6
/proc/11279/stat : 11279 (pb_cplex) R 11278 11278 10702 0 -1 4202496 2258990 0 0 0 145566 1651 0 0 20 0 8 0 390949734 184934400 24331 33554432000 134512640 146736320 4289600656 4289593320 135467759 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11279/statm: 45150 24331 1022 2985 0 42084 0
[pid=11279/tid=11376] ppid=11278 vsize=180600 CPUtime=80.7 cores=0,2,4,6
/proc/11279/task/11376/stat : 11376 (pb_cplex) R 11278 11278 10702 0 -1 4202560 137162 0 0 0 7961 109 0 0 20 0 8 0 390985069 184934400 24331 33554432000 134512640 146736320 4289600656 4088153624 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11377] ppid=11278 vsize=180600 CPUtime=82.77 cores=0,2,4,6
/proc/11279/task/11377/stat : 11377 (pb_cplex) R 11278 11278 10702 0 -1 4202560 101765 0 0 0 8184 93 0 0 20 0 8 0 390985069 184934400 24331 33554432000 134512640 146736320 4289600656 4098638824 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11378] ppid=11278 vsize=180600 CPUtime=78.82 cores=0,2,4,6
/proc/11279/task/11378/stat : 11378 (pb_cplex) R 11278 11278 10702 0 -1 4202560 104892 0 0 0 7785 97 0 0 20 0 8 0 390985069 184934400 24331 33554432000 134512640 146736320 4289600656 4109124200 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11379] ppid=11278 vsize=180600 CPUtime=80.4 cores=0,2,4,6
/proc/11279/task/11379/stat : 11379 (pb_cplex) R 11278 11278 10702 0 -1 4202560 121967 0 0 0 7935 105 0 0 20 0 8 0 390985069 184934400 24331 33554432000 134512640 146736320 4289600656 4119613072 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11380] ppid=11278 vsize=180600 CPUtime=78.86 cores=0,2,4,6
/proc/11279/task/11380/stat : 11380 (pb_cplex) S 11278 11278 10702 0 -1 4202560 135929 0 0 0 7773 113 0 0 20 0 8 0 390985069 184934400 24331 33554432000 134512640 146736320 4289600656 4066131600 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11381] ppid=11278 vsize=180600 CPUtime=80.28 cores=0,2,4,6
/proc/11279/task/11381/stat : 11381 (pb_cplex) S 11278 11278 10702 0 -1 4202560 109864 0 0 0 7920 108 0 0 20 0 8 0 390985069 184934400 24331 33554432000 134512640 146736320 4289600656 4055645840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11382] ppid=11278 vsize=180600 CPUtime=83.49 cores=0,2,4,6
/proc/11279/task/11382/stat : 11382 (pb_cplex) S 11278 11278 10702 0 -1 4202560 128799 0 0 0 8236 113 0 0 20 0 8 0 390985069 184934400 24331 33554432000 134512640 146736320 4289600656 4045160080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1472.17
Current children cumulated vsize (KiB) 189748

[startup+642.3 s]
/proc/loadavg: 5.10 4.48 3.71 3/193 11404
/proc/meminfo: memFree=30308192/32873844 swapFree=9160/9160
[pid=11278] ppid=11276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11278/stat : 11278 (run) S 11276 11278 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390949734 9367552 269 33554432000 4194304 5064252 140736504306704 140736504305616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11278/statm: 2287 269 229 213 0 72 0
[pid=11279] ppid=11278 vsize=182152 CPUtime=1657.73 cores=0,2,4,6
/proc/11279/stat : 11279 (pb_cplex) S 11278 11278 10702 0 -1 4202496 2346734 0 0 0 163899 1874 0 0 20 0 8 0 390949734 186523648 24560 33554432000 134512640 146736320 4289600656 4289597008 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11279/statm: 45538 24560 1022 2985 0 42472 0
[pid=11279/tid=11376] ppid=11278 vsize=182152 CPUtime=103.55 cores=0,2,4,6
/proc/11279/task/11376/stat : 11376 (pb_cplex) R 11278 11278 10702 0 -1 4202560 145096 0 0 0 10221 134 0 0 20 0 8 0 390985069 186523648 24560 33554432000 134512640 146736320 4289600656 4088149404 144785853 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11377] ppid=11278 vsize=182152 CPUtime=105.88 cores=0,2,4,6
/proc/11279/task/11377/stat : 11377 (pb_cplex) S 11278 11278 10702 0 -1 4202560 115613 0 0 0 10469 119 0 0 20 0 8 0 390985069 186523648 24560 33554432000 134512640 146736320 4289600656 4098641552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 1 0 0
[pid=11279/tid=11378] ppid=11278 vsize=182152 CPUtime=102.08 cores=0,2,4,6
/proc/11279/task/11378/stat : 11378 (pb_cplex) S 11278 11278 10702 0 -1 4202560 113599 0 0 0 10082 126 0 0 20 0 8 0 390985069 186523648 24560 33554432000 134512640 146736320 4289600656 4109127312 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11379] ppid=11278 vsize=182152 CPUtime=103.31 cores=0,2,4,6
/proc/11279/task/11379/stat : 11379 (pb_cplex) S 11278 11278 10702 0 -1 4202560 135629 0 0 0 10199 132 0 0 20 0 8 0 390985069 186523648 24560 33554432000 134512640 146736320 4289600656 4119613072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11380] ppid=11278 vsize=182152 CPUtime=101.95 cores=0,2,4,6
/proc/11279/task/11380/stat : 11380 (pb_cplex) S 11278 11278 10702 0 -1 4202560 145333 0 0 0 10059 136 0 0 20 0 8 0 390985069 186523648 24560 33554432000 134512640 146736320 4289600656 4066131600 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11381] ppid=11278 vsize=182152 CPUtime=103.24 cores=0,2,4,6
/proc/11279/task/11381/stat : 11381 (pb_cplex) S 11278 11278 10702 0 -1 4202560 120536 0 0 0 10183 141 0 0 20 0 8 0 390985069 186523648 24560 33554432000 134512640 146736320 4289600656 4055645840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11382] ppid=11278 vsize=182152 CPUtime=106.98 cores=0,2,4,6
/proc/11279/task/11382/stat : 11382 (pb_cplex) S 11278 11278 10702 0 -1 4202560 142031 0 0 0 10553 145 0 0 20 0 8 0 390985069 186523648 24560 33554432000 134512640 146736320 4289600656 4045160080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1657.73
Current children cumulated vsize (KiB) 191300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+689.9 s]
/proc/loadavg: 4.23 4.39 3.72 10/194 11405
/proc/meminfo: memFree=30309292/32873844 swapFree=9160/9160
[pid=11278] ppid=11276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11278/stat : 11278 (run) S 11276 11278 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390949734 9367552 269 33554432000 4194304 5064252 140736504306704 140736504305616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11278/statm: 2287 269 229 213 0 72 0
[pid=11279] ppid=11278 vsize=179936 CPUtime=1800.11 cores=0,2,4,6
/proc/11279/stat : 11279 (pb_cplex) R 11278 11278 10702 0 -1 4202496 2429240 0 0 0 177981 2030 0 0 20 0 8 0 390949734 184254464 24254 33554432000 134512640 146736320 4289600656 4289593336 136015681 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11279/statm: 44984 24254 1022 2985 0 41918 0
[pid=11279/tid=11376] ppid=11278 vsize=179936 CPUtime=122.01 cores=0,2,4,6
/proc/11279/task/11376/stat : 11376 (pb_cplex) R 11278 11278 10702 0 -1 4202560 154709 0 0 0 12046 155 0 0 20 0 8 0 390985069 184254464 24254 33554432000 134512640 146736320 4289600656 4088153064 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11377] ppid=11278 vsize=179936 CPUtime=123.41 cores=0,2,4,6
/proc/11279/task/11377/stat : 11377 (pb_cplex) R 11278 11278 10702 0 -1 4202560 126322 0 0 0 12203 138 0 0 20 0 8 0 390985069 184254464 24254 33554432000 134512640 146736320 4289600656 4098637532 135854514 0 2 4096 16387 0 0 0 -1 0 0 0 1 0 0
[pid=11279/tid=11378] ppid=11278 vsize=179936 CPUtime=119.26 cores=0,2,4,6
/proc/11279/task/11378/stat : 11378 (pb_cplex) R 11278 11278 10702 0 -1 4202560 122439 0 0 0 11781 145 0 0 20 0 8 0 390985069 184254464 24254 33554432000 134512640 146736320 4289600656 4109123400 135525278 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11379] ppid=11278 vsize=179936 CPUtime=121.08 cores=0,2,4,6
/proc/11279/task/11379/stat : 11379 (pb_cplex) R 11278 11278 10702 0 -1 4202560 140563 0 0 0 11958 150 0 0 20 0 8 0 390985069 184254464 24254 33554432000 134512640 146736320 4289600656 4119609556 135846451 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11380] ppid=11278 vsize=179936 CPUtime=120.65 cores=0,2,4,6
/proc/11279/task/11380/stat : 11380 (pb_cplex) R 11278 11278 10702 0 -1 4202560 166224 0 0 0 11907 158 0 0 20 0 8 0 390985069 184254464 24254 33554432000 134512640 146736320 4289600656 4066129664 137334163 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11381] ppid=11278 vsize=179936 CPUtime=120.39 cores=0,2,4,6
/proc/11279/task/11381/stat : 11381 (pb_cplex) R 11278 11278 10702 0 -1 4202560 127027 0 0 0 11878 161 0 0 20 0 8 0 390985069 184254464 24254 33554432000 134512640 146736320 4289600656 4055643372 144785853 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11382] ppid=11278 vsize=179936 CPUtime=124.95 cores=0,2,4,6
/proc/11279/task/11382/stat : 11382 (pb_cplex) R 11278 11278 10702 0 -1 4202560 158833 0 0 0 12329 166 0 0 20 0 8 0 390985069 184254464 24254 33554432000 134512640 146736320 4289600656 4045156632 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 189084

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

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

[startup+689.9 s]
/proc/loadavg: 4.23 4.39 3.72 10/194 11405
/proc/meminfo: memFree=30309292/32873844 swapFree=9160/9160
[pid=11278] ppid=11276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11278/stat : 11278 (run) S 11276 11278 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390949734 9367552 269 33554432000 4194304 5064252 140736504306704 140736504305616 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11278/statm: 2287 269 229 213 0 72 0
[pid=11279] ppid=11278 vsize=179936 CPUtime=1800.11 cores=0,2,4,6
/proc/11279/stat : 11279 (pb_cplex) R 11278 11278 10702 0 -1 4202496 2429240 0 0 0 177981 2030 0 0 20 0 8 0 390949734 184254464 24254 33554432000 134512640 146736320 4289600656 4289593336 136015681 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11279/statm: 44984 24254 1022 2985 0 41918 0
[pid=11279/tid=11376] ppid=11278 vsize=179936 CPUtime=122.01 cores=0,2,4,6
/proc/11279/task/11376/stat : 11376 (pb_cplex) R 11278 11278 10702 0 -1 4202560 154709 0 0 0 12046 155 0 0 20 0 8 0 390985069 184254464 24254 33554432000 134512640 146736320 4289600656 4088153064 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11377] ppid=11278 vsize=179936 CPUtime=123.41 cores=0,2,4,6
/proc/11279/task/11377/stat : 11377 (pb_cplex) R 11278 11278 10702 0 -1 4202560 126322 0 0 0 12203 138 0 0 20 0 8 0 390985069 184254464 24254 33554432000 134512640 146736320 4289600656 4098637532 135854514 0 2 4096 16387 0 0 0 -1 0 0 0 1 0 0
[pid=11279/tid=11378] ppid=11278 vsize=179936 CPUtime=119.26 cores=0,2,4,6
/proc/11279/task/11378/stat : 11378 (pb_cplex) R 11278 11278 10702 0 -1 4202560 122439 0 0 0 11781 145 0 0 20 0 8 0 390985069 184254464 24254 33554432000 134512640 146736320 4289600656 4109123400 135525278 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11379] ppid=11278 vsize=179936 CPUtime=121.08 cores=0,2,4,6
/proc/11279/task/11379/stat : 11379 (pb_cplex) R 11278 11278 10702 0 -1 4202560 140563 0 0 0 11958 150 0 0 20 0 8 0 390985069 184254464 24254 33554432000 134512640 146736320 4289600656 4119609556 135846451 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11279/tid=11380] ppid=11278 vsize=179936 CPUtime=120.65 cores=0,2,4,6
/proc/11279/task/11380/stat : 11380 (pb_cplex) R 11278 11278 10702 0 -1 4202560 166224 0 0 0 11907 158 0 0 20 0 8 0 390985069 184254464 24254 33554432000 134512640 146736320 4289600656 4066129664 137334163 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11279/tid=11381] ppid=11278 vsize=179936 CPUtime=120.39 cores=0,2,4,6
/proc/11279/task/11381/stat : 11381 (pb_cplex) R 11278 11278 10702 0 -1 4202560 127027 0 0 0 11878 161 0 0 20 0 8 0 390985069 184254464 24254 33554432000 134512640 146736320 4289600656 4055643372 144785853 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11279/tid=11382] ppid=11278 vsize=179936 CPUtime=124.95 cores=0,2,4,6
/proc/11279/task/11382/stat : 11382 (pb_cplex) R 11278 11278 10702 0 -1 4202560 158833 0 0 0 12329 166 0 0 20 0 8 0 390985069 184254464 24254 33554432000 134512640 146736320 4289600656 4045156632 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 189084

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 689.916
CPU time (s): 1800.11
CPU user time (s): 1779.81
CPU system time (s): 20.3
CPU usage (%): 260.917
Max. virtual memory (cumulated for all children) (KiB): 232696

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

The end

Launcher Data

Begin job on node139 at 2012-06-09 15:24:12
IDJOB=3736666
IDBENCH=48054
IDSOLVER=2325
FILE ID=node139/3736666-1339248252
RUNJOBID= node139-1339246835-10718
PBS_JOBID= 14644342
Free space on /tmp= 70808 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=149-P1=79-P2=59-P3=73-P4=211-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736666-1339248252/watcher-3736666-1339248252 -o /tmp/evaluation-result-3736666-1339248252/solver-3736666-1339248252 -C 1800 -W 1900 -M 15500  run HOME/instance-3736666-1339248252.opb

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

MD5SUM BENCH= 74c00e33b4232d137ad873ae982593f6
RANDOM SEED=2027219552

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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:        30660908 kB
Buffers:          763284 kB
Cached:           353416 kB
SwapCached:          584 kB
Active:          1159600 kB
Inactive:         101416 kB
Active(anon):     134812 kB
Inactive(anon):     7284 kB
Active(file):    1024788 kB
Inactive(file):    94132 kB
Unevictable:        9160 kB
Mlocked:            9160 kB
SwapTotal:      67108856 kB
SwapFree:       67104292 kB
Dirty:             16324 kB
Writeback:             0 kB
AnonPages:        148292 kB
Mapped:            14460 kB
Shmem:                 8 kB
Slab:             810780 kB
SReclaimable:     252636 kB
SUnreclaim:       558144 kB
KernelStack:        1456 kB
PageTables:         4288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     332672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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-3736666-1339248252.opb

Free space on /tmp at the end= 70792 MiB
End job on node139 at 2012-06-09 15:35:44