Trace number 3741834

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.09 972.715

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K99.opb
MD5SUM827b46126fccb5cb8162396480ca6949
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 benchmark341.971
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6732
Total number of constraints6932
Number of constraints which are clauses6833
Number of constraints which are cardinality constraints (but not clauses)99
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint99
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 100
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-3741834-1339250624.opb.
0.00/0.00	c Instance file HOME/instance-3741834-1339250624.opb
0.00/0.00	c File size is 431292 bytes.
0.00/0.21	c Highest Coefficient sum: 100
0.00/0.21	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.22	c ============================[ Problem Statistics ]=============================
0.00/0.22	c |                                                                             |
0.00/0.22	c |  Parsing time:          0.22         s                                      |
0.00/0.22	c |  Number Variables:      6732                                                |
0.00/0.22	c |  Number Constraints:    6932                                                |
0.00/0.22	c ===============================================================================
1800.09/972.71	c Remaining time 1799.78 sec.
1800.09/972.71	c 
1800.09/972.71	c *** INTERRUPTED ***
1800.09/972.71	s UNKNOWN
1800.09/972.71	c Total CPU time              : 1799.59 s
1800.09/972.71	c Memory used           : 215.28 MB
1800.09/972.71	c CPU time              : 1799.59 s
1800.09/972.71	c 
1800.09/972.71	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-3741834-1339250624/watcher-3741834-1339250624 -o /tmp/evaluation-result-3741834-1339250624/solver-3741834-1339250624 -C 1800 -W 1900 -M 15500 run HOME/instance-3741834-1339250624.opb 

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

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


[startup+0 s]
/proc/loadavg: 11.39 8.19 8.16 7/184 4280
/proc/meminfo: memFree=28624388/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0

[startup+0.0598359 s]
/proc/loadavg: 11.39 8.19 8.16 7/184 4280
/proc/meminfo: memFree=28624388/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100213 s]
/proc/loadavg: 11.39 8.19 8.16 7/184 4280
/proc/meminfo: memFree=28624388/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300186 s]
/proc/loadavg: 11.39 8.19 8.16 7/184 4280
/proc/meminfo: memFree=28624388/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700178 s]
/proc/loadavg: 11.39 8.19 8.16 7/184 4280
/proc/meminfo: memFree=28624388/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 10.95 8.15 8.15 7/186 4282
/proc/meminfo: memFree=28607716/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
[pid=4281] ppid=4280 vsize=36040 CPUtime=1.49 cores=0,2,4,6
/proc/4281/stat : 4281 (pb_cplex) R 4280 4280 2525 0 -1 4202496 6790 0 0 0 148 1 0 0 20 0 1 0 391189203 36904960 5086 33554432000 134512640 146736320 4294467888 4294460880 135459537 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4281/statm: 9010 5086 725 2985 0 5944 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45188

[startup+3.10022 s]
/proc/loadavg: 10.95 8.15 8.15 6/186 4282
/proc/meminfo: memFree=28606476/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
[pid=4281] ppid=4280 vsize=36040 CPUtime=3.09 cores=0,2,4,6
/proc/4281/stat : 4281 (pb_cplex) R 4280 4280 2525 0 -1 4202496 6809 0 0 0 308 1 0 0 20 0 1 0 391189203 36904960 5105 33554432000 134512640 146736320 4294467888 4294462920 136000811 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4281/statm: 9010 5105 725 2985 0 5944 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45188

[startup+6.30022 s]
/proc/loadavg: 10.32 8.07 8.12 4/186 4282
/proc/meminfo: memFree=28606108/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
[pid=4281] ppid=4280 vsize=35572 CPUtime=6.29 cores=0,2,4,6
/proc/4281/stat : 4281 (pb_cplex) R 4280 4280 2525 0 -1 4202496 7731 0 0 0 628 1 0 0 20 0 1 0 391189203 36425728 5202 33554432000 134512640 146736320 4294467888 4294460776 138412943 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4281/statm: 8893 5202 780 2985 0 5827 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44720

[startup+12.7002 s]
/proc/loadavg: 10.21 8.08 8.12 10/186 4282
/proc/meminfo: memFree=28607512/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
[pid=4281] ppid=4280 vsize=35956 CPUtime=12.68 cores=0,2,4,6
/proc/4281/stat : 4281 (pb_cplex) R 4280 4280 2525 0 -1 4202496 7800 0 0 0 1267 1 0 0 20 0 1 0 391189203 36818944 5271 33554432000 134512640 146736320 4294467888 4294462080 136470877 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4281/statm: 8989 5271 780 2985 0 5923 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45104

