Trace number 3733193

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.24 1155.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-5.opb
MD5SUM20471e978018d28aed0ca16c46de4e3d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-51
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -51
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94226
Number of constraints which are clauses94226
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 1272
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 1272
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 1272
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-3733193-1339247401.opb.
0.00/0.00	c Instance file HOME/instance-3733193-1339247401.opb
0.00/0.00	c File size is 2294904 bytes.
0.00/0.41	c Highest Coefficient sum: 3
0.00/0.41	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.46	c ============================[ Problem Statistics ]=============================
0.00/0.46	c |                                                                             |
0.00/0.46	c |  Parsing time:          0.45         s                                      |
0.00/0.46	c |  Number Variables:      1272                                                |
0.00/0.47	c |  Number Constraints:    94226                                               |
0.00/0.47	c ===============================================================================
1800.24/1155.01	c Remaining time 1799.55 sec.
1800.24/1155.01	c 
1800.24/1155.01	c *** INTERRUPTED ***
1800.24/1155.01	s UNKNOWN
1800.24/1155.01	c Total CPU time              : 1797.71 s
1800.24/1155.01	c Memory used           : 670.18 MB
1800.24/1155.01	c CPU time              : 1797.71 s
1800.24/1155.01	c 
1800.24/1155.01	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3733193-1339247401/watcher-3733193-1339247401 -o /tmp/evaluation-result-3733193-1339247401/solver-3733193-1339247401 -C 1800 -W 1900 -M 15500 run HOME/instance-3733193-1339247401.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: 13.81 11.28 5.60 2/175 20147
/proc/meminfo: memFree=28414848/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0

[startup+0.027928 s]
/proc/loadavg: 13.81 11.28 5.60 2/175 20147
/proc/meminfo: memFree=28414848/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100133 s]
/proc/loadavg: 13.81 11.28 5.60 2/175 20147
/proc/meminfo: memFree=28414848/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300117 s]
/proc/loadavg: 13.81 11.28 5.60 2/175 20147
/proc/meminfo: memFree=28414848/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700225 s]
/proc/loadavg: 13.81 11.28 5.60 2/175 20147
/proc/meminfo: memFree=28414848/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 12.86 11.12 5.58 3/180 20170
/proc/meminfo: memFree=28311772/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
[pid=20148] ppid=20147 vsize=54688 CPUtime=1.49 cores=0,2,4,6
/proc/20148/stat : 20148 (pb_cplex) R 20147 20147 19841 0 -1 4202496 17143 0 0 0 147 2 0 0 20 0 1 0 390866598 56000512 10928 33554432000 134512640 146736320 4287247232 4287245392 138730545 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20148/statm: 13672 10928 656 2985 0 10606 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63836

[startup+3.10022 s]
/proc/loadavg: 12.86 11.12 5.58 3/180 20170
/proc/meminfo: memFree=28286812/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
[pid=20148] ppid=20147 vsize=120064 CPUtime=3.09 cores=0,2,4,6
/proc/20148/stat : 20148 (pb_cplex) R 20147 20147 19841 0 -1 4202496 28413 0 0 0 305 4 0 0 20 0 1 0 390866598 122945536 15456 33554432000 134512640 146736320 4287247232 4287242216 136015611 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20148/statm: 30016 15456 783 2985 0 26950 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 129212

[startup+6.3002 s]
/proc/loadavg: 12.86 11.12 5.58 3/180 20170
/proc/meminfo: memFree=28285584/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
[pid=20148] ppid=20147 vsize=120064 CPUtime=6.29 cores=0,2,4,6
/proc/20148/stat : 20148 (pb_cplex) R 20147 20147 19841 0 -1 4202496 28426 0 0 0 625 4 0 0 20 0 1 0 390866598 122945536 15469 33554432000 134512640 146736320 4287247232 4287242216 136015579 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20148/statm: 30016 15469 783 2985 0 26950 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 129212

[startup+12.7001 s]
/proc/loadavg: 11.19 10.82 5.54 3/180 20170
/proc/meminfo: memFree=28253784/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
[pid=20148] ppid=20147 vsize=120560 CPUtime=12.68 cores=0,2,4,6
/proc/20148/stat : 20148 (pb_cplex) R 20147 20147 19841 0 -1 4202496 28551 0 0 0 1264 4 0 0 20 0 1 0 390866598 123453440 15593 33554432000 134512640 146736320 4287247232 4287242184 136461778 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/20148/statm: 30140 15593 783 2985 0 27074 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 129708

