Trace number 3741383

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.18 994.817

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-ns894244.opb
MD5SUMcdfac8cd93d8a1de6ab1cef68bd1ac7c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark1783.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21856
Total number of constraints12129
Number of constraints which are clauses4095
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints7696
Minimum length of a constraint1
Maximum length of a constraint211
Number of terms in the objective function 16
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 16
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 211
Number of bits of the biggest sum of numbers8
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-3741383-1339250240.opb.
0.00/0.00	c Instance file HOME/instance-3741383-1339250240.opb
0.00/0.00	c File size is 942899 bytes.
0.00/0.67	c Highest Coefficient sum: 211
0.00/0.67	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.69	c ============================[ Problem Statistics ]=============================
0.00/0.69	c |                                                                             |
0.00/0.69	c |  Parsing time:          0.68         s                                      |
0.00/0.69	c |  Number Variables:      21856                                               |
0.00/0.70	c |  Number Constraints:    12129                                               |
0.00/0.70	c ===============================================================================
1800.18/994.81	c Remaining time 1799.31 sec.
1800.18/994.81	c 
1800.18/994.81	c *** INTERRUPTED ***
1800.18/994.81	s UNKNOWN
1800.18/994.81	c Total CPU time              : 1799.89 s
1800.18/994.81	c Memory used           : 256.78 MB
1800.18/994.81	c CPU time              : 1799.89 s
1800.18/994.81	c 
1800.18/994.81	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-3741383-1339250240/watcher-3741383-1339250240 -o /tmp/evaluation-result-3741383-1339250240/solver-3741383-1339250240 -C 1800 -W 1900 -M 15500 run HOME/instance-3741383-1339250240.opb 

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

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


[startup+0 s]
/proc/loadavg: 8.41 7.32 6.73 3/184 1237
/proc/meminfo: memFree=30218124/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0

[startup+0.0355361 s]
/proc/loadavg: 8.41 7.32 6.73 3/184 1237
/proc/meminfo: memFree=30218124/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 8.41 7.32 6.73 3/184 1237
/proc/meminfo: memFree=30218124/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300226 s]
/proc/loadavg: 8.41 7.32 6.73 3/184 1237
/proc/meminfo: memFree=30218124/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700231 s]
/proc/loadavg: 8.41 7.32 6.73 3/184 1237
/proc/meminfo: memFree=30218124/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/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: 7.90 7.23 6.70 3/186 1239
/proc/meminfo: memFree=30195804/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
[pid=1238] ppid=1237 vsize=47524 CPUtime=1.49 cores=1,3,5,7
/proc/1238/stat : 1238 (pb_cplex) R 1237 1237 415 0 -1 4202496 11817 0 0 0 147 2 0 0 20 0 1 0 391149666 48664576 8091 33554432000 134512640 146736320 4289500192 4289494876 135855170 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1238/statm: 11881 8091 793 2985 0 8815 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56672

[startup+3.10027 s]
/proc/loadavg: 7.90 7.23 6.70 3/186 1239
/proc/meminfo: memFree=30188596/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
[pid=1238] ppid=1237 vsize=47524 CPUtime=3.09 cores=1,3,5,7
/proc/1238/stat : 1238 (pb_cplex) R 1237 1237 415 0 -1 4202496 11831 0 0 0 307 2 0 0 20 0 1 0 391149666 48664576 8105 33554432000 134512640 146736320 4289500192 4289493952 135468524 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1238/statm: 11881 8105 793 2985 0 8815 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56672

[startup+6.30027 s]
/proc/loadavg: 7.42 7.15 6.68 3/186 1239
/proc/meminfo: memFree=30187860/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
[pid=1238] ppid=1237 vsize=47908 CPUtime=6.29 cores=1,3,5,7
/proc/1238/stat : 1238 (pb_cplex) R 1237 1237 415 0 -1 4202496 11921 0 0 0 627 2 0 0 20 0 1 0 391149666 49057792 8195 33554432000 134512640 146736320 4289500192 4289494876 135855174 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1238/statm: 11977 8195 793 2985 0 8911 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57056

