Trace number 3736501

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.13 541.416

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=11-P1=37-P2=59-P3=23-P4=53-P5=31-P6=59-P7=29-P8=2-P9=67-B.opb
MD5SUM48d9b1801c3e1b4883cb62109d96eb3c
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.05599
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables162
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 constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3736501-1339248136.opb.
0.00/0.00	c Instance file HOME/instance-3736501-1339248136.opb
0.00/0.00	c File size is 24339 bytes.
0.00/0.00	c Highest Coefficient sum: 8064
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.01         s                                      |
0.00/0.00	c |  Number Variables:      486                                                 |
0.00/0.00	c |  Number Constraints:    667                                                 |
0.00/0.00	c ===============================================================================
1800.09/541.41	c Remaining time 1799.99 sec.
1800.09/541.41	c 
1800.09/541.41	c *** INTERRUPTED ***
1800.09/541.41	s UNKNOWN
1800.09/541.41	c Total CPU time              : 1780.71 s
1800.09/541.41	c Memory used           : 226.14 MB
1800.09/541.41	c CPU time              : 1780.71 s
1800.09/541.41	c 
1800.09/541.41	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-3736501-1339248136/watcher-3736501-1339248136 -o /tmp/evaluation-result-3736501-1339248136/solver-3736501-1339248136 -C 1800 -W 1900 -M 15500 run HOME/instance-3736501-1339248136.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: 6.14 5.95 4.23 3/179 21419
/proc/meminfo: memFree=30481748/32873844 swapFree=7632/7632
[pid=21419] ppid=21417 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21419/stat : 21419 (run) S 21417 21419 20922 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 34780207 9367552 269 33554432000 4194304 5064252 140735836626592 140735836625504 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21419/statm: 2287 269 229 213 0 72 0

[startup+0.0343321 s]
/proc/loadavg: 6.14 5.95 4.23 3/179 21419
/proc/meminfo: memFree=30481748/32873844 swapFree=7632/7632
[pid=21419] ppid=21417 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21419/stat : 21419 (run) S 21417 21419 20922 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 34780207 9367552 269 33554432000 4194304 5064252 140735836626592 140735836625504 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21419/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: 6.14 5.95 4.23 3/179 21419
/proc/meminfo: memFree=30481748/32873844 swapFree=7632/7632
[pid=21419] ppid=21417 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21419/stat : 21419 (run) S 21417 21419 20922 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 34780207 9367552 269 33554432000 4194304 5064252 140735836626592 140735836625504 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21419/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300234 s]
/proc/loadavg: 6.14 5.95 4.23 3/179 21419
/proc/meminfo: memFree=30481748/32873844 swapFree=7632/7632
[pid=21419] ppid=21417 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21419/stat : 21419 (run) S 21417 21419 20922 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 34780207 9367552 269 33554432000 4194304 5064252 140735836626592 140735836625504 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21419/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700158 s]
/proc/loadavg: 6.14 5.95 4.23 3/179 21419
/proc/meminfo: memFree=30481748/32873844 swapFree=7632/7632
[pid=21419] ppid=21417 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21419/stat : 21419 (run) S 21417 21419 20922 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 34780207 9367552 269 33554432000 4194304 5064252 140735836626592 140735836625504 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21419/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 6.14 5.95 4.23 8/188 21442
/proc/meminfo: memFree=30435844/32873844 swapFree=7632/7632
[pid=21419] ppid=21417 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21419/stat : 21419 (run) S 21417 21419 20922 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 34780207 9367552 269 33554432000 4194304 5064252 140735836626592 140735836625504 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21419/statm: 2287 269 229 213 0 72 0
[pid=21420] ppid=21419 vsize=136848 CPUtime=4.27 cores=0,2,4,6
/proc/21420/stat : 21420 (pb_cplex) R 21419 21419 20922 0 -1 4202496 31222 0 0 0 410 17 0 0 20 0 8 0 34780207 140132352 13911 33554432000 134512640 146736320 4294927424 4294919228 135453248 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21420/statm: 34212 13911 971 2985 0 31146 0
[pid=21420/tid=21436] ppid=21419 vsize=136848 CPUtime=0.48 cores=0,2,4,6
/proc/21420/task/21436/stat : 21436 (pb_cplex) R 21419 21419 20922 0 -1 4202560 2468 0 0 0 47 1 0 0 20 0 8 0 34780236 140132352 13911 33554432000 134512640 146736320 4294927424 4131243032 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21437] ppid=21419 vsize=136848 CPUtime=0.47 cores=0,2,4,6
/proc/21420/task/21437/stat : 21437 (pb_cplex) R 21419 21419 20922 0 -1 4202560 2604 0 0 0 46 1 0 0 20 0 8 0 34780236 140132352 13911 33554432000 134512640 146736320 4294927424 4141731500 144580332 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21438] ppid=21419 vsize=136848 CPUtime=0.48 cores=0,2,4,6
/proc/21420/task/21438/stat : 21438 (pb_cplex) R 21419 21419 20922 0 -1 4202560 2217 0 0 0 48 0 0 0 20 0 8 0 34780236 140132352 13911 33554432000 134512640 146736320 4294927424 4152214504 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21439] ppid=21419 vsize=136848 CPUtime=0.42 cores=0,2,4,6
/proc/21420/task/21439/stat : 21439 (pb_cplex) R 21419 21419 20922 0 -1 4202560 3066 0 0 0 42 0 0 0 20 0 8 0 34780236 140132352 13911 33554432000 134512640 146736320 4294927424 4120269800 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21420/tid=21440] ppid=21419 vsize=136848 CPUtime=0.43 cores=0,2,4,6
/proc/21420/task/21440/stat : 21440 (pb_cplex) R 21419 21419 20922 0 -1 4202560 2309 0 0 0 43 0 0 0 20 0 8 0 34780236 140132352 13911 33554432000 134512640 146736320 4294927424 4104122000 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21441] ppid=21419 vsize=136848 CPUtime=0.45 cores=0,2,4,6
/proc/21420/task/21441/stat : 21441 (pb_cplex) S 21419 21419 20922 0 -1 4202560 4071 0 0 0 43 2 0 0 20 0 8 0 34780236 140132352 13911 33554432000 134512640 146736320 4294927424 4093636240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21442] ppid=21419 vsize=136848 CPUtime=0.44 cores=0,2,4,6
/proc/21420/task/21442/stat : 21442 (pb_cplex) S 21419 21419 20922 0 -1 4202560 3498 0 0 0 42 2 0 0 20 0 8 0 34780236 140132352 13911 33554432000 134512640 146736320 4294927424 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 145996

