Trace number 3733006

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.26 547.617

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-5.opb
MD5SUM2e8a2f5e2511f10f037e700bd45c84a1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark12.2971
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17794
Number of constraints which are clauses17794
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 450
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 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3733006-1339247382.opb.
0.00/0.00	c Instance file HOME/instance-3733006-1339247382.opb
0.00/0.00	c File size is 421987 bytes.
0.00/0.06	c Highest Coefficient sum: 3
0.00/0.06	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.07	c ============================[ Problem Statistics ]=============================
0.00/0.07	c |                                                                             |
0.00/0.07	c |  Parsing time:          0.07         s                                      |
0.00/0.07	c |  Number Variables:      450                                                 |
0.00/0.07	c |  Number Constraints:    17794                                               |
0.00/0.07	c ===============================================================================
1799.51/547.61	c Remaining time 1799.93 sec.
1799.51/547.61	c 
1799.51/547.61	c *** INTERRUPTED ***
1799.51/547.61	s UNKNOWN
1799.51/547.61	c Total CPU time              : 1795.51 s
1799.51/547.61	c Memory used           : 235.41 MB
1799.51/547.61	c CPU time              : 1795.51 s
1799.51/547.61	c 
1799.51/547.61	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-3733006-1339247382/watcher-3733006-1339247382 -o /tmp/evaluation-result-3733006-1339247382/solver-3733006-1339247382 -C 1800 -W 1900 -M 15500 run HOME/instance-3733006-1339247382.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: 12.73 10.39 5.34 4/184 5094
/proc/meminfo: memFree=29747388/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0

[startup+0.063753 s]
/proc/loadavg: 12.73 10.39 5.34 4/184 5094
/proc/meminfo: memFree=29747388/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10028 s]
/proc/loadavg: 12.73 10.39 5.34 4/184 5094
/proc/meminfo: memFree=29747388/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300183 s]
/proc/loadavg: 12.73 10.39 5.34 4/184 5094
/proc/meminfo: memFree=29747388/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700178 s]
/proc/loadavg: 12.73 10.39 5.34 4/184 5094
/proc/meminfo: memFree=29747388/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 12.43 10.36 5.36 8/186 5096
/proc/meminfo: memFree=29734452/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0
[pid=5095] ppid=5094 vsize=36324 CPUtime=1.49 cores=1,3,5,7
/proc/5095/stat : 5095 (pb_cplex) R 5094 5094 4561 0 -1 4202496 6655 0 0 0 148 1 0 0 20 0 1 0 390863146 37195776 5365 33554432000 134512640 146736320 4287437040 4287432848 137698804 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/5095/statm: 9081 5365 880 2985 0 6015 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45472

[startup+3.10034 s]
/proc/loadavg: 12.43 10.36 5.36 10/186 5096
/proc/meminfo: memFree=29729616/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0
[pid=5095] ppid=5094 vsize=36264 CPUtime=3.09 cores=1,3,5,7
/proc/5095/stat : 5095 (pb_cplex) R 5094 5094 4561 0 -1 4202496 9145 0 0 0 308 1 0 0 20 0 1 0 390863146 37134336 5549 33554432000 134512640 146736320 4287437040 4287431244 136017526 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/5095/statm: 9066 5549 910 2985 0 6000 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45412

[startup+6.30032 s]
/proc/loadavg: 11.59 10.22 5.34 3/179 5146
/proc/meminfo: memFree=29822004/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0
[pid=5095] ppid=5094 vsize=36040 CPUtime=6.29 cores=1,3,5,7
/proc/5095/stat : 5095 (pb_cplex) R 5094 5094 4561 0 -1 4202496 10148 0 0 0 627 2 0 0 20 0 1 0 390863146 36904960 6106 33554432000 134512640 146736320 4287437040 4287431112 139043585 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/5095/statm: 9010 6106 913 2985 0 5944 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45188

[startup+12.7003 s]
/proc/loadavg: 10.82 10.09 5.32 3/179 5146
/proc/meminfo: memFree=29806668/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0
[pid=5095] ppid=5094 vsize=36060 CPUtime=12.69 cores=1,3,5,7
/proc/5095/stat : 5095 (pb_cplex) R 5094 5094 4561 0 -1 4202496 11492 0 0 0 1267 2 0 0 20 0 1 0 390863146 36925440 6082 33554432000 134512640 146736320 4287437040 4287430860 136017709 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/5095/statm: 9015 6082 914 2985 0 5949 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45208

