Trace number 3742841

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null10mast_rapportOE2.0_TMAX120_K67_cod1.opb
MD5SUMe52351d7e2ab6640e880097d3ce770fd
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-2624
Best CPU time to get the best result obtained on this benchmark1380.24
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 900042
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 900042
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-3742841-1339251501.opb.
0.00/0.00	c Instance file HOME/instance-3742841-1339251501.opb
0.00/0.00	c File size is 2762552 bytes.
237.65/237.70	c Highest Coefficient sum: 162810
237.65/237.70	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
237.65/237.75	c ============================[ Problem Statistics ]=============================
237.65/237.75	c |                                                                             |
237.65/237.75	c |  Parsing time:          237.69       s                                      |
237.65/237.75	c |  Number Variables:      40451                                               |
237.65/237.76	c |  Number Constraints:    40950                                               |
237.65/237.76	c ===============================================================================
1799.18/767.61	c Remaining time 1562.30 sec.
1799.18/767.61	c 
1799.18/767.61	c *** INTERRUPTED ***
1799.18/767.61	s UNKNOWN
1799.18/767.61	c Total CPU time              : 1789.66 s
1799.18/767.61	c Memory used           : 705.52 MB
1799.18/767.61	c CPU time              : 1789.66 s
1799.18/767.61	c 
1799.18/767.61	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3742841-1339251501/watcher-3742841-1339251501 -o /tmp/evaluation-result-3742841-1339251501/solver-3742841-1339251501 -C 1800 -W 1900 -M 15500 run HOME/instance-3742841-1339251501.opb 

running on 4 cores: 1,3,5,7

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.04 5.41 4.46 9/182 1496
/proc/meminfo: memFree=29723076/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0

[startup+0.0736611 s]
/proc/loadavg: 6.04 5.41 4.46 9/182 1496
/proc/meminfo: memFree=29723076/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100256 s]
/proc/loadavg: 6.04 5.41 4.46 9/182 1496
/proc/meminfo: memFree=29723076/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300178 s]
/proc/loadavg: 6.04 5.41 4.46 9/182 1496
/proc/meminfo: memFree=29723076/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700177 s]
/proc/loadavg: 6.04 5.41 4.46 9/182 1496
/proc/meminfo: memFree=29723076/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 6.04 5.41 4.46 8/184 1498
/proc/meminfo: memFree=29716704/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
[pid=1497] ppid=1496 vsize=22020 CPUtime=1.49 cores=1,3,5,7
/proc/1497/stat : 1497 (pb_cplex) R 1496 1496 32287 0 -1 4202496 2020 0 0 0 149 0 0 0 20 0 1 0 391278536 22548480 1975 33554432000 134512640 146736320 4292395872 4292278060 140528640 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1497/statm: 5505 1975 354 2985 0 1764 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31168

[startup+3.10021 s]
/proc/loadavg: 6.11 5.43 4.48 8/184 1498
/proc/meminfo: memFree=29716208/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
[pid=1497] ppid=1496 vsize=22152 CPUtime=3.09 cores=1,3,5,7
/proc/1497/stat : 1497 (pb_cplex) R 1496 1496 32287 0 -1 4202496 2055 0 0 0 309 0 0 0 20 0 1 0 391278536 22683648 2010 33554432000 134512640 146736320 4292395872 4292278156 140679008 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1497/statm: 5538 2010 354 2985 0 1797 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31300

[startup+6.30021 s]
/proc/loadavg: 6.11 5.43 4.48 7/184 1498
/proc/meminfo: memFree=29716216/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
[pid=1497] ppid=1496 vsize=22416 CPUtime=6.29 cores=1,3,5,7
/proc/1497/stat : 1497 (pb_cplex) R 1496 1496 32287 0 -1 4202496 2107 0 0 0 629 0 0 0 20 0 1 0 391278536 22953984 2062 33554432000 134512640 146736320 4292395872 4292278124 140647825 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1497/statm: 5604 2062 354 2985 0 1863 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31564