[startup+3.10041 s]
/proc/loadavg: 6.14 5.95 4.23 9/188 21442
/proc/meminfo: memFree=30425428/32873844 swapFree=7632/7632
[pid=21419] ppid=21417 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21419/stat : 21419 (run) S 21417 21419 20922 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 34780207 9367552 269 33554432000 4194304 5064252 140735836626592 140735836625504 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21419/statm: 2287 269 229 213 0 72 0
[pid=21420] ppid=21419 vsize=155796 CPUtime=9.56 cores=0,2,4,6
/proc/21420/stat : 21420 (pb_cplex) S 21419 21419 20922 0 -1 4202496 52845 0 0 0 931 25 0 0 20 0 8 0 34780207 159535104 18198 33554432000 134512640 146736320 4294927424 4294923792 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21420/statm: 38949 18198 971 2985 0 35883 0
[pid=21420/tid=21436] ppid=21419 vsize=155796 CPUtime=1.05 cores=0,2,4,6
/proc/21420/task/21436/stat : 21436 (pb_cplex) R 21419 21419 20922 0 -1 4202560 3886 0 0 0 103 2 0 0 20 0 8 0 34780236 159535104 18198 33554432000 134512640 146736320 4294927424 4131242192 136008160 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21437] ppid=21419 vsize=155796 CPUtime=1.08 cores=0,2,4,6
/proc/21420/task/21437/stat : 21437 (pb_cplex) S 21419 21419 20922 0 -1 4202560 5064 0 0 0 105 3 0 0 20 0 8 0 34780236 159535104 18198 33554432000 134512640 146736320 4294927424 4141731472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21420/tid=21438] ppid=21419 vsize=155796 CPUtime=1.25 cores=0,2,4,6
/proc/21420/task/21438/stat : 21438 (pb_cplex) S 21419 21419 20922 0 -1 4202560 4415 0 0 0 123 2 0 0 20 0 8 0 34780236 159535104 18198 33554432000 134512640 146736320 4294927424 4152217232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21420/tid=21439] ppid=21419 vsize=155796 CPUtime=1.05 cores=0,2,4,6
/proc/21420/task/21439/stat : 21439 (pb_cplex) R 21419 21419 20922 0 -1 4202560 4976 0 0 0 103 2 0 0 20 0 8 0 34780236 159535104 18198 33554432000 134512640 146736320 4294927424 4120268952 136007292 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21440] ppid=21419 vsize=155796 CPUtime=1.09 cores=0,2,4,6
/proc/21420/task/21440/stat : 21440 (pb_cplex) R 21419 21419 20922 0 -1 4202560 5710 0 0 0 107 2 0 0 20 0 8 0 34780236 159535104 18198 33554432000 134512640 146736320 4294927424 4104118344 139042888 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21420/tid=21441] ppid=21419 vsize=155796 CPUtime=1.2 cores=0,2,4,6
/proc/21420/task/21441/stat : 21441 (pb_cplex) R 21419 21419 20922 0 -1 4202560 7426 0 0 0 117 3 0 0 20 0 8 0 34780236 159535104 18198 33554432000 134512640 146736320 4294927424 4093632328 135525485 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21420/tid=21442] ppid=21419 vsize=155796 CPUtime=1.14 cores=0,2,4,6
/proc/21420/task/21442/stat : 21442 (pb_cplex) R 21419 21419 20922 0 -1 4202560 7208 0 0 0 111 3 0 0 20 0 8 0 34780236 159535104 18198 33554432000 134512640 146736320 4294927424 4070564296 136001974 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.56
Current children cumulated vsize (KiB) 164944

