Trace number 3731840

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.22 509.517

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_33.opb.PB06.opb
MD5SUM4609670c187ed2b426f26d3b2e2df0b2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1035
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1034
Optimality of the best value was proved NO
Number of variables1965
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1965
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 1965
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1965
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3731840-1339247100.opb.
0.00/0.00	c Instance file HOME/instance-3731840-1339247100.opb
0.00/0.00	c File size is 112264 bytes.
0.00/0.37	c Highest Coefficient sum: 3
0.00/0.37	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.38	c ============================[ Problem Statistics ]=============================
0.00/0.38	c |                                                                             |
0.00/0.38	c |  Parsing time:          0.38         s                                      |
0.00/0.38	c |  Number Variables:      1965                                                |
0.00/0.38	c |  Number Constraints:    4000                                                |
0.00/0.38	c ===============================================================================
1800.22/509.51	c Remaining time 1799.62 sec.
1800.22/509.51	c 
1800.22/509.51	c *** INTERRUPTED ***
1800.22/509.51	s UNKNOWN
1800.22/509.51	c Total CPU time              : 1796.39 s
1800.22/509.51	c Memory used           : 249.19 MB
1800.22/509.51	c CPU time              : 1796.39 s
1800.22/509.51	c 
1800.22/509.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-3731840-1339247100/watcher-3731840-1339247100 -o /tmp/evaluation-result-3731840-1339247100/solver-3731840-1339247100 -C 1800 -W 1900 -M 15500 run HOME/instance-3731840-1339247100.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: 5.90 2.95 1.16 10/182 27368
/proc/meminfo: memFree=29070536/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0

[startup+0.0472941 s]
/proc/loadavg: 5.90 2.95 1.16 10/182 27368
/proc/meminfo: memFree=29070536/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100217 s]
/proc/loadavg: 5.90 2.95 1.16 10/182 27368
/proc/meminfo: memFree=29070536/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300174 s]
/proc/loadavg: 5.90 2.95 1.16 10/182 27368
/proc/meminfo: memFree=29070536/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700183 s]
/proc/loadavg: 5.90 2.95 1.16 10/182 27368
/proc/meminfo: memFree=29070536/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 6.07 3.03 1.20 6/184 27370
/proc/meminfo: memFree=29062948/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
[pid=27369] ppid=27368 vsize=23068 CPUtime=1.49 cores=1,3,5,7
/proc/27369/stat : 27369 (pb_cplex) R 27368 27368 26837 0 -1 4202496 4885 0 0 0 148 1 0 0 20 0 1 0 390838580 23621632 2902 33554432000 134512640 146736320 4290637488 4290631268 135857566 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/27369/statm: 5767 2902 892 2985 0 2701 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32216

[startup+3.10022 s]
/proc/loadavg: 6.07 3.03 1.20 10/184 27370
/proc/meminfo: memFree=29059972/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
[pid=27369] ppid=27368 vsize=25016 CPUtime=3.08 cores=1,3,5,7
/proc/27369/stat : 27369 (pb_cplex) R 27368 27368 26837 0 -1 4202496 6096 0 0 0 307 1 0 0 20 0 1 0 390838580 25616384 3370 33554432000 134512640 146736320 4290637488 4290633308 136406063 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/27369/statm: 6254 3370 892 2985 0 3188 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34164

[startup+6.30021 s]
/proc/loadavg: 6.07 3.03 1.20 10/184 27370
/proc/meminfo: memFree=29056376/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
[pid=27369] ppid=27368 vsize=23852 CPUtime=6.29 cores=1,3,5,7
/proc/27369/stat : 27369 (pb_cplex) R 27368 27368 26837 0 -1 4202496 7686 0 0 0 627 2 0 0 20 0 1 0 390838580 24424448 3151 33554432000 134512640 146736320 4290637488 4290631944 136000401 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/27369/statm: 5963 3151 892 2985 0 2897 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33000

[startup+12.7003 s]
/proc/loadavg: 6.52 3.23 1.28 10/184 27370
/proc/meminfo: memFree=29054656/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
[pid=27369] ppid=27368 vsize=23536 CPUtime=12.68 cores=1,3,5,7
/proc/27369/stat : 27369 (pb_cplex) R 27368 27368 26837 0 -1 4202496 11582 0 0 0 1266 2 0 0 20 0 1 0 390838580 24100864 3095 33554432000 134512640 146736320 4290637488 4290631528 139044514 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/27369/statm: 5884 3095 893 2985 0 2818 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32684

