Trace number 3741847

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.19 904.616

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K102.opb
MD5SUM2946edf6ae8af40eb44098433ff3dcec
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 benchmark213.965
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6936
Total number of constraints7142
Number of constraints which are clauses7040
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint102
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 103
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-3741847-1339250629.opb.
0.00/0.00	c Instance file HOME/instance-3741847-1339250629.opb
0.00/0.00	c File size is 444621 bytes.
0.00/0.21	c Highest Coefficient sum: 103
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.21         s                                      |
0.00/0.22	c |  Number Variables:      6936                                                |
0.00/0.22	c |  Number Constraints:    7142                                                |
0.00/0.22	c ===============================================================================
1800.19/904.61	c Remaining time 1799.79 sec.
1800.19/904.61	c 
1800.19/904.61	c *** INTERRUPTED ***
1800.19/904.61	s UNKNOWN
1800.19/904.61	c Total CPU time              : 1799.35 s
1800.19/904.61	c Memory used           : 229.75 MB
1800.19/904.61	c CPU time              : 1799.35 s
1800.19/904.61	c 
1800.19/904.61	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-3741847-1339250629/watcher-3741847-1339250629 -o /tmp/evaluation-result-3741847-1339250629/solver-3741847-1339250629 -C 1800 -W 1900 -M 15500 run HOME/instance-3741847-1339250629.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: 7.65 6.39 4.39 3/177 27985
/proc/meminfo: memFree=31135820/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0

[startup+0.0672529 s]
/proc/loadavg: 7.65 6.39 4.39 3/177 27985
/proc/meminfo: memFree=31135820/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100272 s]
/proc/loadavg: 7.65 6.39 4.39 3/177 27985
/proc/meminfo: memFree=31135820/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300183 s]
/proc/loadavg: 7.65 6.39 4.39 3/177 27985
/proc/meminfo: memFree=31135820/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700181 s]
/proc/loadavg: 7.65 6.39 4.39 3/177 27985
/proc/meminfo: memFree=31135820/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 7.65 6.39 4.39 3/179 27987
/proc/meminfo: memFree=31118552/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
[pid=27986] ppid=27985 vsize=36672 CPUtime=1.49 cores=0,2,4,6
/proc/27986/stat : 27986 (pb_cplex) R 27985 27985 27040 0 -1 4202496 6946 0 0 0 148 1 0 0 20 0 1 0 391189894 37552128 5201 33554432000 134512640 146736320 4294189216 4294183876 136385172 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27986/statm: 9168 5201 725 2985 0 6102 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45820

[startup+3.10021 s]
/proc/loadavg: 7.65 6.39 4.39 3/179 27987
/proc/meminfo: memFree=31117296/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
[pid=27986] ppid=27985 vsize=36672 CPUtime=3.09 cores=0,2,4,6
/proc/27986/stat : 27986 (pb_cplex) R 27985 27985 27040 0 -1 4202496 6966 0 0 0 308 1 0 0 20 0 1 0 391189894 37552128 5221 33554432000 134512640 146736320 4294189216 4294183900 135855165 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27986/statm: 9168 5221 725 2985 0 6102 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45820

[startup+6.30022 s]
/proc/loadavg: 7.20 6.32 4.38 3/179 27987
/proc/meminfo: memFree=31117296/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
[pid=27986] ppid=27985 vsize=36376 CPUtime=6.29 cores=0,2,4,6
/proc/27986/stat : 27986 (pb_cplex) R 27985 27985 27040 0 -1 4202496 8217 0 0 0 628 1 0 0 20 0 1 0 391189894 37249024 5167 33554432000 134512640 146736320 4294189216 4294183688 136000984 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27986/statm: 9094 5167 780 2985 0 6028 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45524

[startup+12.7003 s]
/proc/loadavg: 6.78 6.25 4.37 3/179 27987
/proc/meminfo: memFree=31117180/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
[pid=27986] ppid=27985 vsize=36400 CPUtime=12.68 cores=0,2,4,6
/proc/27986/stat : 27986 (pb_cplex) R 27985 27985 27040 0 -1 4202496 8230 0 0 0 1267 1 0 0 20 0 1 0 391189894 37273600 5212 33554432000 134512640 146736320 4294189216 4294183824 136403109 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/27986/statm: 9100 5212 780 2985 0 6034 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45548

