Trace number 3733226

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 828.232

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-3.opb
MD5SUM29f577041bedcbf69a98210424b233be
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-48
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints81068
Number of constraints which are clauses81068
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 1150
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 1150
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 1150
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-3733226-1339247410.opb.
0.00/0.00	c Instance file HOME/instance-3733226-1339247410.opb
0.00/0.00	c File size is 1960073 bytes.
0.00/0.33	c Highest Coefficient sum: 3
0.00/0.33	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.37	c ============================[ Problem Statistics ]=============================
0.00/0.37	c |                                                                             |
0.00/0.37	c |  Parsing time:          0.37         s                                      |
0.00/0.37	c |  Number Variables:      1150                                                |
0.00/0.38	c |  Number Constraints:    81068                                               |
0.00/0.38	c ===============================================================================
1800.36/828.22	c Remaining time 1799.63 sec.
1800.36/828.22	c 
1800.36/828.22	c *** INTERRUPTED ***
1800.36/828.22	s UNKNOWN
1800.36/828.22	c Total CPU time              : 1798.24 s
1800.36/828.22	c Memory used           : 594.72 MB
1800.36/828.22	c CPU time              : 1798.24 s
1800.36/828.22	c 
1800.36/828.22	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-3733226-1339247410/watcher-3733226-1339247410 -o /tmp/evaluation-result-3733226-1339247410/solver-3733226-1339247410 -C 1800 -W 1900 -M 15500 run HOME/instance-3733226-1339247410.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 13.47 10.25 5.00 9/185 22508
/proc/meminfo: memFree=30388112/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0

[startup+0.0594749 s]
/proc/loadavg: 13.47 10.25 5.00 9/185 22508
/proc/meminfo: memFree=30388112/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100207 s]
/proc/loadavg: 13.47 10.25 5.00 9/185 22508
/proc/meminfo: memFree=30388112/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300202 s]
/proc/loadavg: 13.47 10.25 5.00 9/185 22508
/proc/meminfo: memFree=30388112/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.7002 s]
/proc/loadavg: 13.47 10.25 5.00 9/185 22508
/proc/meminfo: memFree=30388112/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 13.03 10.21 5.02 9/187 22510
/proc/meminfo: memFree=30351632/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
[pid=22509] ppid=22508 vsize=105676 CPUtime=1.48 cores=1,3,5,7
/proc/22509/stat : 22509 (pb_cplex) R 22508 22508 22071 0 -1 4202496 23483 0 0 0 145 3 0 0 20 0 1 0 390867115 108212224 13427 33554432000 134512640 146736320 4294369408 4294364392 136015511 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22509/statm: 26419 13427 783 2985 0 23353 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 114824

[startup+3.10022 s]
/proc/loadavg: 13.03 10.21 5.02 9/187 22510
/proc/meminfo: memFree=30342144/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
[pid=22509] ppid=22508 vsize=106744 CPUtime=3.08 cores=1,3,5,7
/proc/22509/stat : 22509 (pb_cplex) R 22508 22508 22071 0 -1 4202496 23723 0 0 0 305 3 0 0 20 0 1 0 390867115 109305856 13667 33554432000 134512640 146736320 4294369408 4294363720 135526330 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22509/statm: 26686 13667 783 2985 0 23620 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 115892

[startup+6.30015 s]
/proc/loadavg: 13.03 10.21 5.02 9/187 22510
/proc/meminfo: memFree=30337840/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
[pid=22509] ppid=22508 vsize=106744 CPUtime=6.28 cores=1,3,5,7
/proc/22509/stat : 22509 (pb_cplex) R 22508 22508 22071 0 -1 4202496 23729 0 0 0 625 3 0 0 20 0 1 0 390867115 109305856 13673 33554432000 134512640 146736320 4294369408 4294364392 136015579 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22509/statm: 26686 13673 783 2985 0 23620 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 115892

[startup+12.7003 s]
/proc/loadavg: 12.26 10.14 5.05 9/187 22510
/proc/meminfo: memFree=30312608/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
[pid=22509] ppid=22508 vsize=143496 CPUtime=12.68 cores=1,3,5,7
/proc/22509/stat : 22509 (pb_cplex) R 22508 22508 22071 0 -1 4202496 30818 0 0 0 1263 5 0 0 20 0 1 0 390867115 146939904 20122 33554432000 134512640 146736320 4294369408 4294362508 136017766 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22509/statm: 35874 20122 849 2985 0 32808 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 152644

