Trace number 3737062

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.1 968.217

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_60_1.opb
MD5SUM3262a45f0e59552e467da6c31a32418a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-73
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -70
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint60
Maximum length of a constraint109
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75586
Sum of products size (including duplicates)151172
Number of different products37793
Sum of products size75586

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3737062-1339248469.opb.
0.00/0.00	c Instance file HOME/instance-3737062-1339248469.opb
0.00/0.00	c File size is 3322411 bytes.
0.99/1.06	c Highest Coefficient sum: 109
0.99/1.06	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
1.09/1.12	c ============================[ Problem Statistics ]=============================
1.09/1.12	c |                                                                             |
1.09/1.12	c |  Parsing time:          1.10         s                                      |
1.09/1.12	c |  Number Variables:      38793                                               |
1.09/1.13	c |  Number Constraints:    76586                                               |
1.09/1.13	c ===============================================================================
1800.10/968.21	c Remaining time 1798.89 sec.
1800.10/968.21	c 
1800.10/968.21	c *** INTERRUPTED ***
1800.10/968.21	s UNKNOWN
1800.10/968.21	c Total CPU time              : 1798.23 s
1800.10/968.21	c Memory used           : 425.07 MB
1800.10/968.21	c CPU time              : 1798.23 s
1800.10/968.21	c 
1800.10/968.21	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-3737062-1339248469/watcher-3737062-1339248469 -o /tmp/evaluation-result-3737062-1339248469/solver-3737062-1339248469 -C 1800 -W 1900 -M 15500 run HOME/instance-3737062-1339248469.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: 12.25 8.84 6.00 11/184 24489
/proc/meminfo: memFree=31368396/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0

[startup+0.0722701 s]
/proc/loadavg: 12.25 8.84 6.00 11/184 24489
/proc/meminfo: memFree=31368396/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100255 s]
/proc/loadavg: 12.25 8.84 6.00 11/184 24489
/proc/meminfo: memFree=31368396/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300231 s]
/proc/loadavg: 12.25 8.84 6.00 11/184 24489
/proc/meminfo: memFree=31368396/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 12.25 8.84 6.00 11/184 24489
/proc/meminfo: memFree=31368396/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 12.25 8.84 6.00 10/186 24491
/proc/meminfo: memFree=31348424/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
[pid=24490] ppid=24489 vsize=74184 CPUtime=1.48 cores=0,2,4,6
/proc/24490/stat : 24490 (pb_cplex) R 24489 24489 23543 0 -1 4202496 21510 0 0 0 146 2 0 0 20 0 1 0 390971393 75964416 15213 33554432000 134512640 146736320 4294274624 4294272464 144715827 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/24490/statm: 18546 15213 654 2985 0 15480 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83332

[startup+3.10027 s]
/proc/loadavg: 12.25 8.84 6.00 10/186 24491
/proc/meminfo: memFree=31310168/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
[pid=24490] ppid=24489 vsize=92732 CPUtime=3.08 cores=0,2,4,6
/proc/24490/stat : 24490 (pb_cplex) R 24489 24489 23543 0 -1 4202496 25665 0 0 0 305 3 0 0 20 0 1 0 390971393 94957568 15348 33554432000 134512640 146736320 4294274624 4294270232 144757825 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/24490/statm: 23183 15348 790 2985 0 20117 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 101880

[startup+6.30026 s]
/proc/loadavg: 11.99 8.84 6.02 10/186 24491
/proc/meminfo: memFree=31307324/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
[pid=24490] ppid=24489 vsize=92732 CPUtime=6.28 cores=0,2,4,6
/proc/24490/stat : 24490 (pb_cplex) R 24489 24489 23543 0 -1 4202496 25669 0 0 0 625 3 0 0 20 0 1 0 390971393 94957568 15352 33554432000 134512640 146736320 4294274624 4294269608 136015579 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/24490/statm: 23183 15352 790 2985 0 20117 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 101880

[startup+12.7003 s]
/proc/loadavg: 11.75 8.84 6.03 10/186 24491
/proc/meminfo: memFree=31301676/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
[pid=24490] ppid=24489 vsize=93216 CPUtime=12.68 cores=0,2,4,6
/proc/24490/stat : 24490 (pb_cplex) R 24489 24489 23543 0 -1 4202496 25973 0 0 0 1265 3 0 0 20 0 1 0 390971393 95453184 15409 33554432000 134512640 146736320 4294274624 4294269064 135851857 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/24490/statm: 23304 15409 793 2985 0 20238 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 102364

