Trace number 3743006

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.07 675.717

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_10null10mast_rapportOE1.0_TMAX120_K67_cod2.opb
MD5SUMc566835626501a566dd2965326e4b112
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-245980
Best CPU time to get the best result obtained on this benchmark1797.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 438
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 911866
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 911866
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3743006-1339251556.opb.
0.00/0.00	c Instance file HOME/instance-3743006-1339251556.opb
0.00/0.00	c File size is 2494318 bytes.
7.70/7.74	c Highest Coefficient sum: 12811
7.70/7.74	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
7.70/7.78	c ============================[ Problem Statistics ]=============================
7.70/7.78	c |                                                                             |
7.70/7.78	c |  Parsing time:          7.76         s                                      |
7.70/7.78	c |  Number Variables:      40937                                               |
7.70/7.80	c |  Number Constraints:    41436                                               |
7.70/7.80	c ===============================================================================
1797.90/675.71	c Remaining time 1792.23 sec.
1797.90/675.71	c 
1797.90/675.71	c *** INTERRUPTED ***
1797.90/675.71	s UNKNOWN
1797.90/675.71	c Total CPU time              : 1790.41 s
1797.90/675.71	c Memory used           : 730.32 MB
1797.90/675.71	c CPU time              : 1790.41 s
1797.90/675.71	c 
1797.90/675.71	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-3743006-1339251556/watcher-3743006-1339251556 -o /tmp/evaluation-result-3743006-1339251556/solver-3743006-1339251556 -C 1800 -W 1900 -M 15500 run HOME/instance-3743006-1339251556.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.93 6.67 5.54 10/184 28030
/proc/meminfo: memFree=31309924/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0

[startup+0.0474911 s]
/proc/loadavg: 8.93 6.67 5.54 10/184 28030
/proc/meminfo: memFree=31309924/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100316 s]
/proc/loadavg: 8.93 6.67 5.54 10/184 28030
/proc/meminfo: memFree=31309924/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300278 s]
/proc/loadavg: 8.93 6.67 5.54 10/184 28030
/proc/meminfo: memFree=31309924/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700287 s]
/proc/loadavg: 8.93 6.67 5.54 10/184 28030
/proc/meminfo: memFree=31309924/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 8.94 6.71 5.56 10/186 28032
/proc/meminfo: memFree=31293044/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
[pid=28031] ppid=28030 vsize=32592 CPUtime=1.49 cores=0,2,4,6
/proc/28031/stat : 28031 (pb_cplex) R 28030 28030 26006 0 -1 4202496 5392 0 0 0 148 1 0 0 20 0 1 0 391281182 33374208 5210 33554432000 134512640 146736320 4291780352 4291778200 134814118 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/28031/statm: 8148 5210 897 2985 0 4473 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41740

[startup+3.10032 s]
/proc/loadavg: 8.94 6.71 5.56 10/186 28032
/proc/meminfo: memFree=31292424/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
[pid=28031] ppid=28030 vsize=32592 CPUtime=3.09 cores=0,2,4,6
/proc/28031/stat : 28031 (pb_cplex) R 28030 28030 26006 0 -1 4202496 5400 0 0 0 308 1 0 0 20 0 1 0 391281182 33374208 5218 33554432000 134512640 146736320 4291780352 4291778240 141028058 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/28031/statm: 8148 5218 897 2985 0 4473 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41740

[startup+6.30031 s]
/proc/loadavg: 8.94 6.71 5.56 10/186 28032
/proc/meminfo: memFree=31291316/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
[pid=28031] ppid=28030 vsize=32724 CPUtime=6.29 cores=0,2,4,6
/proc/28031/stat : 28031 (pb_cplex) R 28030 28030 26006 0 -1 4202496 5408 0 0 0 628 1 0 0 20 0 1 0 391281182 33509376 5226 33554432000 134512640 146736320 4291780352 4291778268 140647825 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/28031/statm: 8181 5226 897 2985 0 4506 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41872

