Trace number 3741471

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.27 551.716

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-bnatt400.opb
MD5SUM536d3737b2ccaa17327217b5dd111990
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.758883
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3600
Total number of constraints5614
Number of constraints which are clauses2014
Number of constraints which are cardinality constraints (but not clauses)1586
Number of constraints which are nor clauses,nor cardinality constraints2014
Minimum length of a constraint1
Maximum length of a constraint9
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1099
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3098
Number of bits of the biggest sum of numbers12
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-3741471-1339250409.opb.
0.00/0.00	c Instance file HOME/instance-3741471-1339250409.opb
0.00/0.00	c File size is 242209 bytes.
0.00/0.03	c Highest Coefficient sum: 3098
0.00/0.03	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.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.04         s                                      |
0.00/0.04	c |  Number Variables:      3600                                                |
0.00/0.04	c |  Number Constraints:    5614                                                |
0.00/0.04	c ===============================================================================
1799.99/551.71	c Remaining time 1799.96 sec.
1799.99/551.71	c 
1799.99/551.71	c *** INTERRUPTED ***
1799.99/551.71	s UNKNOWN
1799.99/551.71	c Total CPU time              : 1798.72 s
1799.99/551.71	c Memory used           : 372.62 MB
1799.99/551.71	c CPU time              : 1798.72 s
1799.99/551.71	c 
1799.99/551.71	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-3741471-1339250409/watcher-3741471-1339250409 -o /tmp/evaluation-result-3741471-1339250409/solver-3741471-1339250409 -C 1800 -W 1900 -M 15500 run HOME/instance-3741471-1339250409.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: 6.91 6.92 6.52 3/178 24248
/proc/meminfo: memFree=29998096/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0

[startup+0.100324 s]
/proc/loadavg: 6.91 6.92 6.52 3/178 24248
/proc/meminfo: memFree=29998096/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200244 s]
/proc/loadavg: 6.91 6.92 6.52 3/178 24248
/proc/meminfo: memFree=29998096/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300271 s]
/proc/loadavg: 6.91 6.92 6.52 3/178 24248
/proc/meminfo: memFree=29998096/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700254 s]
/proc/loadavg: 6.91 6.92 6.52 3/178 24248
/proc/meminfo: memFree=29998096/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 6.91 6.92 6.52 3/180 24250
/proc/meminfo: memFree=29983216/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0
[pid=24249] ppid=24248 vsize=31684 CPUtime=1.48 cores=1,3,5,7
/proc/24249/stat : 24249 (pb_cplex) R 24248 24248 22465 0 -1 4202496 8823 0 0 0 148 0 0 0 20 0 1 0 391166795 32444416 4815 33554432000 134512640 146736320 4291606384 4291600424 139044580 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/24249/statm: 7921 4815 906 2985 0 4855 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40832

[startup+3.10045 s]
/proc/loadavg: 6.91 6.92 6.52 3/180 24250
/proc/meminfo: memFree=29981812/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0
[pid=24249] ppid=24248 vsize=31700 CPUtime=3.08 cores=1,3,5,7
/proc/24249/stat : 24249 (pb_cplex) R 24248 24248 22465 0 -1 4202496 8829 0 0 0 308 0 0 0 20 0 1 0 391166795 32460800 4821 33554432000 134512640 146736320 4291606384 4291600696 136015547 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/24249/statm: 7925 4821 906 2985 0 4859 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 40848

[startup+6.30017 s]
/proc/loadavg: 6.52 6.84 6.50 3/180 24250
/proc/meminfo: memFree=29982128/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0
[pid=24249] ppid=24248 vsize=169180 CPUtime=6.46 cores=1,3,5,7
/proc/24249/stat : 24249 (pb_cplex) R 24248 24248 22465 0 -1 4202496 23366 0 0 0 643 3 0 0 20 0 8 0 391166795 173240320 15844 33554432000 134512640 146736320 4291606384 4291597780 135455285 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24249/statm: 42295 15844 950 2985 0 39229 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 178328

