Trace number 3733094

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.36 1144.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-3.opb
MD5SUM4c9dc9cf5c24873d3237c90ee1682632
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -54
Optimality of the best value was proved NO
Number of variables1400
Total number of constraints109379
Number of constraints which are clauses109379
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 1400
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 1400
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1400
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3733094-1339247386.opb.
0.00/0.00	c Instance file HOME/instance-3733094-1339247386.opb
0.00/0.00	c File size is 2685249 bytes.
0.00/0.47	c Highest Coefficient sum: 3
0.00/0.47	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.52	c ============================[ Problem Statistics ]=============================
0.00/0.52	c |                                                                             |
0.00/0.52	c |  Parsing time:          0.51         s                                      |
0.00/0.52	c |  Number Variables:      1400                                                |
0.00/0.53	c |  Number Constraints:    109379                                              |
0.00/0.53	c ===============================================================================
1800.36/1144.51	c Remaining time 1799.48 sec.
1800.36/1144.51	c 
1800.36/1144.51	c *** INTERRUPTED ***
1800.36/1144.51	s UNKNOWN
1800.36/1144.51	c Total CPU time              : 1797.91 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-3733094-1339247386/watcher-3733094-1339247386 -o /tmp/evaluation-result-3733094-1339247386/solver-3733094-1339247386 -C 1800 -W 1900 -M 15500 run HOME/instance-3733094-1339247386.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: 11.76 9.67 5.08 10/184 17071
/proc/meminfo: memFree=26865768/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0

[startup+0.038096 s]
/proc/loadavg: 11.76 9.67 5.08 10/184 17071
/proc/meminfo: memFree=26865768/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100257 s]
/proc/loadavg: 11.76 9.67 5.08 10/184 17071
/proc/meminfo: memFree=26865768/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300232 s]
/proc/loadavg: 11.76 9.67 5.08 10/184 17071
/proc/meminfo: memFree=26865768/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700237 s]
/proc/loadavg: 11.76 9.67 5.08 10/184 17071
/proc/meminfo: memFree=26865768/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 11.46 9.64 5.09 10/186 17073
/proc/meminfo: memFree=26814172/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
[pid=17072] ppid=17071 vsize=61420 CPUtime=1.49 cores=0,2,4,6
/proc/17072/stat : 17072 (pb_cplex) R 17071 17071 15880 0 -1 4202496 18988 0 0 0 147 2 0 0 20 0 1 0 390864084 62894080 12472 33554432000 134512640 146736320 4290654800 4290652944 138729985 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17072/statm: 15355 12472 656 2985 0 12289 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70568

[startup+3.10016 s]
/proc/loadavg: 11.46 9.64 5.09 10/186 17073
/proc/meminfo: memFree=26800592/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
[pid=17072] ppid=17071 vsize=134412 CPUtime=3.08 cores=0,2,4,6
/proc/17072/stat : 17072 (pb_cplex) R 17071 17071 15880 0 -1 4202496 31324 0 0 0 304 4 0 0 20 0 1 0 390864084 137637888 17189 33554432000 134512640 146736320 4290654800 4290649768 136015575 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17072/statm: 33603 17189 783 2985 0 30537 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 143560

[startup+6.30027 s]
/proc/loadavg: 11.46 9.64 5.09 10/186 17073
/proc/meminfo: memFree=26797868/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
[pid=17072] ppid=17071 vsize=135396 CPUtime=6.29 cores=0,2,4,6
/proc/17072/stat : 17072 (pb_cplex) R 17071 17071 15880 0 -1 4202496 31685 0 0 0 625 4 0 0 20 0 1 0 390864084 138645504 17550 33554432000 134512640 146736320 4290654800 4290649728 136001712 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17072/statm: 33849 17550 783 2985 0 30783 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 144544

[startup+12.7002 s]
/proc/loadavg: 10.93 9.58 5.12 7/186 17073
/proc/meminfo: memFree=26797164/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
[pid=17072] ppid=17071 vsize=135464 CPUtime=12.68 cores=0,2,4,6
/proc/17072/stat : 17072 (pb_cplex) R 17071 17071 15880 0 -1 4202496 31702 0 0 0 1264 4 0 0 20 0 1 0 390864084 138715136 17567 33554432000 134512640 146736320 4290654800 4290649716 139028303 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17072/statm: 33866 17567 783 2985 0 30800 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 144612

