Trace number 3741798

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.32 1189.32

General information on the benchmark

Name/OPT-SMALLINT-LIN/kullmann/
normalized-mul_8_11_shg.opb
MD5SUM72d0920292366751823d98a716f59807
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark1798.38
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15008
Total number of constraints65280
Number of constraints which are clauses65280
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 constraint65
Maximum length of a constraint90
Number of terms in the objective function 15008
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 15008
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15008
Number of bits of the biggest sum of numbers14
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-3741798-1339250564.opb.
0.00/0.00	c Instance file HOME/instance-3741798-1339250564.opb
0.00/0.00	c File size is 49475760 bytes.
68.27/68.33	c Highest Coefficient sum: 91
68.27/68.33	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
68.47/68.59	c ============================[ Problem Statistics ]=============================
68.47/68.59	c |                                                                             |
68.47/68.59	c |  Parsing time:          68.47        s                                      |
68.47/68.59	c |  Number Variables:      15008                                               |
68.78/68.85	c |  Number Constraints:    65280                                               |
68.78/68.85	c ===============================================================================
1800.32/1189.31	c Remaining time 1731.30 sec.
1800.32/1189.31	c 
1800.32/1189.31	c *** INTERRUPTED ***
1800.32/1189.31	s UNKNOWN
1800.32/1189.31	c Total CPU time              : 1797.67 s
1800.32/1189.31	c Memory used           : 1604.29 MB
1800.32/1189.31	c CPU time              : 1797.67 s
1800.32/1189.31	c 
1800.32/1189.31	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-3741798-1339250564/watcher-3741798-1339250564 -o /tmp/evaluation-result-3741798-1339250564/solver-3741798-1339250564 -C 1800 -W 1900 -M 15500 run HOME/instance-3741798-1339250564.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.42 3.01 3.61 4/177 18963
/proc/meminfo: memFree=26000776/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0

[startup+0.093506 s]
/proc/loadavg: 5.42 3.01 3.61 4/177 18963
/proc/meminfo: memFree=26000776/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100161 s]
/proc/loadavg: 5.42 3.01 3.61 4/177 18963
/proc/meminfo: memFree=26000776/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30017 s]
/proc/loadavg: 5.42 3.01 3.61 4/177 18963
/proc/meminfo: memFree=26000776/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700221 s]
/proc/loadavg: 5.42 3.01 3.61 4/177 18963
/proc/meminfo: memFree=26000776/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 5.42 3.01 3.61 3/179 18965
/proc/meminfo: memFree=25997288/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
[pid=18964] ppid=18963 vsize=64544 CPUtime=1.49 cores=0,2,4,6
/proc/18964/stat : 18964 (pb_cplex) R 18963 18963 17869 0 -1 4202496 1242 0 0 0 149 0 0 0 20 0 1 0 391181021 66093056 1198 33554432000 134512640 146736320 4288186496 4288124528 140714076 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/18964/statm: 16136 1198 318 2985 0 990 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73692

[startup+3.10026 s]
/proc/loadavg: 5.15 2.99 3.61 3/179 18965
/proc/meminfo: memFree=25996668/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
[pid=18964] ppid=18963 vsize=64676 CPUtime=3.09 cores=0,2,4,6
/proc/18964/stat : 18964 (pb_cplex) R 18963 18963 17869 0 -1 4202496 1277 0 0 0 309 0 0 0 20 0 1 0 391181021 66228224 1233 33554432000 134512640 146736320 4288186496 4288124348 140647825 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/18964/statm: 16169 1233 318 2985 0 1023 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73824

[startup+6.30022 s]
/proc/loadavg: 5.15 2.99 3.61 3/179 18965
/proc/meminfo: memFree=25996668/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
[pid=18964] ppid=18963 vsize=64968 CPUtime=6.29 cores=0,2,4,6
/proc/18964/stat : 18964 (pb_cplex) R 18963 18963 17869 0 -1 4202496 1329 0 0 0 629 0 0 0 20 0 1 0 391181021 66527232 1285 33554432000 134512640 146736320 4288186496 4288124444 140683248 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/18964/statm: 16242 1285 318 2985 0 1096 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 74116

