Trace number 3741213

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.21 508.615

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820157.opb
MD5SUMda32b1e615c8e1bae2ecd5f742c16c96
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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-3741213-1339249931.opb.
0.00/0.00	c Instance file HOME/instance-3741213-1339249931.opb
0.00/0.00	c File size is 46027 bytes.
0.00/0.01	c Highest Coefficient sum: 21
0.00/0.01	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.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      1200                                                |
0.00/0.01	c |  Number Constraints:    1015                                                |
0.00/0.01	c ===============================================================================
1800.10/508.61	c Remaining time 1799.99 sec.
1800.10/508.61	c 
1800.10/508.61	c *** INTERRUPTED ***
1800.10/508.61	s UNKNOWN
1800.10/508.61	c Total CPU time              : 1792.27 s
1800.10/508.61	c Memory used           : 141.04 MB
1800.10/508.61	c CPU time              : 1792.27 s
1800.10/508.61	c 
1800.10/508.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-3741213-1339249931/watcher-3741213-1339249931 -o /tmp/evaluation-result-3741213-1339249931/solver-3741213-1339249931 -C 1800 -W 1900 -M 15500 run HOME/instance-3741213-1339249931.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: 8.46 7.03 6.88 3/177 3900
/proc/meminfo: memFree=30856004/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0

[startup+0.053445 s]
/proc/loadavg: 8.46 7.03 6.88 3/177 3900
/proc/meminfo: memFree=30856004/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100311 s]
/proc/loadavg: 8.46 7.03 6.88 3/177 3900
/proc/meminfo: memFree=30856004/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300224 s]
/proc/loadavg: 8.46 7.03 6.88 3/177 3900
/proc/meminfo: memFree=30856004/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700226 s]
/proc/loadavg: 8.46 7.03 6.88 3/177 3900
/proc/meminfo: memFree=30856004/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 7.94 6.95 6.85 9/186 3909
/proc/meminfo: memFree=30840952/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0
[pid=3901] ppid=3900 vsize=107068 CPUtime=2.95 cores=0,2,4,6
/proc/3901/stat : 3901 (pb_cplex) R 3900 3900 2899 0 -1 4202496 6022 0 0 0 293 2 0 0 20 0 8 0 391121704 109637632 4956 33554432000 134512640 146736320 4293294880 4293288552 144757825 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3901/statm: 26767 4956 881 2985 0 23701 0
[pid=3901/tid=3903] ppid=3900 vsize=107068 CPUtime=0.26 cores=0,2,4,6
/proc/3901/task/3903/stat : 3903 (pb_cplex) R 3900 3900 2899 0 -1 4202560 181 0 0 0 26 0 0 0 20 0 8 0 391121780 109637632 4956 33554432000 134512640 146736320 4293294880 4151016128 136746109 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3904] ppid=3900 vsize=107068 CPUtime=0.2 cores=0,2,4,6
/proc/3901/task/3904/stat : 3904 (pb_cplex) R 3900 3900 2899 0 -1 4202560 283 0 0 0 20 0 0 0 20 0 8 0 391121780 109637632 4956 33554432000 134512640 146736320 4293294880 4140527708 135855185 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3901/tid=3905] ppid=3900 vsize=107068 CPUtime=0.25 cores=0,2,4,6
/proc/3901/task/3905/stat : 3905 (pb_cplex) R 3900 3900 2899 0 -1 4202560 244 0 0 0 25 0 0 0 20 0 8 0 391121780 109637632 4956 33554432000 134512640 146736320 4293294880 4130042064 136007977 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3906] ppid=3900 vsize=107068 CPUtime=0.16 cores=0,2,4,6
/proc/3901/task/3906/stat : 3906 (pb_cplex) R 3900 3900 2899 0 -1 4202560 214 0 0 0 16 0 0 0 20 0 8 0 391121780 109637632 4956 33554432000 134512640 146736320 4293294880 4119556304 136008364 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3901/tid=3907] ppid=3900 vsize=107068 CPUtime=0.28 cores=0,2,4,6
/proc/3901/task/3907/stat : 3907 (pb_cplex) R 3900 3900 2899 0 -1 4202560 264 0 0 0 28 0 0 0 20 0 8 0 391121780 109637632 4956 33554432000 134512640 146736320 4293294880 4109070792 136000485 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3908] ppid=3900 vsize=107068 CPUtime=0.23 cores=0,2,4,6
/proc/3901/task/3908/stat : 3908 (pb_cplex) R 3900 3900 2899 0 -1 4202560 238 0 0 0 23 0 0 0 20 0 8 0 391121780 109637632 4956 33554432000 134512640 146736320 4293294880 4098588304 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3901/tid=3909] ppid=3900 vsize=107068 CPUtime=0.29 cores=0,2,4,6
/proc/3901/task/3909/stat : 3909 (pb_cplex) S 3900 3900 2899 0 -1 4202560 253 0 0 0 29 0 0 0 20 0 8 0 391121780 109637632 4956 33554432000 134512640 146736320 4293294880 4088102544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 116216