[startup+12.7003 s]
/proc/loadavg: 6.99 7.06 6.65 3/186 1239
/proc/meminfo: memFree=30187248/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
[pid=1238] ppid=1237 vsize=47908 CPUtime=12.69 cores=1,3,5,7
/proc/1238/stat : 1238 (pb_cplex) R 1237 1237 415 0 -1 4202496 11928 0 0 0 1267 2 0 0 20 0 1 0 391149666 49057792 8385 33554432000 134512640 146736320 4289500192 4289494876 135855167 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1238/statm: 11977 8385 793 2985 0 8911 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57056

[startup+25.5003 s]
/proc/loadavg: 6.22 6.89 6.60 3/186 1239
/proc/meminfo: memFree=30182036/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
[pid=1238] ppid=1237 vsize=48292 CPUtime=25.48 cores=1,3,5,7
/proc/1238/stat : 1238 (pb_cplex) R 1237 1237 415 0 -1 4202496 13351 0 0 0 2546 2 0 0 20 0 1 0 391149666 49451008 9430 33554432000 134512640 146736320 4289500192 4289494520 136015725 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1238/statm: 12073 9430 847 2985 0 9007 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 57440

[startup+51.1003 s]
/proc/loadavg: 4.56 6.42 6.45 3/186 1239
/proc/meminfo: memFree=30181416/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
[pid=1238] ppid=1237 vsize=48668 CPUtime=51.08 cores=1,3,5,7
/proc/1238/stat : 1238 (pb_cplex) R 1237 1237 415 0 -1 4202496 13392 0 0 0 5106 2 0 0 20 0 1 0 391149666 49836032 9471 33554432000 134512640 146736320 4289500192 4289494264 136475778 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1238/statm: 12167 9471 847 2985 0 9101 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57816

[startup+102.3 s]
/proc/loadavg: 3.11 5.74 6.22 3/186 1239
/proc/meminfo: memFree=30177572/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
[pid=1238] ppid=1237 vsize=53452 CPUtime=102.27 cores=1,3,5,7
/proc/1238/stat : 1238 (pb_cplex) R 1237 1237 415 0 -1 4202496 21770 0 0 0 10223 4 0 0 20 0 1 0 391149666 54734848 10445 33554432000 134512640 146736320 4289500192 4289494264 136475778 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1238/statm: 13363 10445 903 2985 0 10297 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 62600

[startup+162.3 s]
/proc/loadavg: 2.41 5.06 5.95 3/187 1242
/proc/meminfo: memFree=30176788/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
[pid=1238] ppid=1237 vsize=54608 CPUtime=162.25 cores=1,3,5,7
/proc/1238/stat : 1238 (pb_cplex) R 1237 1237 415 0 -1 4202496 23844 0 0 0 16221 4 0 0 20 0 1 0 391149666 55918592 10645 33554432000 134512640 146736320 4289500192 4289493916 135855174 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1238/statm: 13652 10645 906 2985 0 10586 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 63756

[startup+222.307 s]
/proc/loadavg: 2.15 4.50 5.70 3/187 1265
/proc/meminfo: memFree=30174620/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
[pid=1238] ppid=1237 vsize=54096 CPUtime=222.26 cores=1,3,5,7
/proc/1238/stat : 1238 (pb_cplex) R 1237 1237 415 0 -1 4202496 24571 0 0 0 22221 5 0 0 20 0 1 0 391149666 55394304 10664 33554432000 134512640 146736320 4289500192 4289495544 136475859 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1238/statm: 13524 10664 922 2985 0 10458 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 63244

