Trace number 3742133

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 NameAnswerCPU timeWall clock time
PB10: pb_cplex 2010-06-29? (TO) 1800.4 961.816

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K95.opb
MD5SUMf5b402df79463ae0743ac9fe7c0d237d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark389.31
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6460
Total number of constraints6652
Number of constraints which are clauses6557
Number of constraints which are cardinality constraints (but not clauses)95
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint95
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 96
Number of bits of the biggest sum of numbers7
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-3742133-1339250790.opb.
0.00/0.00	c Instance file HOME/instance-3742133-1339250790.opb
0.00/0.00	c File size is 413569 bytes.
0.00/0.19	c Highest Coefficient sum: 96
0.00/0.19	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.20	c ============================[ Problem Statistics ]=============================
0.00/0.20	c |                                                                             |
0.00/0.20	c |  Parsing time:          0.19         s                                      |
0.00/0.20	c |  Number Variables:      6460                                                |
0.00/0.20	c |  Number Constraints:    6652                                                |
0.00/0.20	c ===============================================================================
1800.40/961.81	c Remaining time 1799.80 sec.
1800.40/961.81	c 
1800.40/961.81	c *** INTERRUPTED ***
1800.40/961.81	s UNKNOWN
1800.40/961.81	c Total CPU time              : 1800.06 s
1800.40/961.81	c Memory used           : 220.03 MB
1800.40/961.81	c CPU time              : 1800.06 s
1800.40/961.81	c 
1800.40/961.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-3742133-1339250790/watcher-3742133-1339250790 -o /tmp/evaluation-result-3742133-1339250790/solver-3742133-1339250790 -C 1800 -W 1900 -M 15500 run HOME/instance-3742133-1339250790.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: 2.01 2.01 2.30 3/177 16638
/proc/meminfo: memFree=31196728/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0

[startup+0.078561 s]
/proc/loadavg: 2.01 2.01 2.30 3/177 16638
/proc/meminfo: memFree=31196728/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100213 s]
/proc/loadavg: 2.01 2.01 2.30 3/177 16638
/proc/meminfo: memFree=31196728/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300182 s]
/proc/loadavg: 2.01 2.01 2.30 3/177 16638
/proc/meminfo: memFree=31196728/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700176 s]
/proc/loadavg: 2.01 2.01 2.30 3/177 16638
/proc/meminfo: memFree=31196728/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 2.01 2.01 2.30 3/179 16640
/proc/meminfo: memFree=31179608/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
[pid=16639] ppid=16638 vsize=34772 CPUtime=1.48 cores=1,3,5,7
/proc/16639/stat : 16639 (pb_cplex) R 16638 16638 15844 0 -1 4202496 6413 0 0 0 148 0 0 0 20 0 1 0 391205878 35606528 4827 33554432000 134512640 146736320 4292867824 4292862504 136384781 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/16639/statm: 8693 4827 725 2985 0 5627 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 43920

[startup+3.10022 s]
/proc/loadavg: 2.01 2.01 2.30 3/179 16640
/proc/meminfo: memFree=31178864/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
[pid=16639] ppid=16638 vsize=34772 CPUtime=3.08 cores=1,3,5,7
/proc/16639/stat : 16639 (pb_cplex) R 16638 16638 15844 0 -1 4202496 6429 0 0 0 308 0 0 0 20 0 1 0 391205878 35606528 4843 33554432000 134512640 146736320 4292867824 4292862472 136473113 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/16639/statm: 8693 4843 725 2985 0 5627 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 43920