[startup+3.10032 s]
/proc/loadavg: 7.94 6.95 6.85 3/186 3909
/proc/meminfo: memFree=30836792/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0
[pid=3901] ppid=3900 vsize=70544 CPUtime=6.67 cores=0,2,4,6
/proc/3901/stat : 3901 (pb_cplex) R 3900 3900 2899 0 -1 4202496 6284 0 0 0 659 8 0 0 20 0 1 0 391121704 72237056 3759 33554432000 134512640 146736320 4293294880 4293291312 136939551 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3901/statm: 17636 3759 884 2985 0 14570 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 79692

[startup+6.30036 s]
/proc/loadavg: 8.03 6.98 6.86 5/186 3923
/proc/meminfo: memFree=30809636/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0
[pid=3901] ppid=3900 vsize=136844 CPUtime=13.72 cores=0,2,4,6
/proc/3901/stat : 3901 (pb_cplex) S 3900 3900 2899 0 -1 4202496 19116 0 0 0 1353 19 0 0 20 0 8 0 391121704 140128256 11758 33554432000 134512640 146736320 4293294880 4293291280 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3901/statm: 34211 11758 892 2985 0 31145 0
[pid=3901/tid=3917] ppid=3900 vsize=136844 CPUtime=0.61 cores=0,2,4,6
/proc/3901/task/3917/stat : 3917 (pb_cplex) S 3900 3900 2899 0 -1 4202560 601 0 0 0 61 0 0 0 20 0 8 0 391122099 140128256 11758 33554432000 134512640 146736320 4293294880 4130746000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3918] ppid=3900 vsize=136844 CPUtime=0.47 cores=0,2,4,6
/proc/3901/task/3918/stat : 3918 (pb_cplex) R 3900 3900 2899 0 -1 4202560 30 0 0 0 47 0 0 0 20 0 8 0 391122099 140128256 11758 33554432000 134512640 146736320 4293294880 4141229032 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3919] ppid=3900 vsize=136844 CPUtime=0.71 cores=0,2,4,6
/proc/3901/task/3919/stat : 3919 (pb_cplex) R 3900 3900 2899 0 -1 4202560 873 0 0 0 71 0 0 0 20 0 8 0 391122099 140128256 11758 33554432000 134512640 146736320 4293294880 4151715020 144574888 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3920] ppid=3900 vsize=136844 CPUtime=0.78 cores=0,2,4,6
/proc/3901/task/3920/stat : 3920 (pb_cplex) R 3900 3900 2899 0 -1 4202560 311 0 0 0 78 0 0 0 20 0 8 0 391122099 140128256 11758 33554432000 134512640 146736320 4293294880 4119556736 139046460 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3921] ppid=3900 vsize=136844 CPUtime=0.77 cores=0,2,4,6
/proc/3901/task/3921/stat : 3921 (pb_cplex) R 3900 3900 2899 0 -1 4202560 324 0 0 0 77 0 0 0 20 0 8 0 391122099 140128256 11758 33554432000 134512640 146736320 4293294880 4065320080 136008065 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3901/tid=3922] ppid=3900 vsize=136844 CPUtime=0.28 cores=0,2,4,6
/proc/3901/task/3922/stat : 3922 (pb_cplex) R 3900 3900 2899 0 -1 4202560 215 0 0 0 28 0 0 0 20 0 8 0 391122099 140128256 11758 33554432000 134512640 146736320 4293294880 4054836200 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3901/tid=3923] ppid=3900 vsize=136844 CPUtime=0.73 cores=0,2,4,6
/proc/3901/task/3923/stat : 3923 (pb_cplex) R 3900 3900 2899 0 -1 4202560 197 0 0 0 73 0 0 0 20 0 8 0 391122099 140128256 11758 33554432000 134512640 146736320 4293294880 4044349512 139042981 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 13.72
Current children cumulated vsize (KiB) 145992