[startup+12.7004 s]
/proc/loadavg: 8.95 6.78 5.59 10/186 28032
/proc/meminfo: memFree=31232140/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
[pid=28031] ppid=28030 vsize=138164 CPUtime=12.69 cores=0,2,4,6
/proc/28031/stat : 28031 (pb_cplex) R 28030 28030 26006 0 -1 4202496 50687 0 0 0 1260 9 0 0 20 0 1 0 391281182 141479936 21116 33554432000 134512640 146736320 4291780352 4291776256 137083989 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/28031/statm: 34541 21116 862 2985 0 31475 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 147312

[startup+25.5005 s]
/proc/loadavg: 8.95 6.85 5.63 10/193 28039
/proc/meminfo: memFree=31052456/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
[pid=28031] ppid=28030 vsize=471608 CPUtime=25.48 cores=0,2,4,6
/proc/28031/stat : 28031 (pb_cplex) R 28030 28030 26006 0 -1 4202496 155627 0 0 0 2522 26 0 0 20 0 8 0 391281182 482926592 65198 33554432000 134512640 146736320 4291780352 4291773064 139042864 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28031/statm: 117902 65198 949 2985 0 114836 0
[pid=28031/tid=28033] ppid=28030 vsize=471608 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28033/stat : 28033 (pb_cplex) S 28030 28030 26006 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391283581 482926592 65198 33554432000 134512640 146736320 4291780352 3968913040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28034] ppid=28030 vsize=471608 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28034/stat : 28034 (pb_cplex) S 28030 28030 26006 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391283581 482926592 65198 33554432000 134512640 146736320 4291780352 3958427280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28035] ppid=28030 vsize=471608 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28035/stat : 28035 (pb_cplex) S 28030 28030 26006 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391283581 482926592 65198 33554432000 134512640 146736320 4291780352 3947941520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28036] ppid=28030 vsize=471608 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28036/stat : 28036 (pb_cplex) S 28030 28030 26006 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391283581 482926592 65198 33554432000 134512640 146736320 4291780352 3937455760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28037] ppid=28030 vsize=471608 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28037/stat : 28037 (pb_cplex) S 28030 28030 26006 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391283581 482926592 65198 33554432000 134512640 146736320 4291780352 3926970000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28038] ppid=28030 vsize=471608 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28038/stat : 28038 (pb_cplex) S 28030 28030 26006 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391283581 482926592 65198 33554432000 134512640 146736320 4291780352 3916484240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28039] ppid=28030 vsize=471608 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28039/stat : 28039 (pb_cplex) S 28030 28030 26006 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391283581 482926592 65198 33554432000 134512640 146736320 4291780352 3905998480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 480756

[startup+51.1005 s]
/proc/loadavg: 9.98 7.24 5.79 14/194 28042
/proc/meminfo: memFree=30871300/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
[pid=28031] ppid=28030 vsize=692668 CPUtime=87.43 cores=0,2,4,6
/proc/28031/stat : 28031 (pb_cplex) R 28030 28030 26006 0 -1 4202496 248269 0 0 0 8692 51 0 0 20 0 8 0 391281182 709292032 109905 33554432000 134512640 146736320 4291780352 4291773064 139042895 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/28031/statm: 173167 109905 953 2985 0 170101 0
[pid=28031/tid=28033] ppid=28030 vsize=692668 CPUtime=5.85 cores=0,2,4,6
/proc/28031/task/28033/stat : 28033 (pb_cplex) R 28030 28030 26006 0 -1 4202560 8795 0 0 0 583 2 0 0 20 0 8 0 391283581 709292032 109905 33554432000 134512640 146736320 4291780352 3968909520 136007975 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28034] ppid=28030 vsize=692668 CPUtime=5.92 cores=0,2,4,6
/proc/28031/task/28034/stat : 28034 (pb_cplex) R 28030 28030 26006 0 -1 4202560 11172 0 0 0 589 3 0 0 20 0 8 0 391283581 709292032 109905 33554432000 134512640 146736320 4291780352 3958423760 136008163 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28035] ppid=28030 vsize=692668 CPUtime=6 cores=0,2,4,6
/proc/28031/task/28035/stat : 28035 (pb_cplex) R 28030 28030 26006 0 -1 4202560 9945 0 0 0 598 2 0 0 20 0 8 0 391283581 709292032 109905 33554432000 134512640 146736320 4291780352 3947937884 135855127 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28036] ppid=28030 vsize=692668 CPUtime=6 cores=0,2,4,6
/proc/28031/task/28036/stat : 28036 (pb_cplex) R 28030 28030 26006 0 -1 4202560 14142 0 0 0 597 3 0 0 20 0 8 0 391283581 709292032 109905 33554432000 134512640 146736320 4291780352 3937452308 136003493 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28037] ppid=28030 vsize=692668 CPUtime=5.99 cores=0,2,4,6
/proc/28031/task/28037/stat : 28037 (pb_cplex) R 28030 28030 26006 0 -1 4202560 7958 0 0 0 597 2 0 0 20 0 8 0 391283581 709292032 109905 33554432000 134512640 146736320 4291780352 3926966480 136008160 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28038] ppid=28030 vsize=692668 CPUtime=6.07 cores=0,2,4,6
/proc/28031/task/28038/stat : 28038 (pb_cplex) R 28030 28030 26006 0 -1 4202560 8559 0 0 0 604 3 0 0 20 0 8 0 391283581 709292032 109905 33554432000 134512640 146736320 4291780352 3916480604 135855185 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28039] ppid=28030 vsize=692668 CPUtime=6.24 cores=0,2,4,6
/proc/28031/task/28039/stat : 28039 (pb_cplex) R 28030 28030 26006 0 -1 4202560 10932 0 0 0 622 2 0 0 20 0 8 0 391283581 709292032 109905 33554432000 134512640 146736320 4291780352 3905994844 135855165 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 87.43
Current children cumulated vsize (KiB) 701816

