Trace number 3738354

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.31 518.517

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx30.opb
MD5SUMa013c9210a7cfe037db9246041ce6240
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
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 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
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-3738354-1339249058.opb.
0.00/0.00	c Instance file HOME/instance-3738354-1339249058.opb
0.00/0.00	c File size is 72189 bytes.
0.00/0.03	c Highest Coefficient sum: 380
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.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      774                                                 |
0.00/0.03	c |  Number Constraints:    994                                                 |
0.00/0.03	c ===============================================================================
1800.31/518.51	c Remaining time 1799.97 sec.
1800.31/518.51	c 
1800.31/518.51	c *** INTERRUPTED ***
1800.31/518.51	s UNKNOWN
1800.31/518.51	c Total CPU time              : 1782.55 s
1800.31/518.51	c Memory used           : 167.98 MB
1800.31/518.51	c CPU time              : 1782.55 s
1800.31/518.51	c 
1800.31/518.51	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3738354-1339249058/watcher-3738354-1339249058 -o /tmp/evaluation-result-3738354-1339249058/solver-3738354-1339249058 -C 1800 -W 1900 -M 15500 run HOME/instance-3738354-1339249058.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.64 7.01 6.00 3/177 7161
/proc/meminfo: memFree=28020908/32873844 swapFree=7900/7900
[pid=7161] ppid=7159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7161/stat : 7161 (run) S 7159 7161 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391030385 9367552 270 33554432000 4194304 5064252 140737144532448 140737144531360 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7161/statm: 2287 270 229 213 0 72 0

[startup+0.0161959 s]
/proc/loadavg: 6.64 7.01 6.00 3/177 7161
/proc/meminfo: memFree=28020908/32873844 swapFree=7900/7900
[pid=7161] ppid=7159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7161/stat : 7161 (run) S 7159 7161 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391030385 9367552 270 33554432000 4194304 5064252 140737144532448 140737144531360 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7161/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100257 s]
/proc/loadavg: 6.64 7.01 6.00 3/177 7161
/proc/meminfo: memFree=28020908/32873844 swapFree=7900/7900
[pid=7161] ppid=7159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7161/stat : 7161 (run) S 7159 7161 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391030385 9367552 270 33554432000 4194304 5064252 140737144532448 140737144531360 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7161/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300129 s]
/proc/loadavg: 6.64 7.01 6.00 3/177 7161
/proc/meminfo: memFree=28020908/32873844 swapFree=7900/7900
[pid=7161] ppid=7159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7161/stat : 7161 (run) S 7159 7161 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391030385 9367552 270 33554432000 4194304 5064252 140737144532448 140737144531360 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7161/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700308 s]
/proc/loadavg: 6.64 7.01 6.00 3/177 7161
/proc/meminfo: memFree=28020908/32873844 swapFree=7900/7900
[pid=7161] ppid=7159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7161/stat : 7161 (run) S 7159 7161 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391030385 9367552 270 33554432000 4194304 5064252 140737144532448 140737144531360 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7161/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 6.64 7.01 6.00 3/179 7170
/proc/meminfo: memFree=28004028/32873844 swapFree=7900/7900
[pid=7161] ppid=7159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7161/stat : 7161 (run) S 7159 7161 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391030385 9367552 270 33554432000 4194304 5064252 140737144532448 140737144531360 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7161/statm: 2287 270 229 213 0 72 0
[pid=7162] ppid=7161 vsize=140836 CPUtime=3 cores=1,3,5,7
/proc/7162/stat : 7162 (pb_cplex) R 7161 7161 6357 0 -1 4202496 22758 0 0 0 288 12 0 0 20 0 8 0 391030385 144216064 13575 33554432000 134512640 146736320 4289862512 4289855612 144757825 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7162/statm: 35209 13575 953 2985 0 32143 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 149984

