Trace number 3736380

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.24 585.016

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=5-P0=11-P1=13-P2=29-P3=23-P4=5-P5=29-P6=29-P7=31-P8=29-P9=31-B.opb
MD5SUMf969522c25fcd822319ca2a51d36dbf7
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.036993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables135
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint5
Maximum length of a constraint35
Number of terms in the objective function 5
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 31
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1984
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)225
Sum of products size (including duplicates)450
Number of different products225
Sum of products size450

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3736380-1339248078.opb.
0.00/0.00	c Instance file HOME/instance-3736380-1339248078.opb
0.00/0.00	c File size is 16961 bytes.
0.00/0.00	c Highest Coefficient sum: 1984
0.00/0.00	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.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      360                                                 |
0.00/0.00	c |  Number Constraints:    469                                                 |
0.00/0.00	c ===============================================================================
1800.24/585.01	c Remaining time 1800.00 sec.
1800.24/585.01	c 
1800.24/585.01	c *** INTERRUPTED ***
1800.24/585.01	s UNKNOWN
1800.24/585.01	c Total CPU time              : 1775.65 s
1800.24/585.01	c Memory used           : 160.88 MB
1800.24/585.01	c CPU time              : 1775.65 s
1800.24/585.01	c 
1800.24/585.01	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-3736380-1339248078/watcher-3736380-1339248078 -o /tmp/evaluation-result-3736380-1339248078/solver-3736380-1339248078 -C 1800 -W 1900 -M 15500 run HOME/instance-3736380-1339248078.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.84 10.11 7.57 3/177 26816
/proc/meminfo: memFree=24678336/32873844 swapFree=7896/7896
[pid=26816] ppid=26814 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26816/stat : 26816 (run) S 26814 26816 25626 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390933270 9367552 269 33554432000 4194304 5064252 140736252429216 140736252428128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26816/statm: 2287 269 229 213 0 72 0

[startup+0.042187 s]
/proc/loadavg: 8.84 10.11 7.57 3/177 26816
/proc/meminfo: memFree=24678336/32873844 swapFree=7896/7896
[pid=26816] ppid=26814 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26816/stat : 26816 (run) S 26814 26816 25626 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390933270 9367552 269 33554432000 4194304 5064252 140736252429216 140736252428128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26816/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100164 s]
/proc/loadavg: 8.84 10.11 7.57 3/177 26816
/proc/meminfo: memFree=24678336/32873844 swapFree=7896/7896
[pid=26816] ppid=26814 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26816/stat : 26816 (run) S 26814 26816 25626 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390933270 9367552 269 33554432000 4194304 5064252 140736252429216 140736252428128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26816/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300259 s]
/proc/loadavg: 8.84 10.11 7.57 3/177 26816
/proc/meminfo: memFree=24678336/32873844 swapFree=7896/7896
[pid=26816] ppid=26814 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26816/stat : 26816 (run) S 26814 26816 25626 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390933270 9367552 269 33554432000 4194304 5064252 140736252429216 140736252428128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26816/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700159 s]
/proc/loadavg: 8.84 10.11 7.57 3/177 26816
/proc/meminfo: memFree=24678336/32873844 swapFree=7896/7896
[pid=26816] ppid=26814 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26816/stat : 26816 (run) S 26814 26816 25626 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390933270 9367552 269 33554432000 4194304 5064252 140736252429216 140736252428128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26816/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 8.84 10.11 7.57 10/186 26839
/proc/meminfo: memFree=24636772/32873844 swapFree=7896/7896
[pid=26816] ppid=26814 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26816/stat : 26816 (run) S 26814 26816 25626 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390933270 9367552 269 33554432000 4194304 5064252 140736252429216 140736252428128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26816/statm: 2287 269 229 213 0 72 0
[pid=26817] ppid=26816 vsize=130044 CPUtime=4.51 cores=0,2,4,6
/proc/26817/stat : 26817 (pb_cplex) S 26816 26816 25626 0 -1 4202496 26162 0 0 0 433 18 0 0 20 0 8 0 390933270 133165056 12796 33554432000 134512640 146736320 4291008800 4291005200 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26817/statm: 32511 12796 971 2985 0 29445 0
[pid=26817/tid=26833] ppid=26816 vsize=130044 CPUtime=0.48 cores=0,2,4,6
/proc/26817/task/26833/stat : 26833 (pb_cplex) S 26816 26816 25626 0 -1 4202560 1491 0 0 0 48 0 0 0 20 0 8 0 390933300 133165056 12796 33554432000 134512640 146736320 4291008800 4131331728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26834] ppid=26816 vsize=130044 CPUtime=0.53 cores=0,2,4,6
/proc/26817/task/26834/stat : 26834 (pb_cplex) R 26816 26816 25626 0 -1 4202560 1271 0 0 0 53 0 0 0 20 0 8 0 390933300 133165056 12796 33554432000 134512640 146736320 4291008800 4141813968 136008455 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26817/tid=26835] ppid=26816 vsize=130044 CPUtime=0.48 cores=0,2,4,6
/proc/26817/task/26835/stat : 26835 (pb_cplex) S 26816 26816 25626 0 -1 4202560 1684 0 0 0 48 0 0 0 20 0 8 0 390933300 133165056 12796 33554432000 134512640 146736320 4291008800 4152303248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26817/tid=26836] ppid=26816 vsize=130044 CPUtime=0.48 cores=0,2,4,6
/proc/26817/task/26836/stat : 26836 (pb_cplex) S 26816 26816 25626 0 -1 4202560 1249 0 0 0 48 0 0 0 20 0 8 0 390933300 133165056 12796 33554432000 134512640 146736320 4291008800 4120620688 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26837] ppid=26816 vsize=130044 CPUtime=0.45 cores=0,2,4,6
/proc/26817/task/26837/stat : 26837 (pb_cplex) R 26816 26816 25626 0 -1 4202560 2748 0 0 0 43 2 0 0 20 0 8 0 390933300 133165056 12796 33554432000 134512640 146736320 4291008800 4104118340 136385167 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26838] ppid=26816 vsize=130044 CPUtime=0.52 cores=0,2,4,6
/proc/26817/task/26838/stat : 26838 (pb_cplex) R 26816 26816 25626 0 -1 4202560 2241 0 0 0 50 2 0 0 20 0 8 0 390933300 133165056 12796 33554432000 134512640 146736320 4291008800 4093633512 144757827 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26817/tid=26839] ppid=26816 vsize=130044 CPUtime=0.45 cores=0,2,4,6
/proc/26817/task/26839/stat : 26839 (pb_cplex) R 26816 26816 25626 0 -1 4202560 4107 0 0 0 43 2 0 0 20 0 8 0 390933300 133165056 12796 33554432000 134512640 146736320 4291008800 4070564096 136400762 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 139192