[startup+102.307 s]
/proc/loadavg: 7.79 7.17 5.85 10/187 28092
/proc/meminfo: memFree=30766728/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
[pid=28031] ppid=28030 vsize=709656 CPUtime=245.66 cores=0,2,4,6
/proc/28031/stat : 28031 (pb_cplex) R 28030 28030 26006 0 -1 4202496 364147 0 0 0 24483 83 0 0 20 0 8 0 391281182 726687744 115301 33554432000 134512640 146736320 4291780352 4291771996 135854505 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28031/statm: 177414 115301 953 2985 0 174348 0
[pid=28031/tid=28033] ppid=28030 vsize=709656 CPUtime=21.49 cores=0,2,4,6
/proc/28031/task/28033/stat : 28033 (pb_cplex) R 28030 28030 26006 0 -1 4202560 19307 0 0 0 2143 6 0 0 20 0 8 0 391283581 726687744 115301 33554432000 134512640 146736320 4291780352 3968909904 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28034] ppid=28030 vsize=709656 CPUtime=44.01 cores=0,2,4,6
/proc/28031/task/28034/stat : 28034 (pb_cplex) R 28030 28030 26006 0 -1 4202560 32070 0 0 0 4393 8 0 0 20 0 8 0 391283581 726687744 115301 33554432000 134512640 146736320 4291780352 3958423704 136007643 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28035] ppid=28030 vsize=709656 CPUtime=36.14 cores=0,2,4,6
/proc/28031/task/28035/stat : 28035 (pb_cplex) R 28030 28030 26006 0 -1 4202560 34993 0 0 0 3606 8 0 0 20 0 8 0 391283581 726687744 115301 33554432000 134512640 146736320 4291780352 3947936772 136385175 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28036] ppid=28030 vsize=709656 CPUtime=15.1 cores=0,2,4,6
/proc/28031/task/28036/stat : 28036 (pb_cplex) R 28030 28030 26006 0 -1 4202560 24982 0 0 0 1505 5 0 0 20 0 8 0 391283581 726687744 115301 33554432000 134512640 146736320 4291780352 3937452192 136006323 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28037] ppid=28030 vsize=709656 CPUtime=28.39 cores=0,2,4,6
/proc/28031/task/28037/stat : 28037 (pb_cplex) R 28030 28030 26006 0 -1 4202560 10263 0 0 0 2836 3 0 0 20 0 8 0 391283581 726687744 115301 33554432000 134512640 146736320 4291780352 3926965384 136388565 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28038] ppid=28030 vsize=709656 CPUtime=23.33 cores=0,2,4,6
/proc/28031/task/28038/stat : 28038 (pb_cplex) R 28030 28030 26006 0 -1 4202560 29569 0 0 0 2324 9 0 0 20 0 8 0 391283581 726687744 115301 33554432000 134512640 146736320 4291780352 3916480584 139042885 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28039] ppid=28030 vsize=709656 CPUtime=19.03 cores=0,2,4,6
/proc/28031/task/28039/stat : 28039 (pb_cplex) R 28030 28030 26006 0 -1 4202560 22488 0 0 0 1898 5 0 0 20 0 8 0 391283581 726687744 115301 33554432000 134512640 146736320 4291780352 3905994752 135468744 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 245.66
Current children cumulated vsize (KiB) 718804