[startup+25.5004 s]
/proc/loadavg: 6.68 3.37 1.35 17/191 27377
/proc/meminfo: memFree=29009200/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
[pid=27369] ppid=27368 vsize=135876 CPUtime=32.36 cores=1,3,5,7
/proc/27369/stat : 27369 (pb_cplex) R 27368 27368 26837 0 -1 4202496 23566 0 0 0 3229 7 0 0 20 0 8 0 390838580 139137024 10558 33554432000 134512640 146736320 4290637488 4290630360 136008656 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27369/statm: 33969 10558 925 2985 0 30903 0
[pid=27369/tid=27371] ppid=27368 vsize=135876 CPUtime=1.01 cores=1,3,5,7
/proc/27369/task/27371/stat : 27371 (pb_cplex) R 27368 27368 26837 0 -1 4202560 636 0 0 0 101 0 0 0 20 0 8 0 390840543 139137024 10558 33554432000 134512640 146736320 4290637488 4149362600 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27369/tid=27372] ppid=27368 vsize=135876 CPUtime=1.13 cores=1,3,5,7
/proc/27369/task/27372/stat : 27372 (pb_cplex) R 27368 27368 26837 0 -1 4202560 730 0 0 0 113 0 0 0 20 0 8 0 390840543 139137024 10558 33554432000 134512640 146736320 4290637488 4138876432 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27369/tid=27373] ppid=27368 vsize=135876 CPUtime=1.03 cores=1,3,5,7
/proc/27369/task/27373/stat : 27373 (pb_cplex) R 27368 27368 26837 0 -1 4202560 682 0 0 0 103 0 0 0 20 0 8 0 390840543 139137024 10558 33554432000 134512640 146736320 4290637488 4128390120 139044507 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27369/tid=27374] ppid=27368 vsize=135876 CPUtime=1.02 cores=1,3,5,7
/proc/27369/task/27374/stat : 27374 (pb_cplex) R 27368 27368 26837 0 -1 4202560 925 0 0 0 102 0 0 0 20 0 8 0 390840543 139137024 10558 33554432000 134512640 146736320 4290637488 4117904528 136007975 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27369/tid=27375] ppid=27368 vsize=135876 CPUtime=1.27 cores=1,3,5,7
/proc/27369/task/27375/stat : 27375 (pb_cplex) R 27368 27368 26837 0 -1 4202560 828 0 0 0 127 0 0 0 20 0 8 0 390840543 139137024 10558 33554432000 134512640 146736320 4290637488 4107419152 136403109 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27369/tid=27376] ppid=27368 vsize=135876 CPUtime=1.32 cores=1,3,5,7
/proc/27369/task/27376/stat : 27376 (pb_cplex) R 27368 27368 26837 0 -1 4202560 1031 0 0 0 132 0 0 0 20 0 8 0 390840543 139137024 10558 33554432000 134512640 146736320 4290637488 4096932616 135525908 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27369/tid=27377] ppid=27368 vsize=135876 CPUtime=1.16 cores=1,3,5,7
/proc/27369/task/27377/stat : 27377 (pb_cplex) R 27368 27368 26837 0 -1 4202560 867 0 0 0 116 0 0 0 20 0 8 0 390840543 139137024 10558 33554432000 134512640 146736320 4290637488 4086447248 136007973 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 32.36
Current children cumulated vsize (KiB) 145024

[startup+51.1002 s]
/proc/loadavg: 8.83 4.14 1.66 10/184 27377
/proc/meminfo: memFree=28993956/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
[pid=27369] ppid=27368 vsize=87748 CPUtime=119.83 cores=1,3,5,7
/proc/27369/stat : 27369 (pb_cplex) R 27368 27368 26837 0 -1 4202496 30241 0 0 0 11947 36 0 0 20 0 1 0 390838580 89853952 7509 33554432000 134512640 146736320 4290637488 4290633308 136406470 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/27369/statm: 21937 7509 945 2985 0 18871 0
Current children cumulated CPU time (s) 119.83
Current children cumulated vsize (KiB) 96896