[startup+12.7002 s]
/proc/loadavg: 6.02 5.43 4.48 4/184 1498
/proc/meminfo: memFree=29713924/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
[pid=1497] ppid=1496 vsize=22548 CPUtime=12.69 cores=1,3,5,7
/proc/1497/stat : 1497 (pb_cplex) R 1496 1496 32287 0 -1 4202496 2152 0 0 0 1269 0 0 0 20 0 1 0 391278536 23089152 2107 33554432000 134512640 146736320 4292395872 4292278160 140681224 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1497/statm: 5637 2107 354 2985 0 1896 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31696

[startup+25.5002 s]
/proc/loadavg: 6.28 5.50 4.52 10/184 1498
/proc/meminfo: memFree=29705756/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
[pid=1497] ppid=1496 vsize=22856 CPUtime=25.49 cores=1,3,5,7
/proc/1497/stat : 1497 (pb_cplex) R 1496 1496 32287 0 -1 4202496 2237 0 0 0 2549 0 0 0 20 0 1 0 391278536 23404544 2192 33554432000 134512640 146736320 4292395872 4292278224 140684732 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1497/statm: 5714 2192 354 2985 0 1973 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32004

[startup+51.1002 s]
/proc/loadavg: 7.20 5.78 4.64 10/184 1498
/proc/meminfo: memFree=29700664/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
[pid=1497] ppid=1496 vsize=23452 CPUtime=51.08 cores=1,3,5,7
/proc/1497/stat : 1497 (pb_cplex) R 1496 1496 32287 0 -1 4202496 2358 0 0 0 5108 0 0 0 20 0 1 0 391278536 24014848 2313 33554432000 134512640 146736320 4292395872 4292278160 140681194 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1497/statm: 5863 2313 354 2985 0 2122 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 32600

[startup+102.306 s]
/proc/loadavg: 8.16 6.29 4.87 9/185 1501
/proc/meminfo: memFree=29682884/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
[pid=1497] ppid=1496 vsize=35220 CPUtime=102.28 cores=1,3,5,7
/proc/1497/stat : 1497 (pb_cplex) R 1496 1496 32287 0 -1 4202496 6054 0 0 0 10227 1 0 0 20 0 1 0 391278536 36065280 5837 33554432000 134512640 146736320 4292395872 4292393788 134814122 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1497/statm: 8805 5837 963 2985 0 5064 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 44368

[startup+162.3 s]
/proc/loadavg: 8.15 6.63 5.07 10/184 1501
/proc/meminfo: memFree=29677216/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
[pid=1497] ppid=1496 vsize=35352 CPUtime=162.27 cores=1,3,5,7
/proc/1497/stat : 1497 (pb_cplex) R 1496 1496 32287 0 -1 4202496 6096 0 0 0 16226 1 0 0 20 0 1 0 391278536 36200448 5879 33554432000 134512640 146736320 4292395872 4292393952 140660136 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1497/statm: 8838 5879 963 2985 0 5097 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 44500

[startup+222.3 s]
/proc/loadavg: 8.31 6.98 5.30 10/184 1502
/proc/meminfo: memFree=29671748/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
[pid=1497] ppid=1496 vsize=35484 CPUtime=222.26 cores=1,3,5,7
/proc/1497/stat : 1497 (pb_cplex) R 1496 1496 32287 0 -1 4202496 6126 0 0 0 22225 1 0 0 20 0 1 0 391278536 36335616 5906 33554432000 134512640 146736320 4292395872 4292393760 141028101 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/1497/statm: 8871 5906 963 2985 0 5130 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 44632

