Trace number 3741899

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.33 833.116

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K91.opb
MD5SUM8c2203c9ba90488459f210b4f3d3e3ed
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6188
Total number of constraints6372
Number of constraints which are clauses6281
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint91
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 92
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-3741899-1339250676.opb.
0.00/0.00	c Instance file HOME/instance-3741899-1339250676.opb
0.00/0.00	c File size is 395845 bytes.
0.00/0.19	c Highest Coefficient sum: 92
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.20         s                                      |
0.00/0.20	c |  Number Variables:      6188                                                |
0.00/0.20	c |  Number Constraints:    6372                                                |
0.00/0.20	c ===============================================================================

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-3741899-1339250676/watcher-3741899-1339250676 -o /tmp/evaluation-result-3741899-1339250676/solver-3741899-1339250676 -C 1800 -W 1900 -M 15500 run HOME/instance-3741899-1339250676.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: 2.02 2.04 3.21 3/177 25041
/proc/meminfo: memFree=29287104/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0

[startup+0.0521129 s]
/proc/loadavg: 2.02 2.04 3.21 3/177 25041
/proc/meminfo: memFree=29287104/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10021 s]
/proc/loadavg: 2.02 2.04 3.21 3/177 25041
/proc/meminfo: memFree=29287104/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 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.02 2.04 3.21 3/177 25041
/proc/meminfo: memFree=29287104/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700183 s]
/proc/loadavg: 2.02 2.04 3.21 3/177 25041
/proc/meminfo: memFree=29287104/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/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: 2.02 2.04 3.20 3/179 25043
/proc/meminfo: memFree=29271680/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
[pid=25042] ppid=25041 vsize=33608 CPUtime=1.49 cores=0,2,4,6
/proc/25042/stat : 25042 (pb_cplex) R 25041 25041 23197 0 -1 4202496 5754 0 0 0 148 1 0 0 20 0 1 0 391196179 34414592 4624 33554432000 134512640 146736320 4288697328 4288691972 136385175 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 8402 4624 725 2985 0 5336 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42756

[startup+3.10022 s]
/proc/loadavg: 2.02 2.04 3.20 3/179 25043
/proc/meminfo: memFree=29271184/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
[pid=25042] ppid=25041 vsize=33772 CPUtime=3.09 cores=0,2,4,6
/proc/25042/stat : 25042 (pb_cplex) R 25041 25041 23197 0 -1 4202496 6872 0 0 0 308 1 0 0 20 0 1 0 391196179 34582528 4708 33554432000 134512640 146736320 4288697328 4288691640 136015583 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 8443 4708 780 2985 0 5377 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42920

[startup+6.30022 s]
/proc/loadavg: 2.02 2.04 3.20 3/179 25043
/proc/meminfo: memFree=29270316/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
[pid=25042] ppid=25041 vsize=33772 CPUtime=6.29 cores=0,2,4,6
/proc/25042/stat : 25042 (pb_cplex) R 25041 25041 23197 0 -1 4202496 6912 0 0 0 628 1 0 0 20 0 1 0 391196179 34582528 4748 33554432000 134512640 146736320 4288697328 4288691588 139028313 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 8443 4748 780 2985 0 5377 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42920

[startup+12.7003 s]
/proc/loadavg: 2.01 2.04 3.19 3/179 25043
/proc/meminfo: memFree=29270612/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
[pid=25042] ppid=25041 vsize=33904 CPUtime=12.69 cores=0,2,4,6
/proc/25042/stat : 25042 (pb_cplex) R 25041 25041 23197 0 -1 4202496 6914 0 0 0 1267 2 0 0 20 0 1 0 391196179 34717696 4750 33554432000 134512640 146736320 4288697328 4288691328 136019045 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/25042/statm: 8476 4750 780 2985 0 5410 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43052

[startup+25.5003 s]
/proc/loadavg: 2.01 2.04 3.17 3/179 25043
/proc/meminfo: memFree=29262196/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
[pid=25042] ppid=25041 vsize=45396 CPUtime=25.48 cores=0,2,4,6
/proc/25042/stat : 25042 (pb_cplex) R 25041 25041 23197 0 -1 4202496 12053 0 0 0 2546 2 0 0 20 0 1 0 391196179 46485504 6882 33554432000 134512640 146736320 4288697328 4288691268 136385179 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/25042/statm: 11349 6882 839 2985 0 8283 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54544