[startup+102.307 s]
/proc/loadavg: 10.31 5.24 2.17 17/191 27384
/proc/meminfo: memFree=28839612/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
[pid=27369] ppid=27368 vsize=176044 CPUtime=271.21 cores=1,3,5,7
/proc/27369/stat : 27369 (pb_cplex) R 27368 27368 26837 0 -1 4202496 49783 0 0 0 27051 70 0 0 20 0 8 0 390838580 180269056 22838 33554432000 134512640 146736320 4290637488 4290628232 135468104 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27369/statm: 44011 22838 959 2985 0 40945 0
[pid=27369/tid=27378] ppid=27368 vsize=176044 CPUtime=16.17 cores=1,3,5,7
/proc/27369/task/27378/stat : 27378 (pb_cplex) R 27368 27368 26837 0 -1 4202560 782 0 0 0 1615 2 0 0 20 0 8 0 390845047 180269056 22838 33554432000 134512640 146736320 4290637488 4086448344 136008604 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27369/tid=27379] ppid=27368 vsize=176044 CPUtime=18.49 cores=1,3,5,7
/proc/27369/task/27379/stat : 27379 (pb_cplex) R 27368 27368 26837 0 -1 4202560 2032 0 0 0 1845 4 0 0 20 0 8 0 390845047 180269056 22838 33554432000 134512640 146736320 4290637488 4096932988 135445996 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27369/tid=27380] ppid=27368 vsize=176044 CPUtime=17.31 cores=1,3,5,7
/proc/27369/task/27380/stat : 27380 (pb_cplex) R 27368 27368 26837 0 -1 4202560 1159 0 0 0 1727 4 0 0 20 0 8 0 390845047 180269056 22838 33554432000 134512640 146736320 4290637488 4107419336 136002916 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27369/tid=27381] ppid=27368 vsize=176044 CPUtime=18.03 cores=1,3,5,7
/proc/27369/task/27381/stat : 27381 (pb_cplex) R 27368 27368 26837 0 -1 4202560 974 0 0 0 1799 4 0 0 20 0 8 0 390845047 180269056 22838 33554432000 134512640 146736320 4290637488 4117905464 136475827 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27369/tid=27382] ppid=27368 vsize=176044 CPUtime=16.32 cores=1,3,5,7
/proc/27369/task/27382/stat : 27382 (pb_cplex) R 27368 27368 26837 0 -1 4202560 1922 0 0 0 1627 5 0 0 20 0 8 0 390845047 180269056 22838 33554432000 134512640 146736320 4290637488 4068465856 136487075 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27369/tid=27383] ppid=27368 vsize=176044 CPUtime=16.09 cores=1,3,5,7
/proc/27369/task/27383/stat : 27383 (pb_cplex) R 27368 27368 26837 0 -1 4202560 2877 0 0 0 1603 6 0 0 20 0 8 0 390845047 180269056 22838 33554432000 134512640 146736320 4290637488 4057981520 136403109 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27369/tid=27384] ppid=27368 vsize=176044 CPUtime=16.04 cores=1,3,5,7
/proc/27369/task/27384/stat : 27384 (pb_cplex) R 27368 27368 26837 0 -1 4202560 621 0 0 0 1600 4 0 0 20 0 8 0 390845047 180269056 22838 33554432000 134512640 146736320 4290637488 4047495376 136008050 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 271.21
Current children cumulated vsize (KiB) 185192

[startup+162.3 s]
/proc/loadavg: 11.58 6.49 2.79 16/191 27384
/proc/meminfo: memFree=28764968/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
[pid=27369] ppid=27368 vsize=177164 CPUtime=492.73 cores=1,3,5,7
/proc/27369/stat : 27369 (pb_cplex) S 27368 27368 26837 0 -1 4202496 58029 0 0 0 49144 129 0 0 20 0 8 0 390838580 181415936 23447 33554432000 134512640 146736320 4290637488 4290633872 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27369/statm: 44291 23447 961 2985 0 41225 0
[pid=27369/tid=27378] ppid=27368 vsize=177164 CPUtime=44.2 cores=1,3,5,7
/proc/27369/task/27378/stat : 27378 (pb_cplex) S 27368 27368 26837 0 -1 4202560 2980 0 0 0 4410 10 0 0 20 0 8 0 390845047 181415936 23447 33554432000 134512640 146736320 4290637488 4086451856 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27369/tid=27379] ppid=27368 vsize=177164 CPUtime=46.26 cores=1,3,5,7
/proc/27369/task/27379/stat : 27379 (pb_cplex) S 27368 27368 26837 0 -1 4202560 2244 0 0 0 4616 10 0 0 20 0 8 0 390845047 181415936 23447 33554432000 134512640 146736320 4290637488 4096937616 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27369/tid=27380] ppid=27368 vsize=177164 CPUtime=45.79 cores=1,3,5,7
/proc/27369/task/27380/stat : 27380 (pb_cplex) S 27368 27368 26837 0 -1 4202560 4842 0 0 0 4567 12 0 0 20 0 8 0 390845047 181415936 23447 33554432000 134512640 146736320 4290637488 4107423376 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27369/tid=27381] ppid=27368 vsize=177164 CPUtime=45.18 cores=1,3,5,7
/proc/27369/task/27381/stat : 27381 (pb_cplex) S 27368 27368 26837 0 -1 4202560 1605 0 0 0 4508 10 0 0 20 0 8 0 390845047 181415936 23447 33554432000 134512640 146736320 4290637488 4117909136 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27369/tid=27382] ppid=27368 vsize=177164 CPUtime=44.96 cores=1,3,5,7
/proc/27369/task/27382/stat : 27382 (pb_cplex) R 27368 27368 26837 0 -1 4202560 3110 0 0 0 4484 12 0 0 20 0 8 0 390845047 181415936 23447 33554432000 134512640 146736320 4290637488 4068466904 136008929 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27369/tid=27383] ppid=27368 vsize=177164 CPUtime=43.39 cores=1,3,5,7
/proc/27369/task/27383/stat : 27383 (pb_cplex) R 27368 27368 26837 0 -1 4202560 2970 0 0 0 4325 14 0 0 20 0 8 0 390845047 181415936 23447 33554432000 134512640 146736320 4290637488 4057979608 135466553 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27369/tid=27384] ppid=27368 vsize=177164 CPUtime=43.37 cores=1,3,5,7
/proc/27369/task/27384/stat : 27384 (pb_cplex) R 27368 27368 26837 0 -1 4202560 779 0 0 0 4325 12 0 0 20 0 8 0 390845047 181415936 23447 33554432000 134512640 146736320 4290637488 4047495760 136403116 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 492.73

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