[startup+282.301 s]
/proc/loadavg: 6.40 6.73 5.31 9/184 1517
/proc/meminfo: memFree=29296756/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
[pid=1497] ppid=1496 vsize=671176 CPUtime=307 cores=1,3,5,7
/proc/1497/stat : 1497 (pb_cplex) R 1496 1496 32287 0 -1 4202496 281196 0 0 0 30632 68 0 0 20 0 8 0 391278536 687284224 106647 33554432000 134512640 146736320 4292395872 4292388752 136008420 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1497/statm: 167794 106647 979 2985 0 164728 0
[pid=1497/tid=1510] ppid=1496 vsize=671176 CPUtime=4.86 cores=1,3,5,7
/proc/1497/task/1510/stat : 1510 (pb_cplex) R 1496 1496 32287 0 -1 4202560 8805 0 0 0 483 3 0 0 20 0 8 0 391304860 687284224 106647 33554432000 134512640 146736320 4292395872 4012768400 136008163 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=1497/tid=1511] ppid=1496 vsize=671176 CPUtime=0 cores=1,3,5,7
/proc/1497/task/1511/stat : 1511 (pb_cplex) S 1496 1496 32287 0 -1 4202560 364 0 0 0 0 0 0 0 20 0 8 0 391304860 687284224 106647 33554432000 134512640 146736320 4292395872 4023258768 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1497/tid=1512] ppid=1496 vsize=671176 CPUtime=4.78 cores=1,3,5,7
/proc/1497/task/1512/stat : 1512 (pb_cplex) R 1496 1496 32287 0 -1 4202560 8187 0 0 0 476 2 0 0 20 0 8 0 391304860 687284224 106647 33554432000 134512640 146736320 4292395872 4033740168 136000363 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=1497/tid=1513] ppid=1496 vsize=671176 CPUtime=4.66 cores=1,3,5,7
/proc/1497/task/1513/stat : 1513 (pb_cplex) R 1496 1496 32287 0 -1 4202560 12238 0 0 0 461 5 0 0 20 0 8 0 391304860 687284224 106647 33554432000 134512640 146736320 4292395872 4044226176 135655923 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1497/tid=1514] ppid=1496 vsize=671176 CPUtime=4.23 cores=1,3,5,7
/proc/1497/task/1514/stat : 1514 (pb_cplex) R 1496 1496 32287 0 -1 4202560 10266 0 0 0 418 5 0 0 20 0 8 0 391304860 687284224 106647 33554432000 134512640 146736320 4292395872 3804151876 136385183 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1497/tid=1515] ppid=1496 vsize=671176 CPUtime=4.65 cores=1,3,5,7
/proc/1497/task/1515/stat : 1515 (pb_cplex) R 1496 1496 32287 0 -1 4202560 9650 0 0 0 462 3 0 0 20 0 8 0 391304860 687284224 106647 33554432000 134512640 146736320 4292395872 3793666324 136003493 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1497/tid=1517] ppid=1496 vsize=671176 CPUtime=5.07 cores=1,3,5,7
/proc/1497/task/1517/stat : 1517 (pb_cplex) R 1496 1496 32287 0 -1 4202560 11281 0 0 0 503 4 0 0 20 0 8 0 391304860 687284224 106647 33554432000 134512640 146736320 4292395872 3776963560 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 307
Current children cumulated vsize (KiB) 680324

[startup+342.301 s]
/proc/loadavg: 6.47 6.69 5.38 10/191 1524

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