[startup+25.5002 s]
/proc/loadavg: 9.78 10.53 5.51 3/180 20170
/proc/meminfo: memFree=28196840/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
[pid=20148] ppid=20147 vsize=194392 CPUtime=25.48 cores=0,2,4,6
/proc/20148/stat : 20148 (pb_cplex) R 20147 20147 19841 0 -1 4202496 42455 0 0 0 2541 7 0 0 20 0 1 0 390866598 199057408 28948 33554432000 134512640 146736320 4287247232 4287243024 137698804 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/20148/statm: 48598 28948 875 2985 0 45532 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 203540

[startup+51.1002 s]
/proc/loadavg: 7.12 9.84 5.41 3/180 20171
/proc/meminfo: memFree=28205564/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
[pid=20148] ppid=20147 vsize=177860 CPUtime=51.07 cores=0,2,4,6
/proc/20148/stat : 20148 (pb_cplex) R 20147 20147 19841 0 -1 4202496 67387 0 0 0 5096 11 0 0 20 0 1 0 390866598 182128640 26365 33554432000 134512640 146736320 4287247232 4287241288 139043568 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/20148/statm: 44465 26365 908 2985 0 41399 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 187008

[startup+102.306 s]
/proc/loadavg: 4.09 8.54 5.22 3/179 20171
/proc/meminfo: memFree=28190568/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
[pid=20148] ppid=20147 vsize=180668 CPUtime=102.27 cores=0,2,4,6
/proc/20148/stat : 20148 (pb_cplex) R 20147 20147 19841 0 -1 4202496 92853 0 0 0 10210 17 0 0 20 0 1 0 390866598 185004032 29803 33554432000 134512640 146736320 4287247232 4287241808 136403109 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/20148/statm: 45167 29803 908 2985 0 42101 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 189816

[startup+162.3 s]
/proc/loadavg: 2.77 7.35 5.01 3/179 20171
/proc/meminfo: memFree=28181264/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
[pid=20148] ppid=20147 vsize=180668 CPUtime=162.26 cores=0,2,4,6
/proc/20148/stat : 20148 (pb_cplex) R 20147 20147 19841 0 -1 4202496 123701 0 0 0 16204 22 0 0 20 0 1 0 390866598 185004032 29810 33554432000 134512640 146736320 4287247232 4287241420 136017769 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/20148/statm: 45167 29810 908 2985 0 42101 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 189816

[startup+222.3 s]
/proc/loadavg: 2.28 6.37 4.82 3/179 20171
/proc/meminfo: memFree=28183740/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
[pid=20148] ppid=20147 vsize=180668 CPUtime=222.25 cores=0,2,4,6
/proc/20148/stat : 20148 (pb_cplex) R 20147 20147 19841 0 -1 4202496 155692 0 0 0 22198 27 0 0 20 0 1 0 390866598 185004032 30208 33554432000 134512640 146736320 4287247232 4287241288 139043570 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/20148/statm: 45167 30208 908 2985 0 42101 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 189816

[startup+282.3 s]
/proc/loadavg: 2.10 5.57 4.64 3/179 20171
/proc/meminfo: memFree=28200480/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
[pid=20148] ppid=20147 vsize=166820 CPUtime=282.24 cores=0,2,4,6
/proc/20148/stat : 20148 (pb_cplex) R 20147 20147 19841 0 -1 4202496 199744 0 0 0 28187 37 0 0 20 0 1 0 390866598 170823680 26319 33554432000 134512640 146736320 4287247232 4287241856 139046519 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/20148/statm: 41705 26319 909 2985 0 38639 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 175968

[startup+342.3 s]
/proc/loadavg: 2.04 4.92 4.47 3/186 20193
/proc/meminfo: memFree=28070788/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
[pid=20148] ppid=20147 vsize=166996 CPUtime=342.23 cores=0,2,4,6
/proc/20148/stat : 20148 (pb_cplex) R 20147 20147 19841 0 -1 4202496 254533 0 0 0 34176 47 0 0 20 0 1 0 390866598 171003904 26307 33554432000 134512640 146736320 4287247232 4287241420 136017505 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/20148/statm: 41749 26307 909 2985 0 38683 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 176144