[startup+3.10047 s]
/proc/loadavg: 6.64 7.01 6.00 10/186 7184
/proc/meminfo: memFree=27951452/32873844 swapFree=7900/7900
[pid=7161] ppid=7159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7161/stat : 7161 (run) S 7159 7161 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391030385 9367552 270 33554432000 4194304 5064252 140737144532448 140737144531360 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7161/statm: 2287 270 229 213 0 72 0
[pid=7162] ppid=7161 vsize=163820 CPUtime=8.73 cores=1,3,5,7
/proc/7162/stat : 7162 (pb_cplex) S 7161 7161 6357 0 -1 4202496 34775 0 0 0 853 20 0 0 20 0 8 0 391030385 167751680 19261 33554432000 134512640 146736320 4289862512 4289858896 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7162/statm: 40955 19261 970 2985 0 37889 0
[pid=7162/tid=7178] ppid=7161 vsize=163820 CPUtime=0.68 cores=1,3,5,7
/proc/7162/task/7178/stat : 7178 (pb_cplex) R 7161 7161 6357 0 -1 4202560 1068 0 0 0 66 2 0 0 20 0 8 0 391030511 167751680 19261 33554432000 134512640 146736320 4289862512 4130357316 136385177 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=7162/tid=7179] ppid=7161 vsize=163820 CPUtime=0.9 cores=1,3,5,7
/proc/7162/task/7179/stat : 7179 (pb_cplex) R 7161 7161 6357 0 -1 4202560 3124 0 0 0 88 2 0 0 20 0 8 0 391030511 167751680 19261 33554432000 134512640 146736320 4289862512 4140844008 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7162/tid=7180] ppid=7161 vsize=163820 CPUtime=0.87 cores=1,3,5,7
/proc/7162/task/7180/stat : 7180 (pb_cplex) R 7161 7161 6357 0 -1 4202560 1863 0 0 0 85 2 0 0 20 0 8 0 391030511 167751680 19261 33554432000 134512640 146736320 4289862512 4151329768 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7162/tid=7181] ppid=7161 vsize=163820 CPUtime=0.82 cores=1,3,5,7
/proc/7162/task/7181/stat : 7181 (pb_cplex) R 7161 7161 6357 0 -1 4202560 1585 0 0 0 82 0 0 0 20 0 8 0 391030511 167751680 19261 33554432000 134512640 146736320 4289862512 4119871556 136385167 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7162/tid=7182] ppid=7161 vsize=163820 CPUtime=0.68 cores=1,3,5,7
/proc/7162/task/7182/stat : 7182 (pb_cplex) R 7161 7161 6357 0 -1 4202560 1939 0 0 0 68 0 0 0 20 0 8 0 391030511 167751680 19261 33554432000 134512640 146736320 4289862512 4070564296 136000492 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7162/tid=7183] ppid=7161 vsize=163820 CPUtime=0.79 cores=1,3,5,7
/proc/7162/task/7183/stat : 7183 (pb_cplex) R 7161 7161 6357 0 -1 4202560 837 0 0 0 78 1 0 0 20 0 8 0 391030511 167751680 19261 33554432000 134512640 146736320 4289862512 4060078292 135846455 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7162/tid=7184] ppid=7161 vsize=163820 CPUtime=0.72 cores=1,3,5,7
/proc/7162/task/7184/stat : 7184 (pb_cplex) R 7161 7161 6357 0 -1 4202560 1523 0 0 0 72 0 0 0 20 0 8 0 391030512 167751680 19261 33554432000 134512640 146736320 4289862512 4049592912 136403117 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 172968

[startup+6.30052 s]
/proc/loadavg: 6.59 6.99 6.00 7/186 7184
/proc/meminfo: memFree=27944456/32873844 swapFree=7900/7900
[pid=7161] ppid=7159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7161/stat : 7161 (run) S 7159 7161 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391030385 9367552 270 33554432000 4194304 5064252 140737144532448 140737144531360 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7161/statm: 2287 270 229 213 0 72 0
[pid=7162] ppid=7161 vsize=165868 CPUtime=20.27 cores=1,3,5,7
/proc/7162/stat : 7162 (pb_cplex) S 7161 7161 6357 0 -1 4202496 39785 0 0 0 1999 28 0 0 20 0 8 0 391030385 169848832 19656 33554432000 134512640 146736320 4289862512 4289858896 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7162/statm: 41467 19656 970 2985 0 38401 0
[pid=7162/tid=7178] ppid=7161 vsize=165868 CPUtime=2.08 cores=1,3,5,7
/proc/7162/task/7178/stat : 7178 (pb_cplex) S 7161 7161 6357 0 -1 4202560 1527 0 0 0 205 3 0 0 20 0 8 0 391030511 169848832 19656 33554432000 134512640 146736320 4289862512 4130360976 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7162/tid=7179] ppid=7161 vsize=165868 CPUtime=2.44 cores=1,3,5,7
/proc/7162/task/7179/stat : 7179 (pb_cplex) S 7161 7161 6357 0 -1 4202560 3664 0 0 0 240 4 0 0 20 0 8 0 391030511 169848832 19656 33554432000 134512640 146736320 4289862512 4140846736 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7162/tid=7180] ppid=7161 vsize=165868 CPUtime=2.29 cores=1,3,5,7
/proc/7162/task/7180/stat : 7180 (pb_cplex) S 7161 7161 6357 0 -1 4202560 2017 0 0 0 227 2 0 0 20 0 8 0 391030511 169848832 19656 33554432000 134512640 146736320 4289862512 4151332496 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7162/tid=7181] ppid=7161 vsize=165868 CPUtime=2.25 cores=1,3,5,7
/proc/7162/task/7181/stat : 7181 (pb_cplex) S 7161 7161 6357 0 -1 4202560 2421 0 0 0 223 2 0 0 20 0 8 0 391030511 169848832 19656 33554432000 134512640 146736320 4289862512 4119875216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7162/tid=7182] ppid=7161 vsize=165868 CPUtime=2.11 cores=1,3,5,7
/proc/7162/task/7182/stat : 7182 (pb_cplex) R 7161 7161 6357 0 -1 4202560 3556 0 0 0 208 3 0 0 20 0 8 0 391030511 169848832 19656 33554432000 134512640 146736320 4289862512 4070563656 135525920 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7162/tid=7183] ppid=7161 vsize=165868 CPUtime=2.23 cores=1,3,5,7
/proc/7162/task/7183/stat : 7183 (pb_cplex) S 7161 7161 6357 0 -1 4202560 1264 0 0 0 221 2 0 0 20 0 8 0 391030511 169848832 19656 33554432000 134512640 146736320 4289862512 4060081808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7162/tid=7184] ppid=7161 vsize=165868 CPUtime=2.19 cores=1,3,5,7
/proc/7162/task/7184/stat : 7184 (pb_cplex) R 7161 7161 6357 0 -1 4202560 2402 0 0 0 217 2 0 0 20 0 8 0 391030512 169848832 19656 33554432000 134512640 146736320 4289862512 4049593320 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 20.27
Current children cumulated vsize (KiB) 175016