[startup+162.3 s]
/proc/loadavg: 7.62 7.25 5.96 10/186 28093
/proc/meminfo: memFree=30722000/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
[pid=28031] ppid=28030 vsize=718576 CPUtime=461.29 cores=0,2,4,6
/proc/28031/stat : 28031 (pb_cplex) R 28030 28030 26006 0 -1 4202496 619730 0 0 0 45974 155 0 0 20 0 8 0 391281182 735821824 126257 33554432000 134512640 146736320 4291780352 4291772416 139046992 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28031/statm: 179644 126257 954 2985 0 176578 0
[pid=28031/tid=28033] ppid=28030 vsize=718576 CPUtime=46.39 cores=0,2,4,6

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

[pid=28031/tid=28105] ppid=28030 vsize=766952 CPUtime=19.85 cores=0,2,4,6
/proc/28031/task/28105/stat : 28105 (pb_cplex) R 28030 28030 26006 0 -1 4202560 42688 0 0 0 1972 13 0 0 20 0 8 0 391315868 785358848 139252 33554432000 134512640 146736320 4291780352 3999985732 136385175 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28106] ppid=28030 vsize=766952 CPUtime=64.52 cores=0,2,4,6
/proc/28031/task/28106/stat : 28106 (pb_cplex) S 28030 28030 26006 0 -1 4202560 100222 0 0 0 6425 27 0 0 20 0 8 0 391315868 785358848 139252 33554432000 134512640 146736320 4291780352 3989503632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28107] ppid=28030 vsize=766952 CPUtime=42.34 cores=0,2,4,6
/proc/28031/task/28107/stat : 28107 (pb_cplex) R 28030 28030 26006 0 -1 4202560 70621 0 0 0 4216 18 0 0 20 0 8 0 391315868 785358848 139252 33554432000 134512640 146736320 4291780352 3979013648 136403117 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1248.02
Current children cumulated vsize (KiB) 776100

[startup+522.301 s]
/proc/loadavg: 5.78 5.98 5.78 10/186 28108
/proc/meminfo: memFree=30051048/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
[pid=28031] ppid=28030 vsize=756420 CPUtime=1449.85 cores=0,2,4,6
/proc/28031/stat : 28031 (pb_cplex) R 28030 28030 26006 0 -1 4202496 1958029 0 0 0 144415 570 0 0 20 0 8 0 391281182 774574080 137905 33554432000 134512640 146736320 4291780352 4291773084 135855127 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28031/statm: 189105 137905 967 2985 0 186039 0
[pid=28031/tid=28101] ppid=28030 vsize=756420 CPUtime=39.85 cores=0,2,4,6
/proc/28031/task/28101/stat : 28101 (pb_cplex) R 28030 28030 26006 0 -1 4202560 71725 0 0 0 3959 26 0 0 20 0 8 0 391315868 774574080 137905 33554432000 134512640 146736320 4291780352 4113567836 135855197 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28102] ppid=28030 vsize=756420 CPUtime=26.19 cores=0,2,4,6
/proc/28031/task/28102/stat : 28102 (pb_cplex) R 28030 28030 26006 0 -1 4202560 32595 0 0 0 2611 8 0 0 20 0 8 0 391315868 774574080 137905 33554432000 134512640 146736320 4291780352 4124053712 136008017 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28103] ppid=28030 vsize=756420 CPUtime=66.99 cores=0,2,4,6
/proc/28031/task/28103/stat : 28103 (pb_cplex) R 28030 28030 26006 0 -1 4202560 124824 0 0 0 6661 38 0 0 20 0 8 0 391315868 774574080 137905 33554432000 134512640 146736320 4291780352 4134539080 135525292 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28104] ppid=28030 vsize=756420 CPUtime=58.97 cores=0,2,4,6
/proc/28031/task/28104/stat : 28104 (pb_cplex) R 28030 28030 26006 0 -1 4202560 131413 0 0 0 5866 31 0 0 20 0 8 0 391315868 774574080 137905 33554432000 134512640 146736320 4291780352 3937452088 136475798 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28105] ppid=28030 vsize=756420 CPUtime=51.72 cores=0,2,4,6
/proc/28031/task/28105/stat : 28105 (pb_cplex) R 28030 28030 26006 0 -1 4202560 146309 0 0 0 5128 44 0 0 20 0 8 0 391315868 774574080 137905 33554432000 134512640 146736320 4291780352 3999986044 139023039 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28106] ppid=28030 vsize=756420 CPUtime=77.94 cores=0,2,4,6
/proc/28031/task/28106/stat : 28106 (pb_cplex) R 28030 28030 26006 0 -1 4202560 113819 0 0 0 7761 33 0 0 20 0 8 0 391315868 774574080 137905 33554432000 134512640 146736320 4291780352 3989499804 136405580 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28107] ppid=28030 vsize=756420 CPUtime=67.58 cores=0,2,4,6
/proc/28031/task/28107/stat : 28107 (pb_cplex) R 28030 28030 26006 0 -1 4202560 110860 0 0 0 6728 30 0 0 20 0 8 0 391315868 774574080 137905 33554432000 134512640 146736320 4291780352 3979014352 136008450 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1449.85
Current children cumulated vsize (KiB) 765568

