Trace number 3733171

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.03 733.517

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-5.opb
MD5SUMdadfd792215a2bce735ffb7b3e25dcc5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-43
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints58579
Number of constraints which are clauses58579
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 945
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 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
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-3733171-1339247400.opb.
0.00/0.00	c Instance file HOME/instance-3733171-1339247400.opb
0.00/0.00	c File size is 1399605 bytes.
0.00/0.23	c Highest Coefficient sum: 3
0.00/0.23	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.26	c ============================[ Problem Statistics ]=============================
0.00/0.26	c |                                                                             |
0.00/0.26	c |  Parsing time:          0.26         s                                      |
0.00/0.26	c |  Number Variables:      945                                                 |
0.00/0.27	c |  Number Constraints:    58579                                               |
0.00/0.27	c ===============================================================================
1800.03/733.51	c Remaining time 1799.74 sec.
1800.03/733.51	c 
1800.03/733.51	c *** INTERRUPTED ***
1800.03/733.51	s UNKNOWN
1800.03/733.51	c Total CPU time              : 1797.27 s
1800.03/733.51	c Memory used           : 421.88 MB
1800.03/733.51	c CPU time              : 1797.28 s
1800.03/733.51	c 
1800.03/733.51	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-3733171-1339247400/watcher-3733171-1339247400 -o /tmp/evaluation-result-3733171-1339247400/solver-3733171-1339247400 -C 1800 -W 1900 -M 15500 run HOME/instance-3733171-1339247400.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 5.34 5.69 3.05 3/179 21350
/proc/meminfo: memFree=30526028/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0

[startup+0.0691749 s]
/proc/loadavg: 5.34 5.69 3.05 3/179 21350
/proc/meminfo: memFree=30526028/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100241 s]
/proc/loadavg: 5.34 5.69 3.05 3/179 21350
/proc/meminfo: memFree=30526028/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300254 s]
/proc/loadavg: 5.34 5.69 3.05 3/179 21350
/proc/meminfo: memFree=30526028/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700216 s]
/proc/loadavg: 5.34 5.69 3.05 3/179 21350
/proc/meminfo: memFree=30526028/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 5.34 5.69 3.05 3/182 21353
/proc/meminfo: memFree=30489340/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
[pid=21351] ppid=21350 vsize=73936 CPUtime=1.49 cores=0,2,4,6
/proc/21351/stat : 21351 (pb_cplex) R 21350 21350 20922 0 -1 4202496 15287 0 0 0 147 2 0 0 20 0 1 0 34706620 75710464 10346 33554432000 134512640 146736320 4289746848 4289741824 136001717 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21351/statm: 18484 10346 783 2985 0 15418 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83084

[startup+3.10026 s]
/proc/loadavg: 5.34 5.69 3.05 3/182 21355
/proc/meminfo: memFree=30486448/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
[pid=21351] ppid=21350 vsize=74532 CPUtime=3.09 cores=0,2,4,6
/proc/21351/stat : 21351 (pb_cplex) R 21350 21350 20922 0 -1 4202496 15459 0 0 0 307 2 0 0 20 0 1 0 34706620 76320768 10599 33554432000 134512640 146736320 4289746848 4289741772 136016736 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21351/statm: 18633 10599 783 2985 0 15567 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83680

[startup+6.30026 s]
/proc/loadavg: 5.15 5.64 3.05 3/182 21355
/proc/meminfo: memFree=30484572/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
[pid=21351] ppid=21350 vsize=75356 CPUtime=6.29 cores=0,2,4,6
/proc/21351/stat : 21351 (pb_cplex) R 21350 21350 20922 0 -1 4202496 15641 0 0 0 627 2 0 0 20 0 1 0 34706620 77164544 10781 33554432000 134512640 146736320 4289746848 4289741864 136015567 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21351/statm: 18839 10781 783 2985 0 15773 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84504

