Trace number 3733028

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.14 557.516

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-4.opb
MD5SUM7bb05c60facd55e51c4cfcaa0e217e6e
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 benchmark15.9636
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 constraints17831
Number of constraints which are clauses17831
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-3733028-1339247383.opb.
0.00/0.00	c Instance file HOME/instance-3733028-1339247383.opb
0.00/0.00	c File size is 422586 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.08	c |  Number Constraints:    17831                                               |
0.00/0.08	c ===============================================================================
1799.65/557.51	c Remaining time 1799.92 sec.
1799.65/557.51	c 
1799.65/557.51	c *** INTERRUPTED ***
1799.65/557.51	s UNKNOWN
1799.65/557.51	c Total CPU time              : 1797.94 s

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-3733028-1339247383/watcher-3733028-1339247383 -o /tmp/evaluation-result-3733028-1339247383/solver-3733028-1339247383 -C 1800 -W 1900 -M 15500 run HOME/instance-3733028-1339247383.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: 9.70 9.83 5.16 3/177 26651
/proc/meminfo: memFree=31258508/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0

[startup+0.0630539 s]
/proc/loadavg: 9.70 9.83 5.16 3/177 26651
/proc/meminfo: memFree=31258508/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10022 s]
/proc/loadavg: 9.70 9.83 5.16 3/177 26651
/proc/meminfo: memFree=31258508/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30018 s]
/proc/loadavg: 9.70 9.83 5.16 3/177 26651
/proc/meminfo: memFree=31258508/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700183 s]
/proc/loadavg: 9.70 9.83 5.16 3/177 26651
/proc/meminfo: memFree=31258508/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 9.70 9.83 5.16 3/179 26653
/proc/meminfo: memFree=31244876/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
[pid=26652] ppid=26651 vsize=31536 CPUtime=1.49 cores=0,2,4,6
/proc/26652/stat : 26652 (pb_cplex) R 26651 26651 26006 0 -1 4202496 5174 0 0 0 149 0 0 0 20 0 1 0 390863934 32292864 4295 33554432000 134512640 146736320 4287179312 4287174272 136001717 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/26652/statm: 7884 4295 793 2985 0 4818 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40684

[startup+3.10025 s]
/proc/loadavg: 9.70 9.83 5.16 3/179 26653
/proc/meminfo: memFree=31238676/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
[pid=26652] ppid=26651 vsize=38588 CPUtime=3.09 cores=0,2,4,6
/proc/26652/stat : 26652 (pb_cplex) R 26651 26651 26006 0 -1 4202496 10625 0 0 0 308 1 0 0 20 0 1 0 390863934 39514112 5878 33554432000 134512640 146736320 4287179312 4287173424 136384890 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/26652/statm: 9647 5878 911 2985 0 6581 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47736

[startup+6.30025 s]
/proc/loadavg: 9.08 9.70 5.15 3/179 26653
/proc/meminfo: memFree=31237832/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
[pid=26652] ppid=26651 vsize=39932 CPUtime=6.29 cores=0,2,4,6
/proc/26652/stat : 26652 (pb_cplex) R 26651 26651 26006 0 -1 4202496 11492 0 0 0 628 1 0 0 20 0 1 0 390863934 40890368 6130 33554432000 134512640 146736320 4287179312 4287173576 137707992 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/26652/statm: 9983 6130 914 2985 0 6917 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49080

[startup+12.7002 s]
/proc/loadavg: 8.51 9.57 5.13 3/179 26653
/proc/meminfo: memFree=31237764/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
[pid=26652] ppid=26651 vsize=38388 CPUtime=12.68 cores=0,2,4,6
/proc/26652/stat : 26652 (pb_cplex) R 26651 26651 26006 0 -1 4202496 13177 0 0 0 1267 1 0 0 20 0 1 0 390863934 39309312 5917 33554432000 134512640 146736320 4287179312 4287173516 136017474 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/26652/statm: 9597 5917 914 2985 0 6531 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 47536