[startup+25.5003 s]
/proc/loadavg: 11.14 8.85 6.08 10/186 24491
/proc/meminfo: memFree=31256584/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
[pid=24490] ppid=24489 vsize=157968 CPUtime=25.49 cores=0,2,4,6
/proc/24490/stat : 24490 (pb_cplex) R 24489 24489 23543 0 -1 4202496 38953 0 0 0 2544 5 0 0 20 0 1 0 390971393 161759232 25972 33554432000 134512640 146736320 4294274624 4294270416 137698804 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/24490/statm: 39492 25972 882 2985 0 36426 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 167116

[startup+51.1003 s]
/proc/loadavg: 9.33 8.63 6.08 3/186 24550
/proc/meminfo: memFree=31683908/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
[pid=24490] ppid=24489 vsize=157968 CPUtime=51.08 cores=0,2,4,6
/proc/24490/stat : 24490 (pb_cplex) R 24489 24489 23543 0 -1 4202496 38958 0 0 0 5103 5 0 0 20 0 1 0 390971393 161759232 28532 33554432000 134512640 146736320 4294274624 4294270416 137698804 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/24490/statm: 39492 28532 882 2985 0 36426 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 167116

[startup+102.307 s]
/proc/loadavg: 8.20 8.43 6.14 3/179 24550
/proc/meminfo: memFree=31680312/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
[pid=24490] ppid=24489 vsize=157968 CPUtime=102.28 cores=0,2,4,6
/proc/24490/stat : 24490 (pb_cplex) R 24489 24489 23543 0 -1 4202496 39025 0 0 0 10223 5 0 0 20 0 1 0 390971393 161759232 29214 33554432000 134512640 146736320 4294274624 4294270416 137698804 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/24490/statm: 39492 29214 882 2985 0 36426 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 167116

[startup+162.3 s]
/proc/loadavg: 7.37 8.03 6.14 10/187 24568
/proc/meminfo: memFree=31598964/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
[pid=24490] ppid=24489 vsize=157968 CPUtime=162.26 cores=0,2,4,6
/proc/24490/stat : 24490 (pb_cplex) R 24489 24489 23543 0 -1 4202496 39062 0 0 0 16221 5 0 0 20 0 1 0 390971393 161759232 30866 33554432000 134512640 146736320 4294274624 4294270416 137698804 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/24490/statm: 39492 30866 882 2985 0 36426 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 167116

[startup+222.3 s]
/proc/loadavg: 7.56 8.00 6.25 10/186 24568
/proc/meminfo: memFree=31594556/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
[pid=24490] ppid=24489 vsize=157968 CPUtime=222.25 cores=0,2,4,6
/proc/24490/stat : 24490 (pb_cplex) R 24489 24489 23543 0 -1 4202496 39087 0 0 0 22220 5 0 0 20 0 1 0 390971393 161759232 30891 33554432000 134512640 146736320 4294274624 4294270416 137698804 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/24490/statm: 39492 30891 882 2985 0 36426 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 167116

[startup+282.3 s]
/proc/loadavg: 7.85 8.00 6.35 3/186 24568
/proc/meminfo: memFree=31588464/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
[pid=24490] ppid=24489 vsize=166328 CPUtime=282.24 cores=0,2,4,6
/proc/24490/stat : 24490 (pb_cplex) R 24489 24489 23543 0 -1 4202496 61174 0 0 0 28214 10 0 0 20 0 1 0 390971393 170319872 32270 33554432000 134512640 146736320 4294274624 4294270416 137698804 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/24490/statm: 41582 32270 910 2985 0 38516 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 175476

[startup+342.3 s]
/proc/loadavg: 8.08 8.03 6.46 10/186 24568
/proc/meminfo: memFree=31585364/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
[pid=24490] ppid=24489 vsize=184996 CPUtime=342.23 cores=0,2,4,6
/proc/24490/stat : 24490 (pb_cplex) R 24489 24489 23543 0 -1 4202496 61271 0 0 0 34213 10 0 0 20 0 1 0 390971393 189435904 32367 33554432000 134512640 146736320 4294274624 4294270416 137698804 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/24490/statm: 46249 32367 910 2985 0 43183 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 194144