[startup+12.7004 s]
/proc/loadavg: 8.11 7.02 6.87 10/186 3923
/proc/meminfo: memFree=30807544/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0
[pid=3901] ppid=3900 vsize=138004 CPUtime=37.16 cores=0,2,4,6
/proc/3901/stat : 3901 (pb_cplex) R 3900 3900 2899 0 -1 4202496 22337 0 0 0 3683 33 0 0 20 0 8 0 391121704 141316096 12021 33554432000 134512640 146736320 4293294880 4293287548 135526703 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/3901/statm: 34501 12021 892 2985 0 31435 0
[pid=3901/tid=3917] ppid=3900 vsize=138004 CPUtime=3.48 cores=0,2,4,6
/proc/3901/task/3917/stat : 3917 (pb_cplex) R 3900 3900 2899 0 -1 4202560 1759 0 0 0 345 3 0 0 20 0 8 0 391122099 141316096 12021 33554432000 134512640 146736320 4293294880 4130742912 139046530 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3901/tid=3918] ppid=3900 vsize=138004 CPUtime=3.35 cores=0,2,4,6
/proc/3901/task/3918/stat : 3918 (pb_cplex) R 3900 3900 2899 0 -1 4202560 602 0 0 0 333 2 0 0 20 0 8 0 391122099 141316096 12021 33554432000 134512640 146736320 4293294880 4141229032 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3901/tid=3919] ppid=3900 vsize=138004 CPUtime=3.71 cores=0,2,4,6
/proc/3901/task/3919/stat : 3919 (pb_cplex) R 3900 3900 2899 0 -1 4202560 1288 0 0 0 370 1 0 0 20 0 8 0 391122099 141316096 12021 33554432000 134512640 146736320 4293294880 4151714792 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3920] ppid=3900 vsize=138004 CPUtime=3.78 cores=0,2,4,6
/proc/3901/task/3920/stat : 3920 (pb_cplex) R 3900 3900 2899 0 -1 4202560 389 0 0 0 376 2 0 0 20 0 8 0 391122099 141316096 12021 33554432000 134512640 146736320 4293294880 4119559824 144580073 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3901/tid=3921] ppid=3900 vsize=138004 CPUtime=3.8 cores=0,2,4,6
/proc/3901/task/3921/stat : 3921 (pb_cplex) S 3900 3900 2899 0 -1 4202560 426 0 0 0 378 2 0 0 20 0 8 0 391122099 141316096 12021 33554432000 134512640 146736320 4293294880 4065324688 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3901/tid=3922] ppid=3900 vsize=138004 CPUtime=3.3 cores=0,2,4,6
/proc/3901/task/3922/stat : 3922 (pb_cplex) S 3900 3900 2899 0 -1 4202560 846 0 0 0 327 3 0 0 20 0 8 0 391122099 141316096 12021 33554432000 134512640 146736320 4293294880 4054838928 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3901/tid=3923] ppid=3900 vsize=138004 CPUtime=3.61 cores=0,2,4,6
/proc/3901/task/3923/stat : 3923 (pb_cplex) S 3900 3900 2899 0 -1 4202560 246 0 0 0 358 3 0 0 20 0 8 0 391122099 141316096 12021 33554432000 134512640 146736320 4293294880 4044353168 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 37.16
Current children cumulated vsize (KiB) 147152

[startup+25.5004 s]
/proc/loadavg: 7.85 7.01 6.88 10/186 3923
/proc/meminfo: memFree=30810216/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0
[pid=3901] ppid=3900 vsize=138004 CPUtime=84.32 cores=0,2,4,6
/proc/3901/stat : 3901 (pb_cplex) R 3900 3900 2899 0 -1 4202496 27699 0 0 0 8377 55 0 0 20 0 8 0 391121704 141316096 12240 33554432000 134512640 146736320 4293294880 4293287552 136019049 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/3901/statm: 34501 12240 892 2985 0 31435 0
[pid=3901/tid=3917] ppid=3900 vsize=138004 CPUtime=9.38 cores=0,2,4,6
/proc/3901/task/3917/stat : 3917 (pb_cplex) R 3900 3900 2899 0 -1 4202560 2897 0 0 0 933 5 0 0 20 0 8 0 391122099 141316096 12240 33554432000 134512640 146736320 4293294880 4130742488 136009170 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3901/tid=3918] ppid=3900 vsize=138004 CPUtime=9.15 cores=0,2,4,6
/proc/3901/task/3918/stat : 3918 (pb_cplex) R 3900 3900 2899 0 -1 4202560 603 0 0 0 911 4 0 0 20 0 8 0 391122099 141316096 12240 33554432000 134512640 146736320 4293294880 4141228488 136000311 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3919] ppid=3900 vsize=138004 CPUtime=9.71 cores=0,2,4,6
/proc/3901/task/3919/stat : 3919 (pb_cplex) R 3900 3900 2899 0 -1 4202560 1297 0 0 0 966 5 0 0 20 0 8 0 391122099 141316096 12240 33554432000 134512640 146736320 4293294880 4151714432 139046399 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3901/tid=3920] ppid=3900 vsize=138004 CPUtime=9.57 cores=0,2,4,6
/proc/3901/task/3920/stat : 3920 (pb_cplex) R 3900 3900 2899 0 -1 4202560 2414 0 0 0 951 6 0 0 20 0 8 0 391122099 141316096 12240 33554432000 134512640 146736320 4293294880 4119556720 139041635 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3921] ppid=3900 vsize=138004 CPUtime=9.78 cores=0,2,4,6
/proc/3901/task/3921/stat : 3921 (pb_cplex) R 3900 3900 2899 0 -1 4202560 801 0 0 0 972 6 0 0 20 0 8 0 391122099 141316096 12240 33554432000 134512640 146736320 4293294880 4065321168 136008031 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3901/tid=3922] ppid=3900 vsize=138004 CPUtime=9.16 cores=0,2,4,6
/proc/3901/task/3922/stat : 3922 (pb_cplex) R 3900 3900 2899 0 -1 4202560 1954 0 0 0 911 5 0 0 20 0 8 0 391122099 141316096 12240 33554432000 134512640 146736320 4293294880 4054836200 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3923] ppid=3900 vsize=138004 CPUtime=9.42 cores=0,2,4,6
/proc/3901/task/3923/stat : 3923 (pb_cplex) R 3900 3900 2899 0 -1 4202560 950 0 0 0 936 6 0 0 20 0 8 0 391122099 141316096 12240 33554432000 134512640 146736320 4293294880 4044350440 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 84.32
Current children cumulated vsize (KiB) 147152

