Trace number 3733303

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.39 631.116

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-5.opb
MD5SUM7f24dba3f3d4b877b96bd50f5b27c089
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark42.7685
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved YES
Number of variables595
Total number of constraints28143
Number of constraints which are clauses28143
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 595
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 595
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 595
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-3733303-1339247474.opb.
0.00/0.00	c Instance file HOME/instance-3733303-1339247474.opb
0.00/0.00	c File size is 669646 bytes.
0.00/0.10	c Highest Coefficient sum: 3
0.00/0.10	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.12	c ============================[ Problem Statistics ]=============================
0.00/0.12	c |                                                                             |
0.00/0.12	c |  Parsing time:          0.11         s                                      |
0.00/0.12	c |  Number Variables:      595                                                 |
0.00/0.12	c |  Number Constraints:    28143                                               |
0.00/0.12	c ===============================================================================
1798.36/631.11	c Remaining time 1799.89 sec.
1798.36/631.11	c 
1798.36/631.11	c *** INTERRUPTED ***
1798.36/631.11	s UNKNOWN
1798.36/631.11	c Total CPU time              : 1796.55 s
1798.36/631.11	c Memory used           : 306.96 MB
1798.36/631.11	c CPU time              : 1796.55 s
1798.36/631.11	c 
1798.36/631.11	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-3733303-1339247474/watcher-3733303-1339247474 -o /tmp/evaluation-result-3733303-1339247474/solver-3733303-1339247474 -C 1800 -W 1900 -M 15500 run HOME/instance-3733303-1339247474.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: 12.71 10.39 5.65 10/186 2076
/proc/meminfo: memFree=30176876/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0

[startup+0.032474 s]
/proc/loadavg: 12.71 10.39 5.65 10/186 2076
/proc/meminfo: memFree=30176876/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100248 s]
/proc/loadavg: 12.71 10.39 5.65 10/186 2076
/proc/meminfo: memFree=30176876/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300279 s]
/proc/loadavg: 12.71 10.39 5.65 10/186 2076
/proc/meminfo: memFree=30176876/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700215 s]
/proc/loadavg: 12.71 10.39 5.65 10/186 2076
/proc/meminfo: memFree=30176876/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 12.41 10.37 5.66 10/188 2078
/proc/meminfo: memFree=30156408/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
[pid=2077] ppid=2076 vsize=41728 CPUtime=1.49 cores=0,2,4,6
/proc/2077/stat : 2077 (pb_cplex) R 2076 2076 1671 0 -1 4202496 7550 0 0 0 148 1 0 0 20 0 1 0 34714348 42729472 5945 33554432000 134512640 146736320 4290992384 4290986900 135855174 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/2077/statm: 10432 5945 790 2985 0 7366 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50876

[startup+3.10025 s]
/proc/loadavg: 12.41 10.37 5.66 6/188 2078
/proc/meminfo: memFree=30155416/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
[pid=2077] ppid=2076 vsize=41972 CPUtime=3.09 cores=0,2,4,6
/proc/2077/stat : 2077 (pb_cplex) R 2076 2076 1671 0 -1 4202496 7710 0 0 0 308 1 0 0 20 0 1 0 34714348 42979328 5978 33554432000 134512640 146736320 4290992384 4290987368 136015579 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/2077/statm: 10493 5978 793 2985 0 7427 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51120

[startup+6.30031 s]
/proc/loadavg: 12.41 10.37 5.66 3/188 2078
/proc/meminfo: memFree=30142280/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
[pid=2077] ppid=2076 vsize=59056 CPUtime=6.29 cores=0,2,4,6
/proc/2077/stat : 2077 (pb_cplex) R 2076 2076 1671 0 -1 4202496 11335 0 0 0 627 2 0 0 20 0 1 0 34714348 60473344 9208 33554432000 134512640 146736320 4290992384 4290988176 137698804 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/2077/statm: 14764 9208 881 2985 0 11698 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68204

[startup+12.7003 s]
/proc/loadavg: 11.89 10.33 5.70 10/188 2078
/proc/meminfo: memFree=30140876/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
[pid=2077] ppid=2076 vsize=56312 CPUtime=12.69 cores=0,2,4,6
/proc/2077/stat : 2077 (pb_cplex) R 2076 2076 1671 0 -1 4202496 17011 0 0 0 1266 3 0 0 20 0 1 0 34714348 57663488 9137 33554432000 134512640 146736320 4290992384 4290986260 136017763 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/2077/statm: 14078 9137 911 2985 0 11012 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65460