[startup+25.5002 s]
/proc/loadavg: 9.46 8.00 8.09 10/186 4282
/proc/meminfo: memFree=28598040/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
[pid=4281] ppid=4280 vsize=48260 CPUtime=25.49 cores=0,2,4,6
/proc/4281/stat : 4281 (pb_cplex) R 4280 4280 2525 0 -1 4202496 11397 0 0 0 2547 2 0 0 20 0 1 0 391189203 49418240 7775 33554432000 134512640 146736320 4294467888 4294461816 136475777 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4281/statm: 12065 7775 819 2985 0 8999 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57408

[startup+51.1002 s]
/proc/loadavg: 9.28 8.09 8.12 10/186 4282
/proc/meminfo: memFree=28596052/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
[pid=4281] ppid=4280 vsize=48276 CPUtime=51.08 cores=0,2,4,6
/proc/4281/stat : 4281 (pb_cplex) R 4280 4280 2525 0 -1 4202496 13689 0 0 0 5106 2 0 0 20 0 1 0 391189203 49434624 8053 33554432000 134512640 146736320 4294467888 4294462152 136461614 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4281/statm: 12069 8053 839 2985 0 9003 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57424

[startup+102.306 s]
/proc/loadavg: 6.03 7.46 7.90 10/186 4289
/proc/meminfo: memFree=28641064/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
[pid=4281] ppid=4280 vsize=41352 CPUtime=102.27 cores=0,2,4,6
/proc/4281/stat : 4281 (pb_cplex) R 4280 4280 2525 0 -1 4202496 17290 0 0 0 10224 3 0 0 20 0 1 0 391189203 42344448 7399 33554432000 134512640 146736320 4294467888 4294462344 136000882 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4281/statm: 10338 7399 843 2985 0 7272 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 50500

[startup+162.3 s]
/proc/loadavg: 6.97 7.45 7.87 9/185 4296
/proc/meminfo: memFree=28465416/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
[pid=4281] ppid=4280 vsize=40504 CPUtime=162.26 cores=0,2,4,6
/proc/4281/stat : 4281 (pb_cplex) R 4280 4280 2525 0 -1 4202496 22049 0 0 0 16222 4 0 0 20 0 1 0 391189203 41476096 7157 33554432000 134512640 146736320 4294467888 4294461956 136385185 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4281/statm: 10126 7157 844 2985 0 7060 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 49652

[startup+222.3 s]
/proc/loadavg: 7.62 7.55 7.88 9/186 4297
/proc/meminfo: memFree=28450212/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
[pid=4281] ppid=4280 vsize=51084 CPUtime=222.25 cores=0,2,4,6
/proc/4281/stat : 4281 (pb_cplex) R 4280 4280 2525 0 -1 4202496 26789 0 0 0 22219 6 0 0 20 0 1 0 391189203 52310016 9470 33554432000 134512640 146736320 4294467888 4294461828 136385183 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4281/statm: 12771 9470 844 2985 0 9705 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 60232

[startup+282.3 s]
/proc/loadavg: 7.68 7.58 7.87 10/186 4297
/proc/meminfo: memFree=28453292/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
[pid=4281] ppid=4280 vsize=41248 CPUtime=282.24 cores=0,2,4,6
/proc/4281/stat : 4281 (pb_cplex) R 4280 4280 2525 0 -1 4202496 27503 0 0 0 28218 6 0 0 20 0 1 0 391189203 42237952 7414 33554432000 134512640 146736320 4294467888 4294461572 136385175 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4281/statm: 10312 7414 847 2985 0 7246 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 50396

[startup+342.3 s]
/proc/loadavg: 8.51 7.84 7.93 10/186 4297
/proc/meminfo: memFree=28453256/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
[pid=4281] ppid=4280 vsize=41252 CPUtime=342.23 cores=0,2,4,6
/proc/4281/stat : 4281 (pb_cplex) R 4280 4280 2525 0 -1 4202496 27504 0 0 0 34217 6 0 0 20 0 1 0 391189203 42242048 7415 33554432000 134512640 146736320 4294467888 4294461348 136389777 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4281/statm: 10313 7415 847 2985 0 7247 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 50400