[startup+25.5003 s]
/proc/loadavg: 10.47 9.53 5.15 9/187 17076
/proc/meminfo: memFree=26765556/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
[pid=17072] ppid=17071 vsize=188308 CPUtime=25.48 cores=0,2,4,6
/proc/17072/stat : 17072 (pb_cplex) R 17071 17071 15880 0 -1 4202496 39195 0 0 0 2543 5 0 0 20 0 1 0 390864084 192827392 25384 33554432000 134512640 146736320 4290654800 4290648136 136000075 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17072/statm: 47077 25384 849 2985 0 44011 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 197456

[startup+51.1002 s]
/proc/loadavg: 9.47 9.37 5.22 8/186 17076
/proc/meminfo: memFree=26736736/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
[pid=17072] ppid=17071 vsize=231172 CPUtime=51.08 cores=0,2,4,6
/proc/17072/stat : 17072 (pb_cplex) R 17071 17071 15880 0 -1 4202496 48568 0 0 0 5101 7 0 0 20 0 1 0 390864084 236720128 32763 33554432000 134512640 146736320 4290654800 4290650576 137698804 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17072/statm: 57793 32763 875 2985 0 54727 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 240320

[startup+102.307 s]
/proc/loadavg: 8.09 9.04 5.34 10/186 17077
/proc/meminfo: memFree=26745108/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
[pid=17072] ppid=17071 vsize=202104 CPUtime=102.27 cores=0,2,4,6
/proc/17072/stat : 17072 (pb_cplex) R 17071 17071 15880 0 -1 4202496 88473 0 0 0 10214 13 0 0 20 0 1 0 390864084 206954496 30291 33554432000 134512640 146736320 4290654800 4290648660 136017787 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17072/statm: 50526 30291 904 2985 0 47460 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 211252

[startup+162.3 s]
/proc/loadavg: 7.88 8.79 5.49 9/186 17077
/proc/meminfo: memFree=26739644/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
[pid=17072] ppid=17071 vsize=203448 CPUtime=162.26 cores=0,2,4,6
/proc/17072/stat : 17072 (pb_cplex) R 17071 17071 15880 0 -1 4202496 121738 0 0 0 16206 20 0 0 20 0 1 0 390864084 208330752 32429 33554432000 134512640 146736320 4290654800 4290649768 144757825 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17072/statm: 50862 32429 904 2985 0 47796 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 212596

[startup+222.3 s]
/proc/loadavg: 8.26 8.72 5.67 10/186 17077
/proc/meminfo: memFree=26735676/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
[pid=17072] ppid=17071 vsize=203608 CPUtime=222.25 cores=0,2,4,6
/proc/17072/stat : 17072 (pb_cplex) R 17071 17071 15880 0 -1 4202496 153169 0 0 0 22200 25 0 0 20 0 1 0 390864084 208494592 32474 33554432000 134512640 146736320 4290654800 4290648840 139043573 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17072/statm: 50902 32474 904 2985 0 47836 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 212756

[startup+282.3 s]
/proc/loadavg: 7.54 8.46 5.77 10/186 17077
/proc/meminfo: memFree=26736916/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
[pid=17072] ppid=17071 vsize=203608 CPUtime=282.24 cores=0,2,4,6
/proc/17072/stat : 17072 (pb_cplex) R 17071 17071 15880 0 -1 4202496 186686 0 0 0 28193 31 0 0 20 0 1 0 390864084 208494592 32474 33554432000 134512640 146736320 4290654800 4290648960 136471165 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17072/statm: 50902 32474 904 2985 0 47836 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 212756

[startup+342.3 s]
/proc/loadavg: 7.21 8.23 5.86 6/186 17147
/proc/meminfo: memFree=26797808/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
[pid=17072] ppid=17071 vsize=189840 CPUtime=342.23 cores=0,2,4,6
/proc/17072/stat : 17072 (pb_cplex) R 17071 17071 15880 0 -1 4202496 235957 0 0 0 34183 40 0 0 20 0 1 0 390864084 194396160 28505 33554432000 134512640 146736320 4290654800 4290648660 136017457 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17072/statm: 47460 28505 905 2985 0 44394 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 198988