[startup+12.7003 s]
/proc/loadavg: 4.90 5.58 3.04 3/182 21355
/proc/meminfo: memFree=30456512/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
[pid=21351] ppid=21350 vsize=115600 CPUtime=12.69 cores=0,2,4,6
/proc/21351/stat : 21351 (pb_cplex) R 21350 21350 20922 0 -1 4202496 24462 0 0 0 1265 4 0 0 20 0 1 0 34706620 118374400 18494 33554432000 134512640 146736320 4289746848 4289742672 137698804 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21351/statm: 28900 18494 874 2985 0 25834 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124748

[startup+25.5003 s]
/proc/loadavg: 4.26 5.40 3.02 3/182 21355
/proc/meminfo: memFree=30463268/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
[pid=21351] ppid=21350 vsize=105852 CPUtime=25.48 cores=0,2,4,6
/proc/21351/stat : 21351 (pb_cplex) R 21350 21350 20922 0 -1 4202496 38996 0 0 0 2542 6 0 0 20 0 1 0 34706620 108392448 16254 33554432000 134512640 146736320 4289746848 4289740756 136017485 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21351/statm: 26463 16254 903 2985 0 23397 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 115000

[startup+51.1003 s]
/proc/loadavg: 3.49 5.13 3.00 3/182 21355
/proc/meminfo: memFree=30458180/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
[pid=21351] ppid=21350 vsize=107796 CPUtime=51.08 cores=0,2,4,6
/proc/21351/stat : 21351 (pb_cplex) R 21350 21350 20922 0 -1 4202496 58184 0 0 0 5099 9 0 0 20 0 1 0 34706620 110383104 17484 33554432000 134512640 146736320 4289746848 4289741068 136017669 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21351/statm: 26949 17484 903 2985 0 23883 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 116944

[startup+102.306 s]
/proc/loadavg: 2.64 4.65 2.94 3/181 21356
/proc/meminfo: memFree=30459440/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
[pid=21351] ppid=21350 vsize=103100 CPUtime=102.27 cores=0,2,4,6
/proc/21351/stat : 21351 (pb_cplex) R 21350 21350 20922 0 -1 4202496 115172 0 0 0 10209 18 0 0 20 0 1 0 34706620 105574400 17059 33554432000 134512640 146736320 4289746848 4289741456 136403117 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21351/statm: 25775 17059 905 2985 0 22709 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 112248

[startup+162.3 s]
/proc/loadavg: 2.23 4.16 2.88 3/181 21356
/proc/meminfo: memFree=30457804/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
[pid=21351] ppid=21350 vsize=103216 CPUtime=162.26 cores=0,2,4,6
/proc/21351/stat : 21351 (pb_cplex) R 21350 21350 20922 0 -1 4202496 191443 0 0 0 16191 35 0 0 20 0 1 0 34706620 105693184 17081 33554432000 134512640 146736320 4289746848 4289741068 136017755 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21351/statm: 25804 17081 905 2985 0 22738 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 112364

[startup+222.3 s]
/proc/loadavg: 2.08 3.76 2.82 3/181 21356
/proc/meminfo: memFree=30452376/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
[pid=21351] ppid=21350 vsize=103096 CPUtime=222.25 cores=0,2,4,6
/proc/21351/stat : 21351 (pb_cplex) R 21350 21350 20922 0 -1 4202496 264436 0 0 0 22176 49 0 0 20 0 1 0 34706620 105570304 17005 33554432000 134512640 146736320 4289746848 4289740684 136017846 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21351/statm: 25774 17005 905 2985 0 22708 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 112244

