Trace number 3733281

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.31 1714.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-4.opb
MD5SUM937ec96fd1742e5ed6250d14e65c707b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-54
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -57
Optimality of the best value was proved NO
Number of variables1534
Total number of constraints127011
Number of constraints which are clauses127011
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 1534
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 1534
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 1534
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-3733281-1339247467.opb.
0.00/0.00	c Instance file HOME/instance-3733281-1339247467.opb
0.00/0.00	c File size is 3133648 bytes.
0.00/0.55	c Highest Coefficient sum: 3
0.00/0.55	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.62	c ============================[ Problem Statistics ]=============================
0.00/0.62	c |                                                                             |
0.00/0.62	c |  Parsing time:          0.60         s                                      |
0.00/0.62	c |  Number Variables:      1534                                                |
0.00/0.63	c |  Number Constraints:    127011                                              |
0.00/0.63	c ===============================================================================
1800.31/1714.61	c Remaining time 1799.39 sec.
1800.31/1714.61	c 
1800.31/1714.61	c *** INTERRUPTED ***
1800.31/1714.61	s UNKNOWN
1800.31/1714.61	c Total CPU time              : 1797.94 s
1800.31/1714.61	c Memory used           : 889.41 MB
1800.31/1714.61	c CPU time              : 1797.94 s
1800.31/1714.61	c 
1800.31/1714.61	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3733281-1339247467/watcher-3733281-1339247467 -o /tmp/evaluation-result-3733281-1339247467/solver-3733281-1339247467 -C 1800 -W 1900 -M 15500 run HOME/instance-3733281-1339247467.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: 10.01 9.15 4.98 3/184 3817
/proc/meminfo: memFree=28585904/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0

[startup+0.067793 s]
/proc/loadavg: 10.01 9.15 4.98 3/184 3817
/proc/meminfo: memFree=28585904/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100267 s]
/proc/loadavg: 10.01 9.15 4.98 3/184 3817
/proc/meminfo: memFree=28585904/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300184 s]
/proc/loadavg: 10.01 9.15 4.98 3/184 3817
/proc/meminfo: memFree=28585904/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700313 s]
/proc/loadavg: 10.01 9.15 4.98 3/184 3817
/proc/meminfo: memFree=28585904/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 10.01 9.15 4.98 9/186 3819
/proc/meminfo: memFree=28525560/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
[pid=3818] ppid=3817 vsize=67780 CPUtime=1.49 cores=1,3,5,7
/proc/3818/stat : 3818 (pb_cplex) R 3817 3817 3259 0 -1 4202496 21468 0 0 0 146 3 0 0 20 0 1 0 390875226 69406720 14158 33554432000 134512640 146736320 4288515648 4288513808 138730370 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3818/statm: 16945 14158 656 2985 0 13879 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76928

[startup+3.10036 s]
/proc/loadavg: 10.01 9.15 4.98 10/186 3819
/proc/meminfo: memFree=28535572/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
[pid=3818] ppid=3817 vsize=165096 CPUtime=3.09 cores=1,3,5,7
/proc/3818/stat : 3818 (pb_cplex) R 3817 3817 3259 0 -1 4202496 37017 0 0 0 302 7 0 0 20 0 1 0 390875226 169058304 20622 33554432000 134512640 146736320 4288515648 4288510632 136015607 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3818/statm: 41274 20622 783 2985 0 38208 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 174244

[startup+6.30028 s]
/proc/loadavg: 9.68 9.10 4.98 7/186 3819
/proc/meminfo: memFree=28497812/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
[pid=3818] ppid=3817 vsize=165900 CPUtime=6.29 cores=1,3,5,7
/proc/3818/stat : 3818 (pb_cplex) R 3817 3817 3259 0 -1 4202496 37228 0 0 0 622 7 0 0 20 0 1 0 390875226 169881600 20822 33554432000 134512640 146736320 4288515648 4288510540 136016736 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3818/statm: 41475 20822 783 2985 0 38409 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 175048