[pid=1497/tid=1564] ppid=1496 vsize=746016 CPUtime=24.42 cores=1,3,5,7
/proc/1497/task/1564/stat : 1564 (pb_cplex) R 1496 1496 32287 0 -1 4202560 15826 0 0 0 2436 6 0 0 20 0 8 0 391323211 763920384 128552 33554432000 134512640 146736320 4292395872 3859799184 136008450 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1497/tid=1566] ppid=1496 vsize=746016 CPUtime=22.14 cores=1,3,5,7
/proc/1497/task/1566/stat : 1566 (pb_cplex) S 1496 1496 32287 0 -1 4202560 27237 0 0 0 2204 10 0 0 20 0 8 0 391323211 763920384 128552 33554432000 134512640 146736320 4292395872 3849318032 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1497/tid=1567] ppid=1496 vsize=746016 CPUtime=24.76 cores=1,3,5,7
/proc/1497/task/1567/stat : 1567 (pb_cplex) R 1496 1496 32287 0 -1 4202560 15285 0 0 0 2471 5 0 0 20 0 8 0 391323211 763920384 128552 33554432000 134512640 146736320 4292395872 3838828924 139023053 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 941.32
Current children cumulated vsize (KiB) 755164

[startup+582.3 s]
/proc/loadavg: 8.62 7.77 6.12 10/184 1622
/proc/meminfo: memFree=28956948/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
[pid=1497] ppid=1496 vsize=738664 CPUtime=1154.7 cores=1,3,5,7
/proc/1497/stat : 1497 (pb_cplex) R 1496 1496 32287 0 -1 4202496 1381407 0 0 0 114966 504 0 0 20 0 8 0 391278536 756391936 132040 33554432000 134512640 146736320 4292395872 4292388936 139023093 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 184666 132040 984 2985 0 181600 0
[pid=1497/tid=1560] ppid=1496 vsize=738664 CPUtime=55.11 cores=1,3,5,7
/proc/1497/task/1560/stat : 1560 (pb_cplex) R 1496 1496 32287 0 -1 4202560 71085 0 0 0 5482 29 0 0 20 0 8 0 391323211 756391936 132040 33554432000 134512640 146736320 4292395872 4067418204 135855174 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1497/tid=1561] ppid=1496 vsize=738664 CPUtime=46.61 cores=1,3,5,7
/proc/1497/task/1561/stat : 1561 (pb_cplex) R 1496 1496 32287 0 -1 4202560 69701 0 0 0 4633 28 0 0 20 0 8 0 391323211 756391936 132040 33554432000 134512640 146736320 4292395872 4077904772 135850319 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1497/tid=1562] ppid=1496 vsize=738664 CPUtime=42.7 cores=1,3,5,7
/proc/1497/task/1562/stat : 1562 (pb_cplex) R 1496 1496 32287 0 -1 4202560 62109 0 0 0 4247 23 0 0 20 0 8 0 391323211 756391936 132040 33554432000 134512640 146736320 4292395872 4088390088 136000532 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1497/tid=1563] ppid=1496 vsize=738664 CPUtime=52.8 cores=1,3,5,7
/proc/1497/task/1563/stat : 1563 (pb_cplex) R 1496 1496 32287 0 -1 4202560 70690 0 0 0 5251 29 0 0 20 0 8 0 391323211 756391936 132040 33554432000 134512640 146736320 4292395872 4044225920 135999740 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1497/tid=1564] ppid=1496 vsize=738664 CPUtime=66.22 cores=1,3,5,7
/proc/1497/task/1564/stat : 1564 (pb_cplex) R 1496 1496 32287 0 -1 4202560 48363 0 0 0 6603 19 0 0 20 0 8 0 391323211 756391936 132040 33554432000 134512640 146736320 4292395872 3859799032 136475808 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=1497/tid=1566] ppid=1496 vsize=738664 CPUtime=37.26 cores=1,3,5,7
/proc/1497/task/1566/stat : 1566 (pb_cplex) R 1496 1496 32287 0 -1 4202560 80746 0 0 0 3694 32 0 0 20 0 8 0 391323211 756391936 132040 33554432000 134512640 146736320 4292395872 3849313920 135656027 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=1497/tid=1567] ppid=1496 vsize=738664 CPUtime=65.3 cores=1,3,5,7
/proc/1497/task/1567/stat : 1567 (pb_cplex) R 1496 1496 32287 0 -1 4202560 43555 0 0 0 6515 15 0 0 20 0 8 0 391323211 756391936 132040 33554432000 134512640 146736320 4292395872 3838828960 139023034 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1154.7
Current children cumulated vsize (KiB) 747812