[startup+282.3 s]
/proc/loadavg: 2.03 3.44 2.77 3/188 21363
/proc/meminfo: memFree=30357236/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
[pid=21351] ppid=21350 vsize=280508 CPUtime=282.25 cores=0,2,4,6
/proc/21351/stat : 21351 (pb_cplex) R 21350 21350 20922 0 -1 4202496 350095 0 0 0 28161 64 0 0 20 0 8 0 34706620 287240192 35134 33554432000 134512640 146736320 4289746848 4289739724 136017760 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21351/statm: 70127 35134 938 2985 0 67061 0
[pid=21351/tid=21357] ppid=21350 vsize=280508 CPUtime=0 cores=0,2,4,6
/proc/21351/task/21357/stat : 21357 (pb_cplex) S 21350 21350 20922 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 34731175 287240192 35134 33554432000 134512640 146736320 4289746848 4048109200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21351/tid=21358] ppid=21350 vsize=280508 CPUtime=0 cores=0,2,4,6
/proc/21351/task/21358/stat : 21358 (pb_cplex) S 21350 21350 20922 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 34731175 287240192 35134 33554432000 134512640 146736320 4289746848 4037623440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21351/tid=21359] ppid=21350 vsize=280508 CPUtime=0 cores=0,2,4,6
/proc/21351/task/21359/stat : 21359 (pb_cplex) S 21350 21350 20922 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 34731175 287240192 35134 33554432000 134512640 146736320 4289746848 4027137680 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21351/tid=21360] ppid=21350 vsize=280508 CPUtime=0 cores=0,2,4,6
/proc/21351/task/21360/stat : 21360 (pb_cplex) S 21350 21350 20922 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 34731175 287240192 35134 33554432000 134512640 146736320 4289746848 4016651920 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21351/tid=21361] ppid=21350 vsize=280508 CPUtime=0 cores=0,2,4,6
/proc/21351/task/21361/stat : 21361 (pb_cplex) S 21350 21350 20922 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 34731175 287240192 35134 33554432000 134512640 146736320 4289746848 4006166160 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21351/tid=21362] ppid=21350 vsize=280508 CPUtime=0 cores=0,2,4,6
/proc/21351/task/21362/stat : 21362 (pb_cplex) S 21350 21350 20922 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 34731175 287240192 35134 33554432000 134512640 146736320 4289746848 3995680400 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21351/tid=21363] ppid=21350 vsize=280508 CPUtime=0 cores=0,2,4,6
/proc/21351/task/21363/stat : 21363 (pb_cplex) S 21350 21350 20922 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 34731175 287240192 35134 33554432000 134512640 146736320 4289746848 3985194640 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 289656

[startup+342.301 s]
/proc/loadavg: 2.01 3.18 2.72 3/188 21363

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

/proc/21351/statm: 107640 65554 968 2985 0 104574 0
[pid=21351/tid=21357] ppid=21350 vsize=430560 CPUtime=78.22 cores=0,2,4,6
/proc/21351/task/21357/stat : 21357 (pb_cplex) R 21350 21350 20922 0 -1 4202560 37355 0 0 0 7810 12 0 0 20 0 8 0 34731175 440893440 65554 33554432000 134512640 146736320 4289746848 4048105364 136017672 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21351/tid=21358] ppid=21350 vsize=430560 CPUtime=77.88 cores=0,2,4,6
/proc/21351/task/21358/stat : 21358 (pb_cplex) R 21350 21350 20922 0 -1 4202560 38516 0 0 0 7775 13 0 0 20 0 8 0 34731175 440893440 65554 33554432000 134512640 146736320 4289746848 4037619864 136007083 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21351/tid=21359] ppid=21350 vsize=430560 CPUtime=78.25 cores=0,2,4,6
/proc/21351/task/21359/stat : 21359 (pb_cplex) R 21350 21350 20922 0 -1 4202560 38509 0 0 0 7812 13 0 0 20 0 8 0 34731175 440893440 65554 33554432000 134512640 146736320 4289746848 4027134104 136006934 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21351/tid=21360] ppid=21350 vsize=430560 CPUtime=78.48 cores=0,2,4,6
/proc/21351/task/21360/stat : 21360 (pb_cplex) R 21350 21350 20922 0 -1 4202560 41974 0 0 0 7837 11 0 0 20 0 8 0 34731175 440893440 65554 33554432000 134512640 146736320 4289746848 4016648344 136007612 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21351/tid=21361] ppid=21350 vsize=430560 CPUtime=77.73 cores=0,2,4,6
/proc/21351/task/21361/stat : 21361 (pb_cplex) R 21350 21350 20922 0 -1 4202560 41475 0 0 0 7761 12 0 0 20 0 8 0 34731175 440893440 65554 33554432000 134512640 146736320 4289746848 4006162276 136389766 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21351/tid=21362] ppid=21350 vsize=430560 CPUtime=70.52 cores=0,2,4,6
/proc/21351/task/21362/stat : 21362 (pb_cplex) S 21350 21350 20922 0 -1 4202560 33413 0 0 0 7039 13 0 0 20 0 8 0 34731175 440893440 65554 33554432000 134512640 146736320 4289746848 3995680400 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21351/tid=21363] ppid=21350 vsize=430560 CPUtime=76.82 cores=0,2,4,6
/proc/21351/task/21363/stat : 21363 (pb_cplex) S 21350 21350 20922 0 -1 4202560 36239 0 0 0 7668 14 0 0 20 0 8 0 34731175 440893440 65554 33554432000 134512640 146736320 4289746848 3985194640 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 985.14
Current children cumulated vsize (KiB) 439708