[startup+12.7003 s]
/proc/loadavg: 9.15 9.00 4.97 9/186 3819
/proc/meminfo: memFree=28488412/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
[pid=3818] ppid=3817 vsize=165900 CPUtime=12.69 cores=1,3,5,7
/proc/3818/stat : 3818 (pb_cplex) R 3817 3817 3259 0 -1 4202496 37233 0 0 0 1262 7 0 0 20 0 1 0 390875226 169881600 20827 33554432000 134512640 146736320 4288515648 4288510600 136461859 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3818/statm: 41475 20827 783 2985 0 38409 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 175048

[startup+25.5004 s]
/proc/loadavg: 7.63 8.67 4.93 3/179 4016
/proc/meminfo: memFree=29381092/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
[pid=3818] ppid=3817 vsize=230884 CPUtime=25.48 cores=1,3,5,7
/proc/3818/stat : 3818 (pb_cplex) R 3817 3817 3259 0 -1 4202496 44466 0 0 0 2539 9 0 0 20 0 1 0 390875226 236425216 31572 33554432000 134512640 146736320 4288515648 4288508360 135526330 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3818/statm: 57721 31572 848 2985 0 54655 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 240032

[startup+51.1003 s]
/proc/loadavg: 5.71 8.13 4.85 3/179 4016
/proc/meminfo: memFree=29267388/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
[pid=3818] ppid=3817 vsize=268052 CPUtime=51.07 cores=1,3,5,7
/proc/3818/stat : 3818 (pb_cplex) R 3817 3817 3259 0 -1 4202496 55625 0 0 0 5095 12 0 0 20 0 1 0 390875226 274485248 39764 33554432000 134512640 146736320 4288515648 4288511488 137701405 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3818/statm: 67013 39764 876 2985 0 63947 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 277200

[startup+102.308 s]
/proc/loadavg: 7.02 8.11 5.01 10/186 4023
/proc/meminfo: memFree=28898028/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
[pid=3818] ppid=3817 vsize=253352 CPUtime=102.27 cores=1,3,5,7
/proc/3818/stat : 3818 (pb_cplex) R 3817 3817 3259 0 -1 4202496 97221 0 0 0 10201 26 0 0 20 0 1 0 390875226 259432448 39399 33554432000 134512640 146736320 4288515648 4288509836 136017505 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3818/statm: 63338 39399 906 2985 0 60272 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 262500

[startup+162.3 s]
/proc/loadavg: 7.90 8.19 5.23 8/186 4023
/proc/meminfo: memFree=28880064/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
[pid=3818] ppid=3817 vsize=254440 CPUtime=162.25 cores=1,3,5,7
/proc/3818/stat : 3818 (pb_cplex) R 3817 3817 3259 0 -1 4202496 104366 0 0 0 16196 29 0 0 20 0 1 0 390875226 260546560 40652 33554432000 134512640 146736320 4288515648 4288509836 136017489 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3818/statm: 63610 40652 906 2985 0 60544 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 263588

[startup+222.3 s]
/proc/loadavg: 7.57 7.96 5.33 10/186 4023
/proc/meminfo: memFree=28851576/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
[pid=3818] ppid=3817 vsize=255096 CPUtime=222.25 cores=1,3,5,7
/proc/3818/stat : 3818 (pb_cplex) R 3817 3817 3259 0 -1 4202496 111907 0 0 0 22193 32 0 0 20 0 1 0 390875226 261218304 40814 33554432000 134512640 146736320 4288515648 4288509836 136017760 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3818/statm: 63774 40814 906 2985 0 60708 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 264244

[startup+282.3 s]
/proc/loadavg: 7.57 7.94 5.49 7/186 4024
/proc/meminfo: memFree=28841032/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
[pid=3818] ppid=3817 vsize=255204 CPUtime=282.24 cores=1,3,5,7
/proc/3818/stat : 3818 (pb_cplex) R 3817 3817 3259 0 -1 4202496 118788 0 0 0 28189 35 0 0 20 0 1 0 390875226 261328896 40839 33554432000 134512640 146736320 4288515648 4288509724 135854535 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3818/statm: 63801 40839 906 2985 0 60735 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 264352

