Trace number 3731862

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: pb_cplex 2010-06-29? (TO) 1800.06 520.915

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_7.opb.PB06.opb
MD5SUMff2125c4e604678d0c316c16eb28ba7d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1040
Best CPU time to get the best result obtained on this benchmark1796.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1035
Optimality of the best value was proved NO
Number of variables1968
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1968
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1968
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1968
Number of bits of the biggest sum of numbers11
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-3731862-1339264930.opb.
0.00/0.00	c Instance file HOME/instance-3731862-1339264930.opb
0.00/0.00	c File size is 112221 bytes.
0.00/0.37	c Highest Coefficient sum: 3
0.00/0.37	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.38	c ============================[ Problem Statistics ]=============================
0.00/0.38	c |                                                                             |
0.00/0.38	c |  Parsing time:          0.38         s                                      |
0.00/0.38	c |  Number Variables:      1968                                                |
0.00/0.38	c |  Number Constraints:    4000                                                |
0.00/0.38	c ===============================================================================
1800.06/520.91	c Remaining time 1799.62 sec.
1800.06/520.91	c 
1800.06/520.91	c *** INTERRUPTED ***
1800.06/520.91	s UNKNOWN
1800.06/520.91	c Total CPU time              : 1797.85 s
1800.06/520.91	c Memory used           : 241.57 MB
1800.06/520.91	c CPU time              : 1797.85 s
1800.06/520.91	c 
1800.06/520.91	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-3731862-1339264930/watcher-3731862-1339264930 -o /tmp/evaluation-result-3731862-1339264930/solver-3731862-1339264930 -C 1800 -W 1900 -M 15500 run HOME/instance-3731862-1339264930.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: 0.00 0.00 0.00 2/174 8852
/proc/meminfo: memFree=31769296/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0

