Trace number 3731807

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.09 519.515

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_18.opb.PB06.opb
MD5SUMe1d6958876c3f9359c6b5193f1345bd5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1041
Best CPU time to get the best result obtained on this benchmark1796.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1038
Optimality of the best value was proved NO
Number of variables1964
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 1964
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 1964
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 1964
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-3731807-1339247067.opb.
0.00/0.00	c Instance file HOME/instance-3731807-1339247067.opb
0.00/0.00	c File size is 112193 bytes.
0.00/0.40	c Highest Coefficient sum: 3
0.00/0.40	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.40	c ============================[ Problem Statistics ]=============================
0.00/0.40	c |                                                                             |
0.00/0.40	c |  Parsing time:          0.40         s                                      |
0.00/0.40	c |  Number Variables:      1964                                                |
0.00/0.40	c |  Number Constraints:    4000                                                |
0.00/0.40	c ===============================================================================
1800.09/519.51	c Remaining time 1799.60 sec.
1800.09/519.51	c 
1800.09/519.51	c *** INTERRUPTED ***
1800.09/519.51	s UNKNOWN
1800.09/519.51	c Total CPU time              : 1797.73 s
1800.09/519.51	c Memory used           : 224.97 MB
1800.09/519.51	c CPU time              : 1797.73 s
1800.09/519.51	c 
1800.09/519.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-3731807-1339247067/watcher-3731807-1339247067 -o /tmp/evaluation-result-3731807-1339247067/solver-3731807-1339247067 -C 1800 -W 1900 -M 15500 run HOME/instance-3731807-1339247067.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.17 4.06 1.61 11/185 3735
/proc/meminfo: memFree=29448152/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0

[startup+0.00704406 s]
/proc/loadavg: 8.17 4.06 1.61 11/185 3735
/proc/meminfo: memFree=29448152/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100207 s]
/proc/loadavg: 8.17 4.06 1.61 11/185 3735
/proc/meminfo: memFree=29448152/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300225 s]
/proc/loadavg: 8.17 4.06 1.61 11/185 3735
/proc/meminfo: memFree=29448152/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.7002 s]
/proc/loadavg: 8.17 4.06 1.61 11/185 3735
/proc/meminfo: memFree=29448152/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 8.17 4.06 1.61 10/187 3737
/proc/meminfo: memFree=29726112/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
[pid=3736] ppid=3735 vsize=23252 CPUtime=1.49 cores=0,2,4,6
/proc/3736/stat : 3736 (pb_cplex) R 3735 3735 3419 0 -1 4202496 5101 0 0 0 149 0 0 0 20 0 1 0 390831267 23810048 3053 33554432000 134512640 146736320 4291306464 4291300916 136400570 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3736/statm: 5813 3053 912 2985 0 2747 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32400

[startup+3.10024 s]
/proc/loadavg: 8.17 4.06 1.61 10/187 3737
/proc/meminfo: memFree=29790840/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
[pid=3736] ppid=3735 vsize=23220 CPUtime=3.09 cores=0,2,4,6
/proc/3736/stat : 3736 (pb_cplex) R 3735 3735 3419 0 -1 4202496 5723 0 0 0 309 0 0 0 20 0 1 0 390831267 23777280 3062 33554432000 134512640 146736320 4291306464 4291299848 136000412 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3736/statm: 5805 3062 912 2985 0 2739 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32368

[startup+6.30027 s]
/proc/loadavg: 7.83 4.06 1.62 4/187 3737
/proc/meminfo: memFree=29886184/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
[pid=3736] ppid=3735 vsize=23192 CPUtime=6.28 cores=0,2,4,6
/proc/3736/stat : 3736 (pb_cplex) R 3735 3735 3419 0 -1 4202496 7074 0 0 0 628 0 0 0 20 0 1 0 390831267 23748608 3098 33554432000 134512640 146736320 4291306464 4291300776 136385265 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/3736/statm: 5798 3098 913 2985 0 2732 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32340

[startup+12.7003 s]
/proc/loadavg: 7.69 4.09 1.65 10/187 3737
/proc/meminfo: memFree=29886216/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
[pid=3736] ppid=3735 vsize=24812 CPUtime=12.69 cores=0,2,4,6
/proc/3736/stat : 3736 (pb_cplex) R 3735 3735 3419 0 -1 4202496 11957 0 0 0 1268 1 0 0 20 0 1 0 390831267 25407488 3464 33554432000 134512640 146736320 4291306464 4291302300 136406064 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/3736/statm: 6203 3464 913 2985 0 3137 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33960