[startup+3.10044 s]
/proc/loadavg: 8.84 10.11 7.57 3/186 26839
/proc/meminfo: memFree=24623008/32873844 swapFree=7896/7896
[pid=26816] ppid=26814 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26816/stat : 26816 (run) S 26814 26816 25626 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390933270 9367552 269 33554432000 4194304 5064252 140736252429216 140736252428128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26816/statm: 2287 269 229 213 0 72 0
[pid=26817] ppid=26816 vsize=150804 CPUtime=9.68 cores=0,2,4,6
/proc/26817/stat : 26817 (pb_cplex) S 26816 26816 25626 0 -1 4202496 42942 0 0 0 943 25 0 0 20 0 8 0 390933270 154423296 17341 33554432000 134512640 146736320 4291008800 4291005200 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26817/statm: 37701 17341 971 2985 0 34635 0
[pid=26817/tid=26833] ppid=26816 vsize=150804 CPUtime=1.06 cores=0,2,4,6
/proc/26817/task/26833/stat : 26833 (pb_cplex) S 26816 26816 25626 0 -1 4202560 4062 0 0 0 103 3 0 0 20 0 8 0 390933300 154423296 17341 33554432000 134512640 146736320 4291008800 4131331728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26834] ppid=26816 vsize=150804 CPUtime=1.17 cores=0,2,4,6
/proc/26817/task/26834/stat : 26834 (pb_cplex) S 26816 26816 25626 0 -1 4202560 2642 0 0 0 117 0 0 0 20 0 8 0 390933300 154423296 17341 33554432000 134512640 146736320 4291008800 4141817488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26817/tid=26835] ppid=26816 vsize=150804 CPUtime=1.17 cores=0,2,4,6
/proc/26817/task/26835/stat : 26835 (pb_cplex) S 26816 26816 25626 0 -1 4202560 2587 0 0 0 115 2 0 0 20 0 8 0 390933300 154423296 17341 33554432000 134512640 146736320 4291008800 4152303248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26836] ppid=26816 vsize=150804 CPUtime=1.09 cores=0,2,4,6
/proc/26817/task/26836/stat : 26836 (pb_cplex) R 26816 26816 25626 0 -1 4202560 1734 0 0 0 109 0 0 0 20 0 8 0 390933300 154423296 17341 33554432000 134512640 146736320 4291008800 4120617552 136403117 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26817/tid=26837] ppid=26816 vsize=150804 CPUtime=1.08 cores=0,2,4,6
/proc/26817/task/26837/stat : 26837 (pb_cplex) S 26816 26816 25626 0 -1 4202560 6417 0 0 0 105 3 0 0 20 0 8 0 390933300 154423296 17341 33554432000 134512640 146736320 4291008800 4104122000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26838] ppid=26816 vsize=150804 CPUtime=1.13 cores=0,2,4,6
/proc/26817/task/26838/stat : 26838 (pb_cplex) S 26816 26816 25626 0 -1 4202560 3944 0 0 0 111 2 0 0 20 0 8 0 390933300 154423296 17341 33554432000 134512640 146736320 4291008800 4093636240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26839] ppid=26816 vsize=150804 CPUtime=1.17 cores=0,2,4,6
/proc/26817/task/26839/stat : 26839 (pb_cplex) S 26816 26816 25626 0 -1 4202560 6845 0 0 0 113 4 0 0 20 0 8 0 390933300 154423296 17341 33554432000 134512640 146736320 4291008800 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.68
Current children cumulated vsize (KiB) 159952