[startup+0.0840411 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 8852
/proc/meminfo: memFree=31769296/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100264 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 8852
/proc/meminfo: memFree=31769296/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300225 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 8852
/proc/meminfo: memFree=31769296/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 8852
/proc/meminfo: memFree=31769296/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 0.00 0.00 0.00 2/172 8908
/proc/meminfo: memFree=31777812/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
[pid=8853] ppid=8852 vsize=23844 CPUtime=1.48 cores=0,2,4,6
/proc/8853/stat : 8853 (pb_cplex) R 8852 8852 8799 0 -1 4202496 5185 0 0 0 148 0 0 0 20 0 1 0 392617099 24416256 3185 33554432000 134512640 146736320 4287413520 4287409308 136406496 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/8853/statm: 5961 3185 892 2985 0 2895 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32992

[startup+3.10028 s]
/proc/loadavg: 0.00 0.00 0.00 2/172 8908
/proc/meminfo: memFree=31776788/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
[pid=8853] ppid=8852 vsize=22684 CPUtime=3.09 cores=0,2,4,6
/proc/8853/stat : 8853 (pb_cplex) R 8852 8852 8799 0 -1 4202496 5652 0 0 0 308 1 0 0 20 0 1 0 392617099 23228416 2981 33554432000 134512640 146736320 4287413520 4287407944 136000437 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/8853/statm: 5671 2981 892 2985 0 2605 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31832

[startup+6.30029 s]
/proc/loadavg: 0.24 0.05 0.02 2/172 8908
/proc/meminfo: memFree=31776544/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
[pid=8853] ppid=8852 vsize=23148 CPUtime=6.29 cores=0,2,4,6
/proc/8853/stat : 8853 (pb_cplex) R 8852 8852 8799 0 -1 4202496 7210 0 0 0 628 1 0 0 20 0 1 0 392617099 23703552 3091 33554432000 134512640 146736320 4287413520 4287408576 138433215 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/8853/statm: 5787 3091 892 2985 0 2721 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32296

[startup+12.7002 s]
/proc/loadavg: 0.30 0.07 0.02 2/172 8908
/proc/meminfo: memFree=31776332/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
[pid=8853] ppid=8852 vsize=23084 CPUtime=12.69 cores=0,2,4,6
/proc/8853/stat : 8853 (pb_cplex) R 8852 8852 8799 0 -1 4202496 11315 0 0 0 1267 2 0 0 20 0 1 0 392617099 23638016 3073 33554432000 134512640 146736320 4287413520 4287406928 135459476 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/8853/statm: 5771 3073 893 2985 0 2705 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32232

[startup+25.5004 s]
/proc/loadavg: 0.94 0.21 0.07 5/179 8915
/proc/meminfo: memFree=31748584/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
[pid=8853] ppid=8852 vsize=133192 CPUtime=39.62 cores=0,2,4,6
/proc/8853/stat : 8853 (pb_cplex) S 8852 8852 8799 0 -1 4202496 21075 0 0 0 3956 6 0 0 20 0 8 0 392617099 136388608 10516 33554432000 134512640 146736320 4287413520 4287409872 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8853/statm: 33298 10516 925 2985 0 30232 0
[pid=8853/tid=8909] ppid=8852 vsize=133192 CPUtime=2.5 cores=0,2,4,6
/proc/8853/task/8909/stat : 8909 (pb_cplex) R 8852 8852 8799 0 -1 4202560 484 0 0 0 250 0 0 0 20 0 8 0 392618944 136388608 10516 33554432000 134512640 146736320 4287413520 4149293264 136008065 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=8853/tid=8910] ppid=8852 vsize=133192 CPUtime=2.69 cores=0,2,4,6
/proc/8853/task/8910/stat : 8910 (pb_cplex) R 8852 8852 8799 0 -1 4202560 587 0 0 0 269 0 0 0 20 0 8 0 392618944 136388608 10516 33554432000 134512640 146736320 4287413520 4138807388 135855165 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8853/tid=8911] ppid=8852 vsize=133192 CPUtime=2.46 cores=0,2,4,6
/proc/8853/task/8911/stat : 8911 (pb_cplex) S 8852 8852 8799 0 -1 4202560 680 0 0 0 246 0 0 0 20 0 8 0 392618944 136388608 10516 33554432000 134512640 146736320 4287413520 4128325264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8853/tid=8912] ppid=8852 vsize=133192 CPUtime=2.48 cores=0,2,4,6
/proc/8853/task/8912/stat : 8912 (pb_cplex) S 8852 8852 8799 0 -1 4202560 842 0 0 0 248 0 0 0 20 0 8 0 392618944 136388608 10516 33554432000 134512640 146736320 4287413520 4117839504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8853/tid=8913] ppid=8852 vsize=133192 CPUtime=2.4 cores=0,2,4,6
/proc/8853/task/8913/stat : 8913 (pb_cplex) R 8852 8852 8799 0 -1 4202560 623 0 0 0 240 0 0 0 20 0 8 0 392618944 136388608 10516 33554432000 134512640 146736320 4287413520 4107350084 136385177 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=8853/tid=8914] ppid=8852 vsize=133192 CPUtime=2.27 cores=0,2,4,6
/proc/8853/task/8914/stat : 8914 (pb_cplex) S 8852 8852 8799 0 -1 4202560 508 0 0 0 227 0 0 0 20 0 8 0 392618944 136388608 10516 33554432000 134512640 146736320 4287413520 4096867984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8853/tid=8915] ppid=8852 vsize=133192 CPUtime=2.03 cores=0,2,4,6
/proc/8853/task/8915/stat : 8915 (pb_cplex) S 8852 8852 8799 0 -1 4202560 662 0 0 0 203 0 0 0 20 0 8 0 392618944 136388608 10516 33554432000 134512640 146736320 4287413520 4086382224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 39.62
Current children cumulated vsize (KiB) 142340

[startup+51.1003 s]
/proc/loadavg: 2.27 0.60 0.20 2/172 8915
/proc/meminfo: memFree=31752280/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
[pid=8853] ppid=8852 vsize=97984 CPUtime=108.02 cores=0,2,4,6
/proc/8853/stat : 8853 (pb_cplex) R 8852 8852 8799 0 -1 4202496 24048 0 0 0 10788 14 0 0 20 0 1 0 392617099 100335616 9405 33554432000 134512640 146736320 4287413520 4287408816 137177757 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/8853/statm: 24496 9405 931 2985 0 21430 0
Current children cumulated CPU time (s) 108.02
Current children cumulated vsize (KiB) 107132

