Trace number 3731312

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.02 509.123

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-seymour.opb
MD5SUM97ebaccbda37d5c570b4e2ec3cd7f8f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark425
Best CPU time to get the best result obtained on this benchmark1789.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 425
Optimality of the best value was proved NO
Number of variables1372
Total number of constraints4944
Number of constraints which are clauses4944
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint19
Number of terms in the objective function 1372
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 1372
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1372
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3731312-1339246864.opb.
0.00/0.00	c Instance file HOME/instance-3731312-1339246864.opb
0.00/0.00	c File size is 324105 bytes.
0.00/0.23	c Highest Coefficient sum: 20
0.00/0.23	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.24	c ============================[ Problem Statistics ]=============================
0.00/0.24	c |                                                                             |
0.00/0.24	c |  Parsing time:          0.24         s                                      |
0.00/0.24	c |  Number Variables:      1372                                                |
0.00/0.24	c |  Number Constraints:    4944                                                |
0.00/0.24	c ===============================================================================
1799.96/509.11	c Remaining time 1799.76 sec.
1799.96/509.11	c 
1799.96/509.11	c *** INTERRUPTED ***
1799.96/509.11	s UNKNOWN
1799.96/509.11	c Total CPU time              : 1796.36 s
1799.96/509.11	c Memory used           : 284.08 MB
1799.96/509.11	c CPU time              : 1796.36 s
1799.96/509.11	c 
1799.96/509.11	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-3731312-1339246864/watcher-3731312-1339246864 -o /tmp/evaluation-result-3731312-1339246864/solver-3731312-1339246864 -C 1800 -W 1900 -M 15500 run HOME/instance-3731312-1339246864.opb 

running on 4 cores: 1,3,5,7

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.38 0.37 0.12 3/178 23982
/proc/meminfo: memFree=31802120/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0

[startup+0.0457601 s]
/proc/loadavg: 1.38 0.37 0.12 3/178 23982
/proc/meminfo: memFree=31802120/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100205 s]
/proc/loadavg: 1.38 0.37 0.12 3/178 23982
/proc/meminfo: memFree=31802120/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300183 s]
/proc/loadavg: 1.38 0.37 0.12 3/178 23982
/proc/meminfo: memFree=31802120/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700178 s]
/proc/loadavg: 1.38 0.37 0.12 3/178 23982
/proc/meminfo: memFree=31802120/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 1.38 0.37 0.12 3/180 23984
/proc/meminfo: memFree=31791076/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0
[pid=23983] ppid=23982 vsize=29696 CPUtime=1.49 cores=1,3,5,7
/proc/23983/stat : 23983 (pb_cplex) R 23982 23982 23543 0 -1 4202496 5141 0 0 0 148 1 0 0 20 0 1 0 390810821 30408704 4035 33554432000 134512640 146736320 4292644784 4292640640 137701304 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/23983/statm: 7424 4035 868 2985 0 4358 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38844

[startup+3.10025 s]
/proc/loadavg: 1.38 0.37 0.12 3/180 23984
/proc/meminfo: memFree=31786100/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0
[pid=23983] ppid=23982 vsize=29620 CPUtime=3.08 cores=1,3,5,7
/proc/23983/stat : 23983 (pb_cplex) R 23982 23982 23543 0 -1 4202496 10309 0 0 0 307 1 0 0 20 0 1 0 390810821 30330880 4306 33554432000 134512640 146736320 4292644784 4292639376 136403103 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/23983/statm: 7405 4306 905 2985 0 4339 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38768

[startup+6.30022 s]
/proc/loadavg: 1.43 0.40 0.13 3/180 23984
/proc/meminfo: memFree=31756180/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0
[pid=23983] ppid=23982 vsize=30692 CPUtime=6.29 cores=1,3,5,7
/proc/23983/stat : 23983 (pb_cplex) R 23982 23982 23543 0 -1 4202496 18683 0 0 0 626 3 0 0 20 0 1 0 390810821 31428608 4561 33554432000 134512640 146736320 4292644784 4292638440 139044581 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/23983/statm: 7673 4561 905 2985 0 4607 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39840