[startup+282.3 s]
/proc/loadavg: 2.05 4.04 5.47 3/187 1266
/proc/meminfo: memFree=30174088/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
[pid=1238] ppid=1237 vsize=54096 CPUtime=282.24 cores=1,3,5,7
/proc/1238/stat : 1238 (pb_cplex) R 1237 1237 415 0 -1 4202496 26434 0 0 0 28218 6 0 0 20 0 1 0 391149666 55394304 10664 33554432000 134512640 146736320 4289500192 4289494364 135855179 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1238/statm: 13524 10664 922 2985 0 10458 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 63244

[startup+342.3 s]
/proc/loadavg: 2.02 3.67 5.25 3/193 1273
/proc/meminfo: memFree=30120348/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
[pid=1238] ppid=1237 vsize=209308 CPUtime=342.22 cores=1,3,5,7
/proc/1238/stat : 1238 (pb_cplex) R 1237 1237 415 0 -1 4202496 42936 0 0 0 34213 9 0 0 20 0 8 0 391149666 214331392 24335 33554432000 134512640 146736320 4289500192 4289493456 136403117 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1238/statm: 52327 24335 953 2985 0 49261 0
[pid=1238/tid=1267] ppid=1237 vsize=209308 CPUtime=0 cores=1,3,5,7
/proc/1238/task/1267/stat : 1267 (pb_cplex) S 1237 1237 415 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 391178053 214331392 24335 33554432000 134512640 146736320 4289500192 4123676304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1238/tid=1268] ppid=1237 vsize=209308 CPUtime=0 cores=1,3,5,7
/proc/1238/task/1268/stat : 1268 (pb_cplex) S 1237 1237 415 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391178053 214331392 24335 33554432000 134512640 146736320 4289500192 4113190544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1238/tid=1269] ppid=1237 vsize=209308 CPUtime=0 cores=1,3,5,7
/proc/1238/task/1269/stat : 1269 (pb_cplex) S 1237 1237 415 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391178053 214331392 24335 33554432000 134512640 146736320 4289500192 4102704784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1238/tid=1270] ppid=1237 vsize=209308 CPUtime=0 cores=1,3,5,7

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

/proc/1238/statm: 64226 38486 953 2985 0 61160 0
[pid=1238/tid=1267] ppid=1237 vsize=256904 CPUtime=18.39 cores=1,3,5,7
/proc/1238/task/1267/stat : 1267 (pb_cplex) R 1237 1237 415 0 -1 4202560 1168 0 0 0 1839 0 0 0 20 0 8 0 391178053 263069696 38486 33554432000 134512640 146736320 4289500192 4123672784 136008245 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=1238/tid=1268] ppid=1237 vsize=256904 CPUtime=18.6 cores=1,3,5,7
/proc/1238/task/1268/stat : 1268 (pb_cplex) R 1237 1237 415 0 -1 4202560 913 0 0 0 1860 0 0 0 20 0 8 0 391178053 263069696 38486 33554432000 134512640 146736320 4289500192 4113187092 136003490 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1238/tid=1269] ppid=1237 vsize=256904 CPUtime=18.55 cores=1,3,5,7
/proc/1238/task/1269/stat : 1269 (pb_cplex) R 1237 1237 415 0 -1 4202560 1217 0 0 0 1855 0 0 0 20 0 8 0 391178053 263069696 38486 33554432000 134512640 146736320 4289500192 4102701264 136007977 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=1238/tid=1270] ppid=1237 vsize=256904 CPUtime=18.62 cores=1,3,5,7
/proc/1238/task/1270/stat : 1270 (pb_cplex) R 1237 1237 415 0 -1 4202560 1381 0 0 0 1862 0 0 0 20 0 8 0 391178053 263069696 38486 33554432000 134512640 146736320 4289500192 4092215344 136384890 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1238/tid=1271] ppid=1237 vsize=256904 CPUtime=18.62 cores=1,3,5,7
/proc/1238/task/1271/stat : 1271 (pb_cplex) R 1237 1237 415 0 -1 4202560 1186 0 0 0 1862 0 0 0 20 0 8 0 391178053 263069696 38486 33554432000 134512640 146736320 4289500192 4081729628 135855165 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1238/tid=1272] ppid=1237 vsize=256904 CPUtime=18.44 cores=1,3,5,7
/proc/1238/task/1272/stat : 1272 (pb_cplex) R 1237 1237 415 0 -1 4202560 1214 0 0 0 1842 2 0 0 20 0 8 0 391178053 263069696 38486 33554432000 134512640 146736320 4289500192 4071243832 136475812 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1238/tid=1273] ppid=1237 vsize=256904 CPUtime=18.58 cores=1,3,5,7
/proc/1238/task/1273/stat : 1273 (pb_cplex) R 1237 1237 415 0 -1 4202560 1128 0 0 0 1858 0 0 0 20 0 8 0 391178053 263069696 38486 33554432000 134512640 146736320 4289500192 4060758084 136385184 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 873.8
Current children cumulated vsize (KiB) 266052