[startup+25.5003 s]
/proc/loadavg: 11.44 10.28 5.73 10/188 2078
/proc/meminfo: memFree=30138964/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
[pid=2077] ppid=2076 vsize=55712 CPUtime=25.49 cores=0,2,4,6
/proc/2077/stat : 2077 (pb_cplex) R 2076 2076 1671 0 -1 4202496 22869 0 0 0 2545 4 0 0 20 0 1 0 34714348 57049088 8668 33554432000 134512640 146736320 4290992384 4290986408 139044550 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/2077/statm: 13928 8668 914 2985 0 10862 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64860

[startup+51.1005 s]
/proc/loadavg: 10.48 10.15 5.81 10/195 2085
/proc/meminfo: memFree=30101708/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
[pid=2077] ppid=2076 vsize=176416 CPUtime=51.08 cores=0,2,4,6
/proc/2077/stat : 2077 (pb_cplex) R 2076 2076 1671 0 -1 4202496 39985 0 0 0 5101 7 0 0 20 0 8 0 34714348 180649984 17997 33554432000 134512640 146736320 4290992384 4290985136 136384895 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2077/statm: 44104 17997 944 2985 0 41038 0
[pid=2077/tid=2079] ppid=2076 vsize=176416 CPUtime=0 cores=0,2,4,6
/proc/2077/task/2079/stat : 2079 (pb_cplex) S 2076 2076 1671 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 34719342 180649984 17997 33554432000 134512640 146736320 4290992384 4117278352 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2077/tid=2080] ppid=2076 vsize=176416 CPUtime=0 cores=0,2,4,6
/proc/2077/task/2080/stat : 2080 (pb_cplex) S 2076 2076 1671 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 34719342 180649984 17997 33554432000 134512640 146736320 4290992384 4106792592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2077/tid=2081] ppid=2076 vsize=176416 CPUtime=0 cores=0,2,4,6
/proc/2077/task/2081/stat : 2081 (pb_cplex) S 2076 2076 1671 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 34719342 180649984 17997 33554432000 134512640 146736320 4290992384 4096306832 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2077/tid=2082] ppid=2076 vsize=176416 CPUtime=0 cores=0,2,4,6
/proc/2077/task/2082/stat : 2082 (pb_cplex) S 2076 2076 1671 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 34719342 180649984 17997 33554432000 134512640 146736320 4290992384 4085821072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2077/tid=2083] ppid=2076 vsize=176416 CPUtime=0 cores=0,2,4,6
/proc/2077/task/2083/stat : 2083 (pb_cplex) S 2076 2076 1671 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 34719342 180649984 17997 33554432000 134512640 146736320 4290992384 4075335312 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2077/tid=2084] ppid=2076 vsize=176416 CPUtime=0 cores=0,2,4,6
/proc/2077/task/2084/stat : 2084 (pb_cplex) S 2076 2076 1671 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 34719342 180649984 17997 33554432000 134512640 146736320 4290992384 4064849552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2077/tid=2085] ppid=2076 vsize=176416 CPUtime=0 cores=0,2,4,6
/proc/2077/task/2085/stat : 2085 (pb_cplex) S 2076 2076 1671 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 34719342 180649984 17997 33554432000 134512640 146736320 4290992384 4054363792 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 185564