[startup+25.5003 s]
/proc/loadavg: 11.60 10.07 5.08 9/187 22510
/proc/meminfo: memFree=30303524/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
[pid=22509] ppid=22508 vsize=150452 CPUtime=25.48 cores=1,3,5,7
/proc/22509/stat : 22509 (pb_cplex) R 22508 22508 22071 0 -1 4202496 53091 0 0 0 2539 9 0 0 20 0 1 0 390867115 154062848 22356 33554432000 134512640 146736320 4294369408 4294363284 136017760 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22509/statm: 37613 22356 907 2985 0 34547 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 159600

[startup+51.1003 s]
/proc/loadavg: 10.10 9.85 5.16 8/187 22510
/proc/meminfo: memFree=30303604/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
[pid=22509] ppid=22508 vsize=153068 CPUtime=51.08 cores=1,3,5,7
/proc/22509/stat : 22509 (pb_cplex) R 22508 22508 22071 0 -1 4202496 66590 0 0 0 5097 11 0 0 20 0 1 0 390867115 156741632 22928 33554432000 134512640 146736320 4294369408 4294363596 136017485 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22509/statm: 38267 22928 907 2985 0 35201 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 162216

[startup+102.306 s]
/proc/loadavg: 8.10 9.34 5.23 10/186 22510
/proc/meminfo: memFree=30317232/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
[pid=22509] ppid=22508 vsize=154388 CPUtime=102.27 cores=1,3,5,7
/proc/22509/stat : 22509 (pb_cplex) R 22508 22508 22071 0 -1 4202496 97777 0 0 0 10210 17 0 0 20 0 1 0 390867115 158093312 23202 33554432000 134512640 146736320 4294369408 4294363284 136017485 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22509/statm: 38597 23202 907 2985 0 35531 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 163536

[startup+162.3 s]
/proc/loadavg: 6.71 8.83 5.32 4/186 22581
/proc/meminfo: memFree=30416400/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
[pid=22509] ppid=22508 vsize=154388 CPUtime=162.25 cores=1,3,5,7
/proc/22509/stat : 22509 (pb_cplex) R 22508 22508 22071 0 -1 4202496 134348 0 0 0 16201 24 0 0 20 0 1 0 390867115 158093312 25887 33554432000 134512640 146736320 4294369408 4294364032 139046546 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22509/statm: 38597 25887 907 2985 0 35531 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 163536

[startup+222.3 s]
/proc/loadavg: 3.10 7.41 5.05 4/186 22581
/proc/meminfo: memFree=30424172/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
[pid=22509] ppid=22508 vsize=145200 CPUtime=222.25 cores=1,3,5,7
/proc/22509/stat : 22509 (pb_cplex) R 22508 22508 22071 0 -1 4202496 199900 0 0 0 22189 36 0 0 20 0 1 0 390867115 148684800 23610 33554432000 134512640 146736320 4294369408 4294363596 136017760 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22509/statm: 36300 23610 909 2985 0 33234 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 154348

[startup+282.3 s]
/proc/loadavg: 1.77 6.24 4.79 7/186 22581
/proc/meminfo: memFree=30422180/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
[pid=22509] ppid=22508 vsize=145908 CPUtime=282.24 cores=1,3,5,7
/proc/22509/stat : 22509 (pb_cplex) R 22508 22508 22071 0 -1 4202496 274126 0 0 0 28174 50 0 0 20 0 1 0 390867115 149409792 23948 33554432000 134512640 146736320 4294369408 4294363600 136403129 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22509/statm: 36477 23948 909 2985 0 33411 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 155056

[startup+342.3 s]
/proc/loadavg: 1.34 5.30 4.56 10/186 22582
/proc/meminfo: memFree=30419332/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
[pid=22509] ppid=22508 vsize=146544 CPUtime=342.22 cores=1,3,5,7
/proc/22509/stat : 22509 (pb_cplex) R 22508 22508 22071 0 -1 4202496 334540 0 0 0 34161 61 0 0 20 0 1 0 390867115 150061056 24097 33554432000 134512640 146736320 4294369408 4294363212 136017801 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22509/statm: 36636 24097 909 2985 0 33570 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 155692