[startup+51.1003 s]
/proc/loadavg: 2.01 2.03 3.13 3/179 25043
/proc/meminfo: memFree=29263992/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
[pid=25042] ppid=25041 vsize=39108 CPUtime=51.08 cores=0,2,4,6
/proc/25042/stat : 25042 (pb_cplex) R 25041 25041 23197 0 -1 4202496 12716 0 0 0 5105 3 0 0 20 0 1 0 391196179 40046592 6298 33554432000 134512640 146736320 4288697328 4288691640 136015547 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/25042/statm: 9777 6298 842 2985 0 6711 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 48256

[startup+102.306 s]
/proc/loadavg: 2.00 2.03 3.07 3/179 25043
/proc/meminfo: memFree=29265168/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
[pid=25042] ppid=25041 vsize=38540 CPUtime=102.28 cores=0,2,4,6
/proc/25042/stat : 25042 (pb_cplex) R 25041 25041 23197 0 -1 4202496 17876 0 0 0 10223 5 0 0 20 0 1 0 391196179 39464960 6100 33554432000 134512640 146736320 4288697328 4288691328 136018931 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/25042/statm: 9635 6100 843 2985 0 6569 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 47688

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 3.00 3/179 25044
/proc/meminfo: memFree=29255848/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
[pid=25042] ppid=25041 vsize=47024 CPUtime=162.26 cores=0,2,4,6
/proc/25042/stat : 25042 (pb_cplex) R 25041 25041 23197 0 -1 4202496 28365 0 0 0 16216 10 0 0 20 0 1 0 391196179 48152576 7682 33554432000 134512640 146736320 4288697328 4288691132 136385184 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/25042/statm: 11756 7682 844 2985 0 8690 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 56172

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.94 3/179 25044
/proc/meminfo: memFree=29261800/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
[pid=25042] ppid=25041 vsize=39336 CPUtime=222.25 cores=0,2,4,6
/proc/25042/stat : 25042 (pb_cplex) R 25041 25041 23197 0 -1 4202496 30048 0 0 0 22213 12 0 0 20 0 1 0 391196179 40280064 6310 33554432000 134512640 146736320 4288697328 4288691256 136015707 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/25042/statm: 9834 6310 847 2985 0 6768 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 48484

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.88 3/179 25093
/proc/meminfo: memFree=29384200/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
[pid=25042] ppid=25041 vsize=39336 CPUtime=282.23 cores=0,2,4,6
/proc/25042/stat : 25042 (pb_cplex) R 25041 25041 23197 0 -1 4202496 30049 0 0 0 28210 13 0 0 20 0 1 0 391196179 40280064 6341 33554432000 134512640 146736320 4288697328 4288691400 136000767 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/25042/statm: 9834 6341 847 2985 0 6768 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 48484

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.82 3/180 25096
/proc/meminfo: memFree=29378644/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
[pid=25042] ppid=25041 vsize=40272 CPUtime=342.23 cores=0,2,4,6
/proc/25042/stat : 25042 (pb_cplex) R 25041 25041 23197 0 -1 4202496 31953 0 0 0 34207 16 0 0 20 0 1 0 391196179 41238528 6488 33554432000 134512640 146736320 4288697328 4288691384 138768267 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/25042/statm: 10068 6488 853 2985 0 7002 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 49420

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.76 3/186 25103
/proc/meminfo: memFree=29338848/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/25042/statm: 53763 29493 911 2985 0 50697 0
[pid=25042/tid=25097] ppid=25041 vsize=215052 CPUtime=78.28 cores=0,2,4,6
/proc/25042/task/25097/stat : 25097 (pb_cplex) R 25041 25041 23197 0 -1 4202560 1640 0 0 0 7826 2 0 0 20 0 8 0 391234222 220213248 29493 33554432000 134512640 146736320 4288697328 4127555792 136007963 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25098] ppid=25041 vsize=215052 CPUtime=78.29 cores=0,2,4,6
/proc/25042/task/25098/stat : 25098 (pb_cplex) R 25041 25041 23197 0 -1 4202560 1981 0 0 0 7827 2 0 0 20 0 8 0 391234222 220213248 29493 33554432000 134512640 146736320 4288697328 4117070032 136008450 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25099] ppid=25041 vsize=215052 CPUtime=78.55 cores=0,2,4,6
/proc/25042/task/25099/stat : 25099 (pb_cplex) R 25041 25041 23197 0 -1 4202560 1416 0 0 0 7853 2 0 0 20 0 8 0 391234222 220213248 29493 33554432000 134512640 146736320 4288697328 4106584132 136385184 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25100] ppid=25041 vsize=215052 CPUtime=78.45 cores=0,2,4,6
/proc/25042/task/25100/stat : 25100 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2100 0 0 0 7843 2 0 0 20 0 8 0 391234222 220213248 29493 33554432000 134512640 146736320 4288697328 4096098344 139044552 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25101] ppid=25041 vsize=215052 CPUtime=78.32 cores=0,2,4,6
/proc/25042/task/25101/stat : 25101 (pb_cplex) R 25041 25041 23197 0 -1 4202560 1543 0 0 0 7831 1 0 0 20 0 8 0 391234222 220213248 29493 33554432000 134512640 146736320 4288697328 4085613000 136000315 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25102] ppid=25041 vsize=215052 CPUtime=78.19 cores=0,2,4,6
/proc/25042/task/25102/stat : 25102 (pb_cplex) R 25041 25041 23197 0 -1 4202560 1522 0 0 0 7817 2 0 0 20 0 8 0 391234222 220213248 29493 33554432000 134512640 146736320 4288697328 4075127376 136403109 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25103] ppid=25041 vsize=215052 CPUtime=69.16 cores=0,2,4,6
/proc/25042/task/25103/stat : 25103 (pb_cplex) S 25041 25041 23197 0 -1 4202560 1359 0 0 0 6914 2 0 0 20 0 8 0 391234222 220213248 29493 33554432000 134512640 146736320 4288697328 4064644752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1106.69
Current children cumulated vsize (KiB) 224200