[startup+102.306 s]
/proc/loadavg: 4.23 1.35 0.47 9/179 8922
/proc/meminfo: memFree=31673112/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
[pid=8853] ppid=8852 vsize=219628 CPUtime=279.54 cores=0,2,4,6
/proc/8853/stat : 8853 (pb_cplex) R 8852 8852 8799 0 -1 4202496 39616 0 0 0 27921 33 0 0 20 0 8 0 392617099 224899072 29277 33554432000 134512640 146736320 4287413520 4287405236 135451440 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8853/statm: 54907 29277 962 2985 0 51841 0
[pid=8853/tid=8916] ppid=8852 vsize=219628 CPUtime=21.79 cores=0,2,4,6
/proc/8853/task/8916/stat : 8916 (pb_cplex) R 8852 8852 8799 0 -1 4202560 1625 0 0 0 2178 1 0 0 20 0 8 0 392622623 224899072 29277 33554432000 134512640 146736320 4287413520 4086378712 136008596 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=8853/tid=8917] ppid=8852 vsize=219628 CPUtime=19.36 cores=0,2,4,6
/proc/8853/task/8917/stat : 8917 (pb_cplex) R 8852 8852 8799 0 -1 4202560 110 0 0 0 1936 0 0 0 20 0 8 0 392622623 224899072 29277 33554432000 134512640 146736320 4287413520 4096864324 136385184 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8853/tid=8918] ppid=8852 vsize=219628 CPUtime=21.37 cores=0,2,4,6
/proc/8853/task/8918/stat : 8918 (pb_cplex) R 8852 8852 8799 0 -1 4202560 315 0 0 0 2136 1 0 0 20 0 8 0 392622623 224899072 29277 33554432000 134512640 146736320 4287413520 4107350016 136019030 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=8853/tid=8919] ppid=8852 vsize=219628 CPUtime=20.39 cores=0,2,4,6
/proc/8853/task/8919/stat : 8919 (pb_cplex) R 8852 8852 8799 0 -1 4202560 2563 0 0 0 2037 2 0 0 20 0 8 0 392622623 224899072 29277 33554432000 134512640 146736320 4287413520 4117834904 136008689 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8853/tid=8920] ppid=8852 vsize=219628 CPUtime=20.5 cores=0,2,4,6
/proc/8853/task/8920/stat : 8920 (pb_cplex) R 8852 8852 8799 0 -1 4202560 2476 0 0 0 2046 4 0 0 20 0 8 0 392622623 224899072 29277 33554432000 134512640 146736320 4287413520 4003008728 136009170 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=8853/tid=8921] ppid=8852 vsize=219628 CPUtime=21.69 cores=0,2,4,6
/proc/8853/task/8921/stat : 8921 (pb_cplex) R 8852 8852 8799 0 -1 4202560 3129 0 0 0 2166 3 0 0 20 0 8 0 392622623 224899072 29277 33554432000 134512640 146736320 4287413520 3992521940 136003493 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8853/tid=8922] ppid=8852 vsize=219628 CPUtime=19.24 cores=0,2,4,6
/proc/8853/task/8922/stat : 8922 (pb_cplex) R 8852 8852 8799 0 -1 4202560 771 0 0 0 1922 2 0 0 20 0 8 0 392622623 224899072 29277 33554432000 134512640 146736320 4287413520 3982036904 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 228776

[startup+162.3 s]
/proc/loadavg: 5.66 2.24 0.83 3/179 8922
/proc/meminfo: memFree=31665596/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
[pid=8853] ppid=8852 vsize=221216 CPUtime=491.34 cores=0,2,4,6
/proc/8853/stat : 8853 (pb_cplex) R 8852 8852 8799 0 -1 4202496 57426 0 0 0 49076 58 0 0 20 0 8 0 392617099 226525184 31113 33554432000 134512640 146736320 4287413520 4287406420 136003539 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8853/statm: 55304 31113 964 2985 0 52238 0
[pid=8853/tid=8916] ppid=8852 vsize=221216 CPUtime=49.09 cores=0,2,4,6
/proc/8853/task/8916/stat : 8916 (pb_cplex) R 8852 8852 8799 0 -1 4202560 6424 0 0 0 4903 6 0 0 20 0 8 0 392622623 226525184 31113 33554432000 134512640 146736320 4287413520 4086379088 136403117 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=8853/tid=8917] ppid=8852 vsize=221216 CPUtime=46.88 cores=0,2,4,6
/proc/8853/task/8917/stat : 8917 (pb_cplex) R 8852 8852 8799 0 -1 4202560 156 0 0 0 4684 4 0 0 20 0 8 0 392622623 226525184 31113 33554432000 134512640 146736320 4287413520 4096864464 136008441 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=8853/tid=8918] ppid=8852 vsize=221216 CPUtime=49.25 cores=0,2,4,6
/proc/8853/task/8918/stat : 8918 (pb_cplex) R 8852 8852 8799 0 -1 4202560 1094 0 0 0 4922 3 0 0 20 0 8 0 392622623 226525184 31113 33554432000 134512640 146736320 4287413520 4107351016 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8853/tid=8919] ppid=8852 vsize=221216 CPUtime=46.8 cores=0,2,4,6
/proc/8853/task/8919/stat : 8919 (pb_cplex) R 8852 8852 8799 0 -1 4202560 5312 0 0 0 4676 4 0 0 20 0 8 0 392622623 226525184 31113 33554432000 134512640 146736320 4287413520 4117835984 136008039 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=8853/tid=8920] ppid=8852 vsize=221216 CPUtime=47.35 cores=0,2,4,6
/proc/8853/task/8920/stat : 8920 (pb_cplex) R 8852 8852 8799 0 -1 4202560 5785 0 0 0 4727 8 0 0 20 0 8 0 392622623 226525184 31113 33554432000 134512640 146736320 4287413520 4003008568 136475862 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8853/tid=8921] ppid=8852 vsize=221216 CPUtime=46.39 cores=0,2,4,6
/proc/8853/task/8921/stat : 8921 (pb_cplex) R 8852 8852 8799 0 -1 4202560 5469 0 0 0 4632 7 0 0 20 0 8 0 392622623 226525184 31113 33554432000 134512640 146736320 4287413520 3992522740 138462806 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=8853/tid=8922] ppid=8852 vsize=221216 CPUtime=44.38 cores=0,2,4,6
/proc/8853/task/8922/stat : 8922 (pb_cplex) R 8852 8852 8799 0 -1 4202560 4490 0 0 0 4432 6 0 0 20 0 8 0 392622623 226525184 31113 33554432000 134512640 146736320 4287413520 3982037584 136403109 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 491.34

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