[startup+822.3 s]
/proc/loadavg: 7.68 4.32 4.63 10/193 1277
/proc/meminfo: memFree=30062104/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
[pid=1238] ppid=1237 vsize=256904 CPUtime=1112.83 cores=1,3,5,7
/proc/1238/stat : 1238 (pb_cplex) R 1237 1237 415 0 -1 4202496 51221 0 0 0 111262 21 0 0 20 0 8 0 391149666 263069696 38504 33554432000 134512640 146736320 4289500192 4289493320 136000404 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1238/statm: 64226 38504 953 2985 0 61160 0
[pid=1238/tid=1267] ppid=1237 vsize=256904 CPUtime=48 cores=1,3,5,7
/proc/1238/task/1267/stat : 1267 (pb_cplex) R 1237 1237 415 0 -1 4202560 1171 0 0 0 4798 2 0 0 20 0 8 0 391178053 263069696 38504 33554432000 134512640 146736320 4289500192 4123673624 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=1238/tid=1268] ppid=1237 vsize=256904 CPUtime=48.51 cores=1,3,5,7
/proc/1238/task/1268/stat : 1268 (pb_cplex) R 1237 1237 415 0 -1 4202560 914 0 0 0 4851 0 0 0 20 0 8 0 391178053 263069696 38504 33554432000 134512640 146736320 4289500192 4113186908 135855179 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1238/tid=1269] ppid=1237 vsize=256904 CPUtime=48.34 cores=1,3,5,7
/proc/1238/task/1269/stat : 1269 (pb_cplex) R 1237 1237 415 0 -1 4202560 1219 0 0 0 4834 0 0 0 20 0 8 0 391178053 263069696 38504 33554432000 134512640 146736320 4289500192 4102701148 135855165 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1238/tid=1270] ppid=1237 vsize=256904 CPUtime=48.53 cores=1,3,5,7
/proc/1238/task/1270/stat : 1270 (pb_cplex) R 1237 1237 415 0 -1 4202560 1383 0 0 0 4853 0 0 0 20 0 8 0 391178053 263069696 38504 33554432000 134512640 146736320 4289500192 4092214528 135443392 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1238/tid=1271] ppid=1237 vsize=256904 CPUtime=48.53 cores=1,3,5,7
/proc/1238/task/1271/stat : 1271 (pb_cplex) R 1237 1237 415 0 -1 4202560 1193 0 0 0 4852 1 0 0 20 0 8 0 391178053 263069696 38504 33554432000 134512640 146736320 4289500192 4081729592 136475800 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1238/tid=1272] ppid=1237 vsize=256904 CPUtime=48.36 cores=1,3,5,7
/proc/1238/task/1272/stat : 1272 (pb_cplex) R 1237 1237 415 0 -1 4202560 1217 0 0 0 4834 2 0 0 20 0 8 0 391178053 263069696 38504 33554432000 134512640 146736320 4289500192 4071243868 135855179 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1238/tid=1273] ppid=1237 vsize=256904 CPUtime=48.5 cores=1,3,5,7
/proc/1238/task/1273/stat : 1273 (pb_cplex) R 1237 1237 415 0 -1 4202560 1128 0 0 0 4849 1 0 0 20 0 8 0 391178053 263069696 38504 33554432000 134512640 146736320 4289500192 4060758224 136008116 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1112.83
Current children cumulated vsize (KiB) 266052