[startup+582.301 s]
/proc/loadavg: 4.71 5.74 5.71 3/186 28108
/proc/meminfo: memFree=30026692/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
[pid=28031] ppid=28030 vsize=759872 CPUtime=1591.11 cores=0,2,4,6
/proc/28031/stat : 28031 (pb_cplex) S 28030 28030 26006 0 -1 4202496 2223870 0 0 0 158468 643 0 0 20 0 8 0 391281182 778108928 144321 33554432000 134512640 146736320 4291780352 4291776720 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28031/statm: 189968 144321 967 2985 0 186902 0
[pid=28031/tid=28101] ppid=28030 vsize=759872 CPUtime=47.89 cores=0,2,4,6
/proc/28031/task/28101/stat : 28101 (pb_cplex) S 28030 28030 26006 0 -1 4202560 77238 0 0 0 4762 27 0 0 20 0 8 0 391315868 778108928 144321 33554432000 134512640 146736320 4291780352 4113571472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28102] ppid=28030 vsize=759872 CPUtime=38.69 cores=0,2,4,6
/proc/28031/task/28102/stat : 28102 (pb_cplex) S 28030 28030 26006 0 -1 4202560 65919 0 0 0 3850 19 0 0 20 0 8 0 391315868 778108928 144321 33554432000 134512640 146736320 4291780352 4124057232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28103] ppid=28030 vsize=759872 CPUtime=80.1 cores=0,2,4,6
/proc/28031/task/28103/stat : 28103 (pb_cplex) S 28030 28030 26006 0 -1 4202560 151025 0 0 0 7964 46 0 0 20 0 8 0 391315868 778108928 144321 33554432000 134512640 146736320 4291780352 4134542992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28104] ppid=28030 vsize=759872 CPUtime=107.07 cores=0,2,4,6
/proc/28031/task/28104/stat : 28104 (pb_cplex) R 28030 28030 26006 0 -1 4202560 208011 0 0 0 10659 48 0 0 20 0 8 0 391315868 778108928 144321 33554432000 134512640 146736320 4291780352 3937451052 135467895 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28105] ppid=28030 vsize=759872 CPUtime=66.6 cores=0,2,4,6
/proc/28031/task/28105/stat : 28105 (pb_cplex) S 28030 28030 26006 0 -1 4202560 162299 0 0 0 6609 51 0 0 20 0 8 0 391315868 778108928 144321 33554432000 134512640 146736320 4291780352 3999989392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28106] ppid=28030 vsize=759872 CPUtime=92.21 cores=0,2,4,6
/proc/28031/task/28106/stat : 28106 (pb_cplex) S 28030 28030 26006 0 -1 4202560 160071 0 0 0 9174 47 0 0 20 0 8 0 391315868 778108928 144321 33554432000 134512640 146736320 4291780352 3989503632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28107] ppid=28030 vsize=759872 CPUtime=81.38 cores=0,2,4,6
/proc/28031/task/28107/stat : 28107 (pb_cplex) S 28030 28030 26006 0 -1 4202560 119777 0 0 0 8106 32 0 0 20 0 8 0 391315868 778108928 144321 33554432000 134512640 146736320 4291780352 3979017872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1591.11
Current children cumulated vsize (KiB) 769020