[startup+25.5003 s]
/proc/loadavg: 5.72 6.04 4.33 3/179 27987
/proc/meminfo: memFree=31111908/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
[pid=27986] ppid=27985 vsize=36420 CPUtime=25.48 cores=0,2,4,6
/proc/27986/stat : 27986 (pb_cplex) R 27985 27985 27040 0 -1 4202496 8264 0 0 0 2547 1 0 0 20 0 1 0 391189894 37294080 6487 33554432000 134512640 146736320 4294189216 4294183304 139043579 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/27986/statm: 9105 6487 780 2985 0 6039 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45568

[startup+51.1003 s]
/proc/loadavg: 4.59 5.75 4.28 3/179 27987
/proc/meminfo: memFree=31113024/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
[pid=27986] ppid=27985 vsize=49204 CPUtime=51.07 cores=0,2,4,6
/proc/27986/stat : 27986 (pb_cplex) R 27985 27985 27040 0 -1 4202496 14770 0 0 0 5105 2 0 0 20 0 1 0 391189894 50384896 8872 33554432000 134512640 146736320 4294189216 4294183528 136015703 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/27986/statm: 12301 8872 839 2985 0 9235 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 58352

[startup+102.306 s]
/proc/loadavg: 3.12 5.16 4.15 3/179 27987
/proc/meminfo: memFree=31109428/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
[pid=27986] ppid=27985 vsize=52588 CPUtime=102.27 cores=0,2,4,6
/proc/27986/stat : 27986 (pb_cplex) R 27985 27985 27040 0 -1 4202496 20775 0 0 0 10224 3 0 0 20 0 1 0 391189894 53850112 9535 33554432000 134512640 146736320 4294189216 4294182984 135851856 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/27986/statm: 13147 9535 842 2985 0 10081 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 61736

[startup+162.3 s]
/proc/loadavg: 2.48 4.60 4.02 3/179 27987
/proc/meminfo: memFree=31109180/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
[pid=27986] ppid=27985 vsize=51716 CPUtime=162.25 cores=0,2,4,6
/proc/27986/stat : 27986 (pb_cplex) R 27985 27985 27040 0 -1 4202496 27520 0 0 0 16220 5 0 0 20 0 1 0 391189894 52957184 9464 33554432000 134512640 146736320 4294189216 4294182684 136406009 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/27986/statm: 12929 9464 842 2985 0 9863 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 60864

[startup+222.3 s]
/proc/loadavg: 2.18 4.13 3.89 3/179 27987
/proc/meminfo: memFree=31108808/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
[pid=27986] ppid=27985 vsize=52624 CPUtime=222.24 cores=0,2,4,6
/proc/27986/stat : 27986 (pb_cplex) R 27985 27985 27040 0 -1 4202496 33337 0 0 0 22218 6 0 0 20 0 1 0 391189894 53886976 9670 33554432000 134512640 146736320 4294189216 4294182896 136384857 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/27986/statm: 13156 9670 842 2985 0 10090 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 61772

[startup+282.3 s]
/proc/loadavg: 2.06 3.74 3.77 3/179 27987
/proc/meminfo: memFree=31115672/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
[pid=27986] ppid=27985 vsize=41540 CPUtime=282.24 cores=0,2,4,6
/proc/27986/stat : 27986 (pb_cplex) R 27985 27985 27040 0 -1 4202496 37311 0 0 0 28217 7 0 0 20 0 1 0 391189894 42536960 7753 33554432000 134512640 146736320 4294189216 4294182848 136019052 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/27986/statm: 10385 7753 847 2985 0 7319 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 50688

[startup+342.3 s]
/proc/loadavg: 2.02 3.42 3.66 3/179 27988
/proc/meminfo: memFree=31112688/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
[pid=27986] ppid=27985 vsize=41540 CPUtime=342.23 cores=0,2,4,6
/proc/27986/stat : 27986 (pb_cplex) R 27985 27985 27040 0 -1 4202496 37331 0 0 0 34216 7 0 0 20 0 1 0 391189894 42536960 7773 33554432000 134512640 146736320 4294189216 4294183304 136000308 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/27986/statm: 10385 7773 847 2985 0 7319 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 50688