[startup+402.3 s]
/proc/loadavg: 1.12 4.51 4.33 3/193 22603
/proc/meminfo: memFree=30277328/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/22509/statm: 149603 104352 967 2985 0 146537 0
[pid=22509/tid=22597] ppid=22508 vsize=598412 CPUtime=39.24 cores=1,3,5,7
/proc/22509/task/22597/stat : 22597 (pb_cplex) R 22508 22508 22071 0 -1 4202560 18498 0 0 0 3918 6 0 0 20 0 8 0 390902127 612773888 104352 33554432000 134512640 146736320 4294369408 3978645544 139044550 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22598] ppid=22508 vsize=598412 CPUtime=38.58 cores=1,3,5,7
/proc/22509/task/22598/stat : 22598 (pb_cplex) R 22508 22508 22071 0 -1 4202560 16930 0 0 0 3852 6 0 0 20 0 8 0 390902127 612773888 104352 33554432000 134512640 146736320 4294369408 4035960984 136007605 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22599] ppid=22508 vsize=598412 CPUtime=38.97 cores=1,3,5,7
/proc/22509/task/22599/stat : 22599 (pb_cplex) R 22508 22508 22071 0 -1 4202560 17499 0 0 0 3891 6 0 0 20 0 8 0 390902127 612773888 104352 33554432000 134512640 146736320 4294369408 4046446632 139044557 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22600] ppid=22508 vsize=598412 CPUtime=38.61 cores=1,3,5,7
/proc/22509/task/22600/stat : 22600 (pb_cplex) R 22508 22508 22071 0 -1 4202560 19121 0 0 0 3855 6 0 0 20 0 8 0 390902127 612773888 104352 33554432000 134512640 146736320 4294369408 4020587528 139042888 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22601] ppid=22508 vsize=598412 CPUtime=38.98 cores=1,3,5,7
/proc/22509/task/22601/stat : 22601 (pb_cplex) R 22508 22508 22071 0 -1 4202560 20922 0 0 0 3892 6 0 0 20 0 8 0 390902127 612773888 104352 33554432000 134512640 146736320 4294369408 3939441664 136382632 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22602] ppid=22508 vsize=598412 CPUtime=38.63 cores=1,3,5,7
/proc/22509/task/22602/stat : 22602 (pb_cplex) R 22508 22508 22071 0 -1 4202560 18619 0 0 0 3857 6 0 0 20 0 8 0 390902127 612773888 104352 33554432000 134512640 146736320 4294369408 3928955880 139044550 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22603] ppid=22508 vsize=598412 CPUtime=39.26 cores=1,3,5,7
/proc/22509/task/22603/stat : 22603 (pb_cplex) R 22508 22508 22071 0 -1 4202560 19866 0 0 0 3920 6 0 0 20 0 8 0 390902127 612773888 104352 33554432000 134512640 146736320 4294369408 3918470672 136403114 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 820.46
Current children cumulated vsize (KiB) 607560