[startup+702.3 s]
/proc/loadavg: 6.81 5.04 3.80 6/186 25104
/proc/meminfo: memFree=29285348/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
[pid=25042] ppid=25041 vsize=215052 CPUtime=1346.2 cores=0,2,4,6
/proc/25042/stat : 25042 (pb_cplex) S 25041 25041 23197 0 -1 4202496 63047 0 0 0 134580 40 0 0 20 0 8 0 391196179 220213248 29495 33554432000 134512640 146736320 4288697328 4288693712 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25042/statm: 53763 29495 911 2985 0 50697 0
[pid=25042/tid=25097] ppid=25041 vsize=215052 CPUtime=124.96 cores=0,2,4,6
/proc/25042/task/25097/stat : 25097 (pb_cplex) R 25041 25041 23197 0 -1 4202560 1641 0 0 0 12494 2 0 0 20 0 8 0 391234222 220213248 29495 33554432000 134512640 146736320 4288697328 4127555652 136385177 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25098] ppid=25041 vsize=215052 CPUtime=102.47 cores=0,2,4,6
/proc/25042/task/25098/stat : 25098 (pb_cplex) S 25041 25041 23197 0 -1 4202560 1982 0 0 0 10244 3 0 0 20 0 8 0 391234222 220213248 29495 33554432000 134512640 146736320 4288697328 4117073552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25099] ppid=25041 vsize=215052 CPUtime=125.59 cores=0,2,4,6
/proc/25042/task/25099/stat : 25099 (pb_cplex) R 25041 25041 23197 0 -1 4202560 1416 0 0 0 12557 2 0 0 20 0 8 0 391234222 220213248 29495 33554432000 134512640 146736320 4288697328 4106584272 136008047 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25100] ppid=25041 vsize=215052 CPUtime=101.69 cores=0,2,4,6
/proc/25042/task/25100/stat : 25100 (pb_cplex) S 25041 25041 23197 0 -1 4202560 2102 0 0 0 10167 2 0 0 20 0 8 0 391234222 220213248 29495 33554432000 134512640 146736320 4288697328 4096102032 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25101] ppid=25041 vsize=215052 CPUtime=124.57 cores=0,2,4,6
/proc/25042/task/25101/stat : 25101 (pb_cplex) R 25041 25041 23197 0 -1 4202560 1544 0 0 0 12455 2 0 0 20 0 8 0 391234222 220213248 29495 33554432000 134512640 146736320 4288697328 4085611512 136476064 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25102] ppid=25041 vsize=215052 CPUtime=125.12 cores=0,2,4,6
/proc/25042/task/25102/stat : 25102 (pb_cplex) R 25041 25041 23197 0 -1 4202560 1523 0 0 0 12509 3 0 0 20 0 8 0 391234222 220213248 29495 33554432000 134512640 146736320 4288697328 4075127000 136008669 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25103] ppid=25041 vsize=215052 CPUtime=69.16 cores=0,2,4,6
/proc/25042/task/25103/stat : 25103 (pb_cplex) S 25041 25041 23197 0 -1 4202560 1359 0 0 0 6914 2 0 0 20 0 8 0 391234222 220213248 29495 33554432000 134512640 146736320 4288697328 4064644752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1346.2
Current children cumulated vsize (KiB) 224200