[startup+642.301 s]
/proc/loadavg: 7.78 7.77 6.24 5/184 1622
/proc/meminfo: memFree=28937228/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
[pid=1497] ppid=1496 vsize=731048 CPUtime=1389.42 cores=1,3,5,7
/proc/1497/stat : 1497 (pb_cplex) R 1496 1496 32287 0 -1 4202496 1731315 0 0 0 138291 651 0 0 20 0 8 0 391278536 748593152 134138 33554432000 134512640 146736320 4292395872 4292387524 136385174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1497/statm: 182762 134138 984 2985 0 179696 0
[pid=1497/tid=1560] ppid=1496 vsize=731048 CPUtime=83.85 cores=1,3,5,7
/proc/1497/task/1560/stat : 1560 (pb_cplex) S 1496 1496 32287 0 -1 4202560 101275 0 0 0 8342 43 0 0 20 0 8 0 391323211 748593152 134138 33554432000 134512640 146736320 4292395872 4067421840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1497/tid=1561] ppid=1496 vsize=731048 CPUtime=68.37 cores=1,3,5,7
/proc/1497/task/1561/stat : 1561 (pb_cplex) S 1496 1496 32287 0 -1 4202560 121218 0 0 0 6787 50 0 0 20 0 8 0 391323211 748593152 134138 33554432000 134512640 146736320 4292395872 4077907600 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1497/tid=1562] ppid=1496 vsize=731048 CPUtime=75.36 cores=1,3,5,7
/proc/1497/task/1562/stat : 1562 (pb_cplex) S 1496 1496 32287 0 -1 4202560 101468 0 0 0 7493 43 0 0 20 0 8 0 391323211 748593152 134138 33554432000 134512640 146736320 4292395872 4088393360 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1497/tid=1563] ppid=1496 vsize=731048 CPUtime=77.3 cores=1,3,5,7
/proc/1497/task/1563/stat : 1563 (pb_cplex) S 1496 1496 32287 0 -1 4202560 96812 0 0 0 7690 40 0 0 20 0 8 0 391323211 748593152 134138 33554432000 134512640 146736320 4292395872 4044230288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1497/tid=1564] ppid=1496 vsize=731048 CPUtime=103.14 cores=1,3,5,7
/proc/1497/task/1564/stat : 1564 (pb_cplex) R 1496 1496 32287 0 -1 4202560 82387 0 0 0 10280 34 0 0 20 0 8 0 391323211 748593152 134138 33554432000 134512640 146736320 4292395872 3859800508 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1497/tid=1566] ppid=1496 vsize=731048 CPUtime=52.23 cores=1,3,5,7
/proc/1497/task/1566/stat : 1566 (pb_cplex) S 1496 1496 32287 0 -1 4202560 110099 0 0 0 5180 43 0 0 20 0 8 0 391323211 748593152 134138 33554432000 134512640 146736320 4292395872 3849318032 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1497/tid=1567] ppid=1496 vsize=731048 CPUtime=103.03 cores=1,3,5,7
/proc/1497/task/1567/stat : 1567 (pb_cplex) R 1496 1496 32287 0 -1 4202560 114361 0 0 0 10260 43 0 0 20 0 8 0 391323211 748593152 134138 33554432000 134512640 146736320 4292395872 3838827504 136384852 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1389.42
Current children cumulated vsize (KiB) 740196