[startup+882.307 s]
/proc/loadavg: 8.51 5.17 4.90 10/186 1328
/proc/meminfo: memFree=30556976/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
[pid=1238] ppid=1237 vsize=261532 CPUtime=1351.92 cores=1,3,5,7
/proc/1238/stat : 1238 (pb_cplex) R 1237 1237 415 0 -1 4202496 52524 0 0 0 135168 24 0 0 20 0 8 0 391149666 267808768 39805 33554432000 134512640 146736320 4289500192 4289493080 136008689 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1238/statm: 65383 39805 953 2985 0 62317 0
[pid=1238/tid=1267] ppid=1237 vsize=261532 CPUtime=78.03 cores=1,3,5,7
/proc/1238/task/1267/stat : 1267 (pb_cplex) R 1237 1237 415 0 -1 4202560 1537 0 0 0 7800 3 0 0 20 0 8 0 391178053 267808768 39805 33554432000 134512640 146736320 4289500192 4123671528 139044800 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1238/tid=1268] ppid=1237 vsize=261532 CPUtime=78.1 cores=1,3,5,7
/proc/1238/task/1268/stat : 1268 (pb_cplex) R 1237 1237 415 0 -1 4202560 1178 0 0 0 7808 2 0 0 20 0 8 0 391178053 267808768 39805 33554432000 134512640 146736320 4289500192 4113187024 136008020 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1238/tid=1269] ppid=1237 vsize=261532 CPUtime=78.09 cores=1,3,5,7
/proc/1238/task/1269/stat : 1269 (pb_cplex) R 1237 1237 415 0 -1 4202560 1404 0 0 0 7807 2 0 0 20 0 8 0 391178053 267808768 39805 33554432000 134512640 146736320 4289500192 4102701148 135855165 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=1238/tid=1270] ppid=1237 vsize=261532 CPUtime=78.09 cores=1,3,5,7
/proc/1238/task/1270/stat : 1270 (pb_cplex) R 1237 1237 415 0 -1 4202560 1523 0 0 0 7807 2 0 0 20 0 8 0 391178053 267808768 39805 33554432000 134512640 146736320 4289500192 4092215388 135855165 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1238/tid=1271] ppid=1237 vsize=261532 CPUtime=79.14 cores=1,3,5,7
/proc/1238/task/1271/stat : 1271 (pb_cplex) R 1237 1237 415 0 -1 4202560 1353 0 0 0 7912 2 0 0 20 0 8 0 391178053 267808768 39805 33554432000 134512640 146736320 4289500192 4081727128 135466781 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1238/tid=1272] ppid=1237 vsize=261532 CPUtime=77.76 cores=1,3,5,7
/proc/1238/task/1272/stat : 1272 (pb_cplex) R 1237 1237 415 0 -1 4202560 1217 0 0 0 7773 3 0 0 20 0 8 0 391178053 267808768 39805 33554432000 134512640 146736320 4289500192 4071243868 135855165 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1238/tid=1273] ppid=1237 vsize=261532 CPUtime=77.8 cores=1,3,5,7
/proc/1238/task/1273/stat : 1273 (pb_cplex) R 1237 1237 415 0 -1 4202560 1316 0 0 0 7778 2 0 0 20 0 8 0 391178053 267808768 39805 33554432000 134512640 146736320 4289500192 4060758604 139028318 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1351.92
Current children cumulated vsize (KiB) 270680