[startup+25.5004 s]
/proc/loadavg: 8.87 9.69 5.27 3/187 5156
/proc/meminfo: memFree=29782004/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0
[pid=5095] ppid=5094 vsize=137632 CPUtime=25.49 cores=1,3,5,7
/proc/5095/stat : 5095 (pb_cplex) R 5094 5094 4561 0 -1 4202496 17968 0 0 0 2545 4 0 0 20 0 8 0 390863146 140935168 12045 33554432000 134512640 146736320 4287437040 4287430288 136403109 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5095/statm: 34408 12045 945 2985 0 31342 0
[pid=5095/tid=5150] ppid=5094 vsize=137632 CPUtime=0 cores=1,3,5,7
/proc/5095/task/5150/stat : 5150 (pb_cplex) S 5094 5094 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390865257 140935168 12045 33554432000 134512640 146736320 4287437040 4138102416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5095/tid=5151] ppid=5094 vsize=137632 CPUtime=0 cores=1,3,5,7
/proc/5095/task/5151/stat : 5151 (pb_cplex) S 5094 5094 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390865257 140935168 12045 33554432000 134512640 146736320 4287437040 4127616656 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5095/tid=5152] ppid=5094 vsize=137632 CPUtime=0 cores=1,3,5,7
/proc/5095/task/5152/stat : 5152 (pb_cplex) S 5094 5094 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390865257 140935168 12045 33554432000 134512640 146736320 4287437040 4117130896 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5095/tid=5153] ppid=5094 vsize=137632 CPUtime=0 cores=1,3,5,7
/proc/5095/task/5153/stat : 5153 (pb_cplex) S 5094 5094 4561 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 390865257 140935168 12045 33554432000 134512640 146736320 4287437040 4106645136 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5095/tid=5154] ppid=5094 vsize=137632 CPUtime=0 cores=1,3,5,7
/proc/5095/task/5154/stat : 5154 (pb_cplex) S 5094 5094 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390865257 140935168 12045 33554432000 134512640 146736320 4287437040 4096159376 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5095/tid=5155] ppid=5094 vsize=137632 CPUtime=0 cores=1,3,5,7
/proc/5095/task/5155/stat : 5155 (pb_cplex) S 5094 5094 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390865257 140935168 12045 33554432000 134512640 146736320 4287437040 4085673616 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5095/tid=5156] ppid=5094 vsize=137632 CPUtime=0 cores=1,3,5,7
/proc/5095/task/5156/stat : 5156 (pb_cplex) S 5094 5094 4561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390865257 140935168 12045 33554432000 134512640 146736320 4287437040 4075187856 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 146780