/proc/8853/stat : 8853 (pb_cplex) R 8852 8852 8799 0 -1 4202496 119384 0 0 0 92053 135 0 0 20 0 8 0 392617099 234065920 32459 33554432000 134512640 146736320 4287413520 4287406216 136474435 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8853/statm: 57145 32459 965 2985 0 54079 0
[pid=8853/tid=8916] ppid=8852 vsize=228580 CPUtime=102.83 cores=0,2,4,6
/proc/8853/task/8916/stat : 8916 (pb_cplex) R 8852 8852 8799 0 -1 4202560 13768 0 0 0 10266 17 0 0 20 0 8 0 392622623 234065920 32459 33554432000 134512640 146736320 4287413520 4086378704 136008065 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=8853/tid=8917] ppid=8852 vsize=228580 CPUtime=100.71 cores=0,2,4,6
/proc/8853/task/8917/stat : 8917 (pb_cplex) R 8852 8852 8799 0 -1 4202560 285 0 0 0 10060 11 0 0 20 0 8 0 392622623 234065920 32459 33554432000 134512640 146736320 4287413520 4096864324 136385167 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8853/tid=8918] ppid=8852 vsize=228580 CPUtime=102.13 cores=0,2,4,6
/proc/8853/task/8918/stat : 8918 (pb_cplex) R 8852 8852 8799 0 -1 4202560 8249 0 0 0 10201 12 0 0 20 0 8 0 392622623 234065920 32459 33554432000 134512640 146736320 4287413520 4107350472 136000412 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=8853/tid=8919] ppid=8852 vsize=228580 CPUtime=100.89 cores=0,2,4,6
/proc/8853/task/8919/stat : 8919 (pb_cplex) R 8852 8852 8799 0 -1 4202560 13727 0 0 0 10075 14 0 0 20 0 8 0 392622623 234065920 32459 33554432000 134512640 146736320 4287413520 4117835848 139042904 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8853/tid=8920] ppid=8852 vsize=228580 CPUtime=102.27 cores=0,2,4,6
/proc/8853/task/8920/stat : 8920 (pb_cplex) R 8852 8852 8799 0 -1 4202560 12014 0 0 0 10210 17 0 0 20 0 8 0 392622623 234065920 32459 33554432000 134512640 146736320 4287413520 4003007680 135468521 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=8853/tid=8921] ppid=8852 vsize=228580 CPUtime=98.74 cores=0,2,4,6
/proc/8853/task/8921/stat : 8921 (pb_cplex) R 8852 8852 8799 0 -1 4202560 19951 0 0 0 9852 22 0 0 20 0 8 0 392622623 234065920 32459 33554432000 134512640 146736320 4287413520 3992522568 135525918 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=8853/tid=8922] ppid=8852 vsize=228580 CPUtime=99.92 cores=0,2,4,6
/proc/8853/task/8922/stat : 8922 (pb_cplex) R 8852 8852 8799 0 -1 4202560 21883 0 0 0 9971 21 0 0 20 0 8 0 392622623 234065920 32459 33554432000 134512640 146736320 4287413520 3982037992 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 921.88
Current children cumulated vsize (KiB) 237728