[startup+51.1004 s]
/proc/loadavg: 6.93 6.87 6.83 9/186 3923
/proc/meminfo: memFree=30818452/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0
[pid=3901] ppid=3900 vsize=138140 CPUtime=160.71 cores=0,2,4,6
/proc/3901/stat : 3901 (pb_cplex) R 3900 3900 2899 0 -1 4202496 44175 0 0 0 15983 88 0 0 20 0 8 0 391121704 141455360 12195 33554432000 134512640 146736320 4293294880 4293287756 136388886 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3901/statm: 34535 12195 901 2985 0 31469 0
[pid=3901/tid=3917] ppid=3900 vsize=138140 CPUtime=18.29 cores=0,2,4,6
/proc/3901/task/3917/stat : 3917 (pb_cplex) R 3900 3900 2899 0 -1 4202560 4695 0 0 0 1820 9 0 0 20 0 8 0 391122099 141455360 12195 33554432000 134512640 146736320 4293294880 4130742664 136388073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3918] ppid=3900 vsize=138140 CPUtime=17.79 cores=0,2,4,6
/proc/3901/task/3918/stat : 3918 (pb_cplex) R 3900 3900 2899 0 -1 4202560 605 0 0 0 1771 8 0 0 20 0 8 0 391122099 141455360 12195 33554432000 134512640 146736320 4293294880 4141228488 136000329 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3919] ppid=3900 vsize=138140 CPUtime=18.33 cores=0,2,4,6
/proc/3901/task/3919/stat : 3919 (pb_cplex) R 3900 3900 2899 0 -1 4202560 1474 0 0 0 1825 8 0 0 20 0 8 0 391122099 141455360 12195 33554432000 134512640 146736320 4293294880 4151714792 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3901/tid=3920] ppid=3900 vsize=138140 CPUtime=18.23 cores=0,2,4,6
/proc/3901/task/3920/stat : 3920 (pb_cplex) R 3900 3900 2899 0 -1 4202560 2908 0 0 0 1813 10 0 0 20 0 8 0 391122099 141455360 12195 33554432000 134512640 146736320 4293294880 4119556304 136008212 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3921] ppid=3900 vsize=138140 CPUtime=18.5 cores=0,2,4,6
/proc/3901/task/3921/stat : 3921 (pb_cplex) R 3900 3900 2899 0 -1 4202560 1012 0 0 0 1841 9 0 0 20 0 8 0 391122099 141455360 12195 33554432000 134512640 146736320 4293294880 4065321160 136388439 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3922] ppid=3900 vsize=138140 CPUtime=17.94 cores=0,2,4,6

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

[pid=3901/tid=3922] ppid=3900 vsize=141004 CPUtime=69.63 cores=0,2,4,6
/proc/3901/task/3922/stat : 3922 (pb_cplex) S 3900 3900 2899 0 -1 4202560 4547 0 0 0 6934 29 0 0 20 0 8 0 391122099 144388096 13496 33554432000 134512640 146736320 4293294880 4054838928 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3901/tid=3923] ppid=3900 vsize=141004 CPUtime=70.04 cores=0,2,4,6
/proc/3901/task/3923/stat : 3923 (pb_cplex) R 3900 3900 2899 0 -1 4202560 1717 0 0 0 6972 32 0 0 20 0 8 0 391122099 144388096 13496 33554432000 134512640 146736320 4293294880 4044349648 136008450 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 573.52
Current children cumulated vsize (KiB) 150152