[startup+25.5004 s]
/proc/loadavg: 8.54 4.45 1.80 16/194 3744
/proc/meminfo: memFree=29857324/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
[pid=3736] ppid=3735 vsize=134736 CPUtime=35.62 cores=0,2,4,6
/proc/3736/stat : 3736 (pb_cplex) S 3735 3735 3419 0 -1 4202496 22378 0 0 0 3558 4 0 0 20 0 8 0 390831267 137969664 10180 33554432000 134512640 146736320 4291306464 4291302864 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/3736/statm: 33684 10180 944 2985 0 30618 0
[pid=3736/tid=3738] ppid=3735 vsize=134736 CPUtime=1.75 cores=0,2,4,6
/proc/3736/task/3738/stat : 3738 (pb_cplex) R 3735 3735 3419 0 -1 4202560 636 0 0 0 175 0 0 0 20 0 8 0 390833246 137969664 10180 33554432000 134512640 146736320 4291306464 4149796932 136385179 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3736/tid=3739] ppid=3735 vsize=134736 CPUtime=1.76 cores=0,2,4,6
/proc/3736/task/3739/stat : 3739 (pb_cplex) R 3735 3735 3419 0 -1 4202560 690 0 0 0 176 0 0 0 20 0 8 0 390833246 137969664 10180 33554432000 134512640 146736320 4291306464 4139311308 136388866 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3736/tid=3740] ppid=3735 vsize=134736 CPUtime=1.83 cores=0,2,4,6
/proc/3736/task/3740/stat : 3740 (pb_cplex) R 3735 3735 3419 0 -1 4202560 637 0 0 0 183 0 0 0 20 0 8 0 390833246 137969664 10180 33554432000 134512640 146736320 4291306464 4128825560 136008599 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3736/tid=3741] ppid=3735 vsize=134736 CPUtime=1.65 cores=0,2,4,6
/proc/3736/task/3741/stat : 3741 (pb_cplex) R 3735 3735 3419 0 -1 4202560 685 0 0 0 165 0 0 0 20 0 8 0 390833246 137969664 10180 33554432000 134512640 146736320 4291306464 4118340040 136000412 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3742] ppid=3735 vsize=134736 CPUtime=1.67 cores=0,2,4,6
/proc/3736/task/3742/stat : 3742 (pb_cplex) R 3735 3735 3419 0 -1 4202560 728 0 0 0 167 0 0 0 20 0 8 0 390833246 137969664 10180 33554432000 134512640 146736320 4291306464 4107853880 136475862 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3736/tid=3743] ppid=3735 vsize=134736 CPUtime=1.73 cores=0,2,4,6
/proc/3736/task/3743/stat : 3743 (pb_cplex) R 3735 3735 3419 0 -1 4202560 886 0 0 0 173 0 0 0 20 0 8 0 390833246 137969664 10180 33554432000 134512640 146736320 4291306464 4097368132 136385177 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3736/tid=3744] ppid=3735 vsize=134736 CPUtime=1.69 cores=0,2,4,6
/proc/3736/task/3744/stat : 3744 (pb_cplex) R 3735 3735 3419 0 -1 4202560 561 0 0 0 169 0 0 0 20 0 8 0 390833246 137969664 10180 33554432000 134512640 146736320 4291306464 4086882760 135999284 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 35.62
Current children cumulated vsize (KiB) 143884

[startup+51.1003 s]
/proc/loadavg: 9.30 4.98 2.05 10/187 3744
/proc/meminfo: memFree=29865748/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
[pid=3736] ppid=3735 vsize=87580 CPUtime=103.11 cores=0,2,4,6
/proc/3736/stat : 3736 (pb_cplex) R 3735 3735 3419 0 -1 4202496 25766 0 0 0 10295 16 0 0 20 0 1 0 390831267 89681920 7759 33554432000 134512640 146736320 4291306464 4291302424 144757825 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3736/statm: 21895 7759 946 2985 0 18829 0
Current children cumulated CPU time (s) 103.11
Current children cumulated vsize (KiB) 96728