[startup+402.3 s]
/proc/loadavg: 2.01 3.16 3.55 3/180 27991
/proc/meminfo: memFree=31113544/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/27986/statm: 56290 29199 885 2985 0 53224 0
[pid=27986/tid=27992] ppid=27985 vsize=225160 CPUtime=33.57 cores=0,2,4,6
/proc/27986/task/27992/stat : 27992 (pb_cplex) R 27985 27985 27040 0 -1 4202560 1992 0 0 0 3355 2 0 0 20 0 8 0 391240636 230563840 29199 33554432000 134512640 146736320 4294189216 4118634552 136475808 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=27986/tid=27993] ppid=27985 vsize=225160 CPUtime=33.12 cores=0,2,4,6
/proc/27986/task/27993/stat : 27993 (pb_cplex) R 27985 27985 27040 0 -1 4202560 1673 0 0 0 3312 0 0 0 20 0 8 0 391240636 230563840 29199 33554432000 134512640 146736320 4294189216 4108148848 136384861 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27986/tid=27994] ppid=27985 vsize=225160 CPUtime=33.32 cores=0,2,4,6
/proc/27986/task/27994/stat : 27994 (pb_cplex) R 27985 27985 27040 0 -1 4202560 1670 0 0 0 3330 2 0 0 20 0 8 0 391240636 230563840 29199 33554432000 134512640 146736320 4294189216 4097663044 136385170 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27986/tid=27995] ppid=27985 vsize=225160 CPUtime=33.34 cores=0,2,4,6
/proc/27986/task/27995/stat : 27995 (pb_cplex) R 27985 27985 27040 0 -1 4202560 11441 0 0 0 3329 5 0 0 20 0 8 0 391240636 230563840 29199 33554432000 134512640 146736320 4294189216 4087177672 135999105 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=27986/tid=27996] ppid=27985 vsize=225160 CPUtime=33.3 cores=0,2,4,6
/proc/27986/task/27996/stat : 27996 (pb_cplex) R 27985 27985 27040 0 -1 4202560 1720 0 0 0 3328 2 0 0 20 0 8 0 391240636 230563840 29199 33554432000 134512640 146736320 4294189216 4076691524 136385175 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27986/tid=27997] ppid=27985 vsize=225160 CPUtime=33.1 cores=0,2,4,6
/proc/27986/task/27997/stat : 27997 (pb_cplex) R 27985 27985 27040 0 -1 4202560 13329 0 0 0 3304 6 0 0 20 0 8 0 391240636 230563840 29199 33554432000 134512640 146736320 4294189216 4066204844 135454093 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27986/tid=27998] ppid=27985 vsize=225160 CPUtime=33.27 cores=0,2,4,6
/proc/27986/task/27998/stat : 27998 (pb_cplex) R 27985 27985 27040 0 -1 4202560 1262 0 0 0 3325 2 0 0 20 0 8 0 391240636 230563840 29199 33554432000 134512640 146736320 4294189216 4055718616 135467151 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 841.6
Current children cumulated vsize (KiB) 234308