[startup+762.307 s]
/proc/loadavg: 6.40 5.15 3.91 10/186 25105
/proc/meminfo: memFree=29277536/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
[pid=25042] ppid=25041 vsize=227648 CPUtime=1517.58 cores=0,2,4,6
/proc/25042/stat : 25042 (pb_cplex) R 25041 25041 23197 0 -1 4202496 69601 0 0 0 151712 46 0 0 20 0 8 0 391196179 233111552 31585 33554432000 134512640 146736320 4288697328 4288690984 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 56912 31585 911 2985 0 53846 0
[pid=25042/tid=25097] ppid=25041 vsize=227648 CPUtime=150.74 cores=0,2,4,6
/proc/25042/task/25097/stat : 25097 (pb_cplex) R 25041 25041 23197 0 -1 4202560 1753 0 0 0 15070 4 0 0 20 0 8 0 391234222 233111552 31585 33554432000 134512640 146736320 4288697328 4127554792 135467718 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25098] ppid=25041 vsize=227648 CPUtime=114.83 cores=0,2,4,6
/proc/25042/task/25098/stat : 25098 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2282 0 0 0 11480 3 0 0 20 0 8 0 391234222 233111552 31585 33554432000 134512640 146736320 4288697328 4117070032 136008042 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25099] ppid=25041 vsize=227648 CPUtime=140.38 cores=0,2,4,6
/proc/25042/task/25099/stat : 25099 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2192 0 0 0 14034 4 0 0 20 0 8 0 391234222 233111552 31585 33554432000 134512640 146736320 4288697328 4106584280 136008929 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25100] ppid=25041 vsize=227648 CPUtime=114.06 cores=0,2,4,6
/proc/25042/task/25100/stat : 25100 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2379 0 0 0 11403 3 0 0 20 0 8 0 391234222 233111552 31585 33554432000 134512640 146736320 4288697328 4096098372 136385170 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25101] ppid=25041 vsize=227648 CPUtime=171.95 cores=0,2,4,6
/proc/25042/task/25101/stat : 25101 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2767 0 0 0 17191 4 0 0 20 0 8 0 391234222 233111552 31585 33554432000 134512640 146736320 4288697328 4085612752 136008176 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25102] ppid=25041 vsize=227648 CPUtime=158.31 cores=0,2,4,6
/proc/25042/task/25102/stat : 25102 (pb_cplex) R 25041 25041 23197 0 -1 4202560 3418 0 0 0 15824 7 0 0 20 0 8 0 391234222 233111552 31585 33554432000 134512640 146736320 4288697328 4075126852 136385184 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25103] ppid=25041 vsize=227648 CPUtime=81.6 cores=0,2,4,6
/proc/25042/task/25103/stat : 25103 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2520 0 0 0 8158 2 0 0 20 0 8 0 391234222 233111552 31585 33554432000 134512640 146736320 4288697328 4064641116 135855130 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1517.58
Current children cumulated vsize (KiB) 236796