[startup+12.7004 s]
/proc/loadavg: 1.47 0.42 0.14 10/187 23991
/proc/meminfo: memFree=31701140/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0
[pid=23983] ppid=23982 vsize=167668 CPUtime=24 cores=1,3,5,7
/proc/23983/stat : 23983 (pb_cplex) R 23982 23982 23543 0 -1 4202496 32578 0 0 0 2393 7 0 0 20 0 8 0 390810821 171692032 17363 33554432000 134512640 146736320 4292644784 4292637648 136008450 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23983/statm: 41917 17363 942 2985 0 38851 0
[pid=23983/tid=23985] ppid=23982 vsize=167668 CPUtime=1.87 cores=1,3,5,7
/proc/23983/task/23985/stat : 23985 (pb_cplex) R 23982 23982 23543 0 -1 4202560 1082 0 0 0 187 0 0 0 20 0 8 0 390811589 171692032 17363 33554432000 134512640 146736320 4292644784 4145091152 136403109 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23983/tid=23986] ppid=23982 vsize=167668 CPUtime=1.87 cores=1,3,5,7
/proc/23983/task/23986/stat : 23986 (pb_cplex) R 23982 23982 23543 0 -1 4202560 1110 0 0 0 187 0 0 0 20 0 8 0 390811589 171692032 17363 33554432000 134512640 146736320 4292644784 4134604868 136385174 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23983/tid=23987] ppid=23982 vsize=167668 CPUtime=1.87 cores=1,3,5,7
/proc/23983/task/23987/stat : 23987 (pb_cplex) R 23982 23982 23543 0 -1 4202560 1028 0 0 0 187 0 0 0 20 0 8 0 390811589 171692032 17363 33554432000 134512640 146736320 4292644784 4124119248 136008065 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23983/tid=23988] ppid=23982 vsize=167668 CPUtime=1.85 cores=1,3,5,7
/proc/23983/task/23988/stat : 23988 (pb_cplex) R 23982 23982 23543 0 -1 4202560 978 0 0 0 185 0 0 0 20 0 8 0 390811589 171692032 17363 33554432000 134512640 146736320 4292644784 4113633488 136008053 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23983/tid=23989] ppid=23982 vsize=167668 CPUtime=1.88 cores=1,3,5,7
/proc/23983/task/23989/stat : 23989 (pb_cplex) R 23982 23982 23543 0 -1 4202560 1099 0 0 0 188 0 0 0 20 0 8 0 390811589 171692032 17363 33554432000 134512640 146736320 4292644784 4103147412 136017760 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23983/tid=23990] ppid=23982 vsize=167668 CPUtime=1.86 cores=1,3,5,7
/proc/23983/task/23990/stat : 23990 (pb_cplex) R 23982 23982 23543 0 -1 4202560 1027 0 0 0 186 0 0 0 20 0 8 0 390811589 171692032 17363 33554432000 134512640 146736320 4292644784 4092660924 135526877 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23983/tid=23991] ppid=23982 vsize=167668 CPUtime=1.87 cores=1,3,5,7
/proc/23983/task/23991/stat : 23991 (pb_cplex) R 23982 23982 23543 0 -1 4202560 981 0 0 0 187 0 0 0 20 0 8 0 390811589 171692032 17363 33554432000 134512640 146736320 4292644784 4082177000 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 24
Current children cumulated vsize (KiB) 176816