[startup+6.30026 s]
/proc/loadavg: 2.01 2.01 2.30 3/179 16640
/proc/meminfo: memFree=31177472/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
[pid=16639] ppid=16638 vsize=35056 CPUtime=6.29 cores=1,3,5,7
/proc/16639/stat : 16639 (pb_cplex) R 16638 16638 15844 0 -1 4202496 7209 0 0 0 628 1 0 0 20 0 1 0 391205878 35897344 5097 33554432000 134512640 146736320 4292867824 4292860504 135466812 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/16639/statm: 8764 5097 780 2985 0 5698 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44204

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.30 3/179 16640
/proc/meminfo: memFree=31174056/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
[pid=16639] ppid=16638 vsize=35056 CPUtime=12.69 cores=1,3,5,7
/proc/16639/stat : 16639 (pb_cplex) R 16638 16638 15844 0 -1 4202496 7216 0 0 0 1268 1 0 0 20 0 1 0 391205878 35897344 5104 33554432000 134512640 146736320 4292867824 4292861892 136385174 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/16639/statm: 8764 5104 780 2985 0 5698 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44204

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.30 3/179 16640
/proc/meminfo: memFree=31156020/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
[pid=16639] ppid=16638 vsize=46708 CPUtime=25.48 cores=1,3,5,7
/proc/16639/stat : 16639 (pb_cplex) R 16638 16638 15844 0 -1 4202496 11790 0 0 0 2547 1 0 0 20 0 1 0 391205878 47828992 7657 33554432000 134512640 146736320 4292867824 4292862088 136461636 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/16639/statm: 11677 7657 836 2985 0 8611 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55856

[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 2.29 3/179 16641
/proc/meminfo: memFree=31160884/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
[pid=16639] ppid=16638 vsize=41264 CPUtime=51.09 cores=1,3,5,7
/proc/16639/stat : 16639 (pb_cplex) R 16638 16638 15844 0 -1 4202496 12237 0 0 0 5107 2 0 0 20 0 1 0 391205878 42254336 7468 33554432000 134512640 146736320 4292867824 4292862240 136388288 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/16639/statm: 10316 7468 842 2985 0 7250 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50412

[startup+102.306 s]
/proc/loadavg: 2.08 2.03 2.27 3/179 16641
/proc/meminfo: memFree=31151644/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
[pid=16639] ppid=16638 vsize=49040 CPUtime=102.28 cores=1,3,5,7
/proc/16639/stat : 16639 (pb_cplex) R 16638 16638 15844 0 -1 4202496 15621 0 0 0 10225 3 0 0 20 0 1 0 391205878 50216960 9131 33554432000 134512640 146736320 4292867824 4292861652 135855165 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/16639/statm: 12260 9131 842 2985 0 9194 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 58188

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 2.26 3/179 16641
/proc/meminfo: memFree=31151424/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
[pid=16639] ppid=16638 vsize=49228 CPUtime=162.26 cores=1,3,5,7
/proc/16639/stat : 16639 (pb_cplex) R 16638 16638 15844 0 -1 4202496 18714 0 0 0 16223 3 0 0 20 0 1 0 391205878 50409472 9172 33554432000 134512640 146736320 4292867824 4292862008 136015570 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/16639/statm: 12307 9172 861 2985 0 9241 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 58376

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.24 3/180 16644
/proc/meminfo: memFree=31144856/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
[pid=16639] ppid=16638 vsize=49148 CPUtime=222.25 cores=1,3,5,7
/proc/16639/stat : 16639 (pb_cplex) R 16638 16638 15844 0 -1 4202496 22646 0 0 0 22221 4 0 0 20 0 1 0 391205878 50327552 9157 33554432000 134512640 146736320 4292867824 4292860416 138463230 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/16639/statm: 12287 9157 861 2985 0 9221 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 58296

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.22 3/179 16644
/proc/meminfo: memFree=31158308/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
[pid=16639] ppid=16638 vsize=40872 CPUtime=282.24 cores=1,3,5,7
/proc/16639/stat : 16639 (pb_cplex) R 16638 16638 15844 0 -1 4202496 24829 0 0 0 28219 5 0 0 20 0 1 0 391205878 41852928 7392 33554432000 134512640 146736320 4292867824 4292859788 135465152 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/16639/statm: 10218 7392 864 2985 0 7152 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 50020

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.20 3/179 16644
/proc/meminfo: memFree=31158192/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
[pid=16639] ppid=16638 vsize=40872 CPUtime=342.23 cores=1,3,5,7
/proc/16639/stat : 16639 (pb_cplex) R 16638 16638 15844 0 -1 4202496 24829 0 0 0 34218 5 0 0 20 0 1 0 391205878 41852928 7392 33554432000 134512640 146736320 4292867824 4292862080 139046470 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/16639/statm: 10218 7392 864 2985 0 7152 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 50020

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.19 3/179 16645
/proc/meminfo: memFree=31158192/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/16639/statm: 55250 31821 906 2985 0 52184 0
[pid=16639/tid=16646] ppid=16638 vsize=221000 CPUtime=60.3 cores=1,3,5,7
/proc/16639/task/16646/stat : 16646 (pb_cplex) R 16638 16638 15844 0 -1 4202560 1888 0 0 0 6029 1 0 0 20 0 8 0 391250614 226304000 31821 33554432000 134512640 146736320 4292867824 4120441288 136001978 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=16639/tid=16647] ppid=16638 vsize=221000 CPUtime=61.03 cores=1,3,5,7
/proc/16639/task/16647/stat : 16647 (pb_cplex) R 16638 16638 15844 0 -1 4202560 1550 0 0 0 6102 1 0 0 20 0 8 0 391250614 226304000 31821 33554432000 134512640 146736320 4292867824 4109955164 135855179 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=16639/tid=16648] ppid=16638 vsize=221000 CPUtime=60.04 cores=1,3,5,7
/proc/16639/task/16648/stat : 16648 (pb_cplex) R 16638 16638 15844 0 -1 4202560 1457 0 0 0 6004 0 0 0 20 0 8 0 391250614 226304000 31821 33554432000 134512640 146736320 4292867824 4099469528 136008924 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=16639/tid=16649] ppid=16638 vsize=221000 CPUtime=60.34 cores=1,3,5,7
/proc/16639/task/16649/stat : 16649 (pb_cplex) R 16638 16638 15844 0 -1 4202560 1118 0 0 0 6034 0 0 0 20 0 8 0 391250614 226304000 31821 33554432000 134512640 146736320 4292867824 4088983624 139042902 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=16639/tid=16650] ppid=16638 vsize=221000 CPUtime=60.05 cores=1,3,5,7
/proc/16639/task/16650/stat : 16650 (pb_cplex) R 16638 16638 15844 0 -1 4202560 1442 0 0 0 6003 2 0 0 20 0 8 0 391250614 226304000 31821 33554432000 134512640 146736320 4292867824 4078497860 136385175 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=16639/tid=16651] ppid=16638 vsize=221000 CPUtime=60.38 cores=1,3,5,7
/proc/16639/task/16651/stat : 16651 (pb_cplex) R 16638 16638 15844 0 -1 4202560 1716 0 0 0 6037 1 0 0 20 0 8 0 391250614 226304000 31821 33554432000 134512640 146736320 4292867824 4068012144 136384857 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=16639/tid=16652] ppid=16638 vsize=221000 CPUtime=59.96 cores=1,3,5,7
/proc/16639/task/16652/stat : 16652 (pb_cplex) R 16638 16638 15844 0 -1 4202560 1531 0 0 0 5996 0 0 0 20 0 8 0 391250614 226304000 31821 33554432000 134512640 146736320 4292867824 4057526340 136385184 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1063.92
Current children cumulated vsize (KiB) 230148