[startup+6.30041 s]
/proc/loadavg: 8.77 10.07 7.58 7/186 26839
/proc/meminfo: memFree=24598332/32873844 swapFree=7896/7896
[pid=26816] ppid=26814 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26816/stat : 26816 (run) S 26814 26816 25626 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390933270 9367552 269 33554432000 4194304 5064252 140736252429216 140736252428128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26816/statm: 2287 269 229 213 0 72 0
[pid=26817] ppid=26816 vsize=163668 CPUtime=20.55 cores=0,2,4,6
/proc/26817/stat : 26817 (pb_cplex) S 26816 26816 25626 0 -1 4202496 58505 0 0 0 2021 34 0 0 20 0 8 0 390933270 167596032 20531 33554432000 134512640 146736320 4291008800 4291005200 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26817/statm: 40917 20531 989 2985 0 37851 0
[pid=26817/tid=26833] ppid=26816 vsize=163668 CPUtime=2.43 cores=0,2,4,6
/proc/26817/task/26833/stat : 26833 (pb_cplex) S 26816 26816 25626 0 -1 4202560 5883 0 0 0 239 4 0 0 20 0 8 0 390933300 167596032 20531 33554432000 134512640 146736320 4291008800 4131331728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26834] ppid=26816 vsize=163668 CPUtime=2.42 cores=0,2,4,6
/proc/26817/task/26834/stat : 26834 (pb_cplex) S 26816 26816 25626 0 -1 4202560 3555 0 0 0 240 2 0 0 20 0 8 0 390933300 167596032 20531 33554432000 134512640 146736320 4291008800 4141817488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26817/tid=26835] ppid=26816 vsize=163668 CPUtime=2.47 cores=0,2,4,6
/proc/26817/task/26835/stat : 26835 (pb_cplex) S 26816 26816 25626 0 -1 4202560 3865 0 0 0 245 2 0 0 20 0 8 0 390933300 167596032 20531 33554432000 134512640 146736320 4291008800 4152303248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26836] ppid=26816 vsize=163668 CPUtime=2.46 cores=0,2,4,6
/proc/26817/task/26836/stat : 26836 (pb_cplex) S 26816 26816 25626 0 -1 4202560 4340 0 0 0 244 2 0 0 20 0 8 0 390933300 167596032 20531 33554432000 134512640 146736320 4291008800 4120620688 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26837] ppid=26816 vsize=163668 CPUtime=2.56 cores=0,2,4,6
/proc/26817/task/26837/stat : 26837 (pb_cplex) S 26816 26816 25626 0 -1 4202560 10244 0 0 0 252 4 0 0 20 0 8 0 390933300 167596032 20531 33554432000 134512640 146736320 4291008800 4104122000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26838] ppid=26816 vsize=163668 CPUtime=2.56 cores=0,2,4,6
/proc/26817/task/26838/stat : 26838 (pb_cplex) R 26816 26816 25626 0 -1 4202560 5818 0 0 0 253 3 0 0 20 0 8 0 390933300 167596032 20531 33554432000 134512640 146736320 4291008800 4093632720 136008157 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26817/tid=26839] ppid=26816 vsize=163668 CPUtime=2.46 cores=0,2,4,6
/proc/26817/task/26839/stat : 26839 (pb_cplex) S 26816 26816 25626 0 -1 4202560 8154 0 0 0 241 5 0 0 20 0 8 0 390933300 167596032 20531 33554432000 134512640 146736320 4291008800 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 20.55
Current children cumulated vsize (KiB) 172816

[startup+12.7004 s]
/proc/loadavg: 8.31 9.96 7.55 3/186 26839
/proc/meminfo: memFree=24596472/32873844 swapFree=7896/7896
[pid=26816] ppid=26814 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26816/stat : 26816 (run) S 26814 26816 25626 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390933270 9367552 269 33554432000 4194304 5064252 140736252429216 140736252428128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26816/statm: 2287 269 229 213 0 72 0
[pid=26817] ppid=26816 vsize=165612 CPUtime=34.81 cores=0,2,4,6
/proc/26817/stat : 26817 (pb_cplex) R 26816 26816 25626 0 -1 4202496 63767 0 0 0 3439 42 0 0 20 0 8 0 390933270 169586688 21141 33554432000 134512640 146736320 4291008800 4290994780 135854213 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26817/statm: 41403 21141 999 2985 0 38337 0
[pid=26817/tid=26833] ppid=26816 vsize=165612 CPUtime=3.79 cores=0,2,4,6
/proc/26817/task/26833/stat : 26833 (pb_cplex) S 26816 26816 25626 0 -1 4202560 7094 0 0 0 374 5 0 0 20 0 8 0 390933300 169586688 21141 33554432000 134512640 146736320 4291008800 4131331728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26834] ppid=26816 vsize=165612 CPUtime=3.76 cores=0,2,4,6
/proc/26817/task/26834/stat : 26834 (pb_cplex) S 26816 26816 25626 0 -1 4202560 4218 0 0 0 373 3 0 0 20 0 8 0 390933300 169586688 21141 33554432000 134512640 146736320 4291008800 4141817488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26835] ppid=26816 vsize=165612 CPUtime=3.98 cores=0,2,4,6
/proc/26817/task/26835/stat : 26835 (pb_cplex) S 26816 26816 25626 0 -1 4202560 4732 0 0 0 394 4 0 0 20 0 8 0 390933300 169586688 21141 33554432000 134512640 146736320 4291008800 4152303248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26836] ppid=26816 vsize=165612 CPUtime=3.67 cores=0,2,4,6
/proc/26817/task/26836/stat : 26836 (pb_cplex) S 26816 26816 25626 0 -1 4202560 4938 0 0 0 364 3 0 0 20 0 8 0 390933300 169586688 21141 33554432000 134512640 146736320 4291008800 4120620688 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26817/tid=26837] ppid=26816 vsize=165612 CPUtime=3.77 cores=0,2,4,6
/proc/26817/task/26837/stat : 26837 (pb_cplex) S 26816 26816 25626 0 -1 4202560 10948 0 0 0 372 5 0 0 20 0 8 0 390933300 169586688 21141 33554432000 134512640 146736320 4291008800 4104122000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26838] ppid=26816 vsize=165612 CPUtime=4.16 cores=0,2,4,6
/proc/26817/task/26838/stat : 26838 (pb_cplex) S 26816 26816 25626 0 -1 4202560 5909 0 0 0 412 4 0 0 20 0 8 0 390933300 169586688 21141 33554432000 134512640 146736320 4291008800 4093636240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26839] ppid=26816 vsize=165612 CPUtime=3.97 cores=0,2,4,6
/proc/26817/task/26839/stat : 26839 (pb_cplex) S 26816 26816 25626 0 -1 4202560 8154 0 0 0 391 6 0 0 20 0 8 0 390933300 169586688 21141 33554432000 134512640 146736320 4291008800 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 34.81
Current children cumulated vsize (KiB) 174760