[startup+582.3 s]
/proc/loadavg: 7.54 5.74 3.86 8/188 21364
/proc/meminfo: memFree=30222160/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
[pid=21351] ppid=21350 vsize=430864 CPUtime=1224.41 cores=0,2,4,6
/proc/21351/stat : 21351 (pb_cplex) R 21350 21350 20922 0 -1 4202496 837584 0 0 0 122238 203 0 0 20 0 8 0 34706620 441204736 65568 33554432000 134512640 146736320 4289746848 4289739624 136384746 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21351/statm: 107716 65568 968 2985 0 104650 0
[pid=21351/tid=21357] ppid=21350 vsize=430864 CPUtime=117.47 cores=0,2,4,6
/proc/21351/task/21357/stat : 21357 (pb_cplex) R 21350 21350 20922 0 -1 4202560 55112 0 0 0 11730 17 0 0 20 0 8 0 34731175 441204736 65568 33554432000 134512640 146736320 4289746848 4048106064 136403117 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21351/tid=21358] ppid=21350 vsize=430864 CPUtime=118.05 cores=0,2,4,6
/proc/21351/task/21358/stat : 21358 (pb_cplex) R 21350 21350 20922 0 -1 4202560 57348 0 0 0 11788 17 0 0 20 0 8 0 34731175 441204736 65568 33554432000 134512640 146736320 4289746848 4037619864 136007616 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21351/tid=21359] ppid=21350 vsize=430864 CPUtime=117.58 cores=0,2,4,6
/proc/21351/task/21359/stat : 21359 (pb_cplex) R 21350 21350 20922 0 -1 4202560 56305 0 0 0 11739 19 0 0 20 0 8 0 34731175 441204736 65568 33554432000 134512640 146736320 4289746848 4027133844 136017505 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21351/tid=21360] ppid=21350 vsize=430864 CPUtime=117.78 cores=0,2,4,6
/proc/21351/task/21360/stat : 21360 (pb_cplex) R 21350 21350 20922 0 -1 4202560 60627 0 0 0 11762 16 0 0 20 0 8 0 34731175 441204736 65568 33554432000 134512640 146736320 4289746848 4016648084 136017769 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21351/tid=21361] ppid=21350 vsize=430864 CPUtime=117.82 cores=0,2,4,6
/proc/21351/task/21361/stat : 21361 (pb_cplex) R 21350 21350 20922 0 -1 4202560 60941 0 0 0 11764 18 0 0 20 0 8 0 34731175 441204736 65568 33554432000 134512640 146736320 4289746848 4006162888 136001929 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21351/tid=21362] ppid=21350 vsize=430864 CPUtime=70.52 cores=0,2,4,6
/proc/21351/task/21362/stat : 21362 (pb_cplex) S 21350 21350 20922 0 -1 4202560 33413 0 0 0 7039 13 0 0 20 0 8 0 34731175 441204736 65568 33554432000 134512640 146736320 4289746848 3995680400 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21351/tid=21363] ppid=21350 vsize=430864 CPUtime=76.82 cores=0,2,4,6
/proc/21351/task/21363/stat : 21363 (pb_cplex) S 21350 21350 20922 0 -1 4202560 36239 0 0 0 7668 14 0 0 20 0 8 0 34731175 441204736 65568 33554432000 134512640 146736320 4289746848 3985194640 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1224.41
Current children cumulated vsize (KiB) 440012