[startup+51.1004 s]
/proc/loadavg: 7.53 9.30 5.25 6/187 5156
/proc/meminfo: memFree=29749540/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0
[pid=5095] ppid=5094 vsize=178804 CPUtime=98.73 cores=1,3,5,7
/proc/5095/stat : 5095 (pb_cplex) S 5094 5094 4561 0 -1 4202496 26956 0 0 0 9847 26 0 0 20 0 8 0 390863146 183095296 20168 33554432000 134512640 146736320 4287437040 4287433424 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5095/statm: 44701 20168 946 2985 0 41635 0
[pid=5095/tid=5150] ppid=5094 vsize=178804 CPUtime=11.15 cores=1,3,5,7
/proc/5095/task/5150/stat : 5150 (pb_cplex) R 5094 5094 4561 0 -1 4202560 1187 0 0 0 1112 3 0 0 20 0 8 0 390865257 183095296 20168 33554432000 134512640 146736320 4287437040 4138097752 136007584 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=5095/tid=5151] ppid=5094 vsize=178804 CPUtime=10.95 cores=1,3,5,7
/proc/5095/task/5151/stat : 5151 (pb_cplex) R 5094 5094 4561 0 -1 4202560 1292 0 0 0 1093 2 0 0 20 0 8 0 390865257 183095296 20168 33554432000 134512640 146736320 4287437040 4127613136 136008050 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=5095/tid=5152] ppid=5094 vsize=178804 CPUtime=10.95 cores=1,3,5,7
/proc/5095/task/5152/stat : 5152 (pb_cplex) R 5094 5094 4561 0 -1 4202560 1092 0 0 0 1094 1 0 0 20 0 8 0 390865257 183095296 20168 33554432000 134512640 146736320 4287437040 4117127276 135454096 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=5095/tid=5153] ppid=5094 vsize=178804 CPUtime=11.03 cores=1,3,5,7
/proc/5095/task/5153/stat : 5153 (pb_cplex) R 5094 5094 4561 0 -1 4202560 1335 0 0 0 1100 3 0 0 20 0 8 0 390865257 183095296 20168 33554432000 134512640 146736320 4287437040 4106641616 136008328 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=5095/tid=5154] ppid=5094 vsize=178804 CPUtime=3.6 cores=1,3,5,7
/proc/5095/task/5154/stat : 5154 (pb_cplex) S 5094 5094 4561 0 -1 4202560 1125 0 0 0 359 1 0 0 20 0 8 0 390865257 183095296 20168 33554432000 134512640 146736320 4287437040 4096159376 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5095/tid=5155] ppid=5094 vsize=178804 CPUtime=3.01 cores=1,3,5,7
/proc/5095/task/5155/stat : 5155 (pb_cplex) S 5094 5094 4561 0 -1 4202560 1039 0 0 0 294 7 0 0 20 0 8 0 390865257 183095296 20168 33554432000 134512640 146736320 4287437040 4085673616 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5095/tid=5156] ppid=5094 vsize=178804 CPUtime=8.02 cores=1,3,5,7
/proc/5095/task/5156/stat : 5156 (pb_cplex) S 5094 5094 4561 0 -1 4202560 1809 0 0 0 800 2 0 0 20 0 8 0 390865257 183095296 20168 33554432000 134512640 146736320 4287437040 4075187856 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 98.73
Current children cumulated vsize (KiB) 187952

[startup+102.307 s]
/proc/loadavg: 7.73 9.05 5.38 6/186 5157
/proc/meminfo: memFree=29745504/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0
[pid=5095] ppid=5094 vsize=180108 CPUtime=287.31 cores=1,3,5,7
/proc/5095/stat : 5095 (pb_cplex) S 5094 5094 4561 0 -1 4202496 27311 0 0 0 28650 81 0 0 20 0 8 0 390863146 184430592 20886 33554432000 134512640 146736320 4287437040 4287433424 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5095/statm: 45027 20886 946 2985 0 41961 0
[pid=5095/tid=5150] ppid=5094 vsize=180108 CPUtime=33.12 cores=1,3,5,7
/proc/5095/task/5150/stat : 5150 (pb_cplex) S 5094 5094 4561 0 -1 4202560 1194 0 0 0 3307 5 0 0 20 0 8 0 390865257 184430592 20886 33554432000 134512640 146736320 4287437040 4138102416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5095/tid=5151] ppid=5094 vsize=180108 CPUtime=38.01 cores=1,3,5,7
/proc/5095/task/5151/stat : 5151 (pb_cplex) S 5094 5094 4561 0 -1 4202560 1294 0 0 0 3785 16 0 0 20 0 8 0 390865257 184430592 20886 33554432000 134512640 146736320 4287437040 4127616656 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5095/tid=5152] ppid=5094 vsize=180108 CPUtime=37.34 cores=1,3,5,7
/proc/5095/task/5152/stat : 5152 (pb_cplex) R 5094 5094 4561 0 -1 4202560 1092 0 0 0 3732 2 0 0 20 0 8 0 390865257 184430592 20886 33554432000 134512640 146736320 4287437040 4117127060 136017777 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=5095/tid=5153] ppid=5094 vsize=180108 CPUtime=35.52 cores=1,3,5,7
/proc/5095/task/5153/stat : 5153 (pb_cplex) R 5094 5094 4561 0 -1 4202560 1342 0 0 0 3536 16 0 0 20 0 8 0 390865257 184430592 20886 33554432000 134512640 146736320 4287437040 4106641300 136017481 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=5095/tid=5154] ppid=5094 vsize=180108 CPUtime=25.52 cores=1,3,5,7
/proc/5095/task/5154/stat : 5154 (pb_cplex) R 5094 5094 4561 0 -1 4202560 1166 0 0 0 2550 2 0 0 20 0 8 0 390865257 184430592 20886 33554432000 134512640 146736320 4287437040 4096155540 136017474 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=5095/tid=5155] ppid=5094 vsize=180108 CPUtime=24.49 cores=1,3,5,7
/proc/5095/task/5155/stat : 5155 (pb_cplex) S 5094 5094 4561 0 -1 4202560 1295 0 0 0 2437 12 0 0 20 0 8 0 390865257 184430592 20886 33554432000 134512640 146736320 4287437040 4085673616 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5095/tid=5156] ppid=5094 vsize=180108 CPUtime=30.42 cores=1,3,5,7
/proc/5095/task/5156/stat : 5156 (pb_cplex) S 5094 5094 4561 0 -1 4202560 1851 0 0 0 3038 4 0 0 20 0 8 0 390865257 184430592 20886 33554432000 134512640 146736320 4287437040 4075187856 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 287.31
Current children cumulated vsize (KiB) 189256

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