[startup+702.301 s]
/proc/loadavg: 9.71 8.19 6.46 12/192 1632
/proc/meminfo: memFree=28363432/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
[pid=1497] ppid=1496 vsize=715360 CPUtime=1591.86 cores=1,3,5,7
/proc/1497/stat : 1497 (pb_cplex) R 1496 1496 32287 0 -1 4202496 2038902 0 0 0 158383 803 0 0 20 0 8 0 391278536 732528640 132786 33554432000 134512640 146736320 4292395872 4292388220 139023039 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 178840 132786 984 2985 0 175774 0
[pid=1497/tid=1560] ppid=1496 vsize=715360 CPUtime=110.78 cores=1,3,5,7
/proc/1497/task/1560/stat : 1560 (pb_cplex) R 1496 1496 32287 0 -1 4202560 145694 0 0 0 11009 69 0 0 20 0 8 0 391323211 732528640 132786 33554432000 134512640 146736320 4292395872 4067417284 136385265 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1497/tid=1561] ppid=1496 vsize=715360 CPUtime=79.28 cores=1,3,5,7
/proc/1497/task/1561/stat : 1561 (pb_cplex) S 1496 1496 32287 0 -1 4202560 140536 0 0 0 7870 58 0 0 20 0 8 0 391323211 732528640 132786 33554432000 134512640 146736320 4292395872 4077907600 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1497/tid=1562] ppid=1496 vsize=715360 CPUtime=89.81 cores=1,3,5,7
/proc/1497/task/1562/stat : 1562 (pb_cplex) S 1496 1496 32287 0 -1 4202560 122864 0 0 0 8929 52 0 0 20 0 8 0 391323211 732528640 132786 33554432000 134512640 146736320 4292395872 4088393360 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1497/tid=1563] ppid=1496 vsize=715360 CPUtime=102.39 cores=1,3,5,7
/proc/1497/task/1563/stat : 1563 (pb_cplex) S 1496 1496 32287 0 -1 4202560 134495 0 0 0 10177 62 0 0 20 0 8 0 391323211 732528640 132786 33554432000 134512640 146736320 4292395872 4044230288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1497/tid=1564] ppid=1496 vsize=715360 CPUtime=147.98 cores=1,3,5,7
/proc/1497/task/1564/stat : 1564 (pb_cplex) R 1496 1496 32287 0 -1 4202560 158858 0 0 0 14728 70 0 0 20 0 8 0 391323211 732528640 132786 33554432000 134512640 146736320 4292395872 3859799184 136008441 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1497/tid=1566] ppid=1496 vsize=715360 CPUtime=72.11 cores=1,3,5,7
/proc/1497/task/1566/stat : 1566 (pb_cplex) S 1496 1496 32287 0 -1 4202560 135295 0 0 0 7155 56 0 0 20 0 8 0 391323211 732528640 132786 33554432000 134512640 146736320 4292395872 3849318032 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1497/tid=1567] ppid=1496 vsize=715360 CPUtime=121.2 cores=1,3,5,7
/proc/1497/task/1567/stat : 1567 (pb_cplex) S 1496 1496 32287 0 -1 4202560 135643 0 0 0 12067 53 0 0 20 0 8 0 391323211 732528640 132786 33554432000 134512640 146736320 4292395872 3838832272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1591.86
Current children cumulated vsize (KiB) 724508