/proc/27369/statm: 45013 24241 961 2985 0 41947 0
[pid=27369/tid=27378] ppid=27368 vsize=180052 CPUtime=98.8 cores=1,3,5,7
/proc/27369/task/27378/stat : 27378 (pb_cplex) R 27368 27368 26837 0 -1 4202560 8973 0 0 0 9847 33 0 0 20 0 8 0 390845047 184373248 24241 33554432000 134512640 146736320 4290637488 4086447296 135468681 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27369/tid=27379] ppid=27368 vsize=180052 CPUtime=100.79 cores=1,3,5,7
/proc/27369/task/27379/stat : 27379 (pb_cplex) R 27368 27368 26837 0 -1 4202560 5501 0 0 0 10054 25 0 0 20 0 8 0 390845047 184373248 24241 33554432000 134512640 146736320 4290637488 4096934480 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27369/tid=27380] ppid=27368 vsize=180052 CPUtime=100.71 cores=1,3,5,7
/proc/27369/task/27380/stat : 27380 (pb_cplex) R 27368 27368 26837 0 -1 4202560 12603 0 0 0 10040 31 0 0 20 0 8 0 390845047 184373248 24241 33554432000 134512640 146736320 4290637488 4107419152 136403112 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27369/tid=27381] ppid=27368 vsize=180052 CPUtime=98.8 cores=1,3,5,7
/proc/27369/task/27381/stat : 27381 (pb_cplex) R 27368 27368 26837 0 -1 4202560 5111 0 0 0 9855 25 0 0 20 0 8 0 390845047 184373248 24241 33554432000 134512640 146736320 4290637488 4117905616 136008450 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27369/tid=27382] ppid=27368 vsize=180052 CPUtime=97.07 cores=1,3,5,7
/proc/27369/task/27382/stat : 27382 (pb_cplex) R 27368 27368 26837 0 -1 4202560 10850 0 0 0 9673 34 0 0 20 0 8 0 390845047 184373248 24241 33554432000 134512640 146736320 4290637488 4068467144 136000311 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27369/tid=27383] ppid=27368 vsize=180052 CPUtime=95.03 cores=1,3,5,7
/proc/27369/task/27383/stat : 27383 (pb_cplex) R 27368 27368 26837 0 -1 4202560 3098 0 0 0 9470 33 0 0 20 0 8 0 390845047 184373248 24241 33554432000 134512640 146736320 4290637488 4057981928 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27369/tid=27384] ppid=27368 vsize=180052 CPUtime=95.27 cores=1,3,5,7
/proc/27369/task/27384/stat : 27384 (pb_cplex) R 27368 27368 26837 0 -1 4202560 1118 0 0 0 9492 35 0 0 20 0 8 0 390845047 184373248 24241 33554432000 134512640 146736320 4290637488 4047495624 136000176 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 919.48
Current children cumulated vsize (KiB) 189200