[startup+25.5003 s]
/proc/loadavg: 7.07 9.20 5.08 3/180 26656
/proc/meminfo: memFree=31238516/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
[pid=26652] ppid=26651 vsize=38288 CPUtime=25.48 cores=0,2,4,6
/proc/26652/stat : 26652 (pb_cplex) R 26651 26651 26006 0 -1 4202496 14489 0 0 0 2546 2 0 0 20 0 1 0 390863934 39206912 5887 33554432000 134512640 146736320 4287179312 4287173132 136017784 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/26652/statm: 9572 5887 914 2985 0 6506 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47436

[startup+51.1004 s]
/proc/loadavg: 6.25 8.82 5.06 7/187 26664
/proc/meminfo: memFree=31177952/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
[pid=26652] ppid=26651 vsize=187496 CPUtime=84.75 cores=0,2,4,6
/proc/26652/stat : 26652 (pb_cplex) R 26651 26651 26006 0 -1 4202496 39650 0 0 0 8461 14 0 0 20 0 8 0 390863934 191995904 20918 33554432000 134512640 146736320 4287179312 4287172176 136008234 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26652/statm: 46874 20918 947 2985 0 43808 0
[pid=26652/tid=26657] ppid=26651 vsize=187496 CPUtime=6.82 cores=0,2,4,6
/proc/26652/task/26657/stat : 26657 (pb_cplex) R 26651 26651 26006 0 -1 4202560 1442 0 0 0 682 0 0 0 20 0 8 0 390866603 191995904 20918 33554432000 134512640 146736320 4287179312 4135416016 136008245 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26652/tid=26658] ppid=26651 vsize=187496 CPUtime=6.96 cores=0,2,4,6
/proc/26652/task/26658/stat : 26658 (pb_cplex) R 26651 26651 26006 0 -1 4202560 1409 0 0 0 696 0 0 0 20 0 8 0 390866603 191995904 20918 33554432000 134512640 146736320 4287179312 4124930200 136007627 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26652/tid=26659] ppid=26651 vsize=187496 CPUtime=6.74 cores=0,2,4,6
/proc/26652/task/26659/stat : 26659 (pb_cplex) R 26651 26651 26006 0 -1 4202560 1441 0 0 0 674 0 0 0 20 0 8 0 390866603 191995904 20918 33554432000 134512640 146736320 4287179312 4114444496 136008039 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26652/tid=26660] ppid=26651 vsize=187496 CPUtime=6.64 cores=0,2,4,6
/proc/26652/task/26660/stat : 26660 (pb_cplex) R 26651 26651 26006 0 -1 4202560 1135 0 0 0 664 0 0 0 20 0 8 0 390866603 191995904 20918 33554432000 134512640 146736320 4287179312 4103958568 139044572 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26652/tid=26661] ppid=26651 vsize=187496 CPUtime=3.32 cores=0,2,4,6
/proc/26652/task/26661/stat : 26661 (pb_cplex) S 26651 26651 26006 0 -1 4202560 1184 0 0 0 332 0 0 0 20 0 8 0 390866603 191995904 20918 33554432000 134512640 146736320 4287179312 4093476496 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26652/tid=26662] ppid=26651 vsize=187496 CPUtime=4.28 cores=0,2,4,6
/proc/26652/task/26662/stat : 26662 (pb_cplex) S 26651 26651 26006 0 -1 4202560 1771 0 0 0 428 0 0 0 20 0 8 0 390866603 191995904 20918 33554432000 134512640 146736320 4287179312 4082990736 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26652/tid=26663] ppid=26651 vsize=187496 CPUtime=2.82 cores=0,2,4,6
/proc/26652/task/26663/stat : 26663 (pb_cplex) S 26651 26651 26006 0 -1 4202560 1115 0 0 0 282 0 0 0 20 0 8 0 390866603 191995904 20918 33554432000 134512640 146736320 4287179312 4072504976 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 84.75
Current children cumulated vsize (KiB) 196644