[startup+25.5004 s]
/proc/loadavg: 7.53 9.70 7.50 9/186 26839
/proc/meminfo: memFree=24595968/32873844 swapFree=7896/7896
[pid=26816] ppid=26814 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26816/stat : 26816 (run) S 26814 26816 25626 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390933270 9367552 269 33554432000 4194304 5064252 140736252429216 140736252428128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26816/statm: 2287 269 229 213 0 72 0
[pid=26817] ppid=26816 vsize=164832 CPUtime=73.97 cores=0,2,4,6
/proc/26817/stat : 26817 (pb_cplex) R 26816 26816 25626 0 -1 4202496 90148 0 0 0 7316 81 0 0 20 0 8 0 390933270 168787968 20976 33554432000 134512640 146736320 4291008800 4291005200 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26817/statm: 41208 20976 1002 2985 0 38142 0
[pid=26817/tid=26833] ppid=26816 vsize=164832 CPUtime=8.46 cores=0,2,4,6
/proc/26817/task/26833/stat : 26833 (pb_cplex) R 26816 26816 25626 0 -1 4202560 10891 0 0 0 836 10 0 0 20 0 8 0 390933300 168787968 20976 33554432000 134512640 146736320 4291008800 4131329676 137381979 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26817/tid=26834] ppid=26816 vsize=164832 CPUtime=8.57 cores=0,2,4,6
/proc/26817/task/26834/stat : 26834 (pb_cplex) R 26816 26816 25626 0 -1 4202560 12025 0 0 0 847 10 0 0 20 0 8 0 390933300 168787968 20976 33554432000 134512640 146736320 4291008800 4141813380 135851007 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26835] ppid=26816 vsize=164832 CPUtime=8.68 cores=0,2,4,6
/proc/26817/task/26835/stat : 26835 (pb_cplex) R 26816 26816 25626 0 -1 4202560 6887 0 0 0 860 8 0 0 20 0 8 0 390933300 168787968 20976 33554432000 134512640 146736320 4291008800 4152301860 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26836] ppid=26816 vsize=164832 CPUtime=8.34 cores=0,2,4,6
/proc/26817/task/26836/stat : 26836 (pb_cplex) R 26816 26816 25626 0 -1 4202560 5532 0 0 0 827 7 0 0 20 0 8 0 390933300 168787968 20976 33554432000 134512640 146736320 4291008800 4120616776 135526330 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26837] ppid=26816 vsize=164832 CPUtime=8.43 cores=0,2,4,6
/proc/26817/task/26837/stat : 26837 (pb_cplex) R 26816 26816 25626 0 -1 4202560 15437 0 0 0 833 10 0 0 20 0 8 0 390933300 168787968 20976 33554432000 134512640 146736320 4291008800 4104119948 137384384 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26817/tid=26838] ppid=26816 vsize=164832 CPUtime=8.79 cores=0,2,4,6
/proc/26817/task/26838/stat : 26838 (pb_cplex) R 26816 26816 25626 0 -1 4202560 7511 0 0 0 870 9 0 0 20 0 8 0 390933300 168787968 20976 33554432000 134512640 146736320 4291008800 4093633512 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26817/tid=26839] ppid=26816 vsize=164832 CPUtime=8.66 cores=0,2,4,6
/proc/26817/task/26839/stat : 26839 (pb_cplex) R 26816 26816 25626 0 -1 4202560 9207 0 0 0 856 10 0 0 20 0 8 0 390933300 168787968 20976 33554432000 134512640 146736320 4291008800 4070564840 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 73.97
Current children cumulated vsize (KiB) 173980

[startup+51.1004 s]
/proc/loadavg: 6.53 9.29 7.43 7/186 26839
/proc/meminfo: memFree=24592092/32873844 swapFree=7896/7896
[pid=26816] ppid=26814 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26816/stat : 26816 (run) S 26814 26816 25626 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390933270 9367552 269 33554432000 4194304 5064252 140736252429216 140736252428128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26816/statm: 2287 269 229 213 0 72 0

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