[startup+402.3 s]
/proc/loadavg: 4.39 6.77 7.56 3/180 4350
/proc/meminfo: memFree=28724708/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/4281/stat : 4281 (pb_cplex) R 4280 4280 2525 0 -1 4202496 79960 0 0 0 101700 28 0 0 20 0 8 0 391189203 224432128 30901 33554432000 134512640 146736320 4294467888 4294460592 136384857 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4281/statm: 54793 30901 886 2985 0 51727 0
[pid=4281/tid=4352] ppid=4280 vsize=219172 CPUtime=45.58 cores=0,2,4,6
/proc/4281/task/4352/stat : 4352 (pb_cplex) R 4280 4280 2525 0 -1 4202560 1846 0 0 0 4557 1 0 0 20 0 8 0 391248472 224432128 30901 33554432000 134512640 146736320 4294467888 4120678856 136000758 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4281/tid=4353] ppid=4280 vsize=219172 CPUtime=45.44 cores=0,2,4,6
/proc/4281/task/4353/stat : 4353 (pb_cplex) R 4280 4280 2525 0 -1 4202560 10438 0 0 0 4541 3 0 0 20 0 8 0 391248472 224432128 30901 33554432000 134512640 146736320 4294467888 4110192548 136016725 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=4281/tid=4354] ppid=4280 vsize=219172 CPUtime=45.86 cores=0,2,4,6
/proc/4281/task/4354/stat : 4354 (pb_cplex) R 4280 4280 2525 0 -1 4202560 6624 0 0 0 4583 3 0 0 20 0 8 0 391248472 224432128 30901 33554432000 134512640 146736320 4294467888 4099706880 136018922 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=4281/tid=4355] ppid=4280 vsize=219172 CPUtime=45.23 cores=0,2,4,6
/proc/4281/task/4355/stat : 4355 (pb_cplex) R 4280 4280 2525 0 -1 4202560 1343 0 0 0 4521 2 0 0 20 0 8 0 391248472 224432128 30901 33554432000 134512640 146736320 4294467888 4089221576 136001971 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4281/tid=4356] ppid=4280 vsize=219172 CPUtime=20.27 cores=0,2,4,6
/proc/4281/task/4356/stat : 4356 (pb_cplex) S 4280 4280 2525 0 -1 4202560 10999 0 0 0 2024 3 0 0 20 0 8 0 391248472 224432128 30901 33554432000 134512640 146736320 4294467888 4078739088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4281/tid=4357] ppid=4280 vsize=219172 CPUtime=46 cores=0,2,4,6
/proc/4281/task/4357/stat : 4357 (pb_cplex) R 4280 4280 2525 0 -1 4202560 6907 0 0 0 4598 2 0 0 20 0 8 0 391248472 224432128 30901 33554432000 134512640 146736320 4294467888 4068249692 135855178 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4281/tid=4358] ppid=4280 vsize=219172 CPUtime=46 cores=0,2,4,6
/proc/4281/task/4358/stat : 4358 (pb_cplex) R 4280 4280 2525 0 -1 4202560 1516 0 0 0 4599 1 0 0 20 0 8 0 391248472 224432128 30901 33554432000 134512640 146736320 4294467888 4057764056 136008656 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1017.28
Current children cumulated vsize (KiB) 228320