[startup+25.5004 s]
/proc/loadavg: 2.91 0.79 0.27 10/187 23991
/proc/meminfo: memFree=31709672/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0
[pid=23983] ppid=23982 vsize=175724 CPUtime=70.88 cores=1,3,5,7
/proc/23983/stat : 23983 (pb_cplex) R 23982 23982 23543 0 -1 4202496 40447 0 0 0 7073 15 0 0 20 0 8 0 390810821 179941376 19845 33554432000 134512640 146736320 4292644784 4292637648 136008157 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23983/statm: 43931 19845 942 2985 0 40865 0
[pid=23983/tid=23985] ppid=23982 vsize=175724 CPUtime=7.92 cores=1,3,5,7
/proc/23983/task/23985/stat : 23985 (pb_cplex) R 23982 23982 23543 0 -1 4202560 3580 0 0 0 790 2 0 0 20 0 8 0 390811589 179941376 19845 33554432000 134512640 146736320 4292644784 4145089864 136388095 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23983/tid=23986] ppid=23982 vsize=175724 CPUtime=8.23 cores=1,3,5,7
/proc/23983/task/23986/stat : 23986 (pb_cplex) R 23982 23982 23543 0 -1 4202560 1860 0 0 0 822 1 0 0 20 0 8 0 390811589 179941376 19845 33554432000 134512640 146736320 4292644784 4134605392 136403117 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23983/tid=23987] ppid=23982 vsize=175724 CPUtime=7.79 cores=1,3,5,7
/proc/23983/task/23987/stat : 23987 (pb_cplex) R 23982 23982 23543 0 -1 4202560 2133 0 0 0 778 1 0 0 20 0 8 0 390811589 179941376 19845 33554432000 134512640 146736320 4292644784 4124120040 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23983/tid=23988] ppid=23982 vsize=175724 CPUtime=6.48 cores=1,3,5,7
/proc/23983/task/23988/stat : 23988 (pb_cplex) R 23982 23982 23543 0 -1 4202560 1467 0 0 0 647 1 0 0 20 0 8 0 390811589 179941376 19845 33554432000 134512640 146736320 4292644784 4113632784 136403109 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23983/tid=23989] ppid=23982 vsize=175724 CPUtime=7.42 cores=1,3,5,7
/proc/23983/task/23989/stat : 23989 (pb_cplex) R 23982 23982 23543 0 -1 4202560 2109 0 0 0 741 1 0 0 20 0 8 0 390811589 179941376 19845 33554432000 134512640 146736320 4292644784 4103148520 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23983/tid=23990] ppid=23982 vsize=175724 CPUtime=7.65 cores=1,3,5,7
/proc/23983/task/23990/stat : 23990 (pb_cplex) R 23982 23982 23543 0 -1 4202560 1843 0 0 0 764 1 0 0 20 0 8 0 390811589 179941376 19845 33554432000 134512640 146736320 4292644784 4092661968 136008056 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23983/tid=23991] ppid=23982 vsize=175724 CPUtime=8.59 cores=1,3,5,7
/proc/23983/task/23991/stat : 23991 (pb_cplex) R 23982 23982 23543 0 -1 4202560 1794 0 0 0 858 1 0 0 20 0 8 0 390811589 179941376 19845 33554432000 134512640 146736320 4292644784 4082176472 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 70.88
Current children cumulated vsize (KiB) 184872

############
# WARNING:
# current cumulated CPU time (89.12 s) is less than in the last sample (89.18 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.0599976 s) to the 'lost time'.

[startup+31.1004 s]
/proc/loadavg: 3.40 0.93 0.32 3/187 23991
/proc/meminfo: memFree=31704712/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0
[pid=23983] ppid=23982 vsize=174880 CPUtime=89.18 cores=1,3,5,7
/proc/23983/stat : 23983 (pb_cplex) R 23982 23982 23543 0 -1 4202496 44225 0 0 0 8899 19 0 0 20 0 8 0 390810821 179077120 20672 33554432000 134512640 146736320 4292644784 4292641168 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23983/statm: 43720 20511 942 2985 0 40654 0
[pid=23983/tid=23985] ppid=23982 vsize=174880 CPUtime=11.22 cores=1,3,5,7
/proc/23983/task/23985/stat : 23985 (pb_cplex) S 23982 23982 23543 0 -1 4202560 3957 0 0 0 1119 3 0 0 20 0 8 0 390811589 179077120 20511 33554432000 134512640 146736320 4292644784 4145094288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23983/tid=23986] ppid=23982 vsize=174236 CPUtime=10.54 cores=1,3,5,7
/proc/23983/task/23986/stat : 23986 (pb_cplex) R 23982 23982 23543 0 -1 4202560 2754 0 0 0 1053 1 0 0 20 0 8 0 390811589 178417664 20511 33554432000 134512640 146736320 4292644784 4134608556 144580332 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23983/tid=23987] ppid=23982 vsize=174236 CPUtime=10.07 cores=1,3,5,7
/proc/23983/task/23987/stat : 23987 (pb_cplex) D 23982 23982 23543 0 -1 4202560 2709 0 0 0 1006 1 0 0 20 0 8 0 390811589 178417664 20511 33554432000 134512640 146736320 4292644784 4124122376 144797937 0 2 4096 16387 18446744071581355491 0 0 -1 7 0 0 0 0 0
[pid=23983/tid=23988] ppid=23982 vsize=174236 CPUtime=8.75 cores=1,3,5,7
/proc/23983/task/23988/stat : 23988 (pb_cplex) S 23982 23982 23543 0 -1 4202560 1789 0 0 0 874 1 0 0 20 0 8 0 390811589 178417664 20511 33554432000 134512640 146736320 4292644784 4113636976 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23983/tid=23989] ppid=23982 vsize=174236 CPUtime=9.59 cores=1,3,5,7
/proc/23983/task/23989/stat : 23989 (pb_cplex) S 23982 23982 23543 0 -1 4202560 2203 0 0 0 958 1 0 0 20 0 8 0 390811589 178417664 20375 33554432000 134512640 146736320 4292644784 4103151216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23983/tid=23990] ppid=23982 vsize=173608 CPUtime=9.81 cores=1,3,5,7
/proc/23983/task/23990/stat : 23990 (pb_cplex) R 23982 23982 23543 0 -1 4202560 2326 0 0 0 980 1 0 0 20 0 8 0 390811589 177774592 20375 33554432000 134512640 146736320 4292644784 4092665096 144797937 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23983/tid=23991] ppid=23982 vsize=173608 CPUtime=10.61 cores=1,3,5,7
/proc/23983/task/23991/stat : 23991 (pb_cplex) D 23982 23982 23543 0 -1 4202560 2610 0 0 0 1060 1 0 0 20 0 8 0 390811589 177774592 20285 33554432000 134512640 146736320 4292644784 4082179336 144797937 0 2 4096 16387 18446744071581355491 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 89.18
Current children cumulated vsize (KiB) 184028