[startup+102.307 s]
/proc/loadavg: 10.96 6.04 2.56 16/193 3751
/proc/meminfo: memFree=29772864/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
[pid=3736] ppid=3735 vsize=213404 CPUtime=276.33 cores=0,2,4,6
/proc/3736/stat : 3736 (pb_cplex) R 3735 3735 3419 0 -1 4202496 42367 0 0 0 27604 29 0 0 20 0 8 0 390831267 218525696 28163 33554432000 134512640 146736320 4291306464 4291298256 136008455 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/3736/statm: 53351 28163 960 2985 0 50285 0
[pid=3736/tid=3745] ppid=3735 vsize=213404 CPUtime=20.82 cores=0,2,4,6
/proc/3736/task/3745/stat : 3745 (pb_cplex) R 3735 3735 3419 0 -1 4202560 2085 0 0 0 2081 1 0 0 20 0 8 0 390836841 218525696 28163 33554432000 134512640 146736320 4291306464 4086882896 136403109 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3746] ppid=3735 vsize=213404 CPUtime=20.61 cores=0,2,4,6
/proc/3736/task/3746/stat : 3746 (pb_cplex) R 3735 3735 3419 0 -1 4202560 1080 0 0 0 2061 0 0 0 20 0 8 0 390836841 218525696 28163 33554432000 134512640 146736320 4291306464 4097368156 135854505 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3736/tid=3747] ppid=3735 vsize=213404 CPUtime=21.1 cores=0,2,4,6
/proc/3736/task/3747/stat : 3747 (pb_cplex) R 3735 3735 3419 0 -1 4202560 2819 0 0 0 2108 2 0 0 20 0 8 0 390836841 218525696 28163 33554432000 134512640 146736320 4291306464 4107854824 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3736/tid=3748] ppid=3735 vsize=213404 CPUtime=21.98 cores=0,2,4,6
/proc/3736/task/3748/stat : 3748 (pb_cplex) R 3735 3735 3419 0 -1 4202560 911 0 0 0 2197 1 0 0 20 0 8 0 390836841 218525696 28163 33554432000 134512640 146736320 4291306464 4118340176 136403112 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3749] ppid=3735 vsize=213404 CPUtime=20.33 cores=0,2,4,6
/proc/3736/task/3749/stat : 3749 (pb_cplex) R 3735 3735 3419 0 -1 4202560 1398 0 0 0 2032 1 0 0 20 0 8 0 390836841 218525696 28163 33554432000 134512640 146736320 4291306464 4023763152 136008364 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3736/tid=3750] ppid=3735 vsize=213404 CPUtime=20.55 cores=0,2,4,6
/proc/3736/task/3750/stat : 3750 (pb_cplex) R 3735 3735 3419 0 -1 4202560 907 0 0 0 2054 1 0 0 20 0 8 0 390836841 218525696 28163 33554432000 134512640 146736320 4291306464 4013276900 135857487 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3736/tid=3751] ppid=3735 vsize=213404 CPUtime=20.06 cores=0,2,4,6
/proc/3736/task/3751/stat : 3751 (pb_cplex) R 3735 3735 3419 0 -1 4202560 1179 0 0 0 2005 1 0 0 20 0 8 0 390836841 218525696 28163 33554432000 134512640 146736320 4291306464 4002792016 136403109 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 276.33
Current children cumulated vsize (KiB) 222552

[startup+162.3 s]
/proc/loadavg: 12.40 7.30 3.20 14/193 3751
/proc/meminfo: memFree=29757340/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
[pid=3736] ppid=3735 vsize=217052 CPUtime=492.86 cores=0,2,4,6
/proc/3736/stat : 3736 (pb_cplex) R 3735 3735 3419 0 -1 4202496 55848 0 0 0 49234 52 0 0 20 0 8 0 390831267 222261248 31286 33554432000 134512640 146736320 4291306464 4291299344 136008058 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3736/statm: 54263 31286 962 2985 0 51197 0
[pid=3736/tid=3745] ppid=3735 vsize=217052 CPUtime=48.4 cores=0,2,4,6
/proc/3736/task/3745/stat : 3745 (pb_cplex) R 3735 3735 3419 0 -1 4202560 9026 0 0 0 4834 6 0 0 20 0 8 0 390836841 222261248 31286 33554432000 134512640 146736320 4291306464 4086883304 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3736/tid=3746] ppid=3735 vsize=217052 CPUtime=48.25 cores=0,2,4,6
/proc/3736/task/3746/stat : 3746 (pb_cplex) R 3735 3735 3419 0 -1 4202560 3074 0 0 0 4822 3 0 0 20 0 8 0 390836841 222261248 31286 33554432000 134512640 146736320 4291306464 4097368288 139028313 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3747] ppid=3735 vsize=217052 CPUtime=46.81 cores=0,2,4,6
/proc/3736/task/3747/stat : 3747 (pb_cplex) R 3735 3735 3419 0 -1 4202560 3985 0 0 0 4676 5 0 0 20 0 8 0 390836841 222261248 31286 33554432000 134512640 146736320 4291306464 4107854216 136388075 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3736/tid=3748] ppid=3735 vsize=217052 CPUtime=49.3 cores=0,2,4,6
/proc/3736/task/3748/stat : 3748 (pb_cplex) R 3735 3735 3419 0 -1 4202560 2163 0 0 0 4926 4 0 0 20 0 8 0 390836841 222261248 31286 33554432000 134512640 146736320 4291306464 4118339652 136385174 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3749] ppid=3735 vsize=217052 CPUtime=47.78 cores=0,2,4,6
/proc/3736/task/3749/stat : 3749 (pb_cplex) R 3735 3735 3419 0 -1 4202560 2525 0 0 0 4774 4 0 0 20 0 8 0 390836841 222261248 31286 33554432000 134512640 146736320 4291306464 4023763160 136008689 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3736/tid=3750] ppid=3735 vsize=217052 CPUtime=49.43 cores=0,2,4,6
/proc/3736/task/3750/stat : 3750 (pb_cplex) R 3735 3735 3419 0 -1 4202560 1329 0 0 0 4940 3 0 0 20 0 8 0 390836841 222261248 31286 33554432000 134512640 146736320 4291306464 4013277400 136008606 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3736/tid=3751] ppid=3735 vsize=217052 CPUtime=44.46 cores=0,2,4,6
/proc/3736/task/3751/stat : 3751 (pb_cplex) R 3735 3735 3419 0 -1 4202560 1692 0 0 0 4442 4 0 0 20 0 8 0 390836841 222261248 31286 33554432000 134512640 146736320 4291306464 4002792016 136403112 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 492.86

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