[startup+12.7003 s]
/proc/loadavg: 4.89 2.97 3.60 3/179 18965
/proc/meminfo: memFree=25997136/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
[pid=18964] ppid=18963 vsize=65100 CPUtime=12.69 cores=0,2,4,6
/proc/18964/stat : 18964 (pb_cplex) R 18963 18963 17869 0 -1 4202496 1374 0 0 0 1269 0 0 0 20 0 1 0 391181021 66662400 1330 33554432000 134512640 146736320 4288186496 4288124348 141028032 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/18964/statm: 16275 1330 318 2985 0 1129 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 74248

[startup+25.5003 s]
/proc/loadavg: 4.32 2.94 3.58 3/179 18965
/proc/meminfo: memFree=25989452/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
[pid=18964] ppid=18963 vsize=73856 CPUtime=25.48 cores=0,2,4,6
/proc/18964/stat : 18964 (pb_cplex) R 18963 18963 17869 0 -1 4202496 4638 0 0 0 2548 0 0 0 20 0 1 0 391181021 75628544 4594 33554432000 134512640 146736320 4288186496 4288184352 140528805 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/18964/statm: 18464 4594 1414 2985 0 3318 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 83004

[startup+51.1003 s]
/proc/loadavg: 3.60 2.88 3.54 3/178 18965
/proc/meminfo: memFree=25939488/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
[pid=18964] ppid=18963 vsize=124400 CPUtime=51.09 cores=0,2,4,6
/proc/18964/stat : 18964 (pb_cplex) R 18963 18963 17869 0 -1 4202496 23916 0 0 0 5104 5 0 0 20 0 1 0 391181021 127385600 23774 33554432000 134512640 146736320 4288186496 4288184416 140679034 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/18964/statm: 31100 23774 7933 2985 0 15954 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 133548

[startup+102.307 s]
/proc/loadavg: 2.72 2.75 3.45 3/179 18966
/proc/meminfo: memFree=25527284/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
[pid=18964] ppid=18963 vsize=559044 CPUtime=102.28 cores=0,2,4,6
/proc/18964/stat : 18964 (pb_cplex) R 18963 18963 17869 0 -1 4202496 76757 0 0 0 10199 29 0 0 20 0 1 0 391181021 572461056 119116 33554432000 134512640 146736320 4288186496 4288180808 135525137 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/18964/statm: 139761 119116 783 2985 0 136695 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 568192

[startup+162.3 s]
/proc/loadavg: 2.28 2.62 3.37 3/179 18966
/proc/meminfo: memFree=25455420/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
[pid=18964] ppid=18963 vsize=655424 CPUtime=162.27 cores=0,2,4,6
/proc/18964/stat : 18964 (pb_cplex) R 18963 18963 17869 0 -1 4202496 95329 0 0 0 16193 34 0 0 20 0 1 0 391181021 671154176 137149 33554432000 134512640 146736320 4288186496 4288179704 136015579 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/18964/statm: 163856 137149 861 2985 0 160790 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 664572

[startup+222.3 s]
/proc/loadavg: 2.12 2.51 3.28 3/179 18966
/proc/meminfo: memFree=25442364/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
[pid=18964] ppid=18963 vsize=668348 CPUtime=222.25 cores=0,2,4,6
/proc/18964/stat : 18964 (pb_cplex) R 18963 18963 17869 0 -1 4202496 163526 0 0 0 22163 62 0 0 20 0 1 0 391181021 684388352 140204 33554432000 134512640 146736320 4288186496 4288180804 135850298 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/18964/statm: 167087 140204 903 2985 0 164021 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 677496