[startup+102.307 s]
/proc/loadavg: 10.49 10.09 6.03 16/194 2085
/proc/meminfo: memFree=30045040/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
[pid=2077] ppid=2076 vsize=241536 CPUtime=148.75 cores=0,2,4,6
/proc/2077/stat : 2077 (pb_cplex) S 2076 2076 1671 0 -1 4202496 94641 0 0 0 14855 20 0 0 20 0 8 0 34714348 247332864 31216 33554432000 134512640 146736320 4290992384 4290988752 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/2077/statm: 60384 31216 968 2985 0 57318 0
[pid=2077/tid=2079] ppid=2076 vsize=241536 CPUtime=7.8 cores=0,2,4,6
/proc/2077/task/2079/stat : 2079 (pb_cplex) R 2076 2076 1671 0 -1 4202560 5999 0 0 0 779 1 0 0 20 0 8 0 34719342 247332864 31216 33554432000 134512640 146736320 4290992384 4117274776 136007584 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2077/tid=2080] ppid=2076 vsize=241536 CPUtime=7.7 cores=0,2,4,6
/proc/2077/task/2080/stat : 2080 (pb_cplex) R 2076 2076 1671 0 -1 4202560 2322 0 0 0 769 1 0 0 20 0 8 0 34719342 247332864 31216 33554432000 134512640 146736320 4290992384 4106788756 136017481 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2077/tid=2081] ppid=2076 vsize=241536 CPUtime=7.77 cores=0,2,4,6
/proc/2077/task/2081/stat : 2081 (pb_cplex) R 2076 2076 1671 0 -1 4202560 2021 0 0 0 776 1 0 0 20 0 8 0 34719342 247332864 31216 33554432000 134512640 146736320 4290992384 4096303496 136388073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2077/tid=2082] ppid=2076 vsize=241536 CPUtime=7.83 cores=0,2,4,6
/proc/2077/task/2082/stat : 2082 (pb_cplex) R 2076 2076 1671 0 -1 4202560 5651 0 0 0 783 0 0 0 20 0 8 0 34719342 247332864 31216 33554432000 134512640 146736320 4290992384 4085817496 136007053 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2077/tid=2083] ppid=2076 vsize=241536 CPUtime=7.84 cores=0,2,4,6
/proc/2077/task/2083/stat : 2083 (pb_cplex) R 2076 2076 1671 0 -1 4202560 1826 0 0 0 784 0 0 0 20 0 8 0 34719342 247332864 31216 33554432000 134512640 146736320 4290992384 4075331736 136007083 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2077/tid=2084] ppid=2076 vsize=241536 CPUtime=7.83 cores=0,2,4,6
/proc/2077/task/2084/stat : 2084 (pb_cplex) R 2076 2076 1671 0 -1 4202560 6741 0 0 0 782 1 0 0 20 0 8 0 34719342 247332864 31216 33554432000 134512640 146736320 4290992384 4064845848 139023098 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2077/tid=2085] ppid=2076 vsize=241536 CPUtime=7.79 cores=0,2,4,6
/proc/2077/task/2085/stat : 2085 (pb_cplex) R 2076 2076 1671 0 -1 4202560 1865 0 0 0 779 0 0 0 20 0 8 0 34719342 247332864 31216 33554432000 134512640 146736320 4290992384 4054359956 136017519 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 148.75
Current children cumulated vsize (KiB) 250684

[startup+162.3 s]
/proc/loadavg: 11.30 10.36 6.38 17/195 2086
/proc/meminfo: memFree=30032404/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
[pid=2077] ppid=2076 vsize=241992 CPUtime=377.96 cores=0,2,4,6
/proc/2077/stat : 2077 (pb_cplex) R 2076 2076 1671 0 -1 4202496 113608 0 0 0 37768 28 0 0 20 0 8 0 34714348 247799808 32743 33554432000 134512640 146736320 4290992384 4290985212 135526778 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2077/statm: 60498 32743 968 2985 0 57432 0
[pid=2077/tid=2079] ppid=2076 vsize=241992 CPUtime=33.89 cores=0,2,4,6
/proc/2077/task/2079/stat : 2079 (pb_cplex) R 2076 2076 1671 0 -1 4202560 14295 0 0 0 3386 3 0 0 20 0 8 0 34719342 247799808 32743 33554432000 134512640 146736320 4290992384 4117274776 136007605 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2077/tid=2080] ppid=2076 vsize=241992 CPUtime=40.5 cores=0,2,4,6
/proc/2077/task/2080/stat : 2080 (pb_cplex) R 2076 2076 1671 0 -1 4202560 2374 0 0 0 4048 2 0 0 20 0 8 0 34719342 247799808 32743 33554432000 134512640 146736320 4290992384 4106789016 136007616 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2077/tid=2081] ppid=2076 vsize=241992 CPUtime=40.16 cores=0,2,4,6
/proc/2077/task/2081/stat : 2081 (pb_cplex) R 2076 2076 1671 0 -1 4202560 5400 0 0 0 4014 2 0 0 20 0 8 0 34719342 247799808 32743 33554432000 134512640 146736320 4290992384 4096303256 136007286 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2077/tid=2082] ppid=2076 vsize=241992 CPUtime=46.84 cores=0,2,4,6
/proc/2077/task/2082/stat : 2082 (pb_cplex) R 2076 2076 1671 0 -1 4202560 5763 0 0 0 4683 1 0 0 20 0 8 0 34719342 247799808 32743 33554432000 134512640 146736320 4290992384 4085817496 136007661 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2077/tid=2083] ppid=2076 vsize=241992 CPUtime=47 cores=0,2,4,6
/proc/2077/task/2083/stat : 2083 (pb_cplex) R 2076 2076 1671 0 -1 4202560 1882 0 0 0 4699 1 0 0 20 0 8 0 34719342 247799808 32743 33554432000 134512640 146736320 4290992384 4075331736 136007599 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2077/tid=2084] ppid=2076 vsize=241992 CPUtime=45.2 cores=0,2,4,6
/proc/2077/task/2084/stat : 2084 (pb_cplex) R 2076 2076 1671 0 -1 4202560 7817 0 0 0 4518 2 0 0 20 0 8 0 34719342 247799808 32743 33554432000 134512640 146736320 4290992384 4064845976 136007627 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2077/tid=2085] ppid=2076 vsize=241992 CPUtime=19.56 cores=0,2,4,6
/proc/2077/task/2085/stat : 2085 (pb_cplex) R 2076 2076 1671 0 -1 4202560 1908 0 0 0 1955 1 0 0 20 0 8 0 34719342 247799808 32743 33554432000 134512640 146736320 4290992384 4054360216 136007053 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 377.96

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