/proc/3736/stat : 3736 (pb_cplex) R 3735 3735 3419 0 -1 4202496 110833 0 0 0 91971 109 0 0 20 0 8 0 390831267 223535104 32234 33554432000 134512640 146736320 4291306464 4291297552 135459266 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/3736/statm: 54574 32234 962 2985 0 51508 0
[pid=3736/tid=3745] ppid=3735 vsize=218296 CPUtime=101.41 cores=0,2,4,6
/proc/3736/task/3745/stat : 3745 (pb_cplex) R 3735 3735 3419 0 -1 4202560 25072 0 0 0 10126 15 0 0 20 0 8 0 390836841 223535104 32234 33554432000 134512640 146736320 4291306464 4086882896 136403109 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3736/tid=3746] ppid=3735 vsize=218296 CPUtime=102.48 cores=0,2,4,6
/proc/3736/task/3746/stat : 3746 (pb_cplex) R 3735 3735 3419 0 -1 4202560 15234 0 0 0 10234 14 0 0 20 0 8 0 390836841 223535104 32234 33554432000 134512640 146736320 4291306464 4097368656 136403109 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3747] ppid=3735 vsize=218296 CPUtime=102.19 cores=0,2,4,6
/proc/3736/task/3747/stat : 3747 (pb_cplex) R 3735 3735 3419 0 -1 4202560 9295 0 0 0 10206 13 0 0 20 0 8 0 390836841 223535104 32234 33554432000 134512640 146736320 4291306464 4107852980 138462818 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3736/tid=3748] ppid=3735 vsize=218296 CPUtime=102.9 cores=0,2,4,6
/proc/3736/task/3748/stat : 3748 (pb_cplex) R 3735 3735 3419 0 -1 4202560 7286 0 0 0 10278 12 0 0 20 0 8 0 390836841 223535104 32234 33554432000 134512640 146736320 4291306464 4118339648 136382629 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3749] ppid=3735 vsize=218296 CPUtime=101.27 cores=0,2,4,6
/proc/3736/task/3749/stat : 3749 (pb_cplex) R 3735 3735 3419 0 -1 4202560 8807 0 0 0 10115 12 0 0 20 0 8 0 390836841 223535104 32234 33554432000 134512640 146736320 4291306464 4023763152 136008044 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3750] ppid=3735 vsize=218296 CPUtime=100.91 cores=0,2,4,6
/proc/3736/task/3750/stat : 3750 (pb_cplex) R 3735 3735 3419 0 -1 4202560 10561 0 0 0 10081 10 0 0 20 0 8 0 390836841 223535104 32234 33554432000 134512640 146736320 4291306464 4013277252 136385179 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3736/tid=3751] ppid=3735 vsize=218296 CPUtime=97.4 cores=0,2,4,6
/proc/3736/task/3751/stat : 3751 (pb_cplex) R 3735 3735 3419 0 -1 4202560 1827 0 0 0 9730 10 0 0 20 0 8 0 390836841 223535104 32234 33554432000 134512640 146736320 4291306464 4002791492 136385179 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 920.8
Current children cumulated vsize (KiB) 227444