[startup+942.3 s]
/proc/loadavg: 8.82 5.86 5.16 10/186 1328
/proc/meminfo: memFree=30551756/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
[pid=1238] ppid=1237 vsize=262584 CPUtime=1590.97 cores=1,3,5,7
/proc/1238/stat : 1238 (pb_cplex) R 1237 1237 415 0 -1 4202496 52835 0 0 0 159068 29 0 0 20 0 8 0 391149666 268886016 40870 33554432000 134512640 146736320 4289500192 4289492920 136475800 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1238/statm: 65646 40870 953 2985 0 62580 0
[pid=1238/tid=1267] ppid=1237 vsize=262584 CPUtime=107.92 cores=1,3,5,7
/proc/1238/task/1267/stat : 1267 (pb_cplex) R 1237 1237 415 0 -1 4202560 1576 0 0 0 10788 4 0 0 20 0 8 0 391178053 268886016 40870 33554432000 134512640 146736320 4289500192 4123671560 136474219 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1238/tid=1268] ppid=1237 vsize=262584 CPUtime=107.99 cores=1,3,5,7
/proc/1238/task/1268/stat : 1268 (pb_cplex) R 1237 1237 415 0 -1 4202560 1215 0 0 0 10796 3 0 0 20 0 8 0 391178053 268886016 40870 33554432000 134512640 146736320 4289500192 4113186908 135855165 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1238/tid=1269] ppid=1237 vsize=262584 CPUtime=108.1 cores=1,3,5,7
/proc/1238/task/1269/stat : 1269 (pb_cplex) R 1237 1237 415 0 -1 4202560 1406 0 0 0 10807 3 0 0 20 0 8 0 391178053 268886016 40870 33554432000 134512640 146736320 4289500192 4102701112 136475800 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1238/tid=1270] ppid=1237 vsize=262584 CPUtime=107.77 cores=1,3,5,7
/proc/1238/task/1270/stat : 1270 (pb_cplex) R 1237 1237 415 0 -1 4202560 1561 0 0 0 10775 2 0 0 20 0 8 0 391178053 268886016 40870 33554432000 134512640 146736320 4289500192 4092215352 136475780 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=1238/tid=1271] ppid=1237 vsize=262584 CPUtime=108.4 cores=1,3,5,7
/proc/1238/task/1271/stat : 1271 (pb_cplex) R 1237 1237 415 0 -1 4202560 1356 0 0 0 10837 3 0 0 20 0 8 0 391178053 268886016 40870 33554432000 134512640 146736320 4289500192 4081728540 135855165 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1238/tid=1272] ppid=1237 vsize=262584 CPUtime=107.77 cores=1,3,5,7
/proc/1238/task/1272/stat : 1272 (pb_cplex) R 1237 1237 415 0 -1 4202560 1282 0 0 0 10774 3 0 0 20 0 8 0 391178053 268886016 40870 33554432000 134512640 146736320 4289500192 4071242756 136385172 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1238/tid=1273] ppid=1237 vsize=262584 CPUtime=108.15 cores=1,3,5,7
/proc/1238/task/1273/stat : 1273 (pb_cplex) R 1237 1237 415 0 -1 4202560 1354 0 0 0 10812 3 0 0 20 0 8 0 391178053 268886016 40870 33554432000 134512640 146736320 4289500192 4060758224 136008042 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1590.97
Current children cumulated vsize (KiB) 271732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+994.8 s]
/proc/loadavg: 8.92 6.34 5.36 10/186 1328
/proc/meminfo: memFree=30540180/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
[pid=1238] ppid=1237 vsize=262936 CPUtime=1800.18 cores=1,3,5,7
/proc/1238/stat : 1238 (pb_cplex) R 1237 1237 415 0 -1 4202496 52855 0 0 0 179986 32 0 0 20 0 8 0 391149666 269246464 40890 33554432000 134512640 146736320 4289500192 4289492956 135855165 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1238/statm: 65734 40890 953 2985 0 62668 0
[pid=1238/tid=1267] ppid=1237 vsize=262936 CPUtime=134.09 cores=1,3,5,7
/proc/1238/task/1267/stat : 1267 (pb_cplex) R 1237 1237 415 0 -1 4202560 1595 0 0 0 13405 4 0 0 20 0 8 0 391178053 269246464 40890 33554432000 134512640 146736320 4289500192 4123671580 135855165 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1238/tid=1268] ppid=1237 vsize=262936 CPUtime=133.96 cores=1,3,5,7
/proc/1238/task/1268/stat : 1268 (pb_cplex) R 1237 1237 415 0 -1 4202560 1215 0 0 0 13392 4 0 0 20 0 8 0 391178053 269246464 40890 33554432000 134512640 146736320 4289500192 4113186908 135855165 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1238/tid=1269] ppid=1237 vsize=262936 CPUtime=134.29 cores=1,3,5,7
/proc/1238/task/1269/stat : 1269 (pb_cplex) R 1237 1237 415 0 -1 4202560 1406 0 0 0 13425 4 0 0 20 0 8 0 391178053 269246464 40890 33554432000 134512640 146736320 4289500192 4102701148 135855174 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1238/tid=1270] ppid=1237 vsize=262936 CPUtime=133.69 cores=1,3,5,7
/proc/1238/task/1270/stat : 1270 (pb_cplex) R 1237 1237 415 0 -1 4202560 1562 0 0 0 13365 4 0 0 20 0 8 0 391178053 269246464 40890 33554432000 134512640 146736320 4289500192 4092215504 136008100 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1238/tid=1271] ppid=1237 vsize=262936 CPUtime=134.88 cores=1,3,5,7
/proc/1238/task/1271/stat : 1271 (pb_cplex) R 1237 1237 415 0 -1 4202560 1356 0 0 0 13484 4 0 0 20 0 8 0 391178053 269246464 40890 33554432000 134512640 146736320 4289500192 4081728504 136475826 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1238/tid=1272] ppid=1237 vsize=262936 CPUtime=133.98 cores=1,3,5,7
/proc/1238/task/1272/stat : 1272 (pb_cplex) R 1237 1237 415 0 -1 4202560 1282 0 0 0 13393 5 0 0 20 0 8 0 391178053 269246464 40890 33554432000 134512640 146736320 4289500192 4071242780 135855165 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1238/tid=1273] ppid=1237 vsize=262936 CPUtime=133.97 cores=1,3,5,7
/proc/1238/task/1273/stat : 1273 (pb_cplex) R 1237 1237 415 0 -1 4202560 1354 0 0 0 13393 4 0 0 20 0 8 0 391178053 269246464 40890 33554432000 134512640 146736320 4289500192 4060758472 136000404 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 272084

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

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