[startup+282.3 s]
/proc/loadavg: 2.05 2.42 3.20 3/179 18966
/proc/meminfo: memFree=25440260/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
[pid=18964] ppid=18963 vsize=668348 CPUtime=282.24 cores=0,2,4,6
/proc/18964/stat : 18964 (pb_cplex) R 18963 18963 17869 0 -1 4202496 164326 0 0 0 28161 63 0 0 20 0 1 0 391181021 684388352 141004 33554432000 134512640 146736320 4288186496 4288180136 139044505 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/18964/statm: 167087 141004 906 2985 0 164021 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 677496

[startup+342.3 s]
/proc/loadavg: 2.05 2.35 3.13 3/179 18966
/proc/meminfo: memFree=25440136/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
[pid=18964] ppid=18963 vsize=668348 CPUtime=342.23 cores=0,2,4,6
/proc/18964/stat : 18964 (pb_cplex) R 18963 18963 17869 0 -1 4202496 164328 0 0 0 34160 63 0 0 20 0 1 0 391181021 684388352 141006 33554432000 134512640 146736320 4288186496 4288180408 136015579 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/18964/statm: 167087 141006 906 2985 0 164021 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 677496

[startup+402.3 s]
/proc/loadavg: 2.07 2.30 3.06 3/179 18967
/proc/meminfo: memFree=25440012/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/18964/statm: 404342 314800 988 2985 0 401276 0
[pid=18964/tid=18979] ppid=18963 vsize=1617368 CPUtime=3.2 cores=0,2,4,6
/proc/18964/task/18979/stat : 18979 (pb_cplex) R 18963 18963 17869 0 -1 4202560 6215 0 0 0 317 3 0 0 20 0 8 0 391272988 1656184832 314800 33554432000 134512640 146736320 4288186496 3496378960 136403112 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18964/tid=18980] ppid=18963 vsize=1617368 CPUtime=2.6 cores=0,2,4,6
/proc/18964/task/18980/stat : 18980 (pb_cplex) R 18963 18963 17869 0 -1 4202560 5616 0 0 0 257 3 0 0 20 0 8 0 391272988 1656184832 314800 33554432000 134512640 146736320 4288186496 3506864280 136007083 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18964/tid=18981] ppid=18963 vsize=1617368 CPUtime=2.26 cores=0,2,4,6
/proc/18964/task/18981/stat : 18981 (pb_cplex) R 18963 18963 17869 0 -1 4202560 4466 0 0 0 224 2 0 0 20 0 8 0 391272988 1656184832 314800 33554432000 134512640 146736320 4288186496 3517350056 135983217 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18964/tid=18982] ppid=18963 vsize=1617368 CPUtime=3.2 cores=0,2,4,6
/proc/18964/task/18982/stat : 18982 (pb_cplex) R 18963 18963 17869 0 -1 4202560 5777 0 0 0 318 2 0 0 20 0 8 0 391272988 1656184832 314800 33554432000 134512640 146736320 4288186496 3527836240 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18964/tid=18983] ppid=18963 vsize=1617368 CPUtime=3.16 cores=0,2,4,6
/proc/18964/task/18983/stat : 18983 (pb_cplex) R 18963 18963 17869 0 -1 4202560 4886 0 0 0 314 2 0 0 20 0 8 0 391272988 1656184832 314800 33554432000 134512640 146736320 4288186496 3282034896 136008050 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18964/tid=18984] ppid=18963 vsize=1617368 CPUtime=2.78 cores=0,2,4,6
/proc/18964/task/18984/stat : 18984 (pb_cplex) R 18963 18963 17869 0 -1 4202560 4792 0 0 0 276 2 0 0 20 0 8 0 391272988 1656184832 314800 33554432000 134512640 146736320 4288186496 3271549000 139042897 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18964/tid=18985] ppid=18963 vsize=1617368 CPUtime=3.24 cores=0,2,4,6
/proc/18964/task/18985/stat : 18985 (pb_cplex) R 18963 18963 17869 0 -1 4202560 4792 0 0 0 322 2 0 0 20 0 8 0 391272989 1656184832 314800 33554432000 134512640 146736320 4288186496 3261064168 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1054.13
Current children cumulated vsize (KiB) 1626516