[startup+12.7004 s]
/proc/loadavg: 6.72 6.87 6.51 5/187 24257
/proc/meminfo: memFree=29910468/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0
[pid=24249] ppid=24248 vsize=194236 CPUtime=30.02 cores=1,3,5,7
/proc/24249/stat : 24249 (pb_cplex) R 24248 24248 22465 0 -1 4202496 35071 0 0 0 2994 8 0 0 20 0 8 0 391166795 198897664 22767 33554432000 134512640 146736320 4291606384 4291599152 136384883 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24249/statm: 48559 22767 950 2985 0 45493 0
[pid=24249/tid=24251] ppid=24248 vsize=194236 CPUtime=3.34 cores=1,3,5,7
/proc/24249/task/24251/stat : 24251 (pb_cplex) R 24248 24248 22465 0 -1 4202560 2201 0 0 0 334 0 0 0 20 0 8 0 391167367 198897664 22767 33554432000 134512640 146736320 4291606384 4135567952 136403112 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24252] ppid=24248 vsize=194236 CPUtime=3.31 cores=1,3,5,7
/proc/24249/task/24252/stat : 24252 (pb_cplex) R 24248 24248 22465 0 -1 4202560 1577 0 0 0 331 0 0 0 20 0 8 0 391167367 198897664 22767 33554432000 134512640 146736320 4291606384 4125082192 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=24249/tid=24253] ppid=24248 vsize=194236 CPUtime=2.72 cores=1,3,5,7
/proc/24249/task/24253/stat : 24253 (pb_cplex) R 24248 24248 22465 0 -1 4202560 2791 0 0 0 271 1 0 0 20 0 8 0 391167367 198897664 22767 33554432000 134512640 146736320 4291606384 4114596296 136000480 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=24249/tid=24254] ppid=24248 vsize=194236 CPUtime=2.27 cores=1,3,5,7
/proc/24249/task/24254/stat : 24254 (pb_cplex) R 24248 24248 22465 0 -1 4202560 2277 0 0 0 227 0 0 0 20 0 8 0 391167367 198897664 22767 33554432000 134512640 146736320 4291606384 4104109972 136017752 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24255] ppid=24248 vsize=194236 CPUtime=3.25 cores=1,3,5,7
/proc/24249/task/24255/stat : 24255 (pb_cplex) R 24248 24248 22465 0 -1 4202560 1942 0 0 0 325 0 0 0 20 0 8 0 391167367 198897664 22767 33554432000 134512640 146736320 4291606384 4093624528 136008170 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=24249/tid=24256] ppid=24248 vsize=194236 CPUtime=3.76 cores=1,3,5,7
/proc/24249/task/24256/stat : 24256 (pb_cplex) R 24248 24248 22465 0 -1 4202560 1947 0 0 0 376 0 0 0 20 0 8 0 391167367 198897664 22767 33554432000 134512640 146736320 4291606384 4083137724 135453231 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24249/tid=24257] ppid=24248 vsize=194236 CPUtime=2.9 cores=1,3,5,7
/proc/24249/task/24257/stat : 24257 (pb_cplex) R 24248 24248 22465 0 -1 4202560 2357 0 0 0 290 0 0 0 20 0 8 0 391167367 198897664 22767 33554432000 134512640 146736320 4291606384 4072653392 136403103 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 30.02
Current children cumulated vsize (KiB) 203384