[startup+12.7005 s]
/proc/loadavg: 6.30 6.93 5.99 9/186 7184
/proc/meminfo: memFree=27945456/32873844 swapFree=7900/7900
[pid=7161] ppid=7159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7161/stat : 7161 (run) S 7159 7161 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391030385 9367552 270 33554432000 4194304 5064252 140737144532448 140737144531360 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7161/statm: 2287 270 229 213 0 72 0
[pid=7162] ppid=7161 vsize=163820 CPUtime=43.07 cores=1,3,5,7
/proc/7162/stat : 7162 (pb_cplex) R 7161 7161 6357 0 -1 4202496 61589 0 0 0 4257 50 0 0 20 0 8 0 391030385 167751680 19755 33554432000 134512640 146736320 4289862512 4289855236 136385177 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7162/statm: 40955 19755 973 2985 0 37889 0
[pid=7162/tid=7178] ppid=7161 vsize=163820 CPUtime=4.87 cores=1,3,5,7
/proc/7162/task/7178/stat : 7178 (pb_cplex) R 7161 7161 6357 0 -1 4202560 2247 0 0 0 482 5 0 0 20 0 8 0 391030511 167751680 19755 33554432000 134512640 146736320 4289862512 4130358808 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7162/tid=7179] ppid=7161 vsize=163820 CPUtime=5.26 cores=1,3,5,7
/proc/7162/task/7179/stat : 7179 (pb_cplex) S 7161 7161 6357 0 -1 4202560 5204 0 0 0 520 6 0 0 20 0 8 0 391030511 167751680 19755 33554432000 134512640 146736320 4289862512 4140846736 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7162/tid=7180] ppid=7161 vsize=163820 CPUtime=5.13 cores=1,3,5,7
/proc/7162/task/7180/stat : 7180 (pb_cplex) R 7161 7161 6357 0 -1 4202560 5694 0 0 0 509 4 0 0 20 0 8 0 391030511 167751680 19755 33554432000 134512640 146736320 4289862512 4151328880 136384846 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=7162/tid=7181] ppid=7161 vsize=163820 CPUtime=5.03 cores=1,3,5,7
/proc/7162/task/7181/stat : 7181 (pb_cplex) R 7161 7161 6357 0 -1 4202560 5751 0 0 0 498 5 0 0 20 0 8 0 391030511 167751680 19755 33554432000 134512640 146736320 4289862512 4119870472 139042876 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7162/tid=7182] ppid=7161 vsize=163820 CPUtime=5.12 cores=1,3,5,7
/proc/7162/task/7182/stat : 7182 (pb_cplex) R 7161 7161 6357 0 -1 4202560 9882 0 0 0 506 6 0 0 20 0 8 0 391030511 167751680 19755 33554432000 134512640 146736320 4289862512 4070564432 136403109 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=7162/tid=7183] ppid=7161 vsize=163820 CPUtime=5.07 cores=1,3,5,7
/proc/7162/task/7183/stat : 7183 (pb_cplex) R 7161 7161 6357 0 -1 4202560 7009 0 0 0 500 7 0 0 20 0 8 0 391030511 167751680 19755 33554432000 134512640 146736320 4289862512 4060078416 139023058 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7162/tid=7184] ppid=7161 vsize=163820 CPUtime=5.1 cores=1,3,5,7
/proc/7162/task/7184/stat : 7184 (pb_cplex) R 7161 7161 6357 0 -1 4202560 2865 0 0 0 506 4 0 0 20 0 8 0 391030512 167751680 19755 33554432000 134512640 146736320 4289862512 4049593320 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 43.07
Current children cumulated vsize (KiB) 172968

[startup+25.5055 s]
/proc/loadavg: 5.88 6.80 5.96 9/186 7184
/proc/meminfo: memFree=27937900/32873844 swapFree=7900/7900
[pid=7161] ppid=7159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7161/stat : 7161 (run) S 7159 7161 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391030385 9367552 270 33554432000 4194304 5064252 140737144532448 140737144531360 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7161/statm: 2287 270 229 213 0 72 0
[pid=7162] ppid=7161 vsize=168940 CPUtime=84.11 cores=1,3,5,7
/proc/7162/stat : 7162 (pb_cplex) R 7161 7161 6357 0 -1 4202496 105359 0 0 0 8318 93 0 0 20 0 8 0 391030385 172994560 21360 33554432000 134512640 146736320 4289862512 4289857440 135921211 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7162/statm: 42235 21360 985 2985 0 39169 0
[pid=7162/tid=7178] ppid=7161 vsize=168940 CPUtime=9.77 cores=1,3,5,7
/proc/7162/task/7178/stat : 7178 (pb_cplex) R 7161 7161 6357 0 -1 4202560 2357 0 0 0 968 9 0 0 20 0 8 0 391030511 172994560 21360 33554432000 134512640 146736320 4289862512 4130357236 138462896 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7162/tid=7179] ppid=7161 vsize=168940 CPUtime=10.09 cores=1,3,5,7
/proc/7162/task/7179/stat : 7179 (pb_cplex) R 7161 7161 6357 0 -1 4202560 6545 0 0 0 999 10 0 0 20 0 8 0 391030511 172994560 21360 33554432000 134512640 146736320 4289862512 4140843008 136019069 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=7162/tid=7180] ppid=7161 vsize=168940 CPUtime=9.97 cores=1,3,5,7
/proc/7162/task/7180/stat : 7180 (pb_cplex) R 7161 7161 6357 0 -1 4202560 11875 0 0 0 987 10 0 0 20 0 8 0 391030511 172994560 21360 33554432000 134512640 146736320 4289862512 4151329768 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7162/tid=7181] ppid=7161 vsize=168940 CPUtime=10.05 cores=1,3,5,7
/proc/7162/task/7181/stat : 7181 (pb_cplex) R 7161 7161 6357 0 -1 4202560 8362 0 0 0 996 9 0 0 20 0 8 0 391030511 172994560 21360 33554432000 134512640 146736320 4289862512 4119872488 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7162/tid=7182] ppid=7161 vsize=168940 CPUtime=9.97 cores=1,3,5,7
/proc/7162/task/7182/stat : 7182 (pb_cplex) R 7161 7161 6357 0 -1 4202560 21616 0 0 0 984 13 0 0 20 0 8 0 391030511 172994560 21360 33554432000 134512640 146736320 4289862512 4070567568 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7162/tid=7183] ppid=7161 vsize=168940 CPUtime=10.03 cores=1,3,5,7
/proc/7162/task/7183/stat : 7183 (pb_cplex) S 7161 7161 6357 0 -1 4202560 22378 0 0 0 989 14 0 0 20 0 8 0 391030511 172994560 21360 33554432000 134512640 146736320 4289862512 4060081808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7162/tid=7184] ppid=7161 vsize=168940 CPUtime=10.15 cores=1,3,5,7
/proc/7162/task/7184/stat : 7184 (pb_cplex) S 7161 7161 6357 0 -1 4202560 9218 0 0 0 1003 12 0 0 20 0 8 0 391030512 172994560 21360 33554432000 134512640 146736320 4289862512 4049596048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 84.11
Current children cumulated vsize (KiB) 178088