[startup+702.3 s]
/proc/loadavg: 8.04 4.79 3.99 10/186 27999
/proc/meminfo: memFree=31027188/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
[pid=27986] ppid=27985 vsize=225388 CPUtime=1080.88 cores=0,2,4,6
/proc/27986/stat : 27986 (pb_cplex) R 27985 27985 27040 0 -1 4202496 163594 0 0 0 108034 54 0 0 20 0 8 0 391189894 230797312 29280 33554432000 134512640 146736320 4294189216 4294181956 136385184 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27986/statm: 56347 29280 885 2985 0 53281 0
[pid=27986/tid=27992] ppid=27985 vsize=225388 CPUtime=63.57 cores=0,2,4,6
/proc/27986/task/27992/stat : 27992 (pb_cplex) R 27985 27985 27040 0 -1 4202560 1993 0 0 0 6354 3 0 0 20 0 8 0 391240636 230797312 29280 33554432000 134512640 146736320 4294189216 4118634704 136008356 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27986/tid=27993] ppid=27985 vsize=225388 CPUtime=62.82 cores=0,2,4,6
/proc/27986/task/27993/stat : 27993 (pb_cplex) R 27985 27985 27040 0 -1 4202560 1676 0 0 0 6280 2 0 0 20 0 8 0 391240636 230797312 29280 33554432000 134512640 146736320 4294189216 4108148944 136008042 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=27986/tid=27994] ppid=27985 vsize=225388 CPUtime=63.14 cores=0,2,4,6
/proc/27986/task/27994/stat : 27994 (pb_cplex) R 27985 27985 27040 0 -1 4202560 1726 0 0 0 6311 3 0 0 20 0 8 0 391240636 230797312 29280 33554432000 134512640 146736320 4294189216 4097663184 136008168 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=27986/tid=27995] ppid=27985 vsize=225388 CPUtime=63.38 cores=0,2,4,6
/proc/27986/task/27995/stat : 27995 (pb_cplex) R 27985 27985 27040 0 -1 4202560 21642 0 0 0 6329 9 0 0 20 0 8 0 391240636 230797312 29280 33554432000 134512640 146736320 4294189216 4087177856 138423407 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=27986/tid=27996] ppid=27985 vsize=225388 CPUtime=63.15 cores=0,2,4,6
/proc/27986/task/27996/stat : 27996 (pb_cplex) R 27985 27985 27040 0 -1 4202560 1731 0 0 0 6313 2 0 0 20 0 8 0 391240636 230797312 29280 33554432000 134512640 146736320 4294189216 4076691548 135855174 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27986/tid=27997] ppid=27985 vsize=225388 CPUtime=63.18 cores=0,2,4,6
/proc/27986/task/27997/stat : 27997 (pb_cplex) R 27985 27985 27040 0 -1 4202560 22990 0 0 0 6307 11 0 0 20 0 8 0 391240636 230797312 29280 33554432000 134512640 146736320 4294189216 4066205904 136008416 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27986/tid=27998] ppid=27985 vsize=225388 CPUtime=63.29 cores=0,2,4,6
/proc/27986/task/27998/stat : 27998 (pb_cplex) R 27985 27985 27040 0 -1 4202560 1268 0 0 0 6326 3 0 0 20 0 8 0 391240636 230797312 29280 33554432000 134512640 146736320 4294189216 4055718352 135464942 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1080.88
Current children cumulated vsize (KiB) 234536

[startup+762.307 s]
/proc/loadavg: 8.64 5.55 4.30 10/186 27999
/proc/meminfo: memFree=31024944/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
[pid=27986] ppid=27985 vsize=225928 CPUtime=1320.22 cores=0,2,4,6
/proc/27986/stat : 27986 (pb_cplex) R 27985 27985 27040 0 -1 4202496 182486 0 0 0 131956 66 0 0 20 0 8 0 391189894 231350272 29428 33554432000 134512640 146736320 4294189216 4294182096 136008423 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27986/statm: 56482 29428 885 2985 0 53416 0
[pid=27986/tid=27992] ppid=27985 vsize=225928 CPUtime=93.64 cores=0,2,4,6
/proc/27986/task/27992/stat : 27992 (pb_cplex) R 27985 27985 27040 0 -1 4202560 2000 0 0 0 9359 5 0 0 20 0 8 0 391240636 231350272 29428 33554432000 134512640 146736320 4294189216 4118634772 136003546 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=27986/tid=27993] ppid=27985 vsize=225928 CPUtime=92.82 cores=0,2,4,6
/proc/27986/task/27993/stat : 27993 (pb_cplex) R 27985 27985 27040 0 -1 4202560 1679 0 0 0 9279 3 0 0 20 0 8 0 391240636 231350272 29428 33554432000 134512640 146736320 4294189216 4108148804 136385177 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=27986/tid=27994] ppid=27985 vsize=225928 CPUtime=93.01 cores=0,2,4,6
/proc/27986/task/27994/stat : 27994 (pb_cplex) R 27985 27985 27040 0 -1 4202560 1737 0 0 0 9296 5 0 0 20 0 8 0 391240636 231350272 29428 33554432000 134512640 146736320 4294189216 4097663992 138420870 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27986/tid=27995] ppid=27985 vsize=225928 CPUtime=93.23 cores=0,2,4,6
/proc/27986/task/27995/stat : 27995 (pb_cplex) R 27985 27985 27040 0 -1 4202560 31410 0 0 0 9308 15 0 0 20 0 8 0 391240636 231350272 29428 33554432000 134512640 146736320 4294189216 4087177256 139044550 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=27986/tid=27996] ppid=27985 vsize=225928 CPUtime=92.9 cores=0,2,4,6
/proc/27986/task/27996/stat : 27996 (pb_cplex) R 27985 27985 27040 0 -1 4202560 1734 0 0 0 9286 4 0 0 20 0 8 0 391240636 231350272 29428 33554432000 134512640 146736320 4294189216 4076691524 136385170 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27986/tid=27997] ppid=27985 vsize=225928 CPUtime=93.15 cores=0,2,4,6
/proc/27986/task/27997/stat : 27997 (pb_cplex) R 27985 27985 27040 0 -1 4202560 31505 0 0 0 9301 14 0 0 20 0 8 0 391240636 231350272 29428 33554432000 134512640 146736320 4294189216 4066205752 136475800 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27986/tid=27998] ppid=27985 vsize=225928 CPUtime=93.29 cores=0,2,4,6
/proc/27986/task/27998/stat : 27998 (pb_cplex) R 27985 27985 27040 0 -1 4202560 1322 0 0 0 9325 4 0 0 20 0 8 0 391240636 231350272 29428 33554432000 134512640 146736320 4294189216 4055720140 136388866 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1320.22
Current children cumulated vsize (KiB) 235076