[startup+402.3 s]
/proc/loadavg: 2.01 4.39 4.32 3/186 20193
/proc/meminfo: memFree=28068040/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/20148/statm: 105015 72205 966 2985 0 101949 0
[pid=20148/tid=20211] ppid=20147 vsize=420060 CPUtime=0 cores=0,2,4,6
/proc/20148/task/20211/stat : 20211 (pb_cplex) S 20147 20147 19841 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390930253 430141440 72205 33554432000 134512640 146736320 4287247232 3969904272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20148/tid=20212] ppid=20147 vsize=420060 CPUtime=0 cores=0,2,4,6
/proc/20148/task/20212/stat : 20212 (pb_cplex) S 20147 20147 19841 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390930253 430141440 72205 33554432000 134512640 146736320 4287247232 4027891344 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20148/tid=20213] ppid=20147 vsize=420060 CPUtime=0 cores=0,2,4,6
/proc/20148/task/20213/stat : 20213 (pb_cplex) S 20147 20147 19841 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390930253 430141440 72205 33554432000 134512640 146736320 4287247232 4038377104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20148/tid=20214] ppid=20147 vsize=420060 CPUtime=0 cores=0,2,4,6
/proc/20148/task/20214/stat : 20214 (pb_cplex) S 20147 20147 19841 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390930253 430141440 72205 33554432000 134512640 146736320 4287247232 4017405584 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20148/tid=20215] ppid=20147 vsize=420060 CPUtime=0 cores=0,2,4,6
/proc/20148/task/20215/stat : 20215 (pb_cplex) S 20147 20147 19841 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390930253 430141440 72205 33554432000 134512640 146736320 4287247232 3918405264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20148/tid=20216] ppid=20147 vsize=420060 CPUtime=0 cores=0,2,4,6
/proc/20148/task/20216/stat : 20216 (pb_cplex) S 20147 20147 19841 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390930253 430141440 72205 33554432000 134512640 146736320 4287247232 3907919504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20148/tid=20217] ppid=20147 vsize=420060 CPUtime=0 cores=0,2,4,6
/proc/20148/task/20217/stat : 20217 (pb_cplex) S 20147 20147 19841 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390930253 430141440 72205 33554432000 134512640 146736320 4287247232 3897433744 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 893.36
Current children cumulated vsize (KiB) 429208

[startup+942.3 s]
/proc/loadavg: 6.86 6.85 5.67 3/193 20377
/proc/meminfo: memFree=27968256/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
[pid=20148] ppid=20147 vsize=420108 CPUtime=953.35 cores=0,2,4,6
/proc/20148/stat : 20148 (pb_cplex) R 20147 20147 19841 0 -1 4202496 809981 0 0 0 95172 163 0 0 20 0 8 0 390866598 430190592 72267 33554432000 134512640 146736320 4287247232 4287240040 144757825 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20148/statm: 105027 72267 966 2985 0 101961 0
[pid=20148/tid=20211] ppid=20147 vsize=420108 CPUtime=0 cores=0,2,4,6
/proc/20148/task/20211/stat : 20211 (pb_cplex) S 20147 20147 19841 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390930253 430190592 72267 33554432000 134512640 146736320 4287247232 3969904272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20148/tid=20212] ppid=20147 vsize=420108 CPUtime=0 cores=0,2,4,6
/proc/20148/task/20212/stat : 20212 (pb_cplex) S 20147 20147 19841 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390930253 430190592 72267 33554432000 134512640 146736320 4287247232 4027891344 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20148/tid=20213] ppid=20147 vsize=420108 CPUtime=0 cores=0,2,4,6
/proc/20148/task/20213/stat : 20213 (pb_cplex) S 20147 20147 19841 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390930253 430190592 72267 33554432000 134512640 146736320 4287247232 4038377104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20148/tid=20214] ppid=20147 vsize=420108 CPUtime=0 cores=0,2,4,6
/proc/20148/task/20214/stat : 20214 (pb_cplex) S 20147 20147 19841 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390930253 430190592 72267 33554432000 134512640 146736320 4287247232 4017405584 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20148/tid=20215] ppid=20147 vsize=420108 CPUtime=0 cores=0,2,4,6
/proc/20148/task/20215/stat : 20215 (pb_cplex) S 20147 20147 19841 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390930253 430190592 72267 33554432000 134512640 146736320 4287247232 3918405264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20148/tid=20216] ppid=20147 vsize=420108 CPUtime=0 cores=0,2,4,6
/proc/20148/task/20216/stat : 20216 (pb_cplex) S 20147 20147 19841 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390930253 430190592 72267 33554432000 134512640 146736320 4287247232 3907919504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20148/tid=20217] ppid=20147 vsize=420108 CPUtime=0 cores=0,2,4,6
/proc/20148/task/20217/stat : 20217 (pb_cplex) S 20147 20147 19841 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390930253 430190592 72267 33554432000 134512640 146736320 4287247232 3897433744 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 953.35
Current children cumulated vsize (KiB) 429256