[startup+822.3 s]
/proc/loadavg: 8.04 5.85 4.23 10/186 25105
/proc/meminfo: memFree=29273748/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
[pid=25042] ppid=25041 vsize=229692 CPUtime=1757.18 cores=0,2,4,6
/proc/25042/stat : 25042 (pb_cplex) R 25041 25041 23197 0 -1 4202496 70288 0 0 0 175668 50 0 0 20 0 8 0 391196179 235204608 32463 33554432000 134512640 146736320 4288697328 4288690056 139042899 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 57423 32463 911 2985 0 54357 0
[pid=25042/tid=25097] ppid=25041 vsize=229692 CPUtime=180.95 cores=0,2,4,6
/proc/25042/task/25097/stat : 25097 (pb_cplex) R 25041 25041 23197 0 -1 4202560 1754 0 0 0 18091 4 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4127555656 139042910 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25098] ppid=25041 vsize=229692 CPUtime=144.84 cores=0,2,4,6
/proc/25042/task/25098/stat : 25098 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2285 0 0 0 14480 4 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4117069892 136385184 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25099] ppid=25041 vsize=229692 CPUtime=170.25 cores=0,2,4,6
/proc/25042/task/25099/stat : 25099 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2213 0 0 0 17020 5 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4106582824 138462627 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25100] ppid=25041 vsize=229692 CPUtime=143.71 cores=0,2,4,6
/proc/25042/task/25100/stat : 25100 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2538 0 0 0 14367 4 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4096098376 136474230 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25101] ppid=25041 vsize=229692 CPUtime=201.62 cores=0,2,4,6
/proc/25042/task/25101/stat : 25101 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2898 0 0 0 20157 5 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4085612616 139042864 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25102] ppid=25041 vsize=229692 CPUtime=188.02 cores=0,2,4,6
/proc/25042/task/25102/stat : 25102 (pb_cplex) R 25041 25041 23197 0 -1 4202560 3786 0 0 0 18795 7 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4075126856 139042904 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25103] ppid=25041 vsize=229692 CPUtime=111.49 cores=0,2,4,6
/proc/25042/task/25103/stat : 25103 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2524 0 0 0 11146 3 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4064641300 136003490 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1757.18
Current children cumulated vsize (KiB) 238840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+833.1 s]
/proc/loadavg: 8.19 5.95 4.28 10/186 25105
/proc/meminfo: memFree=29273748/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
[pid=25042] ppid=25041 vsize=229692 CPUtime=1800.33 cores=0,2,4,6
/proc/25042/stat : 25042 (pb_cplex) R 25041 25041 23197 0 -1 4202496 70288 0 0 0 179982 51 0 0 20 0 8 0 391196179 235204608 32463 33554432000 134512640 146736320 4288697328 4288690024 139044525 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 57423 32463 911 2985 0 54357 0
[pid=25042/tid=25097] ppid=25041 vsize=229692 CPUtime=186.34 cores=0,2,4,6
/proc/25042/task/25097/stat : 25097 (pb_cplex) R 25041 25041 23197 0 -1 4202560 1754 0 0 0 18630 4 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4127555792 136008042 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25098] ppid=25041 vsize=229692 CPUtime=150.18 cores=0,2,4,6
/proc/25042/task/25098/stat : 25098 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2285 0 0 0 15014 4 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4117069864 139044505 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25099] ppid=25041 vsize=229692 CPUtime=175.64 cores=0,2,4,6
/proc/25042/task/25099/stat : 25099 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2213 0 0 0 17559 5 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4106584272 136008450 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25100] ppid=25041 vsize=229692 CPUtime=149.04 cores=0,2,4,6
/proc/25042/task/25100/stat : 25100 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2538 0 0 0 14900 4 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4096098372 136385179 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25101] ppid=25041 vsize=229692 CPUtime=207.01 cores=0,2,4,6
/proc/25042/task/25101/stat : 25101 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2898 0 0 0 20696 5 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4085612752 136008396 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25102] ppid=25041 vsize=229692 CPUtime=193.41 cores=0,2,4,6
/proc/25042/task/25102/stat : 25102 (pb_cplex) R 25041 25041 23197 0 -1 4202560 3786 0 0 0 19334 7 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4075126852 136385183 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25103] ppid=25041 vsize=229692 CPUtime=116.87 cores=0,2,4,6
/proc/25042/task/25103/stat : 25103 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2524 0 0 0 11684 3 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4064641232 136008163 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 238840

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

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