[startup+31.2005 s]
/proc/loadavg: 3.40 0.93 0.32 3/187 23991
/proc/meminfo: memFree=31704712/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0
[pid=23983] ppid=23982 vsize=107208 CPUtime=89.12 cores=1,3,5,7
/proc/23983/stat : 23983 (pb_cplex) R 23982 23982 23543 0 -1 4202496 44263 0 0 0 8890 22 0 0 20 0 1 0 390810821 109780992 13022 33554432000 134512640 146736320 4292644784 4292640000 139046528 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/23983/statm: 26802 13022 945 2985 0 23736 0
Current children cumulated CPU time (s) 89.12
Current children cumulated vsize (KiB) 116356
#
############



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

[pid=23983/tid=24003] ppid=23982 vsize=291768 CPUtime=114.22 cores=1,3,5,7
/proc/23983/task/24003/stat : 24003 (pb_cplex) R 23982 23982 23543 0 -1 4202560 47125 0 0 0 11398 24 0 0 20 0 8 0 390814566 298770432 47786 33554432000 134512640 146736320 4292644784 4026753488 136403109 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23983/tid=24004] ppid=23982 vsize=291768 CPUtime=109.47 cores=1,3,5,7
/proc/23983/task/24004/stat : 24004 (pb_cplex) R 23982 23982 23543 0 -1 4202560 17062 0 0 0 10930 17 0 0 20 0 8 0 390814566 298770432 47786 33554432000 134512640 146736320 4292644784 4016267344 136008172 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23983/tid=24005] ppid=23982 vsize=291768 CPUtime=105.83 cores=1,3,5,7
/proc/23983/task/24005/stat : 24005 (pb_cplex) R 23982 23982 23543 0 -1 4202560 60768 0 0 0 10553 30 0 0 20 0 8 0 390814566 298770432 47786 33554432000 134512640 146736320 4292644784 4005782808 136008673 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 963.35
Current children cumulated vsize (KiB) 300916