[startup+642.3 s]
/proc/loadavg: 7.24 5.98 4.06 8/188 21367
/proc/meminfo: memFree=30221920/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
[pid=21351] ppid=21350 vsize=431028 CPUtime=1463.71 cores=0,2,4,6
/proc/21351/stat : 21351 (pb_cplex) R 21350 21350 20922 0 -1 4202496 945685 0 0 0 146136 235 0 0 20 0 8 0 34706620 441372672 65627 33554432000 134512640 146736320 4289746848 4289739672 136007661 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21351/statm: 107757 65627 968 2985 0 104691 0
[pid=21351/tid=21357] ppid=21350 vsize=431028 CPUtime=157.07 cores=0,2,4,6
/proc/21351/task/21357/stat : 21357 (pb_cplex) R 21350 21350 20922 0 -1 4202560 72273 0 0 0 15684 23 0 0 20 0 8 0 34731175 441372672 65627 33554432000 134512640 146736320 4289746848 4048105512 139044550 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21351/tid=21358] ppid=21350 vsize=431028 CPUtime=158.71 cores=0,2,4,6
/proc/21351/task/21358/stat : 21358 (pb_cplex) R 21350 21350 20922 0 -1 4202560 76272 0 0 0 15849 22 0 0 20 0 8 0 34731175 441372672 65627 33554432000 134512640 146736320 4289746848 4037619864 136007030 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21351/tid=21359] ppid=21350 vsize=431028 CPUtime=157.36 cores=0,2,4,6
/proc/21351/task/21359/stat : 21359 (pb_cplex) R 21350 21350 20922 0 -1 4202560 73733 0 0 0 15710 26 0 0 20 0 8 0 34731175 441372672 65627 33554432000 134512640 146736320 4289746848 4027134104 136007647 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21351/tid=21360] ppid=21350 vsize=431028 CPUtime=157.13 cores=0,2,4,6
/proc/21351/task/21360/stat : 21360 (pb_cplex) R 21350 21350 20922 0 -1 4202560 78345 0 0 0 15690 23 0 0 20 0 8 0 34731175 441372672 65627 33554432000 134512640 146736320 4289746848 4016648344 136007073 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21351/tid=21361] ppid=21350 vsize=431028 CPUtime=156.58 cores=0,2,4,6
/proc/21351/task/21361/stat : 21361 (pb_cplex) R 21350 21350 20922 0 -1 4202560 79682 0 0 0 15634 24 0 0 20 0 8 0 34731175 441372672 65627 33554432000 134512640 146736320 4289746848 4006162504 139042883 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21351/tid=21362] ppid=21350 vsize=431028 CPUtime=70.52 cores=0,2,4,6
/proc/21351/task/21362/stat : 21362 (pb_cplex) S 21350 21350 20922 0 -1 4202560 33413 0 0 0 7039 13 0 0 20 0 8 0 34731175 441372672 65627 33554432000 134512640 146736320 4289746848 3995680400 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21351/tid=21363] ppid=21350 vsize=431028 CPUtime=76.82 cores=0,2,4,6
/proc/21351/task/21363/stat : 21363 (pb_cplex) S 21350 21350 20922 0 -1 4202560 36239 0 0 0 7668 14 0 0 20 0 8 0 34731175 441372672 65627 33554432000 134512640 146736320 4289746848 3985194640 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1463.71
Current children cumulated vsize (KiB) 440176