[startup+762.307 s]
/proc/loadavg: 15.06 8.12 4.49 15/193 16660
/proc/meminfo: memFree=30967052/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
[pid=16639] ppid=16638 vsize=221000 CPUtime=1302.99 cores=1,3,5,7
/proc/16639/stat : 16639 (pb_cplex) R 16638 16638 15844 0 -1 4202496 46997 0 0 0 130278 21 0 0 20 0 8 0 391205878 226304000 31832 33554432000 134512640 146736320 4292867824 4292860536 136475800 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16639/statm: 55250 31832 906 2985 0 52184 0
[pid=16639/tid=16646] ppid=16638 vsize=221000 CPUtime=90.96 cores=1,3,5,7
/proc/16639/task/16646/stat : 16646 (pb_cplex) R 16638 16638 15844 0 -1 4202560 1916 0 0 0 9093 3 0 0 20 0 8 0 391250614 226304000 31832 33554432000 134512640 146736320 4292867824 4120441288 136000380 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=16639/tid=16647] ppid=16638 vsize=221000 CPUtime=91.25 cores=1,3,5,7
/proc/16639/task/16647/stat : 16647 (pb_cplex) R 16638 16638 15844 0 -1 4202560 1550 0 0 0 9123 2 0 0 20 0 8 0 391250614 226304000 31832 33554432000 134512640 146736320 4292867824 4109955348 136005435 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=16639/tid=16648] ppid=16638 vsize=221000 CPUtime=91.23 cores=1,3,5,7
/proc/16639/task/16648/stat : 16648 (pb_cplex) R 16638 16638 15844 0 -1 4202560 1457 0 0 0 9121 2 0 0 20 0 8 0 391250614 226304000 31832 33554432000 134512640 146736320 4292867824 4099469404 135855165 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=16639/tid=16649] ppid=16638 vsize=221000 CPUtime=89.19 cores=1,3,5,7
/proc/16639/task/16649/stat : 16649 (pb_cplex) S 16638 16638 15844 0 -1 4202560 1118 0 0 0 8917 2 0 0 20 0 8 0 391250614 226304000 31832 33554432000 134512640 146736320 4292867824 4088987280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16639/tid=16650] ppid=16638 vsize=221000 CPUtime=91.3 cores=1,3,5,7
/proc/16639/task/16650/stat : 16650 (pb_cplex) R 16638 16638 15844 0 -1 4202560 1442 0 0 0 9127 3 0 0 20 0 8 0 391250614 226304000 31832 33554432000 134512640 146736320 4292867824 4078498384 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=16639/tid=16651] ppid=16638 vsize=221000 CPUtime=91.12 cores=1,3,5,7
/proc/16639/task/16651/stat : 16651 (pb_cplex) R 16638 16638 15844 0 -1 4202560 1718 0 0 0 9110 2 0 0 20 0 8 0 391250614 226304000 31832 33554432000 134512640 146736320 4292867824 4068012100 136385179 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=16639/tid=16652] ppid=16638 vsize=221000 CPUtime=84.82 cores=1,3,5,7
/proc/16639/task/16652/stat : 16652 (pb_cplex) S 16638 16638 15844 0 -1 4202560 1540 0 0 0 8480 2 0 0 20 0 8 0 391250614 226304000 31832 33554432000 134512640 146736320 4292867824 4057530000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302.99
Current children cumulated vsize (KiB) 230148