[startup+342.3 s]
/proc/loadavg: 7.77 7.86 5.61 10/186 4024
/proc/meminfo: memFree=28859268/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
[pid=3818] ppid=3817 vsize=256008 CPUtime=342.23 cores=1,3,5,7
/proc/3818/stat : 3818 (pb_cplex) R 3817 3817 3259 0 -1 4202496 126475 0 0 0 34184 39 0 0 20 0 1 0 390875226 262152192 41026 33554432000 134512640 146736320 4288515648 4288509836 136017787 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3818/statm: 64002 41026 906 2985 0 60936 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 265156

[startup+402.3 s]
/proc/loadavg: 7.04 7.72 5.71 3/186 4024
/proc/meminfo: memFree=28843092/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/3818/statm: 142487 96986 964 2985 0 139421 0
[pid=3818/tid=4102] ppid=3817 vsize=569948 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4102/stat : 4102 (pb_cplex) S 3817 3817 3259 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390988006 583626752 96986 33554432000 134512640 146736320 4288515648 3946790544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4103] ppid=3817 vsize=569948 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4103/stat : 4103 (pb_cplex) S 3817 3817 3259 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390988006 583626752 96986 33554432000 134512640 146736320 4288515648 3957276304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3818/tid=4104] ppid=3817 vsize=569948 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4104/stat : 4104 (pb_cplex) S 3817 3817 3259 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390988006 583626752 96986 33554432000 134512640 146736320 4288515648 3997445776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3818/tid=4105] ppid=3817 vsize=569948 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4105/stat : 4105 (pb_cplex) S 3817 3817 3259 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390988006 583626752 96986 33554432000 134512640 146736320 4288515648 3936304784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4106] ppid=3817 vsize=569948 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4106/stat : 4106 (pb_cplex) S 3817 3817 3259 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390988006 583626752 96986 33554432000 134512640 146736320 4288515648 3768696464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4107] ppid=3817 vsize=569948 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4107/stat : 4107 (pb_cplex) S 3817 3817 3259 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390988006 583626752 96986 33554432000 134512640 146736320 4288515648 3758210704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3818/tid=4108] ppid=3817 vsize=569948 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4108/stat : 4108 (pb_cplex) S 3817 3817 3259 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390988006 583626752 96986 33554432000 134512640 146736320 4288515648 3747724944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1432.04
Current children cumulated vsize (KiB) 579096

[startup+1482.3 s]
/proc/loadavg: 4.29 5.19 5.39 10/194 4214
/proc/meminfo: memFree=28969496/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
[pid=3818] ppid=3817 vsize=570088 CPUtime=1492.03 cores=1,3,5,7
/proc/3818/stat : 3818 (pb_cplex) R 3817 3817 3259 0 -1 4202496 568977 0 0 0 149006 197 0 0 20 0 8 0 390875226 583770112 100427 33554432000 134512640 146736320 4288515648 4288508328 139044554 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3818/statm: 142522 100427 964 2985 0 139456 0
[pid=3818/tid=4102] ppid=3817 vsize=570088 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4102/stat : 4102 (pb_cplex) S 3817 3817 3259 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390988006 583770112 100427 33554432000 134512640 146736320 4288515648 3946790544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4103] ppid=3817 vsize=570088 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4103/stat : 4103 (pb_cplex) S 3817 3817 3259 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390988006 583770112 100427 33554432000 134512640 146736320 4288515648 3957276304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3818/tid=4104] ppid=3817 vsize=570088 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4104/stat : 4104 (pb_cplex) S 3817 3817 3259 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390988006 583770112 100427 33554432000 134512640 146736320 4288515648 3997445776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3818/tid=4105] ppid=3817 vsize=570088 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4105/stat : 4105 (pb_cplex) S 3817 3817 3259 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390988006 583770112 100427 33554432000 134512640 146736320 4288515648 3936304784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4106] ppid=3817 vsize=570088 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4106/stat : 4106 (pb_cplex) S 3817 3817 3259 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390988006 583770112 100427 33554432000 134512640 146736320 4288515648 3768696464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4107] ppid=3817 vsize=570088 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4107/stat : 4107 (pb_cplex) S 3817 3817 3259 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390988006 583770112 100427 33554432000 134512640 146736320 4288515648 3758210704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3818/tid=4108] ppid=3817 vsize=570088 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4108/stat : 4108 (pb_cplex) S 3817 3817 3259 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390988006 583770112 100427 33554432000 134512640 146736320 4288515648 3747724944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1492.03
Current children cumulated vsize (KiB) 579236