[startup+833.1 s]
/proc/loadavg: 8.19 5.95 4.28 10/186 25105
/proc/meminfo: memFree=29273748/32873844 swapFree=7372/7372
[pid=25041] ppid=25039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25041/stat : 25041 (run) S 25039 25041 23197 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391196178 9367552 269 33554432000 4194304 5064252 140737301208016 140737301206928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25041/statm: 2287 269 229 213 0 72 0
[pid=25042] ppid=25041 vsize=229692 CPUtime=1800.33 cores=0,2,4,6
/proc/25042/stat : 25042 (pb_cplex) R 25041 25041 23197 0 -1 4202496 70288 0 0 0 179982 51 0 0 20 0 8 0 391196179 235204608 32463 33554432000 134512640 146736320 4288697328 4288690024 139044525 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 57423 32463 911 2985 0 54357 0
[pid=25042/tid=25097] ppid=25041 vsize=229692 CPUtime=186.34 cores=0,2,4,6
/proc/25042/task/25097/stat : 25097 (pb_cplex) R 25041 25041 23197 0 -1 4202560 1754 0 0 0 18630 4 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4127555792 136008042 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25098] ppid=25041 vsize=229692 CPUtime=150.18 cores=0,2,4,6
/proc/25042/task/25098/stat : 25098 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2285 0 0 0 15014 4 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4117069864 139044505 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25099] ppid=25041 vsize=229692 CPUtime=175.64 cores=0,2,4,6
/proc/25042/task/25099/stat : 25099 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2213 0 0 0 17559 5 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4106584272 136008450 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25100] ppid=25041 vsize=229692 CPUtime=149.04 cores=0,2,4,6
/proc/25042/task/25100/stat : 25100 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2538 0 0 0 14900 4 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4096098372 136385179 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25101] ppid=25041 vsize=229692 CPUtime=207.01 cores=0,2,4,6
/proc/25042/task/25101/stat : 25101 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2898 0 0 0 20696 5 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4085612752 136008396 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25102] ppid=25041 vsize=229692 CPUtime=193.41 cores=0,2,4,6
/proc/25042/task/25102/stat : 25102 (pb_cplex) R 25041 25041 23197 0 -1 4202560 3786 0 0 0 19334 7 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4075126852 136385183 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25103] ppid=25041 vsize=229692 CPUtime=116.87 cores=0,2,4,6
/proc/25042/task/25103/stat : 25103 (pb_cplex) R 25041 25041 23197 0 -1 4202560 2524 0 0 0 11684 3 0 0 20 0 8 0 391234222 235204608 32463 33554432000 134512640 146736320 4288697328 4064641232 136008163 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 238840

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 833.116
CPU time (s): 1800.33
CPU user time (s): 1799.82
CPU system time (s): 0.51
CPU usage (%): 216.096
Max. virtual memory (cumulated for all children) (KiB): 238840

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

runsolver used 1.80373 second user time and 4.6123 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-09 16:04:36
IDJOB=3741899
IDBENCH=90116
IDSOLVER=2325
FILE ID=node109/3741899-1339250676
RUNJOBID= node109-1339246834-23214
PBS_JOBID= 14644372
Free space on /tmp= 70680 MiB

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

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

MD5SUM BENCH= 8c2203c9ba90488459f210b4f3d3e3ed
RANDOM SEED=1867392880

node109.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.264
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.52
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.264
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		: 2667.264
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.91
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.264
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.264
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.264
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.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29287260 kB
Buffers:         1577776 kB
Cached:           863032 kB
SwapCached:         1336 kB
Active:          2472640 kB
Inactive:         132476 kB
Active(anon):     158624 kB
Inactive(anon):     6228 kB
Active(file):    2314016 kB
Inactive(file):   126248 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67102640 kB
Dirty:             16948 kB
Writeback:             0 kB
AnonPages:        168608 kB
Mapped:            12368 kB
Shmem:                 4 kB
Slab:             839900 kB
SReclaimable:     281816 kB
SUnreclaim:       558084 kB
KernelStack:        1456 kB
PageTables:         4500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     331200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3741899-1339250676.opb

Free space on /tmp at the end= 70664 MiB
End job on node109 at 2012-06-09 16:18:29