[startup+102.307 s]
/proc/loadavg: 7.53 8.75 5.23 10/187 26665
/proc/meminfo: memFree=31173148/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
[pid=26652] ppid=26651 vsize=189768 CPUtime=275.59 cores=0,2,4,6
/proc/26652/stat : 26652 (pb_cplex) R 26651 26651 26006 0 -1 4202496 40290 0 0 0 27534 25 0 0 20 0 8 0 390863934 194322432 21813 33554432000 134512640 146736320 4287179312 4287172176 136008212 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26652/statm: 47442 21813 947 2985 0 44376 0
[pid=26652/tid=26657] ppid=26651 vsize=189768 CPUtime=34.51 cores=0,2,4,6
/proc/26652/task/26657/stat : 26657 (pb_cplex) R 26651 26651 26006 0 -1 4202560 1520 0 0 0 3450 1 0 0 20 0 8 0 390866603 194322432 21813 33554432000 134512640 146736320 4287179312 4135415900 135854514 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26652/tid=26658] ppid=26651 vsize=189768 CPUtime=32.98 cores=0,2,4,6
/proc/26652/task/26658/stat : 26658 (pb_cplex) R 26651 26651 26006 0 -1 4202560 1463 0 0 0 3296 2 0 0 20 0 8 0 390866603 194322432 21813 33554432000 134512640 146736320 4287179312 4124929788 139023053 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26652/tid=26659] ppid=26651 vsize=189768 CPUtime=34.37 cores=0,2,4,6
/proc/26652/task/26659/stat : 26659 (pb_cplex) R 26651 26651 26006 0 -1 4202560 1509 0 0 0 3436 1 0 0 20 0 8 0 390866603 194322432 21813 33554432000 134512640 146736320 4287179312 4114444180 136017498 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26652/tid=26660] ppid=26651 vsize=189768 CPUtime=29.78 cores=0,2,4,6
/proc/26652/task/26660/stat : 26660 (pb_cplex) R 26651 26651 26006 0 -1 4202560 1187 0 0 0 2977 1 0 0 20 0 8 0 390866603 194322432 21813 33554432000 134512640 146736320 4287179312 4103958752 139028303 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26652/tid=26661] ppid=26651 vsize=189768 CPUtime=24.03 cores=0,2,4,6
/proc/26652/task/26661/stat : 26661 (pb_cplex) R 26651 26651 26006 0 -1 4202560 1230 0 0 0 2401 2 0 0 20 0 8 0 390866603 194322432 21813 33554432000 134512640 146736320 4287179312 4093471596 135457169 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26652/tid=26662] ppid=26651 vsize=189768 CPUtime=24.71 cores=0,2,4,6
/proc/26652/task/26662/stat : 26662 (pb_cplex) R 26651 26651 26006 0 -1 4202560 1832 0 0 0 2470 1 0 0 20 0 8 0 390866603 194322432 21813 33554432000 134512640 146736320 4287179312 4082987080 139042902 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26652/tid=26663] ppid=26651 vsize=189768 CPUtime=24.27 cores=0,2,4,6
/proc/26652/task/26663/stat : 26663 (pb_cplex) R 26651 26651 26006 0 -1 4202560 1349 0 0 0 2426 1 0 0 20 0 8 0 390866603 194322432 21813 33554432000 134512640 146736320 4287179312 4072502248 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 275.59
Current children cumulated vsize (KiB) 198916

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