[startup+994.8 s]
/proc/loadavg: 8.92 6.34 5.36 10/186 1328
/proc/meminfo: memFree=30540180/32873844 swapFree=7632/7632
[pid=1237] ppid=1235 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (run) S 1235 1237 415 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391149666 9367552 270 33554432000 4194304 5064252 140734072002304 140734072001216 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 2287 270 229 213 0 72 0
[pid=1238] ppid=1237 vsize=262936 CPUtime=1800.18 cores=1,3,5,7
/proc/1238/stat : 1238 (pb_cplex) R 1237 1237 415 0 -1 4202496 52855 0 0 0 179986 32 0 0 20 0 8 0 391149666 269246464 40890 33554432000 134512640 146736320 4289500192 4289492956 135855165 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1238/statm: 65734 40890 953 2985 0 62668 0
[pid=1238/tid=1267] ppid=1237 vsize=262936 CPUtime=134.09 cores=1,3,5,7
/proc/1238/task/1267/stat : 1267 (pb_cplex) R 1237 1237 415 0 -1 4202560 1595 0 0 0 13405 4 0 0 20 0 8 0 391178053 269246464 40890 33554432000 134512640 146736320 4289500192 4123671580 135855165 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1238/tid=1268] ppid=1237 vsize=262936 CPUtime=133.96 cores=1,3,5,7
/proc/1238/task/1268/stat : 1268 (pb_cplex) R 1237 1237 415 0 -1 4202560 1215 0 0 0 13392 4 0 0 20 0 8 0 391178053 269246464 40890 33554432000 134512640 146736320 4289500192 4113186908 135855165 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1238/tid=1269] ppid=1237 vsize=262936 CPUtime=134.29 cores=1,3,5,7
/proc/1238/task/1269/stat : 1269 (pb_cplex) R 1237 1237 415 0 -1 4202560 1406 0 0 0 13425 4 0 0 20 0 8 0 391178053 269246464 40890 33554432000 134512640 146736320 4289500192 4102701148 135855174 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1238/tid=1270] ppid=1237 vsize=262936 CPUtime=133.69 cores=1,3,5,7
/proc/1238/task/1270/stat : 1270 (pb_cplex) R 1237 1237 415 0 -1 4202560 1562 0 0 0 13365 4 0 0 20 0 8 0 391178053 269246464 40890 33554432000 134512640 146736320 4289500192 4092215504 136008100 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1238/tid=1271] ppid=1237 vsize=262936 CPUtime=134.88 cores=1,3,5,7
/proc/1238/task/1271/stat : 1271 (pb_cplex) R 1237 1237 415 0 -1 4202560 1356 0 0 0 13484 4 0 0 20 0 8 0 391178053 269246464 40890 33554432000 134512640 146736320 4289500192 4081728504 136475826 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1238/tid=1272] ppid=1237 vsize=262936 CPUtime=133.98 cores=1,3,5,7
/proc/1238/task/1272/stat : 1272 (pb_cplex) R 1237 1237 415 0 -1 4202560 1282 0 0 0 13393 5 0 0 20 0 8 0 391178053 269246464 40890 33554432000 134512640 146736320 4289500192 4071242780 135855165 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1238/tid=1273] ppid=1237 vsize=262936 CPUtime=133.97 cores=1,3,5,7
/proc/1238/task/1273/stat : 1273 (pb_cplex) R 1237 1237 415 0 -1 4202560 1354 0 0 0 13393 4 0 0 20 0 8 0 391178053 269246464 40890 33554432000 134512640 146736320 4289500192 4060758472 136000404 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 272084

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 994.817
CPU time (s): 1800.18
CPU user time (s): 1799.86
CPU system time (s): 0.32
CPU usage (%): 180.956
Max. virtual memory (cumulated for all children) (KiB): 272084

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.35064 second user time and 6.21505 second system time

The end

Launcher Data

Begin job on node119 at 2012-06-09 15:57:20
IDJOB=3741383
IDBENCH=89848
IDSOLVER=2325
FILE ID=node119/3741383-1339250240
RUNJOBID= node119-1339246834-434
PBS_JOBID= 14644362
Free space on /tmp= 71124 MiB

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

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

MD5SUM BENCH= cdfac8cd93d8a1de6ab1cef68bd1ac7c
RANDOM SEED=1225797395

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30218676 kB
Buffers:          355772 kB
Cached:           863224 kB
SwapCached:         2564 kB
Active:           960384 kB
Inactive:         801376 kB
Active(anon):     539228 kB
Inactive(anon):     3960 kB
Active(file):     421156 kB
Inactive(file):   797416 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67097032 kB
Dirty:             17128 kB
Writeback:             0 kB
AnonPages:        547180 kB
Mapped:            12564 kB
Shmem:                 0 kB
Slab:             750064 kB
SReclaimable:     190920 kB
SUnreclaim:       559144 kB
KernelStack:        1520 kB
PageTables:         4784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     820016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    485376 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-3741383-1339250240.opb

Free space on /tmp at the end= 71108 MiB
End job on node119 at 2012-06-09 16:13:55