[startup+342.3 s]
/proc/loadavg: 7.47 5.06 2.28 10/186 24006
/proc/meminfo: memFree=31588756/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0
[pid=23983] ppid=23982 vsize=285432 CPUtime=1190.36 cores=1,3,5,7
/proc/23983/stat : 23983 (pb_cplex) R 23982 23982 23543 0 -1 4202496 381432 0 0 0 118763 273 0 0 20 0 8 0 390810821 292282368 46423 33554432000 134512640 146736320 4292644784 4292638032 136403103 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23983/statm: 71358 46423 991 2985 0 68292 0
[pid=23983/tid=23999] ppid=23982 vsize=285432 CPUtime=141.68 cores=1,3,5,7
/proc/23983/task/23999/stat : 23999 (pb_cplex) R 23982 23982 23543 0 -1 4202560 43930 0 0 0 14134 34 0 0 20 0 8 0 390814566 292282368 46423 33554432000 134512640 146736320 4292644784 4128796824 136007039 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23983/tid=24000] ppid=23982 vsize=285432 CPUtime=140.6 cores=1,3,5,7
/proc/23983/task/24000/stat : 24000 (pb_cplex) R 23982 23982 23543 0 -1 4202560 22015 0 0 0 14033 27 0 0 20 0 8 0 390814566 292282368 46423 33554432000 134512640 146736320 4292644784 4139282524 135855165 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23983/tid=24001] ppid=23982 vsize=285432 CPUtime=127.61 cores=1,3,5,7
/proc/23983/task/24001/stat : 24001 (pb_cplex) R 23982 23982 23543 0 -1 4202560 43358 0 0 0 12724 37 0 0 20 0 8 0 390814566 292282368 46423 33554432000 134512640 146736320 4292644784 4149768232 139044552 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23983/tid=24002] ppid=23982 vsize=285432 CPUtime=137.89 cores=1,3,5,7
/proc/23983/task/24002/stat : 24002 (pb_cplex) R 23982 23982 23543 0 -1 4202560 19328 0 0 0 13763 26 0 0 20 0 8 0 390814566 292282368 46423 33554432000 134512640 146736320 4292644784 4113633488 136008245 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23983/tid=24003] ppid=23982 vsize=285432 CPUtime=143.23 cores=1,3,5,7
/proc/23983/task/24003/stat : 24003 (pb_cplex) R 23982 23982 23543 0 -1 4202560 71120 0 0 0 14285 38 0 0 20 0 8 0 390814566 292282368 46423 33554432000 134512640 146736320 4292644784 4026757328 136008450 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23983/tid=24004] ppid=23982 vsize=285432 CPUtime=139.59 cores=1,3,5,7
/proc/23983/task/24004/stat : 24004 (pb_cplex) R 23982 23982 23543 0 -1 4202560 29054 0 0 0 13930 29 0 0 20 0 8 0 390814566 292282368 46423 33554432000 134512640 146736320 4292644784 4016271432 136474230 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23983/tid=24005] ppid=23982 vsize=285432 CPUtime=124.32 cores=1,3,5,7
/proc/23983/task/24005/stat : 24005 (pb_cplex) R 23982 23982 23543 0 -1 4202560 65453 0 0 0 12394 38 0 0 20 0 8 0 390814566 292282368 46423 33554432000 134512640 146736320 4292644784 4005786192 136403112 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1190.36
Current children cumulated vsize (KiB) 294580

[startup+402.3 s]
/proc/loadavg: 7.71 5.55 2.62 10/186 24006
/proc/meminfo: memFree=31589252/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0
[pid=23983] ppid=23982 vsize=285440 CPUtime=1403.09 cores=1,3,5,7
/proc/23983/stat : 23983 (pb_cplex) R 23982 23982 23543 0 -1 4202496 397195 0 0 0 140007 302 0 0 20 0 8 0 390810821 292290560 46426 33554432000 134512640 146736320 4292644784 4292638440 144757825 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23983/statm: 71360 46426 991 2985 0 68294 0
[pid=23983/tid=23999] ppid=23982 vsize=285440 CPUtime=167.62 cores=1,3,5,7
/proc/23983/task/23999/stat : 23999 (pb_cplex) R 23982 23982 23543 0 -1 4202560 51885 0 0 0 16723 39 0 0 20 0 8 0 390814566 292290560 46426 33554432000 134512640 146736320 4292644784 4128796488 135525914 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23983/tid=24000] ppid=23982 vsize=285440 CPUtime=166.92 cores=1,3,5,7
/proc/23983/task/24000/stat : 24000 (pb_cplex) R 23982 23982 23543 0 -1 4202560 22015 0 0 0 16662 30 0 0 20 0 8 0 390814566 292290560 46426 33554432000 134512640 146736320 4292644784 4139282640 136008065 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23983/tid=24001] ppid=23982 vsize=285440 CPUtime=154 cores=1,3,5,7
/proc/23983/task/24001/stat : 24001 (pb_cplex) S 23982 23982 23543 0 -1 4202560 43359 0 0 0 15359 41 0 0 20 0 8 0 390814566 292290560 46426 33554432000 134512640 146736320 4292644784 4149771920 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23983/tid=24002] ppid=23982 vsize=285440 CPUtime=163.68 cores=1,3,5,7
/proc/23983/task/24002/stat : 24002 (pb_cplex) R 23982 23982 23543 0 -1 4202560 20384 0 0 0 16339 29 0 0 20 0 8 0 390814566 292290560 46426 33554432000 134512640 146736320 4292644784 4113633736 136000415 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23983/tid=24003] ppid=23982 vsize=285440 CPUtime=170.32 cores=1,3,5,7
/proc/23983/task/24003/stat : 24003 (pb_cplex) R 23982 23982 23543 0 -1 4202560 76601 0 0 0 16989 43 0 0 20 0 8 0 390814566 292290560 46426 33554432000 134512640 146736320 4292644784 4026756268 135454079 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23983/tid=24004] ppid=23982 vsize=285440 CPUtime=168.1 cores=1,3,5,7
/proc/23983/task/24004/stat : 24004 (pb_cplex) S 23982 23982 23543 0 -1 4202560 30148 0 0 0 16778 32 0 0 20 0 8 0 390814566 292290560 46426 33554432000 134512640 146736320 4292644784 4016275088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23983/tid=24005] ppid=23982 vsize=285440 CPUtime=150.14 cores=1,3,5,7
/proc/23983/task/24005/stat : 24005 (pb_cplex) R 23982 23982 23543 0 -1 4202560 65629 0 0 0 14972 42 0 0 20 0 8 0 390814566 292290560 46426 33554432000 134512640 146736320 4292644784 4005785692 135854186 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1403.09
Current children cumulated vsize (KiB) 294588