[startup+113 s]
/proc/loadavg: 7.27 8.65 5.24 3/187 26665
/proc/meminfo: memFree=31169480/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
[pid=26652] ppid=26651 vsize=191612 CPUtime=308.13 cores=0,2,4,6
/proc/26652/stat : 26652 (pb_cplex) S 26651 26651 26006 0 -1 4202496 45856 0 0 0 30784 29 0 0 20 0 8 0 390863934 196210688 22815 33554432000 134512640 146736320 4287179312 4287175696 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26652/statm: 47903 22815 967 2985 0 44837 0
[pid=26652/tid=26657] ppid=26651 vsize=191612 CPUtime=38.18 cores=0,2,4,6
/proc/26652/task/26657/stat : 26657 (pb_cplex) S 26651 26651 26006 0 -1 4202560 2035 0 0 0 3816 2 0 0 20 0 8 0 390866603 196210688 22815 33554432000 134512640 146736320 4287179312 4135419536 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26652/tid=26658] ppid=26651 vsize=191612 CPUtime=35.97 cores=0,2,4,6
/proc/26652/task/26658/stat : 26658 (pb_cplex) S 26651 26651 26006 0 -1 4202560 1854 0 0 0 3595 2 0 0 20 0 8 0 390866603 196210688 22815 33554432000 134512640 146736320 4287179312 4124933776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26652/tid=26659] ppid=26651 vsize=191612 CPUtime=39.92 cores=0,2,4,6
/proc/26652/task/26659/stat : 26659 (pb_cplex) S 26651 26651 26006 0 -1 4202560 2066 0 0 0 3990 2 0 0 20 0 8 0 390866603 196210688 22815 33554432000 134512640 146736320 4287179312 4114448016 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26652/tid=26660] ppid=26651 vsize=191612 CPUtime=32.38 cores=0,2,4,6
/proc/26652/task/26660/stat : 26660 (pb_cplex) S 26651 26651 26006 0 -1 4202560 1220 0 0 0 3237 1 0 0 20 0 8 0 390866603 196210688 22815 33554432000 134512640 146736320 4287179312 4103962256 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=26652/tid=26748] ppid=26651 vsize=269700 CPUtime=87.41 cores=0,2,4,6
/proc/26652/task/26748/stat : 26748 (pb_cplex) R 26651 26651 26006 0 -1 4202560 4946 0 0 0 8732 9 0 0 20 0 8 0 390879471 276172800 44227 33554432000 134512640 146736320 4287179312 4005384284 135854532 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26652/tid=26749] ppid=26651 vsize=269700 CPUtime=78.42 cores=0,2,4,6
/proc/26652/task/26749/stat : 26749 (pb_cplex) R 26651 26651 26006 0 -1 4202560 6838 0 0 0 7831 11 0 0 20 0 8 0 390879471 276172800 44227 33554432000 134512640 146736320 4287179312 3994898824 136388106 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26652/tid=26750] ppid=26651 vsize=269700 CPUtime=84.56 cores=0,2,4,6
/proc/26652/task/26750/stat : 26750 (pb_cplex) R 26651 26651 26006 0 -1 4202560 8502 0 0 0 8448 8 0 0 20 0 8 0 390879471 276172800 44227 33554432000 134512640 146736320 4287179312 3984412824 136007661 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1010.94
Current children cumulated vsize (KiB) 278848

[startup+402.3 s]
/proc/loadavg: 12.90 10.86 6.99 17/193 26765
/proc/meminfo: memFree=31096432/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
[pid=26652] ppid=26651 vsize=274916 CPUtime=1225.04 cores=0,2,4,6
/proc/26652/stat : 26652 (pb_cplex) R 26651 26651 26006 0 -1 4202496 122087 0 0 0 122369 135 0 0 20 0 8 0 390863934 281513984 45171 33554432000 134512640 146736320 4287179312 4287172176 136008042 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26652/statm: 68729 45171 975 2985 0 65663 0
[pid=26652/tid=26744] ppid=26651 vsize=274916 CPUtime=108.03 cores=0,2,4,6
/proc/26652/task/26744/stat : 26744 (pb_cplex) R 26651 26651 26006 0 -1 4202560 5740 0 0 0 10793 10 0 0 20 0 8 0 390879471 281513984 45171 33554432000 134512640 146736320 4287179312 4127187536 136403117 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26652/tid=26745] ppid=26651 vsize=274916 CPUtime=106.54 cores=0,2,4,6
/proc/26652/task/26745/stat : 26745 (pb_cplex) R 26651 26651 26006 0 -1 4202560 2942 0 0 0 10644 10 0 0 20 0 8 0 390879471 281513984 45171 33554432000 134512640 146736320 4287179312 4137672796 135854535 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26652/tid=26746] ppid=26651 vsize=274916 CPUtime=103.8 cores=0,2,4,6
/proc/26652/task/26746/stat : 26746 (pb_cplex) R 26651 26651 26006 0 -1 4202560 6059 0 0 0 10373 7 0 0 20 0 8 0 390879471 281513984 45171 33554432000 134512640 146736320 4287179312 4148158672 136008177 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26652/tid=26747] ppid=26651 vsize=274916 CPUtime=106.79 cores=0,2,4,6
/proc/26652/task/26747/stat : 26747 (pb_cplex) R 26651 26651 26006 0 -1 4202560 4395 0 0 0 10671 8 0 0 20 0 8 0 390879471 281513984 45171 33554432000 134512640 146736320 4287179312 4103958736 136008299 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26652/tid=26748] ppid=26651 vsize=274916 CPUtime=112.51 cores=0,2,4,6
/proc/26652/task/26748/stat : 26748 (pb_cplex) R 26651 26651 26006 0 -1 4202560 5763 0 0 0 11240 11 0 0 20 0 8 0 390879471 281513984 45171 33554432000 134512640 146736320 4287179312 4005385192 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26652/tid=26749] ppid=26651 vsize=274916 CPUtime=109.22 cores=0,2,4,6
/proc/26652/task/26749/stat : 26749 (pb_cplex) R 26651 26651 26006 0 -1 4202560 6840 0 0 0 10910 12 0 0 20 0 8 0 390879471 281513984 45171 33554432000 134512640 146736320 4287179312 3994898640 136008339 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26652/tid=26750] ppid=26651 vsize=274916 CPUtime=110.38 cores=0,2,4,6
/proc/26652/task/26750/stat : 26750 (pb_cplex) R 26651 26651 26006 0 -1 4202560 8794 0 0 0 11028 10 0 0 20 0 8 0 390879471 281513984 45171 33554432000 134512640 146736320 4287179312 3984413128 136001978 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1225.04
Current children cumulated vsize (KiB) 284064