[startup+702.3 s]
/proc/loadavg: 6.52 6.01 4.19 7/187 21368
/proc/meminfo: memFree=30219572/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
[pid=21351] ppid=21350 vsize=433020 CPUtime=1702.97 cores=0,2,4,6
/proc/21351/stat : 21351 (pb_cplex) S 21350 21350 20922 0 -1 4202496 1056003 0 0 0 170032 265 0 0 20 0 8 0 34706620 443412480 66085 33554432000 134512640 146736320 4289746848 4289743248 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21351/statm: 108255 66085 968 2985 0 105189 0
[pid=21351/tid=21357] ppid=21350 vsize=433020 CPUtime=205.26 cores=0,2,4,6
/proc/21351/task/21357/stat : 21357 (pb_cplex) R 21350 21350 20922 0 -1 4202560 93228 0 0 0 20496 30 0 0 20 0 8 0 34731175 443412480 66085 33554432000 134512640 146736320 4289746848 4048105624 136007661 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21351/tid=21358] ppid=21350 vsize=433020 CPUtime=203.11 cores=0,2,4,6
/proc/21351/task/21358/stat : 21358 (pb_cplex) R 21350 21350 20922 0 -1 4202560 97327 0 0 0 20283 28 0 0 20 0 8 0 34731175 443412480 66085 33554432000 134512640 146736320 4289746848 4037619864 136007053 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21351/tid=21359] ppid=21350 vsize=433020 CPUtime=204.03 cores=0,2,4,6
/proc/21351/task/21359/stat : 21359 (pb_cplex) R 21350 21350 20922 0 -1 4202560 95667 0 0 0 20370 33 0 0 20 0 8 0 34731175 443412480 66085 33554432000 134512640 146736320 4289746848 4027132936 139042888 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21351/tid=21360] ppid=21350 vsize=433020 CPUtime=204 cores=0,2,4,6
/proc/21351/task/21360/stat : 21360 (pb_cplex) R 21350 21350 20922 0 -1 4202560 99242 0 0 0 20370 30 0 0 20 0 8 0 34731175 443412480 66085 33554432000 134512640 146736320 4289746848 4016648284 135854509 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21351/tid=21361] ppid=21350 vsize=433020 CPUtime=204.19 cores=0,2,4,6
/proc/21351/task/21361/stat : 21361 (pb_cplex) R 21350 21350 20922 0 -1 4202560 102753 0 0 0 20387 32 0 0 20 0 8 0 34731175 443412480 66085 33554432000 134512640 146736320 4289746848 4006162584 136007053 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21351/tid=21362] ppid=21350 vsize=433020 CPUtime=70.52 cores=0,2,4,6
/proc/21351/task/21362/stat : 21362 (pb_cplex) S 21350 21350 20922 0 -1 4202560 33413 0 0 0 7039 13 0 0 20 0 8 0 34731175 443412480 66085 33554432000 134512640 146736320 4289746848 3995680400 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21351/tid=21363] ppid=21350 vsize=433020 CPUtime=76.82 cores=0,2,4,6
/proc/21351/task/21363/stat : 21363 (pb_cplex) S 21350 21350 20922 0 -1 4202560 36239 0 0 0 7668 14 0 0 20 0 8 0 34731175 443412480 66085 33554432000 134512640 146736320 4289746848 3985194640 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1702.97
Current children cumulated vsize (KiB) 442168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+733.5 s]
/proc/loadavg: 6.14 5.95 4.23 10/188 21369
/proc/meminfo: memFree=30218944/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
[pid=21351] ppid=21350 vsize=431996 CPUtime=1800.03 cores=0,2,4,6
/proc/21351/stat : 21351 (pb_cplex) R 21350 21350 20922 0 -1 4202496 1108374 0 0 0 179724 279 0 0 20 0 8 0 34706620 442363904 66102 33554432000 134512640 146736320 4289746848 4289739592 139042878 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21351/statm: 107999 66102 968 2985 0 104933 0
[pid=21351/tid=21357] ppid=21350 vsize=431996 CPUtime=218.52 cores=0,2,4,6
/proc/21351/task/21357/stat : 21357 (pb_cplex) R 21350 21350 20922 0 -1 4202560 99146 0 0 0 21820 32 0 0 20 0 8 0 34731175 442363904 66102 33554432000 134512640 146736320 4289746848 4048105624 136007065 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21351/tid=21358] ppid=21350 vsize=431996 CPUtime=229.31 cores=0,2,4,6
/proc/21351/task/21358/stat : 21358 (pb_cplex) R 21350 21350 20922 0 -1 4202560 114654 0 0 0 22899 32 0 0 20 0 8 0 34731175 442363904 66102 33554432000 134512640 146736320 4289746848 4037619864 136007647 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21351/tid=21359] ppid=21350 vsize=431996 CPUtime=216.84 cores=0,2,4,6
/proc/21351/task/21359/stat : 21359 (pb_cplex) R 21350 21350 20922 0 -1 4202560 102438 0 0 0 21649 35 0 0 20 0 8 0 34731175 442363904 66102 33554432000 134512640 146736320 4289746848 4027134544 136403109 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21351/tid=21360] ppid=21350 vsize=431996 CPUtime=231.06 cores=0,2,4,6
/proc/21351/task/21360/stat : 21360 (pb_cplex) R 21350 21350 20922 0 -1 4202560 114342 0 0 0 23073 33 0 0 20 0 8 0 34731175 442363904 66102 33554432000 134512640 146736320 4289746848 4016648084 136017485 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21351/tid=21361] ppid=21350 vsize=431996 CPUtime=208.97 cores=0,2,4,6
/proc/21351/task/21361/stat : 21361 (pb_cplex) R 21350 21350 20922 0 -1 4202560 105094 0 0 0 20864 33 0 0 20 0 8 0 34731175 442363904 66102 33554432000 134512640 146736320 4289746848 4006162584 136007053 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21351/tid=21362] ppid=21350 vsize=431996 CPUtime=74.79 cores=0,2,4,6
/proc/21351/task/21362/stat : 21362 (pb_cplex) R 21350 21350 20922 0 -1 4202560 34847 0 0 0 7466 13 0 0 20 0 8 0 34731175 442363904 66102 33554432000 134512640 146736320 4289746848 3995676712 139044505 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21351/tid=21363] ppid=21350 vsize=431996 CPUtime=80.94 cores=0,2,4,6
/proc/21351/task/21363/stat : 21363 (pb_cplex) R 21350 21350 20922 0 -1 4202560 37951 0 0 0 8079 15 0 0 20 0 8 0 34731175 442363904 66102 33554432000 134512640 146736320 4289746848 3985191124 135846482 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 441144

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

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