[startup+342.3 s]
/proc/loadavg: 10.45 9.08 4.64 7/187 4106
/proc/meminfo: memFree=29694564/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
[pid=3736] ppid=3735 vsize=277924 CPUtime=1146.14 cores=0,2,4,6
/proc/3736/stat : 3736 (pb_cplex) R 3735 3735 3419 0 -1 4202496 182240 0 0 0 114450 164 0 0 20 0 8 0 390831267 284594176 43013 33554432000 134512640 146736320 4291306464 4291295120 136008234 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3736/statm: 69481 43013 974 2985 0 66415 0
[pid=3736/tid=3745] ppid=3735 vsize=277924 CPUtime=131.89 cores=0,2,4,6
/proc/3736/task/3745/stat : 3745 (pb_cplex) R 3735 3735 3419 0 -1 4202560 34807 0 0 0 13164 25 0 0 20 0 8 0 390836841 284594176 43013 33554432000 134512640 146736320 4291306464 4086879824 136403109 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3746] ppid=3735 vsize=277924 CPUtime=133.08 cores=0,2,4,6
/proc/3736/task/3746/stat : 3746 (pb_cplex) R 3735 3735 3419 0 -1 4202560 21981 0 0 0 13288 20 0 0 20 0 8 0 390836841 284594176 43013 33554432000 134512640 146736320 4291306464 4097364056 136008611 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3736/tid=3747] ppid=3735 vsize=277924 CPUtime=118.97 cores=0,2,4,6
/proc/3736/task/3747/stat : 3747 (pb_cplex) S 3735 3735 3419 0 -1 4202560 19556 0 0 0 11874 23 0 0 20 0 8 0 390836841 284594176 43013 33554432000 134512640 146736320 4291306464 4107857552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3736/tid=3748] ppid=3735 vsize=277924 CPUtime=134.17 cores=0,2,4,6
/proc/3736/task/3748/stat : 3748 (pb_cplex) R 3735 3735 3419 0 -1 4202560 14774 0 0 0 13398 19 0 0 20 0 8 0 390836841 284594176 43013 33554432000 134512640 146736320 4291306464 4118335568 136008450 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3749] ppid=3735 vsize=277924 CPUtime=133.25 cores=0,2,4,6
/proc/3736/task/3749/stat : 3749 (pb_cplex) S 3735 3735 3419 0 -1 4202560 22400 0 0 0 13302 23 0 0 20 0 8 0 390836841 284594176 43013 33554432000 134512640 146736320 4291306464 4023766672 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3750] ppid=3735 vsize=277924 CPUtime=123.27 cores=0,2,4,6
/proc/3736/task/3750/stat : 3750 (pb_cplex) S 3735 3735 3419 0 -1 4202560 25572 0 0 0 12307 20 0 0 20 0 8 0 390836841 284594176 43013 33554432000 134512640 146736320 4291306464 4013280912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3736/tid=3751] ppid=3735 vsize=277924 CPUtime=128.5 cores=0,2,4,6
/proc/3736/task/3751/stat : 3751 (pb_cplex) R 3735 3735 3419 0 -1 4202560 4581 0 0 0 12838 12 0 0 20 0 8 0 390836841 284594176 43013 33554432000 134512640 146736320 4291306464 4002787268 136385185 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1146.14
Current children cumulated vsize (KiB) 287072