[startup+822.3 s]
/proc/loadavg: 13.29 8.93 4.99 11/194 16663
/proc/meminfo: memFree=30962488/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
[pid=16639] ppid=16638 vsize=221532 CPUtime=1527.7 cores=1,3,5,7
/proc/16639/stat : 16639 (pb_cplex) S 16638 16638 15844 0 -1 4202496 47194 0 0 0 152746 24 0 0 20 0 8 0 391205878 226848768 31973 33554432000 134512640 146736320 4292867824 4292864208 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16639/statm: 55383 31973 906 2985 0 52317 0
[pid=16639/tid=16646] ppid=16638 vsize=221532 CPUtime=139.79 cores=1,3,5,7
/proc/16639/task/16646/stat : 16646 (pb_cplex) R 16638 16638 15844 0 -1 4202560 1978 0 0 0 13975 4 0 0 20 0 8 0 391250614 226848768 31973 33554432000 134512640 146736320 4292867824 4120441040 136007998 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=16639/tid=16647] ppid=16638 vsize=221532 CPUtime=107.87 cores=1,3,5,7
/proc/16639/task/16647/stat : 16647 (pb_cplex) S 16638 16638 15844 0 -1 4202560 1550 0 0 0 10784 3 0 0 20 0 8 0 391250614 226848768 31973 33554432000 134512640 146736320 4292867824 4109958800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16639/tid=16648] ppid=16638 vsize=221532 CPUtime=130.72 cores=1,3,5,7
/proc/16639/task/16648/stat : 16648 (pb_cplex) S 16638 16638 15844 0 -1 4202560 1590 0 0 0 13070 2 0 0 20 0 8 0 391250614 226848768 31973 33554432000 134512640 146736320 4292867824 4099473040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16639/tid=16649] ppid=16638 vsize=221532 CPUtime=89.19 cores=1,3,5,7
/proc/16639/task/16649/stat : 16649 (pb_cplex) S 16638 16638 15844 0 -1 4202560 1118 0 0 0 8917 2 0 0 20 0 8 0 391250614 226848768 31973 33554432000 134512640 146736320 4292867824 4088987280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16639/tid=16650] ppid=16638 vsize=221532 CPUtime=140.11 cores=1,3,5,7
/proc/16639/task/16650/stat : 16650 (pb_cplex) R 16638 16638 15844 0 -1 4202560 1444 0 0 0 14007 4 0 0 20 0 8 0 391250614 226848768 31973 33554432000 134512640 146736320 4292867824 4078498000 136008050 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=16639/tid=16651] ppid=16638 vsize=221532 CPUtime=134 cores=1,3,5,7
/proc/16639/task/16651/stat : 16651 (pb_cplex) S 16638 16638 15844 0 -1 4202560 1718 0 0 0 13396 4 0 0 20 0 8 0 391250614 226848768 31973 33554432000 134512640 146736320 4292867824 4068015760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16639/tid=16652] ppid=16638 vsize=221532 CPUtime=84.82 cores=1,3,5,7
/proc/16639/task/16652/stat : 16652 (pb_cplex) S 16638 16638 15844 0 -1 4202560 1540 0 0 0 8480 2 0 0 20 0 8 0 391250614 226848768 31973 33554432000 134512640 146736320 4292867824 4057530000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1527.7
Current children cumulated vsize (KiB) 230680