[startup+118.2 s]
/proc/loadavg: 7.37 8.91 5.39 3/186 5157
/proc/meminfo: memFree=29745252/32873844 swapFree=7628/7628

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

[pid=5095/tid=5169] ppid=5094 vsize=230512 CPUtime=62.15 cores=1,3,5,7
/proc/5095/task/5169/stat : 5169 (pb_cplex) R 5094 5094 4561 0 -1 4202560 24724 0 0 0 6201 14 0 0 20 0 8 0 390878462 236044288 33623 33554432000 134512640 146736320 4287437040 4007031424 139046511 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=5095/tid=5170] ppid=5094 vsize=230512 CPUtime=50.8 cores=1,3,5,7
/proc/5095/task/5170/stat : 5170 (pb_cplex) R 5094 5094 4561 0 -1 4202560 6254 0 0 0 5073 7 0 0 20 0 8 0 390878462 236044288 33623 33554432000 134512640 146736320 4287437040 3996542280 136000492 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=5095/tid=5171] ppid=5094 vsize=230512 CPUtime=42.82 cores=1,3,5,7
/proc/5095/task/5171/stat : 5171 (pb_cplex) R 5094 5094 4561 0 -1 4202560 5416 0 0 0 4270 12 0 0 20 0 8 0 390878462 236044288 33623 33554432000 134512640 146736320 4287437040 3986059904 139046528 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 805.2
Current children cumulated vsize (KiB) 239660

[startup+342.3 s]
/proc/loadavg: 12.41 9.38 6.20 16/193 5178
/proc/meminfo: memFree=29538064/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0
[pid=5095] ppid=5094 vsize=232864 CPUtime=1031.86 cores=1,3,5,7
/proc/5095/stat : 5095 (pb_cplex) R 5094 5094 4561 0 -1 4202496 185376 0 0 0 102855 331 0 0 20 0 8 0 390863146 238452736 35175 33554432000 134512640 146736320 4287437040 4287430696 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5095/statm: 58216 35175 972 2985 0 55150 0
[pid=5095/tid=5165] ppid=5094 vsize=232864 CPUtime=76.07 cores=1,3,5,7
/proc/5095/task/5165/stat : 5165 (pb_cplex) R 5094 5094 4561 0 -1 4202560 1241 0 0 0 7580 27 0 0 20 0 8 0 390878462 238452736 35175 33554432000 134512640 146736320 4287437040 4030718160 136008053 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=5095/tid=5166] ppid=5094 vsize=232864 CPUtime=77.94 cores=1,3,5,7
/proc/5095/task/5166/stat : 5166 (pb_cplex) R 5094 5094 4561 0 -1 4202560 3536 0 0 0 7749 45 0 0 20 0 8 0 390878462 238452736 35175 33554432000 134512640 146736320 4287437040 4126998984 136001974 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=5095/tid=5167] ppid=5094 vsize=232864 CPUtime=81.44 cores=1,3,5,7
/proc/5095/task/5167/stat : 5167 (pb_cplex) R 5094 5094 4561 0 -1 4202560 14807 0 0 0 8121 23 0 0 20 0 8 0 390878462 238452736 35175 33554432000 134512640 146736320 4287437040 4137485288 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=5095/tid=5168] ppid=5094 vsize=232864 CPUtime=85.15 cores=1,3,5,7
/proc/5095/task/5168/stat : 5168 (pb_cplex) R 5094 5094 4561 0 -1 4202560 13349 0 0 0 8493 22 0 0 20 0 8 0 390878462 238452736 35175 33554432000 134512640 146736320 4287437040 4106642032 136385265 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=5095/tid=5169] ppid=5094 vsize=232864 CPUtime=91.73 cores=1,3,5,7
/proc/5095/task/5169/stat : 5169 (pb_cplex) R 5094 5094 4561 0 -1 4202560 40185 0 0 0 9151 22 0 0 20 0 8 0 390878462 238452736 35175 33554432000 134512640 146736320 4287437040 4007030992 136008309 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=5095/tid=5170] ppid=5094 vsize=232864 CPUtime=78.8 cores=1,3,5,7
/proc/5095/task/5170/stat : 5170 (pb_cplex) R 5094 5094 4561 0 -1 4202560 11861 0 0 0 7868 12 0 0 20 0 8 0 390878462 238452736 35175 33554432000 134512640 146736320 4287437040 3996545176 136007021 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=5095/tid=5171] ppid=5094 vsize=232864 CPUtime=72.76 cores=1,3,5,7
/proc/5095/task/5171/stat : 5171 (pb_cplex) R 5094 5094 4561 0 -1 4202560 6658 0 0 0 7261 15 0 0 20 0 8 0 390878462 238452736 35175 33554432000 134512640 146736320 4287437040 3986059472 136008339 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1031.86
Current children cumulated vsize (KiB) 242012