[startup+222.3 s]
/proc/loadavg: 12.48 8.66 7.47 13/193 3937
/proc/meminfo: memFree=29579420/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0
[pid=3901] ppid=3900 vsize=142240 CPUtime=783.5 cores=0,2,4,6
/proc/3901/stat : 3901 (pb_cplex) R 3900 3900 2899 0 -1 4202496 67073 0 0 0 77994 356 0 0 20 0 8 0 391121704 145653760 13778 33554432000 134512640 146736320 4293294880 4293287760 136008356 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3901/statm: 35560 13778 901 2985 0 32494 0
[pid=3901/tid=3917] ppid=3900 vsize=142240 CPUtime=95.83 cores=0,2,4,6
/proc/3901/task/3917/stat : 3917 (pb_cplex) R 3900 3900 2899 0 -1 4202560 6055 0 0 0 9543 40 0 0 20 0 8 0 391122099 145653760 13778 33554432000 134512640 146736320 4293294880 4130742252 135454090 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3918] ppid=3900 vsize=142240 CPUtime=95 cores=0,2,4,6
/proc/3901/task/3918/stat : 3918 (pb_cplex) R 3900 3900 2899 0 -1 4202560 1124 0 0 0 9458 42 0 0 20 0 8 0 391122099 145653760 13778 33554432000 134512640 146736320 4293294880 4141227940 136016268 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3919] ppid=3900 vsize=142240 CPUtime=95.61 cores=0,2,4,6
/proc/3901/task/3919/stat : 3919 (pb_cplex) R 3900 3900 2899 0 -1 4202560 8902 0 0 0 9516 45 0 0 20 0 8 0 391122099 145653760 13778 33554432000 134512640 146736320 4293294880 4151712892 135446780 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3901/tid=3920] ppid=3900 vsize=142240 CPUtime=95.39 cores=0,2,4,6
/proc/3901/task/3920/stat : 3920 (pb_cplex) R 3900 3900 2899 0 -1 4202560 10505 0 0 0 9495 44 0 0 20 0 8 0 391122099 145653760 13778 33554432000 134512640 146736320 4293294880 4119555912 135525920 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3921] ppid=3900 vsize=142240 CPUtime=96.19 cores=0,2,4,6
/proc/3901/task/3921/stat : 3921 (pb_cplex) R 3900 3900 2899 0 -1 4202560 1631 0 0 0 9576 43 0 0 20 0 8 0 391122099 145653760 13778 33554432000 134512640 146736320 4293294880 4065321000 139044581 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3922] ppid=3900 vsize=142240 CPUtime=95.83 cores=0,2,4,6
/proc/3901/task/3922/stat : 3922 (pb_cplex) R 3900 3900 2899 0 -1 4202560 6089 0 0 0 9541 42 0 0 20 0 8 0 391122099 145653760 13778 33554432000 134512640 146736320 4293294880 4054835656 136000406 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3901/tid=3923] ppid=3900 vsize=142240 CPUtime=96.16 cores=0,2,4,6
/proc/3901/task/3923/stat : 3923 (pb_cplex) R 3900 3900 2899 0 -1 4202560 2560 0 0 0 9572 44 0 0 20 0 8 0 391122099 145653760 13778 33554432000 134512640 146736320 4293294880 4044349832 136388075 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 783.5
Current children cumulated vsize (KiB) 151388

[startup+282.3 s]
/proc/loadavg: 13.84 9.76 7.92 16/193 3938
/proc/meminfo: memFree=29562396/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0
[pid=3901] ppid=3900 vsize=141824 CPUtime=990.82 cores=0,2,4,6
/proc/3901/stat : 3901 (pb_cplex) R 3900 3900 2899 0 -1 4202496 71895 0 0 0 98635 447 0 0 20 0 8 0 391121704 145227776 13708 33554432000 134512640 146736320 4293294880 4293287760 136008234 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3901/statm: 35456 13708 901 2985 0 32390 0
[pid=3901/tid=3917] ppid=3900 vsize=141824 CPUtime=121.66 cores=0,2,4,6
/proc/3901/task/3917/stat : 3917 (pb_cplex) S 3900 3900 2899 0 -1 4202560 6768 0 0 0 12113 53 0 0 20 0 8 0 391122099 145227776 13708 33554432000 134512640 146736320 4293294880 4130746000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3901/tid=3918] ppid=3900 vsize=141824 CPUtime=121.16 cores=0,2,4,6
/proc/3901/task/3918/stat : 3918 (pb_cplex) R 3900 3900 2899 0 -1 4202560 1850 0 0 0 12062 54 0 0 20 0 8 0 391122099 145227776 13708 33554432000 134512640 146736320 4293294880 4141228460 136400669 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3919] ppid=3900 vsize=141824 CPUtime=121.33 cores=0,2,4,6
/proc/3901/task/3919/stat : 3919 (pb_cplex) R 3900 3900 2899 0 -1 4202560 9472 0 0 0 12077 56 0 0 20 0 8 0 391122099 145227776 13708 33554432000 134512640 146736320 4293294880 4151713860 136385177 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3920] ppid=3900 vsize=141824 CPUtime=121.12 cores=0,2,4,6
/proc/3901/task/3920/stat : 3920 (pb_cplex) S 3900 3900 2899 0 -1 4202560 11219 0 0 0 12057 55 0 0 20 0 8 0 391122099 145227776 13708 33554432000 134512640 146736320 4293294880 4119559824 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3901/tid=3921] ppid=3900 vsize=141824 CPUtime=121.76 cores=0,2,4,6
/proc/3901/task/3921/stat : 3921 (pb_cplex) S 3900 3900 2899 0 -1 4202560 2267 0 0 0 12122 54 0 0 20 0 8 0 391122099 145227776 13708 33554432000 134512640 146736320 4293294880 4065324688 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3901/tid=3922] ppid=3900 vsize=141824 CPUtime=121.66 cores=0,2,4,6
/proc/3901/task/3922/stat : 3922 (pb_cplex) S 3900 3900 2899 0 -1 4202560 6839 0 0 0 12113 53 0 0 20 0 8 0 391122099 145227776 13708 33554432000 134512640 146736320 4293294880 4054838928 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3901/tid=3923] ppid=3900 vsize=141824 CPUtime=121.86 cores=0,2,4,6
/proc/3901/task/3923/stat : 3923 (pb_cplex) R 3900 3900 2899 0 -1 4202560 2744 0 0 0 12130 56 0 0 20 0 8 0 391122099 145227776 13708 33554432000 134512640 146736320 4293294880 4044350080 139046472 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 990.82
Current children cumulated vsize (KiB) 150972