[startup+25.5005 s]
/proc/loadavg: 7.22 6.98 6.55 10/187 24257
/proc/meminfo: memFree=29897336/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0
[pid=24249] ppid=24248 vsize=206092 CPUtime=77.73 cores=1,3,5,7
/proc/24249/stat : 24249 (pb_cplex) R 24248 24248 22465 0 -1 4202496 47722 0 0 0 7761 12 0 0 20 0 8 0 391166795 211038208 26186 33554432000 134512640 146736320 4291606384 4291599248 136008234 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24249/statm: 51523 26186 950 2985 0 48457 0
[pid=24249/tid=24251] ppid=24248 vsize=206092 CPUtime=8.6 cores=1,3,5,7
/proc/24249/task/24251/stat : 24251 (pb_cplex) R 24248 24248 22465 0 -1 4202560 4068 0 0 0 859 1 0 0 20 0 8 0 391167367 211038208 26186 33554432000 134512640 146736320 4291606384 4135567568 136008050 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24252] ppid=24248 vsize=206092 CPUtime=8.54 cores=1,3,5,7
/proc/24249/task/24252/stat : 24252 (pb_cplex) R 24248 24248 22465 0 -1 4202560 2485 0 0 0 853 1 0 0 20 0 8 0 391167367 211038208 26186 33554432000 134512640 146736320 4291606384 4125081808 136008042 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24253] ppid=24248 vsize=206092 CPUtime=9.05 cores=1,3,5,7
/proc/24249/task/24253/stat : 24253 (pb_cplex) R 24248 24248 22465 0 -1 4202560 4647 0 0 0 904 1 0 0 20 0 8 0 391167367 211038208 26186 33554432000 134512640 146736320 4291606384 4114596048 136007975 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24254] ppid=24248 vsize=206092 CPUtime=7.6 cores=1,3,5,7
/proc/24249/task/24254/stat : 24254 (pb_cplex) R 24248 24248 22465 0 -1 4202560 3650 0 0 0 759 1 0 0 20 0 8 0 391167367 211038208 26186 33554432000 134512640 146736320 4291606384 4104110672 136403112 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=24249/tid=24255] ppid=24248 vsize=206092 CPUtime=8.41 cores=1,3,5,7
/proc/24249/task/24255/stat : 24255 (pb_cplex) R 24248 24248 22465 0 -1 4202560 3401 0 0 0 840 1 0 0 20 0 8 0 391167367 211038208 26186 33554432000 134512640 146736320 4291606384 4093624528 136008339 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=24249/tid=24256] ppid=24248 vsize=206092 CPUtime=11.25 cores=1,3,5,7
/proc/24249/task/24256/stat : 24256 (pb_cplex) R 24248 24248 22465 0 -1 4202560 3618 0 0 0 1124 1 0 0 20 0 8 0 391167367 211038208 26186 33554432000 134512640 146736320 4291606384 4083138768 136008042 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24257] ppid=24248 vsize=206092 CPUtime=9.9 cores=1,3,5,7
/proc/24249/task/24257/stat : 24257 (pb_cplex) R 24248 24248 22465 0 -1 4202560 4162 0 0 0 989 1 0 0 20 0 8 0 391167367 211038208 26186 33554432000 134512640 146736320 4291606384 4072653008 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 77.73
Current children cumulated vsize (KiB) 215240

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

[startup+48.3004 s]
/proc/loadavg: 7.50 7.06 6.59 6/187 24258
/proc/meminfo: memFree=29892504/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0
[pid=24249] ppid=24248 vsize=220004 CPUtime=156.81 cores=1,3,5,7
/proc/24249/stat : 24249 (pb_cplex) S 24248 24248 22465 0 -1 4202496 57007 0 0 0 15663 18 0 0 20 0 8 0 391166795 225284096 29921 33554432000 134512640 146736320 4291606384 4291602768 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24249/statm: 55001 29921 950 2985 0 51935 0
[pid=24249/tid=24251] ppid=24248 vsize=220004 CPUtime=17.71 cores=1,3,5,7
/proc/24249/task/24251/stat : 24251 (pb_cplex) S 24248 24248 22465 0 -1 4202560 4688 0 0 0 1769 2 0 0 20 0 8 0 391167367 225284096 29921 33554432000 134512640 146736320 4291606384 4135571088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24249/tid=24252] ppid=24248 vsize=220004 CPUtime=19.94 cores=1,3,5,7
/proc/24249/task/24252/stat : 24252 (pb_cplex) S 24248 24248 22465 0 -1 4202560 3552 0 0 0 1992 2 0 0 20 0 8 0 391167367 225284096 29921 33554432000 134512640 146736320 4291606384 4125085328 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24253] ppid=24248 vsize=220004 CPUtime=17.2 cores=1,3,5,7
/proc/24249/task/24253/stat : 24253 (pb_cplex) S 24248 24248 22465 0 -1 4202560 5983 0 0 0 1718 2 0 0 20 0 8 0 391167367 225284096 29921 33554432000 134512640 146736320 4291606384 4114599568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24254] ppid=24248 vsize=220004 CPUtime=16.25 cores=1,3,5,7
/proc/24249/task/24254/stat : 24254 (pb_cplex) S 24248 24248 22465 0 -1 4202560 4662 0 0 0 1624 1 0 0 20 0 8 0 391167367 225284096 29921 33554432000 134512640 146736320 4291606384 4104113808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24255] ppid=24248 vsize=220004 CPUtime=19.15 cores=1,3,5,7
/proc/24249/task/24255/stat : 24255 (pb_cplex) R 24248 24248 22465 0 -1 4202560 4355 0 0 0 1913 2 0 0 20 0 8 0 391167367 225284096 29921 33554432000 134512640 146736320 4291606384 4093624472 136007149 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24249/tid=24256] ppid=24248 vsize=220004 CPUtime=19.68 cores=1,3,5,7
/proc/24249/task/24256/stat : 24256 (pb_cplex) S 24248 24248 22465 0 -1 4202560 5059 0 0 0 1966 2 0 0 20 0 8 0 391167367 225284096 29921 33554432000 134512640 146736320 4291606384 4083142288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24257] ppid=24248 vsize=220004 CPUtime=19.18 cores=1,3,5,7
/proc/24249/task/24257/stat : 24257 (pb_cplex) S 24248 24248 22465 0 -1 4202560 5304 0 0 0 1917 1 0 0 20 0 8 0 391167367 225284096 29921 33554432000 134512640 146736320 4291606384 4072656528 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 156.81
Current children cumulated vsize (KiB) 229152