[startup+402.3 s]
/proc/loadavg: 3.28 6.91 5.55 3/186 17148
/proc/meminfo: memFree=26799164/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/17072/statm: 183294 124869 963 2985 0 180228 0
[pid=17072/tid=17166] ppid=17071 vsize=733176 CPUtime=7.12 cores=0,2,4,6
/proc/17072/task/17166/stat : 17166 (pb_cplex) R 17071 17071 15880 0 -1 4202560 5497 0 0 0 710 2 0 0 20 0 8 0 390928759 750772224 124869 33554432000 134512640 146736320 4290654800 4006928536 136007030 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=17072/tid=17167] ppid=17071 vsize=733176 CPUtime=7.78 cores=0,2,4,6
/proc/17072/task/17167/stat : 17167 (pb_cplex) R 17071 17071 15880 0 -1 4202560 5498 0 0 0 775 3 0 0 20 0 8 0 390928759 750772224 124869 33554432000 134512640 146736320 4290654800 4017414216 139042888 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17072/tid=17168] ppid=17071 vsize=733176 CPUtime=7.7 cores=0,2,4,6
/proc/17072/task/17168/stat : 17168 (pb_cplex) R 17071 17071 15880 0 -1 4202560 5900 0 0 0 768 2 0 0 20 0 8 0 390928759 750772224 124869 33554432000 134512640 146736320 4290654800 4031979672 136007643 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17072/tid=17169] ppid=17071 vsize=733176 CPUtime=7.4 cores=0,2,4,6
/proc/17072/task/17169/stat : 17169 (pb_cplex) R 17071 17071 15880 0 -1 4202560 4893 0 0 0 737 3 0 0 20 0 8 0 390928759 750772224 124869 33554432000 134512640 146736320 4290654800 3996442776 136007661 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17072/tid=17170] ppid=17071 vsize=733176 CPUtime=6.7 cores=0,2,4,6
/proc/17072/task/17170/stat : 17170 (pb_cplex) R 17071 17071 15880 0 -1 4202560 6105 0 0 0 667 3 0 0 20 0 8 0 390928759 750772224 124869 33554432000 134512640 146736320 4290654800 3904852008 139044505 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17072/tid=17171] ppid=17071 vsize=733176 CPUtime=7.12 cores=0,2,4,6
/proc/17072/task/17171/stat : 17171 (pb_cplex) R 17071 17071 15880 0 -1 4202560 6015 0 0 0 710 2 0 0 20 0 8 0 390928759 750772224 124869 33554432000 134512640 146736320 4290654800 3894366800 136403112 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17072/tid=17172] ppid=17071 vsize=733176 CPUtime=7.25 cores=0,2,4,6
/proc/17072/task/17172/stat : 17172 (pb_cplex) R 17071 17071 15880 0 -1 4202560 5451 0 0 0 721 4 0 0 20 0 8 0 390928759 750772224 124869 33554432000 134512640 146736320 4290654800 3883880520 139042876 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 994.4
Current children cumulated vsize (KiB) 742324