[startup+882.3 s]
/proc/loadavg: 10.68 8.98 5.26 10/193 16663
/proc/meminfo: memFree=30963688/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
[pid=16639] ppid=16638 vsize=219376 CPUtime=1601.94 cores=1,3,5,7
/proc/16639/stat : 16639 (pb_cplex) S 16638 16638 15844 0 -1 4202496 49026 0 0 0 160169 25 0 0 20 0 8 0 391205878 224641024 31723 33554432000 134512640 146736320 4292867824 4292864208 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16639/statm: 54844 31723 909 2985 0 51778 0
[pid=16639/tid=16646] ppid=16638 vsize=219376 CPUtime=199.63 cores=1,3,5,7
/proc/16639/task/16646/stat : 16646 (pb_cplex) R 16638 16638 15844 0 -1 4202560 3810 0 0 0 19957 6 0 0 20 0 8 0 391250614 224641024 31723 33554432000 134512640 146736320 4292867824 4120440904 139042897 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=16639/tid=16647] ppid=16638 vsize=219376 CPUtime=107.87 cores=1,3,5,7
/proc/16639/task/16647/stat : 16647 (pb_cplex) S 16638 16638 15844 0 -1 4202560 1550 0 0 0 10784 3 0 0 20 0 8 0 391250614 224641024 31723 33554432000 134512640 146736320 4292867824 4109958800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16639/tid=16648] ppid=16638 vsize=219376 CPUtime=130.72 cores=1,3,5,7
/proc/16639/task/16648/stat : 16648 (pb_cplex) S 16638 16638 15844 0 -1 4202560 1590 0 0 0 13070 2 0 0 20 0 8 0 391250614 224641024 31723 33554432000 134512640 146736320 4292867824 4099473040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16639/tid=16649] ppid=16638 vsize=219376 CPUtime=89.19 cores=1,3,5,7
/proc/16639/task/16649/stat : 16649 (pb_cplex) S 16638 16638 15844 0 -1 4202560 1118 0 0 0 8917 2 0 0 20 0 8 0 391250614 224641024 31723 33554432000 134512640 146736320 4292867824 4088987280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16639/tid=16650] ppid=16638 vsize=219376 CPUtime=154.32 cores=1,3,5,7
/proc/16639/task/16650/stat : 16650 (pb_cplex) S 16638 16638 15844 0 -1 4202560 1444 0 0 0 15428 4 0 0 20 0 8 0 391250614 224641024 31723 33554432000 134512640 146736320 4292867824 4078501520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16639/tid=16651] ppid=16638 vsize=219376 CPUtime=134 cores=1,3,5,7
/proc/16639/task/16651/stat : 16651 (pb_cplex) S 16638 16638 15844 0 -1 4202560 1718 0 0 0 13396 4 0 0 20 0 8 0 391250614 224641024 31723 33554432000 134512640 146736320 4292867824 4068015760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16639/tid=16652] ppid=16638 vsize=219376 CPUtime=84.82 cores=1,3,5,7
/proc/16639/task/16652/stat : 16652 (pb_cplex) S 16638 16638 15844 0 -1 4202560 1540 0 0 0 8480 2 0 0 20 0 8 0 391250614 224641024 31723 33554432000 134512640 146736320 4292867824 4057530000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 228524