[startup+48.4004 s]
/proc/loadavg: 7.50 7.06 6.59 3/180 24258
/proc/meminfo: memFree=29906516/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0
[pid=24249] ppid=24248 vsize=167660 CPUtime=156.53 cores=1,3,5,7
/proc/24249/stat : 24249 (pb_cplex) R 24248 24248 22465 0 -1 4202496 57031 0 0 0 15630 23 0 0 20 0 1 0 391166795 171683840 25839 33554432000 134512640 146736320 4291606384 4291603160 144757825 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/24249/statm: 41915 25839 951 2985 0 38849 0
Current children cumulated CPU time (s) 156.53
Current children cumulated vsize (KiB) 176808
#
############



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

[pid=24249/tid=24293] ppid=24248 vsize=347412 CPUtime=62.27 cores=1,3,5,7
/proc/24249/task/24293/stat : 24293 (pb_cplex) S 24248 24248 22465 0 -1 4202560 10236 0 0 0 6223 4 0 0 20 0 8 0 391179147 355749888 64192 33554432000 134512640 146736320 4291606384 3955154576 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24294] ppid=24248 vsize=347412 CPUtime=66.02 cores=1,3,5,7
/proc/24249/task/24294/stat : 24294 (pb_cplex) S 24248 24248 22465 0 -1 4202560 4856 0 0 0 6599 3 0 0 20 0 8 0 391179147 355749888 64192 33554432000 134512640 146736320 4291606384 3944668816 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24249/tid=24295] ppid=24248 vsize=347412 CPUtime=72.8 cores=1,3,5,7
/proc/24249/task/24295/stat : 24295 (pb_cplex) R 24248 24248 22465 0 -1 4202560 11384 0 0 0 7274 6 0 0 20 0 8 0 391179147 355749888 64192 33554432000 134512640 146736320 4291606384 3934179920 136403117 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 775.73
Current children cumulated vsize (KiB) 356560