/proc/26817/statm: 48613 27661 1002 2985 0 45547 0
[pid=26817/tid=26833] ppid=26816 vsize=194452 CPUtime=131.88 cores=0,2,4,6
/proc/26817/task/26833/stat : 26833 (pb_cplex) R 26816 26816 25626 0 -1 4202560 79176 0 0 0 13005 183 0 0 20 0 8 0 390933300 199118848 27661 33554432000 134512640 146736320 4291008800 4131328040 135467806 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26817/tid=26834] ppid=26816 vsize=194452 CPUtime=131.9 cores=0,2,4,6
/proc/26817/task/26834/stat : 26834 (pb_cplex) R 26816 26816 25626 0 -1 4202560 84547 0 0 0 13011 179 0 0 20 0 8 0 390933300 199118848 27661 33554432000 134512640 146736320 4291008800 4141814760 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26835] ppid=26816 vsize=194452 CPUtime=131.09 cores=0,2,4,6
/proc/26817/task/26835/stat : 26835 (pb_cplex) R 26816 26816 25626 0 -1 4202560 53895 0 0 0 12936 173 0 0 20 0 8 0 390933300 199118848 27661 33554432000 134512640 146736320 4291008800 4152303276 144580332 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26836] ppid=26816 vsize=194452 CPUtime=133.69 cores=0,2,4,6
/proc/26817/task/26836/stat : 26836 (pb_cplex) R 26816 26816 25626 0 -1 4202560 76152 0 0 0 13186 183 0 0 20 0 8 0 390933300 199118848 27661 33554432000 134512640 146736320 4291008800 4120617960 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26837] ppid=26816 vsize=194452 CPUtime=132.69 cores=0,2,4,6
/proc/26817/task/26837/stat : 26837 (pb_cplex) R 26816 26816 25626 0 -1 4202560 71610 0 0 0 13083 186 0 0 20 0 8 0 390933300 199118848 27661 33554432000 134512640 146736320 4291008800 4104122000 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26838] ppid=26816 vsize=194452 CPUtime=131.38 cores=0,2,4,6
/proc/26817/task/26838/stat : 26838 (pb_cplex) S 26816 26816 25626 0 -1 4202560 62376 0 0 0 12948 190 0 0 20 0 8 0 390933300 199118848 27661 33554432000 134512640 146736320 4291008800 4093636240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26839] ppid=26816 vsize=194452 CPUtime=129.46 cores=0,2,4,6
/proc/26817/task/26839/stat : 26839 (pb_cplex) S 26816 26816 25626 0 -1 4202560 66149 0 0 0 12760 186 0 0 20 0 8 0 390933300 199118848 27661 33554432000 134512640 146736320 4291008800 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1059.42
Current children cumulated vsize (KiB) 203600

[startup+402.3 s]
/proc/loadavg: 4.71 5.79 6.39 11/186 26856
/proc/meminfo: memFree=24575496/32873844 swapFree=7896/7896
[pid=26816] ppid=26814 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26816/stat : 26816 (run) S 26814 26816 25626 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390933270 9367552 269 33554432000 4194304 5064252 140736252429216 140736252428128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26816/statm: 2287 269 229 213 0 72 0
[pid=26817] ppid=26816 vsize=158056 CPUtime=1256.54 cores=0,2,4,6
/proc/26817/stat : 26817 (pb_cplex) R 26816 26816 25626 0 -1 4202496 800166 0 0 0 123861 1793 0 0 20 0 8 0 390933270 161849344 19420 33554432000 134512640 146736320 4291008800 4291002088 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26817/statm: 39514 19420 1020 2985 0 36448 0
[pid=26817/tid=26850] ppid=26816 vsize=158056 CPUtime=1.98 cores=0,2,4,6
/proc/26817/task/26850/stat : 26850 (pb_cplex) S 26816 26816 25626 0 -1 4202560 2438 0 0 0 195 3 0 0 20 0 8 0 390973026 161849344 19420 33554432000 134512640 146736320 4291008800 4131331728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26817/tid=26851] ppid=26816 vsize=158056 CPUtime=2.09 cores=0,2,4,6
/proc/26817/task/26851/stat : 26851 (pb_cplex) R 26816 26816 25626 0 -1 4202560 3634 0 0 0 205 4 0 0 20 0 8 0 390973026 161849344 19420 33554432000 134512640 146736320 4291008800 4141812588 137366937 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26817/tid=26852] ppid=26816 vsize=158056 CPUtime=2.22 cores=0,2,4,6
/proc/26817/task/26852/stat : 26852 (pb_cplex) S 26816 26816 25626 0 -1 4202560 3035 0 0 0 220 2 0 0 20 0 8 0 390973026 161849344 19420 33554432000 134512640 146736320 4291008800 4152303248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26853] ppid=26816 vsize=158056 CPUtime=1.99 cores=0,2,4,6
/proc/26817/task/26853/stat : 26853 (pb_cplex) S 26816 26816 25626 0 -1 4202560 2263 0 0 0 196 3 0 0 20 0 8 0 390973026 161849344 19420 33554432000 134512640 146736320 4291008800 4120620688 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26854] ppid=26816 vsize=158056 CPUtime=1.84 cores=0,2,4,6
/proc/26817/task/26854/stat : 26854 (pb_cplex) S 26816 26816 25626 0 -1 4202560 2443 0 0 0 182 2 0 0 20 0 8 0 390973026 161849344 19420 33554432000 134512640 146736320 4291008800 4104122000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26817/tid=26855] ppid=26816 vsize=158056 CPUtime=1.74 cores=0,2,4,6
/proc/26817/task/26855/stat : 26855 (pb_cplex) S 26816 26816 25626 0 -1 4202560 3985 0 0 0 172 2 0 0 20 0 8 0 390973026 161849344 19420 33554432000 134512640 146736320 4291008800 4093636240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26817/tid=26856] ppid=26816 vsize=158056 CPUtime=2.09 cores=0,2,4,6
/proc/26817/task/26856/stat : 26856 (pb_cplex) S 26816 26816 25626 0 -1 4202560 4243 0 0 0 207 2 0 0 20 0 8 0 390973026 161849344 19420 33554432000 134512640 146736320 4291008800 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1256.54
Current children cumulated vsize (KiB) 167204