[startup+6.30041 s]
/proc/loadavg: 6.28 5.98 4.25 10/188 21442
/proc/meminfo: memFree=30391328/32873844 swapFree=7632/7632
[pid=21419] ppid=21417 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21419/stat : 21419 (run) S 21417 21419 20922 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 34780207 9367552 269 33554432000 4194304 5064252 140735836626592 140735836625504 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21419/statm: 2287 269 229 213 0 72 0
[pid=21420] ppid=21419 vsize=184964 CPUtime=20.21 cores=0,2,4,6
/proc/21420/stat : 21420 (pb_cplex) S 21419 21419 20922 0 -1 4202496 82234 0 0 0 1984 37 0 0 20 0 8 0 34780207 189403136 24851 33554432000 134512640 146736320 4294927424 4294923792 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21420/statm: 46241 24851 971 2985 0 43175 0
[pid=21420/tid=21436] ppid=21419 vsize=184964 CPUtime=2.33 cores=0,2,4,6
/proc/21420/task/21436/stat : 21436 (pb_cplex) S 21419 21419 20922 0 -1 4202560 5720 0 0 0 230 3 0 0 20 0 8 0 34780236 189403136 24851 33554432000 134512640 146736320 4294927424 4131245712 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21420/tid=21437] ppid=21419 vsize=184964 CPUtime=2.48 cores=0,2,4,6
/proc/21420/task/21437/stat : 21437 (pb_cplex) R 21419 21419 20922 0 -1 4202560 12602 0 0 0 243 5 0 0 20 0 8 0 34780236 189403136 24851 33554432000 134512640 146736320 4294927424 4141726696 139041179 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21420/tid=21438] ppid=21419 vsize=184964 CPUtime=2.39 cores=0,2,4,6
/proc/21420/task/21438/stat : 21438 (pb_cplex) S 21419 21419 20922 0 -1 4202560 7837 0 0 0 236 3 0 0 20 0 8 0 34780236 189403136 24851 33554432000 134512640 146736320 4294927424 4152217232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21439] ppid=21419 vsize=184964 CPUtime=2.48 cores=0,2,4,6
/proc/21420/task/21439/stat : 21439 (pb_cplex) R 21419 21419 20922 0 -1 4202560 6894 0 0 0 245 3 0 0 20 0 8 0 34780236 189403136 24851 33554432000 134512640 146736320 4294927424 4120268760 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21420/tid=21440] ppid=21419 vsize=184964 CPUtime=2.5 cores=0,2,4,6
/proc/21420/task/21440/stat : 21440 (pb_cplex) S 21419 21419 20922 0 -1 4202560 9221 0 0 0 246 4 0 0 20 0 8 0 34780236 189403136 24851 33554432000 134512640 146736320 4294927424 4104122000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21420/tid=21441] ppid=21419 vsize=184964 CPUtime=2.34 cores=0,2,4,6
/proc/21420/task/21441/stat : 21441 (pb_cplex) S 21419 21419 20922 0 -1 4202560 8484 0 0 0 231 3 0 0 20 0 8 0 34780236 189403136 24851 33554432000 134512640 146736320 4294927424 4093636240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21442] ppid=21419 vsize=184964 CPUtime=2.42 cores=0,2,4,6
/proc/21420/task/21442/stat : 21442 (pb_cplex) R 21419 21419 20922 0 -1 4202560 13108 0 0 0 237 5 0 0 20 0 8 0 34780236 189403136 24851 33554432000 134512640 146736320 4294927424 4070563952 136384861 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.21
Current children cumulated vsize (KiB) 194112

[startup+12.7004 s]
/proc/loadavg: 6.42 6.01 4.27 3/188 21442
/proc/meminfo: memFree=30367964/32873844 swapFree=7632/7632
[pid=21419] ppid=21417 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21419/stat : 21419 (run) S 21417 21419 20922 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 34780207 9367552 269 33554432000 4194304 5064252 140735836626592 140735836625504 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21419/statm: 2287 269 229 213 0 72 0
[pid=21420] ppid=21419 vsize=204924 CPUtime=40.36 cores=0,2,4,6
/proc/21420/stat : 21420 (pb_cplex) S 21419 21419 20922 0 -1 4202496 134152 0 0 0 3978 58 0 0 20 0 8 0 34780207 209842176 29312 33554432000 134512640 146736320 4294927424 4294923792 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21420/statm: 51231 29312 971 2985 0 48165 0
[pid=21420/tid=21436] ppid=21419 vsize=204924 CPUtime=4.76 cores=0,2,4,6
/proc/21420/task/21436/stat : 21436 (pb_cplex) R 21419 21419 20922 0 -1 4202560 12973 0 0 0 469 7 0 0 20 0 8 0 34780236 209842176 29312 33554432000 134512640 146736320 4294927424 4131241360 136008441 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21420/tid=21437] ppid=21419 vsize=204924 CPUtime=4.81 cores=0,2,4,6
/proc/21420/task/21437/stat : 21437 (pb_cplex) R 21419 21419 20922 0 -1 4202560 20332 0 0 0 474 7 0 0 20 0 8 0 34780236 209842176 29312 33554432000 134512640 146736320 4294927424 4141725776 135459805 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21438] ppid=21419 vsize=204924 CPUtime=5.22 cores=0,2,4,6
/proc/21420/task/21438/stat : 21438 (pb_cplex) R 21419 21419 20922 0 -1 4202560 14072 0 0 0 516 6 0 0 20 0 8 0 34780236 209842176 29312 33554432000 134512640 146736320 4294927424 4152213716 135846482 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21439] ppid=21419 vsize=204924 CPUtime=5.36 cores=0,2,4,6
/proc/21420/task/21439/stat : 21439 (pb_cplex) R 21419 21419 20922 0 -1 4202560 11704 0 0 0 531 5 0 0 20 0 8 0 34780236 209842176 29312 33554432000 134512640 146736320 4294927424 4120267516 135447000 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21440] ppid=21419 vsize=204924 CPUtime=4.9 cores=0,2,4,6
/proc/21420/task/21440/stat : 21440 (pb_cplex) R 21419 21419 20922 0 -1 4202560 15886 0 0 0 485 5 0 0 20 0 8 0 34780236 209842176 29312 33554432000 134512640 146736320 4294927424 4104118984 136002916 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21420/tid=21441] ppid=21419 vsize=204924 CPUtime=4.81 cores=0,2,4,6
/proc/21420/task/21441/stat : 21441 (pb_cplex) R 21419 21419 20922 0 -1 4202560 19579 0 0 0 474 7 0 0 20 0 8 0 34780236 209842176 29312 33554432000 134512640 146736320 4294927424 4093633092 136382490 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21442] ppid=21419 vsize=204924 CPUtime=4.66 cores=0,2,4,6
/proc/21420/task/21442/stat : 21442 (pb_cplex) R 21419 21419 20922 0 -1 4202560 16755 0 0 0 460 6 0 0 20 0 8 0 34780236 209842176 29312 33554432000 134512640 146736320 4294927424 4070564032 135468657 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 40.36
Current children cumulated vsize (KiB) 214072