[startup+462.3 s]
/proc/loadavg: 13.37 11.37 7.41 14/193 26765
/proc/meminfo: memFree=31090220/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
[pid=26652] ppid=26651 vsize=275940 CPUtime=1446.48 cores=0,2,4,6
/proc/26652/stat : 26652 (pb_cplex) R 26651 26651 26006 0 -1 4202496 123591 0 0 0 144498 150 0 0 20 0 8 0 390863934 282562560 45410 33554432000 134512640 146736320 4287179312 4287172060 135854537 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26652/statm: 68985 45410 975 2985 0 65919 0
[pid=26652/tid=26744] ppid=26651 vsize=275940 CPUtime=136.35 cores=0,2,4,6
/proc/26652/task/26744/stat : 26744 (pb_cplex) R 26651 26651 26006 0 -1 4202560 5822 0 0 0 13622 13 0 0 20 0 8 0 390879471 282562560 45410 33554432000 134512640 146736320 4287179312 4127186984 139044578 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26652/tid=26745] ppid=26651 vsize=275940 CPUtime=134.13 cores=0,2,4,6
/proc/26652/task/26745/stat : 26745 (pb_cplex) R 26651 26651 26006 0 -1 4202560 2943 0 0 0 13399 14 0 0 20 0 8 0 390879471 282562560 45410 33554432000 134512640 146736320 4287179312 4137673132 136400477 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26652/tid=26746] ppid=26651 vsize=275940 CPUtime=129.73 cores=0,2,4,6
/proc/26652/task/26746/stat : 26746 (pb_cplex) R 26651 26651 26006 0 -1 4202560 7173 0 0 0 12964 9 0 0 20 0 8 0 390879471 282562560 45410 33554432000 134512640 146736320 4287179312 4148158616 136007053 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26652/tid=26747] ppid=26651 vsize=275940 CPUtime=136.46 cores=0,2,4,6
/proc/26652/task/26747/stat : 26747 (pb_cplex) R 26651 26651 26006 0 -1 4202560 4483 0 0 0 13635 11 0 0 20 0 8 0 390879471 282562560 45410 33554432000 134512640 146736320 4287179312 4103958620 135854456 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26652/tid=26748] ppid=26651 vsize=275940 CPUtime=138.27 cores=0,2,4,6
/proc/26652/task/26748/stat : 26748 (pb_cplex) R 26651 26651 26006 0 -1 4202560 5764 0 0 0 13814 13 0 0 20 0 8 0 390879471 282562560 45410 33554432000 134512640 146736320 4287179312 4005384400 136008443 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26652/tid=26749] ppid=26651 vsize=275940 CPUtime=138.83 cores=0,2,4,6
/proc/26652/task/26749/stat : 26749 (pb_cplex) R 26651 26651 26006 0 -1 4202560 6893 0 0 0 13868 15 0 0 20 0 8 0 390879471 282562560 45410 33554432000 134512640 146736320 4287179312 3994899024 136403103 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26652/tid=26750] ppid=26651 vsize=275940 CPUtime=136.72 cores=0,2,4,6
/proc/26652/task/26750/stat : 26750 (pb_cplex) R 26651 26651 26006 0 -1 4202560 8795 0 0 0 13659 13 0 0 20 0 8 0 390879471 282562560 45410 33554432000 134512640 146736320 4287179312 3984412880 136008061 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1446.48
Current children cumulated vsize (KiB) 285088