[startup+1062.3 s]
/proc/loadavg: 6.74 3.54 3.04 10/187 19039
/proc/meminfo: memFree=25355832/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
[pid=18964] ppid=18963 vsize=1643304 CPUtime=1293.56 cores=0,2,4,6
/proc/18964/stat : 18964 (pb_cplex) R 18963 18963 17869 0 -1 4202496 632945 0 0 0 129129 227 0 0 20 0 8 0 391181021 1682743296 322551 33554432000 134512640 146736320 4288186496 4288175888 136008165 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18964/statm: 410826 322551 988 2985 0 407760 0
[pid=18964/tid=18979] ppid=18963 vsize=1643304 CPUtime=33.02 cores=0,2,4,6
/proc/18964/task/18979/stat : 18979 (pb_cplex) R 18963 18963 17869 0 -1 4202560 11706 0 0 0 3295 7 0 0 20 0 8 0 391272988 1682743296 322551 33554432000 134512640 146736320 4288186496 3496377872 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18964/tid=18980] ppid=18963 vsize=1643304 CPUtime=32.51 cores=0,2,4,6
/proc/18964/task/18980/stat : 18980 (pb_cplex) R 18963 18963 17869 0 -1 4202560 8803 0 0 0 3247 4 0 0 20 0 8 0 391272988 1682743296 322551 33554432000 134512640 146736320 4288186496 3506863632 136403112 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18964/tid=18981] ppid=18963 vsize=1643304 CPUtime=31.68 cores=0,2,4,6
/proc/18964/task/18981/stat : 18981 (pb_cplex) R 18963 18963 17869 0 -1 4202560 7014 0 0 0 3164 4 0 0 20 0 8 0 391272988 1682743296 322551 33554432000 134512640 146736320 4288186496 3517349008 136008256 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18964/tid=18982] ppid=18963 vsize=1643304 CPUtime=33.28 cores=0,2,4,6
/proc/18964/task/18982/stat : 18982 (pb_cplex) R 18963 18963 17869 0 -1 4202560 9110 0 0 0 3324 4 0 0 20 0 8 0 391272988 1682743296 322551 33554432000 134512640 146736320 4288186496 3527834752 136470783 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18964/tid=18983] ppid=18963 vsize=1643304 CPUtime=33.01 cores=0,2,4,6
/proc/18964/task/18983/stat : 18983 (pb_cplex) R 18963 18963 17869 0 -1 4202560 8159 0 0 0 3297 4 0 0 20 0 8 0 391272988 1682743296 322551 33554432000 134512640 146736320 4288186496 3282033712 136384883 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18964/tid=18984] ppid=18963 vsize=1643304 CPUtime=32.73 cores=0,2,4,6
/proc/18964/task/18984/stat : 18984 (pb_cplex) R 18963 18963 17869 0 -1 4202560 7621 0 0 0 3270 3 0 0 20 0 8 0 391272988 1682743296 322551 33554432000 134512640 146736320 4288186496 3271548048 136008042 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18964/tid=18985] ppid=18963 vsize=1643304 CPUtime=33.16 cores=0,2,4,6
/proc/18964/task/18985/stat : 18985 (pb_cplex) R 18963 18963 17869 0 -1 4202560 12019 0 0 0 3310 6 0 0 20 0 8 0 391272989 1682743296 322551 33554432000 134512640 146736320 4288186496 3261062672 136403117 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1293.56
Current children cumulated vsize (KiB) 1652452