[startup+25.5005 s]
/proc/loadavg: 6.41 6.03 4.30 9/188 21442
/proc/meminfo: memFree=30344676/32873844 swapFree=7632/7632
[pid=21419] ppid=21417 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21419/stat : 21419 (run) S 21417 21419 20922 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 34780207 9367552 269 33554432000 4194304 5064252 140735836626592 140735836625504 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21419/statm: 2287 269 229 213 0 72 0
[pid=21420] ppid=21419 vsize=232564 CPUtime=77.44 cores=0,2,4,6
/proc/21420/stat : 21420 (pb_cplex) R 21419 21419 20922 0 -1 4202496 176890 0 0 0 7665 79 0 0 20 0 8 0 34780207 238145536 34781 33554432000 134512640 146736320 4294927424 4294916048 136008438 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21420/statm: 58141 34781 996 2985 0 55075 0
[pid=21420/tid=21436] ppid=21419 vsize=232564 CPUtime=9.45 cores=0,2,4,6
/proc/21420/task/21436/stat : 21436 (pb_cplex) R 21419 21419 20922 0 -1 4202560 21995 0 0 0 936 9 0 0 20 0 8 0 34780236 238145536 34781 33554432000 134512640 146736320 4294927424 4131237800 139044552 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21420/tid=21437] ppid=21419 vsize=232564 CPUtime=8.8 cores=0,2,4,6
/proc/21420/task/21437/stat : 21437 (pb_cplex) R 21419 21419 20922 0 -1 4202560 26636 0 0 0 870 10 0 0 20 0 8 0 34780236 238145536 34781 33554432000 134512640 146736320 4294927424 4141725196 137381076 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21438] ppid=21419 vsize=232564 CPUtime=9.46 cores=0,2,4,6
/proc/21420/task/21438/stat : 21438 (pb_cplex) R 21419 21419 20922 0 -1 4202560 19168 0 0 0 938 8 0 0 20 0 8 0 34780236 238145536 34781 33554432000 134512640 146736320 4294927424 4152209556 136004384 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21439] ppid=21419 vsize=232564 CPUtime=9.55 cores=0,2,4,6
/proc/21420/task/21439/stat : 21439 (pb_cplex) S 21419 21419 20922 0 -1 4202560 20875 0 0 0 947 8 0 0 20 0 8 0 34780236 238145536 34781 33554432000 134512640 146736320 4294927424 4120272528 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21420/tid=21440] ppid=21419 vsize=232564 CPUtime=9.17 cores=0,2,4,6
/proc/21420/task/21440/stat : 21440 (pb_cplex) R 21419 21419 20922 0 -1 4202560 20376 0 0 0 909 8 0 0 20 0 8 0 34780236 238145536 34781 33554432000 134512640 146736320 4294927424 4104119464 137117138 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21420/tid=21441] ppid=21419 vsize=232564 CPUtime=9.36 cores=0,2,4,6
/proc/21420/task/21441/stat : 21441 (pb_cplex) R 21419 21419 20922 0 -1 4202560 22081 0 0 0 928 8 0 0 20 0 8 0 34780236 238145536 34781 33554432000 134512640 146736320 4294927424 4093628328 139041156 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21442] ppid=21419 vsize=232564 CPUtime=7.71 cores=0,2,4,6
/proc/21420/task/21442/stat : 21442 (pb_cplex) S 21419 21419 20922 0 -1 4202560 17800 0 0 0 762 9 0 0 20 0 8 0 34780236 238145536 34781 33554432000 134512640 146736320 4294927424 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 77.44
Current children cumulated vsize (KiB) 241712