[startup+1542.3 s]
/proc/loadavg: 6.90 5.80 5.58 6/193 4215
/proc/meminfo: memFree=28957776/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
[pid=3818] ppid=3817 vsize=570744 CPUtime=1552.01 cores=1,3,5,7
/proc/3818/stat : 3818 (pb_cplex) R 3817 3817 3259 0 -1 4202496 591654 0 0 0 155000 201 0 0 20 0 8 0 390875226 584441856 100658 33554432000 134512640 146736320 4288515648 4288508360 139042910 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3818/statm: 142686 100658 964 2985 0 139620 0
[pid=3818/tid=4102] ppid=3817 vsize=570744 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4102/stat : 4102 (pb_cplex) S 3817 3817 3259 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390988006 584441856 100658 33554432000 134512640 146736320 4288515648 3946790544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4103] ppid=3817 vsize=570744 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4103/stat : 4103 (pb_cplex) S 3817 3817 3259 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390988006 584441856 100658 33554432000 134512640 146736320 4288515648 3957276304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3818/tid=4104] ppid=3817 vsize=570744 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4104/stat : 4104 (pb_cplex) S 3817 3817 3259 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390988006 584441856 100658 33554432000 134512640 146736320 4288515648 3997445776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3818/tid=4105] ppid=3817 vsize=570744 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4105/stat : 4105 (pb_cplex) S 3817 3817 3259 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390988006 584441856 100658 33554432000 134512640 146736320 4288515648 3936304784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4106] ppid=3817 vsize=570744 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4106/stat : 4106 (pb_cplex) S 3817 3817 3259 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390988006 584441856 100658 33554432000 134512640 146736320 4288515648 3768696464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4107] ppid=3817 vsize=570744 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4107/stat : 4107 (pb_cplex) S 3817 3817 3259 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390988006 584441856 100658 33554432000 134512640 146736320 4288515648 3758210704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3818/tid=4108] ppid=3817 vsize=570744 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4108/stat : 4108 (pb_cplex) S 3817 3817 3259 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390988006 584441856 100658 33554432000 134512640 146736320 4288515648 3747724944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1552.01
Current children cumulated vsize (KiB) 579892

[startup+1602.3 s]
/proc/loadavg: 7.86 6.23 5.74 10/193 4215
/proc/meminfo: memFree=28971748/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
[pid=3818] ppid=3817 vsize=571580 CPUtime=1612.01 cores=1,3,5,7
/proc/3818/stat : 3818 (pb_cplex) R 3817 3817 3259 0 -1 4202496 605523 0 0 0 160995 206 0 0 20 0 8 0 390875226 585297920 100712 33554432000 134512640 146736320 4288515648 4288508440 136007668 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3818/statm: 142895 100712 964 2985 0 139829 0
[pid=3818/tid=4102] ppid=3817 vsize=571580 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4102/stat : 4102 (pb_cplex) S 3817 3817 3259 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390988006 585297920 100712 33554432000 134512640 146736320 4288515648 3946790544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4103] ppid=3817 vsize=571580 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4103/stat : 4103 (pb_cplex) S 3817 3817 3259 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390988006 585297920 100712 33554432000 134512640 146736320 4288515648 3957276304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3818/tid=4104] ppid=3817 vsize=571580 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4104/stat : 4104 (pb_cplex) S 3817 3817 3259 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390988006 585297920 100712 33554432000 134512640 146736320 4288515648 3997445776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3818/tid=4105] ppid=3817 vsize=571580 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4105/stat : 4105 (pb_cplex) S 3817 3817 3259 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390988006 585297920 100712 33554432000 134512640 146736320 4288515648 3936304784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4106] ppid=3817 vsize=571580 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4106/stat : 4106 (pb_cplex) S 3817 3817 3259 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390988006 585297920 100712 33554432000 134512640 146736320 4288515648 3768696464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4107] ppid=3817 vsize=571580 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4107/stat : 4107 (pb_cplex) S 3817 3817 3259 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390988006 585297920 100712 33554432000 134512640 146736320 4288515648 3758210704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3818/tid=4108] ppid=3817 vsize=571580 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4108/stat : 4108 (pb_cplex) S 3817 3817 3259 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390988006 585297920 100712 33554432000 134512640 146736320 4288515648 3747724944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1612.01
Current children cumulated vsize (KiB) 580728