[startup+1002.3 s]
/proc/loadavg: 10.65 7.91 6.11 15/194 20379
/proc/meminfo: memFree=27788800/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
[pid=20148] ppid=20147 vsize=678500 CPUtime=1191.72 cores=0,2,4,6
/proc/20148/stat : 20148 (pb_cplex) R 20147 20147 19841 0 -1 4202496 913540 0 0 0 118974 198 0 0 20 0 8 0 390866598 694784000 116887 33554432000 134512640 146736320 4287247232 4287239984 136384852 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20148/statm: 169625 116887 966 2985 0 166559 0
[pid=20148/tid=20211] ppid=20147 vsize=678500 CPUtime=29.31 cores=0,2,4,6
/proc/20148/task/20211/stat : 20211 (pb_cplex) R 20147 20147 19841 0 -1 4202560 13372 0 0 0 2925 6 0 0 20 0 8 0 390930253 694784000 116887 33554432000 134512640 146736320 4287247232 3969900696 136007048 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=20148/tid=20212] ppid=20147 vsize=678500 CPUtime=29.77 cores=0,2,4,6
/proc/20148/task/20212/stat : 20212 (pb_cplex) R 20147 20147 19841 0 -1 4202560 12969 0 0 0 2971 6 0 0 20 0 8 0 390930253 694784000 116887 33554432000 134512640 146736320 4287247232 4027887508 136017474 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=20148/tid=20213] ppid=20147 vsize=678500 CPUtime=30.15 cores=0,2,4,6
/proc/20148/task/20213/stat : 20213 (pb_cplex) R 20147 20147 19841 0 -1 4202560 13155 0 0 0 3011 4 0 0 20 0 8 0 390930253 694784000 116887 33554432000 134512640 146736320 4287247232 4038373448 139042881 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=20148/tid=20214] ppid=20147 vsize=678500 CPUtime=29.81 cores=0,2,4,6
/proc/20148/task/20214/stat : 20214 (pb_cplex) R 20147 20147 19841 0 -1 4202560 13596 0 0 0 2975 6 0 0 20 0 8 0 390930253 694784000 116887 33554432000 134512640 146736320 4287247232 4017402008 136007053 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=20148/tid=20215] ppid=20147 vsize=678500 CPUtime=29.8 cores=0,2,4,6
/proc/20148/task/20215/stat : 20215 (pb_cplex) R 20147 20147 19841 0 -1 4202560 14550 0 0 0 2975 5 0 0 20 0 8 0 390930253 694784000 116887 33554432000 134512640 146736320 4287247232 3918401576 139044580 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=20148/tid=20216] ppid=20147 vsize=678500 CPUtime=29.89 cores=0,2,4,6
/proc/20148/task/20216/stat : 20216 (pb_cplex) R 20147 20147 19841 0 -1 4202560 13364 0 0 0 2984 5 0 0 20 0 8 0 390930253 694784000 116887 33554432000 134512640 146736320 4287247232 3907915928 136007647 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=20148/tid=20217] ppid=20147 vsize=678500 CPUtime=30.07 cores=0,2,4,6
/proc/20148/task/20217/stat : 20217 (pb_cplex) R 20147 20147 19841 0 -1 4202560 14303 0 0 0 3002 5 0 0 20 0 8 0 390930253 694784000 116887 33554432000 134512640 146736320 4287247232 3897430168 136007021 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1191.72
Current children cumulated vsize (KiB) 687648