[startup+51.1005 s]
/proc/loadavg: 6.11 6.77 5.97 3/186 7185
/proc/meminfo: memFree=27935104/32873844 swapFree=7900/7900
[pid=7161] ppid=7159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7161/stat : 7161 (run) S 7159 7161 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391030385 9367552 270 33554432000 4194304 5064252 140737144532448 140737144531360 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7161/statm: 2287 270 229 213 0 72 0
[pid=7162] ppid=7161 vsize=169964 CPUtime=174.53 cores=1,3,5,7
/proc/7162/stat : 7162 (pb_cplex) S 7161 7161 6357 0 -1 4202496 148299 0 0 0 17269 184 0 0 20 0 8 0 391030385 174043136 22020 33554432000 134512640 146736320 4289862512 4289858896 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7162/statm: 42491 22020 985 2985 0 39425 0
[pid=7162/tid=7178] ppid=7161 vsize=169964 CPUtime=20.91 cores=1,3,5,7
/proc/7162/task/7178/stat : 7178 (pb_cplex) R 7161 7161 6357 0 -1 4202560 2687 0 0 0 2071 20 0 0 20 0 8 0 391030511 174043136 22020 33554432000 134512640 146736320 4289862512 4130357704 136000480 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=7162/tid=7179] ppid=7161 vsize=169964 CPUtime=21.39 cores=1,3,5,7
/proc/7162/task/7179/stat : 7179 (pb_cplex) S 7161 7161 6357 0 -1 4202560 6545 0 0 0 2117 22 0 0 20 0 8 0 391030511 174043136 22020 33554432000 134512640 146736320 4289862512 4140846736 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7162/tid=7180] ppid=7161 vsize=169964 CPUtime=21.18 cores=1,3,5,7
/proc/7162/task/7180/stat : 7180 (pb_cplex) R 7161 7161 6357 0 -1 4202560 37388 0 0 0 2094 24 0 0 20 0 8 0 391030511 174043136 22020 33554432000 134512640 146736320 4289862512 4151328808 139044585 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7162/tid=7181] ppid=7161 vsize=169964 CPUtime=21.36 cores=1,3,5,7
/proc/7162/task/7181/stat : 7181 (pb_cplex) R 7161 7161 6357 0 -1 4202560 12828 0 0 0 2115 21 0 0 20 0 8 0 391030511 174043136 22020 33554432000 134512640 146736320 4289862512 4119872488 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7162/tid=7182] ppid=7161 vsize=169964 CPUtime=21.5 cores=1,3,5,7
/proc/7162/task/7182/stat : 7182 (pb_cplex) R 7161 7161 6357 0 -1 4202560 31101 0 0 0 2125 25 0 0 20 0 8 0 391030511 174043136 22020 33554432000 134512640 146736320 4289862512 4070564432 136403109 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=7162/tid=7183] ppid=7161 vsize=169964 CPUtime=21.41 cores=1,3,5,7

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