############
# WARNING:
# current cumulated CPU time (105.18 s) is less than in the last sample (105.22 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.0400009 s) to the 'lost time'.

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

[pid=21420/tid=21468] ppid=21419 vsize=231100 CPUtime=33.98 cores=0,2,4,6
/proc/21420/task/21468/stat : 21468 (pb_cplex) S 21419 21419 20922 0 -1 4202560 11981 0 0 0 3359 39 0 0 20 0 8 0 34806295 236646400 35221 33554432000 134512640 146736320 4294927424 4049596048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21469] ppid=21419 vsize=231100 CPUtime=33.99 cores=0,2,4,6
/proc/21420/task/21469/stat : 21469 (pb_cplex) S 21419 21419 20922 0 -1 4202560 10021 0 0 0 3364 35 0 0 20 0 8 0 34806295 236646400 35221 33554432000 134512640 146736320 4294927424 4039110288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21470] ppid=21419 vsize=231100 CPUtime=33.83 cores=0,2,4,6
/proc/21420/task/21470/stat : 21470 (pb_cplex) R 21419 21419 20922 0 -1 4202560 6217 0 0 0 3349 34 0 0 20 0 8 0 34806295 236646400 35221 33554432000 134512640 146736320 4294927424 3936349840 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1128
Current children cumulated vsize (KiB) 240248

[startup+402.3 s]
/proc/loadavg: 4.73 5.01 4.38 6/188 21471
/proc/meminfo: memFree=30387984/32873844 swapFree=7632/7632
[pid=21419] ppid=21417 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21419/stat : 21419 (run) S 21417 21419 20922 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 34780207 9367552 269 33554432000 4194304 5064252 140735836626592 140735836625504 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21419/statm: 2287 269 229 213 0 72 0
[pid=21420] ppid=21419 vsize=230076 CPUtime=1329.68 cores=0,2,4,6
/proc/21420/stat : 21420 (pb_cplex) S 21419 21419 20922 0 -1 4202496 648810 0 0 0 131546 1422 0 0 20 0 8 0 34780207 235597824 35097 33554432000 134512640 146736320 4294927424 4294923792 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21420/statm: 57519 35097 1021 2985 0 54453 0
[pid=21420/tid=21464] ppid=21419 vsize=230076 CPUtime=58.75 cores=0,2,4,6
/proc/21420/task/21464/stat : 21464 (pb_cplex) S 21419 21419 20922 0 -1 4202560 4273 0 0 0 5816 59 0 0 20 0 8 0 34806295 235597824 35097 33554432000 134512640 146736320 4294927424 3955224208 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21420/tid=21465] ppid=21419 vsize=230076 CPUtime=58.42 cores=0,2,4,6
/proc/21420/task/21465/stat : 21465 (pb_cplex) S 21419 21419 20922 0 -1 4202560 9406 0 0 0 5779 63 0 0 20 0 8 0 34806295 235597824 35097 33554432000 134512640 146736320 4294927424 3965709968 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21466] ppid=21419 vsize=230076 CPUtime=59 cores=0,2,4,6
/proc/21420/task/21466/stat : 21466 (pb_cplex) S 21419 21419 20922 0 -1 4202560 6308 0 0 0 5837 63 0 0 20 0 8 0 34806295 235597824 35097 33554432000 134512640 146736320 4294927424 4060081808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21467] ppid=21419 vsize=230076 CPUtime=59.32 cores=0,2,4,6
/proc/21420/task/21467/stat : 21467 (pb_cplex) S 21419 21419 20922 0 -1 4202560 6217 0 0 0 5871 61 0 0 20 0 8 0 34806295 235597824 35097 33554432000 134512640 146736320 4294927424 4120272528 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21420/tid=21468] ppid=21419 vsize=230076 CPUtime=59.13 cores=0,2,4,6
/proc/21420/task/21468/stat : 21468 (pb_cplex) S 21419 21419 20922 0 -1 4202560 14927 0 0 0 5849 64 0 0 20 0 8 0 34806295 235597824 35097 33554432000 134512640 146736320 4294927424 4049596048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21469] ppid=21419 vsize=230076 CPUtime=59.03 cores=0,2,4,6
/proc/21420/task/21469/stat : 21469 (pb_cplex) R 21419 21419 20922 0 -1 4202560 10125 0 0 0 5840 63 0 0 20 0 8 0 34806295 235597824 35097 33554432000 134512640 146736320 4294927424 4039107736 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21470] ppid=21419 vsize=230076 CPUtime=58.9 cores=0,2,4,6
/proc/21420/task/21470/stat : 21470 (pb_cplex) S 21419 21419 20922 0 -1 4202560 9580 0 0 0 5829 61 0 0 20 0 8 0 34806295 235597824 35097 33554432000 134512640 146736320 4294927424 3936349840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1329.68
Current children cumulated vsize (KiB) 239224