[startup+1062.3 s]
/proc/loadavg: 12.56 8.99 6.59 11/193 20379
/proc/meminfo: memFree=27769496/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
[pid=20148] ppid=20147 vsize=679648 CPUtime=1430.8 cores=0,2,4,6
/proc/20148/stat : 20148 (pb_cplex) R 20147 20147 19841 0 -1 4202496 995829 0 0 0 142861 219 0 0 20 0 8 0 390866598 695959552 121411 33554432000 134512640 146736320 4287247232 4287240872 144757825 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20148/statm: 169912 121411 966 2985 0 166846 0
[pid=20148/tid=20211] ppid=20147 vsize=679648 CPUtime=59.62 cores=0,2,4,6
/proc/20148/task/20211/stat : 20211 (pb_cplex) R 20147 20147 19841 0 -1 4202560 24642 0 0 0 5953 9 0 0 20 0 8 0 390930253 695959552 121411 33554432000 134512640 146736320 4287247232 3969899912 136388561 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=20148/tid=20212] ppid=20147 vsize=679648 CPUtime=60.03 cores=0,2,4,6
/proc/20148/task/20212/stat : 20212 (pb_cplex) R 20147 20147 19841 0 -1 4202560 22265 0 0 0 5995 8 0 0 20 0 8 0 390930253 695959552 121411 33554432000 134512640 146736320 4287247232 4027887768 136007053 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=20148/tid=20213] ppid=20147 vsize=679648 CPUtime=59.94 cores=0,2,4,6
/proc/20148/task/20213/stat : 20213 (pb_cplex) R 20147 20147 19841 0 -1 4202560 22761 0 0 0 5987 7 0 0 20 0 8 0 390930253 695959552 121411 33554432000 134512640 146736320 4287247232 4038373528 136007053 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=20148/tid=20214] ppid=20147 vsize=679648 CPUtime=59.66 cores=0,2,4,6
/proc/20148/task/20214/stat : 20214 (pb_cplex) R 20147 20147 19841 0 -1 4202560 23742 0 0 0 5958 8 0 0 20 0 8 0 390930253 695959552 121411 33554432000 134512640 146736320 4287247232 4017402080 139028294 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=20148/tid=20215] ppid=20147 vsize=679648 CPUtime=59.43 cores=0,2,4,6
/proc/20148/task/20215/stat : 20215 (pb_cplex) R 20147 20147 19841 0 -1 4202560 25177 0 0 0 5935 8 0 0 20 0 8 0 390930253 695959552 121411 33554432000 134512640 146736320 4287247232 3918401428 136017485 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=20148/tid=20216] ppid=20147 vsize=679648 CPUtime=59.8 cores=0,2,4,6
/proc/20148/task/20216/stat : 20216 (pb_cplex) R 20147 20147 19841 0 -1 4202560 23812 0 0 0 5973 7 0 0 20 0 8 0 390930253 695959552 121411 33554432000 134512640 146736320 4287247232 3907915928 136007612 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=20148/tid=20217] ppid=20147 vsize=679648 CPUtime=59.83 cores=0,2,4,6
/proc/20148/task/20217/stat : 20217 (pb_cplex) R 20147 20147 19841 0 -1 4202560 25715 0 0 0 5976 7 0 0 20 0 8 0 390930253 695959552 121411 33554432000 134512640 146736320 4287247232 3897430608 136403112 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1430.8
Current children cumulated vsize (KiB) 688796