[startup+342.3 s]
/proc/loadavg: 14.28 10.60 8.32 15/193 3938
/proc/meminfo: memFree=29499916/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0
[pid=3901] ppid=3900 vsize=142000 CPUtime=1198.92 cores=0,2,4,6
/proc/3901/stat : 3901 (pb_cplex) R 3900 3900 2899 0 -1 4202496 80231 0 0 0 119355 537 0 0 20 0 8 0 391121704 145408000 13759 33554432000 134512640 146736320 4293294880 4293288552 144757825 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3901/statm: 35500 13759 901 2985 0 32434 0
[pid=3901/tid=3917] ppid=3900 vsize=142000 CPUtime=147.66 cores=0,2,4,6
/proc/3901/task/3917/stat : 3917 (pb_cplex) R 3900 3900 2899 0 -1 4202560 7811 0 0 0 14701 65 0 0 20 0 8 0 391122099 145408000 13759 33554432000 134512640 146736320 4293294880 4130742364 135855170 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3901/tid=3918] ppid=3900 vsize=142000 CPUtime=146.89 cores=0,2,4,6
/proc/3901/task/3918/stat : 3918 (pb_cplex) R 3900 3900 2899 0 -1 4202560 2280 0 0 0 14625 64 0 0 20 0 8 0 391122099 145408000 13759 33554432000 134512640 146736320 4293294880 4141228736 138374183 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3901/tid=3919] ppid=3900 vsize=142000 CPUtime=147.1 cores=0,2,4,6
/proc/3901/task/3919/stat : 3919 (pb_cplex) R 3900 3900 2899 0 -1 4202560 10685 0 0 0 14641 69 0 0 20 0 8 0 391122099 145408000 13759 33554432000 134512640 146736320 4293294880 4151714372 136382496 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3901/tid=3920] ppid=3900 vsize=142000 CPUtime=146.92 cores=0,2,4,6
/proc/3901/task/3920/stat : 3920 (pb_cplex) R 3900 3900 2899 0 -1 4202560 12900 0 0 0 14624 68 0 0 20 0 8 0 391122099 145408000 13759 33554432000 134512640 146736320 4293294880 4119556096 136018966 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3921] ppid=3900 vsize=142000 CPUtime=147.57 cores=0,2,4,6
/proc/3901/task/3921/stat : 3921 (pb_cplex) R 3900 3900 2899 0 -1 4202560 2694 0 0 0 14690 67 0 0 20 0 8 0 391122099 145408000 13759 33554432000 134512640 146736320 4293294880 4065320052 135450613 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3922] ppid=3900 vsize=142000 CPUtime=147.33 cores=0,2,4,6
/proc/3901/task/3922/stat : 3922 (pb_cplex) R 3900 3900 2899 0 -1 4202560 7956 0 0 0 14665 68 0 0 20 0 8 0 391122099 145408000 13759 33554432000 134512640 146736320 4293294880 4054836200 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3901/tid=3923] ppid=3900 vsize=142000 CPUtime=147.58 cores=0,2,4,6
/proc/3901/task/3923/stat : 3923 (pb_cplex) R 3900 3900 2899 0 -1 4202560 4046 0 0 0 14690 68 0 0 20 0 8 0 391122099 145408000 13759 33554432000 134512640 146736320 4293294880 4044350080 139046470 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1198.92
Current children cumulated vsize (KiB) 151148

[startup+402.3 s]
/proc/loadavg: 13.12 10.96 8.59 15/193 3938
/proc/meminfo: memFree=29453400/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0
[pid=3901] ppid=3900 vsize=143096 CPUtime=1415.41 cores=0,2,4,6
/proc/3901/stat : 3901 (pb_cplex) R 3900 3900 2899 0 -1 4202496 88313 0 0 0 140906 635 0 0 20 0 8 0 391121704 146530304 13939 33554432000 134512640 146736320 4293294880 4293288008 136002057 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3901/statm: 35774 13939 901 2985 0 32708 0
[pid=3901/tid=3917] ppid=3900 vsize=143096 CPUtime=174.74 cores=0,2,4,6
/proc/3901/task/3917/stat : 3917 (pb_cplex) R 3900 3900 2899 0 -1 4202560 8738 0 0 0 17398 76 0 0 20 0 8 0 391122099 146530304 13939 33554432000 134512640 146736320 4293294880 4130743272 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3918] ppid=3900 vsize=143096 CPUtime=173.47 cores=0,2,4,6
/proc/3901/task/3918/stat : 3918 (pb_cplex) R 3900 3900 2899 0 -1 4202560 2330 0 0 0 17272 75 0 0 20 0 8 0 391122099 146530304 13939 33554432000 134512640 146736320 4293294880 4141228124 135855167 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3919] ppid=3900 vsize=143096 CPUtime=173.9 cores=0,2,4,6
/proc/3901/task/3919/stat : 3919 (pb_cplex) R 3900 3900 2899 0 -1 4202560 12034 0 0 0 17310 80 0 0 20 0 8 0 391122099 146530304 13939 33554432000 134512640 146736320 4293294880 4151714000 136008044 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3920] ppid=3900 vsize=143096 CPUtime=173.8 cores=0,2,4,6
/proc/3901/task/3920/stat : 3920 (pb_cplex) S 3900 3900 2899 0 -1 4202560 13865 0 0 0 17299 81 0 0 20 0 8 0 391122099 146530304 13939 33554432000 134512640 146736320 4293294880 4119559824 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3921] ppid=3900 vsize=143096 CPUtime=174.57 cores=0,2,4,6
/proc/3901/task/3921/stat : 3921 (pb_cplex) R 3900 3900 2899 0 -1 4202560 3265 0 0 0 17377 80 0 0 20 0 8 0 391122099 146530304 13939 33554432000 134512640 146736320 4293294880 4065321176 136008689 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3922] ppid=3900 vsize=143096 CPUtime=174.51 cores=0,2,4,6
/proc/3901/task/3922/stat : 3922 (pb_cplex) R 3900 3900 2899 0 -1 4202560 9631 0 0 0 17371 80 0 0 20 0 8 0 391122099 146530304 13939 33554432000 134512640 146736320 4293294880 4054835408 136008170 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3923] ppid=3900 vsize=143096 CPUtime=174.76 cores=0,2,4,6
/proc/3901/task/3923/stat : 3923 (pb_cplex) R 3900 3900 2899 0 -1 4202560 5343 0 0 0 17395 81 0 0 20 0 8 0 391122099 146530304 13939 33554432000 134512640 146736320 4293294880 4044349648 136008065 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1415.41
Current children cumulated vsize (KiB) 152244