[startup+522.3 s]
/proc/loadavg: 12.53 11.52 7.71 16/193 26765
/proc/meminfo: memFree=31086984/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
[pid=26652] ppid=26651 vsize=275940 CPUtime=1671.92 cores=0,2,4,6
/proc/26652/stat : 26652 (pb_cplex) R 26651 26651 26006 0 -1 4202496 124328 0 0 0 167026 166 0 0 20 0 8 0 390863934 282562560 45410 33554432000 134512640 146736320 4287179312 4287171860 136017763 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26652/statm: 68985 45410 975 2985 0 65919 0
[pid=26652/tid=26744] ppid=26651 vsize=275940 CPUtime=166.15 cores=0,2,4,6
/proc/26652/task/26744/stat : 26744 (pb_cplex) R 26651 26651 26006 0 -1 4202560 5823 0 0 0 16600 15 0 0 20 0 8 0 390879471 282562560 45410 33554432000 134512640 146736320 4287179312 4127187096 136006911 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26652/tid=26745] ppid=26651 vsize=275940 CPUtime=162.32 cores=0,2,4,6
/proc/26652/task/26745/stat : 26745 (pb_cplex) R 26651 26651 26006 0 -1 4202560 2944 0 0 0 16217 15 0 0 20 0 8 0 390879471 282562560 45410 33554432000 134512640 146736320 4287179312 4137672912 136008050 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26652/tid=26746] ppid=26651 vsize=275940 CPUtime=155.79 cores=0,2,4,6
/proc/26652/task/26746/stat : 26746 (pb_cplex) R 26651 26651 26006 0 -1 4202560 7174 0 0 0 15567 12 0 0 20 0 8 0 390879471 282562560 45410 33554432000 134512640 146736320 4287179312 4148158536 139042901 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26652/tid=26747] ppid=26651 vsize=275940 CPUtime=164.88 cores=0,2,4,6
/proc/26652/task/26747/stat : 26747 (pb_cplex) R 26651 26651 26006 0 -1 4202560 4484 0 0 0 16474 14 0 0 20 0 8 0 390879471 282562560 45410 33554432000 134512640 146736320 4287179312 4103959528 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26652/tid=26748] ppid=26651 vsize=275940 CPUtime=166.41 cores=0,2,4,6
/proc/26652/task/26748/stat : 26748 (pb_cplex) R 26651 26651 26006 0 -1 4202560 6079 0 0 0 16626 15 0 0 20 0 8 0 390879471 282562560 45410 33554432000 134512640 146736320 4287179312 4005384264 139042864 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26652/tid=26749] ppid=26651 vsize=275940 CPUtime=166.73 cores=0,2,4,6
/proc/26652/task/26749/stat : 26749 (pb_cplex) R 26651 26651 26006 0 -1 4202560 6894 0 0 0 16656 17 0 0 20 0 8 0 390879471 282562560 45410 33554432000 134512640 146736320 4287179312 3994898640 136008438 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26652/tid=26750] ppid=26651 vsize=275940 CPUtime=164.9 cores=0,2,4,6
/proc/26652/task/26750/stat : 26750 (pb_cplex) R 26651 26651 26006 0 -1 4202560 9055 0 0 0 16474 16 0 0 20 0 8 0 390879471 282562560 45410 33554432000 134512640 146736320 4287179312 3984413108 136400710 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1671.92
Current children cumulated vsize (KiB) 285088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+557.5 s]
/proc/loadavg: 11.94 11.51 7.87 17/193 26765
/proc/meminfo: memFree=31113632/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
[pid=26652] ppid=26651 vsize=275940 CPUtime=1799.65 cores=0,2,4,6
/proc/26652/stat : 26652 (pb_cplex) R 26651 26651 26006 0 -1 4202496 124334 0 0 0 179790 175 0 0 20 0 8 0 390863934 282562560 45412 33554432000 134512640 146736320 4287179312 4287172120 136007292 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26652/statm: 68985 45412 977 2985 0 65919 0
[pid=26652/tid=26744] ppid=26651 vsize=275940 CPUtime=182.28 cores=0,2,4,6
/proc/26652/task/26744/stat : 26744 (pb_cplex) R 26651 26651 26006 0 -1 4202560 5824 0 0 0 18210 18 0 0 20 0 8 0 390879471 282562560 45412 33554432000 134512640 146736320 4287179312 4127187944 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26652/tid=26745] ppid=26651 vsize=275940 CPUtime=178.05 cores=0,2,4,6
/proc/26652/task/26745/stat : 26745 (pb_cplex) R 26651 26651 26006 0 -1 4202560 2944 0 0 0 17789 16 0 0 20 0 8 0 390879471 282562560 45412 33554432000 134512640 146736320 4287179312 4137673296 136403112 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26652/tid=26746] ppid=26651 vsize=275940 CPUtime=171.78 cores=0,2,4,6
/proc/26652/task/26746/stat : 26746 (pb_cplex) R 26651 26651 26006 0 -1 4202560 7174 0 0 0 17166 12 0 0 20 0 8 0 390879471 282562560 45412 33554432000 134512640 146736320 4287179312 4148158672 136008044 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26652/tid=26747] ppid=26651 vsize=275940 CPUtime=179.74 cores=0,2,4,6
/proc/26652/task/26747/stat : 26747 (pb_cplex) R 26651 26651 26006 0 -1 4202560 4484 0 0 0 17959 15 0 0 20 0 8 0 390879471 282562560 45412 33554432000 134512640 146736320 4287179312 4103959120 136403116 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26652/tid=26748] ppid=26651 vsize=275940 CPUtime=180.88 cores=0,2,4,6
/proc/26652/task/26748/stat : 26748 (pb_cplex) R 26651 26651 26006 0 -1 4202560 6082 0 0 0 18072 16 0 0 20 0 8 0 390879471 282562560 45412 33554432000 134512640 146736320 4287179312 4005384264 139042897 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26652/tid=26749] ppid=26651 vsize=275940 CPUtime=181.82 cores=0,2,4,6
/proc/26652/task/26749/stat : 26749 (pb_cplex) R 26651 26651 26006 0 -1 4202560 6895 0 0 0 18164 18 0 0 20 0 8 0 390879471 282562560 45412 33554432000 134512640 146736320 4287179312 3994898640 136007963 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26652/tid=26750] ppid=26651 vsize=275940 CPUtime=181.54 cores=0,2,4,6
/proc/26652/task/26750/stat : 26750 (pb_cplex) R 26651 26651 26006 0 -1 4202560 9055 0 0 0 18137 17 0 0 20 0 8 0 390879471 282562560 45412 33554432000 134512640 146736320 4287179312 3984412764 135854537 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (KiB) 285088

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

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