[startup+733.5 s]
/proc/loadavg: 6.14 5.95 4.23 10/188 21369
/proc/meminfo: memFree=30218944/32873844 swapFree=7632/7632
[pid=21350] ppid=21348 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21350/stat : 21350 (run) S 21348 21350 20922 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34706620 9367552 269 33554432000 4194304 5064252 140735193309520 140735193308432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21350/statm: 2287 269 229 213 0 72 0
[pid=21351] ppid=21350 vsize=431996 CPUtime=1800.03 cores=0,2,4,6
/proc/21351/stat : 21351 (pb_cplex) R 21350 21350 20922 0 -1 4202496 1108374 0 0 0 179724 279 0 0 20 0 8 0 34706620 442363904 66102 33554432000 134512640 146736320 4289746848 4289739592 139042878 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21351/statm: 107999 66102 968 2985 0 104933 0
[pid=21351/tid=21357] ppid=21350 vsize=431996 CPUtime=218.52 cores=0,2,4,6
/proc/21351/task/21357/stat : 21357 (pb_cplex) R 21350 21350 20922 0 -1 4202560 99146 0 0 0 21820 32 0 0 20 0 8 0 34731175 442363904 66102 33554432000 134512640 146736320 4289746848 4048105624 136007065 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21351/tid=21358] ppid=21350 vsize=431996 CPUtime=229.31 cores=0,2,4,6
/proc/21351/task/21358/stat : 21358 (pb_cplex) R 21350 21350 20922 0 -1 4202560 114654 0 0 0 22899 32 0 0 20 0 8 0 34731175 442363904 66102 33554432000 134512640 146736320 4289746848 4037619864 136007647 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21351/tid=21359] ppid=21350 vsize=431996 CPUtime=216.84 cores=0,2,4,6
/proc/21351/task/21359/stat : 21359 (pb_cplex) R 21350 21350 20922 0 -1 4202560 102438 0 0 0 21649 35 0 0 20 0 8 0 34731175 442363904 66102 33554432000 134512640 146736320 4289746848 4027134544 136403109 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21351/tid=21360] ppid=21350 vsize=431996 CPUtime=231.06 cores=0,2,4,6
/proc/21351/task/21360/stat : 21360 (pb_cplex) R 21350 21350 20922 0 -1 4202560 114342 0 0 0 23073 33 0 0 20 0 8 0 34731175 442363904 66102 33554432000 134512640 146736320 4289746848 4016648084 136017485 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21351/tid=21361] ppid=21350 vsize=431996 CPUtime=208.97 cores=0,2,4,6
/proc/21351/task/21361/stat : 21361 (pb_cplex) R 21350 21350 20922 0 -1 4202560 105094 0 0 0 20864 33 0 0 20 0 8 0 34731175 442363904 66102 33554432000 134512640 146736320 4289746848 4006162584 136007053 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21351/tid=21362] ppid=21350 vsize=431996 CPUtime=74.79 cores=0,2,4,6
/proc/21351/task/21362/stat : 21362 (pb_cplex) R 21350 21350 20922 0 -1 4202560 34847 0 0 0 7466 13 0 0 20 0 8 0 34731175 442363904 66102 33554432000 134512640 146736320 4289746848 3995676712 139044505 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21351/tid=21363] ppid=21350 vsize=431996 CPUtime=80.94 cores=0,2,4,6
/proc/21351/task/21363/stat : 21363 (pb_cplex) R 21350 21350 20922 0 -1 4202560 37951 0 0 0 8079 15 0 0 20 0 8 0 34731175 442363904 66102 33554432000 134512640 146736320 4289746848 3985191124 135846482 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 441144

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 733.517
CPU time (s): 1800.03
CPU user time (s): 1797.24
CPU system time (s): 2.79
CPU usage (%): 245.397
Max. virtual memory (cumulated for all children) (KiB): 443216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1076
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= 2
involuntary context switches= 1