[startup+462.3 s]
/proc/loadavg: 12.07 11.08 8.78 16/192 4009
/proc/meminfo: memFree=30958696/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0
[pid=3901] ppid=3900 vsize=143120 CPUtime=1633.36 cores=0,2,4,6
/proc/3901/stat : 3901 (pb_cplex) R 3900 3900 2899 0 -1 4202496 98953 0 0 0 162617 719 0 0 20 0 8 0 391121704 146554880 13967 33554432000 134512640 146736320 4293294880 4293287624 139042888 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/3901/statm: 35780 13967 901 2985 0 32714 0
[pid=3901/tid=3917] ppid=3900 vsize=143120 CPUtime=201.69 cores=0,2,4,6
/proc/3901/task/3917/stat : 3917 (pb_cplex) R 3900 3900 2899 0 -1 4202560 10032 0 0 0 20081 88 0 0 20 0 8 0 391122099 146554880 13967 33554432000 134512640 146736320 4293294880 4130743088 135234459 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3901/tid=3918] ppid=3900 vsize=143120 CPUtime=200.33 cores=0,2,4,6
/proc/3901/task/3918/stat : 3918 (pb_cplex) R 3900 3900 2899 0 -1 4202560 4348 0 0 0 19946 87 0 0 20 0 8 0 391122099 146554880 13967 33554432000 134512640 146736320 4293294880 4141228240 136008364 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3919] ppid=3900 vsize=143120 CPUtime=201.17 cores=0,2,4,6
/proc/3901/task/3919/stat : 3919 (pb_cplex) R 3900 3900 2899 0 -1 4202560 13149 0 0 0 20026 91 0 0 20 0 8 0 391122099 146554880 13967 33554432000 134512640 146736320 4293294880 4151714000 136008017 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3920] ppid=3900 vsize=143120 CPUtime=200.41 cores=0,2,4,6
/proc/3901/task/3920/stat : 3920 (pb_cplex) R 3900 3900 2899 0 -1 4202560 13865 0 0 0 19948 93 0 0 20 0 8 0 391122099 146554880 13967 33554432000 134512640 146736320 4293294880 4119556688 136403129 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3921] ppid=3900 vsize=143120 CPUtime=201.74 cores=0,2,4,6
/proc/3901/task/3921/stat : 3921 (pb_cplex) R 3900 3900 2899 0 -1 4202560 4618 0 0 0 20082 92 0 0 20 0 8 0 391122099 146554880 13967 33554432000 134512640 146736320 4293294880 4065321960 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3922] ppid=3900 vsize=143120 CPUtime=201.94 cores=0,2,4,6
/proc/3901/task/3922/stat : 3922 (pb_cplex) R 3900 3900 2899 0 -1 4202560 11144 0 0 0 20104 90 0 0 20 0 8 0 391122099 146554880 13967 33554432000 134512640 146736320 4293294880 4054836200 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3901/tid=3923] ppid=3900 vsize=143120 CPUtime=202.17 cores=0,2,4,6
/proc/3901/task/3923/stat : 3923 (pb_cplex) R 3900 3900 2899 0 -1 4202560 6418 0 0 0 20123 94 0 0 20 0 8 0 391122099 146554880 13967 33554432000 134512640 146736320 4293294880 4044350440 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1633.36
Current children cumulated vsize (KiB) 152268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+508.6 s]
/proc/loadavg: 11.59 11.08 8.89 10/194 4041
/proc/meminfo: memFree=30986164/32873844 swapFree=7116/7116
[pid=3900] ppid=3898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3900/stat : 3900 (run) S 3898 3900 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391121704 9367552 270 33554432000 4194304 5064252 140736733738640 140736733737552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3900/statm: 2287 270 229 213 0 72 0
[pid=3901] ppid=3900 vsize=144416 CPUtime=1800.1 cores=0,2,4,6
/proc/3901/stat : 3901 (pb_cplex) R 3900 3900 2899 0 -1 4202496 104289 0 0 0 179225 785 0 0 20 0 8 0 391121704 147881984 14297 33554432000 134512640 146736320 4293294880 4293288552 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3901/statm: 36104 14297 901 2985 0 33038 0
[pid=3901/tid=3917] ppid=3900 vsize=144416 CPUtime=222.4 cores=0,2,4,6
/proc/3901/task/3917/stat : 3917 (pb_cplex) R 3900 3900 2899 0 -1 4202560 10792 0 0 0 22144 96 0 0 20 0 8 0 391122099 147881984 14297 33554432000 134512640 146736320 4293294880 4130742396 136400496 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3901/tid=3918] ppid=3900 vsize=144416 CPUtime=220.83 cores=0,2,4,6
/proc/3901/task/3918/stat : 3918 (pb_cplex) R 3900 3900 2899 0 -1 4202560 4780 0 0 0 21987 96 0 0 20 0 8 0 391122099 147881984 14297 33554432000 134512640 146736320 4293294880 4141228072 139044581 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3901/tid=3919] ppid=3900 vsize=144416 CPUtime=221.99 cores=0,2,4,6
/proc/3901/task/3919/stat : 3919 (pb_cplex) R 3900 3900 2899 0 -1 4202560 13272 0 0 0 22100 99 0 0 20 0 8 0 391122099 147881984 14297 33554432000 134512640 146736320 4293294880 4151713860 136385184 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3920] ppid=3900 vsize=144416 CPUtime=221.02 cores=0,2,4,6
/proc/3901/task/3920/stat : 3920 (pb_cplex) R 3900 3900 2899 0 -1 4202560 14126 0 0 0 22003 99 0 0 20 0 8 0 391122099 147881984 14297 33554432000 134512640 146736320 4293294880 4119556688 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3901/tid=3921] ppid=3900 vsize=144416 CPUtime=222.38 cores=0,2,4,6
/proc/3901/task/3921/stat : 3921 (pb_cplex) R 3900 3900 2899 0 -1 4202560 5948 0 0 0 22134 104 0 0 20 0 8 0 391122099 147881984 14297 33554432000 134512640 146736320 4293294880 4065321960 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3901/tid=3922] ppid=3900 vsize=144416 CPUtime=223.07 cores=0,2,4,6
/proc/3901/task/3922/stat : 3922 (pb_cplex) R 3900 3900 2899 0 -1 4202560 12112 0 0 0 22209 98 0 0 20 0 8 0 391122099 147881984 14297 33554432000 134512640 146736320 4293294880 4054836200 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3901/tid=3923] ppid=3900 vsize=144416 CPUtime=223.2 cores=0,2,4,6
/proc/3901/task/3923/stat : 3923 (pb_cplex) R 3900 3900 2899 0 -1 4202560 7601 0 0 0 22219 101 0 0 20 0 8 0 391122099 147881984 14297 33554432000 134512640 146736320 4293294880 4044349492 135450809 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 153564

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 508.615
CPU time (s): 1800.21
CPU user time (s): 1792.07
CPU system time (s): 8.14376
CPU usage (%): 353.945
Max. virtual memory (cumulated for all children) (KiB): 154588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.07
system time used= 8.14376
maximum resident set size= 58236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104654
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= 224033
involuntary context switches= 119719