[startup+342.3 s]
/proc/loadavg: 13.10 9.31 4.52 17/192 27388
/proc/meminfo: memFree=28486252/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
[pid=27369] ppid=27368 vsize=260768 CPUtime=1132.78 cores=1,3,5,7
/proc/27369/stat : 27369 (pb_cplex) R 27368 27368 26837 0 -1 4202496 154423 0 0 0 112934 344 0 0 20 0 8 0 390838580 267026432 38295 33554432000 134512640 146736320 4290637488 4290628892 136406496 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27369/statm: 65192 38295 964 2985 0 62126 0
[pid=27369/tid=27378] ppid=27368 vsize=260768 CPUtime=126.1 cores=1,3,5,7
/proc/27369/task/27378/stat : 27378 (pb_cplex) R 27368 27368 26837 0 -1 4202560 19394 0 0 0 12565 45 0 0 20 0 8 0 390845047 267026432 38295 33554432000 134512640 146736320 4290637488 4086446876 136405899 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27369/tid=27379] ppid=27368 vsize=260768 CPUtime=126.9 cores=1,3,5,7
/proc/27369/task/27379/stat : 27379 (pb_cplex) R 27368 27368 26837 0 -1 4202560 12541 0 0 0 12659 31 0 0 20 0 8 0 390845047 267026432 38295 33554432000 134512640 146736320 4290637488 4096932636 136406059 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27369/tid=27380] ppid=27368 vsize=260768 CPUtime=127.2 cores=1,3,5,7
/proc/27369/task/27380/stat : 27380 (pb_cplex) R 27368 27368 26837 0 -1 4202560 17839 0 0 0 12683 37 0 0 20 0 8 0 390845047 267026432 38295 33554432000 134512640 146736320 4290637488 4107417580 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27369/tid=27381] ppid=27368 vsize=260768 CPUtime=126.24 cores=1,3,5,7
/proc/27369/task/27381/stat : 27381 (pb_cplex) R 27368 27368 26837 0 -1 4202560 15854 0 0 0 12591 33 0 0 20 0 8 0 390845047 267026432 38295 33554432000 134512640 146736320 4290637488 4117904156 136406570 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27369/tid=27382] ppid=27368 vsize=260768 CPUtime=122.81 cores=1,3,5,7
/proc/27369/task/27382/stat : 27382 (pb_cplex) R 27368 27368 26837 0 -1 4202560 25800 0 0 0 12233 48 0 0 20 0 8 0 390845047 267026432 38295 33554432000 134512640 146736320 4290637488 4068465436 136406570 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27369/tid=27383] ppid=27368 vsize=260768 CPUtime=121.49 cores=1,3,5,7
/proc/27369/task/27383/stat : 27383 (pb_cplex) R 27368 27368 26837 0 -1 4202560 9242 0 0 0 12108 41 0 0 20 0 8 0 390845047 267026432 38295 33554432000 134512640 146736320 4290637488 4057979704 136406542 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27369/tid=27384] ppid=27368 vsize=260768 CPUtime=122.77 cores=1,3,5,7
/proc/27369/task/27384/stat : 27384 (pb_cplex) R 27368 27368 26837 0 -1 4202560 3927 0 0 0 12235 42 0 0 20 0 8 0 390845047 267026432 38295 33554432000 134512640 146736320 4290637488 4047493916 136406059 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1132.78
Current children cumulated vsize (KiB) 269916