[startup+462.3 s]
/proc/loadavg: 7.57 5.88 2.91 7/193 24013
/proc/meminfo: memFree=31491160/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0
[pid=23983] ppid=23982 vsize=290184 CPUtime=1629.11 cores=1,3,5,7
/proc/23983/stat : 23983 (pb_cplex) R 23982 23982 23543 0 -1 4202496 427923 0 0 0 162573 338 0 0 20 0 8 0 390810821 297148416 47365 33554432000 134512640 146736320 4292644784 4292637648 136008050 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23983/statm: 72546 47365 991 2985 0 69480 0
[pid=23983/tid=23999] ppid=23982 vsize=290184 CPUtime=196.56 cores=1,3,5,7
/proc/23983/task/23999/stat : 23999 (pb_cplex) R 23982 23982 23543 0 -1 4202560 58864 0 0 0 19612 44 0 0 20 0 8 0 390814566 297148416 47365 33554432000 134512640 146736320 4292644784 4128795820 135454093 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23983/tid=24000] ppid=23982 vsize=290184 CPUtime=195.37 cores=1,3,5,7
/proc/23983/task/24000/stat : 24000 (pb_cplex) R 23982 23982 23543 0 -1 4202560 22015 0 0 0 19504 33 0 0 20 0 8 0 390814566 297148416 47365 33554432000 134512640 146736320 4292644784 4139283480 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23983/tid=24001] ppid=23982 vsize=290184 CPUtime=182.13 cores=1,3,5,7
/proc/23983/task/24001/stat : 24001 (pb_cplex) R 23982 23982 23543 0 -1 4202560 48017 0 0 0 18167 46 0 0 20 0 8 0 390814566 297148416 47365 33554432000 134512640 146736320 4292644784 4149768400 136008050 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23983/tid=24002] ppid=23982 vsize=290184 CPUtime=191.36 cores=1,3,5,7
/proc/23983/task/24002/stat : 24002 (pb_cplex) R 23982 23982 23543 0 -1 4202560 26488 0 0 0 19101 35 0 0 20 0 8 0 390814566 297148416 47365 33554432000 134512640 146736320 4292644784 4113633488 136008455 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23983/tid=24003] ppid=23982 vsize=290184 CPUtime=198.5 cores=1,3,5,7
/proc/23983/task/24003/stat : 24003 (pb_cplex) R 23982 23982 23543 0 -1 4202560 80000 0 0 0 19802 48 0 0 20 0 8 0 390814566 297148416 47365 33554432000 134512640 146736320 4292644784 4026757712 136403109 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23983/tid=24004] ppid=23982 vsize=290184 CPUtime=196.84 cores=1,3,5,7
/proc/23983/task/24004/stat : 24004 (pb_cplex) R 23982 23982 23543 0 -1 4202560 30150 0 0 0 19648 36 0 0 20 0 8 0 390814566 297148416 47365 33554432000 134512640 146736320 4292644784 4016271816 136000480 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23983/tid=24005] ppid=23982 vsize=290184 CPUtime=178.43 cores=1,3,5,7
/proc/23983/task/24005/stat : 24005 (pb_cplex) R 23982 23982 23543 0 -1 4202560 75215 0 0 0 17795 48 0 0 20 0 8 0 390814566 297148416 47365 33554432000 134512640 146736320 4292644784 4005785104 136403112 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1629.11
Current children cumulated vsize (KiB) 299332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+509.1 s]
/proc/loadavg: 8.02 6.25 3.20 9/193 24013
/proc/meminfo: memFree=31486944/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0
[pid=23983] ppid=23982 vsize=290892 CPUtime=1799.96 cores=1,3,5,7
/proc/23983/stat : 23983 (pb_cplex) R 23982 23982 23543 0 -1 4202496 443397 0 0 0 179632 364 0 0 20 0 8 0 390810821 297873408 47847 33554432000 134512640 146736320 4292644784 4292637532 135855167 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23983/statm: 72723 47847 991 2985 0 69657 0
[pid=23983/tid=23999] ppid=23982 vsize=290892 CPUtime=217.54 cores=1,3,5,7
/proc/23983/task/23999/stat : 23999 (pb_cplex) R 23982 23982 23543 0 -1 4202560 60886 0 0 0 21706 48 0 0 20 0 8 0 390814566 297873408 47847 33554432000 134512640 146736320 4292644784 4128797672 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23983/tid=24000] ppid=23982 vsize=290892 CPUtime=216.45 cores=1,3,5,7
/proc/23983/task/24000/stat : 24000 (pb_cplex) R 23982 23982 23543 0 -1 4202560 22015 0 0 0 21608 37 0 0 20 0 8 0 390814566 297873408 47847 33554432000 134512640 146736320 4292644784 4139283024 136403129 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23983/tid=24001] ppid=23982 vsize=290892 CPUtime=203.24 cores=1,3,5,7
/proc/23983/task/24001/stat : 24001 (pb_cplex) R 23982 23982 23543 0 -1 4202560 51743 0 0 0 20274 50 0 0 20 0 8 0 390814566 297873408 47847 33554432000 134512640 146736320 4292644784 4149768784 136403114 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23983/tid=24002] ppid=23982 vsize=290892 CPUtime=213.79 cores=1,3,5,7
/proc/23983/task/24002/stat : 24002 (pb_cplex) R 23982 23982 23543 0 -1 4202560 27734 0 0 0 21339 40 0 0 20 0 8 0 390814566 297873408 47847 33554432000 134512640 146736320 4292644784 4113633172 136387645 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23983/tid=24003] ppid=23982 vsize=290892 CPUtime=219.9 cores=1,3,5,7
/proc/23983/task/24003/stat : 24003 (pb_cplex) R 23982 23982 23543 0 -1 4202560 80000 0 0 0 21939 51 0 0 20 0 8 0 390814566 297873408 47847 33554432000 134512640 146736320 4292644784 4026757328 136008245 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23983/tid=24004] ppid=23982 vsize=290892 CPUtime=217.89 cores=1,3,5,7
/proc/23983/task/24004/stat : 24004 (pb_cplex) S 23982 23982 23543 0 -1 4202560 30150 0 0 0 21750 39 0 0 20 0 8 0 390814566 297873408 47847 33554432000 134512640 146736320 4292644784 4016275088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23983/tid=24005] ppid=23982 vsize=290892 CPUtime=200.11 cores=1,3,5,7
/proc/23983/task/24005/stat : 24005 (pb_cplex) R 23982 23982 23543 0 -1 4202560 83695 0 0 0 19956 55 0 0 20 0 8 0 390814566 297873408 47847 33554432000 134512640 146736320 4292644784 4005786056 136000176 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.96
Current children cumulated vsize (KiB) 300040

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

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