runsolver used 2.02369 second user time and 4.47332 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-09 15:10:00
IDJOB=3733171
IDBENCH=2254
IDSOLVER=2325
FILE ID=node135/3733171-1339247400
RUNJOBID= node135-1339246831-20938
PBS_JOBID= 14644346
Free space on /tmp= 70856 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/frb45-21-opb/normalized-frb45-21-5.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733171-1339247400/watcher-3733171-1339247400 -o /tmp/evaluation-result-3733171-1339247400/solver-3733171-1339247400 -C 1800 -W 1900 -M 15500  run HOME/instance-3733171-1339247400.opb

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

MD5SUM BENCH= dadfd792215a2bce735ffb7b3e25dcc5
RANDOM SEED=1849666516

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30526076 kB
Buffers:          287080 kB
Cached:           447436 kB
SwapCached:         2456 kB
Active:          1234448 kB
Inactive:         248212 kB
Active(anon):     748540 kB
Inactive(anon):     1460 kB
Active(file):     485908 kB
Inactive(file):   246752 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098976 kB
Dirty:             17824 kB
Writeback:             0 kB
AnonPages:        753692 kB
Mapped:            12052 kB
Shmem:                 0 kB
Slab:             723520 kB
SReclaimable:     165004 kB
SUnreclaim:       558516 kB
KernelStack:        1488 kB
PageTables:         6048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1364736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    583680 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-3733171-1339247400.opb

Free space on /tmp at the end= 70840 MiB
End job on node135 at 2012-06-09 15:22:15