[startup+402.3 s]
/proc/loadavg: 11.82 9.67 4.94 16/191 27388
/proc/meminfo: memFree=28422196/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
[pid=27369] ppid=27368 vsize=257004 CPUtime=1372.3 cores=1,3,5,7
/proc/27369/stat : 27369 (pb_cplex) R 27368 27368 26837 0 -1 4202496 163507 0 0 0 136879 351 0 0 20 0 8 0 390838580 263172096 37764 33554432000 134512640 146736320 4290637488 4290626128 136008039 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27369/statm: 64251 37764 966 2985 0 61185 0
[pid=27369/tid=27378] ppid=27368 vsize=257004 CPUtime=156.01 cores=1,3,5,7
/proc/27369/task/27378/stat : 27378 (pb_cplex) R 27368 27368 26837 0 -1 4202560 19637 0 0 0 15555 46 0 0 20 0 8 0 390845047 263172096 37764 33554432000 134512640 146736320 4290637488 4086443972 136385184 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27369/tid=27379] ppid=27368 vsize=257004 CPUtime=156.88 cores=1,3,5,7
/proc/27369/task/27379/stat : 27379 (pb_cplex) R 27368 27368 26837 0 -1 4202560 12752 0 0 0 15655 33 0 0 20 0 8 0 390845047 263172096 37764 33554432000 134512640 146736320 4290637488 4096928080 135460566 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27369/tid=27380] ppid=27368 vsize=257004 CPUtime=156.93 cores=1,3,5,7
/proc/27369/task/27380/stat : 27380 (pb_cplex) R 27368 27368 26837 0 -1 4202560 18043 0 0 0 15654 39 0 0 20 0 8 0 390845047 263172096 37764 33554432000 134512640 146736320 4290637488 4107415880 136000480 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27369/tid=27381] ppid=27368 vsize=257004 CPUtime=156.15 cores=1,3,5,7
/proc/27369/task/27381/stat : 27381 (pb_cplex) R 27368 27368 26837 0 -1 4202560 16133 0 0 0 15580 35 0 0 20 0 8 0 390845047 263172096 37764 33554432000 134512640 146736320 4290637488 4117901576 136388081 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27369/tid=27382] ppid=27368 vsize=257004 CPUtime=152.66 cores=1,3,5,7
/proc/27369/task/27382/stat : 27382 (pb_cplex) R 27368 27368 26837 0 -1 4202560 27754 0 0 0 15216 50 0 0 20 0 8 0 390845047 263172096 37764 33554432000 134512640 146736320 4290637488 4068463296 138420769 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27369/tid=27383] ppid=27368 vsize=257004 CPUtime=151.79 cores=1,3,5,7
/proc/27369/task/27383/stat : 27383 (pb_cplex) R 27368 27368 26837 0 -1 4202560 11889 0 0 0 15135 44 0 0 20 0 8 0 390845047 263172096 37764 33554432000 134512640 146736320 4290637488 4057977296 136403109 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27369/tid=27384] ppid=27368 vsize=257004 CPUtime=152.82 cores=1,3,5,7
/proc/27369/task/27384/stat : 27384 (pb_cplex) R 27368 27368 26837 0 -1 4202560 5251 0 0 0 15238 44 0 0 20 0 8 0 390845047 263172096 37764 33554432000 134512640 146736320 4290637488 4047491012 136385177 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1372.3
Current children cumulated vsize (KiB) 266152