[startup+509.1 s]
/proc/loadavg: 8.02 6.25 3.20 9/193 24013
/proc/meminfo: memFree=31486944/32873844 swapFree=6904/6904
[pid=23982] ppid=23980 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23982/stat : 23982 (run) S 23980 23982 23543 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810821 9367552 270 33554432000 4194304 5064252 140733951285872 140733951284784 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23982/statm: 2287 270 229 213 0 72 0
[pid=23983] ppid=23982 vsize=290892 CPUtime=1799.96 cores=1,3,5,7
/proc/23983/stat : 23983 (pb_cplex) R 23982 23982 23543 0 -1 4202496 443397 0 0 0 179632 364 0 0 20 0 8 0 390810821 297873408 47847 33554432000 134512640 146736320 4292644784 4292637532 135855167 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23983/statm: 72723 47847 991 2985 0 69657 0
[pid=23983/tid=23999] ppid=23982 vsize=290892 CPUtime=217.54 cores=1,3,5,7
/proc/23983/task/23999/stat : 23999 (pb_cplex) R 23982 23982 23543 0 -1 4202560 60886 0 0 0 21706 48 0 0 20 0 8 0 390814566 297873408 47847 33554432000 134512640 146736320 4292644784 4128797672 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23983/tid=24000] ppid=23982 vsize=290892 CPUtime=216.45 cores=1,3,5,7
/proc/23983/task/24000/stat : 24000 (pb_cplex) R 23982 23982 23543 0 -1 4202560 22015 0 0 0 21608 37 0 0 20 0 8 0 390814566 297873408 47847 33554432000 134512640 146736320 4292644784 4139283024 136403129 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23983/tid=24001] ppid=23982 vsize=290892 CPUtime=203.24 cores=1,3,5,7
/proc/23983/task/24001/stat : 24001 (pb_cplex) R 23982 23982 23543 0 -1 4202560 51743 0 0 0 20274 50 0 0 20 0 8 0 390814566 297873408 47847 33554432000 134512640 146736320 4292644784 4149768784 136403114 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23983/tid=24002] ppid=23982 vsize=290892 CPUtime=213.79 cores=1,3,5,7
/proc/23983/task/24002/stat : 24002 (pb_cplex) R 23982 23982 23543 0 -1 4202560 27734 0 0 0 21339 40 0 0 20 0 8 0 390814566 297873408 47847 33554432000 134512640 146736320 4292644784 4113633172 136387645 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23983/tid=24003] ppid=23982 vsize=290892 CPUtime=219.9 cores=1,3,5,7
/proc/23983/task/24003/stat : 24003 (pb_cplex) R 23982 23982 23543 0 -1 4202560 80000 0 0 0 21939 51 0 0 20 0 8 0 390814566 297873408 47847 33554432000 134512640 146736320 4292644784 4026757328 136008245 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23983/tid=24004] ppid=23982 vsize=290892 CPUtime=217.89 cores=1,3,5,7
/proc/23983/task/24004/stat : 24004 (pb_cplex) S 23982 23982 23543 0 -1 4202560 30150 0 0 0 21750 39 0 0 20 0 8 0 390814566 297873408 47847 33554432000 134512640 146736320 4292644784 4016275088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23983/tid=24005] ppid=23982 vsize=290892 CPUtime=200.11 cores=1,3,5,7
/proc/23983/task/24005/stat : 24005 (pb_cplex) R 23982 23982 23543 0 -1 4202560 83695 0 0 0 19956 55 0 0 20 0 8 0 390814566 297873408 47847 33554432000 134512640 146736320 4292644784 4005786056 136000176 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.96
Current children cumulated vsize (KiB) 300040

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23982 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 1799.96
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0599976
#  lost CPU user time (s): 0.0899963
#  lost CPU system time (s): -0.03