[startup+402.3 s]
/proc/loadavg: 7.08 7.74 6.46 10/186 24568
/proc/meminfo: memFree=31583008/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/24490/statm: 106976 71744 942 2985 0 103910 0
[pid=24490/tid=24634] ppid=24489 vsize=427904 CPUtime=6.68 cores=0,2,4,6
/proc/24490/task/24634/stat : 24634 (pb_cplex) R 24489 24489 23543 0 -1 4202560 6632 0 0 0 668 0 0 0 20 0 8 0 391029804 438173696 71744 33554432000 134512640 146736320 4294274624 4021248456 136001974 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24490/tid=24635] ppid=24489 vsize=427904 CPUtime=6.4 cores=0,2,4,6
/proc/24490/task/24635/stat : 24635 (pb_cplex) R 24489 24489 23543 0 -1 4202560 5753 0 0 0 640 0 0 0 20 0 8 0 391029804 438173696 71744 33554432000 134512640 146736320 4294274624 4010761608 136000947 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24490/tid=24636] ppid=24489 vsize=427904 CPUtime=6.13 cores=0,2,4,6
/proc/24490/task/24636/stat : 24636 (pb_cplex) R 24489 24489 23543 0 -1 4202560 6052 0 0 0 612 1 0 0 20 0 8 0 391029804 438173696 71744 33554432000 134512640 146736320 4294274624 4000275464 139042916 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24490/tid=24637] ppid=24489 vsize=427904 CPUtime=6.25 cores=0,2,4,6
/proc/24490/task/24637/stat : 24637 (pb_cplex) R 24489 24489 23543 0 -1 4202560 6472 0 0 0 624 1 0 0 20 0 8 0 391029804 438173696 71744 33554432000 134512640 146736320 4294274624 3989789832 136388575 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24490/tid=24638] ppid=24489 vsize=427904 CPUtime=6.17 cores=0,2,4,6
/proc/24490/task/24638/stat : 24638 (pb_cplex) R 24489 24489 23543 0 -1 4202560 6604 0 0 0 615 2 0 0 20 0 8 0 391029804 438173696 71744 33554432000 134512640 146736320 4294274624 3979305168 136008266 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24490/tid=24639] ppid=24489 vsize=427904 CPUtime=6.46 cores=0,2,4,6
/proc/24490/task/24639/stat : 24639 (pb_cplex) R 24489 24489 23543 0 -1 4202560 6174 0 0 0 645 1 0 0 20 0 8 0 391029804 438173696 71744 33554432000 134512640 146736320 4294274624 3968819292 135854186 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24490/tid=24640] ppid=24489 vsize=427904 CPUtime=6.27 cores=0,2,4,6
/proc/24490/task/24640/stat : 24640 (pb_cplex) R 24489 24489 23543 0 -1 4202560 6209 0 0 0 626 1 0 0 20 0 8 0 391029804 438173696 71744 33554432000 134512640 146736320 4294274624 3958332408 136475826 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 740.76
Current children cumulated vsize (KiB) 437052