[startup+342.3 s]
/proc/loadavg: 7.23 4.29 1.85 9/179 8923
/proc/meminfo: memFree=31604572/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
[pid=8853] ppid=8852 vsize=304116 CPUtime=1156.56 cores=0,2,4,6
/proc/8853/stat : 8853 (pb_cplex) R 8852 8852 8799 0 -1 4202496 148870 0 0 0 115502 154 0 0 20 0 8 0 392617099 311414784 46335 33554432000 134512640 146736320 4287413520 4287402128 136008364 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8853/statm: 76029 46335 968 2985 0 72963 0
[pid=8853/tid=8916] ppid=8852 vsize=304116 CPUtime=132.07 cores=0,2,4,6
/proc/8853/task/8916/stat : 8916 (pb_cplex) R 8852 8852 8799 0 -1 4202560 16837 0 0 0 13188 19 0 0 20 0 8 0 392622623 311414784 46335 33554432000 134512640 146736320 4287413520 4086374480 136007975 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8853/tid=8917] ppid=8852 vsize=304116 CPUtime=129.66 cores=0,2,4,6
/proc/8853/task/8917/stat : 8917 (pb_cplex) R 8852 8852 8799 0 -1 4202560 3159 0 0 0 12952 14 0 0 20 0 8 0 392622623 311414784 46335 33554432000 134512640 146736320 4287413520 4096860124 135855170 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=8853/tid=8918] ppid=8852 vsize=304116 CPUtime=131.18 cores=0,2,4,6
/proc/8853/task/8918/stat : 8918 (pb_cplex) R 8852 8852 8799 0 -1 4202560 10406 0 0 0 13104 14 0 0 20 0 8 0 392622623 311414784 46335 33554432000 134512640 146736320 4287413520 4107346008 136009164 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=8853/tid=8919] ppid=8852 vsize=304116 CPUtime=130.43 cores=0,2,4,6
/proc/8853/task/8919/stat : 8919 (pb_cplex) R 8852 8852 8799 0 -1 4202560 17692 0 0 0 13026 17 0 0 20 0 8 0 392622623 311414784 46335 33554432000 134512640 146736320 4287413520 4117831608 136475800 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=8853/tid=8920] ppid=8852 vsize=304116 CPUtime=131.82 cores=0,2,4,6
/proc/8853/task/8920/stat : 8920 (pb_cplex) R 8852 8852 8799 0 -1 4202560 16466 0 0 0 13161 21 0 0 20 0 8 0 392622623 311414784 46335 33554432000 134512640 146736320 4287413520 4003004496 136008044 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=8853/tid=8921] ppid=8852 vsize=304116 CPUtime=128.82 cores=0,2,4,6
/proc/8853/task/8921/stat : 8921 (pb_cplex) R 8852 8852 8799 0 -1 4202560 24998 0 0 0 12856 26 0 0 20 0 8 0 392622623 311414784 46335 33554432000 134512640 146736320 4287413520 3992518744 136008606 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=8853/tid=8922] ppid=8852 vsize=304116 CPUtime=129.13 cores=0,2,4,6
/proc/8853/task/8922/stat : 8922 (pb_cplex) R 8852 8852 8799 0 -1 4202560 26201 0 0 0 12890 23 0 0 20 0 8 0 392622623 311414784 46335 33554432000 134512640 146736320 4287413520 3982032836 136385175 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1156.56
Current children cumulated vsize (KiB) 313264