[startup+402.3 s]
/proc/loadavg: 12.53 9.91 6.57 7/193 5179
/proc/meminfo: memFree=29526816/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0
[pid=5095] ppid=5094 vsize=241056 CPUtime=1253.3 cores=1,3,5,7
/proc/5095/stat : 5095 (pb_cplex) R 5094 5094 4561 0 -1 4202496 219982 0 0 0 124973 357 0 0 20 0 8 0 390863146 246841344 36786 33554432000 134512640 146736320 4287437040 4287428844 135454096 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5095/statm: 60264 36786 972 2985 0 57198 0
[pid=5095/tid=5165] ppid=5094 vsize=241056 CPUtime=104.29 cores=1,3,5,7
/proc/5095/task/5165/stat : 5165 (pb_cplex) R 5094 5094 4561 0 -1 4202560 1242 0 0 0 10400 29 0 0 20 0 8 0 390878462 246841344 36786 33554432000 134512640 146736320 4287437040 4030718024 139042901 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=5095/tid=5166] ppid=5094 vsize=241056 CPUtime=104.39 cores=1,3,5,7
/proc/5095/task/5166/stat : 5166 (pb_cplex) R 5094 5094 4561 0 -1 4202560 3542 0 0 0 10392 47 0 0 20 0 8 0 390878462 246841344 36786 33554432000 134512640 146736320 4287437040 4126999528 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=5095/tid=5167] ppid=5094 vsize=241056 CPUtime=111.27 cores=1,3,5,7
/proc/5095/task/5167/stat : 5167 (pb_cplex) R 5094 5094 4561 0 -1 4202560 20423 0 0 0 11100 27 0 0 20 0 8 0 390878462 246841344 36786 33554432000 134512640 146736320 4287437040 4137484180 136017763 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=5095/tid=5168] ppid=5094 vsize=241056 CPUtime=112.47 cores=1,3,5,7
/proc/5095/task/5168/stat : 5168 (pb_cplex) R 5094 5094 4561 0 -1 4202560 14912 0 0 0 11223 24 0 0 20 0 8 0 390878462 246841344 36786 33554432000 134512640 146736320 4287437040 4106641616 136008050 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=5095/tid=5169] ppid=5094 vsize=241056 CPUtime=120.78 cores=1,3,5,7
/proc/5095/task/5169/stat : 5169 (pb_cplex) R 5094 5094 4561 0 -1 4202560 59428 0 0 0 12048 30 0 0 20 0 8 0 390878462 246841344 36786 33554432000 134512640 146736320 4287437040 4007030824 139044505 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=5095/tid=5170] ppid=5094 vsize=241056 CPUtime=104.91 cores=1,3,5,7
/proc/5095/task/5170/stat : 5170 (pb_cplex) R 5094 5094 4561 0 -1 4202560 13143 0 0 0 10476 15 0 0 20 0 8 0 390878462 246841344 36786 33554432000 134512640 146736320 4287437040 3996545232 136008039 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=5095/tid=5171] ppid=5094 vsize=241056 CPUtime=99.43 cores=1,3,5,7
/proc/5095/task/5171/stat : 5171 (pb_cplex) R 5094 5094 4561 0 -1 4202560 10250 0 0 0 9925 18 0 0 20 0 8 0 390878462 246841344 36786 33554432000 134512640 146736320 4287437040 3986059356 135854505 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1253.3
Current children cumulated vsize (KiB) 250204