[startup+462.301 s]
/proc/loadavg: 4.33 5.48 6.24 4/186 26856
/proc/meminfo: memFree=24561836/32873844 swapFree=7896/7896
[pid=26816] ppid=26814 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26816/stat : 26816 (run) S 26814 26816 25626 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390933270 9367552 269 33554432000 4194304 5064252 140736252429216 140736252428128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26816/statm: 2287 269 229 213 0 72 0
[pid=26817] ppid=26816 vsize=163708 CPUtime=1450.72 cores=0,2,4,6
/proc/26817/stat : 26817 (pb_cplex) S 26816 26816 25626 0 -1 4202496 972209 0 0 0 143038 2034 0 0 20 0 8 0 390933270 167636992 20835 33554432000 134512640 146736320 4291008800 4291005200 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26817/statm: 40927 20835 1020 2985 0 37861 0
[pid=26817/tid=26850] ppid=26816 vsize=163708 CPUtime=26.21 cores=0,2,4,6
/proc/26817/task/26850/stat : 26850 (pb_cplex) S 26816 26816 25626 0 -1 4202560 17147 0 0 0 2589 32 0 0 20 0 8 0 390973026 167636992 20835 33554432000 134512640 146736320 4291008800 4131331728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26817/tid=26851] ppid=26816 vsize=163708 CPUtime=25.76 cores=0,2,4,6
/proc/26817/task/26851/stat : 26851 (pb_cplex) S 26816 26816 25626 0 -1 4202560 23655 0 0 0 2544 32 0 0 20 0 8 0 390973026 167636992 20835 33554432000 134512640 146736320 4291008800 4141817488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26852] ppid=26816 vsize=163708 CPUtime=26.45 cores=0,2,4,6
/proc/26817/task/26852/stat : 26852 (pb_cplex) S 26816 26816 25626 0 -1 4202560 13671 0 0 0 2616 29 0 0 20 0 8 0 390973026 167636992 20835 33554432000 134512640 146736320 4291008800 4152303248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26817/tid=26853] ppid=26816 vsize=163708 CPUtime=25.75 cores=0,2,4,6
/proc/26817/task/26853/stat : 26853 (pb_cplex) S 26816 26816 25626 0 -1 4202560 17773 0 0 0 2543 32 0 0 20 0 8 0 390973026 167636992 20835 33554432000 134512640 146736320 4291008800 4120620688 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26817/tid=26854] ppid=26816 vsize=163708 CPUtime=25.83 cores=0,2,4,6
/proc/26817/task/26854/stat : 26854 (pb_cplex) S 26816 26816 25626 0 -1 4202560 25521 0 0 0 2550 33 0 0 20 0 8 0 390973026 167636992 20835 33554432000 134512640 146736320 4291008800 4104122000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26817/tid=26855] ppid=26816 vsize=163708 CPUtime=26.51 cores=0,2,4,6
/proc/26817/task/26855/stat : 26855 (pb_cplex) R 26816 26816 25626 0 -1 4202560 30418 0 0 0 2618 33 0 0 20 0 8 0 390973026 167636992 20835 33554432000 134512640 146736320 4291008800 4093633152 138711572 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26856] ppid=26816 vsize=163708 CPUtime=26.08 cores=0,2,4,6
/proc/26817/task/26856/stat : 26856 (pb_cplex) S 26816 26816 25626 0 -1 4202560 37992 0 0 0 2572 36 0 0 20 0 8 0 390973026 167636992 20835 33554432000 134512640 146736320 4291008800 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1450.72
Current children cumulated vsize (KiB) 172856