[startup+1002.3 s]
/proc/loadavg: 6.00 3.38 3.94 10/194 17175
/proc/meminfo: memFree=26394644/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
[pid=17072] ppid=17071 vsize=737052 CPUtime=1233.56 cores=0,2,4,6
/proc/17072/stat : 17072 (pb_cplex) R 17071 17071 15880 0 -1 4202496 828339 0 0 0 123164 192 0 0 20 0 8 0 390864084 754741248 126022 33554432000 134512640 146736320 4290654800 4290647316 136017512 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17072/statm: 184263 126022 963 2985 0 181197 0
[pid=17072/tid=17166] ppid=17071 vsize=737052 CPUtime=37.01 cores=0,2,4,6
/proc/17072/task/17166/stat : 17166 (pb_cplex) R 17071 17071 15880 0 -1 4202560 14902 0 0 0 3696 5 0 0 20 0 8 0 390928759 754741248 126022 33554432000 134512640 146736320 4290654800 4006928840 135999713 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17072/tid=17167] ppid=17071 vsize=737052 CPUtime=37.77 cores=0,2,4,6
/proc/17072/task/17167/stat : 17167 (pb_cplex) R 17071 17071 15880 0 -1 4202560 15585 0 0 0 3770 7 0 0 20 0 8 0 390928759 754741248 126022 33554432000 134512640 146736320 4290654800 4017414296 136007037 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17072/tid=17168] ppid=17071 vsize=737052 CPUtime=37.55 cores=0,2,4,6
/proc/17072/task/17168/stat : 17168 (pb_cplex) R 17071 17071 15880 0 -1 4202560 15442 0 0 0 3750 5 0 0 20 0 8 0 390928759 754741248 126022 33554432000 134512640 146736320 4290654800 4031979560 139044505 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17072/tid=17169] ppid=17071 vsize=737052 CPUtime=37.41 cores=0,2,4,6
/proc/17072/task/17169/stat : 17169 (pb_cplex) R 17071 17071 15880 0 -1 4202560 14861 0 0 0 3734 7 0 0 20 0 8 0 390928759 754741248 126022 33554432000 134512640 146736320 4290654800 3996442776 136007668 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17072/tid=17170] ppid=17071 vsize=737052 CPUtime=36.78 cores=0,2,4,6
/proc/17072/task/17170/stat : 17170 (pb_cplex) R 17071 17071 15880 0 -1 4202560 15296 0 0 0 3672 6 0 0 20 0 8 0 390928759 754741248 126022 33554432000 134512640 146736320 4290654800 3904852008 139044505 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17072/tid=17171] ppid=17071 vsize=737052 CPUtime=36.98 cores=0,2,4,6
/proc/17072/task/17171/stat : 17171 (pb_cplex) R 17071 17071 15880 0 -1 4202560 15361 0 0 0 3692 6 0 0 20 0 8 0 390928759 754741248 126022 33554432000 134512640 146736320 4290654800 3894366476 136005148 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=17072/tid=17172] ppid=17071 vsize=737052 CPUtime=37.21 cores=0,2,4,6
/proc/17072/task/17172/stat : 17172 (pb_cplex) R 17071 17071 15880 0 -1 4202560 15096 0 0 0 3714 7 0 0 20 0 8 0 390928759 754741248 126022 33554432000 134512640 146736320 4290654800 3883880600 136007080 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1233.56
Current children cumulated vsize (KiB) 746200

[startup+1062.3 s]
/proc/loadavg: 7.26 4.22 4.19 11/193 17175
/proc/meminfo: memFree=26382996/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
[pid=17072] ppid=17071 vsize=746524 CPUtime=1472.73 cores=0,2,4,6
/proc/17072/stat : 17072 (pb_cplex) R 17071 17071 15880 0 -1 4202496 914806 0 0 0 147058 215 0 0 20 0 8 0 390864084 764440576 128710 33554432000 134512640 146736320 4290654800 4290647536 136384857 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17072/statm: 186631 128710 963 2985 0 183565 0
[pid=17072/tid=17166] ppid=17071 vsize=746524 CPUtime=67.15 cores=0,2,4,6
/proc/17072/task/17166/stat : 17166 (pb_cplex) R 17071 17071 15880 0 -1 4202560 24565 0 0 0 6707 8 0 0 20 0 8 0 390928759 764440576 128710 33554432000 134512640 146736320 4290654800 4006928976 136403117 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17072/tid=17167] ppid=17071 vsize=746524 CPUtime=67.7 cores=0,2,4,6
/proc/17072/task/17167/stat : 17167 (pb_cplex) R 17071 17071 15880 0 -1 4202560 28270 0 0 0 6759 11 0 0 20 0 8 0 390928759 764440576 128710 33554432000 134512640 146736320 4290654800 4017413168 136384857 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17072/tid=17168] ppid=17071 vsize=746524 CPUtime=67.54 cores=0,2,4,6
/proc/17072/task/17168/stat : 17168 (pb_cplex) R 17071 17071 15880 0 -1 4202560 24845 0 0 0 6746 8 0 0 20 0 8 0 390928759 764440576 128710 33554432000 134512640 146736320 4290654800 4031979412 136017505 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=17072/tid=17169] ppid=17071 vsize=746524 CPUtime=67 cores=0,2,4,6
/proc/17072/task/17169/stat : 17169 (pb_cplex) R 17071 17071 15880 0 -1 4202560 24589 0 0 0 6690 10 0 0 20 0 8 0 390928759 764440576 128710 33554432000 134512640 146736320 4290654800 3996442696 139042895 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17072/tid=17170] ppid=17071 vsize=746524 CPUtime=66.77 cores=0,2,4,6
/proc/17072/task/17170/stat : 17170 (pb_cplex) R 17071 17071 15880 0 -1 4202560 24142 0 0 0 6668 9 0 0 20 0 8 0 390928759 764440576 128710 33554432000 134512640 146736320 4290654800 3904851860 136017481 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17072/tid=17171] ppid=17071 vsize=746524 CPUtime=66.78 cores=0,2,4,6
/proc/17072/task/17171/stat : 17171 (pb_cplex) R 17071 17071 15880 0 -1 4202560 27473 0 0 0 6668 10 0 0 20 0 8 0 390928759 764440576 128710 33554432000 134512640 146736320 4290654800 3894365272 136007053 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17072/tid=17172] ppid=17071 vsize=746524 CPUtime=67.25 cores=0,2,4,6
/proc/17072/task/17172/stat : 17172 (pb_cplex) R 17071 17071 15880 0 -1 4202560 27375 0 0 0 6713 12 0 0 20 0 8 0 390928759 764440576 128710 33554432000 134512640 146736320 4290654800 3883879816 136001974 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1472.73
Current children cumulated vsize (KiB) 755672