[pid=2077/tid=2267] ppid=2076 vsize=294584 CPUtime=0.7 cores=0,2,4,6
/proc/2077/task/2267/stat : 2267 (pb_cplex) R 2076 2076 1671 0 -1 4202560 1969 0 0 0 70 0 0 0 20 0 8 0 34751042 301654016 45652 33554432000 134512640 146736320 4290992384 4042252328 139044580 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2077/tid=2268] ppid=2076 vsize=294584 CPUtime=0.71 cores=0,2,4,6
/proc/2077/task/2268/stat : 2268 (pb_cplex) R 2076 2076 1671 0 -1 4202560 1736 0 0 0 71 0 0 0 20 0 8 0 34751042 301654016 45652 33554432000 134512640 146736320 4290992384 4022329384 139044580 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2077/tid=2269] ppid=2076 vsize=294584 CPUtime=0.6 cores=0,2,4,6
/proc/2077/task/2269/stat : 2269 (pb_cplex) R 2076 2076 1671 0 -1 4202560 1963 0 0 0 60 0 0 0 20 0 8 0 34751042 301654016 45652 33554432000 134512640 146736320 4290992384 4011843860 136004384 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 930.89
Current children cumulated vsize (KiB) 303732

[startup+462.3 s]
/proc/loadavg: 6.42 8.00 6.54 12/195 2270
/proc/meminfo: memFree=30165104/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
[pid=2077] ppid=2076 vsize=301528 CPUtime=1154.83 cores=0,2,4,6
/proc/2077/stat : 2077 (pb_cplex) R 2076 2076 1671 0 -1 4202496 340608 0 0 0 115373 110 0 0 20 0 8 0 34714348 308764672 49965 33554432000 134512640 146736320 4290992384 4290985664 139046546 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/2077/statm: 75382 49965 977 2985 0 72316 0
[pid=2077/tid=2263] ppid=2076 vsize=301528 CPUtime=37.26 cores=0,2,4,6
/proc/2077/task/2263/stat : 2263 (pb_cplex) R 2076 2076 1671 0 -1 4202560 11928 0 0 0 3724 2 0 0 20 0 8 0 34751042 308764672 49965 33554432000 134512640 146736320 4290992384 4126347416 136007069 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2077/tid=2264] ppid=2076 vsize=301528 CPUtime=25.84 cores=0,2,4,6
/proc/2077/task/2264/stat : 2264 (pb_cplex) R 2076 2076 1671 0 -1 4202560 13124 0 0 0 2580 4 0 0 20 0 8 0 34751042 308764672 49965 33554432000 134512640 146736320 4290992384 4136833176 136007037 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2077/tid=2265] ppid=2076 vsize=301528 CPUtime=29.68 cores=0,2,4,6
/proc/2077/task/2265/stat : 2265 (pb_cplex) R 2076 2076 1671 0 -1 4202560 17052 0 0 0 2964 4 0 0 20 0 8 0 34751042 308764672 49965 33554432000 134512640 146736320 4290992384 4147318876 135854505 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2077/tid=2266] ppid=2076 vsize=301528 CPUtime=24.36 cores=0,2,4,6
/proc/2077/task/2266/stat : 2266 (pb_cplex) R 2076 2076 1671 0 -1 4202560 21239 0 0 0 2431 5 0 0 20 0 8 0 34751042 308764672 49965 33554432000 134512640 146736320 4290992384 4085816128 138463252 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2077/tid=2267] ppid=2076 vsize=301528 CPUtime=31.83 cores=0,2,4,6
/proc/2077/task/2267/stat : 2267 (pb_cplex) R 2076 2076 1671 0 -1 4202560 12112 0 0 0 3181 2 0 0 20 0 8 0 34751042 308764672 49965 33554432000 134512640 146736320 4290992384 4042252360 139042885 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2077/tid=2268] ppid=2076 vsize=301528 CPUtime=24.91 cores=0,2,4,6
/proc/2077/task/2268/stat : 2268 (pb_cplex) R 2076 2076 1671 0 -1 4202560 12487 0 0 0 2488 3 0 0 20 0 8 0 34751042 308764672 49965 33554432000 134512640 146736320 4290992384 4022329568 139028313 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2077/tid=2269] ppid=2076 vsize=301528 CPUtime=36.51 cores=0,2,4,6
/proc/2077/task/2269/stat : 2269 (pb_cplex) R 2076 2076 1671 0 -1 4202560 28569 0 0 0 3644 7 0 0 20 0 8 0 34751042 308764672 49965 33554432000 134512640 146736320 4290992384 4011843736 136007650 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1154.83
Current children cumulated vsize (KiB) 310676