[startup+642.301 s]
/proc/loadavg: 3.75 5.34 5.58 3/186 28108
/proc/meminfo: memFree=30014348/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
[pid=28031] ppid=28030 vsize=744768 CPUtime=1706.34 cores=0,2,4,6
/proc/28031/stat : 28031 (pb_cplex) S 28030 28030 26006 0 -1 4202496 2472306 0 0 0 169927 707 0 0 20 0 8 0 391281182 762642432 147094 33554432000 134512640 146736320 4291780352 4291776720 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28031/statm: 186192 147094 967 2985 0 183126 0
[pid=28031/tid=28101] ppid=28030 vsize=744768 CPUtime=54.21 cores=0,2,4,6
/proc/28031/task/28101/stat : 28101 (pb_cplex) S 28030 28030 26006 0 -1 4202560 83481 0 0 0 5392 29 0 0 20 0 8 0 391315868 762642432 147094 33554432000 134512640 146736320 4291780352 4113571472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28102] ppid=28030 vsize=744768 CPUtime=49.52 cores=0,2,4,6
/proc/28031/task/28102/stat : 28102 (pb_cplex) S 28030 28030 26006 0 -1 4202560 67783 0 0 0 4932 20 0 0 20 0 8 0 391315868 762642432 147094 33554432000 134512640 146736320 4291780352 4124057232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28103] ppid=28030 vsize=744768 CPUtime=86.5 cores=0,2,4,6
/proc/28031/task/28103/stat : 28103 (pb_cplex) S 28030 28030 26006 0 -1 4202560 166410 0 0 0 8599 51 0 0 20 0 8 0 391315868 762642432 147094 33554432000 134512640 146736320 4291780352 4134542992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28104] ppid=28030 vsize=744768 CPUtime=159.06 cores=0,2,4,6
/proc/28031/task/28104/stat : 28104 (pb_cplex) R 28030 28030 26006 0 -1 4202560 364335 0 0 0 15823 83 0 0 20 0 8 0 391315868 762642432 147094 33554432000 134512640 146736320 4291780352 3937452100 136385179 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28105] ppid=28030 vsize=744768 CPUtime=76.21 cores=0,2,4,6
/proc/28031/task/28105/stat : 28105 (pb_cplex) S 28030 28030 26006 0 -1 4202560 174876 0 0 0 7566 55 0 0 20 0 8 0 391315868 762642432 147094 33554432000 134512640 146736320 4291780352 3999989392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28106] ppid=28030 vsize=744768 CPUtime=100.63 cores=0,2,4,6
/proc/28031/task/28106/stat : 28106 (pb_cplex) S 28030 28030 26006 0 -1 4202560 167404 0 0 0 10013 50 0 0 20 0 8 0 391315868 762642432 147094 33554432000 134512640 146736320 4291780352 3989503632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28107] ppid=28030 vsize=744768 CPUtime=90.23 cores=0,2,4,6
/proc/28031/task/28107/stat : 28107 (pb_cplex) S 28030 28030 26006 0 -1 4202560 133999 0 0 0 8987 36 0 0 20 0 8 0 391315868 762642432 147094 33554432000 134512640 146736320 4291780352 3979017872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1706.34
Current children cumulated vsize (KiB) 753916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+675.7 s]
/proc/loadavg: 4.53 5.35 5.57 6/187 28111
/proc/meminfo: memFree=30004524/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
[pid=28031] ppid=28030 vsize=749016 CPUtime=1797.9 cores=0,2,4,6
/proc/28031/stat : 28031 (pb_cplex) S 28030 28030 26006 0 -1 4202496 2619705 0 0 0 179039 751 0 0 20 0 8 0 391281182 766992384 149560 33554432000 134512640 146736320 4291780352 4291776720 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28031/statm: 187254 149568 977 2985 0 184188 0
[pid=28031/tid=28101] ppid=28030 vsize=749016 CPUtime=61.61 cores=0,2,4,6
/proc/28031/task/28101/stat : 28101 (pb_cplex) S 28030 28030 26006 0 -1 4202560 90961 0 0 0 6129 32 0 0 20 0 8 0 391315868 766992384 149594 33554432000 134512640 146736320 4291780352 4113571472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28102] ppid=28030 vsize=749016 CPUtime=60.15 cores=0,2,4,6
/proc/28031/task/28102/stat : 28102 (pb_cplex) R 28030 28030 26006 0 -1 4202560 81368 0 0 0 5991 24 0 0 20 0 8 0 391315868 766992384 149594 33554432000 134512640 146736320 4291780352 4124052624 136008416 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28103] ppid=28030 vsize=749016 CPUtime=93.25 cores=0,2,4,6
/proc/28031/task/28103/stat : 28103 (pb_cplex) S 28030 28030 26006 0 -1 4202560 171460 0 0 0 9273 52 0 0 20 0 8 0 391315868 766992384 149594 33554432000 134512640 146736320 4291780352 4134542992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28104] ppid=28030 vsize=749016 CPUtime=183.46 cores=0,2,4,6
/proc/28031/task/28104/stat : 28104 (pb_cplex) R 28030 28030 26006 0 -1 4202560 418177 0 0 0 18251 95 0 0 20 0 8 0 391315868 766992384 149594 33554432000 134512640 146736320 4291780352 3937451956 138462910 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28105] ppid=28030 vsize=749016 CPUtime=86.68 cores=0,2,4,6
/proc/28031/task/28105/stat : 28105 (pb_cplex) R 28030 28030 26006 0 -1 4202560 187483 0 0 0 8609 59 0 0 20 0 8 0 391315868 766992384 149594 33554432000 134512640 146736320 4291780352 3999985756 135855185 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28106] ppid=28030 vsize=749016 CPUtime=111.42 cores=0,2,4,6
/proc/28031/task/28106/stat : 28106 (pb_cplex) R 28030 28030 26006 0 -1 4202560 182580 0 0 0 11087 55 0 0 20 0 8 0 391315868 766992384 149594 33554432000 134512640 146736320 4291780352 3989498908 135855165 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28107] ppid=28030 vsize=749016 CPUtime=100.75 cores=0,2,4,6
/proc/28031/task/28107/stat : 28107 (pb_cplex) S 28030 28030 26006 0 -1 4202560 150172 0 0 0 10034 41 0 0 20 0 8 0 391315868 766992384 149594 33554432000 134512640 146736320 4291780352 3979017872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.9
Current children cumulated vsize (KiB) 758164

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

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