[startup+822.3 s]
/proc/loadavg: 7.55 5.57 6.43 9/186 4359
/proc/meminfo: memFree=28630864/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
[pid=4281] ppid=4280 vsize=219492 CPUtime=1256.89 cores=0,2,4,6
/proc/4281/stat : 4281 (pb_cplex) R 4280 4280 2525 0 -1 4202496 82916 0 0 0 125657 32 0 0 20 0 8 0 391189203 224759808 31062 33554432000 134512640 146736320 4294467888 4294460752 136008065 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4281/statm: 54873 31062 886 2985 0 51807 0
[pid=4281/tid=4352] ppid=4280 vsize=219492 CPUtime=80.28 cores=0,2,4,6
/proc/4281/task/4352/stat : 4352 (pb_cplex) R 4280 4280 2525 0 -1 4202560 1847 0 0 0 8026 2 0 0 20 0 8 0 391248472 224759808 31062 33554432000 134512640 146736320 4294467888 4120677564 135526715 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=4281/tid=4353] ppid=4280 vsize=219492 CPUtime=79.88 cores=0,2,4,6
/proc/4281/task/4353/stat : 4353 (pb_cplex) R 4280 4280 2525 0 -1 4202560 10639 0 0 0 7983 5 0 0 20 0 8 0 391248472 224759808 31062 33554432000 134512640 146736320 4294467888 4110192856 136008987 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=4281/tid=4354] ppid=4280 vsize=219492 CPUtime=80.2 cores=0,2,4,6
/proc/4281/task/4354/stat : 4354 (pb_cplex) R 4280 4280 2525 0 -1 4202560 7123 0 0 0 8016 4 0 0 20 0 8 0 391248472 224759808 31062 33554432000 134512640 146736320 4294467888 4099706920 139044505 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=4281/tid=4355] ppid=4280 vsize=219492 CPUtime=78.85 cores=0,2,4,6
/proc/4281/task/4355/stat : 4355 (pb_cplex) R 4280 4280 2525 0 -1 4202560 1406 0 0 0 7882 3 0 0 20 0 8 0 391248472 224759808 31062 33554432000 134512640 146736320 4294467888 4089221328 136008450 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4281/tid=4356] ppid=4280 vsize=219492 CPUtime=20.27 cores=0,2,4,6
/proc/4281/task/4356/stat : 4356 (pb_cplex) S 4280 4280 2525 0 -1 4202560 10999 0 0 0 2024 3 0 0 20 0 8 0 391248472 224759808 31062 33554432000 134512640 146736320 4294467888 4078739088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4281/tid=4357] ppid=4280 vsize=219492 CPUtime=80.14 cores=0,2,4,6
/proc/4281/task/4357/stat : 4357 (pb_cplex) R 4280 4280 2525 0 -1 4202560 7197 0 0 0 8010 4 0 0 20 0 8 0 391248472 224759808 31062 33554432000 134512640 146736320 4294467888 4068249416 135526548 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4281/tid=4358] ppid=4280 vsize=219492 CPUtime=79.8 cores=0,2,4,6
/proc/4281/task/4358/stat : 4358 (pb_cplex) R 4280 4280 2525 0 -1 4202560 3415 0 0 0 7977 3 0 0 20 0 8 0 391248472 224759808 31062 33554432000 134512640 146736320 4294467888 4057764056 136009159 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1256.89
Current children cumulated vsize (KiB) 228640

[startup+882.3 s]
/proc/loadavg: 7.19 5.82 6.47 8/186 4359
/proc/meminfo: memFree=28630372/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
[pid=4281] ppid=4280 vsize=219652 CPUtime=1496.45 cores=0,2,4,6
/proc/4281/stat : 4281 (pb_cplex) R 4280 4280 2525 0 -1 4202496 107686 0 0 0 149603 42 0 0 20 0 8 0 391189203 224923648 31108 33554432000 134512640 146736320 4294467888 4294460636 135855165 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4281/statm: 54913 31108 886 2985 0 51847 0
[pid=4281/tid=4352] ppid=4280 vsize=219652 CPUtime=119.72 cores=0,2,4,6
/proc/4281/task/4352/stat : 4352 (pb_cplex) R 4280 4280 2525 0 -1 4202560 1847 0 0 0 11969 3 0 0 20 0 8 0 391248472 224923648 31108 33554432000 134512640 146736320 4294467888 4120678608 136008309 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4281/tid=4353] ppid=4280 vsize=219652 CPUtime=119.58 cores=0,2,4,6
/proc/4281/task/4353/stat : 4353 (pb_cplex) R 4280 4280 2525 0 -1 4202560 35372 0 0 0 11946 12 0 0 20 0 8 0 391248472 224923648 31108 33554432000 134512640 146736320 4294467888 4110192844 136388903 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=4281/tid=4354] ppid=4280 vsize=219652 CPUtime=119.89 cores=0,2,4,6
/proc/4281/task/4354/stat : 4354 (pb_cplex) R 4280 4280 2525 0 -1 4202560 7124 0 0 0 11984 5 0 0 20 0 8 0 391248472 224923648 31108 33554432000 134512640 146736320 4294467888 4099706068 135455446 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=4281/tid=4355] ppid=4280 vsize=219652 CPUtime=117.42 cores=0,2,4,6
/proc/4281/task/4355/stat : 4355 (pb_cplex) R 4280 4280 2525 0 -1 4202560 1433 0 0 0 11739 3 0 0 20 0 8 0 391248472 224923648 31108 33554432000 134512640 146736320 4294467888 4089220308 135455305 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4281/tid=4356] ppid=4280 vsize=219652 CPUtime=20.27 cores=0,2,4,6
/proc/4281/task/4356/stat : 4356 (pb_cplex) S 4280 4280 2525 0 -1 4202560 10999 0 0 0 2024 3 0 0 20 0 8 0 391248472 224923648 31108 33554432000 134512640 146736320 4294467888 4078739088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4281/tid=4357] ppid=4280 vsize=219652 CPUtime=119.31 cores=0,2,4,6
/proc/4281/task/4357/stat : 4357 (pb_cplex) R 4280 4280 2525 0 -1 4202560 7198 0 0 0 11926 5 0 0 20 0 8 0 391248472 224923648 31108 33554432000 134512640 146736320 4294467888 4068249808 136008416 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4281/tid=4358] ppid=4280 vsize=219652 CPUtime=83.18 cores=0,2,4,6
/proc/4281/task/4358/stat : 4358 (pb_cplex) S 4280 4280 2525 0 -1 4202560 3416 0 0 0 8315 3 0 0 20 0 8 0 391248472 224923648 31108 33554432000 134512640 146736320 4294467888 4057767568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1496.45
Current children cumulated vsize (KiB) 228800