[startup+557.5 s]
/proc/loadavg: 11.94 11.51 7.87 17/193 26765
/proc/meminfo: memFree=31113632/32873844 swapFree=7632/7632
[pid=26651] ppid=26649 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26651/stat : 26651 (run) S 26649 26651 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390863934 9367552 270 33554432000 4194304 5064252 140736123197424 140736123196336 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26651/statm: 2287 270 229 213 0 72 0
[pid=26652] ppid=26651 vsize=275940 CPUtime=1799.65 cores=0,2,4,6
/proc/26652/stat : 26652 (pb_cplex) R 26651 26651 26006 0 -1 4202496 124334 0 0 0 179790 175 0 0 20 0 8 0 390863934 282562560 45412 33554432000 134512640 146736320 4287179312 4287172120 136007292 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26652/statm: 68985 45412 977 2985 0 65919 0
[pid=26652/tid=26744] ppid=26651 vsize=275940 CPUtime=182.28 cores=0,2,4,6
/proc/26652/task/26744/stat : 26744 (pb_cplex) R 26651 26651 26006 0 -1 4202560 5824 0 0 0 18210 18 0 0 20 0 8 0 390879471 282562560 45412 33554432000 134512640 146736320 4287179312 4127187944 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26652/tid=26745] ppid=26651 vsize=275940 CPUtime=178.05 cores=0,2,4,6
/proc/26652/task/26745/stat : 26745 (pb_cplex) R 26651 26651 26006 0 -1 4202560 2944 0 0 0 17789 16 0 0 20 0 8 0 390879471 282562560 45412 33554432000 134512640 146736320 4287179312 4137673296 136403112 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26652/tid=26746] ppid=26651 vsize=275940 CPUtime=171.78 cores=0,2,4,6
/proc/26652/task/26746/stat : 26746 (pb_cplex) R 26651 26651 26006 0 -1 4202560 7174 0 0 0 17166 12 0 0 20 0 8 0 390879471 282562560 45412 33554432000 134512640 146736320 4287179312 4148158672 136008044 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26652/tid=26747] ppid=26651 vsize=275940 CPUtime=179.74 cores=0,2,4,6
/proc/26652/task/26747/stat : 26747 (pb_cplex) R 26651 26651 26006 0 -1 4202560 4484 0 0 0 17959 15 0 0 20 0 8 0 390879471 282562560 45412 33554432000 134512640 146736320 4287179312 4103959120 136403116 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26652/tid=26748] ppid=26651 vsize=275940 CPUtime=180.88 cores=0,2,4,6
/proc/26652/task/26748/stat : 26748 (pb_cplex) R 26651 26651 26006 0 -1 4202560 6082 0 0 0 18072 16 0 0 20 0 8 0 390879471 282562560 45412 33554432000 134512640 146736320 4287179312 4005384264 139042897 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26652/tid=26749] ppid=26651 vsize=275940 CPUtime=181.82 cores=0,2,4,6
/proc/26652/task/26749/stat : 26749 (pb_cplex) R 26651 26651 26006 0 -1 4202560 6895 0 0 0 18164 18 0 0 20 0 8 0 390879471 282562560 45412 33554432000 134512640 146736320 4287179312 3994898640 136007963 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26652/tid=26750] ppid=26651 vsize=275940 CPUtime=181.54 cores=0,2,4,6
/proc/26652/task/26750/stat : 26750 (pb_cplex) R 26651 26651 26006 0 -1 4202560 9055 0 0 0 18137 17 0 0 20 0 8 0 390879471 282562560 45412 33554432000 134512640 146736320 4287179312 3984412764 135854537 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (KiB) 285088

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26651 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1799.65
#
# 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.48999
#  lost CPU user time (s): 0.549988
#  lost CPU system time (s): -0.06