[startup+642.3 s]
/proc/loadavg: 7.32 5.18 4.54 16/194 22607
/proc/meminfo: memFree=30069044/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
[pid=22509] ppid=22508 vsize=608400 CPUtime=1059.56 cores=1,3,5,7
/proc/22509/stat : 22509 (pb_cplex) R 22508 22508 22071 0 -1 4202496 747177 0 0 0 105781 175 0 0 20 0 8 0 390867115 623001600 109195 33554432000 134512640 146736320 4294369408 4294361940 136017516 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22509/statm: 152100 109195 970 2985 0 149034 0
[pid=22509/tid=22597] ppid=22508 vsize=608400 CPUtime=69.24 cores=1,3,5,7
/proc/22509/task/22597/stat : 22597 (pb_cplex) R 22508 22508 22071 0 -1 4202560 34053 0 0 0 6912 12 0 0 20 0 8 0 390902127 623001600 109195 33554432000 134512640 146736320 4294369408 3978645396 136017495 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22598] ppid=22508 vsize=608400 CPUtime=68.66 cores=1,3,5,7
/proc/22509/task/22598/stat : 22598 (pb_cplex) R 22508 22508 22071 0 -1 4202560 32478 0 0 0 6854 12 0 0 20 0 8 0 390902127 623001600 109195 33554432000 134512640 146736320 4294369408 4035960984 136007654 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22599] ppid=22508 vsize=608400 CPUtime=68.44 cores=1,3,5,7
/proc/22509/task/22599/stat : 22599 (pb_cplex) R 22508 22508 22071 0 -1 4202560 28353 0 0 0 6834 10 0 0 20 0 8 0 390902127 623001600 109195 33554432000 134512640 146736320 4294369408 4046445656 136007599 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22600] ppid=22508 vsize=608400 CPUtime=68.73 cores=1,3,5,7
/proc/22509/task/22600/stat : 22600 (pb_cplex) R 22508 22508 22071 0 -1 4202560 31086 0 0 0 6863 10 0 0 20 0 8 0 390902127 623001600 109195 33554432000 134512640 146736320 4294369408 4020588696 136007059 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22601] ppid=22508 vsize=608400 CPUtime=68.99 cores=1,3,5,7
/proc/22509/task/22601/stat : 22601 (pb_cplex) R 22508 22508 22071 0 -1 4202560 31772 0 0 0 6889 10 0 0 20 0 8 0 390902127 623001600 109195 33554432000 134512640 146736320 4294369408 3939442056 135999617 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22602] ppid=22508 vsize=608400 CPUtime=68.5 cores=1,3,5,7
/proc/22509/task/22602/stat : 22602 (pb_cplex) R 22508 22508 22071 0 -1 4202560 29834 0 0 0 6840 10 0 0 20 0 8 0 390902127 623001600 109195 33554432000 134512640 146736320 4294369408 3928956968 139044550 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22603] ppid=22508 vsize=608400 CPUtime=69.24 cores=1,3,5,7
/proc/22509/task/22603/stat : 22603 (pb_cplex) R 22508 22508 22071 0 -1 4202560 32544 0 0 0 6913 11 0 0 20 0 8 0 390902127 623001600 109195 33554432000 134512640 146736320 4294369408 3918470232 136007605 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1059.56
Current children cumulated vsize (KiB) 617548

[startup+702.3 s]
/proc/loadavg: 7.75 5.69 4.75 13/193 22607
/proc/meminfo: memFree=30055036/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
[pid=22509] ppid=22508 vsize=608136 CPUtime=1298.63 cores=1,3,5,7
/proc/22509/stat : 22509 (pb_cplex) R 22508 22508 22071 0 -1 4202496 789561 0 0 0 129673 190 0 0 20 0 8 0 390867115 622731264 112499 33554432000 134512640 146736320 4294369408 4294362120 139042981 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22509/statm: 152034 112499 970 2985 0 148968 0
[pid=22509/tid=22597] ppid=22508 vsize=608136 CPUtime=99.23 cores=1,3,5,7
/proc/22509/task/22597/stat : 22597 (pb_cplex) R 22508 22508 22071 0 -1 4202560 45191 0 0 0 9908 15 0 0 20 0 8 0 390902127 622731264 112499 33554432000 134512640 146736320 4294369408 3978645544 139044580 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22598] ppid=22508 vsize=608136 CPUtime=98.67 cores=1,3,5,7
/proc/22509/task/22598/stat : 22598 (pb_cplex) R 22508 22508 22071 0 -1 4202560 43112 0 0 0 9853 14 0 0 20 0 8 0 390902127 622731264 112499 33554432000 134512640 146736320 4294369408 4035961424 136403129 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22599] ppid=22508 vsize=608136 CPUtime=98.36 cores=1,3,5,7
/proc/22509/task/22599/stat : 22599 (pb_cplex) R 22508 22508 22071 0 -1 4202560 28598 0 0 0 9825 11 0 0 20 0 8 0 390902127 622731264 112499 33554432000 134512640 146736320 4294369408 4046447184 136403117 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22600] ppid=22508 vsize=608136 CPUtime=98.72 cores=1,3,5,7
/proc/22509/task/22600/stat : 22600 (pb_cplex) R 22508 22508 22071 0 -1 4202560 31226 0 0 0 9862 10 0 0 20 0 8 0 390902127 622731264 112499 33554432000 134512640 146736320 4294369408 4020588696 136007059 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22601] ppid=22508 vsize=608136 CPUtime=98.66 cores=1,3,5,7
/proc/22509/task/22601/stat : 22601 (pb_cplex) R 22508 22508 22071 0 -1 4202560 46715 0 0 0 9851 15 0 0 20 0 8 0 390902127 622731264 112499 33554432000 134512640 146736320 4294369408 3939442840 136006931 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22602] ppid=22508 vsize=608136 CPUtime=98.5 cores=1,3,5,7
/proc/22509/task/22602/stat : 22602 (pb_cplex) R 22508 22508 22071 0 -1 4202560 29836 0 0 0 9840 10 0 0 20 0 8 0 390902127 622731264 112499 33554432000 134512640 146736320 4294369408 3928957080 136007616 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22603] ppid=22508 vsize=608136 CPUtime=99.24 cores=1,3,5,7
/proc/22509/task/22603/stat : 22603 (pb_cplex) R 22508 22508 22071 0 -1 4202560 37826 0 0 0 9911 13 0 0 20 0 8 0 390902127 622731264 112499 33554432000 134512640 146736320 4294369408 3918471240 139042895 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1298.63
Current children cumulated vsize (KiB) 617284