/proc/7162/statm: 43259 22920 985 2985 0 40193 0
[pid=7162/tid=7178] ppid=7161 vsize=173036 CPUtime=95.51 cores=1,3,5,7
/proc/7162/task/7178/stat : 7178 (pb_cplex) R 7161 7161 6357 0 -1 4202560 7892 0 0 0 9459 92 0 0 20 0 8 0 391030511 177188864 22920 33554432000 134512640 146736320 4289862512 4130355968 135468511 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7162/tid=7179] ppid=7161 vsize=173036 CPUtime=96.09 cores=1,3,5,7
/proc/7162/task/7179/stat : 7179 (pb_cplex) R 7161 7161 6357 0 -1 4202560 32798 0 0 0 9510 99 0 0 20 0 8 0 391030511 177188864 22920 33554432000 134512640 146736320 4289862512 4140843132 135446561 0 2 4096 16387 0 0 0 -1 3 0 0 1 0 0
[pid=7162/tid=7180] ppid=7161 vsize=173036 CPUtime=96.04 cores=1,3,5,7
/proc/7162/task/7180/stat : 7180 (pb_cplex) R 7161 7161 6357 0 -1 4202560 68627 0 0 0 9509 95 0 0 20 0 8 0 391030511 177188864 22920 33554432000 134512640 146736320 4289862512 4151329080 136015710 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=7162/tid=7181] ppid=7161 vsize=173036 CPUtime=95.98 cores=1,3,5,7
/proc/7162/task/7181/stat : 7181 (pb_cplex) R 7161 7161 6357 0 -1 4202560 66010 0 0 0 9494 104 0 0 20 0 8 0 391030511 177188864 22920 33554432000 134512640 146736320 4289862512 4119872488 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7162/tid=7182] ppid=7161 vsize=173036 CPUtime=96.31 cores=1,3,5,7
/proc/7162/task/7182/stat : 7182 (pb_cplex) R 7161 7161 6357 0 -1 4202560 40207 0 0 0 9535 96 0 0 20 0 8 0 391030511 177188864 22920 33554432000 134512640 146736320 4289862512 4070562968 136008665 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7162/tid=7183] ppid=7161 vsize=173036 CPUtime=96.25 cores=1,3,5,7
/proc/7162/task/7183/stat : 7183 (pb_cplex) R 7161 7161 6357 0 -1 4202560 28266 0 0 0 9532 93 0 0 20 0 8 0 391030511 177188864 22920 33554432000 134512640 146736320 4289862512 4060078536 136000488 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=7162/tid=7184] ppid=7161 vsize=173036 CPUtime=96.34 cores=1,3,5,7
/proc/7162/task/7184/stat : 7184 (pb_cplex) R 7161 7161 6357 0 -1 4202560 22011 0 0 0 9541 93 0 0 20 0 8 0 391030512 177188864 22920 33554432000 134512640 146736320 4289862512 4049592316 135526778 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 772.14
Current children cumulated vsize (KiB) 182184

[startup+282.308 s]
/proc/loadavg: 6.49 6.45 6.01 7/186 7188
/proc/meminfo: memFree=27936776/32873844 swapFree=7900/7900
[pid=7161] ppid=7159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7161/stat : 7161 (run) S 7159 7161 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391030385 9367552 270 33554432000 4194304 5064252 140737144532448 140737144531360 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7161/statm: 2287 270 229 213 0 72 0
[pid=7162] ppid=7161 vsize=174060 CPUtime=980.44 cores=1,3,5,7
/proc/7162/stat : 7162 (pb_cplex) R 7161 7161 6357 0 -1 4202496 323575 0 0 0 97079 965 0 0 20 0 8 0 391030385 178237440 23119 33554432000 134512640 146736320 4289862512 4289856168 144757825 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7162/statm: 43515 23119 985 2985 0 40449 0
[pid=7162/tid=7178] ppid=7161 vsize=174060 CPUtime=121.57 cores=1,3,5,7
/proc/7162/task/7178/stat : 7178 (pb_cplex) R 7161 7161 6357 0 -1 4202560 10109 0 0 0 12038 119 0 0 20 0 8 0 391030511 178237440 23119 33554432000 134512640 146736320 4289862512 4130357304 136475763 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7162/tid=7179] ppid=7161 vsize=174060 CPUtime=121.9 cores=1,3,5,7
/proc/7162/task/7179/stat : 7179 (pb_cplex) R 7161 7161 6357 0 -1 4202560 36024 0 0 0 12065 125 0 0 20 0 8 0 391030511 178237440 23119 33554432000 134512640 146736320 4289862512 4140844568 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 1 0 0
[pid=7162/tid=7180] ppid=7161 vsize=174060 CPUtime=122.14 cores=1,3,5,7
/proc/7162/task/7180/stat : 7180 (pb_cplex) R 7161 7161 6357 0 -1 4202560 72725 0 0 0 12096 118 0 0 20 0 8 0 391030511 178237440 23119 33554432000 134512640 146736320 4289862512 4151331484 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7162/tid=7181] ppid=7161 vsize=174060 CPUtime=122.21 cores=1,3,5,7
/proc/7162/task/7181/stat : 7181 (pb_cplex) R 7161 7161 6357 0 -1 4202560 67259 0 0 0 12090 131 0 0 20 0 8 0 391030511 178237440 23119 33554432000 134512640 146736320 4289862512 4119870900 138378149 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=7162/tid=7182] ppid=7161 vsize=174060 CPUtime=122.24 cores=1,3,5,7
/proc/7162/task/7182/stat : 7182 (pb_cplex) R 7161 7161 6357 0 -1 4202560 41333 0 0 0 12104 120 0 0 20 0 8 0 391030511 178237440 23119 33554432000 134512640 146736320 4289862512 4070565400 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7162/tid=7183] ppid=7161 vsize=174060 CPUtime=122.29 cores=1,3,5,7
/proc/7162/task/7183/stat : 7183 (pb_cplex) R 7161 7161 6357 0 -1 4202560 29692 0 0 0 12111 118 0 0 20 0 8 0 391030511 178237440 23119 33554432000 134512640 146736320 4289862512 4060081808 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7162/tid=7184] ppid=7161 vsize=174060 CPUtime=122.38 cores=1,3,5,7
/proc/7162/task/7184/stat : 7184 (pb_cplex) S 7161 7161 6357 0 -1 4202560 24603 0 0 0 12120 118 0 0 20 0 8 0 391030512 178237440 23119 33554432000 134512640 146736320 4289862512 4049596048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 980.44
Current children cumulated vsize (KiB) 183208