[startup+762.307 s]
/proc/loadavg: 9.81 8.62 6.72 10/184 1632
/proc/meminfo: memFree=28863392/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
[pid=1497] ppid=1496 vsize=705608 CPUtime=1778.03 cores=1,3,5,7
/proc/1497/stat : 1497 (pb_cplex) R 1496 1496 32287 0 -1 4202496 2319312 0 0 0 176867 936 0 0 20 0 8 0 391278536 722542592 131785 33554432000 134512640 146736320 4292395872 4292387692 135454090 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1497/statm: 176402 131785 985 2985 0 173336 0
[pid=1497/tid=1560] ppid=1496 vsize=705608 CPUtime=137.75 cores=1,3,5,7
/proc/1497/task/1560/stat : 1560 (pb_cplex) R 1496 1496 32287 0 -1 4202560 172032 0 0 0 13691 84 0 0 20 0 8 0 391323211 722542592 131785 33554432000 134512640 146736320 4292395872 4067417232 136008450 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1497/tid=1561] ppid=1496 vsize=705608 CPUtime=93.27 cores=1,3,5,7
/proc/1497/task/1561/stat : 1561 (pb_cplex) R 1496 1496 32287 0 -1 4202560 161918 0 0 0 9257 70 0 0 20 0 8 0 391323211 722542592 131785 33554432000 134512640 146736320 4292395872 4077904080 136008441 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1497/tid=1562] ppid=1496 vsize=705608 CPUtime=111.44 cores=1,3,5,7
/proc/1497/task/1562/stat : 1562 (pb_cplex) R 1496 1496 32287 0 -1 4202560 147948 0 0 0 11079 65 0 0 20 0 8 0 391323211 722542592 131785 33554432000 134512640 146736320 4292395872 4088389688 136475859 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1497/tid=1563] ppid=1496 vsize=705608 CPUtime=119.1 cores=1,3,5,7
/proc/1497/task/1563/stat : 1563 (pb_cplex) R 1496 1496 32287 0 -1 4202560 159408 0 0 0 11838 72 0 0 20 0 8 0 391323211 722542592 131785 33554432000 134512640 146736320 4292395872 4044226652 135854189 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1497/tid=1564] ppid=1496 vsize=705608 CPUtime=188.62 cores=1,3,5,7
/proc/1497/task/1564/stat : 1564 (pb_cplex) R 1496 1496 32287 0 -1 4202560 226029 0 0 0 18765 97 0 0 20 0 8 0 391323211 722542592 131785 33554432000 134512640 146736320 4292395872 3859802688 136854933 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1497/tid=1566] ppid=1496 vsize=705608 CPUtime=92.81 cores=1,3,5,7
/proc/1497/task/1566/stat : 1566 (pb_cplex) R 1496 1496 32287 0 -1 4202560 165403 0 0 0 9210 71 0 0 20 0 8 0 391323211 722542592 131785 33554432000 134512640 146736320 4292395872 3849314192 139023058 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=1497/tid=1567] ppid=1496 vsize=705608 CPUtime=140.6 cores=1,3,5,7
/proc/1497/task/1567/stat : 1567 (pb_cplex) R 1496 1496 32287 0 -1 4202560 176954 0 0 0 13985 75 0 0 20 0 8 0 391323211 722542592 131785 33554432000 134512640 146736320 4292395872 3838828752 136008042 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1778.03
Current children cumulated vsize (KiB) 714756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+767.601 s]
/proc/loadavg: 9.69 8.63 6.74 10/184 1632
/proc/meminfo: memFree=28859840/32873844 swapFree=7124/7124
[pid=1496] ppid=1494 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (run) S 1494 1496 32287 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278535 9367552 270 33554432000 4194304 5064252 140734922749360 140734922748272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1496/statm: 2287 270 229 213 0 72 0
[pid=1497] ppid=1496 vsize=722444 CPUtime=1799.18 cores=1,3,5,7
/proc/1497/stat : 1497 (pb_cplex) R 1496 1496 32287 0 -1 4202496 2372085 0 0 0 178961 957 0 0 20 0 8 0 391278536 739782656 135811 33554432000 134512640 146736320 4292395872 4292388748 136388877 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 180611 135811 985 2985 0 177545 0
[pid=1497/tid=1560] ppid=1496 vsize=722444 CPUtime=140.48 cores=1,3,5,7
/proc/1497/task/1560/stat : 1560 (pb_cplex) R 1496 1496 32287 0 -1 4202560 173556 0 0 0 13963 85 0 0 20 0 8 0 391323211 739782656 135811 33554432000 134512640 146736320 4292395872 4067417116 135855165 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1497/tid=1561] ppid=1496 vsize=722444 CPUtime=95.86 cores=1,3,5,7
/proc/1497/task/1561/stat : 1561 (pb_cplex) R 1496 1496 32287 0 -1 4202560 166110 0 0 0 9514 72 0 0 20 0 8 0 391323211 739782656 135811 33554432000 134512640 146736320 4292395872 4077903964 135855165 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=1497/tid=1562] ppid=1496 vsize=722444 CPUtime=114.04 cores=1,3,5,7
/proc/1497/task/1562/stat : 1562 (pb_cplex) R 1496 1496 32287 0 -1 4202560 151358 0 0 0 11338 66 0 0 20 0 8 0 391323211 739782656 135811 33554432000 134512640 146736320 4292395872 4088388612 136385174 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1497/tid=1563] ppid=1496 vsize=722444 CPUtime=121.77 cores=1,3,5,7
/proc/1497/task/1563/stat : 1563 (pb_cplex) R 1496 1496 32287 0 -1 4202560 164169 0 0 0 12104 73 0 0 20 0 8 0 391323211 739782656 135811 33554432000 134512640 146736320 4292395872 4044226768 136008450 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=1497/tid=1564] ppid=1496 vsize=722444 CPUtime=191.22 cores=1,3,5,7
/proc/1497/task/1564/stat : 1564 (pb_cplex) R 1496 1496 32287 0 -1 4202560 239322 0 0 0 19020 102 0 0 20 0 8 0 391323211 739782656 135811 33554432000 134512640 146736320 4292395872 3859799184 136008163 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=1497/tid=1566] ppid=1496 vsize=722444 CPUtime=95.42 cores=1,3,5,7
/proc/1497/task/1566/stat : 1566 (pb_cplex) R 1496 1496 32287 0 -1 4202560 173831 0 0 0 9466 76 0 0 20 0 8 0 391323211 739782656 135811 33554432000 134512640 146736320 4292395872 3849314760 136000318 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=1497/tid=1567] ppid=1496 vsize=722444 CPUtime=143.23 cores=1,3,5,7
/proc/1497/task/1567/stat : 1567 (pb_cplex) R 1496 1496 32287 0 -1 4202560 189555 0 0 0 14245 78 0 0 20 0 8 0 391323211 739782656 135811 33554432000 134512640 146736320 4292395872 3838828752 136008042 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.18
Current children cumulated vsize (KiB) 731592

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1496 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1799.18
#
# 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): 1.03003
#  lost CPU user time (s): 1.08002
#  lost CPU system time (s): -0.05