[startup+762.307 s]
/proc/loadavg: 11.37 8.29 6.93 16/194 24651
/proc/meminfo: memFree=31324116/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
[pid=24490] ppid=24489 vsize=431796 CPUtime=979.81 cores=0,2,4,6
/proc/24490/stat : 24490 (pb_cplex) R 24489 24489 23543 0 -1 4202496 508390 0 0 0 97871 110 0 0 20 0 8 0 390971393 442159104 72605 33554432000 134512640 146736320 4294274624 4294266328 136007053 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24490/statm: 107949 72605 942 2985 0 104883 0
[pid=24490/tid=24634] ppid=24489 vsize=431796 CPUtime=36.21 cores=0,2,4,6
/proc/24490/task/24634/stat : 24634 (pb_cplex) R 24489 24489 23543 0 -1 4202560 26213 0 0 0 3615 6 0 0 20 0 8 0 391029804 442159104 72605 33554432000 134512640 146736320 4294274624 4021248040 139044505 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24490/tid=24635] ppid=24489 vsize=431796 CPUtime=36.24 cores=0,2,4,6
/proc/24490/task/24635/stat : 24635 (pb_cplex) R 24489 24489 23543 0 -1 4202560 24804 0 0 0 3619 5 0 0 20 0 8 0 391029804 442159104 72605 33554432000 134512640 146736320 4294274624 4010761192 139044510 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24490/tid=24636] ppid=24489 vsize=431796 CPUtime=36.28 cores=0,2,4,6
/proc/24490/task/24636/stat : 24636 (pb_cplex) R 24489 24489 23543 0 -1 4202560 27506 0 0 0 3621 7 0 0 20 0 8 0 391029804 442159104 72605 33554432000 134512640 146736320 4294274624 4000275600 136008065 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24490/tid=24637] ppid=24489 vsize=431796 CPUtime=35.9 cores=0,2,4,6
/proc/24490/task/24637/stat : 24637 (pb_cplex) R 24489 24489 23543 0 -1 4202560 27463 0 0 0 3584 6 0 0 20 0 8 0 391029804 442159104 72605 33554432000 134512640 146736320 4294274624 3989790088 136001985 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24490/tid=24638] ppid=24489 vsize=431796 CPUtime=35.96 cores=0,2,4,6
/proc/24490/task/24638/stat : 24638 (pb_cplex) R 24489 24489 23543 0 -1 4202560 27844 0 0 0 3588 8 0 0 20 0 8 0 391029804 442159104 72605 33554432000 134512640 146736320 4294274624 3979303944 139042883 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24490/tid=24639] ppid=24489 vsize=431796 CPUtime=36.16 cores=0,2,4,6
/proc/24490/task/24639/stat : 24639 (pb_cplex) R 24489 24489 23543 0 -1 4202560 24123 0 0 0 3609 7 0 0 20 0 8 0 391029804 442159104 72605 33554432000 134512640 146736320 4294274624 3968818264 136007616 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24490/tid=24640] ppid=24489 vsize=431796 CPUtime=36.44 cores=0,2,4,6
/proc/24490/task/24640/stat : 24640 (pb_cplex) R 24489 24489 23543 0 -1 4202560 24025 0 0 0 3638 6 0 0 20 0 8 0 391029804 442159104 72605 33554432000 134512640 146736320 4294274624 3958332944 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 979.81
Current children cumulated vsize (KiB) 440944

[startup+822.3 s]
/proc/loadavg: 13.61 9.50 7.43 12/193 24651
/proc/meminfo: memFree=31282716/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
[pid=24490] ppid=24489 vsize=434032 CPUtime=1218.85 cores=0,2,4,6
/proc/24490/stat : 24490 (pb_cplex) R 24489 24489 23543 0 -1 4202496 652546 0 0 0 121737 148 0 0 20 0 8 0 390971393 444448768 73216 33554432000 134512640 146736320 4294274624 4294267388 136400474 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24490/statm: 108508 73216 942 2985 0 105442 0
[pid=24490/tid=24634] ppid=24489 vsize=434032 CPUtime=65.91 cores=0,2,4,6
/proc/24490/task/24634/stat : 24634 (pb_cplex) R 24489 24489 23543 0 -1 4202560 47084 0 0 0 6579 12 0 0 20 0 8 0 391029804 444448768 73216 33554432000 134512640 146736320 4294274624 4021246984 139042888 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24490/tid=24635] ppid=24489 vsize=434032 CPUtime=66.2 cores=0,2,4,6
/proc/24490/task/24635/stat : 24635 (pb_cplex) R 24489 24489 23543 0 -1 4202560 46445 0 0 0 6608 12 0 0 20 0 8 0 391029804 444448768 73216 33554432000 134512640 146736320 4294274624 4010760968 135525914 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24490/tid=24636] ppid=24489 vsize=434032 CPUtime=66.19 cores=0,2,4,6
/proc/24490/task/24636/stat : 24636 (pb_cplex) R 24489 24489 23543 0 -1 4202560 47929 0 0 0 6605 14 0 0 20 0 8 0 391029804 444448768 73216 33554432000 134512640 146736320 4294274624 4000275544 136007030 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24490/tid=24637] ppid=24489 vsize=434032 CPUtime=65.92 cores=0,2,4,6
/proc/24490/task/24637/stat : 24637 (pb_cplex) R 24489 24489 23543 0 -1 4202560 43832 0 0 0 6581 11 0 0 20 0 8 0 391029804 444448768 73216 33554432000 134512640 146736320 4294274624 3989789784 136007149 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24490/tid=24638] ppid=24489 vsize=434032 CPUtime=65.94 cores=0,2,4,6
/proc/24490/task/24638/stat : 24638 (pb_cplex) R 24489 24489 23543 0 -1 4202560 43809 0 0 0 6581 13 0 0 20 0 8 0 391029804 444448768 73216 33554432000 134512640 146736320 4294274624 3979304024 136007616 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24490/tid=24639] ppid=24489 vsize=434032 CPUtime=66.01 cores=0,2,4,6
/proc/24490/task/24639/stat : 24639 (pb_cplex) R 24489 24489 23543 0 -1 4202560 39554 0 0 0 6589 12 0 0 20 0 8 0 391029804 444448768 73216 33554432000 134512640 146736320 4294274624 3968818264 136007037 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24490/tid=24640] ppid=24489 vsize=434032 CPUtime=65.89 cores=0,2,4,6
/proc/24490/task/24640/stat : 24640 (pb_cplex) R 24489 24489 23543 0 -1 4202560 40088 0 0 0 6578 11 0 0 20 0 8 0 391029804 444448768 73216 33554432000 134512640 146736320 4294274624 3958332504 136007661 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1218.85
Current children cumulated vsize (KiB) 443180