[startup+1662.3 s]
/proc/loadavg: 7.93 6.55 5.88 7/193 4215
/proc/meminfo: memFree=28969936/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
[pid=3818] ppid=3817 vsize=571580 CPUtime=1672 cores=1,3,5,7
/proc/3818/stat : 3818 (pb_cplex) R 3817 3817 3259 0 -1 4202496 611931 0 0 0 166990 210 0 0 20 0 8 0 390875226 585297920 100712 33554432000 134512640 146736320 4288515648 4288508440 136007643 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3818/statm: 142895 100712 964 2985 0 139829 0
[pid=3818/tid=4102] ppid=3817 vsize=571580 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4102/stat : 4102 (pb_cplex) S 3817 3817 3259 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390988006 585297920 100712 33554432000 134512640 146736320 4288515648 3946790544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4103] ppid=3817 vsize=571580 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4103/stat : 4103 (pb_cplex) S 3817 3817 3259 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390988006 585297920 100712 33554432000 134512640 146736320 4288515648 3957276304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3818/tid=4104] ppid=3817 vsize=571580 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4104/stat : 4104 (pb_cplex) S 3817 3817 3259 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390988006 585297920 100712 33554432000 134512640 146736320 4288515648 3997445776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3818/tid=4105] ppid=3817 vsize=571580 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4105/stat : 4105 (pb_cplex) S 3817 3817 3259 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390988006 585297920 100712 33554432000 134512640 146736320 4288515648 3936304784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4106] ppid=3817 vsize=571580 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4106/stat : 4106 (pb_cplex) S 3817 3817 3259 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390988006 585297920 100712 33554432000 134512640 146736320 4288515648 3768696464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4107] ppid=3817 vsize=571580 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4107/stat : 4107 (pb_cplex) S 3817 3817 3259 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390988006 585297920 100712 33554432000 134512640 146736320 4288515648 3758210704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3818/tid=4108] ppid=3817 vsize=571580 CPUtime=0 cores=1,3,5,7
/proc/3818/task/4108/stat : 4108 (pb_cplex) S 3817 3817 3259 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390988006 585297920 100712 33554432000 134512640 146736320 4288515648 3747724944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1672
Current children cumulated vsize (KiB) 580728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1714.6 s]
/proc/loadavg: 9.93 7.17 6.12 13/193 4215
/proc/meminfo: memFree=28698952/32873844 swapFree=7384/7384
[pid=3817] ppid=3815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3817/stat : 3817 (run) S 3815 3817 3259 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390875226 9367552 270 33554432000 4194304 5064252 140735667610800 140735667609712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3817/statm: 2287 270 229 213 0 72 0
[pid=3818] ppid=3817 vsize=910748 CPUtime=1800.31 cores=1,3,5,7
/proc/3818/stat : 3818 (pb_cplex) R 3817 3817 3259 0 -1 4202496 663222 0 0 0 179792 239 0 0 20 0 8 0 390875226 932605952 167621 33554432000 134512640 146736320 4288515648 4288508440 136007616 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3818/statm: 227687 167621 964 2985 0 224621 0
[pid=3818/tid=4102] ppid=3817 vsize=910748 CPUtime=12.3 cores=1,3,5,7
/proc/3818/task/4102/stat : 4102 (pb_cplex) R 3817 3817 3259 0 -1 4202560 4652 0 0 0 1227 3 0 0 20 0 8 0 390988006 932605952 167621 33554432000 134512640 146736320 4288515648 3946786968 136007616 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=3818/tid=4103] ppid=3817 vsize=910748 CPUtime=12.47 cores=1,3,5,7
/proc/3818/task/4103/stat : 4103 (pb_cplex) R 3817 3817 3259 0 -1 4202560 5925 0 0 0 1244 3 0 0 20 0 8 0 390988006 932605952 167621 33554432000 134512640 146736320 4288515648 3957272728 136007616 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4104] ppid=3817 vsize=910748 CPUtime=12.98 cores=1,3,5,7
/proc/3818/task/4104/stat : 4104 (pb_cplex) R 3817 3817 3259 0 -1 4202560 5013 0 0 0 1295 3 0 0 20 0 8 0 390988006 932605952 167621 33554432000 134512640 146736320 4288515648 3997442200 136007053 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3818/tid=4105] ppid=3817 vsize=910748 CPUtime=12.92 cores=1,3,5,7
/proc/3818/task/4105/stat : 4105 (pb_cplex) R 3817 3817 3259 0 -1 4202560 6192 0 0 0 1289 3 0 0 20 0 8 0 390988006 932605952 167621 33554432000 134512640 146736320 4288515648 3936300948 136017502 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=3818/tid=4106] ppid=3817 vsize=910748 CPUtime=12.46 cores=1,3,5,7
/proc/3818/task/4106/stat : 4106 (pb_cplex) R 3817 3817 3259 0 -1 4202560 5828 0 0 0 1243 3 0 0 20 0 8 0 390988006 932605952 167621 33554432000 134512640 146736320 4288515648 3768693328 136403103 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3818/tid=4107] ppid=3817 vsize=910748 CPUtime=12.38 cores=1,3,5,7
/proc/3818/task/4107/stat : 4107 (pb_cplex) R 3817 3817 3259 0 -1 4202560 6129 0 0 0 1234 4 0 0 20 0 8 0 390988006 932605952 167621 33554432000 134512640 146736320 4288515648 3758207128 136007053 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3818/tid=4108] ppid=3817 vsize=910748 CPUtime=12.62 cores=1,3,5,7
/proc/3818/task/4108/stat : 4108 (pb_cplex) R 3817 3817 3259 0 -1 4202560 5492 0 0 0 1259 3 0 0 20 0 8 0 390988006 932605952 167621 33554432000 134512640 146736320 4288515648 3747721368 136007616 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 919896

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 3817 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.31
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1714.62
CPU time (s): 1800.31
CPU user time (s): 1797.92
CPU system time (s): 2.39
CPU usage (%): 104.998
Max. virtual memory (cumulated for all children) (KiB): 922476

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