[startup+822.3 s]
/proc/loadavg: 6.86 5.66 4.41 5/186 27999
/proc/meminfo: memFree=31023820/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
[pid=27986] ppid=27985 vsize=225936 CPUtime=1549.43 cores=0,2,4,6
/proc/27986/stat : 27986 (pb_cplex) S 27985 27985 27040 0 -1 4202496 201057 0 0 0 154868 75 0 0 20 0 8 0 391189894 231358464 29459 33554432000 134512640 146736320 4294189216 4294185616 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27986/statm: 56484 29459 885 2985 0 53418 0
[pid=27986/tid=27992] ppid=27985 vsize=225936 CPUtime=119.46 cores=0,2,4,6
/proc/27986/task/27992/stat : 27992 (pb_cplex) S 27985 27985 27040 0 -1 4202560 2001 0 0 0 11940 6 0 0 20 0 8 0 391240636 231358464 29459 33554432000 134512640 146736320 4294189216 4118638224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27986/tid=27993] ppid=27985 vsize=225936 CPUtime=139.94 cores=0,2,4,6
/proc/27986/task/27993/stat : 27993 (pb_cplex) R 27985 27985 27040 0 -1 4202560 1683 0 0 0 13989 5 0 0 20 0 8 0 391240636 231358464 29459 33554432000 134512640 146736320 4294189216 4108148804 136385179 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27986/tid=27994] ppid=27985 vsize=225936 CPUtime=100.8 cores=0,2,4,6
/proc/27986/task/27994/stat : 27994 (pb_cplex) S 27985 27985 27040 0 -1 4202560 1737 0 0 0 10075 5 0 0 20 0 8 0 391240636 231358464 29459 33554432000 134512640 146736320 4294189216 4097666704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27986/tid=27995] ppid=27985 vsize=225936 CPUtime=107.42 cores=0,2,4,6
/proc/27986/task/27995/stat : 27995 (pb_cplex) S 27985 27985 27040 0 -1 4202560 36391 0 0 0 10725 17 0 0 20 0 8 0 391240636 231358464 29459 33554432000 134512640 146736320 4294189216 4087180944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27986/tid=27996] ppid=27985 vsize=225936 CPUtime=131.23 cores=0,2,4,6
/proc/27986/task/27996/stat : 27996 (pb_cplex) S 27985 27985 27040 0 -1 4202560 1734 0 0 0 13118 5 0 0 20 0 8 0 391240636 231358464 29459 33554432000 134512640 146736320 4294189216 4076695184 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27986/tid=27997] ppid=27985 vsize=225936 CPUtime=139.71 cores=0,2,4,6
/proc/27986/task/27997/stat : 27997 (pb_cplex) R 27985 27985 27040 0 -1 4202560 45088 0 0 0 13951 20 0 0 20 0 8 0 391240636 231358464 29459 33554432000 134512640 146736320 4294189216 4066204112 135460341 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=27986/tid=27998] ppid=27985 vsize=225936 CPUtime=140.4 cores=0,2,4,6
/proc/27986/task/27998/stat : 27998 (pb_cplex) R 27985 27985 27040 0 -1 4202560 1324 0 0 0 14034 6 0 0 20 0 8 0 391240636 231358464 29459 33554432000 134512640 146736320 4294189216 4055720004 136385175 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1549.43
Current children cumulated vsize (KiB) 235084