[startup+402.3 s]
/proc/loadavg: 7.24 8.42 4.69 6/186 4106
/proc/meminfo: memFree=29688260/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
[pid=3736] ppid=3735 vsize=267364 CPUtime=1385.2 cores=0,2,4,6
/proc/3736/stat : 3736 (pb_cplex) R 3735 3735 3419 0 -1 4202496 215494 0 0 0 138334 186 0 0 20 0 8 0 390831267 273780736 41827 33554432000 134512640 146736320 4291306464 4291294968 136475800 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3736/statm: 66841 41827 974 2985 0 63775 0
[pid=3736/tid=3745] ppid=3735 vsize=267364 CPUtime=158.33 cores=0,2,4,6
/proc/3736/task/3745/stat : 3745 (pb_cplex) S 3735 3735 3419 0 -1 4202560 34859 0 0 0 15805 28 0 0 20 0 8 0 390836841 273780736 41827 33554432000 134512640 146736320 4291306464 4086886032 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3736/tid=3746] ppid=3735 vsize=267364 CPUtime=186.82 cores=0,2,4,6
/proc/3736/task/3746/stat : 3746 (pb_cplex) R 3735 3735 3419 0 -1 4202560 28972 0 0 0 18658 24 0 0 20 0 8 0 390836841 273780736 41827 33554432000 134512640 146736320 4291306464 4097364048 136008441 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3736/tid=3747] ppid=3735 vsize=267364 CPUtime=118.97 cores=0,2,4,6
/proc/3736/task/3747/stat : 3747 (pb_cplex) S 3735 3735 3419 0 -1 4202560 19556 0 0 0 11874 23 0 0 20 0 8 0 390836841 273780736 41827 33554432000 134512640 146736320 4291306464 4107857552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3736/tid=3748] ppid=3735 vsize=267364 CPUtime=186.43 cores=0,2,4,6
/proc/3736/task/3748/stat : 3748 (pb_cplex) R 3735 3735 3419 0 -1 4202560 24704 0 0 0 18619 24 0 0 20 0 8 0 390836841 273780736 41827 33554432000 134512640 146736320 4291306464 4118335408 136384852 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3749] ppid=3735 vsize=267364 CPUtime=133.25 cores=0,2,4,6
/proc/3736/task/3749/stat : 3749 (pb_cplex) S 3735 3735 3419 0 -1 4202560 22400 0 0 0 13302 23 0 0 20 0 8 0 390836841 273780736 41827 33554432000 134512640 146736320 4291306464 4023766672 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3750] ppid=3735 vsize=267364 CPUtime=123.27 cores=0,2,4,6
/proc/3736/task/3750/stat : 3750 (pb_cplex) S 3735 3735 3419 0 -1 4202560 25572 0 0 0 12307 20 0 0 20 0 8 0 390836841 273780736 41827 33554432000 134512640 146736320 4291306464 4013280912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3736/tid=3751] ppid=3735 vsize=267364 CPUtime=182.04 cores=0,2,4,6
/proc/3736/task/3751/stat : 3751 (pb_cplex) R 3735 3735 3419 0 -1 4202560 15238 0 0 0 18185 19 0 0 20 0 8 0 390836841 273780736 41827 33554432000 134512640 146736320 4291306464 4002786320 136008226 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1385.2
Current children cumulated vsize (KiB) 276512