[startup+402.3 s]
/proc/loadavg: 7.72 4.96 2.23 9/179 8923
/proc/meminfo: memFree=31599480/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
[pid=8853] ppid=8852 vsize=300408 CPUtime=1396.13 cores=0,2,4,6
/proc/8853/stat : 8853 (pb_cplex) R 8852 8852 8799 0 -1 4202496 176112 0 0 0 139433 180 0 0 20 0 8 0 392617099 307617792 47699 33554432000 134512640 146736320 4287413520 4287400704 138462665 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8853/statm: 75102 47699 980 2985 0 72036 0
[pid=8853/tid=8916] ppid=8852 vsize=300408 CPUtime=161.98 cores=0,2,4,6
/proc/8853/task/8916/stat : 8916 (pb_cplex) R 8852 8852 8799 0 -1 4202560 22480 0 0 0 16175 23 0 0 20 0 8 0 392622623 307617792 47699 33554432000 134512640 146736320 4287413520 4086374728 135999791 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=8853/tid=8917] ppid=8852 vsize=300408 CPUtime=159.88 cores=0,2,4,6
/proc/8853/task/8917/stat : 8917 (pb_cplex) R 8852 8852 8799 0 -1 4202560 4478 0 0 0 15970 18 0 0 20 0 8 0 392622623 307617792 47699 33554432000 134512640 146736320 4287413520 4096860624 136403114 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8853/tid=8918] ppid=8852 vsize=300408 CPUtime=160.64 cores=0,2,4,6
/proc/8853/task/8918/stat : 8918 (pb_cplex) R 8852 8852 8799 0 -1 4202560 15706 0 0 0 16046 18 0 0 20 0 8 0 392622623 307617792 47699 33554432000 134512640 146736320 4287413520 4107344912 136008050 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=8853/tid=8919] ppid=8852 vsize=300408 CPUtime=160.69 cores=0,2,4,6
/proc/8853/task/8919/stat : 8919 (pb_cplex) R 8852 8852 8799 0 -1 4202560 21493 0 0 0 16047 22 0 0 20 0 8 0 392622623 307617792 47699 33554432000 134512640 146736320 4287413520 4117829900 135465184 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=8853/tid=8920] ppid=8852 vsize=300408 CPUtime=161.6 cores=0,2,4,6
/proc/8853/task/8920/stat : 8920 (pb_cplex) R 8852 8852 8799 0 -1 4202560 16640 0 0 0 16137 23 0 0 20 0 8 0 392622623 307617792 47699 33554432000 134512640 146736320 4287413520 4003007260 136406015 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=8853/tid=8921] ppid=8852 vsize=300408 CPUtime=158.76 cores=0,2,4,6
/proc/8853/task/8921/stat : 8921 (pb_cplex) R 8852 8852 8799 0 -1 4202560 32897 0 0 0 15845 31 0 0 20 0 8 0 392622623 307617792 47699 33554432000 134512640 146736320 4287413520 3992518732 136388866 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=8853/tid=8922] ppid=8852 vsize=300408 CPUtime=159.05 cores=0,2,4,6
/proc/8853/task/8922/stat : 8922 (pb_cplex) R 8852 8852 8799 0 -1 4202560 28986 0 0 0 15877 28 0 0 20 0 8 0 392622623 307617792 47699 33554432000 134512640 146736320 4287413520 3982033364 136385216 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1396.13
Current children cumulated vsize (KiB) 309556