[startup+882.3 s]
/proc/loadavg: 6.38 5.64 4.48 10/186 27999
/proc/meminfo: memFree=31017364/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
[pid=27986] ppid=27985 vsize=234116 CPUtime=1711.22 cores=0,2,4,6
/proc/27986/stat : 27986 (pb_cplex) R 27985 27985 27040 0 -1 4202496 220240 0 0 0 171039 83 0 0 20 0 8 0 391189894 239734784 31190 33554432000 134512640 146736320 4294189216 4294182000 136384857 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/27986/statm: 58529 31190 889 2985 0 55463 0
[pid=27986/tid=27992] ppid=27985 vsize=234116 CPUtime=132.01 cores=0,2,4,6
/proc/27986/task/27992/stat : 27992 (pb_cplex) R 27985 27985 27040 0 -1 4202560 2980 0 0 0 13194 7 0 0 20 0 8 0 391240636 239734784 31190 33554432000 134512640 146736320 4294189216 4118634588 135855165 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=27986/tid=27993] ppid=27985 vsize=234116 CPUtime=164.81 cores=0,2,4,6
/proc/27986/task/27993/stat : 27993 (pb_cplex) R 27985 27985 27040 0 -1 4202560 2851 0 0 0 16474 7 0 0 20 0 8 0 391240636 239734784 31190 33554432000 134512640 146736320 4294189216 4108148952 136009167 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=27986/tid=27994] ppid=27985 vsize=234116 CPUtime=113.02 cores=0,2,4,6
/proc/27986/task/27994/stat : 27994 (pb_cplex) R 27985 27985 27040 0 -1 4202560 6723 0 0 0 11296 6 0 0 20 0 8 0 391240636 239734784 31190 33554432000 134512640 146736320 4294189216 4097663068 135855165 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=27986/tid=27995] ppid=27985 vsize=234116 CPUtime=119.96 cores=0,2,4,6
/proc/27986/task/27995/stat : 27995 (pb_cplex) R 27985 27985 27040 0 -1 4202560 36815 0 0 0 11979 17 0 0 20 0 8 0 391240636 239734784 31190 33554432000 134512640 146736320 4294189216 4087177432 136008653 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27986/tid=27996] ppid=27985 vsize=234116 CPUtime=143.84 cores=0,2,4,6
/proc/27986/task/27996/stat : 27996 (pb_cplex) R 27985 27985 27040 0 -1 4202560 3320 0 0 0 14377 7 0 0 20 0 8 0 391240636 239734784 31190 33554432000 134512640 146736320 4294189216 4076691524 136385184 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27986/tid=27997] ppid=27985 vsize=234116 CPUtime=166.84 cores=0,2,4,6
/proc/27986/task/27997/stat : 27997 (pb_cplex) R 27985 27985 27040 0 -1 4202560 51063 0 0 0 16663 21 0 0 20 0 8 0 391240636 239734784 31190 33554432000 134512640 146736320 4294189216 4066205788 135855170 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27986/tid=27998] ppid=27985 vsize=234116 CPUtime=187.82 cores=0,2,4,6
/proc/27986/task/27998/stat : 27998 (pb_cplex) R 27985 27985 27040 0 -1 4202560 4593 0 0 0 18775 7 0 0 20 0 8 0 391240636 239734784 31190 33554432000 134512640 146736320 4294189216 4055720152 136008653 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1711.22
Current children cumulated vsize (KiB) 243264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.6 s]
/proc/loadavg: 7.27 5.91 4.60 10/186 28000
/proc/meminfo: memFree=31015760/32873844 swapFree=7116/7116
[pid=27985] ppid=27983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27985/stat : 27985 (run) S 27983 27985 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391189894 9367552 270 33554432000 4194304 5064252 140735492156784 140735492155696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27985/statm: 2287 270 229 213 0 72 0
[pid=27986] ppid=27985 vsize=235264 CPUtime=1800.19 cores=0,2,4,6
/proc/27986/stat : 27986 (pb_cplex) R 27985 27985 27040 0 -1 4202496 222470 0 0 0 179933 86 0 0 20 0 8 0 391189894 240910336 31716 33554432000 134512640 146736320 4294189216 4294181956 136385179 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/27986/statm: 58816 31716 889 2985 0 55750 0
[pid=27986/tid=27992] ppid=27985 vsize=235264 CPUtime=143.17 cores=0,2,4,6
/proc/27986/task/27992/stat : 27992 (pb_cplex) R 27985 27985 27040 0 -1 4202560 3016 0 0 0 14309 8 0 0 20 0 8 0 391240636 240910336 31716 33554432000 134512640 146736320 4294189216 4118632912 135460330 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=27986/tid=27993] ppid=27985 vsize=235264 CPUtime=175.96 cores=0,2,4,6
/proc/27986/task/27993/stat : 27993 (pb_cplex) R 27985 27985 27040 0 -1 4202560 2949 0 0 0 17589 7 0 0 20 0 8 0 391240636 240910336 31716 33554432000 134512640 146736320 4294189216 4108147900 135453306 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=27986/tid=27994] ppid=27985 vsize=235264 CPUtime=124.07 cores=0,2,4,6
/proc/27986/task/27994/stat : 27994 (pb_cplex) R 27985 27985 27040 0 -1 4202560 7762 0 0 0 12400 7 0 0 20 0 8 0 391240636 240910336 31716 33554432000 134512640 146736320 4294189216 4097663432 136000767 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=27986/tid=27995] ppid=27985 vsize=235264 CPUtime=131.11 cores=0,2,4,6
/proc/27986/task/27995/stat : 27995 (pb_cplex) R 27985 27985 27040 0 -1 4202560 36909 0 0 0 13094 17 0 0 20 0 8 0 391240636 240910336 31716 33554432000 134512640 146736320 4294189216 4087177424 136008450 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27986/tid=27996] ppid=27985 vsize=235264 CPUtime=154.99 cores=0,2,4,6
/proc/27986/task/27996/stat : 27996 (pb_cplex) R 27985 27985 27040 0 -1 4202560 3379 0 0 0 15492 7 0 0 20 0 8 0 391240636 240910336 31716 33554432000 134512640 146736320 4294189216 4076691524 136385172 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27986/tid=27997] ppid=27985 vsize=235264 CPUtime=178 cores=0,2,4,6
/proc/27986/task/27997/stat : 27997 (pb_cplex) R 27985 27985 27040 0 -1 4202560 51186 0 0 0 17778 22 0 0 20 0 8 0 391240636 240910336 31716 33554432000 134512640 146736320 4294189216 4066204376 135466467 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27986/tid=27998] ppid=27985 vsize=235264 CPUtime=198.97 cores=0,2,4,6
/proc/27986/task/27998/stat : 27998 (pb_cplex) R 27985 27985 27040 0 -1 4202560 5309 0 0 0 19888 9 0 0 20 0 8 0 391240636 240910336 31716 33554432000 134512640 146736320 4294189216 4055719936 136018876 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 244412

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 904.616
CPU time (s): 1800.19
CPU user time (s): 1799.33
CPU system time (s): 0.86
CPU usage (%): 199
Max. virtual memory (cumulated for all children) (KiB): 245036

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

runsolver used 2.21266 second user time and 4.68329 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-09 16:03:49
IDJOB=3741847
IDBENCH=90112
IDSOLVER=2325
FILE ID=node111/3741847-1339250629
RUNJOBID= node111-1339246833-27056
PBS_JOBID= 14644370
Free space on /tmp= 71212 MiB

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

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

MD5SUM BENCH= 2946edf6ae8af40eb44098433ff3dcec
RANDOM SEED=2094670050

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31136084 kB
Buffers:          125580 kB
Cached:           134164 kB
SwapCached:         1320 kB
Active:           871976 kB
Inactive:          37224 kB
Active(anon):     647940 kB
Inactive(anon):     4084 kB
Active(file):     224036 kB
Inactive(file):    33140 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:             17080 kB
Writeback:             0 kB
AnonPages:        657880 kB
Mapped:            11884 kB
Shmem:                 0 kB
Slab:             683984 kB
SReclaimable:     126152 kB
SUnreclaim:       557832 kB
KernelStack:        1448 kB
PageTables:         5312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     888760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    608256 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-3741847-1339250629.opb

Free space on /tmp at the end= 71196 MiB
End job on node111 at 2012-06-09 16:18:56