[startup+342.301 s]
/proc/loadavg: 6.23 6.37 6.01 8/185 7188
/proc/meminfo: memFree=27937336/32873844 swapFree=7900/7900
[pid=7161] ppid=7159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7161/stat : 7161 (run) S 7159 7161 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391030385 9367552 270 33554432000 4194304 5064252 140737144532448 140737144531360 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7161/statm: 2287 270 229 213 0 72 0
[pid=7162] ppid=7161 vsize=173036 CPUtime=1188.36 cores=1,3,5,7
/proc/7162/stat : 7162 (pb_cplex) R 7161 7161 6357 0 -1 4202496 372746 0 0 0 117669 1167 0 0 20 0 8 0 391030385 177188864 22859 33554432000 134512640 146736320 4289862512 4289855760 136403117 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7162/statm: 43259 22859 985 2985 0 40193 0
[pid=7162/tid=7178] ppid=7161 vsize=173036 CPUtime=147.27 cores=1,3,5,7
/proc/7162/task/7178/stat : 7178 (pb_cplex) R 7161 7161 6357 0 -1 4202560 18431 0 0 0 14579 148 0 0 20 0 8 0 391030511 177188864 22859 33554432000 134512640 146736320 4289862512 4130358248 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7162/tid=7179] ppid=7161 vsize=173036 CPUtime=147.76 cores=1,3,5,7
/proc/7162/task/7179/stat : 7179 (pb_cplex) S 7161 7161 6357 0 -1 4202560 36024 0 0 0 14625 151 0 0 20 0 8 0 391030511 177188864 22859 33554432000 134512640 146736320 4289862512 4140846736 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=7162/tid=7180] ppid=7161 vsize=173036 CPUtime=148.31 cores=1,3,5,7
/proc/7162/task/7180/stat : 7180 (pb_cplex) R 7161 7161 6357 0 -1 4202560 83355 0 0 0 14686 145 0 0 20 0 8 0 391030511 177188864 22859 33554432000 134512640 146736320 4289862512 4151329768 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7162/tid=7181] ppid=7161 vsize=173036 CPUtime=148.29 cores=1,3,5,7
/proc/7162/task/7181/stat : 7181 (pb_cplex) R 7161 7161 6357 0 -1 4202560 72164 0 0 0 14672 157 0 0 20 0 8 0 391030511 177188864 22859 33554432000 134512640 146736320 4289862512 4119874136 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7162/tid=7182] ppid=7161 vsize=173036 CPUtime=148.26 cores=1,3,5,7
/proc/7162/task/7182/stat : 7182 (pb_cplex) R 7161 7161 6357 0 -1 4202560 41799 0 0 0 14683 143 0 0 20 0 8 0 391030511 177188864 22859 33554432000 134512640 146736320 4289862512 4070563896 136475880 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7162/tid=7183] ppid=7161 vsize=173036 CPUtime=148.3 cores=1,3,5,7
/proc/7162/task/7183/stat : 7183 (pb_cplex) R 7161 7161 6357 0 -1 4202560 33052 0 0 0 14685 145 0 0 20 0 8 0 391030511 177188864 22859 33554432000 134512640 146736320 4289862512 4060078472 136388081 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=7162/tid=7184] ppid=7161 vsize=173036 CPUtime=148.46 cores=1,3,5,7
/proc/7162/task/7184/stat : 7184 (pb_cplex) R 7161 7161 6357 0 -1 4202560 30092 0 0 0 14702 144 0 0 20 0 8 0 391030512 177188864 22859 33554432000 134512640 146736320 4289862512 4049592524 136017777 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1188.36
Current children cumulated vsize (KiB) 182184