[startup+462.3 s]
/proc/loadavg: 10.88 9.81 5.29 11/192 28832
/proc/meminfo: memFree=29570596/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
[pid=27369] ppid=27368 vsize=259124 CPUtime=1611.84 cores=1,3,5,7
/proc/27369/stat : 27369 (pb_cplex) R 27368 27368 26837 0 -1 4202496 199329 0 0 0 160805 379 0 0 20 0 8 0 390838580 265342976 39842 33554432000 134512640 146736320 4290637488 4290625976 136475822 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27369/statm: 64781 39842 975 2985 0 61715 0
[pid=27369/tid=27378] ppid=27368 vsize=259124 CPUtime=185.73 cores=1,3,5,7
/proc/27369/task/27378/stat : 27378 (pb_cplex) R 27368 27368 26837 0 -1 4202560 26342 0 0 0 18522 51 0 0 20 0 8 0 390845047 265342976 39842 33554432000 134512640 146736320 4290637488 4086445676 144785853 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27369/tid=27379] ppid=27368 vsize=259124 CPUtime=186.45 cores=1,3,5,7
/proc/27369/task/27379/stat : 27379 (pb_cplex) R 27368 27368 26837 0 -1 4202560 13485 0 0 0 18609 36 0 0 20 0 8 0 390845047 265342976 39842 33554432000 134512640 146736320 4290637488 4096929776 136384892 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27369/tid=27380] ppid=27368 vsize=259124 CPUtime=187.03 cores=1,3,5,7
/proc/27369/task/27380/stat : 27380 (pb_cplex) R 27368 27368 26837 0 -1 4202560 22023 0 0 0 18661 42 0 0 20 0 8 0 390845047 265342976 39842 33554432000 134512640 146736320 4290637488 4107414792 136000324 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27369/tid=27381] ppid=27368 vsize=259124 CPUtime=186.15 cores=1,3,5,7
/proc/27369/task/27381/stat : 27381 (pb_cplex) R 27368 27368 26837 0 -1 4202560 16517 0 0 0 18578 37 0 0 20 0 8 0 390845047 265342976 39842 33554432000 134512640 146736320 4290637488 4117901640 136000338 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27369/tid=27382] ppid=27368 vsize=259124 CPUtime=182.65 cores=1,3,5,7
/proc/27369/task/27382/stat : 27382 (pb_cplex) R 27368 27368 26837 0 -1 4202560 36768 0 0 0 18211 54 0 0 20 0 8 0 390845047 265342976 39842 33554432000 134512640 146736320 4290637488 4068462556 135855117 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27369/tid=27383] ppid=27368 vsize=259124 CPUtime=181.79 cores=1,3,5,7
/proc/27369/task/27383/stat : 27383 (pb_cplex) R 27368 27368 26837 0 -1 4202560 20796 0 0 0 18130 49 0 0 20 0 8 0 390845047 265342976 39842 33554432000 134512640 146736320 4290637488 4057976772 136385184 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27369/tid=27384] ppid=27368 vsize=259124 CPUtime=182.82 cores=1,3,5,7
/proc/27369/task/27384/stat : 27384 (pb_cplex) R 27368 27368 26837 0 -1 4202560 6515 0 0 0 18236 46 0 0 20 0 8 0 390845047 265342976 39842 33554432000 134512640 146736320 4290637488 4047493904 137698804 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1611.84
Current children cumulated vsize (KiB) 268272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+509.5 s]
/proc/loadavg: 10.00 9.75 5.48 8/191 28867
/proc/meminfo: memFree=29572148/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
[pid=27369] ppid=27368 vsize=255164 CPUtime=1800.22 cores=1,3,5,7
/proc/27369/stat : 27369 (pb_cplex) R 27368 27368 26837 0 -1 4202496 200339 0 0 0 179637 385 0 0 20 0 8 0 390838580 261287936 39944 33554432000 134512640 146736320 4290637488 4290625988 136385179 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27369/statm: 63791 39944 975 2985 0 60725 0
[pid=27369/tid=27378] ppid=27368 vsize=255164 CPUtime=210.45 cores=1,3,5,7
/proc/27369/task/27378/stat : 27378 (pb_cplex) R 27368 27368 26837 0 -1 4202560 26342 0 0 0 20993 52 0 0 20 0 8 0 390845047 261287936 39944 33554432000 134512640 146736320 4290637488 4086444496 136403109 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27369/tid=27379] ppid=27368 vsize=255164 CPUtime=211.46 cores=1,3,5,7
/proc/27369/task/27379/stat : 27379 (pb_cplex) R 27368 27368 26837 0 -1 4202560 13507 0 0 0 21109 37 0 0 20 0 8 0 390845047 261287936 39944 33554432000 134512640 146736320 4290637488 4096930256 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27369/tid=27380] ppid=27368 vsize=255164 CPUtime=211.7 cores=1,3,5,7
/proc/27369/task/27380/stat : 27380 (pb_cplex) R 27368 27368 26837 0 -1 4202560 22029 0 0 0 21127 43 0 0 20 0 8 0 390845047 261287936 39944 33554432000 134512640 146736320 4290637488 4107415640 136008931 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27369/tid=27381] ppid=27368 vsize=255164 CPUtime=206.45 cores=1,3,5,7
/proc/27369/task/27381/stat : 27381 (pb_cplex) S 27368 27368 26837 0 -1 4202560 16568 0 0 0 20605 40 0 0 20 0 8 0 390845047 261287936 39944 33554432000 134512640 146736320 4290637488 4117909136 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27369/tid=27382] ppid=27368 vsize=255164 CPUtime=207.64 cores=1,3,5,7
/proc/27369/task/27382/stat : 27382 (pb_cplex) R 27368 27368 26837 0 -1 4202560 36768 0 0 0 20708 56 0 0 20 0 8 0 390845047 261287936 39944 33554432000 134512640 146736320 4290637488 4068462556 135855185 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27369/tid=27383] ppid=27368 vsize=255164 CPUtime=199.69 cores=1,3,5,7
/proc/27369/task/27383/stat : 27383 (pb_cplex) S 27368 27368 26837 0 -1 4202560 20849 0 0 0 19917 52 0 0 20 0 8 0 390845047 261287936 39944 33554432000 134512640 146736320 4290637488 4057984656 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27369/tid=27384] ppid=27368 vsize=255164 CPUtime=208.28 cores=1,3,5,7
/proc/27369/task/27384/stat : 27384 (pb_cplex) R 27368 27368 26837 0 -1 4202560 7393 0 0 0 20780 48 0 0 20 0 8 0 390845047 261287936 39944 33554432000 134512640 146736320 4290637488 4047491400 136000315 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 264312

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

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