[startup+522.3 s]
/proc/loadavg: 8.66 8.35 6.75 10/195 2270
/proc/meminfo: memFree=30163616/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
[pid=2077] ppid=2076 vsize=303280 CPUtime=1394.45 cores=0,2,4,6
/proc/2077/stat : 2077 (pb_cplex) R 2076 2076 1671 0 -1 4202496 435945 0 0 0 139311 134 0 0 20 0 8 0 34714348 310558720 50251 33554432000 134512640 146736320 4290992384 4290984116 135450707 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2077/statm: 75820 50251 977 2985 0 72754 0
[pid=2077/tid=2263] ppid=2076 vsize=303280 CPUtime=67.04 cores=0,2,4,6
/proc/2077/task/2263/stat : 2263 (pb_cplex) R 2076 2076 1671 0 -1 4202560 12735 0 0 0 6700 4 0 0 20 0 8 0 34751042 310558720 50251 33554432000 134512640 146736320 4290992384 4126347416 136007657 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2077/tid=2264] ppid=2076 vsize=303280 CPUtime=55.86 cores=0,2,4,6
/proc/2077/task/2264/stat : 2264 (pb_cplex) R 2076 2076 1671 0 -1 4202560 14717 0 0 0 5582 4 0 0 20 0 8 0 34751042 310558720 50251 33554432000 134512640 146736320 4290992384 4136833064 139044581 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2077/tid=2265] ppid=2076 vsize=303280 CPUtime=59.51 cores=0,2,4,6
/proc/2077/task/2265/stat : 2265 (pb_cplex) R 2076 2076 1671 0 -1 4202560 33649 0 0 0 5943 8 0 0 20 0 8 0 34751042 310558720 50251 33554432000 134512640 146736320 4290992384 4147318856 139042895 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2077/tid=2266] ppid=2076 vsize=303280 CPUtime=54 cores=0,2,4,6
/proc/2077/task/2266/stat : 2266 (pb_cplex) R 2076 2076 1671 0 -1 4202560 39730 0 0 0 5391 9 0 0 20 0 8 0 34751042 310558720 50251 33554432000 134512640 146736320 4290992384 4085817496 136007149 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2077/tid=2267] ppid=2076 vsize=303280 CPUtime=61.89 cores=0,2,4,6
/proc/2077/task/2267/stat : 2267 (pb_cplex) R 2076 2076 1671 0 -1 4202560 18580 0 0 0 6185 4 0 0 20 0 8 0 34751042 310558720 50251 33554432000 134512640 146736320 4290992384 4042252360 139042910 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2077/tid=2268] ppid=2076 vsize=303280 CPUtime=54.79 cores=0,2,4,6
/proc/2077/task/2268/stat : 2268 (pb_cplex) R 2076 2076 1671 0 -1 4202560 27279 0 0 0 5472 7 0 0 20 0 8 0 34751042 310558720 50251 33554432000 134512640 146736320 4290992384 4022329496 136007371 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2077/tid=2269] ppid=2076 vsize=303280 CPUtime=66.42 cores=0,2,4,6
/proc/2077/task/2269/stat : 2269 (pb_cplex) R 2076 2076 1671 0 -1 4202560 47785 0 0 0 6630 12 0 0 20 0 8 0 34751042 310558720 50251 33554432000 134512640 146736320 4290992384 4011842388 136017481 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1394.45
Current children cumulated vsize (KiB) 312428