Real time (s): 767.622
CPU time (s): 1800.21
CPU user time (s): 1790.69
CPU system time (s): 9.52
CPU usage (%): 234.518
Max. virtual memory (cumulated for all children) (KiB): 802712

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

runsolver used 2.03069 second user time and 5.12522 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-09 16:18:21
IDJOB=3742841
IDBENCH=90365
IDSOLVER=2325
FILE ID=node110/3742841-1339251501
RUNJOBID= node110-1339246832-32305
PBS_JOBID= 14644371
Free space on /tmp= 69264 MiB

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

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

MD5SUM BENCH= e52351d7e2ab6640e880097d3ce770fd
RANDOM SEED=1834452469

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29723348 kB
Buffers:          205392 kB
Cached:          1987116 kB
SwapCached:         1880 kB
Active:          2169568 kB
Inactive:          95688 kB
Active(anon):      70752 kB
Inactive(anon):     4252 kB
Active(file):    2098816 kB
Inactive(file):    91436 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67099064 kB
Dirty:             19536 kB
Writeback:             0 kB
AnonPages:         79040 kB
Mapped:            12256 kB
Shmem:                 0 kB
Slab:             746044 kB
SReclaimable:     186892 kB
SUnreclaim:       559152 kB
KernelStack:        1504 kB
PageTables:         3876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     245296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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-3742841-1339251501.opb

Free space on /tmp at the end= 69232 MiB
End job on node110 at 2012-06-09 16:31:11