[startup+882.301 s]
/proc/loadavg: 13.52 10.23 7.81 17/193 24651
/proc/meminfo: memFree=31274528/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
[pid=24490] ppid=24489 vsize=435268 CPUtime=1457.9 cores=0,2,4,6
/proc/24490/stat : 24490 (pb_cplex) R 24489 24489 23543 0 -1 4202496 773012 0 0 0 145610 180 0 0 20 0 8 0 390971393 445714432 73658 33554432000 134512640 146736320 4294274624 4294267336 139042977 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24490/statm: 108817 73658 942 2985 0 105751 0
[pid=24490/tid=24634] ppid=24489 vsize=435268 CPUtime=95.84 cores=0,2,4,6
/proc/24490/task/24634/stat : 24634 (pb_cplex) R 24489 24489 23543 0 -1 4202560 64253 0 0 0 9568 16 0 0 20 0 8 0 391029804 445714432 73658 33554432000 134512640 146736320 4294274624 4021247120 136008065 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24490/tid=24635] ppid=24489 vsize=435268 CPUtime=96.02 cores=0,2,4,6
/proc/24490/task/24635/stat : 24635 (pb_cplex) R 24489 24489 23543 0 -1 4202560 65272 0 0 0 9585 17 0 0 20 0 8 0 391029804 445714432 73658 33554432000 134512640 146736320 4294274624 4010761744 136403116 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24490/tid=24636] ppid=24489 vsize=435268 CPUtime=95.89 cores=0,2,4,6
/proc/24490/task/24636/stat : 24636 (pb_cplex) R 24489 24489 23543 0 -1 4202560 61066 0 0 0 9571 18 0 0 20 0 8 0 391029804 445714432 73658 33554432000 134512640 146736320 4294274624 4000275544 136007053 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24490/tid=24637] ppid=24489 vsize=435268 CPUtime=95.89 cores=0,2,4,6
/proc/24490/task/24637/stat : 24637 (pb_cplex) R 24489 24489 23543 0 -1 4202560 58718 0 0 0 9574 15 0 0 20 0 8 0 391029804 445714432 73658 33554432000 134512640 146736320 4294274624 3989790928 136008309 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24490/tid=24638] ppid=24489 vsize=435268 CPUtime=95.53 cores=0,2,4,6
/proc/24490/task/24638/stat : 24638 (pb_cplex) R 24489 24489 23543 0 -1 4202560 57185 0 0 0 9537 16 0 0 20 0 8 0 391029804 445714432 73658 33554432000 134512640 146736320 4294274624 3979304024 136007661 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24490/tid=24639] ppid=24489 vsize=435268 CPUtime=95.85 cores=0,2,4,6
/proc/24490/task/24639/stat : 24639 (pb_cplex) R 24489 24489 23543 0 -1 4202560 54655 0 0 0 9569 16 0 0 20 0 8 0 391029804 445714432 73658 33554432000 134512640 146736320 4294274624 3968818152 139044505 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24490/tid=24640] ppid=24489 vsize=435268 CPUtime=95.88 cores=0,2,4,6
/proc/24490/task/24640/stat : 24640 (pb_cplex) R 24489 24489 23543 0 -1 4202560 54803 0 0 0 9574 14 0 0 20 0 8 0 391029804 445714432 73658 33554432000 134512640 146736320 4294274624 3958332504 136007037 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1457.9
Current children cumulated vsize (KiB) 444416