[startup+582.3 s]
/proc/loadavg: 8.19 8.23 6.81 14/196 2273
/proc/meminfo: memFree=30155160/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
[pid=2077] ppid=2076 vsize=312264 CPUtime=1614.83 cores=0,2,4,6
/proc/2077/stat : 2077 (pb_cplex) R 2076 2076 1671 0 -1 4202496 545683 0 0 0 161321 162 0 0 20 0 8 0 34714348 319758336 52709 33554432000 134512640 146736320 4290992384 4290985176 136007295 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2077/statm: 78066 52709 977 2985 0 75000 0
[pid=2077/tid=2263] ppid=2076 vsize=312264 CPUtime=95.74 cores=0,2,4,6
/proc/2077/task/2263/stat : 2263 (pb_cplex) R 2076 2076 1671 0 -1 4202560 24876 0 0 0 9566 8 0 0 20 0 8 0 34751042 319758336 52709 33554432000 134512640 146736320 4290992384 4126347656 136388081 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2077/tid=2264] ppid=2076 vsize=312264 CPUtime=80.35 cores=0,2,4,6
/proc/2077/task/2264/stat : 2264 (pb_cplex) R 2076 2076 1671 0 -1 4202560 30679 0 0 0 8026 9 0 0 20 0 8 0 34751042 319758336 52709 33554432000 134512640 146736320 4290992384 4136833176 136007037 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2077/tid=2265] ppid=2076 vsize=312264 CPUtime=85.24 cores=0,2,4,6
/proc/2077/task/2265/stat : 2265 (pb_cplex) R 2076 2076 1671 0 -1 4202560 46832 0 0 0 8513 11 0 0 20 0 8 0 34751042 319758336 52709 33554432000 134512640 146736320 4290992384 4147318936 136007053 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2077/tid=2266] ppid=2076 vsize=312264 CPUtime=85.72 cores=0,2,4,6
/proc/2077/task/2266/stat : 2266 (pb_cplex) R 2076 2076 1671 0 -1 4202560 65681 0 0 0 8555 17 0 0 20 0 8 0 34751042 319758336 52709 33554432000 134512640 146736320 4290992384 4085817384 139044509 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2077/tid=2267] ppid=2076 vsize=312264 CPUtime=89.25 cores=0,2,4,6
/proc/2077/task/2267/stat : 2267 (pb_cplex) R 2076 2076 1671 0 -1 4202560 30070 0 0 0 8917 8 0 0 20 0 8 0 34751042 319758336 52709 33554432000 134512640 146736320 4290992384 4042251352 136007274 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2077/tid=2268] ppid=2076 vsize=312264 CPUtime=77.87 cores=0,2,4,6
/proc/2077/task/2268/stat : 2268 (pb_cplex) R 2076 2076 1671 0 -1 4202560 37674 0 0 0 7776 11 0 0 20 0 8 0 34751042 319758336 52709 33554432000 134512640 146736320 4290992384 4022329800 136001974 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2077/tid=2269] ppid=2076 vsize=312264 CPUtime=99.73 cores=0,2,4,6
/proc/2077/task/2269/stat : 2269 (pb_cplex) R 2076 2076 1671 0 -1 4202560 60403 0 0 0 9958 15 0 0 20 0 8 0 34751042 319758336 52709 33554432000 134512640 146736320 4290992384 4011843736 136007668 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1614.83
Current children cumulated vsize (KiB) 321412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+631.1 s]
/proc/loadavg: 8.38 8.27 6.89 11/195 2273
/proc/meminfo: memFree=30152192/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
[pid=2077] ppid=2076 vsize=314324 CPUtime=1798.36 cores=0,2,4,6
/proc/2077/stat : 2077 (pb_cplex) R 2076 2076 1671 0 -1 4202496 625164 0 0 0 179653 183 0 0 20 0 8 0 34714348 321867776 53068 33554432000 134512640 146736320 4290992384 4290985480 136001929 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2077/statm: 78581 53068 977 2985 0 75515 0
[pid=2077/tid=2263] ppid=2076 vsize=314324 CPUtime=117.84 cores=0,2,4,6
/proc/2077/task/2263/stat : 2263 (pb_cplex) R 2076 2076 1671 0 -1 4202560 31578 0 0 0 11774 10 0 0 20 0 8 0 34751042 321867776 53068 33554432000 134512640 146736320 4290992384 4126346328 136007612 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2077/tid=2264] ppid=2076 vsize=314324 CPUtime=107.58 cores=0,2,4,6
/proc/2077/task/2264/stat : 2264 (pb_cplex) R 2076 2076 1671 0 -1 4202560 37917 0 0 0 10747 11 0 0 20 0 8 0 34751042 321867776 53068 33554432000 134512640 146736320 4290992384 4136832916 136017485 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2077/tid=2265] ppid=2076 vsize=314324 CPUtime=105.48 cores=0,2,4,6
/proc/2077/task/2265/stat : 2265 (pb_cplex) R 2076 2076 1671 0 -1 4202560 65548 0 0 0 10533 15 0 0 20 0 8 0 34751042 321867776 53068 33554432000 134512640 146736320 4290992384 4147318936 136007599 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2077/tid=2266] ppid=2076 vsize=314324 CPUtime=113.57 cores=0,2,4,6
/proc/2077/task/2266/stat : 2266 (pb_cplex) R 2076 2076 1671 0 -1 4202560 75259 0 0 0 11338 19 0 0 20 0 8 0 34751042 321867776 53068 33554432000 134512640 146736320 4290992384 4085817496 136007647 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2077/tid=2267] ppid=2076 vsize=314324 CPUtime=111.61 cores=0,2,4,6
/proc/2077/task/2267/stat : 2267 (pb_cplex) R 2076 2076 1671 0 -1 4202560 36919 0 0 0 11151 10 0 0 20 0 8 0 34751042 321867776 53068 33554432000 134512640 146736320 4290992384 4042252440 136007053 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2077/tid=2268] ppid=2076 vsize=314324 CPUtime=98.48 cores=0,2,4,6
/proc/2077/task/2268/stat : 2268 (pb_cplex) R 2076 2076 1671 0 -1 4202560 50619 0 0 0 9834 14 0 0 20 0 8 0 34751042 321867776 53068 33554432000 134512640 146736320 4290992384 4022329496 136007059 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2077/tid=2269] ppid=2076 vsize=314324 CPUtime=120.68 cores=0,2,4,6
/proc/2077/task/2269/stat : 2269 (pb_cplex) R 2076 2076 1671 0 -1 4202560 71981 0 0 0 12050 18 0 0 20 0 8 0 34751042 321867776 53068 33554432000 134512640 146736320 4290992384 4011843736 136007626 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.36
Current children cumulated vsize (KiB) 323472

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

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