[startup+1122.3 s]
/proc/loadavg: 9.01 5.23 4.54 10/193 17320
/proc/meminfo: memFree=26265980/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
[pid=17072] ppid=17071 vsize=753828 CPUtime=1711.87 cores=0,2,4,6
/proc/17072/stat : 17072 (pb_cplex) R 17071 17071 15880 0 -1 4202496 1004588 0 0 0 170946 241 0 0 20 0 8 0 390864084 771919872 135564 33554432000 134512640 146736320 4290654800 4290647464 139044505 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17072/statm: 188457 135564 963 2985 0 185391 0
[pid=17072/tid=17166] ppid=17071 vsize=753828 CPUtime=97.37 cores=0,2,4,6
/proc/17072/task/17166/stat : 17166 (pb_cplex) R 17071 17071 15880 0 -1 4202560 37080 0 0 0 9725 12 0 0 20 0 8 0 390928759 771919872 135564 33554432000 134512640 146736320 4290654800 4006928536 136007612 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17072/tid=17167] ppid=17071 vsize=753828 CPUtime=97.42 cores=0,2,4,6
/proc/17072/task/17167/stat : 17167 (pb_cplex) R 17071 17071 15880 0 -1 4202560 39512 0 0 0 9727 15 0 0 20 0 8 0 390928759 771919872 135564 33554432000 134512640 146736320 4290654800 4017414296 136007605 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17072/tid=17168] ppid=17071 vsize=753828 CPUtime=97.05 cores=0,2,4,6
/proc/17072/task/17168/stat : 17168 (pb_cplex) R 17071 17071 15880 0 -1 4202560 33648 0 0 0 9695 10 0 0 20 0 8 0 390928759 771919872 135564 33554432000 134512640 146736320 4290654800 4031979672 136007616 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17072/tid=17169] ppid=17071 vsize=753828 CPUtime=97.11 cores=0,2,4,6
/proc/17072/task/17169/stat : 17169 (pb_cplex) R 17071 17071 15880 0 -1 4202560 37266 0 0 0 9696 15 0 0 20 0 8 0 390928759 771919872 135564 33554432000 134512640 146736320 4290654800 3996442776 136007661 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17072/tid=17170] ppid=17071 vsize=753828 CPUtime=96.65 cores=0,2,4,6
/proc/17072/task/17170/stat : 17170 (pb_cplex) R 17071 17071 15880 0 -1 4202560 36629 0 0 0 9653 12 0 0 20 0 8 0 390928759 771919872 135564 33554432000 134512640 146736320 4290654800 3904851336 136001989 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17072/tid=17171] ppid=17071 vsize=753828 CPUtime=96.67 cores=0,2,4,6
/proc/17072/task/17171/stat : 17171 (pb_cplex) R 17071 17071 15880 0 -1 4202560 40275 0 0 0 9654 13 0 0 20 0 8 0 390928759 771919872 135564 33554432000 134512640 146736320 4290654800 3894366360 136007674 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17072/tid=17172] ppid=17071 vsize=753828 CPUtime=97.23 cores=0,2,4,6
/proc/17072/task/17172/stat : 17172 (pb_cplex) R 17071 17071 15880 0 -1 4202560 37297 0 0 0 9708 15 0 0 20 0 8 0 390928759 771919872 135564 33554432000 134512640 146736320 4290654800 3883880520 139042916 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1711.87
Current children cumulated vsize (KiB) 762976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1144.5 s]
/proc/loadavg: 10.52 5.82 4.74 17/193 17320
/proc/meminfo: memFree=26244696/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
[pid=17072] ppid=17071 vsize=754852 CPUtime=1800.36 cores=0,2,4,6
/proc/17072/stat : 17072 (pb_cplex) R 17071 17071 15880 0 -1 4202496 1029435 0 0 0 179787 249 0 0 20 0 8 0 390864084 772968448 135990 33554432000 134512640 146736320 4290654800 4290647536 136384857 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17072/statm: 188713 135990 963 2985 0 185647 0
[pid=17072/tid=17166] ppid=17071 vsize=754852 CPUtime=108.47 cores=0,2,4,6
/proc/17072/task/17166/stat : 17166 (pb_cplex) R 17071 17071 15880 0 -1 4202560 40569 0 0 0 10833 14 0 0 20 0 8 0 390928759 772968448 135990 33554432000 134512640 146736320 4290654800 4006928424 139044564 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17072/tid=17167] ppid=17071 vsize=754852 CPUtime=108.39 cores=0,2,4,6
/proc/17072/task/17167/stat : 17167 (pb_cplex) R 17071 17071 15880 0 -1 4202560 43029 0 0 0 10823 16 0 0 20 0 8 0 390928759 772968448 135990 33554432000 134512640 146736320 4290654800 4017414296 136007616 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17072/tid=17168] ppid=17071 vsize=754852 CPUtime=108.16 cores=0,2,4,6
/proc/17072/task/17168/stat : 17168 (pb_cplex) R 17071 17071 15880 0 -1 4202560 37405 0 0 0 10805 11 0 0 20 0 8 0 390928759 772968448 135990 33554432000 134512640 146736320 4290654800 4031978584 136007665 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17072/tid=17169] ppid=17071 vsize=754852 CPUtime=108.39 cores=0,2,4,6
/proc/17072/task/17169/stat : 17169 (pb_cplex) R 17071 17071 15880 0 -1 4202560 38030 0 0 0 10824 15 0 0 20 0 8 0 390928759 772968448 135990 33554432000 134512640 146736320 4290654800 3996442664 139044591 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17072/tid=17170] ppid=17071 vsize=754852 CPUtime=107.76 cores=0,2,4,6
/proc/17072/task/17170/stat : 17170 (pb_cplex) R 17071 17071 15880 0 -1 4202560 41933 0 0 0 10762 14 0 0 20 0 8 0 390928759 772968448 135990 33554432000 134512640 146736320 4290654800 3904852008 139044550 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17072/tid=17171] ppid=17071 vsize=754852 CPUtime=107.71 cores=0,2,4,6
/proc/17072/task/17171/stat : 17171 (pb_cplex) R 17071 17071 15880 0 -1 4202560 40980 0 0 0 10757 14 0 0 20 0 8 0 390928759 772968448 135990 33554432000 134512640 146736320 4290654800 3894366320 136384852 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17072/tid=17172] ppid=17071 vsize=754852 CPUtime=108.3 cores=0,2,4,6
/proc/17072/task/17172/stat : 17172 (pb_cplex) R 17071 17071 15880 0 -1 4202560 40967 0 0 0 10814 16 0 0 20 0 8 0 390928759 772968448 135990 33554432000 134512640 146736320 4290654800 3883881040 136403109 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 764000

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

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