[startup+942.3 s]
/proc/loadavg: 13.71 10.83 8.16 17/193 24651
/proc/meminfo: memFree=31260464/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
[pid=24490] ppid=24489 vsize=435268 CPUtime=1696.91 cores=0,2,4,6
/proc/24490/stat : 24490 (pb_cplex) R 24489 24489 23543 0 -1 4202496 785929 0 0 0 169503 188 0 0 20 0 8 0 390971393 445714432 75849 33554432000 134512640 146736320 4294274624 4294267416 136007062 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24490/statm: 108817 75849 942 2985 0 105751 0
[pid=24490/tid=24634] ppid=24489 vsize=435268 CPUtime=125.5 cores=0,2,4,6
/proc/24490/task/24634/stat : 24634 (pb_cplex) R 24489 24489 23543 0 -1 4202560 64257 0 0 0 12533 17 0 0 20 0 8 0 391029804 445714432 75849 33554432000 134512640 146736320 4294274624 4021246984 139042888 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24490/tid=24635] ppid=24489 vsize=435268 CPUtime=125.91 cores=0,2,4,6
/proc/24490/task/24635/stat : 24635 (pb_cplex) R 24489 24489 23543 0 -1 4202560 65476 0 0 0 12574 17 0 0 20 0 8 0 391029804 445714432 75849 33554432000 134512640 146736320 4294274624 4010760244 135450784 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24490/tid=24636] ppid=24489 vsize=435268 CPUtime=125.68 cores=0,2,4,6
/proc/24490/task/24636/stat : 24636 (pb_cplex) R 24489 24489 23543 0 -1 4202560 61263 0 0 0 12550 18 0 0 20 0 8 0 391029804 445714432 75849 33554432000 134512640 146736320 4294274624 4000275464 139042864 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24490/tid=24637] ppid=24489 vsize=435268 CPUtime=125.57 cores=0,2,4,6
/proc/24490/task/24637/stat : 24637 (pb_cplex) R 24489 24489 23543 0 -1 4202560 58719 0 0 0 12542 15 0 0 20 0 8 0 391029804 445714432 75849 33554432000 134512640 146736320 4294274624 3989790928 136008160 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24490/tid=24638] ppid=24489 vsize=435268 CPUtime=125.36 cores=0,2,4,6
/proc/24490/task/24638/stat : 24638 (pb_cplex) R 24489 24489 23543 0 -1 4202560 57368 0 0 0 12519 17 0 0 20 0 8 0 391029804 445714432 75849 33554432000 134512640 146736320 4294274624 3979305112 136007037 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24490/tid=24639] ppid=24489 vsize=435268 CPUtime=125.86 cores=0,2,4,6
/proc/24490/task/24639/stat : 24639 (pb_cplex) R 24489 24489 23543 0 -1 4202560 54656 0 0 0 12570 16 0 0 20 0 8 0 391029804 445714432 75849 33554432000 134512640 146736320 4294274624 3968817260 135454093 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24490/tid=24640] ppid=24489 vsize=435268 CPUtime=125.92 cores=0,2,4,6
/proc/24490/task/24640/stat : 24640 (pb_cplex) R 24489 24489 23543 0 -1 4202560 54806 0 0 0 12578 14 0 0 20 0 8 0 391029804 445714432 75849 33554432000 134512640 146736320 4294274624 3958332504 136007053 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1696.91
Current children cumulated vsize (KiB) 444416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+968.2 s]
/proc/loadavg: 14.54 11.31 8.41 17/193 24651
/proc/meminfo: memFree=31261456/32873844 swapFree=6904/6904
[pid=24489] ppid=24487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24489/stat : 24489 (run) S 24487 24489 23543 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390971393 9367552 270 33554432000 4194304 5064252 140735714994608 140735714993520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24489/statm: 2287 270 229 213 0 72 0
[pid=24490] ppid=24489 vsize=435268 CPUtime=1800.1 cores=0,2,4,6
/proc/24490/stat : 24490 (pb_cplex) R 24489 24489 23543 0 -1 4202496 791628 0 0 0 179820 190 0 0 20 0 8 0 390971393 445714432 75849 33554432000 134512640 146736320 4294274624 4294267416 136007605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24490/statm: 108817 75849 942 2985 0 105751 0
[pid=24490/tid=24634] ppid=24489 vsize=435268 CPUtime=138.19 cores=0,2,4,6
/proc/24490/task/24634/stat : 24634 (pb_cplex) R 24489 24489 23543 0 -1 4202560 64257 0 0 0 13802 17 0 0 20 0 8 0 391029804 445714432 75849 33554432000 134512640 146736320 4294274624 4021247064 136007626 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24490/tid=24635] ppid=24489 vsize=435268 CPUtime=138.74 cores=0,2,4,6
/proc/24490/task/24635/stat : 24635 (pb_cplex) R 24489 24489 23543 0 -1 4202560 65476 0 0 0 13856 18 0 0 20 0 8 0 391029804 445714432 75849 33554432000 134512640 146736320 4294274624 4010762312 139042883 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24490/tid=24636] ppid=24489 vsize=435268 CPUtime=138.7 cores=0,2,4,6
/proc/24490/task/24636/stat : 24636 (pb_cplex) R 24489 24489 23543 0 -1 4202560 61263 0 0 0 13852 18 0 0 20 0 8 0 391029804 445714432 75849 33554432000 134512640 146736320 4294274624 4000275600 136008450 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24490/tid=24637] ppid=24489 vsize=435268 CPUtime=138.47 cores=0,2,4,6
/proc/24490/task/24637/stat : 24637 (pb_cplex) R 24489 24489 23543 0 -1 4202560 58719 0 0 0 13830 17 0 0 20 0 8 0 391029804 445714432 75849 33554432000 134512640 146736320 4294274624 3989791176 136002053 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24490/tid=24638] ppid=24489 vsize=435268 CPUtime=138.04 cores=0,2,4,6
/proc/24490/task/24638/stat : 24638 (pb_cplex) R 24489 24489 23543 0 -1 4202560 57368 0 0 0 13786 18 0 0 20 0 8 0 391029804 445714432 75849 33554432000 134512640 146736320 4294274624 3979305552 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24490/tid=24639] ppid=24489 vsize=435268 CPUtime=138.95 cores=0,2,4,6
/proc/24490/task/24639/stat : 24639 (pb_cplex) R 24489 24489 23543 0 -1 4202560 54656 0 0 0 13878 17 0 0 20 0 8 0 391029804 445714432 75849 33554432000 134512640 146736320 4294274624 3968818264 136007053 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24490/tid=24640] ppid=24489 vsize=435268 CPUtime=138.9 cores=0,2,4,6
/proc/24490/task/24640/stat : 24640 (pb_cplex) R 24489 24489 23543 0 -1 4202560 54806 0 0 0 13874 16 0 0 20 0 8 0 391029804 445714432 75849 33554432000 134512640 146736320 4294274624 3958333648 136008050 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 444416

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