[startup+462.3 s]
/proc/loadavg: 5.33 4.87 2.37 2/179 8923
/proc/meminfo: memFree=31615604/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
[pid=8853] ppid=8852 vsize=275276 CPUtime=1589.02 cores=0,2,4,6
/proc/8853/stat : 8853 (pb_cplex) S 8852 8852 8799 0 -1 4202496 177219 0 0 0 158705 197 0 0 20 0 8 0 392617099 281882624 43602 33554432000 134512640 146736320 4287413520 4287409872 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8853/statm: 68819 43602 980 2985 0 65753 0
[pid=8853/tid=8916] ppid=8852 vsize=275276 CPUtime=181.63 cores=0,2,4,6
/proc/8853/task/8916/stat : 8916 (pb_cplex) S 8852 8852 8799 0 -1 4202560 22532 0 0 0 18138 25 0 0 20 0 8 0 392622623 281882624 43602 33554432000 134512640 146736320 4287413520 4086382224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8853/tid=8917] ppid=8852 vsize=275276 CPUtime=193.16 cores=0,2,4,6
/proc/8853/task/8917/stat : 8917 (pb_cplex) S 8852 8852 8799 0 -1 4202560 4529 0 0 0 19296 20 0 0 20 0 8 0 392622623 281882624 43602 33554432000 134512640 146736320 4287413520 4096867984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8853/tid=8918] ppid=8852 vsize=275276 CPUtime=187.98 cores=0,2,4,6
/proc/8853/task/8918/stat : 8918 (pb_cplex) S 8852 8852 8799 0 -1 4202560 15757 0 0 0 18777 21 0 0 20 0 8 0 392622623 281882624 43602 33554432000 134512640 146736320 4287413520 4107353744 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8853/tid=8919] ppid=8852 vsize=275276 CPUtime=168.6 cores=0,2,4,6
/proc/8853/task/8919/stat : 8919 (pb_cplex) S 8852 8852 8799 0 -1 4202560 21544 0 0 0 16836 24 0 0 20 0 8 0 392622623 281882624 43602 33554432000 134512640 146736320 4287413520 4117839504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8853/tid=8920] ppid=8852 vsize=275276 CPUtime=208.67 cores=0,2,4,6
/proc/8853/task/8920/stat : 8920 (pb_cplex) R 8852 8852 8799 0 -1 4202560 16670 0 0 0 20841 26 0 0 20 0 8 0 392622623 281882624 43602 33554432000 134512640 146736320 4287413520 4003009880 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=8853/tid=8921] ppid=8852 vsize=275276 CPUtime=192.73 cores=0,2,4,6
/proc/8853/task/8921/stat : 8921 (pb_cplex) S 8852 8852 8799 0 -1 4202560 33678 0 0 0 19240 33 0 0 20 0 8 0 392622623 281882624 43602 33554432000 134512640 146736320 4287413520 3992526480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8853/tid=8922] ppid=8852 vsize=275276 CPUtime=159.28 cores=0,2,4,6
/proc/8853/task/8922/stat : 8922 (pb_cplex) S 8852 8852 8799 0 -1 4202560 29026 0 0 0 15899 29 0 0 20 0 8 0 392622623 281882624 43602 33554432000 134512640 146736320 4287413520 3982040720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1589.02
Current children cumulated vsize (KiB) 284424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+520.9 s]
/proc/loadavg: 5.94 5.13 2.62 2/180 8926
/proc/meminfo: memFree=31641348/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
[pid=8853] ppid=8852 vsize=247364 CPUtime=1800.06 cores=0,2,4,6
/proc/8853/stat : 8853 (pb_cplex) S 8852 8852 8799 0 -1 4202496 179875 0 0 0 179784 222 0 0 20 0 8 0 392617099 253300736 37264 33554432000 134512640 146736320 4287413520 4287409872 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8853/statm: 61841 37264 980 2985 0 58775 0
[pid=8853/tid=8916] ppid=8852 vsize=247364 CPUtime=207.46 cores=0,2,4,6
/proc/8853/task/8916/stat : 8916 (pb_cplex) R 8852 8852 8799 0 -1 4202560 22533 0 0 0 20718 28 0 0 20 0 8 0 392622623 253300736 37264 33554432000 134512640 146736320 4287413520 4086379088 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=8853/tid=8917] ppid=8852 vsize=247364 CPUtime=218.82 cores=0,2,4,6
/proc/8853/task/8917/stat : 8917 (pb_cplex) S 8852 8852 8799 0 -1 4202560 4557 0 0 0 21859 23 0 0 20 0 8 0 392622623 253300736 37264 33554432000 134512640 146736320 4287413520 4096867984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8853/tid=8918] ppid=8852 vsize=247364 CPUtime=213.79 cores=0,2,4,6
/proc/8853/task/8918/stat : 8918 (pb_cplex) S 8852 8852 8799 0 -1 4202560 15758 0 0 0 21353 26 0 0 20 0 8 0 392622623 253300736 37264 33554432000 134512640 146736320 4287413520 4107353744 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8853/tid=8919] ppid=8852 vsize=247364 CPUtime=194.31 cores=0,2,4,6
/proc/8853/task/8919/stat : 8919 (pb_cplex) S 8852 8852 8799 0 -1 4202560 21566 0 0 0 19405 26 0 0 20 0 8 0 392622623 253300736 37264 33554432000 134512640 146736320 4287413520 4117839504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8853/tid=8920] ppid=8852 vsize=247364 CPUtime=236.17 cores=0,2,4,6
/proc/8853/task/8920/stat : 8920 (pb_cplex) S 8852 8852 8799 0 -1 4202560 16693 0 0 0 23588 29 0 0 20 0 8 0 392622623 253300736 37264 33554432000 134512640 146736320 4287413520 4003012240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8853/tid=8921] ppid=8852 vsize=247364 CPUtime=219.62 cores=0,2,4,6
/proc/8853/task/8921/stat : 8921 (pb_cplex) S 8852 8852 8799 0 -1 4202560 36251 0 0 0 21923 39 0 0 20 0 8 0 392622623 253300736 37264 33554432000 134512640 146736320 4287413520 3992526480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8853/tid=8922] ppid=8852 vsize=247364 CPUtime=185.67 cores=0,2,4,6
/proc/8853/task/8922/stat : 8922 (pb_cplex) S 8852 8852 8799 0 -1 4202560 29028 0 0 0 18537 30 0 0 20 0 8 0 392622623 253300736 37264 33554432000 134512640 146736320 4287413520 3982040720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 256512

Sending SIGTERM to process tree (bottom up)

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