[startup+762.307 s]
/proc/loadavg: 7.94 6.12 4.96 17/193 22607
/proc/meminfo: memFree=30053876/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
[pid=22509] ppid=22508 vsize=608136 CPUtime=1537.74 cores=1,3,5,7
/proc/22509/stat : 22509 (pb_cplex) R 22508 22508 22071 0 -1 4202496 837400 0 0 0 153570 204 0 0 20 0 8 0 390867115 622731264 112666 33554432000 134512640 146736320 4294369408 4294362200 136007053 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22509/statm: 152034 112666 970 2985 0 148968 0
[pid=22509/tid=22597] ppid=22508 vsize=608136 CPUtime=129.24 cores=1,3,5,7
/proc/22509/task/22597/stat : 22597 (pb_cplex) R 22508 22508 22071 0 -1 4202560 57173 0 0 0 12906 18 0 0 20 0 8 0 390902127 622731264 112666 33554432000 134512640 146736320 4294369408 3978645656 136007643 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22598] ppid=22508 vsize=608136 CPUtime=128.55 cores=1,3,5,7
/proc/22509/task/22598/stat : 22598 (pb_cplex) R 22508 22508 22071 0 -1 4202560 53085 0 0 0 12838 17 0 0 20 0 8 0 390902127 622731264 112666 33554432000 134512640 146736320 4294369408 4035961224 136388106 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22599] ppid=22508 vsize=608136 CPUtime=128.06 cores=1,3,5,7
/proc/22509/task/22599/stat : 22599 (pb_cplex) R 22508 22508 22071 0 -1 4202560 28903 0 0 0 12794 12 0 0 20 0 8 0 390902127 622731264 112666 33554432000 134512640 146736320 4294369408 4046446640 136384857 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22600] ppid=22508 vsize=608136 CPUtime=128.71 cores=1,3,5,7
/proc/22509/task/22600/stat : 22600 (pb_cplex) R 22508 22508 22071 0 -1 4202560 31226 0 0 0 12860 11 0 0 20 0 8 0 390902127 622731264 112666 33554432000 134512640 146736320 4294369408 4020588696 136007027 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22601] ppid=22508 vsize=608136 CPUtime=128.29 cores=1,3,5,7
/proc/22509/task/22601/stat : 22601 (pb_cplex) R 22508 22508 22071 0 -1 4202560 60056 0 0 0 12811 18 0 0 20 0 8 0 390902127 622731264 112666 33554432000 134512640 146736320 4294369408 3939442800 136384857 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22602] ppid=22508 vsize=608136 CPUtime=128.32 cores=1,3,5,7
/proc/22509/task/22602/stat : 22602 (pb_cplex) R 22508 22508 22071 0 -1 4202560 29838 0 0 0 12821 11 0 0 20 0 8 0 390902127 622731264 112666 33554432000 134512640 146736320 4294369408 3928957080 136007643 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22603] ppid=22508 vsize=608136 CPUtime=129.64 cores=1,3,5,7
/proc/22509/task/22603/stat : 22603 (pb_cplex) R 22508 22508 22071 0 -1 4202560 50062 0 0 0 12948 16 0 0 20 0 8 0 390902127 622731264 112666 33554432000 134512640 146736320 4294369408 3918471240 139042878 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1537.74
Current children cumulated vsize (KiB) 617284