[startup+462.3 s]
/proc/loadavg: 8.98 9.45 6.63 17/193 5179
/proc/meminfo: memFree=29525200/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0
[pid=5095] ppid=5094 vsize=241880 CPUtime=1477.58 cores=1,3,5,7
/proc/5095/stat : 5095 (pb_cplex) R 5094 5094 4561 0 -1 4202496 225389 0 0 0 147383 375 0 0 20 0 8 0 390863146 247685120 36968 33554432000 134512640 146736320 4287437040 4287429588 136017485 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5095/statm: 60470 36968 972 2985 0 57404 0
[pid=5095/tid=5165] ppid=5094 vsize=241880 CPUtime=132.69 cores=1,3,5,7
/proc/5095/task/5165/stat : 5165 (pb_cplex) R 5094 5094 4561 0 -1 4202560 1477 0 0 0 13236 33 0 0 20 0 8 0 390878462 247685120 36968 33554432000 134512640 146736320 4287437040 4030718160 136008245 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=5095/tid=5166] ppid=5094 vsize=241880 CPUtime=133.46 cores=1,3,5,7
/proc/5095/task/5166/stat : 5166 (pb_cplex) R 5094 5094 4561 0 -1 4202560 3551 0 0 0 13295 51 0 0 20 0 8 0 390878462 247685120 36968 33554432000 134512640 146736320 4287437040 4126998420 136017769 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=5095/tid=5167] ppid=5094 vsize=241880 CPUtime=138.62 cores=1,3,5,7
/proc/5095/task/5167/stat : 5167 (pb_cplex) R 5094 5094 4561 0 -1 4202560 20425 0 0 0 13832 30 0 0 20 0 8 0 390878462 247685120 36968 33554432000 134512640 146736320 4287437040 4137484496 136008050 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=5095/tid=5168] ppid=5094 vsize=241880 CPUtime=140.86 cores=1,3,5,7
/proc/5095/task/5168/stat : 5168 (pb_cplex) R 5094 5094 4561 0 -1 4202560 15271 0 0 0 14059 27 0 0 20 0 8 0 390878462 247685120 36968 33554432000 134512640 146736320 4287437040 4106641632 139028303 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=5095/tid=5169] ppid=5094 vsize=241880 CPUtime=148.88 cores=1,3,5,7
/proc/5095/task/5169/stat : 5169 (pb_cplex) R 5094 5094 4561 0 -1 4202560 59651 0 0 0 14855 33 0 0 20 0 8 0 390878462 247685120 36968 33554432000 134512640 146736320 4287437040 4007030856 139042864 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=5095/tid=5170] ppid=5094 vsize=241880 CPUtime=131.96 cores=1,3,5,7
/proc/5095/task/5170/stat : 5170 (pb_cplex) R 5094 5094 4561 0 -1 4202560 13145 0 0 0 13178 18 0 0 20 0 8 0 390878462 247685120 36968 33554432000 134512640 146736320 4287437040 3996545480 136001985 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=5095/tid=5171] ppid=5094 vsize=241880 CPUtime=125.47 cores=1,3,5,7
/proc/5095/task/5171/stat : 5171 (pb_cplex) R 5094 5094 4561 0 -1 4202560 11628 0 0 0 12526 21 0 0 20 0 8 0 390878462 247685120 36968 33554432000 134512640 146736320 4287437040 3986059456 136470266 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1477.58
Current children cumulated vsize (KiB) 251028