[startup+942.3 s]
/proc/loadavg: 6.39 5.86 6.44 6/186 4359
/proc/meminfo: memFree=28629472/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
[pid=4281] ppid=4280 vsize=220440 CPUtime=1736.01 cores=0,2,4,6
/proc/4281/stat : 4281 (pb_cplex) S 4280 4280 2525 0 -1 4202496 129302 0 0 0 173551 50 0 0 20 0 8 0 391189203 225730560 31295 33554432000 134512640 146736320 4294467888 4294464272 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4281/statm: 55110 31295 886 2985 0 52044 0
[pid=4281/tid=4352] ppid=4280 vsize=220440 CPUtime=166.64 cores=0,2,4,6
/proc/4281/task/4352/stat : 4352 (pb_cplex) R 4280 4280 2525 0 -1 4202560 1847 0 0 0 16660 4 0 0 20 0 8 0 391248472 225730560 31295 33554432000 134512640 146736320 4294467888 4120678856 136000390 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=4281/tid=4353] ppid=4280 vsize=220440 CPUtime=151.85 cores=0,2,4,6
/proc/4281/task/4353/stat : 4353 (pb_cplex) S 4280 4280 2525 0 -1 4202560 56825 0 0 0 15166 19 0 0 20 0 8 0 391248472 225730560 31295 33554432000 134512640 146736320 4294467888 4110196368 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4281/tid=4354] ppid=4280 vsize=220440 CPUtime=165.36 cores=0,2,4,6
/proc/4281/task/4354/stat : 4354 (pb_cplex) R 4280 4280 2525 0 -1 4202560 7124 0 0 0 16530 6 0 0 20 0 8 0 391248472 225730560 31295 33554432000 134512640 146736320 4294467888 4099706928 136384857 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4281/tid=4355] ppid=4280 vsize=220440 CPUtime=164.45 cores=0,2,4,6
/proc/4281/task/4355/stat : 4355 (pb_cplex) R 4280 4280 2525 0 -1 4202560 1434 0 0 0 16440 5 0 0 20 0 8 0 391248472 225730560 31295 33554432000 134512640 146736320 4294467888 4089221212 135855138 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=4281/tid=4356] ppid=4280 vsize=220440 CPUtime=20.27 cores=0,2,4,6
/proc/4281/task/4356/stat : 4356 (pb_cplex) S 4280 4280 2525 0 -1 4202560 10999 0 0 0 2024 3 0 0 20 0 8 0 391248472 225730560 31295 33554432000 134512640 146736320 4294467888 4078739088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4281/tid=4357] ppid=4280 vsize=220440 CPUtime=165.25 cores=0,2,4,6
/proc/4281/task/4357/stat : 4357 (pb_cplex) R 4280 4280 2525 0 -1 4202560 7335 0 0 0 16519 6 0 0 20 0 8 0 391248472 225730560 31295 33554432000 134512640 146736320 4294467888 4068250056 136000437 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=4281/tid=4358] ppid=4280 vsize=220440 CPUtime=83.18 cores=0,2,4,6
/proc/4281/task/4358/stat : 4358 (pb_cplex) S 4280 4280 2525 0 -1 4202560 3416 0 0 0 8315 3 0 0 20 0 8 0 391248472 225730560 31295 33554432000 134512640 146736320 4294467888 4057767568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1736.01
Current children cumulated vsize (KiB) 229588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+972.7 s]
/proc/loadavg: 4.99 5.59 6.33 3/186 4359
/proc/meminfo: memFree=28592072/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
[pid=4281] ppid=4280 vsize=220440 CPUtime=1800.09 cores=0,2,4,6
/proc/4281/stat : 4281 (pb_cplex) S 4280 4280 2525 0 -1 4202496 129314 0 0 0 179958 51 0 0 20 0 8 0 391189203 225730560 31307 33554432000 134512640 146736320 4294467888 4294464272 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4281/statm: 55110 31307 886 2985 0 52044 0
[pid=4281/tid=4352] ppid=4280 vsize=220440 CPUtime=184.07 cores=0,2,4,6
/proc/4281/task/4352/stat : 4352 (pb_cplex) S 4280 4280 2525 0 -1 4202560 1859 0 0 0 18402 5 0 0 20 0 8 0 391248472 225730560 31307 33554432000 134512640 146736320 4294467888 4120682128 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4281/tid=4353] ppid=4280 vsize=220440 CPUtime=151.85 cores=0,2,4,6
/proc/4281/task/4353/stat : 4353 (pb_cplex) S 4280 4280 2525 0 -1 4202560 56825 0 0 0 15166 19 0 0 20 0 8 0 391248472 225730560 31307 33554432000 134512640 146736320 4294467888 4110196368 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4281/tid=4354] ppid=4280 vsize=220440 CPUtime=169.52 cores=0,2,4,6
/proc/4281/task/4354/stat : 4354 (pb_cplex) S 4280 4280 2525 0 -1 4202560 7124 0 0 0 16946 6 0 0 20 0 8 0 391248472 225730560 31307 33554432000 134512640 146736320 4294467888 4099710608 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4281/tid=4355] ppid=4280 vsize=220440 CPUtime=176.56 cores=0,2,4,6
/proc/4281/task/4355/stat : 4355 (pb_cplex) S 4280 4280 2525 0 -1 4202560 1434 0 0 0 17651 5 0 0 20 0 8 0 391248472 225730560 31307 33554432000 134512640 146736320 4294467888 4089224848 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4281/tid=4356] ppid=4280 vsize=220440 CPUtime=20.27 cores=0,2,4,6
/proc/4281/task/4356/stat : 4356 (pb_cplex) S 4280 4280 2525 0 -1 4202560 10999 0 0 0 2024 3 0 0 20 0 8 0 391248472 225730560 31307 33554432000 134512640 146736320 4294467888 4078739088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4281/tid=4357] ppid=4280 vsize=220440 CPUtime=195.63 cores=0,2,4,6
/proc/4281/task/4357/stat : 4357 (pb_cplex) R 4280 4280 2525 0 -1 4202560 7335 0 0 0 19556 7 0 0 20 0 8 0 391248472 225730560 31307 33554432000 134512640 146736320 4294467888 4068249808 136008042 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4281/tid=4358] ppid=4280 vsize=220440 CPUtime=83.18 cores=0,2,4,6
/proc/4281/task/4358/stat : 4358 (pb_cplex) S 4280 4280 2525 0 -1 4202560 3416 0 0 0 8315 3 0 0 20 0 8 0 391248472 225730560 31307 33554432000 134512640 146736320 4294467888 4057767568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 229588