[startup+342.3 s]
/proc/loadavg: 8.41 6.98 6.55 10/186 24296
/proc/meminfo: memFree=29753864/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0
[pid=24249] ppid=24248 vsize=350712 CPUtime=1004.6 cores=1,3,5,7
/proc/24249/stat : 24249 (pb_cplex) R 24248 24248 22465 0 -1 4202496 196870 0 0 0 100376 84 0 0 20 0 8 0 391166795 359129088 64736 33554432000 134512640 146736320 4291606384 4291599248 136008069 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24249/statm: 87678 64736 987 2985 0 84612 0
[pid=24249/tid=24289] ppid=24248 vsize=350712 CPUtime=104.98 cores=1,3,5,7
/proc/24249/task/24289/stat : 24289 (pb_cplex) R 24248 24248 22465 0 -1 4202560 24356 0 0 0 10490 8 0 0 20 0 8 0 391179147 359129088 64736 33554432000 134512640 146736320 4291606384 4047495376 136008177 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=24249/tid=24290] ppid=24248 vsize=350712 CPUtime=77.41 cores=1,3,5,7
/proc/24249/task/24290/stat : 24290 (pb_cplex) R 24248 24248 22465 0 -1 4202560 13480 0 0 0 7735 6 0 0 20 0 8 0 391179147 359129088 64736 33554432000 134512640 146736320 4291606384 4118245528 136007089 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=24249/tid=24291] ppid=24248 vsize=350712 CPUtime=95.49 cores=1,3,5,7
/proc/24249/task/24291/stat : 24291 (pb_cplex) R 24248 24248 22465 0 -1 4202560 6746 0 0 0 9545 4 0 0 20 0 8 0 391179147 359129088 64736 33554432000 134512640 146736320 4291606384 4128730140 135852696 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24292] ppid=24248 vsize=350712 CPUtime=92.94 cores=1,3,5,7
/proc/24249/task/24292/stat : 24292 (pb_cplex) R 24248 24248 22465 0 -1 4202560 12268 0 0 0 9287 7 0 0 20 0 8 0 391179147 359129088 64736 33554432000 134512640 146736320 4291606384 4104110472 139023073 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24293] ppid=24248 vsize=350712 CPUtime=88.86 cores=1,3,5,7
/proc/24249/task/24293/stat : 24293 (pb_cplex) R 24248 24248 22465 0 -1 4202560 17744 0 0 0 8878 8 0 0 20 0 8 0 391179147 359129088 64736 33554432000 134512640 146736320 4291606384 3955150848 136018924 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24249/tid=24294] ppid=24248 vsize=350712 CPUtime=92.67 cores=1,3,5,7
/proc/24249/task/24294/stat : 24294 (pb_cplex) R 24248 24248 22465 0 -1 4202560 8814 0 0 0 9262 5 0 0 20 0 8 0 391179147 359129088 64736 33554432000 134512640 146736320 4291606384 3944664236 135454201 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=24249/tid=24295] ppid=24248 vsize=350712 CPUtime=104.34 cores=1,3,5,7
/proc/24249/task/24295/stat : 24295 (pb_cplex) R 24248 24248 22465 0 -1 4202560 17133 0 0 0 10425 9 0 0 20 0 8 0 391179147 359129088 64736 33554432000 134512640 146736320 4291606384 3934179220 136017763 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1004.6
Current children cumulated vsize (KiB) 359860

[startup+402.3 s]
/proc/loadavg: 8.24 7.18 6.64 10/186 24296
/proc/meminfo: memFree=29730588/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0
[pid=24249] ppid=24248 vsize=365860 CPUtime=1233.49 cores=1,3,5,7
/proc/24249/stat : 24249 (pb_cplex) R 24248 24248 22465 0 -1 4202496 246902 0 0 0 123247 102 0 0 20 0 8 0 391166795 374640640 68259 33554432000 134512640 146736320 4291606384 4291599080 139044581 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24249/statm: 91465 68259 987 2985 0 88399 0
[pid=24249/tid=24289] ppid=24248 vsize=365860 CPUtime=134.82 cores=1,3,5,7
/proc/24249/task/24289/stat : 24289 (pb_cplex) R 24248 24248 22465 0 -1 4202560 32770 0 0 0 13470 12 0 0 20 0 8 0 391179147 374640640 68259 33554432000 134512640 146736320 4291606384 4047495260 135854456 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24249/tid=24290] ppid=24248 vsize=365860 CPUtime=105.01 cores=1,3,5,7
/proc/24249/task/24290/stat : 24290 (pb_cplex) R 24248 24248 22465 0 -1 4202560 23697 0 0 0 10492 9 0 0 20 0 8 0 391179147 374640640 68259 33554432000 134512640 146736320 4291606384 4118245488 136384883 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=24249/tid=24291] ppid=24248 vsize=365860 CPUtime=125.01 cores=1,3,5,7
/proc/24249/task/24291/stat : 24291 (pb_cplex) R 24248 24248 22465 0 -1 4202560 11688 0 0 0 12495 6 0 0 20 0 8 0 391179147 374640640 68259 33554432000 134512640 146736320 4291606384 4128731228 135854505 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=24249/tid=24292] ppid=24248 vsize=365860 CPUtime=121.58 cores=1,3,5,7
/proc/24249/task/24292/stat : 24292 (pb_cplex) R 24248 24248 22465 0 -1 4202560 16215 0 0 0 12149 9 0 0 20 0 8 0 391179147 374640640 68259 33554432000 134512640 146736320 4291606384 4104110288 136008177 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24293] ppid=24248 vsize=365860 CPUtime=117.67 cores=1,3,5,7
/proc/24249/task/24293/stat : 24293 (pb_cplex) R 24248 24248 22465 0 -1 4202560 22632 0 0 0 11758 9 0 0 20 0 8 0 391179147 374640640 68259 33554432000 134512640 146736320 4291606384 3955150400 139046486 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=24249/tid=24294] ppid=24248 vsize=365860 CPUtime=120.8 cores=1,3,5,7
/proc/24249/task/24294/stat : 24294 (pb_cplex) R 24248 24248 22465 0 -1 4202560 16439 0 0 0 12073 7 0 0 20 0 8 0 391179147 374640640 68259 33554432000 134512640 146736320 4291606384 3944665296 136008069 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=24249/tid=24295] ppid=24248 vsize=365860 CPUtime=132.3 cores=1,3,5,7
/proc/24249/task/24295/stat : 24295 (pb_cplex) R 24248 24248 22465 0 -1 4202560 21941 0 0 0 13218 12 0 0 20 0 8 0 391179147 374640640 68259 33554432000 134512640 146736320 4291606384 3934179488 136006275 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1233.49
Current children cumulated vsize (KiB) 375008