[startup+520.9 s]
/proc/loadavg: 5.94 5.13 2.62 2/180 8926
/proc/meminfo: memFree=31641348/32873648 swapFree=7376/7376
[pid=8852] ppid=8850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (run) S 8850 8852 8799 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 392617099 9367552 270 33554432000 4194304 5064252 140736753616592 140736753615504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8852/statm: 2287 270 229 213 0 72 0
[pid=8853] ppid=8852 vsize=247364 CPUtime=1800.06 cores=0,2,4,6
/proc/8853/stat : 8853 (pb_cplex) S 8852 8852 8799 0 -1 4202496 179875 0 0 0 179784 222 0 0 20 0 8 0 392617099 253300736 37264 33554432000 134512640 146736320 4287413520 4287409872 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8853/statm: 61841 37264 980 2985 0 58775 0
[pid=8853/tid=8916] ppid=8852 vsize=247364 CPUtime=207.46 cores=0,2,4,6
/proc/8853/task/8916/stat : 8916 (pb_cplex) R 8852 8852 8799 0 -1 4202560 22533 0 0 0 20718 28 0 0 20 0 8 0 392622623 253300736 37264 33554432000 134512640 146736320 4287413520 4086379088 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=8853/tid=8917] ppid=8852 vsize=247364 CPUtime=218.82 cores=0,2,4,6
/proc/8853/task/8917/stat : 8917 (pb_cplex) S 8852 8852 8799 0 -1 4202560 4557 0 0 0 21859 23 0 0 20 0 8 0 392622623 253300736 37264 33554432000 134512640 146736320 4287413520 4096867984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8853/tid=8918] ppid=8852 vsize=247364 CPUtime=213.79 cores=0,2,4,6
/proc/8853/task/8918/stat : 8918 (pb_cplex) S 8852 8852 8799 0 -1 4202560 15758 0 0 0 21353 26 0 0 20 0 8 0 392622623 253300736 37264 33554432000 134512640 146736320 4287413520 4107353744 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8853/tid=8919] ppid=8852 vsize=247364 CPUtime=194.31 cores=0,2,4,6
/proc/8853/task/8919/stat : 8919 (pb_cplex) S 8852 8852 8799 0 -1 4202560 21566 0 0 0 19405 26 0 0 20 0 8 0 392622623 253300736 37264 33554432000 134512640 146736320 4287413520 4117839504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8853/tid=8920] ppid=8852 vsize=247364 CPUtime=236.17 cores=0,2,4,6
/proc/8853/task/8920/stat : 8920 (pb_cplex) S 8852 8852 8799 0 -1 4202560 16693 0 0 0 23588 29 0 0 20 0 8 0 392622623 253300736 37264 33554432000 134512640 146736320 4287413520 4003012240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8853/tid=8921] ppid=8852 vsize=247364 CPUtime=219.62 cores=0,2,4,6
/proc/8853/task/8921/stat : 8921 (pb_cplex) S 8852 8852 8799 0 -1 4202560 36251 0 0 0 21923 39 0 0 20 0 8 0 392622623 253300736 37264 33554432000 134512640 146736320 4287413520 3992526480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8853/tid=8922] ppid=8852 vsize=247364 CPUtime=185.67 cores=0,2,4,6
/proc/8853/task/8922/stat : 8922 (pb_cplex) S 8852 8852 8799 0 -1 4202560 29028 0 0 0 18537 30 0 0 20 0 8 0 392622623 253300736 37264 33554432000 134512640 146736320 4287413520 3982040720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 256512

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8852 and gives
#  childrusage.ru_utime.tv_sec=1797
#  childrusage.ru_utime.tv_usec=304768
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=450627
# CPU time returned by wait4() is 1799.76
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 520.915
CPU time (s): 1800.06
CPU user time (s): 1797.84
CPU system time (s): 2.22
CPU usage (%): 345.557
Max. virtual memory (cumulated for all children) (KiB): 325516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.3
system time used= 2.45063
maximum resident set size= 198772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180240
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= 18018
involuntary context switches= 104343

runsolver used 1.27081 second user time and 3.21451 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-09 20:02:10
IDJOB=3731862
IDBENCH=1992
IDSOLVER=2325
FILE ID=node149/3731862-1339264930
RUNJOBID= node149-1339264930-8815
PBS_JOBID= 14644394
Free space on /tmp= 63452 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_7.opb.PB06.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731862-1339264930/watcher-3731862-1339264930 -o /tmp/evaluation-result-3731862-1339264930/solver-3731862-1339264930 -C 1800 -W 1900 -M 15500  run HOME/instance-3731862-1339264930.opb

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

MD5SUM BENCH= ff2125c4e604678d0c316c16eb28ba7d
RANDOM SEED=1705003162

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31771460 kB
Buffers:          141436 kB
Cached:           121032 kB
SwapCached:         2056 kB
Active:           216624 kB
Inactive:          51140 kB
Active(anon):       2048 kB
Inactive(anon):     4100 kB
Active(file):     214576 kB
Inactive(file):    47040 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:             33400 kB
Writeback:             0 kB
AnonPages:          9624 kB
Mapped:             6948 kB
Shmem:                 0 kB
Slab:             695024 kB
SReclaimable:     139476 kB
SUnreclaim:       555548 kB
KernelStack:        1384 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     102888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3731862-1339264930.opb

Free space on /tmp at the end= 63432 MiB
End job on node149 at 2012-06-09 20:10:51