Sending SIGTERM to process tree (bottom up)

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

[startup+972.7 s]
/proc/loadavg: 4.99 5.59 6.33 3/186 4359
/proc/meminfo: memFree=28592072/32873648 swapFree=7372/7372
[pid=4280] ppid=4278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4280/stat : 4280 (run) S 4278 4280 2525 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391189202 9367552 269 33554432000 4194304 5064252 140735567645856 140735567644768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4280/statm: 2287 269 229 213 0 72 0
[pid=4281] ppid=4280 vsize=220440 CPUtime=1800.09 cores=0,2,4,6
/proc/4281/stat : 4281 (pb_cplex) S 4280 4280 2525 0 -1 4202496 129314 0 0 0 179958 51 0 0 20 0 8 0 391189203 225730560 31307 33554432000 134512640 146736320 4294467888 4294464272 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4281/statm: 55110 31307 886 2985 0 52044 0
[pid=4281/tid=4352] ppid=4280 vsize=220440 CPUtime=184.07 cores=0,2,4,6
/proc/4281/task/4352/stat : 4352 (pb_cplex) S 4280 4280 2525 0 -1 4202560 1859 0 0 0 18402 5 0 0 20 0 8 0 391248472 225730560 31307 33554432000 134512640 146736320 4294467888 4120682128 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4281/tid=4353] ppid=4280 vsize=220440 CPUtime=151.85 cores=0,2,4,6
/proc/4281/task/4353/stat : 4353 (pb_cplex) S 4280 4280 2525 0 -1 4202560 56825 0 0 0 15166 19 0 0 20 0 8 0 391248472 225730560 31307 33554432000 134512640 146736320 4294467888 4110196368 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4281/tid=4354] ppid=4280 vsize=220440 CPUtime=169.52 cores=0,2,4,6
/proc/4281/task/4354/stat : 4354 (pb_cplex) S 4280 4280 2525 0 -1 4202560 7124 0 0 0 16946 6 0 0 20 0 8 0 391248472 225730560 31307 33554432000 134512640 146736320 4294467888 4099710608 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4281/tid=4355] ppid=4280 vsize=220440 CPUtime=176.56 cores=0,2,4,6
/proc/4281/task/4355/stat : 4355 (pb_cplex) S 4280 4280 2525 0 -1 4202560 1434 0 0 0 17651 5 0 0 20 0 8 0 391248472 225730560 31307 33554432000 134512640 146736320 4294467888 4089224848 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4281/tid=4356] ppid=4280 vsize=220440 CPUtime=20.27 cores=0,2,4,6
/proc/4281/task/4356/stat : 4356 (pb_cplex) S 4280 4280 2525 0 -1 4202560 10999 0 0 0 2024 3 0 0 20 0 8 0 391248472 225730560 31307 33554432000 134512640 146736320 4294467888 4078739088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4281/tid=4357] ppid=4280 vsize=220440 CPUtime=195.63 cores=0,2,4,6
/proc/4281/task/4357/stat : 4357 (pb_cplex) R 4280 4280 2525 0 -1 4202560 7335 0 0 0 19556 7 0 0 20 0 8 0 391248472 225730560 31307 33554432000 134512640 146736320 4294467888 4068249808 136008042 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=4281/tid=4358] ppid=4280 vsize=220440 CPUtime=83.18 cores=0,2,4,6
/proc/4281/task/4358/stat : 4358 (pb_cplex) S 4280 4280 2525 0 -1 4202560 3416 0 0 0 8315 3 0 0 20 0 8 0 391248472 225730560 31307 33554432000 134512640 146736320 4294467888 4057767568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 229588