[startup+822.3 s]
/proc/loadavg: 7.98 6.46 5.15 15/193 22607
/proc/meminfo: memFree=30051772/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
[pid=22509] ppid=22508 vsize=608988 CPUtime=1776.79 cores=1,3,5,7
/proc/22509/stat : 22509 (pb_cplex) R 22508 22508 22071 0 -1 4202496 886015 0 0 0 177464 215 0 0 20 0 8 0 390867115 623603712 112872 33554432000 134512640 146736320 4294369408 4294362640 136403112 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22509/statm: 152247 112872 970 2985 0 149181 0
[pid=22509/tid=22597] ppid=22508 vsize=608988 CPUtime=159.12 cores=1,3,5,7
/proc/22509/task/22597/stat : 22597 (pb_cplex) R 22508 22508 22071 0 -1 4202560 68099 0 0 0 15890 22 0 0 20 0 8 0 390902127 623603712 112872 33554432000 134512640 146736320 4294369408 3978645656 136007605 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22598] ppid=22508 vsize=608988 CPUtime=158.44 cores=1,3,5,7
/proc/22509/task/22598/stat : 22598 (pb_cplex) R 22508 22508 22071 0 -1 4202560 62680 0 0 0 15824 20 0 0 20 0 8 0 390902127 623603712 112872 33554432000 134512640 146736320 4294369408 4035960872 139044499 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22599] ppid=22508 vsize=608988 CPUtime=158.06 cores=1,3,5,7
/proc/22509/task/22599/stat : 22599 (pb_cplex) R 22508 22508 22071 0 -1 4202560 39701 0 0 0 15791 15 0 0 20 0 8 0 390902127 623603712 112872 33554432000 134512640 146736320 4294369408 4046446852 136400705 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22600] ppid=22508 vsize=608988 CPUtime=158.85 cores=1,3,5,7
/proc/22509/task/22600/stat : 22600 (pb_cplex) R 22508 22508 22071 0 -1 4202560 31226 0 0 0 15873 12 0 0 20 0 8 0 390902127 623603712 112872 33554432000 134512640 146736320 4294369408 4020588656 136384857 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22601] ppid=22508 vsize=608988 CPUtime=158.03 cores=1,3,5,7
/proc/22509/task/22601/stat : 22601 (pb_cplex) R 22508 22508 22071 0 -1 4202560 64280 0 0 0 15783 20 0 0 20 0 8 0 390902127 623603712 112872 33554432000 134512640 146736320 4294369408 3939443280 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22602] ppid=22508 vsize=608988 CPUtime=158.38 cores=1,3,5,7
/proc/22509/task/22602/stat : 22602 (pb_cplex) R 22508 22508 22071 0 -1 4202560 31305 0 0 0 15826 12 0 0 20 0 8 0 390902127 623603712 112872 33554432000 134512640 146736320 4294369408 3928957000 139042895 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22603] ppid=22508 vsize=608988 CPUtime=159.48 cores=1,3,5,7
/proc/22509/task/22603/stat : 22603 (pb_cplex) R 22508 22508 22071 0 -1 4202560 61667 0 0 0 15928 20 0 0 20 0 8 0 390902127 623603712 112872 33554432000 134512640 146736320 4294369408 3918471320 136007661 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1776.79
Current children cumulated vsize (KiB) 618136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+828.2 s]
/proc/loadavg: 7.98 6.49 5.16 11/193 22607
/proc/meminfo: memFree=30051648/32873648 swapFree=6860/6860
[pid=22508] ppid=22506 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22508/stat : 22508 (run) S 22506 22508 22071 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390867115 9367552 270 33554432000 4194304 5064252 140737198640352 140737198639264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22508/statm: 2287 270 229 213 0 72 0
[pid=22509] ppid=22508 vsize=608988 CPUtime=1800.36 cores=1,3,5,7
/proc/22509/stat : 22509 (pb_cplex) R 22508 22508 22071 0 -1 4202496 890975 0 0 0 179819 217 0 0 20 0 8 0 390867115 623603712 112875 33554432000 134512640 146736320 4294369408 4294362200 136007059 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22509/statm: 152247 112875 970 2985 0 149181 0
[pid=22509/tid=22597] ppid=22508 vsize=608988 CPUtime=162.04 cores=1,3,5,7
/proc/22509/task/22597/stat : 22597 (pb_cplex) R 22508 22508 22071 0 -1 4202560 69218 0 0 0 16182 22 0 0 20 0 8 0 390902127 623603712 112875 33554432000 134512640 146736320 4294369408 3978645780 136004461 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22598] ppid=22508 vsize=608988 CPUtime=161.4 cores=1,3,5,7
/proc/22509/task/22598/stat : 22598 (pb_cplex) R 22508 22508 22071 0 -1 4202560 63893 0 0 0 16120 20 0 0 20 0 8 0 390902127 623603712 112875 33554432000 134512640 146736320 4294369408 4035961424 136403117 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22599] ppid=22508 vsize=608988 CPUtime=160.88 cores=1,3,5,7
/proc/22509/task/22599/stat : 22599 (pb_cplex) R 22508 22508 22071 0 -1 4202560 40531 0 0 0 16073 15 0 0 20 0 8 0 390902127 623603712 112875 33554432000 134512640 146736320 4294369408 4046446744 136007059 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22600] ppid=22508 vsize=608988 CPUtime=161.81 cores=1,3,5,7
/proc/22509/task/22600/stat : 22600 (pb_cplex) R 22508 22508 22071 0 -1 4202560 31226 0 0 0 16169 12 0 0 20 0 8 0 390902127 623603712 112875 33554432000 134512640 146736320 4294369408 4020588696 136007616 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22601] ppid=22508 vsize=608988 CPUtime=160.86 cores=1,3,5,7
/proc/22509/task/22601/stat : 22601 (pb_cplex) R 22508 22508 22071 0 -1 4202560 64280 0 0 0 16066 20 0 0 20 0 8 0 390902127 623603712 112875 33554432000 134512640 146736320 4294369408 3939442840 136006931 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22602] ppid=22508 vsize=608988 CPUtime=161.34 cores=1,3,5,7
/proc/22509/task/22602/stat : 22602 (pb_cplex) R 22508 22508 22071 0 -1 4202560 31911 0 0 0 16122 12 0 0 20 0 8 0 390902127 623603712 112875 33554432000 134512640 146736320 4294369408 3928957520 136403109 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22603] ppid=22508 vsize=608988 CPUtime=162.43 cores=1,3,5,7
/proc/22509/task/22603/stat : 22603 (pb_cplex) R 22508 22508 22071 0 -1 4202560 62859 0 0 0 16223 20 0 0 20 0 8 0 390902127 623603712 112875 33554432000 134512640 146736320 4294369408 3918471320 136007674 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 618136

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 22508 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): 828.232
CPU time (s): 1800.36
CPU user time (s): 1798.19
CPU system time (s): 2.17
CPU usage (%): 217.374
Max. virtual memory (cumulated for all children) (KiB): 621476

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= 354
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= 1