runsolver used 4.53931 second user time and 11.2753 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-09 15:11:07
IDJOB=3733281
IDBENCH=2266
IDSOLVER=2325
FILE ID=node106/3733281-1339247467
RUNJOBID= node106-1339246834-3277
PBS_JOBID= 14644375
Free space on /tmp= 71008 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/frb59-26-opb/normalized-frb59-26-4.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733281-1339247467/watcher-3733281-1339247467 -o /tmp/evaluation-result-3733281-1339247467/solver-3733281-1339247467 -C 1800 -W 1900 -M 15500  run HOME/instance-3733281-1339247467.opb

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

MD5SUM BENCH= 937ec96fd1742e5ed6250d14e65c707b
RANDOM SEED=1816892596

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:       32873844 kB
MemFree:        28586540 kB
Buffers:          476348 kB
Cached:          1891676 kB
SwapCached:         2376 kB
Active:          1594448 kB
Inactive:        1744304 kB
Active(anon):     965352 kB
Inactive(anon):     5560 kB
Active(file):     629096 kB
Inactive(file):  1738744 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67100756 kB
Dirty:             19400 kB
Writeback:             0 kB
AnonPages:       1014436 kB
Mapped:            13016 kB
Shmem:                 0 kB
Slab:             805472 kB
SReclaimable:     247076 kB
SUnreclaim:       558396 kB
KernelStack:        1600 kB
PageTables:         6516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1003480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    411648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3733281-1339247467.opb

Free space on /tmp at the end= 71008 MiB
End job on node106 at 2012-06-09 15:39:44