[startup+522.3 s]
/proc/loadavg: 13.23 10.56 7.18 17/193 5179
/proc/meminfo: memFree=29525572/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0
[pid=5095] ppid=5094 vsize=241056 CPUtime=1703.6 cores=1,3,5,7
/proc/5095/stat : 5095 (pb_cplex) R 5094 5094 4561 0 -1 4202496 237109 0 0 0 169965 395 0 0 20 0 8 0 390863146 246841344 36795 33554432000 134512640 146736320 4287437040 4287430152 136000532 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5095/statm: 60264 36795 972 2985 0 57198 0
[pid=5095/tid=5165] ppid=5094 vsize=241056 CPUtime=161.46 cores=1,3,5,7
/proc/5095/task/5165/stat : 5165 (pb_cplex) R 5094 5094 4561 0 -1 4202560 1478 0 0 0 16110 36 0 0 20 0 8 0 390878462 246841344 36795 33554432000 134512640 146736320 4287437040 4030718544 136403109 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=5095/tid=5166] ppid=5094 vsize=241056 CPUtime=160.95 cores=1,3,5,7
/proc/5095/task/5166/stat : 5166 (pb_cplex) R 5094 5094 4561 0 -1 4202560 4544 0 0 0 16042 53 0 0 20 0 8 0 390878462 246841344 36795 33554432000 134512640 146736320 4287437040 4126999120 136403109 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=5095/tid=5167] ppid=5094 vsize=241056 CPUtime=166.77 cores=1,3,5,7
/proc/5095/task/5167/stat : 5167 (pb_cplex) R 5094 5094 4561 0 -1 4202560 20645 0 0 0 16645 32 0 0 20 0 8 0 390878462 246841344 36795 33554432000 134512640 146736320 4287437040 4137484496 136008303 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=5095/tid=5168] ppid=5094 vsize=241056 CPUtime=170.11 cores=1,3,5,7
/proc/5095/task/5168/stat : 5168 (pb_cplex) R 5094 5094 4561 0 -1 4202560 16193 0 0 0 16982 29 0 0 20 0 8 0 390878462 246841344 36795 33554432000 134512640 146736320 4287437040 4106641300 136017880 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=5095/tid=5169] ppid=5094 vsize=241056 CPUtime=176.86 cores=1,3,5,7
/proc/5095/task/5169/stat : 5169 (pb_cplex) R 5094 5094 4561 0 -1 4202560 60112 0 0 0 17651 35 0 0 20 0 8 0 390878462 246841344 36795 33554432000 134512640 146736320 4287437040 4007030824 139044581 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=5095/tid=5170] ppid=5094 vsize=241056 CPUtime=160.56 cores=1,3,5,7
/proc/5095/task/5170/stat : 5170 (pb_cplex) R 5094 5094 4561 0 -1 4202560 13557 0 0 0 16035 21 0 0 20 0 8 0 390878462 246841344 36795 33554432000 134512640 146736320 4287437040 3996545096 139042890 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=5095/tid=5171] ppid=5094 vsize=241056 CPUtime=153.13 cores=1,3,5,7
/proc/5095/task/5171/stat : 5171 (pb_cplex) R 5094 5094 4561 0 -1 4202560 12687 0 0 0 15289 24 0 0 20 0 8 0 390878462 246841344 36795 33554432000 134512640 146736320 4287437040 3986058420 138462896 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1703.6
Current children cumulated vsize (KiB) 250204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+547.6 s]
/proc/loadavg: 14.17 11.00 7.41 17/193 5179
/proc/meminfo: memFree=29525944/32873844 swapFree=7628/7628
[pid=5094] ppid=5092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5094/stat : 5094 (run) S 5092 5094 4561 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863146 9367552 270 33554432000 4194304 5064252 140734429118672 140734429117584 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5094/statm: 2287 270 229 213 0 72 0
[pid=5095] ppid=5094 vsize=241056 CPUtime=1799.51 cores=1,3,5,7
/proc/5095/stat : 5095 (pb_cplex) R 5094 5094 4561 0 -1 4202496 242047 0 0 0 179549 402 0 0 20 0 8 0 390863146 246841344 36795 33554432000 134512640 146736320 4287437040 4287428844 135454141 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5095/statm: 60264 36795 972 2985 0 57198 0
[pid=5095/tid=5165] ppid=5094 vsize=241056 CPUtime=174.14 cores=1,3,5,7
/proc/5095/task/5165/stat : 5165 (pb_cplex) R 5094 5094 4561 0 -1 4202560 1479 0 0 0 17378 36 0 0 20 0 8 0 390878462 246841344 36795 33554432000 134512640 146736320 4287437040 4030718044 135854509 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=5095/tid=5166] ppid=5094 vsize=241056 CPUtime=173.63 cores=1,3,5,7
/proc/5095/task/5166/stat : 5166 (pb_cplex) R 5094 5094 4561 0 -1 4202560 4912 0 0 0 17309 54 0 0 20 0 8 0 390878462 246841344 36795 33554432000 134512640 146736320 4287437040 4126999120 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=5095/tid=5167] ppid=5094 vsize=241056 CPUtime=179.12 cores=1,3,5,7
/proc/5095/task/5167/stat : 5167 (pb_cplex) R 5094 5094 4561 0 -1 4202560 20646 0 0 0 17879 33 0 0 20 0 8 0 390878462 246841344 36795 33554432000 134512640 146736320 4287437040 4137484544 136490027 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=5095/tid=5168] ppid=5094 vsize=241056 CPUtime=181.47 cores=1,3,5,7
/proc/5095/task/5168/stat : 5168 (pb_cplex) R 5094 5094 4561 0 -1 4202560 16527 0 0 0 18117 30 0 0 20 0 8 0 390878462 246841344 36795 33554432000 134512640 146736320 4287437040 4106641608 135468229 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=5095/tid=5169] ppid=5094 vsize=241056 CPUtime=189.04 cores=1,3,5,7
/proc/5095/task/5169/stat : 5169 (pb_cplex) R 5094 5094 4561 0 -1 4202560 60191 0 0 0 18868 36 0 0 20 0 8 0 390878462 246841344 36795 33554432000 134512640 146736320 4287437040 4007029932 135454096 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=5095/tid=5170] ppid=5094 vsize=241056 CPUtime=171.64 cores=1,3,5,7
/proc/5095/task/5170/stat : 5170 (pb_cplex) R 5094 5094 4561 0 -1 4202560 13789 0 0 0 17143 21 0 0 20 0 8 0 390878462 246841344 36795 33554432000 134512640 146736320 4287437040 3996545616 136403112 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=5095/tid=5171] ppid=5094 vsize=241056 CPUtime=164.07 cores=1,3,5,7
/proc/5095/task/5171/stat : 5171 (pb_cplex) R 5094 5094 4561 0 -1 4202560 12902 0 0 0 16383 24 0 0 20 0 8 0 390878462 246841344 36795 33554432000 134512640 146736320 4287437040 3986059472 136008234 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 250204

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

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