runsolver used 2.0027 second user time and 5.12222 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-09 15:10:11
IDJOB=3733226
IDBENCH=2261
IDSOLVER=2325
FILE ID=node116/3733226-1339247410
RUNJOBID= node116-1339246833-22088
PBS_JOBID= 14644365
Free space on /tmp= 70880 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/frb50-23-opb/normalized-frb50-23-3.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733226-1339247410/watcher-3733226-1339247410 -o /tmp/evaluation-result-3733226-1339247410/solver-3733226-1339247410 -C 1800 -W 1900 -M 15500  run HOME/instance-3733226-1339247410.opb

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

MD5SUM BENCH= 29f577041bedcbf69a98210424b233be
RANDOM SEED=1091329772

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.90
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.556
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:        30388648 kB
Buffers:          403772 kB
Cached:          1008392 kB
SwapCached:         3172 kB
Active:          1455872 kB
Inactive:         108924 kB
Active(anon):     147252 kB
Inactive(anon):     5740 kB
Active(file):    1308620 kB
Inactive(file):   103184 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67100548 kB
Dirty:             18304 kB
Writeback:             0 kB
AnonPages:        257520 kB
Mapped:            14524 kB
Shmem:                 0 kB
Slab:             781984 kB
SReclaimable:     226344 kB
SUnreclaim:       555640 kB
KernelStack:        1608 kB
PageTables:         4576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     279524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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-3733226-1339247410.opb

Free space on /tmp at the end= 70864 MiB
End job on node116 at 2012-06-09 15:24:01