[startup+522.3 s]
/proc/loadavg: 4.03 5.21 6.10 7/186 26856
/proc/meminfo: memFree=24561696/32873844 swapFree=7896/7896
[pid=26816] ppid=26814 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26816/stat : 26816 (run) S 26814 26816 25626 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390933270 9367552 269 33554432000 4194304 5064252 140736252429216 140736252428128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26816/statm: 2287 269 229 213 0 72 0
[pid=26817] ppid=26816 vsize=164732 CPUtime=1626.54 cores=0,2,4,6
/proc/26817/stat : 26817 (pb_cplex) R 26816 26816 25626 0 -1 4202496 1068334 0 0 0 160410 2244 0 0 20 0 8 0 390933270 168685568 20913 33554432000 134512640 146736320 4291008800 4291001544 135999578 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26817/statm: 41183 20913 1020 2985 0 38117 0
[pid=26817/tid=26850] ppid=26816 vsize=164732 CPUtime=48.21 cores=0,2,4,6
/proc/26817/task/26850/stat : 26850 (pb_cplex) R 26816 26816 25626 0 -1 4202560 32532 0 0 0 4761 60 0 0 20 0 8 0 390973026 168685568 20913 33554432000 134512640 146736320 4291008800 4131328616 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26817/tid=26851] ppid=26816 vsize=164732 CPUtime=48.02 cores=0,2,4,6
/proc/26817/task/26851/stat : 26851 (pb_cplex) R 26816 26816 25626 0 -1 4202560 36969 0 0 0 4744 58 0 0 20 0 8 0 390973026 168685568 20913 33554432000 134512640 146736320 4291008800 4141817420 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 1 0 0
[pid=26817/tid=26852] ppid=26816 vsize=164732 CPUtime=47.87 cores=0,2,4,6
/proc/26817/task/26852/stat : 26852 (pb_cplex) R 26816 26816 25626 0 -1 4202560 25722 0 0 0 4732 55 0 0 20 0 8 0 390973026 168685568 20913 33554432000 134512640 146736320 4291008800 4152301860 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26853] ppid=26816 vsize=164732 CPUtime=47.26 cores=0,2,4,6
/proc/26817/task/26853/stat : 26853 (pb_cplex) R 26816 26816 25626 0 -1 4202560 30630 0 0 0 4666 60 0 0 20 0 8 0 390973026 168685568 20913 33554432000 134512640 146736320 4291008800 4120620688 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26817/tid=26854] ppid=26816 vsize=164732 CPUtime=47.84 cores=0,2,4,6
/proc/26817/task/26854/stat : 26854 (pb_cplex) S 26816 26816 25626 0 -1 4202560 38832 0 0 0 4724 60 0 0 20 0 8 0 390973026 168685568 20913 33554432000 134512640 146736320 4291008800 4104122000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26817/tid=26855] ppid=26816 vsize=164732 CPUtime=48.33 cores=0,2,4,6
/proc/26817/task/26855/stat : 26855 (pb_cplex) S 26816 26816 25626 0 -1 4202560 39133 0 0 0 4774 59 0 0 20 0 8 0 390973026 168685568 20913 33554432000 134512640 146736320 4291008800 4093636240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26856] ppid=26816 vsize=164732 CPUtime=47.82 cores=0,2,4,6
/proc/26817/task/26856/stat : 26856 (pb_cplex) S 26816 26816 25626 0 -1 4202560 44856 0 0 0 4721 61 0 0 20 0 8 0 390973026 168685568 20913 33554432000 134512640 146736320 4291008800 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1626.54
Current children cumulated vsize (KiB) 173880