Real time (s): 509.123
CPU time (s): 1800.02
CPU user time (s): 1796.41
CPU system time (s): 3.61
CPU usage (%): 353.553
Max. virtual memory (cumulated for all children) (KiB): 314092

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

runsolver used 1.72074 second user time and 3.36549 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-09 15:01:04
IDJOB=3731312
IDBENCH=1873
IDSOLVER=2325
FILE ID=node140/3731312-1339246864
RUNJOBID= node140-1339246833-23560
PBS_JOBID= 14644341
Free space on /tmp= 70616 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-seymour.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731312-1339246864/watcher-3731312-1339246864 -o /tmp/evaluation-result-3731312-1339246864/solver-3731312-1339246864 -C 1800 -W 1900 -M 15500  run HOME/instance-3731312-1339246864.opb

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

MD5SUM BENCH= 97ebaccbda37d5c570b4e2ec3cd7f8f0
RANDOM SEED=1091329772

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:        31802764 kB
Buffers:          119844 kB
Cached:            89340 kB
SwapCached:         2908 kB
Active:           218156 kB
Inactive:          32824 kB
Active(anon):      41240 kB
Inactive(anon):     3124 kB
Active(file):     176916 kB
Inactive(file):    29700 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67099536 kB
Dirty:             35124 kB
Writeback:             0 kB
AnonPages:         46528 kB
Mapped:            11568 kB
Shmem:                 0 kB
Slab:             679736 kB
SReclaimable:     120268 kB
SUnreclaim:       559468 kB
KernelStack:        1448 kB
PageTables:         4408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     190812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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-3731312-1339246864.opb

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