[startup+402.3 s]
/proc/loadavg: 7.05 6.55 6.09 9/186 7189
/proc/meminfo: memFree=27931732/32873844 swapFree=7900/7900
[pid=7161] ppid=7159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7161/stat : 7161 (run) S 7159 7161 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391030385 9367552 270 33554432000 4194304 5064252 140737144532448 140737144531360 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7161/statm: 2287 270 229 213 0 72 0
[pid=7162] ppid=7161 vsize=172012 CPUtime=1396.76 cores=1,3,5,7
/proc/7162/stat : 7162 (pb_cplex) S 7161 7161 6357 0 -1 4202496 415895 0 0 0 138302 1374 0 0 20 0 8 0 391030385 176140288 22716 33554432000 134512640 146736320 4289862512 4289858896 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7162/statm: 43003 22716 985 2985 0 39937 0
[pid=7162/tid=7178] ppid=7161 vsize=172012 CPUtime=173.16 cores=1,3,5,7
/proc/7162/task/7178/stat : 7178 (pb_cplex) R 7161 7161 6357 0 -1 4202560 18431 0 0 0 17144 172 0 0 20 0 8 0 391030511 176140288 22716 33554432000 134512640 146736320 4289862512 4130358248 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7162/tid=7179] ppid=7161 vsize=172012 CPUtime=173.65 cores=1,3,5,7
/proc/7162/task/7179/stat : 7179 (pb_cplex) R 7161 7161 6357 0 -1 4202560 50988 0 0 0 17183 182 0 0 20 0 8 0 391030511 176140288 22716 33554432000 134512640 146736320 4289862512 4140843164 136389774 0 2 4096 16387 0 0 0 -1 7 0 0 1 0 0
[pid=7162/tid=7180] ppid=7161 vsize=172012 CPUtime=174.3 cores=1,3,5,7
/proc/7162/task/7180/stat : 7180 (pb_cplex) R 7161 7161 6357 0 -1 4202560 98144 0 0 0 17256 174 0 0 20 0 8 0 391030511 176140288 22716 33554432000 134512640 146736320 4289862512 4151329196 136400653 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7162/tid=7181] ppid=7161 vsize=172012 CPUtime=174.2 cores=1,3,5,7
/proc/7162/task/7181/stat : 7181 (pb_cplex) R 7161 7161 6357 0 -1 4202560 79930 0 0 0 17240 180 0 0 20 0 8 0 391030511 176140288 22716 33554432000 134512640 146736320 4289862512 4119872488 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7162/tid=7182] ppid=7161 vsize=172012 CPUtime=174.57 cores=1,3,5,7
/proc/7162/task/7182/stat : 7182 (pb_cplex) S 7161 7161 6357 0 -1 4202560 42038 0 0 0 17288 169 0 0 20 0 8 0 391030511 176140288 22716 33554432000 134512640 146736320 4289862512 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7162/tid=7183] ppid=7161 vsize=172012 CPUtime=174.43 cores=1,3,5,7
/proc/7162/task/7183/stat : 7183 (pb_cplex) R 7161 7161 6357 0 -1 4202560 33052 0 0 0 17274 169 0 0 20 0 8 0 391030511 176140288 22716 33554432000 134512640 146736320 4289862512 4060079080 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7162/tid=7184] ppid=7161 vsize=172012 CPUtime=174.38 cores=1,3,5,7
/proc/7162/task/7184/stat : 7184 (pb_cplex) S 7161 7161 6357 0 -1 4202560 30134 0 0 0 17270 168 0 0 20 0 8 0 391030512 176140288 22716 33554432000 134512640 146736320 4289862512 4049596048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1396.76
Current children cumulated vsize (KiB) 181160