[startup+675.7 s]
/proc/loadavg: 4.53 5.35 5.57 6/187 28111
/proc/meminfo: memFree=30004524/32873844 swapFree=7632/7632
[pid=28030] ppid=28028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28030/stat : 28030 (run) S 28028 28030 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391281182 9367552 269 33554432000 4194304 5064252 140737328450720 140737328449632 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28030/statm: 2287 269 229 213 0 72 0
[pid=28031] ppid=28030 vsize=749016 CPUtime=1797.9 cores=0,2,4,6
/proc/28031/stat : 28031 (pb_cplex) S 28030 28030 26006 0 -1 4202496 2619705 0 0 0 179039 751 0 0 20 0 8 0 391281182 766992384 149560 33554432000 134512640 146736320 4291780352 4291776720 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28031/statm: 187254 149568 977 2985 0 184188 0
[pid=28031/tid=28101] ppid=28030 vsize=749016 CPUtime=61.61 cores=0,2,4,6
/proc/28031/task/28101/stat : 28101 (pb_cplex) S 28030 28030 26006 0 -1 4202560 90961 0 0 0 6129 32 0 0 20 0 8 0 391315868 766992384 149594 33554432000 134512640 146736320 4291780352 4113571472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28102] ppid=28030 vsize=749016 CPUtime=60.15 cores=0,2,4,6
/proc/28031/task/28102/stat : 28102 (pb_cplex) R 28030 28030 26006 0 -1 4202560 81368 0 0 0 5991 24 0 0 20 0 8 0 391315868 766992384 149594 33554432000 134512640 146736320 4291780352 4124052624 136008416 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28103] ppid=28030 vsize=749016 CPUtime=93.25 cores=0,2,4,6
/proc/28031/task/28103/stat : 28103 (pb_cplex) S 28030 28030 26006 0 -1 4202560 171460 0 0 0 9273 52 0 0 20 0 8 0 391315868 766992384 149594 33554432000 134512640 146736320 4291780352 4134542992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28104] ppid=28030 vsize=749016 CPUtime=183.46 cores=0,2,4,6
/proc/28031/task/28104/stat : 28104 (pb_cplex) R 28030 28030 26006 0 -1 4202560 418177 0 0 0 18251 95 0 0 20 0 8 0 391315868 766992384 149594 33554432000 134512640 146736320 4291780352 3937451956 138462910 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28105] ppid=28030 vsize=749016 CPUtime=86.68 cores=0,2,4,6
/proc/28031/task/28105/stat : 28105 (pb_cplex) R 28030 28030 26006 0 -1 4202560 187483 0 0 0 8609 59 0 0 20 0 8 0 391315868 766992384 149594 33554432000 134512640 146736320 4291780352 3999985756 135855185 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28106] ppid=28030 vsize=749016 CPUtime=111.42 cores=0,2,4,6
/proc/28031/task/28106/stat : 28106 (pb_cplex) R 28030 28030 26006 0 -1 4202560 182580 0 0 0 11087 55 0 0 20 0 8 0 391315868 766992384 149594 33554432000 134512640 146736320 4291780352 3989498908 135855165 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28107] ppid=28030 vsize=749016 CPUtime=100.75 cores=0,2,4,6
/proc/28031/task/28107/stat : 28107 (pb_cplex) S 28030 28030 26006 0 -1 4202560 150172 0 0 0 10034 41 0 0 20 0 8 0 391315868 766992384 149594 33554432000 134512640 146736320 4291780352 3979017872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.9
Current children cumulated vsize (KiB) 758164

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28030 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=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 1797.9
#
# 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): 2.17004
#  lost CPU user time (s): 2.29004
#  lost CPU system time (s): -0.12