[startup+1122.3 s]
/proc/loadavg: 7.19 4.28 3.32 8/186 19039
/proc/meminfo: memFree=25337984/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
[pid=18964] ppid=18963 vsize=1642956 CPUtime=1532.91 cores=0,2,4,6
/proc/18964/stat : 18964 (pb_cplex) S 18963 18963 17869 0 -1 4202496 663007 0 0 0 153044 247 0 0 20 0 8 0 391181021 1682386944 326395 33554432000 134512640 146736320 4288186496 4288180496 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18964/statm: 410739 326395 988 2985 0 407673 0
[pid=18964/tid=18979] ppid=18963 vsize=1642956 CPUtime=70.47 cores=0,2,4,6
/proc/18964/task/18979/stat : 18979 (pb_cplex) R 18963 18963 17869 0 -1 4202560 18182 0 0 0 7035 12 0 0 20 0 8 0 391272988 1682386944 326395 33554432000 134512640 146736320 4288186496 3496378576 136008050 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18964/tid=18980] ppid=18963 vsize=1642956 CPUtime=68.82 cores=0,2,4,6
/proc/18964/task/18980/stat : 18980 (pb_cplex) R 18963 18963 17869 0 -1 4202560 15476 0 0 0 6874 8 0 0 20 0 8 0 391272988 1682386944 326395 33554432000 134512640 146736320 4288186496 3506865128 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18964/tid=18981] ppid=18963 vsize=1642956 CPUtime=68.35 cores=0,2,4,6
/proc/18964/task/18981/stat : 18981 (pb_cplex) R 18963 18963 17869 0 -1 4202560 9928 0 0 0 6829 6 0 0 20 0 8 0 391272988 1682386944 326395 33554432000 134512640 146736320 4288186496 3517349008 136008245 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18964/tid=18982] ppid=18963 vsize=1642956 CPUtime=70.35 cores=0,2,4,6
/proc/18964/task/18982/stat : 18982 (pb_cplex) R 18963 18963 17869 0 -1 4202560 12297 0 0 0 7028 7 0 0 20 0 8 0 391272988 1682386944 326395 33554432000 134512640 146736320 4288186496 3527835800 136007053 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18964/tid=18983] ppid=18963 vsize=1642956 CPUtime=70.23 cores=0,2,4,6
/proc/18964/task/18983/stat : 18983 (pb_cplex) R 18963 18963 17869 0 -1 4202560 10921 0 0 0 7015 8 0 0 20 0 8 0 391272988 1682386944 326395 33554432000 134512640 146736320 4288186496 3282034896 136008170 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18964/tid=18984] ppid=18963 vsize=1642956 CPUtime=42.42 cores=0,2,4,6
/proc/18964/task/18984/stat : 18984 (pb_cplex) S 18963 18963 17869 0 -1 4202560 8478 0 0 0 4238 4 0 0 20 0 8 0 391272988 1682386944 326395 33554432000 134512640 146736320 4288186496 3271552656 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18964/tid=18985] ppid=18963 vsize=1642956 CPUtime=69.52 cores=0,2,4,6
/proc/18964/task/18985/stat : 18985 (pb_cplex) R 18963 18963 17869 0 -1 4202560 18842 0 0 0 6940 12 0 0 20 0 8 0 391272989 1682386944 326395 33554432000 134512640 146736320 4288186496 3261064168 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1532.91
Current children cumulated vsize (KiB) 1652104