[startup+1122.3 s]
/proc/loadavg: 11.84 9.44 6.89 15/193 20379
/proc/meminfo: memFree=27762672/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
[pid=20148] ppid=20147 vsize=686064 CPUtime=1669.89 cores=0,2,4,6
/proc/20148/stat : 20148 (pb_cplex) R 20147 20147 19841 0 -1 4202496 1082730 0 0 0 166747 242 0 0 20 0 8 0 390866598 702529536 123015 33554432000 134512640 146736320 4287247232 4287240024 136007037 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20148/statm: 171516 123015 966 2985 0 168450 0
[pid=20148/tid=20211] ppid=20147 vsize=686064 CPUtime=89.61 cores=0,2,4,6
/proc/20148/task/20211/stat : 20211 (pb_cplex) R 20147 20147 19841 0 -1 4202560 33989 0 0 0 8949 12 0 0 20 0 8 0 390930253 702529536 123015 33554432000 134512640 146736320 4287247232 3969899824 136384857 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=20148/tid=20212] ppid=20147 vsize=686064 CPUtime=89.95 cores=0,2,4,6
/proc/20148/task/20212/stat : 20212 (pb_cplex) R 20147 20147 19841 0 -1 4202560 32706 0 0 0 8982 13 0 0 20 0 8 0 390930253 702529536 123015 33554432000 134512640 146736320 4287247232 4027888208 136403109 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=20148/tid=20213] ppid=20147 vsize=686064 CPUtime=89.97 cores=0,2,4,6
/proc/20148/task/20213/stat : 20213 (pb_cplex) R 20147 20147 19841 0 -1 4202560 33404 0 0 0 8986 11 0 0 20 0 8 0 390930253 702529536 123015 33554432000 134512640 146736320 4287247232 4038373000 136001929 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=20148/tid=20214] ppid=20147 vsize=686064 CPUtime=89.71 cores=0,2,4,6
/proc/20148/task/20214/stat : 20214 (pb_cplex) R 20147 20147 19841 0 -1 4202560 34327 0 0 0 8959 12 0 0 20 0 8 0 390930253 702529536 123015 33554432000 134512640 146736320 4287247232 4017401176 136007612 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=20148/tid=20215] ppid=20147 vsize=686064 CPUtime=89.54 cores=0,2,4,6
/proc/20148/task/20215/stat : 20215 (pb_cplex) R 20147 20147 19841 0 -1 4202560 36691 0 0 0 8942 12 0 0 20 0 8 0 390930253 702529536 123015 33554432000 134512640 146736320 4287247232 3918400596 136017769 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=20148/tid=20216] ppid=20147 vsize=686064 CPUtime=89.58 cores=0,2,4,6
/proc/20148/task/20216/stat : 20216 (pb_cplex) R 20147 20147 19841 0 -1 4202560 36064 0 0 0 8947 11 0 0 20 0 8 0 390930253 702529536 123015 33554432000 134512640 146736320 4287247232 3907915096 136007605 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=20148/tid=20217] ppid=20147 vsize=686064 CPUtime=89.47 cores=0,2,4,6
/proc/20148/task/20217/stat : 20217 (pb_cplex) R 20147 20147 19841 0 -1 4202560 38348 0 0 0 8936 11 0 0 20 0 8 0 390930253 702529536 123015 33554432000 134512640 146736320 4287247232 3897429336 136007612 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1669.89
Current children cumulated vsize (KiB) 695212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1155.01 s]
/proc/loadavg: 11.86 9.67 7.05 14/193 20379
/proc/meminfo: memFree=27763292/32873648 swapFree=7628/7628
[pid=20147] ppid=20145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20147/stat : 20147 (run) S 20145 20147 19841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390866598 9367552 270 33554432000 4194304 5064252 140736157680288 140736157679200 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20147/statm: 2287 270 229 213 0 72 0
[pid=20148] ppid=20147 vsize=686256 CPUtime=1800.24 cores=0,2,4,6
/proc/20148/stat : 20148 (pb_cplex) R 20147 20147 19841 0 -1 4202496 1126492 0 0 0 179769 255 0 0 20 0 8 0 390866598 702726144 123073 33554432000 134512640 146736320 4287247232 4287240024 136007668 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20148/statm: 171564 123073 966 2985 0 168498 0
[pid=20148/tid=20211] ppid=20147 vsize=686256 CPUtime=106.15 cores=0,2,4,6
/proc/20148/task/20211/stat : 20211 (pb_cplex) R 20147 20147 19841 0 -1 4202560 39266 0 0 0 10602 13 0 0 20 0 8 0 390930253 702726144 123073 33554432000 134512640 146736320 4287247232 3969900352 139046501 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=20148/tid=20212] ppid=20147 vsize=686256 CPUtime=106.18 cores=0,2,4,6
/proc/20148/task/20212/stat : 20212 (pb_cplex) R 20147 20147 19841 0 -1 4202560 37585 0 0 0 10604 14 0 0 20 0 8 0 390930253 702726144 123073 33554432000 134512640 146736320 4287247232 4027887768 136007674 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=20148/tid=20213] ppid=20147 vsize=686256 CPUtime=106.32 cores=0,2,4,6
/proc/20148/task/20213/stat : 20213 (pb_cplex) R 20147 20147 19841 0 -1 4202560 39292 0 0 0 10619 13 0 0 20 0 8 0 390930253 702726144 123073 33554432000 134512640 146736320 4287247232 4038372696 136007616 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=20148/tid=20214] ppid=20147 vsize=686256 CPUtime=106.07 cores=0,2,4,6
/proc/20148/task/20214/stat : 20214 (pb_cplex) R 20147 20147 19841 0 -1 4202560 39615 0 0 0 10593 14 0 0 20 0 8 0 390930253 702726144 123073 33554432000 134512640 146736320 4287247232 4017401096 139042888 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=20148/tid=20215] ppid=20147 vsize=686256 CPUtime=105.57 cores=0,2,4,6
/proc/20148/task/20215/stat : 20215 (pb_cplex) R 20147 20147 19841 0 -1 4202560 41255 0 0 0 10544 13 0 0 20 0 8 0 390930253 702726144 123073 33554432000 134512640 146736320 4287247232 3918401296 136403109 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=20148/tid=20216] ppid=20147 vsize=686256 CPUtime=105.85 cores=0,2,4,6
/proc/20148/task/20216/stat : 20216 (pb_cplex) R 20147 20147 19841 0 -1 4202560 42186 0 0 0 10572 13 0 0 20 0 8 0 390930253 702726144 123073 33554432000 134512640 146736320 4287247232 3907915016 139042980 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=20148/tid=20217] ppid=20147 vsize=686256 CPUtime=105.67 cores=0,2,4,6
/proc/20148/task/20217/stat : 20217 (pb_cplex) R 20147 20147 19841 0 -1 4202560 44922 0 0 0 10554 13 0 0 20 0 8 0 390930253 702726144 123073 33554432000 134512640 146736320 4287247232 3897429824 139046538 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 695404

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20147 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.24
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1155.02
CPU time (s): 1800.24
CPU user time (s): 1797.69
CPU system time (s): 2.55
CPU usage (%): 155.862
Max. virtual memory (cumulated for all children) (KiB): 697292

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= 1
involuntary context switches= 2