[startup+582.3 s]
/proc/loadavg: 4.08 4.93 5.95 8/187 26859
/proc/meminfo: memFree=24561440/32873844 swapFree=7896/7896
[pid=26816] ppid=26814 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26816/stat : 26816 (run) S 26814 26816 25626 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390933270 9367552 269 33554432000 4194304 5064252 140736252429216 140736252428128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26816/statm: 2287 269 229 213 0 72 0
[pid=26817] ppid=26816 vsize=164732 CPUtime=1792.14 cores=0,2,4,6
/proc/26817/stat : 26817 (pb_cplex) S 26816 26816 25626 0 -1 4202496 1153938 0 0 0 176760 2454 0 0 20 0 8 0 390933270 168685568 20920 33554432000 134512640 146736320 4291008800 4291005200 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26817/statm: 41183 20920 1020 2985 0 38117 0
[pid=26817/tid=26850] ppid=26816 vsize=164732 CPUtime=69.03 cores=0,2,4,6
/proc/26817/task/26850/stat : 26850 (pb_cplex) R 26816 26816 25626 0 -1 4202560 45439 0 0 0 6815 88 0 0 20 0 8 0 390973026 168685568 20920 33554432000 134512640 146736320 4291008800 4131328640 138711675 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26851] ppid=26816 vsize=164732 CPUtime=68.12 cores=0,2,4,6
/proc/26817/task/26851/stat : 26851 (pb_cplex) S 26816 26816 25626 0 -1 4202560 52713 0 0 0 6727 85 0 0 20 0 8 0 390973026 168685568 20920 33554432000 134512640 146736320 4291008800 4141817488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 1 0 0
[pid=26817/tid=26852] ppid=26816 vsize=164732 CPUtime=67.64 cores=0,2,4,6
/proc/26817/task/26852/stat : 26852 (pb_cplex) S 26816 26816 25626 0 -1 4202560 34383 0 0 0 6680 84 0 0 20 0 8 0 390973026 168685568 20920 33554432000 134512640 146736320 4291008800 4152303248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26853] ppid=26816 vsize=164732 CPUtime=68.84 cores=0,2,4,6
/proc/26817/task/26853/stat : 26853 (pb_cplex) S 26816 26816 25626 0 -1 4202560 39412 0 0 0 6797 87 0 0 20 0 8 0 390973026 168685568 20920 33554432000 134512640 146736320 4291008800 4120620688 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26854] ppid=26816 vsize=164732 CPUtime=69.15 cores=0,2,4,6
/proc/26817/task/26854/stat : 26854 (pb_cplex) S 26816 26816 25626 0 -1 4202560 51224 0 0 0 6832 83 0 0 20 0 8 0 390973026 168685568 20920 33554432000 134512640 146736320 4291008800 4104122000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26817/tid=26855] ppid=26816 vsize=164732 CPUtime=69.14 cores=0,2,4,6
/proc/26817/task/26855/stat : 26855 (pb_cplex) S 26816 26816 25626 0 -1 4202560 47315 0 0 0 6828 86 0 0 20 0 8 0 390973026 168685568 20920 33554432000 134512640 146736320 4291008800 4093636240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26856] ppid=26816 vsize=164732 CPUtime=67.47 cores=0,2,4,6
/proc/26817/task/26856/stat : 26856 (pb_cplex) S 26816 26816 25626 0 -1 4202560 52082 0 0 0 6659 88 0 0 20 0 8 0 390973026 168685568 20920 33554432000 134512640 146736320 4291008800 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1792.14
Current children cumulated vsize (KiB) 173880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+585 s]
/proc/loadavg: 4.39 4.98 5.96 7/186 26859
/proc/meminfo: memFree=24561572/32873844 swapFree=7896/7896
[pid=26816] ppid=26814 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26816/stat : 26816 (run) S 26814 26816 25626 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390933270 9367552 269 33554432000 4194304 5064252 140736252429216 140736252428128 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26816/statm: 2287 269 229 213 0 72 0
[pid=26817] ppid=26816 vsize=164732 CPUtime=1800.24 cores=0,2,4,6
/proc/26817/stat : 26817 (pb_cplex) S 26816 26816 25626 0 -1 4202496 1155101 0 0 0 177563 2461 0 0 20 0 8 0 390933270 168685568 20920 33554432000 134512640 146736320 4291008800 4291005200 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26817/statm: 41183 20920 1020 2985 0 38117 0
[pid=26817/tid=26850] ppid=26816 vsize=164732 CPUtime=70.05 cores=0,2,4,6
/proc/26817/task/26850/stat : 26850 (pb_cplex) S 26816 26816 25626 0 -1 4202560 45726 0 0 0 6916 89 0 0 20 0 8 0 390973026 168685568 20920 33554432000 134512640 146736320 4291008800 4131331728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26851] ppid=26816 vsize=164732 CPUtime=69.28 cores=0,2,4,6
/proc/26817/task/26851/stat : 26851 (pb_cplex) S 26816 26816 25626 0 -1 4202560 52718 0 0 0 6842 86 0 0 20 0 8 0 390973026 168685568 20920 33554432000 134512640 146736320 4291008800 4141817488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=26817/tid=26852] ppid=26816 vsize=164732 CPUtime=68.63 cores=0,2,4,6
/proc/26817/task/26852/stat : 26852 (pb_cplex) R 26816 26816 25626 0 -1 4202560 34386 0 0 0 6778 85 0 0 20 0 8 0 390973026 168685568 20920 33554432000 134512640 146736320 4291008800 4152300664 136730181 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26817/tid=26853] ppid=26816 vsize=164732 CPUtime=69.78 cores=0,2,4,6
/proc/26817/task/26853/stat : 26853 (pb_cplex) R 26816 26816 25626 0 -1 4202560 39413 0 0 0 6890 88 0 0 20 0 8 0 390973026 168685568 20920 33554432000 134512640 146736320 4291008800 4120617960 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26817/tid=26854] ppid=26816 vsize=164732 CPUtime=70.2 cores=0,2,4,6
/proc/26817/task/26854/stat : 26854 (pb_cplex) R 26816 26816 25626 0 -1 4202560 51499 0 0 0 6936 84 0 0 20 0 8 0 390973026 168685568 20920 33554432000 134512640 146736320 4291008800 4104118888 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26817/tid=26855] ppid=26816 vsize=164732 CPUtime=70.11 cores=0,2,4,6
/proc/26817/task/26855/stat : 26855 (pb_cplex) S 26816 26816 25626 0 -1 4202560 47316 0 0 0 6925 86 0 0 20 0 8 0 390973026 168685568 20920 33554432000 134512640 146736320 4291008800 4093636240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26817/tid=26856] ppid=26816 vsize=164732 CPUtime=68.47 cores=0,2,4,6
/proc/26817/task/26856/stat : 26856 (pb_cplex) R 26816 26816 25626 0 -1 4202560 52671 0 0 0 6758 89 0 0 20 0 8 0 390973026 168685568 20920 33554432000 134512640 146736320 4291008800 4070564280 136015703 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 173880

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 585.016
CPU time (s): 1800.24
CPU user time (s): 1775.63
CPU system time (s): 24.61
CPU usage (%): 307.725
Max. virtual memory (cumulated for all children) (KiB): 229852

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

runsolver used 2.04169 second user time and 3.39448 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-09 15:21:18
IDJOB=3736380
IDBENCH=47896
IDSOLVER=2325
FILE ID=node136/3736380-1339248078
RUNJOBID= node136-1339246834-25642
PBS_JOBID= 14644345
Free space on /tmp= 65500 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=5-P0=11-P1=13-P2=29-P3=23-P4=5-P5=29-P6=29-P7=31-P8=29-P9=31-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736380-1339248078/watcher-3736380-1339248078 -o /tmp/evaluation-result-3736380-1339248078/solver-3736380-1339248078 -C 1800 -W 1900 -M 15500  run HOME/instance-3736380-1339248078.opb

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

MD5SUM BENCH= f969522c25fcd822319ca2a51d36dbf7
RANDOM SEED=1092931064

node136.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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:        24679748 kB
Buffers:          734768 kB
Cached:          5758924 kB
SwapCached:        20520 kB
Active:          6018728 kB
Inactive:        1170556 kB
Active(anon):     672972 kB
Inactive(anon):    23236 kB
Active(file):    5345756 kB
Inactive(file):  1147320 kB
Unevictable:        7896 kB
Mlocked:            7896 kB
SwapTotal:      67108856 kB
SwapFree:       67083288 kB
Dirty:             16320 kB
Writeback:             0 kB
AnonPages:        681952 kB
Mapped:            12588 kB
Shmem:                 0 kB
Slab:             861516 kB
SReclaimable:     302768 kB
SUnreclaim:       558748 kB
KernelStack:        1472 kB
PageTables:         5612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     953056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 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-3736380-1339248078.opb

Free space on /tmp at the end= 65484 MiB
End job on node136 at 2012-06-09 15:31:05