[startup+631.1 s]
/proc/loadavg: 8.38 8.27 6.89 11/195 2273
/proc/meminfo: memFree=30152192/32873844 swapFree=7124/7124
[pid=2076] ppid=2074 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2076/stat : 2076 (run) S 2074 2076 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34714348 9367552 270 33554432000 4194304 5064252 140736561233408 140736561232320 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2076/statm: 2287 270 229 213 0 72 0
[pid=2077] ppid=2076 vsize=314324 CPUtime=1798.36 cores=0,2,4,6
/proc/2077/stat : 2077 (pb_cplex) R 2076 2076 1671 0 -1 4202496 625164 0 0 0 179653 183 0 0 20 0 8 0 34714348 321867776 53068 33554432000 134512640 146736320 4290992384 4290985480 136001929 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2077/statm: 78581 53068 977 2985 0 75515 0
[pid=2077/tid=2263] ppid=2076 vsize=314324 CPUtime=117.84 cores=0,2,4,6
/proc/2077/task/2263/stat : 2263 (pb_cplex) R 2076 2076 1671 0 -1 4202560 31578 0 0 0 11774 10 0 0 20 0 8 0 34751042 321867776 53068 33554432000 134512640 146736320 4290992384 4126346328 136007612 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2077/tid=2264] ppid=2076 vsize=314324 CPUtime=107.58 cores=0,2,4,6
/proc/2077/task/2264/stat : 2264 (pb_cplex) R 2076 2076 1671 0 -1 4202560 37917 0 0 0 10747 11 0 0 20 0 8 0 34751042 321867776 53068 33554432000 134512640 146736320 4290992384 4136832916 136017485 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2077/tid=2265] ppid=2076 vsize=314324 CPUtime=105.48 cores=0,2,4,6
/proc/2077/task/2265/stat : 2265 (pb_cplex) R 2076 2076 1671 0 -1 4202560 65548 0 0 0 10533 15 0 0 20 0 8 0 34751042 321867776 53068 33554432000 134512640 146736320 4290992384 4147318936 136007599 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2077/tid=2266] ppid=2076 vsize=314324 CPUtime=113.57 cores=0,2,4,6
/proc/2077/task/2266/stat : 2266 (pb_cplex) R 2076 2076 1671 0 -1 4202560 75259 0 0 0 11338 19 0 0 20 0 8 0 34751042 321867776 53068 33554432000 134512640 146736320 4290992384 4085817496 136007647 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2077/tid=2267] ppid=2076 vsize=314324 CPUtime=111.61 cores=0,2,4,6
/proc/2077/task/2267/stat : 2267 (pb_cplex) R 2076 2076 1671 0 -1 4202560 36919 0 0 0 11151 10 0 0 20 0 8 0 34751042 321867776 53068 33554432000 134512640 146736320 4290992384 4042252440 136007053 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2077/tid=2268] ppid=2076 vsize=314324 CPUtime=98.48 cores=0,2,4,6
/proc/2077/task/2268/stat : 2268 (pb_cplex) R 2076 2076 1671 0 -1 4202560 50619 0 0 0 9834 14 0 0 20 0 8 0 34751042 321867776 53068 33554432000 134512640 146736320 4290992384 4022329496 136007059 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2077/tid=2269] ppid=2076 vsize=314324 CPUtime=120.68 cores=0,2,4,6
/proc/2077/task/2269/stat : 2269 (pb_cplex) R 2076 2076 1671 0 -1 4202560 71981 0 0 0 12050 18 0 0 20 0 8 0 34751042 321867776 53068 33554432000 134512640 146736320 4290992384 4011843736 136007626 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.36
Current children cumulated vsize (KiB) 323472