runsolver used 2.70159 second user time and 6.80396 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-09 15:10:01
IDJOB=3733193
IDBENCH=2258
IDSOLVER=2325
FILE ID=node122/3733193-1339247401
RUNJOBID= node122-1339246833-19858
PBS_JOBID= 14644359
Free space on /tmp= 64424 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/frb53-24-opb/normalized-frb53-24-5.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733193-1339247401/watcher-3733193-1339247401 -o /tmp/evaluation-result-3733193-1339247401/solver-3733193-1339247401 -C 1800 -W 1900 -M 15500  run HOME/instance-3733193-1339247401.opb

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

MD5SUM BENCH= 20471e978018d28aed0ca16c46de4e3d
RANDOM SEED=617998614

node122.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.533
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.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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.533
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.533
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.533
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:        28176136 kB
Buffers:          228948 kB
Cached:          3280948 kB
SwapCached:         1868 kB
Active:          2112972 kB
Inactive:        1626532 kB
Active(anon):     226732 kB
Inactive(anon):     4364 kB
Active(file):    1886240 kB
Inactive(file):  1622168 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099792 kB
Dirty:             19020 kB
Writeback:             0 kB
AnonPages:        339260 kB
Mapped:            12336 kB
Shmem:                 0 kB
Slab:             819300 kB
SReclaimable:     263548 kB
SUnreclaim:       555752 kB
KernelStack:        1600 kB
PageTables:         4808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     345892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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-3733193-1339247401.opb

Free space on /tmp at the end= 64408 MiB
End job on node122 at 2012-06-09 15:29:23