[startup+462.301 s]
/proc/loadavg: 6.73 6.53 6.10 8/186 7189
/proc/meminfo: memFree=27935080/32873844 swapFree=7900/7900
[pid=7161] ppid=7159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7161/stat : 7161 (run) S 7159 7161 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391030385 9367552 270 33554432000 4194304 5064252 140737144532448 140737144531360 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7161/statm: 2287 270 229 213 0 72 0
[pid=7162] ppid=7161 vsize=169964 CPUtime=1604.8 cores=1,3,5,7
/proc/7162/stat : 7162 (pb_cplex) R 7161 7161 6357 0 -1 4202496 465650 0 0 0 158899 1581 0 0 20 0 8 0 391030385 174043136 22350 33554432000 134512640 146736320 4289862512 4289855760 136403117 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7162/statm: 42491 22350 985 2985 0 39425 0
[pid=7162/tid=7178] ppid=7161 vsize=169964 CPUtime=198.83 cores=1,3,5,7
/proc/7162/task/7178/stat : 7178 (pb_cplex) R 7161 7161 6357 0 -1 4202560 18431 0 0 0 19688 195 0 0 20 0 8 0 391030511 174043136 22350 33554432000 134512640 146736320 4289862512 4130357560 136015567 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7162/tid=7179] ppid=7161 vsize=169964 CPUtime=199.64 cores=1,3,5,7
/proc/7162/task/7179/stat : 7179 (pb_cplex) R 7161 7161 6357 0 -1 4202560 56036 0 0 0 19757 207 0 0 20 0 8 0 391030511 174043136 22350 33554432000 134512640 146736320 4289862512 4140842988 135454090 0 2 4096 16387 0 0 0 -1 5 0 0 1 0 0
[pid=7162/tid=7180] ppid=7161 vsize=169964 CPUtime=200.25 cores=1,3,5,7
/proc/7162/task/7180/stat : 7180 (pb_cplex) R 7161 7161 6357 0 -1 4202560 113837 0 0 0 19825 200 0 0 20 0 8 0 391030511 174043136 22350 33554432000 134512640 146736320 4289862512 4151328704 135468559 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7162/tid=7181] ppid=7161 vsize=169964 CPUtime=200.1 cores=1,3,5,7
/proc/7162/task/7181/stat : 7181 (pb_cplex) S 7161 7161 6357 0 -1 4202560 85602 0 0 0 19803 207 0 0 20 0 8 0 391030511 174043136 22350 33554432000 134512640 146736320 4289862512 4119875216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7162/tid=7182] ppid=7161 vsize=169964 CPUtime=200.88 cores=1,3,5,7
/proc/7162/task/7182/stat : 7182 (pb_cplex) R 7161 7161 6357 0 -1 4202560 46078 0 0 0 19892 196 0 0 20 0 8 0 391030511 174043136 22350 33554432000 134512640 146736320 4289862512 4070564840 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=7162/tid=7183] ppid=7161 vsize=169964 CPUtime=200.7 cores=1,3,5,7
/proc/7162/task/7183/stat : 7183 (pb_cplex) R 7161 7161 6357 0 -1 4202560 41809 0 0 0 19869 201 0 0 20 0 8 0 391030511 174043136 22350 33554432000 134512640 146736320 4289862512 4060079640 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7162/tid=7184] ppid=7161 vsize=169964 CPUtime=200.28 cores=1,3,5,7
/proc/7162/task/7184/stat : 7184 (pb_cplex) R 7161 7161 6357 0 -1 4202560 30820 0 0 0 19832 196 0 0 20 0 8 0 391030512 174043136 22350 33554432000 134512640 146736320 4289862512 4049593320 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1604.8
Current children cumulated vsize (KiB) 179112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+518.5 s]
/proc/loadavg: 6.75 6.58 6.15 8/186 7189
/proc/meminfo: memFree=27932908/32873844 swapFree=7900/7900
[pid=7161] ppid=7159 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7161/stat : 7161 (run) S 7159 7161 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391030385 9367552 270 33554432000 4194304 5064252 140737144532448 140737144531360 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7161/statm: 2287 270 229 213 0 72 0
[pid=7162] ppid=7161 vsize=172012 CPUtime=1800.31 cores=1,3,5,7
/proc/7162/stat : 7162 (pb_cplex) R 7161 7161 6357 0 -1 4202496 518744 0 0 0 178252 1779 0 0 20 0 8 0 391030385 176140288 22831 33554432000 134512640 146736320 4289862512 4289856168 144757825 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7162/statm: 43003 22831 985 2985 0 39937 0
[pid=7162/tid=7178] ppid=7161 vsize=172012 CPUtime=223.13 cores=1,3,5,7
/proc/7162/task/7178/stat : 7178 (pb_cplex) R 7161 7161 6357 0 -1 4202560 23364 0 0 0 22092 221 0 0 20 0 8 0 391030511 176140288 22831 33554432000 134512640 146736320 4289862512 4130358248 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7162/tid=7179] ppid=7161 vsize=172012 CPUtime=224.27 cores=1,3,5,7
/proc/7162/task/7179/stat : 7179 (pb_cplex) S 7161 7161 6357 0 -1 4202560 68816 0 0 0 22190 237 0 0 20 0 8 0 391030511 176140288 22831 33554432000 134512640 146736320 4289862512 4140846736 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=7162/tid=7180] ppid=7161 vsize=172012 CPUtime=224.59 cores=1,3,5,7
/proc/7162/task/7180/stat : 7180 (pb_cplex) S 7161 7161 6357 0 -1 4202560 121100 0 0 0 22234 225 0 0 20 0 8 0 391030511 176140288 22831 33554432000 134512640 146736320 4289862512 4151332496 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7162/tid=7181] ppid=7161 vsize=172012 CPUtime=224.64 cores=1,3,5,7
/proc/7162/task/7181/stat : 7181 (pb_cplex) R 7161 7161 6357 0 -1 4202560 88188 0 0 0 22234 230 0 0 20 0 8 0 391030511 176140288 22831 33554432000 134512640 146736320 4289862512 4119872352 135845854 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=7162/tid=7182] ppid=7161 vsize=172012 CPUtime=225.57 cores=1,3,5,7
/proc/7162/task/7182/stat : 7182 (pb_cplex) R 7161 7161 6357 0 -1 4202560 51409 0 0 0 22336 221 0 0 20 0 8 0 391030511 176140288 22831 33554432000 134512640 146736320 4289862512 4070564024 136400574 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=7162/tid=7183] ppid=7161 vsize=172012 CPUtime=225.21 cores=1,3,5,7
/proc/7162/task/7183/stat : 7183 (pb_cplex) R 7161 7161 6357 0 -1 4202560 47840 0 0 0 22295 226 0 0 20 0 8 0 391030511 176140288 22831 33554432000 134512640 146736320 4289862512 4060080352 135920669 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=7162/tid=7184] ppid=7161 vsize=172012 CPUtime=224.59 cores=1,3,5,7
/proc/7162/task/7184/stat : 7184 (pb_cplex) R 7161 7161 6357 0 -1 4202560 35980 0 0 0 22240 219 0 0 20 0 8 0 391030512 176140288 22831 33554432000 134512640 146736320 4289862512 4049593320 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 181160

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 7161 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.31
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 518.517
CPU time (s): 1800.31
CPU user time (s): 1782.52
CPU system time (s): 17.79
CPU usage (%): 347.204
Max. virtual memory (cumulated for all children) (KiB): 185256

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

runsolver used 1.49377 second user time and 3.9424 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-09 15:37:39
IDJOB=3738354
IDBENCH=71846
IDSOLVER=2325
FILE ID=node137/3738354-1339249058
RUNJOBID= node137-1339246832-6374
PBS_JOBID= 14644344
Free space on /tmp= 70880 MiB

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

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

MD5SUM BENCH= a013c9210a7cfe037db9246041ce6240
RANDOM SEED=992692255

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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:        28021172 kB
Buffers:          575884 kB
Cached:          2750724 kB
SwapCached:         4640 kB
Active:          2147104 kB
Inactive:        1794892 kB
Active(anon):     602456 kB
Inactive(anon):     5856 kB
Active(file):    1544648 kB
Inactive(file):  1789036 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097908 kB
Dirty:             16508 kB
Writeback:             0 kB
AnonPages:        610540 kB
Mapped:            13048 kB
Shmem:                 0 kB
Slab:             765304 kB
SReclaimable:     205996 kB
SUnreclaim:       559308 kB
KernelStack:        1480 kB
PageTables:         5120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     847748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    552960 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-3738354-1339249058.opb

Free space on /tmp at the end= 70864 MiB
End job on node137 at 2012-06-09 15:46:19