Child ended because it received signal 15 (SIGTERM)

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


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.03003
#  lost CPU user time (s): 2.12
#  lost CPU system time (s): -0.09

Real time (s): 631.116
CPU time (s): 1800.39
CPU user time (s): 1798.65
CPU system time (s): 1.74
CPU usage (%): 285.271
Max. virtual memory (cumulated for all children) (KiB): 346568

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

runsolver used 1.55176 second user time and 3.90541 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-09 15:11:14
IDJOB=3733303
IDBENCH=2271
IDSOLVER=2325
FILE ID=node133/3733303-1339247474
RUNJOBID= node133-1339246833-1688
PBS_JOBID= 14644348
Free space on /tmp= 68380 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/frb35-17-opb/normalized-frb35-17-5.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733303-1339247474/watcher-3733303-1339247474 -o /tmp/evaluation-result-3733303-1339247474/solver-3733303-1339247474 -C 1800 -W 1900 -M 15500  run HOME/instance-3733303-1339247474.opb

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

MD5SUM BENCH= 7f24dba3f3d4b877b96bd50f5b27c089
RANDOM SEED=1185775200

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30177164 kB
Buffers:          115300 kB
Cached:          1525956 kB
SwapCached:         2212 kB
Active:          1814704 kB
Inactive:          30212 kB
Active(anon):     202780 kB
Inactive(anon):     3488 kB
Active(file):    1611924 kB
Inactive(file):    26724 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67100208 kB
Dirty:             17508 kB
Writeback:             0 kB
AnonPages:        209268 kB
Mapped:            12040 kB
Shmem:                 0 kB
Slab:             712364 kB
SReclaimable:     154428 kB
SUnreclaim:       557936 kB
KernelStack:        1536 kB
PageTables:         4176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     334208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 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-3733303-1339247474.opb

Free space on /tmp at the end= 68364 MiB
End job on node133 at 2012-06-09 15:21:47