[startup+462.3 s]
/proc/loadavg: 5.89 7.78 4.70 4/186 4106
/proc/meminfo: memFree=29713920/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
[pid=3736] ppid=3735 vsize=229340 CPUtime=1593.22 cores=0,2,4,6
/proc/3736/stat : 3736 (pb_cplex) R 3735 3735 3419 0 -1 4202496 229151 0 0 0 159117 205 0 0 20 0 8 0 390831267 234844160 34179 33554432000 134512640 146736320 4291306464 4291299192 136475798 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/3736/statm: 57335 34179 974 2985 0 54269 0
[pid=3736/tid=3745] ppid=3735 vsize=229340 CPUtime=166.22 cores=0,2,4,6
/proc/3736/task/3745/stat : 3745 (pb_cplex) R 3735 3735 3419 0 -1 4202560 35203 0 0 0 16593 29 0 0 20 0 8 0 390836841 234844160 34179 33554432000 134512640 146736320 4291306464 4086882896 136403112 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3736/tid=3746] ppid=3735 vsize=229340 CPUtime=218.88 cores=0,2,4,6
/proc/3736/task/3746/stat : 3746 (pb_cplex) R 3735 3735 3419 0 -1 4202560 30949 0 0 0 21861 27 0 0 20 0 8 0 390836841 234844160 34179 33554432000 134512640 146736320 4291306464 4097368156 135855165 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3747] ppid=3735 vsize=229340 CPUtime=126.89 cores=0,2,4,6
/proc/3736/task/3747/stat : 3747 (pb_cplex) R 3735 3735 3419 0 -1 4202560 19557 0 0 0 12666 23 0 0 20 0 8 0 390836841 234844160 34179 33554432000 134512640 146736320 4291306464 4107854040 136008924 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3736/tid=3748] ppid=3735 vsize=229340 CPUtime=232.77 cores=0,2,4,6
/proc/3736/task/3748/stat : 3748 (pb_cplex) R 3735 3735 3419 0 -1 4202560 28868 0 0 0 23247 30 0 0 20 0 8 0 390836841 234844160 34179 33554432000 134512640 146736320 4291306464 4118339792 136008465 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3749] ppid=3735 vsize=229340 CPUtime=141.94 cores=0,2,4,6
/proc/3736/task/3749/stat : 3749 (pb_cplex) R 3735 3735 3419 0 -1 4202560 22401 0 0 0 14169 25 0 0 20 0 8 0 390836841 234844160 34179 33554432000 134512640 146736320 4291306464 4023762992 136384857 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3736/tid=3750] ppid=3735 vsize=229340 CPUtime=130.98 cores=0,2,4,6
/proc/3736/task/3750/stat : 3750 (pb_cplex) R 3735 3735 3419 0 -1 4202560 25572 0 0 0 13077 21 0 0 20 0 8 0 390836841 234844160 34179 33554432000 134512640 146736320 4291306464 4013276432 135459537 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3751] ppid=3735 vsize=229340 CPUtime=232.48 cores=0,2,4,6
/proc/3736/task/3751/stat : 3751 (pb_cplex) R 3735 3735 3419 0 -1 4202560 21120 0 0 0 23224 24 0 0 20 0 8 0 390836841 234844160 34179 33554432000 134512640 146736320 4291306464 4002791632 136008335 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1593.22
Current children cumulated vsize (KiB) 238488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+519.5 s]
/proc/loadavg: 7.27 7.83 4.91 3/186 4107
/proc/meminfo: memFree=29713424/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
[pid=3736] ppid=3735 vsize=230364 CPUtime=1800.09 cores=0,2,4,6
/proc/3736/stat : 3736 (pb_cplex) S 3735 3735 3419 0 -1 4202496 258557 0 0 0 179772 237 0 0 20 0 8 0 390831267 235892736 34407 33554432000 134512640 146736320 4291306464 4291302864 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3736/statm: 57591 34407 974 2985 0 54525 0
[pid=3736/tid=3745] ppid=3735 vsize=230364 CPUtime=191.76 cores=0,2,4,6
/proc/3736/task/3745/stat : 3745 (pb_cplex) S 3735 3735 3419 0 -1 4202560 44423 0 0 0 19142 34 0 0 20 0 8 0 390836841 235892736 34407 33554432000 134512640 146736320 4291306464 4086886032 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3736/tid=3746] ppid=3735 vsize=230364 CPUtime=245.79 cores=0,2,4,6
/proc/3736/task/3746/stat : 3746 (pb_cplex) S 3735 3735 3419 0 -1 4202560 38270 0 0 0 24547 32 0 0 20 0 8 0 390836841 235892736 34407 33554432000 134512640 146736320 4291306464 4097371792 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3736/tid=3747] ppid=3735 vsize=230364 CPUtime=151.74 cores=0,2,4,6
/proc/3736/task/3747/stat : 3747 (pb_cplex) S 3735 3735 3419 0 -1 4202560 19558 0 0 0 15146 28 0 0 20 0 8 0 390836841 235892736 34407 33554432000 134512640 146736320 4291306464 4107857552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3736/tid=3748] ppid=3735 vsize=230364 CPUtime=258.5 cores=0,2,4,6
/proc/3736/task/3748/stat : 3748 (pb_cplex) S 3735 3735 3419 0 -1 4202560 31417 0 0 0 25817 33 0 0 20 0 8 0 390836841 235892736 34407 33554432000 134512640 146736320 4291306464 4118343312 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3749] ppid=3735 vsize=230364 CPUtime=167.63 cores=0,2,4,6
/proc/3736/task/3749/stat : 3749 (pb_cplex) S 3735 3735 3419 0 -1 4202560 22432 0 0 0 16736 27 0 0 20 0 8 0 390836841 235892736 34407 33554432000 134512640 146736320 4291306464 4023766672 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3736/tid=3750] ppid=3735 vsize=230364 CPUtime=157.42 cores=0,2,4,6
/proc/3736/task/3750/stat : 3750 (pb_cplex) S 3735 3735 3419 0 -1 4202560 26001 0 0 0 15718 24 0 0 20 0 8 0 390836841 235892736 34407 33554432000 134512640 146736320 4291306464 4013280912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3736/tid=3751] ppid=3735 vsize=230364 CPUtime=258.77 cores=0,2,4,6
/proc/3736/task/3751/stat : 3751 (pb_cplex) R 3735 3735 3419 0 -1 4202560 30974 0 0 0 25846 31 0 0 20 0 8 0 390836841 235892736 34407 33554432000 134512640 146736320 4291306464 4002791384 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 239512

Sending SIGTERM to process tree (bottom up)

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