Real time (s): 675.717
CPU time (s): 1800.07
CPU user time (s): 1792.68
CPU system time (s): 7.39
CPU usage (%): 266.394
Max. virtual memory (cumulated for all children) (KiB): 833872

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

The end

Launcher Data

Begin job on node130 at 2012-06-09 16:19:16
IDJOB=3743006
IDBENCH=90606
IDSOLVER=2325
FILE ID=node130/3743006-1339251556
RUNJOBID= node130-1339246834-26023
PBS_JOBID= 14644351
Free space on /tmp= 70984 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_10null10mast_rapportOE1.0_TMAX120_K67_cod2.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743006-1339251556/watcher-3743006-1339251556 -o /tmp/evaluation-result-3743006-1339251556/solver-3743006-1339251556 -C 1800 -W 1900 -M 15500  run HOME/instance-3743006-1339251556.opb

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

MD5SUM BENCH= c566835626501a566dd2965326e4b112
RANDOM SEED=1570724850

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31310824 kB
Buffers:          275460 kB
Cached:           272536 kB
SwapCached:         2728 kB
Active:           548504 kB
Inactive:         130420 kB
Active(anon):     129188 kB
Inactive(anon):     3064 kB
Active(file):     419316 kB
Inactive(file):   127356 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67097000 kB
Dirty:             19236 kB
Writeback:             0 kB
AnonPages:        136412 kB
Mapped:            12340 kB
Shmem:                 0 kB
Slab:             743420 kB
SReclaimable:     183752 kB
SUnreclaim:       559668 kB
KernelStack:        1512 kB
PageTables:         4396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     302728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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-3743006-1339251556.opb

Free space on /tmp at the end= 70940 MiB
End job on node130 at 2012-06-09 16:30:34