[startup+462.3 s]
/proc/loadavg: 4.98 4.97 4.41 8/188 21471
/proc/meminfo: memFree=30387488/32873844 swapFree=7632/7632
[pid=21419] ppid=21417 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21419/stat : 21419 (run) S 21417 21419 20922 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 34780207 9367552 269 33554432000 4194304 5064252 140735836626592 140735836625504 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21419/statm: 2287 269 229 213 0 72 0
[pid=21420] ppid=21419 vsize=230076 CPUtime=1531.26 cores=0,2,4,6
/proc/21420/stat : 21420 (pb_cplex) R 21419 21419 20922 0 -1 4202496 660349 0 0 0 151495 1631 0 0 20 0 8 0 34780207 235597824 35260 33554432000 134512640 146736320 4294927424 4294920028 136016564 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21420/statm: 57519 35260 1021 2985 0 54453 0
[pid=21420/tid=21464] ppid=21419 vsize=230076 CPUtime=83.7 cores=0,2,4,6
/proc/21420/task/21464/stat : 21464 (pb_cplex) R 21419 21419 20922 0 -1 4202560 4956 0 0 0 8286 84 0 0 20 0 8 0 34806295 235597824 35260 33554432000 134512640 146736320 4294927424 3955221480 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21465] ppid=21419 vsize=230076 CPUtime=83.43 cores=0,2,4,6
/proc/21420/task/21465/stat : 21465 (pb_cplex) R 21419 21419 20922 0 -1 4202560 11240 0 0 0 8252 91 0 0 20 0 8 0 34806295 235597824 35260 33554432000 134512640 146736320 4294927424 3965706496 139039597 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21420/tid=21466] ppid=21419 vsize=230076 CPUtime=83.98 cores=0,2,4,6
/proc/21420/task/21466/stat : 21466 (pb_cplex) R 21419 21419 20922 0 -1 4202560 7972 0 0 0 8308 90 0 0 20 0 8 0 34806295 235597824 35260 33554432000 134512640 146736320 4294927424 4060079080 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21467] ppid=21419 vsize=230076 CPUtime=84.58 cores=0,2,4,6
/proc/21420/task/21467/stat : 21467 (pb_cplex) R 21419 21419 20922 0 -1 4202560 6946 0 0 0 8370 88 0 0 20 0 8 0 34806295 235597824 35260 33554432000 134512640 146736320 4294927424 4120269976 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21420/tid=21468] ppid=21419 vsize=230076 CPUtime=84.06 cores=0,2,4,6
/proc/21420/task/21468/stat : 21468 (pb_cplex) R 21419 21419 20922 0 -1 4202560 17408 0 0 0 8312 94 0 0 20 0 8 0 34806295 235597824 35260 33554432000 134512640 146736320 4294927424 4049596048 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21469] ppid=21419 vsize=230076 CPUtime=83.87 cores=0,2,4,6
/proc/21420/task/21469/stat : 21469 (pb_cplex) S 21419 21419 20922 0 -1 4202560 11074 0 0 0 8299 88 0 0 20 0 8 0 34806295 235597824 35260 33554432000 134512640 146736320 4294927424 4039110288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21420/tid=21470] ppid=21419 vsize=230076 CPUtime=83.88 cores=0,2,4,6
/proc/21420/task/21470/stat : 21470 (pb_cplex) S 21419 21419 20922 0 -1 4202560 10543 0 0 0 8299 89 0 0 20 0 8 0 34806295 235597824 35260 33554432000 134512640 146736320 4294927424 3936349840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1531.26
Current children cumulated vsize (KiB) 239224