Child status: 0

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

Real time (s): 972.715
CPU time (s): 1800.09
CPU user time (s): 1799.58
CPU system time (s): 0.51
CPU usage (%): 185.058
Max. virtual memory (cumulated for all children) (KiB): 229588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.73
system time used= 0.660899
maximum resident set size= 125236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129679
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= 1686
involuntary context switches= 50685

runsolver used 1.65875 second user time and 4.52431 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-09 16:03:44
IDJOB=3741834
IDBENCH=90111
IDSOLVER=2325
FILE ID=node115/3741834-1339250624
RUNJOBID= node115-1339246833-2542
PBS_JOBID= 14644366
Free space on /tmp= 70256 MiB

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

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

MD5SUM BENCH= 827b46126fccb5cb8162396480ca6949
RANDOM SEED=524331035

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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:        28624660 kB
Buffers:          348892 kB
Cached:          2793440 kB
SwapCached:         2180 kB
Active:          1633792 kB
Inactive:        1713488 kB
Active(anon):     201856 kB
Inactive(anon):     2272 kB
Active(file):    1431936 kB
Inactive(file):  1711216 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:             16700 kB
Writeback:             0 kB
AnonPages:        239792 kB
Mapped:            12988 kB
Shmem:                 0 kB
Slab:             761540 kB
SReclaimable:     205664 kB
SUnreclaim:       555876 kB
KernelStack:        1552 kB
PageTables:         5048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     286668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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-3741834-1339250624.opb

Free space on /tmp at the end= 70240 MiB
End job on node115 at 2012-06-09 16:19:57