[startup+462.301 s]
/proc/loadavg: 7.92 7.27 6.70 4/186 24296
/proc/meminfo: memFree=29715740/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0
[pid=24249] ppid=24248 vsize=376540 CPUtime=1463.27 cores=1,3,5,7
/proc/24249/stat : 24249 (pb_cplex) R 24248 24248 22465 0 -1 4202496 267385 0 0 0 146216 111 0 0 20 0 8 0 391166795 385576960 71747 33554432000 134512640 146736320 4291606384 4291599152 136384892 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24249/statm: 94135 71747 987 2985 0 91069 0
[pid=24249/tid=24289] ppid=24248 vsize=376540 CPUtime=162.81 cores=1,3,5,7
/proc/24249/task/24289/stat : 24289 (pb_cplex) S 24248 24248 22465 0 -1 4202560 34532 0 0 0 16268 13 0 0 20 0 8 0 391179147 385576960 71747 33554432000 134512640 146736320 4291606384 4047498896 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24249/tid=24290] ppid=24248 vsize=376540 CPUtime=133.08 cores=1,3,5,7
/proc/24249/task/24290/stat : 24290 (pb_cplex) S 24248 24248 22465 0 -1 4202560 27655 0 0 0 13297 11 0 0 20 0 8 0 391179147 385576960 71747 33554432000 134512640 146736320 4291606384 4118249104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24291] ppid=24248 vsize=376540 CPUtime=155.21 cores=1,3,5,7
/proc/24249/task/24291/stat : 24291 (pb_cplex) R 24248 24248 22465 0 -1 4202560 17029 0 0 0 15512 9 0 0 20 0 8 0 391179147 385576960 71747 33554432000 134512640 146736320 4291606384 4128731336 136064236 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24249/tid=24292] ppid=24248 vsize=376540 CPUtime=148.76 cores=1,3,5,7
/proc/24249/task/24292/stat : 24292 (pb_cplex) S 24248 24248 22465 0 -1 4202560 16219 0 0 0 14865 11 0 0 20 0 8 0 391179147 385576960 71747 33554432000 134512640 146736320 4291606384 4104113808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24293] ppid=24248 vsize=376540 CPUtime=146.15 cores=1,3,5,7
/proc/24249/task/24293/stat : 24293 (pb_cplex) S 24248 24248 22465 0 -1 4202560 22637 0 0 0 14604 11 0 0 20 0 8 0 391179147 385576960 71747 33554432000 134512640 146736320 4291606384 3955154576 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24249/tid=24294] ppid=24248 vsize=376540 CPUtime=148.94 cores=1,3,5,7
/proc/24249/task/24294/stat : 24294 (pb_cplex) S 24248 24248 22465 0 -1 4202560 19551 0 0 0 14884 10 0 0 20 0 8 0 391179147 385576960 71747 33554432000 134512640 146736320 4291606384 3944668816 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24249/tid=24295] ppid=24248 vsize=376540 CPUtime=160.66 cores=1,3,5,7
/proc/24249/task/24295/stat : 24295 (pb_cplex) S 24248 24248 22465 0 -1 4202560 21947 0 0 0 16054 12 0 0 20 0 8 0 391179147 385576960 71747 33554432000 134512640 146736320 4291606384 3934183056 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1463.27
Current children cumulated vsize (KiB) 385688