[startup+522.3 s]
/proc/loadavg: 5.66 5.10 4.48 8/189 21532
/proc/meminfo: memFree=31123496/32873844 swapFree=7632/7632
[pid=21419] ppid=21417 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21419/stat : 21419 (run) S 21417 21419 20922 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 34780207 9367552 269 33554432000 4194304 5064252 140735836626592 140735836625504 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21419/statm: 2287 269 229 213 0 72 0
[pid=21420] ppid=21419 vsize=232588 CPUtime=1736.28 cores=0,2,4,6
/proc/21420/stat : 21420 (pb_cplex) R 21419 21419 20922 0 -1 4202496 701371 0 0 0 171754 1874 0 0 20 0 8 0 34780207 238170112 36283 33554432000 134512640 146736320 4294927424 4294920012 136017755 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21420/statm: 58147 36283 1021 2985 0 55081 0
[pid=21420/tid=21475] ppid=21419 vsize=232588 CPUtime=22.19 cores=0,2,4,6
/proc/21420/task/21475/stat : 21475 (pb_cplex) R 21419 21419 20922 0 -1 4202560 5118 0 0 0 2196 23 0 0 20 0 8 0 34827067 238170112 36283 33554432000 134512640 146736320 4294927424 3936347672 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21476] ppid=21419 vsize=232588 CPUtime=22.34 cores=0,2,4,6
/proc/21420/task/21476/stat : 21476 (pb_cplex) R 21419 21419 20922 0 -1 4202560 2003 0 0 0 2211 23 0 0 20 0 8 0 34827067 238170112 36283 33554432000 134512640 146736320 4294927424 4039108468 137412875 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21420/tid=21477] ppid=21419 vsize=232588 CPUtime=22.38 cores=0,2,4,6
/proc/21420/task/21477/stat : 21477 (pb_cplex) R 21419 21419 20922 0 -1 4202560 4506 0 0 0 2211 27 0 0 20 0 8 0 34827067 238170112 36283 33554432000 134512640 146736320 4294927424 4049592936 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21478] ppid=21419 vsize=232588 CPUtime=22.63 cores=0,2,4,6
/proc/21420/task/21478/stat : 21478 (pb_cplex) R 21419 21419 20922 0 -1 4202560 9415 0 0 0 2235 28 0 0 20 0 8 0 34827067 238170112 36283 33554432000 134512640 146736320 4294927424 4120267444 135450820 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21479] ppid=21419 vsize=232588 CPUtime=22.78 cores=0,2,4,6
/proc/21420/task/21479/stat : 21479 (pb_cplex) R 21419 21419 20922 0 -1 4202560 7921 0 0 0 2251 27 0 0 20 0 8 0 34827067 238170112 36283 33554432000 134512640 146736320 4294927424 4060079564 136414091 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21420/tid=21480] ppid=21419 vsize=232588 CPUtime=22.29 cores=0,2,4,6
/proc/21420/task/21480/stat : 21480 (pb_cplex) R 21419 21419 20922 0 -1 4202560 6436 0 0 0 2203 26 0 0 20 0 8 0 34827067 238170112 36283 33554432000 134512640 146736320 4294927424 3965707800 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21420/tid=21481] ppid=21419 vsize=232588 CPUtime=22.19 cores=0,2,4,6
/proc/21420/task/21481/stat : 21481 (pb_cplex) R 21419 21419 20922 0 -1 4202560 642 0 0 0 2195 24 0 0 20 0 8 0 34827067 238170112 36283 33554432000 134512640 146736320 4294927424 3955224208 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1736.28
Current children cumulated vsize (KiB) 241736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+541.4 s]
/proc/loadavg: 5.63 5.13 4.50 8/195 21553
/proc/meminfo: memFree=31096100/32873844 swapFree=7632/7632
[pid=21419] ppid=21417 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21419/stat : 21419 (run) S 21417 21419 20922 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 34780207 9367552 269 33554432000 4194304 5064252 140735836626592 140735836625504 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21419/statm: 2287 269 229 213 0 72 0
[pid=21420] ppid=21419 vsize=231564 CPUtime=1800.09 cores=0,2,4,6
/proc/21420/stat : 21420 (pb_cplex) R 21419 21419 20922 0 -1 4202496 703568 0 0 0 178068 1941 0 0 20 0 8 0 34780207 237121536 35972 33554432000 134512640 146736320 4294927424 4294920120 136015701 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21420/statm: 57891 35972 1021 2985 0 54825 0
[pid=21420/tid=21475] ppid=21419 vsize=231564 CPUtime=30.17 cores=0,2,4,6
/proc/21420/task/21475/stat : 21475 (pb_cplex) R 21419 21419 20922 0 -1 4202560 5347 0 0 0 2985 32 0 0 20 0 8 0 34827067 237121536 35972 33554432000 134512640 146736320 4294927424 3936346036 135450687 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21476] ppid=21419 vsize=231564 CPUtime=30.13 cores=0,2,4,6
/proc/21420/task/21476/stat : 21476 (pb_cplex) S 21419 21419 20922 0 -1 4202560 2154 0 0 0 2983 30 0 0 20 0 8 0 34827067 237121536 35972 33554432000 134512640 146736320 4294927424 4039110288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21477] ppid=21419 vsize=231564 CPUtime=30.34 cores=0,2,4,6
/proc/21420/task/21477/stat : 21477 (pb_cplex) S 21419 21419 20922 0 -1 4202560 4679 0 0 0 3000 34 0 0 20 0 8 0 34827067 237121536 35972 33554432000 134512640 146736320 4294927424 4049596048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21420/tid=21478] ppid=21419 vsize=231564 CPUtime=30.63 cores=0,2,4,6
/proc/21420/task/21478/stat : 21478 (pb_cplex) R 21419 21419 20922 0 -1 4202560 9420 0 0 0 3027 36 0 0 20 0 8 0 34827067 237121536 35972 33554432000 134512640 146736320 4294927424 4120268356 135523315 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21420/tid=21479] ppid=21419 vsize=231564 CPUtime=30.85 cores=0,2,4,6
/proc/21420/task/21479/stat : 21479 (pb_cplex) R 21419 21419 20922 0 -1 4202560 8183 0 0 0 3049 36 0 0 20 0 8 0 34827067 237121536 35972 33554432000 134512640 146736320 4294927424 4060079080 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21480] ppid=21419 vsize=231564 CPUtime=30.22 cores=0,2,4,6
/proc/21420/task/21480/stat : 21480 (pb_cplex) R 21419 21419 20922 0 -1 4202560 6437 0 0 0 2986 36 0 0 20 0 8 0 34827067 237121536 35972 33554432000 134512640 146736320 4294927424 3965707240 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21481] ppid=21419 vsize=231564 CPUtime=30 cores=0,2,4,6
/proc/21420/task/21481/stat : 21481 (pb_cplex) R 21419 21419 20922 0 -1 4202560 654 0 0 0 2968 32 0 0 20 0 8 0 34827067 237121536 35972 33554432000 134512640 146736320 4294927424 3955222040 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 240712

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

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