runsolver used 1.24081 second user time and 3.21551 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-09 15:52:11
IDJOB=3741213
IDBENCH=89819
IDSOLVER=2325
FILE ID=node103/3741213-1339249931
RUNJOBID= node103-1339246832-2915
PBS_JOBID= 14644378
Free space on /tmp= 71240 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820157.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741213-1339249931/watcher-3741213-1339249931 -o /tmp/evaluation-result-3741213-1339249931/solver-3741213-1339249931 -C 1800 -W 1900 -M 15500  run HOME/instance-3741213-1339249931.opb

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

MD5SUM BENCH= da32b1e615c8e1bae2ecd5f742c16c96
RANDOM SEED=114665989

node103.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.189
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.37
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.189
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.189
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:       32873844 kB
MemFree:        30856672 kB
Buffers:          413048 kB
Cached:           384708 kB
SwapCached:         5468 kB
Active:          1014060 kB
Inactive:         107776 kB
Active(anon):     315976 kB
Inactive(anon):     7352 kB
Active(file):     698084 kB
Inactive(file):   100424 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096900 kB
Dirty:             16320 kB
Writeback:             0 kB
AnonPages:        324072 kB
Mapped:            12560 kB
Shmem:                 0 kB
Slab:             754904 kB
SReclaimable:     195468 kB
SUnreclaim:       559436 kB
KernelStack:        1464 kB
PageTables:         4772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     608676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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-3741213-1339249931.opb

Free space on /tmp at the end= 71232 MiB
End job on node103 at 2012-06-09 16:00:40