[startup+519.5 s]
/proc/loadavg: 7.27 7.83 4.91 3/186 4107
/proc/meminfo: memFree=29713424/32873844 swapFree=7632/7632
[pid=3735] ppid=3733 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3735/stat : 3735 (run) S 3733 3735 3419 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390831267 9367552 270 33554432000 4194304 5064252 140733450196976 140733450195888 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3735/statm: 2287 270 229 213 0 72 0
[pid=3736] ppid=3735 vsize=230364 CPUtime=1800.09 cores=0,2,4,6
/proc/3736/stat : 3736 (pb_cplex) S 3735 3735 3419 0 -1 4202496 258557 0 0 0 179772 237 0 0 20 0 8 0 390831267 235892736 34407 33554432000 134512640 146736320 4291306464 4291302864 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3736/statm: 57591 34407 974 2985 0 54525 0
[pid=3736/tid=3745] ppid=3735 vsize=230364 CPUtime=191.76 cores=0,2,4,6
/proc/3736/task/3745/stat : 3745 (pb_cplex) S 3735 3735 3419 0 -1 4202560 44423 0 0 0 19142 34 0 0 20 0 8 0 390836841 235892736 34407 33554432000 134512640 146736320 4291306464 4086886032 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3736/tid=3746] ppid=3735 vsize=230364 CPUtime=245.79 cores=0,2,4,6
/proc/3736/task/3746/stat : 3746 (pb_cplex) S 3735 3735 3419 0 -1 4202560 38270 0 0 0 24547 32 0 0 20 0 8 0 390836841 235892736 34407 33554432000 134512640 146736320 4291306464 4097371792 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3736/tid=3747] ppid=3735 vsize=230364 CPUtime=151.74 cores=0,2,4,6
/proc/3736/task/3747/stat : 3747 (pb_cplex) S 3735 3735 3419 0 -1 4202560 19558 0 0 0 15146 28 0 0 20 0 8 0 390836841 235892736 34407 33554432000 134512640 146736320 4291306464 4107857552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3736/tid=3748] ppid=3735 vsize=230364 CPUtime=258.5 cores=0,2,4,6
/proc/3736/task/3748/stat : 3748 (pb_cplex) S 3735 3735 3419 0 -1 4202560 31417 0 0 0 25817 33 0 0 20 0 8 0 390836841 235892736 34407 33554432000 134512640 146736320 4291306464 4118343312 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3736/tid=3749] ppid=3735 vsize=230364 CPUtime=167.63 cores=0,2,4,6
/proc/3736/task/3749/stat : 3749 (pb_cplex) S 3735 3735 3419 0 -1 4202560 22432 0 0 0 16736 27 0 0 20 0 8 0 390836841 235892736 34407 33554432000 134512640 146736320 4291306464 4023766672 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3736/tid=3750] ppid=3735 vsize=230364 CPUtime=157.42 cores=0,2,4,6
/proc/3736/task/3750/stat : 3750 (pb_cplex) S 3735 3735 3419 0 -1 4202560 26001 0 0 0 15718 24 0 0 20 0 8 0 390836841 235892736 34407 33554432000 134512640 146736320 4291306464 4013280912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3736/tid=3751] ppid=3735 vsize=230364 CPUtime=258.77 cores=0,2,4,6
/proc/3736/task/3751/stat : 3751 (pb_cplex) R 3735 3735 3419 0 -1 4202560 30974 0 0 0 25846 31 0 0 20 0 8 0 390836841 235892736 34407 33554432000 134512640 146736320 4291306464 4002791384 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 239512

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3735 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=945974
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=571609
# CPU time returned by wait4() is 1798.52
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 519.515
CPU time (s): 1800.09
CPU user time (s): 1797.72
CPU system time (s): 2.37
CPU usage (%): 346.494
Max. virtual memory (cumulated for all children) (KiB): 306680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.95
system time used= 2.57161
maximum resident set size= 185416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258922
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= 21290
involuntary context switches= 81033

runsolver used 2.07768 second user time and 4.98224 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-09 15:04:29
IDJOB=3731807
IDBENCH=1987
IDSOLVER=2325
FILE ID=node141/3731807-1339247067
RUNJOBID= node141-1339246834-3435
PBS_JOBID= 14644340
Free space on /tmp= 68076 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_18.opb.PB06.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731807-1339247067/watcher-3731807-1339247067 -o /tmp/evaluation-result-3731807-1339247067/solver-3731807-1339247067 -C 1800 -W 1900 -M 15500  run HOME/instance-3731807-1339247067.opb

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

MD5SUM BENCH= e1d6958876c3f9359c6b5193f1345bd5
RANDOM SEED=2008729106

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.744
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.92
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.744
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:        28729208 kB
Buffers:          383216 kB
Cached:          2701584 kB
SwapCached:         3056 kB
Active:           698172 kB
Inactive:        2484532 kB
Active(anon):      95964 kB
Inactive(anon):     2872 kB
Active(file):     602208 kB
Inactive(file):  2481660 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098996 kB
Dirty:            209604 kB
Writeback:             0 kB
AnonPages:        102528 kB
Mapped:            12652 kB
Shmem:                 0 kB
Slab:             821500 kB
SReclaimable:     258676 kB
SUnreclaim:       562824 kB
KernelStack:        1504 kB
PageTables:         4260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     253972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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-3731807-1339247067.opb

Free space on /tmp at the end= 69268 MiB
End job on node141 at 2012-06-09 15:13:09