[startup+1182.3 s]
/proc/loadavg: 7.07 4.77 3.55 8/186 19039
/proc/meminfo: memFree=25274192/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
[pid=18964] ppid=18963 vsize=1643772 CPUtime=1772.36 cores=0,2,4,6
/proc/18964/stat : 18964 (pb_cplex) S 18963 18963 17869 0 -1 4202496 702254 0 0 0 176971 265 0 0 20 0 8 0 391181021 1683222528 329078 33554432000 134512640 146736320 4288186496 4288180496 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18964/statm: 410943 329078 988 2985 0 407877 0
[pid=18964/tid=18979] ppid=18963 vsize=1643772 CPUtime=110.12 cores=0,2,4,6
/proc/18964/task/18979/stat : 18979 (pb_cplex) R 18963 18963 17869 0 -1 4202560 26441 0 0 0 10997 15 0 0 20 0 8 0 391272988 1683222528 329078 33554432000 134512640 146736320 4288186496 3496378576 136008065 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18964/tid=18980] ppid=18963 vsize=1643772 CPUtime=108.8 cores=0,2,4,6
/proc/18964/task/18980/stat : 18980 (pb_cplex) R 18963 18963 17869 0 -1 4202560 24456 0 0 0 10868 12 0 0 20 0 8 0 391272988 1683222528 329078 33554432000 134512640 146736320 4288186496 3506864336 136008056 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18964/tid=18981] ppid=18963 vsize=1643772 CPUtime=109.16 cores=0,2,4,6
/proc/18964/task/18981/stat : 18981 (pb_cplex) R 18963 18963 17869 0 -1 4202560 14612 0 0 0 10908 8 0 0 20 0 8 0 391272988 1683222528 329078 33554432000 134512640 146736320 4288186496 3517350040 136007083 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18964/tid=18982] ppid=18963 vsize=1643772 CPUtime=109.58 cores=0,2,4,6
/proc/18964/task/18982/stat : 18982 (pb_cplex) R 18963 18963 17869 0 -1 4202560 16683 0 0 0 10948 10 0 0 20 0 8 0 391272988 1683222528 329078 33554432000 134512640 146736320 4288186496 3527835688 139044591 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18964/tid=18983] ppid=18963 vsize=1643772 CPUtime=108.94 cores=0,2,4,6
/proc/18964/task/18983/stat : 18983 (pb_cplex) R 18963 18963 17869 0 -1 4202560 19399 0 0 0 10882 12 0 0 20 0 8 0 391272988 1683222528 329078 33554432000 134512640 146736320 4288186496 3282034896 136008069 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18964/tid=18984] ppid=18963 vsize=1643772 CPUtime=42.42 cores=0,2,4,6
/proc/18964/task/18984/stat : 18984 (pb_cplex) S 18963 18963 17869 0 -1 4202560 8478 0 0 0 4238 4 0 0 20 0 8 0 391272988 1683222528 329078 33554432000 134512640 146736320 4288186496 3271552656 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18964/tid=18985] ppid=18963 vsize=1643772 CPUtime=109.83 cores=0,2,4,6
/proc/18964/task/18985/stat : 18985 (pb_cplex) R 18963 18963 17869 0 -1 4202560 23302 0 0 0 10969 14 0 0 20 0 8 0 391272989 1683222528 329078 33554432000 134512640 146736320 4288186496 3261063376 136008065 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1772.36
Current children cumulated vsize (KiB) 1652920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1189.3 s]
/proc/loadavg: 7.06 4.84 3.59 7/186 19039
/proc/meminfo: memFree=25270904/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
[pid=18964] ppid=18963 vsize=1642784 CPUtime=1800.32 cores=0,2,4,6
/proc/18964/stat : 18964 (pb_cplex) S 18963 18963 17869 0 -1 4202496 705439 0 0 0 179765 267 0 0 20 0 8 0 391181021 1682210816 329199 33554432000 134512640 146736320 4288186496 4288180496 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18964/statm: 410696 329199 988 2985 0 407630 0
[pid=18964/tid=18979] ppid=18963 vsize=1642784 CPUtime=114.89 cores=0,2,4,6
/proc/18964/task/18979/stat : 18979 (pb_cplex) S 18963 18963 17869 0 -1 4202560 27103 0 0 0 11474 15 0 0 20 0 8 0 391272988 1682210816 329199 33554432000 134512640 146736320 4288186496 3496382096 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18964/tid=18980] ppid=18963 vsize=1642784 CPUtime=113.53 cores=0,2,4,6
/proc/18964/task/18980/stat : 18980 (pb_cplex) R 18963 18963 17869 0 -1 4202560 24927 0 0 0 11341 12 0 0 20 0 8 0 391272988 1682210816 329199 33554432000 134512640 146736320 4288186496 3506864336 136008039 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18964/tid=18981] ppid=18963 vsize=1642784 CPUtime=113.64 cores=0,2,4,6
/proc/18964/task/18981/stat : 18981 (pb_cplex) R 18963 18963 17869 0 -1 4202560 15012 0 0 0 11356 8 0 0 20 0 8 0 391272988 1682210816 329199 33554432000 134512640 146736320 4288186496 3517350096 136008042 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18964/tid=18982] ppid=18963 vsize=1642784 CPUtime=114.08 cores=0,2,4,6
/proc/18964/task/18982/stat : 18982 (pb_cplex) R 18963 18963 17869 0 -1 4202560 17281 0 0 0 11398 10 0 0 20 0 8 0 391272988 1682210816 329199 33554432000 134512640 146736320 4288186496 3527835856 136008234 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18964/tid=18983] ppid=18963 vsize=1642784 CPUtime=113.58 cores=0,2,4,6
/proc/18964/task/18983/stat : 18983 (pb_cplex) R 18963 18963 17869 0 -1 4202560 19819 0 0 0 11346 12 0 0 20 0 8 0 391272988 1682210816 329199 33554432000 134512640 146736320 4288186496 3282034896 136008259 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18964/tid=18984] ppid=18963 vsize=1642784 CPUtime=42.42 cores=0,2,4,6
/proc/18964/task/18984/stat : 18984 (pb_cplex) S 18963 18963 17869 0 -1 4202560 8478 0 0 0 4238 4 0 0 20 0 8 0 391272988 1682210816 329199 33554432000 134512640 146736320 4288186496 3271552656 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18964/tid=18985] ppid=18963 vsize=1642784 CPUtime=114.59 cores=0,2,4,6
/proc/18964/task/18985/stat : 18985 (pb_cplex) R 18963 18963 17869 0 -1 4202560 23936 0 0 0 11444 15 0 0 20 0 8 0 391272989 1682210816 329199 33554432000 134512640 146736320 4288186496 3261063760 136403117 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 1651932

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

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