Real time (s): 968.217
CPU time (s): 1800.1
CPU user time (s): 1798.2
CPU system time (s): 1.9
CPU usage (%): 185.919
Max. virtual memory (cumulated for all children) (KiB): 445220

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= 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 2.11168 second user time and 5.73413 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-09 15:27:49
IDJOB=3737062
IDBENCH=48171
IDSOLVER=2325
FILE ID=node140/3737062-1339248469
RUNJOBID= node140-1339246833-23559
PBS_JOBID= 14644341
Free space on /tmp= 70616 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_60_1.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737062-1339248469/watcher-3737062-1339248469 -o /tmp/evaluation-result-3737062-1339248469/solver-3737062-1339248469 -C 1800 -W 1900 -M 15500  run HOME/instance-3737062-1339248469.opb

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

MD5SUM BENCH= 3262a45f0e59552e467da6c31a32418a
RANDOM SEED=1507837511

node140.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.094
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.18
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.094
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.094
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.094
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.094
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		: 2667.094
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.88
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.094
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.90
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.094
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:        31370776 kB
Buffers:          121180 kB
Cached:            93224 kB
SwapCached:         2908 kB
Active:           646356 kB
Inactive:          35084 kB
Active(anon):     466692 kB
Inactive(anon):     3124 kB
Active(file):     179664 kB
Inactive(file):    31960 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67099536 kB
Dirty:             17604 kB
Writeback:             0 kB
AnonPages:        472236 kB
Mapped:            12748 kB
Shmem:                 0 kB
Slab:             678888 kB
SReclaimable:     120224 kB
SUnreclaim:       558664 kB
KernelStack:        1600 kB
PageTables:         5368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     708948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    319488 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-3737062-1339248469.opb

Free space on /tmp at the end= 70600 MiB
End job on node140 at 2012-06-09 15:44:00