[startup+1144.5 s]
/proc/loadavg: 10.52 5.82 4.74 17/193 17320
/proc/meminfo: memFree=26244696/32873648 swapFree=7376/7376
[pid=17071] ppid=17069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17071/stat : 17071 (run) S 17069 17071 15880 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390864083 9367552 270 33554432000 4194304 5064252 140736131392480 140736131391392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17071/statm: 2287 270 229 213 0 72 0
[pid=17072] ppid=17071 vsize=754852 CPUtime=1800.36 cores=0,2,4,6
/proc/17072/stat : 17072 (pb_cplex) R 17071 17071 15880 0 -1 4202496 1029435 0 0 0 179787 249 0 0 20 0 8 0 390864084 772968448 135990 33554432000 134512640 146736320 4290654800 4290647536 136384857 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17072/statm: 188713 135990 963 2985 0 185647 0
[pid=17072/tid=17166] ppid=17071 vsize=754852 CPUtime=108.47 cores=0,2,4,6
/proc/17072/task/17166/stat : 17166 (pb_cplex) R 17071 17071 15880 0 -1 4202560 40569 0 0 0 10833 14 0 0 20 0 8 0 390928759 772968448 135990 33554432000 134512640 146736320 4290654800 4006928424 139044564 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17072/tid=17167] ppid=17071 vsize=754852 CPUtime=108.39 cores=0,2,4,6
/proc/17072/task/17167/stat : 17167 (pb_cplex) R 17071 17071 15880 0 -1 4202560 43029 0 0 0 10823 16 0 0 20 0 8 0 390928759 772968448 135990 33554432000 134512640 146736320 4290654800 4017414296 136007616 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17072/tid=17168] ppid=17071 vsize=754852 CPUtime=108.16 cores=0,2,4,6
/proc/17072/task/17168/stat : 17168 (pb_cplex) R 17071 17071 15880 0 -1 4202560 37405 0 0 0 10805 11 0 0 20 0 8 0 390928759 772968448 135990 33554432000 134512640 146736320 4290654800 4031978584 136007665 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17072/tid=17169] ppid=17071 vsize=754852 CPUtime=108.39 cores=0,2,4,6
/proc/17072/task/17169/stat : 17169 (pb_cplex) R 17071 17071 15880 0 -1 4202560 38030 0 0 0 10824 15 0 0 20 0 8 0 390928759 772968448 135990 33554432000 134512640 146736320 4290654800 3996442664 139044591 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17072/tid=17170] ppid=17071 vsize=754852 CPUtime=107.76 cores=0,2,4,6
/proc/17072/task/17170/stat : 17170 (pb_cplex) R 17071 17071 15880 0 -1 4202560 41933 0 0 0 10762 14 0 0 20 0 8 0 390928759 772968448 135990 33554432000 134512640 146736320 4290654800 3904852008 139044550 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17072/tid=17171] ppid=17071 vsize=754852 CPUtime=107.71 cores=0,2,4,6
/proc/17072/task/17171/stat : 17171 (pb_cplex) R 17071 17071 15880 0 -1 4202560 40980 0 0 0 10757 14 0 0 20 0 8 0 390928759 772968448 135990 33554432000 134512640 146736320 4290654800 3894366320 136384852 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17072/tid=17172] ppid=17071 vsize=754852 CPUtime=108.3 cores=0,2,4,6
/proc/17072/task/17172/stat : 17172 (pb_cplex) R 17071 17071 15880 0 -1 4202560 40967 0 0 0 10814 16 0 0 20 0 8 0 390928759 772968448 135990 33554432000 134512640 146736320 4290654800 3883881040 136403109 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 764000

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1144.52
CPU time (s): 1800.36
CPU user time (s): 1797.87
CPU system time (s): 2.49
CPU usage (%): 157.303
Max. virtual memory (cumulated for all children) (KiB): 766220

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= 356
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 3.2725 second user time and 6.51401 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-09 15:09:47
IDJOB=3733094
IDBENCH=2245
IDSOLVER=2325
FILE ID=node125/3733094-1339247386
RUNJOBID= node125-1339246835-15897
PBS_JOBID= 14644356
Free space on /tmp= 68696 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/frb56-25-opb/normalized-frb56-25-3.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733094-1339247386/watcher-3733094-1339247386 -o /tmp/evaluation-result-3733094-1339247386/solver-3733094-1339247386 -C 1800 -W 1900 -M 15500  run HOME/instance-3733094-1339247386.opb

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

MD5SUM BENCH= 4c9dc9cf5c24873d3237c90ee1682632
RANDOM SEED=526829103

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26866304 kB
Buffers:          795752 kB
Cached:          4174992 kB
SwapCached:         1248 kB
Active:          4542964 kB
Inactive:         500528 kB
Active(anon):      61976 kB
Inactive(anon):     7424 kB
Active(file):    4480988 kB
Inactive(file):   493104 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67102600 kB
Dirty:             19288 kB
Writeback:             0 kB
AnonPages:         73700 kB
Mapped:            15300 kB
Shmem:                96 kB
Slab:             824764 kB
SReclaimable:     268280 kB
SUnreclaim:       556484 kB
KernelStack:        1512 kB
PageTables:         4244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     246308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3733094-1339247386.opb

Free space on /tmp at the end= 68676 MiB
End job on node125 at 2012-06-09 15:28:51