[startup+942.3 s]
/proc/loadavg: 8.19 8.56 5.34 10/186 16713
/proc/meminfo: memFree=30882320/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
[pid=16639] ppid=16638 vsize=223480 CPUtime=1722.68 cores=1,3,5,7
/proc/16639/stat : 16639 (pb_cplex) R 16638 16638 15844 0 -1 4202496 75391 0 0 0 172235 33 0 0 20 0 8 0 391205878 228843520 32473 33554432000 134512640 146736320 4292867824 4292860688 136008093 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16639/statm: 55870 32473 909 2985 0 52804 0
[pid=16639/tid=16646] ppid=16638 vsize=223480 CPUtime=249.31 cores=1,3,5,7
/proc/16639/task/16646/stat : 16646 (pb_cplex) R 16638 16638 15844 0 -1 4202560 7895 0 0 0 24924 7 0 0 20 0 8 0 391250614 228843520 32473 33554432000 134512640 146736320 4292867824 4120440924 135855174 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=16639/tid=16647] ppid=16638 vsize=223480 CPUtime=118.03 cores=1,3,5,7
/proc/16639/task/16647/stat : 16647 (pb_cplex) R 16638 16638 15844 0 -1 4202560 5163 0 0 0 11798 5 0 0 20 0 8 0 391250614 228843520 32473 33554432000 134512640 146736320 4292867824 4109955128 136475875 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=16639/tid=16648] ppid=16638 vsize=223480 CPUtime=140.87 cores=1,3,5,7
/proc/16639/task/16648/stat : 16648 (pb_cplex) R 16638 16638 15844 0 -1 4202560 9206 0 0 0 14082 5 0 0 20 0 8 0 391250614 228843520 32473 33554432000 134512640 146736320 4292867824 4099468480 135468697 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=16639/tid=16649] ppid=16638 vsize=223480 CPUtime=99.24 cores=1,3,5,7
/proc/16639/task/16649/stat : 16649 (pb_cplex) R 16638 16638 15844 0 -1 4202560 4899 0 0 0 9921 3 0 0 20 0 8 0 391250614 228843520 32473 33554432000 134512640 146736320 4292867824 4088983644 135855165 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=16639/tid=16650] ppid=16638 vsize=223480 CPUtime=164.47 cores=1,3,5,7
/proc/16639/task/16650/stat : 16650 (pb_cplex) R 16638 16638 15844 0 -1 4202560 2555 0 0 0 16442 5 0 0 20 0 8 0 391250614 228843520 32473 33554432000 134512640 146736320 4292867824 4078497884 135855165 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=16639/tid=16651] ppid=16638 vsize=223480 CPUtime=144.15 cores=1,3,5,7
/proc/16639/task/16651/stat : 16651 (pb_cplex) R 16638 16638 15844 0 -1 4202560 2876 0 0 0 14411 4 0 0 20 0 8 0 391250614 228843520 32473 33554432000 134512640 146736320 4292867824 4068012624 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=16639/tid=16652] ppid=16638 vsize=223480 CPUtime=94.97 cores=1,3,5,7
/proc/16639/task/16652/stat : 16652 (pb_cplex) R 16638 16638 15844 0 -1 4202560 2718 0 0 0 9495 2 0 0 20 0 8 0 391250614 228843520 32473 33554432000 134512640 146736320 4292867824 4057526328 136475763 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1722.68
Current children cumulated vsize (KiB) 232628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+961.8 s]
/proc/loadavg: 8.42 8.58 5.42 10/186 16714
/proc/meminfo: memFree=30880116/32873648 swapFree=7376/7376
[pid=16638] ppid=16636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16638/stat : 16638 (run) S 16636 16638 15844 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391205878 9367552 268 33554432000 4194304 5064252 140735669035888 140735669034800 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16638/statm: 2287 268 229 213 0 72 0
[pid=16639] ppid=16638 vsize=225304 CPUtime=1800.4 cores=1,3,5,7
/proc/16639/stat : 16639 (pb_cplex) R 16638 16638 15844 0 -1 4202496 82477 0 0 0 180003 37 0 0 20 0 8 0 391205878 230711296 33059 33554432000 134512640 146736320 4292867824 4292860548 136385185 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16639/statm: 56326 33059 909 2985 0 53260 0
[pid=16639/tid=16646] ppid=16638 vsize=225304 CPUtime=259.03 cores=1,3,5,7
/proc/16639/task/16646/stat : 16646 (pb_cplex) R 16638 16638 15844 0 -1 4202560 8204 0 0 0 25895 8 0 0 20 0 8 0 391250614 230711296 33059 33554432000 134512640 146736320 4292867824 4120439952 136007975 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=16639/tid=16647] ppid=16638 vsize=225304 CPUtime=127.76 cores=1,3,5,7
/proc/16639/task/16647/stat : 16647 (pb_cplex) R 16638 16638 15844 0 -1 4202560 5829 0 0 0 12771 5 0 0 20 0 8 0 391250614 230711296 33059 33554432000 134512640 146736320 4292867824 4109955280 136008443 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=16639/tid=16648] ppid=16638 vsize=225304 CPUtime=150.49 cores=1,3,5,7
/proc/16639/task/16648/stat : 16648 (pb_cplex) R 16638 16638 15844 0 -1 4202560 13410 0 0 0 15042 7 0 0 20 0 8 0 391250614 230711296 33059 33554432000 134512640 146736320 4292867824 4099469404 135855170 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=16639/tid=16649] ppid=16638 vsize=225304 CPUtime=108.88 cores=1,3,5,7
/proc/16639/task/16649/stat : 16649 (pb_cplex) R 16638 16638 15844 0 -1 4202560 5775 0 0 0 10884 4 0 0 20 0 8 0 391250614 230711296 33059 33554432000 134512640 146736320 4292867824 4088984144 136403109 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=16639/tid=16650] ppid=16638 vsize=225304 CPUtime=174.2 cores=1,3,5,7
/proc/16639/task/16650/stat : 16650 (pb_cplex) R 16638 16638 15844 0 -1 4202560 2630 0 0 0 17415 5 0 0 20 0 8 0 391250614 230711296 33059 33554432000 134512640 146736320 4292867824 4078498048 136487593 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=16639/tid=16651] ppid=16638 vsize=225304 CPUtime=153.91 cores=1,3,5,7
/proc/16639/task/16651/stat : 16651 (pb_cplex) R 16638 16638 15844 0 -1 4202560 2880 0 0 0 15387 4 0 0 20 0 8 0 391250614 230711296 33059 33554432000 134512640 146736320 4292867824 4068012624 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=16639/tid=16652] ppid=16638 vsize=225304 CPUtime=104.7 cores=1,3,5,7
/proc/16639/task/16652/stat : 16652 (pb_cplex) R 16638 16638 15844 0 -1 4202560 2720 0 0 0 10468 2 0 0 20 0 8 0 391250614 230711296 33059 33554432000 134512640 146736320 4292867824 4057526344 139042737 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 234452

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 961.816
CPU time (s): 1800.4
CPU user time (s): 1800.03
CPU system time (s): 0.37
CPU usage (%): 187.188
Max. virtual memory (cumulated for all children) (KiB): 234452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 353
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.26166 second user time and 5.2832 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-09 16:06:30
IDJOB=3742133
IDBENCH=90134
IDSOLVER=2325
FILE ID=node113/3742133-1339250790
RUNJOBID= node113-1339246836-15861
PBS_JOBID= 14644368
Free space on /tmp= 71176 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K95.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742133-1339250790/watcher-3742133-1339250790 -o /tmp/evaluation-result-3742133-1339250790/solver-3742133-1339250790 -C 1800 -W 1900 -M 15500  run HOME/instance-3742133-1339250790.opb

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

MD5SUM BENCH= f5b402df79463ae0743ac9fe7c0d237d
RANDOM SEED=2087741036

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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.026
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.92
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.026
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:       32873648 kB
MemFree:        31197296 kB
Buffers:          480452 kB
Cached:           239784 kB
SwapCached:         1340 kB
Active:           627452 kB
Inactive:         120740 kB
Active(anon):      19824 kB
Inactive(anon):     3928 kB
Active(file):     607628 kB
Inactive(file):   116812 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099948 kB
Dirty:             34044 kB
Writeback:             0 kB
AnonPages:         28100 kB
Mapped:            12428 kB
Shmem:                 0 kB
Slab:             790580 kB
SReclaimable:     234428 kB
SUnreclaim:       556152 kB
KernelStack:        1448 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     150036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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-3742133-1339250790.opb

Free space on /tmp at the end= 71136 MiB
End job on node113 at 2012-06-09 16:22:34