[startup+509.5 s]
/proc/loadavg: 10.00 9.75 5.48 8/191 28867
/proc/meminfo: memFree=29572148/32873844 swapFree=7120/7120
[pid=27368] ppid=27366 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27368/stat : 27368 (run) S 27366 27368 26837 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390838580 9367552 270 33554432000 4194304 5064252 140733889280416 140733889279328 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27368/statm: 2287 270 229 213 0 72 0
[pid=27369] ppid=27368 vsize=255164 CPUtime=1800.22 cores=1,3,5,7
/proc/27369/stat : 27369 (pb_cplex) R 27368 27368 26837 0 -1 4202496 200339 0 0 0 179637 385 0 0 20 0 8 0 390838580 261287936 39944 33554432000 134512640 146736320 4290637488 4290625988 136385179 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27369/statm: 63791 39944 975 2985 0 60725 0
[pid=27369/tid=27378] ppid=27368 vsize=255164 CPUtime=210.45 cores=1,3,5,7
/proc/27369/task/27378/stat : 27378 (pb_cplex) R 27368 27368 26837 0 -1 4202560 26342 0 0 0 20993 52 0 0 20 0 8 0 390845047 261287936 39944 33554432000 134512640 146736320 4290637488 4086444496 136403109 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27369/tid=27379] ppid=27368 vsize=255164 CPUtime=211.46 cores=1,3,5,7
/proc/27369/task/27379/stat : 27379 (pb_cplex) R 27368 27368 26837 0 -1 4202560 13507 0 0 0 21109 37 0 0 20 0 8 0 390845047 261287936 39944 33554432000 134512640 146736320 4290637488 4096930256 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27369/tid=27380] ppid=27368 vsize=255164 CPUtime=211.7 cores=1,3,5,7
/proc/27369/task/27380/stat : 27380 (pb_cplex) R 27368 27368 26837 0 -1 4202560 22029 0 0 0 21127 43 0 0 20 0 8 0 390845047 261287936 39944 33554432000 134512640 146736320 4290637488 4107415640 136008931 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27369/tid=27381] ppid=27368 vsize=255164 CPUtime=206.45 cores=1,3,5,7
/proc/27369/task/27381/stat : 27381 (pb_cplex) S 27368 27368 26837 0 -1 4202560 16568 0 0 0 20605 40 0 0 20 0 8 0 390845047 261287936 39944 33554432000 134512640 146736320 4290637488 4117909136 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27369/tid=27382] ppid=27368 vsize=255164 CPUtime=207.64 cores=1,3,5,7
/proc/27369/task/27382/stat : 27382 (pb_cplex) R 27368 27368 26837 0 -1 4202560 36768 0 0 0 20708 56 0 0 20 0 8 0 390845047 261287936 39944 33554432000 134512640 146736320 4290637488 4068462556 135855185 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27369/tid=27383] ppid=27368 vsize=255164 CPUtime=199.69 cores=1,3,5,7
/proc/27369/task/27383/stat : 27383 (pb_cplex) S 27368 27368 26837 0 -1 4202560 20849 0 0 0 19917 52 0 0 20 0 8 0 390845047 261287936 39944 33554432000 134512640 146736320 4290637488 4057984656 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27369/tid=27384] ppid=27368 vsize=255164 CPUtime=208.28 cores=1,3,5,7
/proc/27369/task/27384/stat : 27384 (pb_cplex) R 27368 27368 26837 0 -1 4202560 7393 0 0 0 20780 48 0 0 20 0 8 0 390845047 261287936 39944 33554432000 134512640 146736320 4290637488 4047491400 136000315 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 264312

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 509.517
CPU time (s): 1800.22
CPU user time (s): 1796.37
CPU system time (s): 3.85
CPU usage (%): 353.319
Max. virtual memory (cumulated for all children) (KiB): 272672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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.46078 second user time and 3.19551 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-09 15:05:00
IDJOB=3731840
IDBENCH=1990
IDSOLVER=2325
FILE ID=node104/3731840-1339247100
RUNJOBID= node104-1339246834-26854
PBS_JOBID= 14644377
Free space on /tmp= 69476 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_33.opb.PB06.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731840-1339247100/watcher-3731840-1339247100 -o /tmp/evaluation-result-3731840-1339247100/solver-3731840-1339247100 -C 1800 -W 1900 -M 15500  run HOME/instance-3731840-1339247100.opb

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

MD5SUM BENCH= 4609670c187ed2b426f26d3b2e2df0b2
RANDOM SEED=2008729106

node104.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.266
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	: 5332.53
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.266
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.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29071188 kB
Buffers:          708200 kB
Cached:          1466516 kB
SwapCached:         1864 kB
Active:          2751068 kB
Inactive:          94888 kB
Active(anon):     666920 kB
Inactive(anon):     5824 kB
Active(file):    2084148 kB
Inactive(file):    89064 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67102148 kB
Dirty:             16728 kB
Writeback:             0 kB
AnonPages:        675792 kB
Mapped:            13300 kB
Shmem:                 4 kB
Slab:             815540 kB
SReclaimable:     257300 kB
SUnreclaim:       558240 kB
KernelStack:        1488 kB
PageTables:         5220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     874624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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-3731840-1339247100.opb

Free space on /tmp at the end= 69476 MiB
End job on node104 at 2012-06-09 15:13:30