[startup+522.3 s]
/proc/loadavg: 8.23 7.44 6.79 10/186 24296
/proc/meminfo: memFree=29719164/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0
[pid=24249] ppid=24248 vsize=383856 CPUtime=1688.72 cores=1,3,5,7
/proc/24249/stat : 24249 (pb_cplex) R 24248 24248 22465 0 -1 4202496 302367 0 0 0 168747 125 0 0 20 0 8 0 391166795 393068544 73859 33554432000 134512640 146736320 4291606384 4291598160 136008050 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24249/statm: 95964 73859 987 2985 0 92898 0
[pid=24249/tid=24289] ppid=24248 vsize=383856 CPUtime=191.41 cores=1,3,5,7
/proc/24249/task/24289/stat : 24289 (pb_cplex) R 24248 24248 22465 0 -1 4202560 41144 0 0 0 19126 15 0 0 20 0 8 0 391179147 393068544 73859 33554432000 134512640 146736320 4291606384 4047495376 136008065 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24290] ppid=24248 vsize=383856 CPUtime=158.26 cores=1,3,5,7
/proc/24249/task/24290/stat : 24290 (pb_cplex) R 24248 24248 22465 0 -1 4202560 27666 0 0 0 15814 12 0 0 20 0 8 0 391179147 393068544 73859 33554432000 134512640 146736320 4291606384 4118245968 136403112 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=24249/tid=24291] ppid=24248 vsize=383856 CPUtime=186.87 cores=1,3,5,7
/proc/24249/task/24291/stat : 24291 (pb_cplex) R 24248 24248 22465 0 -1 4202560 26007 0 0 0 18675 12 0 0 20 0 8 0 391179147 393068544 73859 33554432000 134512640 146736320 4291606384 4128731344 136008364 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24249/tid=24292] ppid=24248 vsize=383856 CPUtime=175.6 cores=1,3,5,7
/proc/24249/task/24292/stat : 24292 (pb_cplex) R 24248 24248 22465 0 -1 4202560 16269 0 0 0 17548 12 0 0 20 0 8 0 391179147 393068544 73859 33554432000 134512640 146736320 4291606384 4104110720 139046496 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=24249/tid=24293] ppid=24248 vsize=383856 CPUtime=173.76 cores=1,3,5,7
/proc/24249/task/24293/stat : 24293 (pb_cplex) R 24248 24248 22465 0 -1 4202560 22637 0 0 0 17364 12 0 0 20 0 8 0 391179147 393068544 73859 33554432000 134512640 146736320 4291606384 3955151300 136002010 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=24249/tid=24294] ppid=24248 vsize=383856 CPUtime=175.58 cores=1,3,5,7
/proc/24249/task/24294/stat : 24294 (pb_cplex) R 24248 24248 22465 0 -1 4202560 34020 0 0 0 17543 15 0 0 20 0 8 0 391179147 393068544 73859 33554432000 134512640 146736320 4291606384 3944665680 136403112 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24295] ppid=24248 vsize=383856 CPUtime=187.45 cores=1,3,5,7
/proc/24249/task/24295/stat : 24295 (pb_cplex) R 24248 24248 22465 0 -1 4202560 21947 0 0 0 18732 13 0 0 20 0 8 0 391179147 393068544 73859 33554432000 134512640 146736320 4291606384 3934178492 135526884 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1688.72
Current children cumulated vsize (KiB) 393004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+551.7 s]
/proc/loadavg: 8.16 7.50 6.83 10/193 24303
/proc/meminfo: memFree=29406240/32873648 swapFree=7372/7372
[pid=24248] ppid=24246 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24248/stat : 24248 (run) S 24246 24248 22465 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391166795 9367552 269 33554432000 4194304 5064252 140736652872448 140736652871360 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24248/statm: 2287 269 229 213 0 72 0
[pid=24249] ppid=24248 vsize=381560 CPUtime=1799.99 cores=1,3,5,7
/proc/24249/stat : 24249 (pb_cplex) R 24248 24248 22465 0 -1 4202496 313882 0 0 0 179869 130 0 0 20 0 8 0 391166795 390717440 73516 33554432000 134512640 146736320 4291606384 4291599152 136384890 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24249/statm: 95390 73516 987 2985 0 92324 0
[pid=24249/tid=24289] ppid=24248 vsize=381560 CPUtime=205.14 cores=1,3,5,7
/proc/24249/task/24289/stat : 24289 (pb_cplex) R 24248 24248 22465 0 -1 4202560 44058 0 0 0 20497 17 0 0 20 0 8 0 391179147 390717440 73516 33554432000 134512640 146736320 4291606384 4047495260 135854548 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=24249/tid=24290] ppid=24248 vsize=381560 CPUtime=173.61 cores=1,3,5,7
/proc/24249/task/24290/stat : 24290 (pb_cplex) R 24248 24248 22465 0 -1 4202560 27668 0 0 0 17349 12 0 0 20 0 8 0 391179147 390717440 73516 33554432000 134512640 146736320 4291606384 4118245808 136400420 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24249/tid=24291] ppid=24248 vsize=381560 CPUtime=199.39 cores=1,3,5,7
/proc/24249/task/24291/stat : 24291 (pb_cplex) R 24248 24248 22465 0 -1 4202560 29441 0 0 0 19925 14 0 0 20 0 8 0 391179147 390717440 73516 33554432000 134512640 146736320 4291606384 4128731344 136008309 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=24249/tid=24292] ppid=24248 vsize=381560 CPUtime=188.89 cores=1,3,5,7
/proc/24249/task/24292/stat : 24292 (pb_cplex) R 24248 24248 22465 0 -1 4202560 16270 0 0 0 18877 12 0 0 20 0 8 0 391179147 390717440 73516 33554432000 134512640 146736320 4291606384 4104110288 136008039 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=24249/tid=24293] ppid=24248 vsize=381560 CPUtime=186.91 cores=1,3,5,7
/proc/24249/task/24293/stat : 24293 (pb_cplex) R 24248 24248 22465 0 -1 4202560 22637 0 0 0 18679 12 0 0 20 0 8 0 391179147 390717440 73516 33554432000 134512640 146736320 4291606384 3955150848 136019045 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=24249/tid=24294] ppid=24248 vsize=381560 CPUtime=191.7 cores=1,3,5,7
/proc/24249/task/24294/stat : 24294 (pb_cplex) R 24248 24248 22465 0 -1 4202560 38309 0 0 0 19153 17 0 0 20 0 8 0 391179147 390717440 73516 33554432000 134512640 146736320 4291606384 3944665088 136018931 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=24249/tid=24295] ppid=24248 vsize=381560 CPUtime=201.69 cores=1,3,5,7
/proc/24249/task/24295/stat : 24295 (pb_cplex) R 24248 24248 22465 0 -1 4202560 21947 0 0 0 20155 14 0 0 20 0 8 0 391179147 390717440 73516 33554432000 134512640 146736320 4291606384 3934179328 136018936 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.99
Current children cumulated vsize (KiB) 390708

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 24248 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.99
#
# 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.279999
#  lost CPU user time (s): 0.330002
#  lost CPU system time (s): -0.05