Real time (s): 557.516
CPU time (s): 1800.14
CPU user time (s): 1798.45
CPU system time (s): 1.69
CPU usage (%): 322.886
Max. virtual memory (cumulated for all children) (KiB): 286752

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

runsolver used 2.11668 second user time and 3.79142 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-09 15:09:43
IDJOB=3733028
IDBENCH=2238
IDSOLVER=2325
FILE ID=node130/3733028-1339247383
RUNJOBID= node130-1339246834-26023
PBS_JOBID= 14644351
Free space on /tmp= 70984 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-4.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733028-1339247383/watcher-3733028-1339247383 -o /tmp/evaluation-result-3733028-1339247383/solver-3733028-1339247383 -C 1800 -W 1900 -M 15500  run HOME/instance-3733028-1339247383.opb

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

MD5SUM BENCH= 7bb05c60facd55e51c4cfcaa0e217e6e
RANDOM SEED=1457295513

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31258392 kB
Buffers:          272352 kB
Cached:           259440 kB
SwapCached:         2728 kB
Active:           613116 kB
Inactive:         116648 kB
Active(anon):     195896 kB
Inactive(anon):     3064 kB
Active(file):     417220 kB
Inactive(file):   113584 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67097000 kB
Dirty:             17120 kB
Writeback:             0 kB
AnonPages:        202764 kB
Mapped:            12444 kB
Shmem:                 0 kB
Slab:             743988 kB
SReclaimable:     183624 kB
SUnreclaim:       560364 kB
KernelStack:        1488 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     360988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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-3733028-1339247383.opb

Free space on /tmp at the end= 70968 MiB
End job on node130 at 2012-06-09 15:19:01