[startup+1189.3 s]
/proc/loadavg: 7.06 4.84 3.59 7/186 19039
/proc/meminfo: memFree=25270904/32873648 swapFree=7388/7388
[pid=18963] ppid=18961 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (run) S 18961 18963 17869 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391181021 9367552 270 33554432000 4194304 5064252 140733640009792 140733640008704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18963/statm: 2287 270 229 213 0 72 0
[pid=18964] ppid=18963 vsize=1642784 CPUtime=1800.32 cores=0,2,4,6
/proc/18964/stat : 18964 (pb_cplex) S 18963 18963 17869 0 -1 4202496 705439 0 0 0 179765 267 0 0 20 0 8 0 391181021 1682210816 329199 33554432000 134512640 146736320 4288186496 4288180496 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18964/statm: 410696 329199 988 2985 0 407630 0
[pid=18964/tid=18979] ppid=18963 vsize=1642784 CPUtime=114.89 cores=0,2,4,6
/proc/18964/task/18979/stat : 18979 (pb_cplex) S 18963 18963 17869 0 -1 4202560 27103 0 0 0 11474 15 0 0 20 0 8 0 391272988 1682210816 329199 33554432000 134512640 146736320 4288186496 3496382096 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18964/tid=18980] ppid=18963 vsize=1642784 CPUtime=113.53 cores=0,2,4,6
/proc/18964/task/18980/stat : 18980 (pb_cplex) R 18963 18963 17869 0 -1 4202560 24927 0 0 0 11341 12 0 0 20 0 8 0 391272988 1682210816 329199 33554432000 134512640 146736320 4288186496 3506864336 136008039 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18964/tid=18981] ppid=18963 vsize=1642784 CPUtime=113.64 cores=0,2,4,6
/proc/18964/task/18981/stat : 18981 (pb_cplex) R 18963 18963 17869 0 -1 4202560 15012 0 0 0 11356 8 0 0 20 0 8 0 391272988 1682210816 329199 33554432000 134512640 146736320 4288186496 3517350096 136008042 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=18964/tid=18982] ppid=18963 vsize=1642784 CPUtime=114.08 cores=0,2,4,6
/proc/18964/task/18982/stat : 18982 (pb_cplex) R 18963 18963 17869 0 -1 4202560 17281 0 0 0 11398 10 0 0 20 0 8 0 391272988 1682210816 329199 33554432000 134512640 146736320 4288186496 3527835856 136008234 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=18964/tid=18983] ppid=18963 vsize=1642784 CPUtime=113.58 cores=0,2,4,6
/proc/18964/task/18983/stat : 18983 (pb_cplex) R 18963 18963 17869 0 -1 4202560 19819 0 0 0 11346 12 0 0 20 0 8 0 391272988 1682210816 329199 33554432000 134512640 146736320 4288186496 3282034896 136008259 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=18964/tid=18984] ppid=18963 vsize=1642784 CPUtime=42.42 cores=0,2,4,6
/proc/18964/task/18984/stat : 18984 (pb_cplex) S 18963 18963 17869 0 -1 4202560 8478 0 0 0 4238 4 0 0 20 0 8 0 391272988 1682210816 329199 33554432000 134512640 146736320 4288186496 3271552656 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18964/tid=18985] ppid=18963 vsize=1642784 CPUtime=114.59 cores=0,2,4,6
/proc/18964/task/18985/stat : 18985 (pb_cplex) R 18963 18963 17869 0 -1 4202560 23936 0 0 0 11444 15 0 0 20 0 8 0 391272989 1682210816 329199 33554432000 134512640 146736320 4288186496 3261063760 136403117 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 1651932

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18963 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.32
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1189.32
CPU time (s): 1800.32
CPU user time (s): 1797.65
CPU system time (s): 2.67
CPU usage (%): 151.374
Max. virtual memory (cumulated for all children) (KiB): 1909072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
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 2.79058 second user time and 6.93494 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-09 16:02:45
IDJOB=3741798
IDBENCH=89911
IDSOLVER=2325
FILE ID=node148/3741798-1339250564
RUNJOBID= node148-1339246835-17885
PBS_JOBID= 14644333
Free space on /tmp= 70348 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/kullmann/normalized-mul_8_11_shg.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741798-1339250564/watcher-3741798-1339250564 -o /tmp/evaluation-result-3741798-1339250564/solver-3741798-1339250564 -C 1800 -W 1900 -M 15500  run HOME/instance-3741798-1339250564.opb

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

MD5SUM BENCH= 72d0920292366751823d98a716f59807
RANDOM SEED=1834452469

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26001352 kB
Buffers:          772448 kB
Cached:          4478852 kB
SwapCached:          560 kB
Active:          3265344 kB
Inactive:        2628148 kB
Active(anon):     629620 kB
Inactive(anon):    10628 kB
Active(file):    2635724 kB
Inactive(file):  2617520 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:             64804 kB
Writeback:             0 kB
AnonPages:        646816 kB
Mapped:            13868 kB
Shmem:                36 kB
Slab:             839684 kB
SReclaimable:     283552 kB
SUnreclaim:       556132 kB
KernelStack:        1456 kB
PageTables:         5352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1197528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    593920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3741798-1339250564.opb

Free space on /tmp at the end= 70368 MiB
End job on node148 at 2012-06-09 16:22:35