Real time (s): 551.716
CPU time (s): 1800.27
CPU user time (s): 1799.02
CPU system time (s): 1.25
CPU usage (%): 326.304
Max. virtual memory (cumulated for all children) (KiB): 398776

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

runsolver used 1.3398 second user time and 3.54646 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-09 16:00:09
IDJOB=3741471
IDBENCH=89863
IDSOLVER=2325
FILE ID=node124/3741471-1339250409
RUNJOBID= node124-1339246831-22482
PBS_JOBID= 14644357
Free space on /tmp= 70576 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-bnatt400.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741471-1339250409/watcher-3741471-1339250409 -o /tmp/evaluation-result-3741471-1339250409/solver-3741471-1339250409 -C 1800 -W 1900 -M 15500  run HOME/instance-3741471-1339250409.opb

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

MD5SUM BENCH= 536d3737b2ccaa17327217b5dd111990
RANDOM SEED=1722586761

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29997980 kB
Buffers:          458868 kB
Cached:          1289504 kB
SwapCached:         8612 kB
Active:          1896092 kB
Inactive:         104128 kB
Active(anon):     237004 kB
Inactive(anon):    11320 kB
Active(file):    1659088 kB
Inactive(file):    92808 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67092344 kB
Dirty:             16720 kB
Writeback:             8 kB
AnonPages:        245476 kB
Mapped:            12276 kB
Shmem:                 0 kB
Slab:             735436 kB
SReclaimable:     179644 kB
SUnreclaim:       555792 kB
KernelStack:        1472 kB
PageTables:         4324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     459352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3741471-1339250409.opb

Free space on /tmp at the end= 70560 MiB
End job on node124 at 2012-06-09 16:09:23