[startup+541.4 s]
/proc/loadavg: 5.63 5.13 4.50 8/195 21553
/proc/meminfo: memFree=31096100/32873844 swapFree=7632/7632
[pid=21419] ppid=21417 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21419/stat : 21419 (run) S 21417 21419 20922 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 34780207 9367552 269 33554432000 4194304 5064252 140735836626592 140735836625504 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21419/statm: 2287 269 229 213 0 72 0
[pid=21420] ppid=21419 vsize=231564 CPUtime=1800.09 cores=0,2,4,6
/proc/21420/stat : 21420 (pb_cplex) R 21419 21419 20922 0 -1 4202496 703568 0 0 0 178068 1941 0 0 20 0 8 0 34780207 237121536 35972 33554432000 134512640 146736320 4294927424 4294920120 136015701 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21420/statm: 57891 35972 1021 2985 0 54825 0
[pid=21420/tid=21475] ppid=21419 vsize=231564 CPUtime=30.17 cores=0,2,4,6
/proc/21420/task/21475/stat : 21475 (pb_cplex) R 21419 21419 20922 0 -1 4202560 5347 0 0 0 2985 32 0 0 20 0 8 0 34827067 237121536 35972 33554432000 134512640 146736320 4294927424 3936346036 135450687 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21476] ppid=21419 vsize=231564 CPUtime=30.13 cores=0,2,4,6
/proc/21420/task/21476/stat : 21476 (pb_cplex) S 21419 21419 20922 0 -1 4202560 2154 0 0 0 2983 30 0 0 20 0 8 0 34827067 237121536 35972 33554432000 134512640 146736320 4294927424 4039110288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21477] ppid=21419 vsize=231564 CPUtime=30.34 cores=0,2,4,6
/proc/21420/task/21477/stat : 21477 (pb_cplex) S 21419 21419 20922 0 -1 4202560 4679 0 0 0 3000 34 0 0 20 0 8 0 34827067 237121536 35972 33554432000 134512640 146736320 4294927424 4049596048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21420/tid=21478] ppid=21419 vsize=231564 CPUtime=30.63 cores=0,2,4,6
/proc/21420/task/21478/stat : 21478 (pb_cplex) R 21419 21419 20922 0 -1 4202560 9420 0 0 0 3027 36 0 0 20 0 8 0 34827067 237121536 35972 33554432000 134512640 146736320 4294927424 4120268356 135523315 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21420/tid=21479] ppid=21419 vsize=231564 CPUtime=30.85 cores=0,2,4,6
/proc/21420/task/21479/stat : 21479 (pb_cplex) R 21419 21419 20922 0 -1 4202560 8183 0 0 0 3049 36 0 0 20 0 8 0 34827067 237121536 35972 33554432000 134512640 146736320 4294927424 4060079080 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21420/tid=21480] ppid=21419 vsize=231564 CPUtime=30.22 cores=0,2,4,6
/proc/21420/task/21480/stat : 21480 (pb_cplex) R 21419 21419 20922 0 -1 4202560 6437 0 0 0 2986 36 0 0 20 0 8 0 34827067 237121536 35972 33554432000 134512640 146736320 4294927424 3965707240 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21420/tid=21481] ppid=21419 vsize=231564 CPUtime=30 cores=0,2,4,6
/proc/21420/task/21481/stat : 21481 (pb_cplex) R 21419 21419 20922 0 -1 4202560 654 0 0 0 2968 32 0 0 20 0 8 0 34827067 237121536 35972 33554432000 134512640 146736320 4294927424 3955222040 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 240712

Child ended because it received signal 15 (SIGTERM)

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


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0400009
#  lost CPU user time (s): 0.0800018
#  lost CPU system time (s): -0.0400001

Real time (s): 541.416
CPU time (s): 1800.13
CPU user time (s): 1780.76
CPU system time (s): 19.37
CPU usage (%): 332.486
Max. virtual memory (cumulated for all children) (KiB): 244360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 353
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 1.63275 second user time and 3.49347 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-09 15:22:16
IDJOB=3736501
IDBENCH=47933
IDSOLVER=2325
FILE ID=node135/3736501-1339248136
RUNJOBID= node135-1339246831-20938
PBS_JOBID= 14644346
Free space on /tmp= 70856 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=6-P0=11-P1=37-P2=59-P3=23-P4=53-P5=31-P6=59-P7=29-P8=2-P9=67-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736501-1339248136/watcher-3736501-1339248136 -o /tmp/evaluation-result-3736501-1339248136/solver-3736501-1339248136 -C 1800 -W 1900 -M 15500  run HOME/instance-3736501-1339248136.opb

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

MD5SUM BENCH= 48d9b1801c3e1b4883cb62109d96eb3c
RANDOM SEED=1054060262

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30484052 kB
Buffers:          287472 kB
Cached:           446408 kB
SwapCached:         2456 kB
Active:          1276208 kB
Inactive:         248604 kB
Active(anon):     791752 kB
Inactive(anon):     1460 kB
Active(file):     484456 kB
Inactive(file):   247144 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098976 kB
Dirty:             16720 kB
Writeback:             0 kB
AnonPages:        797264 kB
Mapped:            12064 kB
Shmem:                 0 kB
Slab:             723308 kB
SReclaimable:     164980 kB
SUnreclaim:       558328 kB
KernelStack:        1488 kB
PageTables:         5716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1366740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 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-3736501-1339248136.opb

Free space on /tmp at the end= 70856 MiB
End job on node135 at 2012-06-09 15:31:19