Child ended because it received signal 15 (SIGTERM)

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


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

Real time (s): 547.617
CPU time (s): 1800.26
CPU user time (s): 1796.27
CPU system time (s): 3.99
CPU usage (%): 328.744
Max. virtual memory (cumulated for all children) (KiB): 260988

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

runsolver used 1.41278 second user time and 4.05438 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-09 15:09:42
IDJOB=3733006
IDBENCH=2235
IDSOLVER=2325
FILE ID=node146/3733006-1339247382
RUNJOBID= node146-1339246834-4578
PBS_JOBID= 14644335
Free space on /tmp= 70768 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-5.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733006-1339247382/watcher-3733006-1339247382 -o /tmp/evaluation-result-3733006-1339247382/solver-3733006-1339247382 -C 1800 -W 1900 -M 15500  run HOME/instance-3733006-1339247382.opb

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

MD5SUM BENCH= 2e8a2f5e2511f10f037e700bd45c84a1
RANDOM SEED=662368354

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29747916 kB
Buffers:          499568 kB
Cached:          1558360 kB
SwapCached:         2168 kB
Active:          2103996 kB
Inactive:          83960 kB
Active(anon):     126984 kB
Inactive(anon):     5016 kB
Active(file):    1977012 kB
Inactive(file):    78944 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099984 kB
Dirty:             16696 kB
Writeback:             0 kB
AnonPages:        135436 kB
Mapped:            12916 kB
Shmem:                 0 kB
Slab:             795512 kB
SReclaimable:     235424 kB
SUnreclaim:       560088 kB
KernelStack:        1520 kB
PageTables:         4460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     258324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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-3733006-1339247382.opb

Free space on /tmp at the end= 70752 MiB
End job on node146 at 2012-06-09 15:18:52