Trace number 3742830

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.29 685.617

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null0mast_rapportOE1.0_TMAX120_K67_cod2.opb
MD5SUM8e8a9709ab0638484b49ff5cae7622ac
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-94333
Best CPU time to get the best result obtained on this benchmark1797.03
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 243
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 250772
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 250772
Number of bits of the biggest sum of numbers18
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-3742830-1339251498.opb.
0.00/0.00	c Instance file HOME/instance-3742830-1339251498.opb
0.00/0.00	c File size is 2491997 bytes.
7.70/7.74	c Highest Coefficient sum: 12352
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.79	c |  Number Constraints:    41436                                               |
7.70/7.79	c ===============================================================================
1800.29/685.61	c Remaining time 1792.23 sec.
1800.29/685.61	c 
1800.29/685.61	c *** INTERRUPTED ***
1800.29/685.61	s UNKNOWN
1800.29/685.61	c Total CPU time              : 1795.66 s
1800.29/685.61	c Memory used           : 703.34 MB
1800.29/685.61	c CPU time              : 1795.66 s
1800.29/685.61	c 
1800.29/685.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-3742830-1339251498/watcher-3742830-1339251498 -o /tmp/evaluation-result-3742830-1339251498/solver-3742830-1339251498 -C 1800 -W 1900 -M 15500 run HOME/instance-3742830-1339251498.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: 8.92 6.69 4.36 3/177 25839
/proc/meminfo: memFree=29520176/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0

[startup+0.038521 s]
/proc/loadavg: 8.92 6.69 4.36 3/177 25839
/proc/meminfo: memFree=29520176/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10022 s]
/proc/loadavg: 8.92 6.69 4.36 3/177 25839
/proc/meminfo: memFree=29520176/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300173 s]
/proc/loadavg: 8.92 6.69 4.36 3/177 25839
/proc/meminfo: memFree=29520176/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700179 s]
/proc/loadavg: 8.92 6.69 4.36 3/177 25839
/proc/meminfo: memFree=29520176/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/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: 8.92 6.69 4.36 3/179 25841
/proc/meminfo: memFree=29503048/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
[pid=25840] ppid=25839 vsize=32644 CPUtime=1.49 cores=1,3,5,7
/proc/25840/stat : 25840 (pb_cplex) R 25839 25839 24699 0 -1 4202496 5388 0 0 0 148 1 0 0 20 0 1 0 391278364 33427456 5206 33554432000 134512640 146736320 4289724496 4289722336 140526619 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/25840/statm: 8161 5206 897 2985 0 4486 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41792

[startup+3.10022 s]
/proc/loadavg: 8.92 6.69 4.36 3/179 25841
/proc/meminfo: memFree=29502892/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
[pid=25840] ppid=25839 vsize=32644 CPUtime=3.09 cores=1,3,5,7
/proc/25840/stat : 25840 (pb_cplex) R 25839 25839 24699 0 -1 4202496 5395 0 0 0 308 1 0 0 20 0 1 0 391278364 33427456 5213 33554432000 134512640 146736320 4289724496 4289722348 140526592 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/25840/statm: 8161 5213 897 2985 0 4486 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41792

[startup+6.30022 s]
/proc/loadavg: 8.37 6.61 4.34 3/179 25841
/proc/meminfo: memFree=29502784/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
[pid=25840] ppid=25839 vsize=32644 CPUtime=6.29 cores=1,3,5,7
/proc/25840/stat : 25840 (pb_cplex) R 25839 25839 24699 0 -1 4202496 5402 0 0 0 628 1 0 0 20 0 1 0 391278364 33427456 5220 33554432000 134512640 146736320 4289724496 4289722412 134814122 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/25840/statm: 8161 5220 897 2985 0 4486 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41792

[startup+12.7003 s]
/proc/loadavg: 7.86 6.53 4.33 3/179 25841
/proc/meminfo: memFree=29441368/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
[pid=25840] ppid=25839 vsize=137148 CPUtime=12.68 cores=1,3,5,7
/proc/25840/stat : 25840 (pb_cplex) R 25839 25839 24699 0 -1 4202496 43572 0 0 0 1260 8 0 0 20 0 1 0 391278364 140439552 20248 33554432000 134512640 146736320 4289724496 4289719112 139043341 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/25840/statm: 34287 20248 797 2985 0 31221 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 146296

[startup+25.5003 s]
/proc/loadavg: 6.56 6.31 4.29 3/179 25841
/proc/meminfo: memFree=29440872/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
[pid=25840] ppid=25839 vsize=138100 CPUtime=25.48 cores=1,3,5,7
/proc/25840/stat : 25840 (pb_cplex) R 25839 25839 24699 0 -1 4202496 69341 0 0 0 2535 13 0 0 20 0 1 0 391278364 141414400 20570 33554432000 134512640 146736320 4289724496 4289719248 136008441 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/25840/statm: 34525 20570 798 2985 0 31459 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 147248

[startup+51.1003 s]
/proc/loadavg: 5.00 5.96 4.23 3/179 25841
/proc/meminfo: memFree=29429368/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
[pid=25840] ppid=25839 vsize=141912 CPUtime=51.08 cores=1,3,5,7
/proc/25840/stat : 25840 (pb_cplex) R 25839 25839 24699 0 -1 4202496 101539 0 0 0 5088 20 0 0 20 0 1 0 391278364 145317888 23476 33554432000 134512640 146736320 4289724496 4289719240 136064375 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/25840/statm: 35478 23476 823 2985 0 32412 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 151060

[startup+102.307 s]
/proc/loadavg: 3.30 5.35 4.11 3/179 25841
/proc/meminfo: memFree=29424884/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
[pid=25840] ppid=25839 vsize=138888 CPUtime=102.27 cores=1,3,5,7
/proc/25840/stat : 25840 (pb_cplex) R 25839 25839 24699 0 -1 4202496 187117 0 0 0 10189 38 0 0 20 0 1 0 391278364 142221312 24570 33554432000 134512640 146736320 4289724496 4289718532 136385174 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/25840/statm: 34722 24570 926 2985 0 31656 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 148036

[startup+162.3 s]
/proc/loadavg: 2.48 4.74 3.98 3/180 25844
/proc/meminfo: memFree=29421880/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
[pid=25840] ppid=25839 vsize=139596 CPUtime=162.26 cores=1,3,5,7
/proc/25840/stat : 25840 (pb_cplex) R 25839 25839 24699 0 -1 4202496 280645 0 0 0 16166 60 0 0 20 0 1 0 391278364 142946304 25335 33554432000 134512640 146736320 4289724496 4289718532 136385175 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/25840/statm: 34899 25335 928 2985 0 31833 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 148744

[startup+222.3 s]
/proc/loadavg: 2.20 4.25 3.85 3/179 25845
/proc/meminfo: memFree=29415684/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
[pid=25840] ppid=25839 vsize=178752 CPUtime=222.25 cores=1,3,5,7
/proc/25840/stat : 25840 (pb_cplex) R 25839 25839 24699 0 -1 4202496 440368 0 0 0 22129 96 0 0 20 0 1 0 391278364 183042048 31121 33554432000 134512640 146736320 4289724496 4289721856 137569163 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/25840/statm: 44688 31121 963 2985 0 41622 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 187900

[startup+282.301 s]
/proc/loadavg: 3.23 4.09 3.82 10/186 25852
/proc/meminfo: memFree=29068428/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
[pid=25840] ppid=25839 vsize=670092 CPUtime=314.02 cores=1,3,5,7
/proc/25840/stat : 25840 (pb_cplex) R 25839 25839 24699 0 -1 4202496 581271 0 0 0 31266 136 0 0 20 0 8 0 391278364 686174208 113771 33554432000 134512640 146736320 4289724496 4289717380 136385265 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25840/statm: 167523 113771 984 2985 0 164457 0
[pid=25840/tid=25846] ppid=25839 vsize=670092 CPUtime=5.23 cores=1,3,5,7
/proc/25840/task/25846/stat : 25846 (pb_cplex) R 25839 25839 24699 0 -1 4202560 6192 0 0 0 520 3 0 0 20 0 8 0 391300612 686174208 113771 33554432000 134512640 146736320 4289724496 4007354436 136385184 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25847] ppid=25839 vsize=670092 CPUtime=5.23 cores=1,3,5,7
/proc/25840/task/25847/stat : 25847 (pb_cplex) R 25839 25839 24699 0 -1 4202560 5707 0 0 0 521 2 0 0 20 0 8 0 391300612 686174208 113771 33554432000 134512640 146736320 4289724496 3996869200 136403129 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25848] ppid=25839 vsize=670092 CPUtime=5.31 cores=1,3,5,7
/proc/25840/task/25848/stat : 25848 (pb_cplex) R 25839 25839 24699 0 -1 4202560 5721 0 0 0 529 2 0 0 20 0 8 0 391300612 686174208 113771 33554432000 134512640 146736320 4289724496 3986383440 136403106 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25849] ppid=25839 vsize=670092 CPUtime=5.41 cores=1,3,5,7
/proc/25840/task/25849/stat : 25849 (pb_cplex) R 25839 25839 24699 0 -1 4202560 5447 0 0 0 539 2 0 0 20 0 8 0 391300612 686174208 113771 33554432000 134512640 146736320 4289724496 3975896296 135467773 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25850] ppid=25839 vsize=670092 CPUtime=5.29 cores=1,3,5,7
/proc/25840/task/25850/stat : 25850 (pb_cplex) R 25839 25839 24699 0 -1 4202560 6932 0 0 0 527 2 0 0 20 0 8 0 391300612 686174208 113771 33554432000 134512640 146736320 4289724496 3965411368 139044572 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25851] ppid=25839 vsize=670092 CPUtime=5.11 cores=1,3,5,7
/proc/25840/task/25851/stat : 25851 (pb_cplex) R 25839 25839 24699 0 -1 4202560 7929 0 0 0 509 2 0 0 20 0 8 0 391300612 686174208 113771 33554432000 134512640 146736320 4289724496 3954924572 135855170 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25852] ppid=25839 vsize=670092 CPUtime=5.33 cores=1,3,5,7
/proc/25840/task/25852/stat : 25852 (pb_cplex) R 25839 25839 24699 0 -1 4202560 6563 0 0 0 531 2 0 0 20 0 8 0 391300612 686174208 113771 33554432000 134512640 146736320 4289724496 3944438928 136008309 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 314.02
Current children cumulated vsize (KiB) 679240

[startup+342.3 s]
/proc/loadavg: 6.88 4.98 4.14 10/186 25852

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

/proc/25840/statm: 173484 134353 998 2985 0 170418 0
[pid=25840/tid=25846] ppid=25839 vsize=693936 CPUtime=48.22 cores=1,3,5,7
/proc/25840/task/25846/stat : 25846 (pb_cplex) S 25839 25839 24699 0 -1 4202560 32298 0 0 0 4809 13 0 0 20 0 8 0 391300612 710590464 134353 33554432000 134512640 146736320 4289724496 4007358096 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25847] ppid=25839 vsize=693936 CPUtime=82 cores=1,3,5,7
/proc/25840/task/25847/stat : 25847 (pb_cplex) R 25839 25839 24699 0 -1 4202560 51512 0 0 0 8177 23 0 0 20 0 8 0 391300612 710590464 134353 33554432000 134512640 146736320 4289724496 3996868700 135854189 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25848] ppid=25839 vsize=693936 CPUtime=81.95 cores=1,3,5,7
/proc/25840/task/25848/stat : 25848 (pb_cplex) R 25839 25839 24699 0 -1 4202560 17474 0 0 0 8187 8 0 0 20 0 8 0 391300612 710590464 134353 33554432000 134512640 146736320 4289724496 3986382916 136385184 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25849] ppid=25839 vsize=693936 CPUtime=69.08 cores=1,3,5,7
/proc/25840/task/25849/stat : 25849 (pb_cplex) S 25839 25839 24699 0 -1 4202560 33573 0 0 0 6894 14 0 0 20 0 8 0 391300612 710590464 134353 33554432000 134512640 146736320 4289724496 3975900816 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25850] ppid=25839 vsize=693936 CPUtime=66.05 cores=1,3,5,7
/proc/25840/task/25850/stat : 25850 (pb_cplex) S 25839 25839 24699 0 -1 4202560 30410 0 0 0 6593 12 0 0 20 0 8 0 391300612 710590464 134353 33554432000 134512640 146736320 4289724496 3965415056 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25851] ppid=25839 vsize=693936 CPUtime=81.14 cores=1,3,5,7
/proc/25840/task/25851/stat : 25851 (pb_cplex) R 25839 25839 24699 0 -1 4202560 42740 0 0 0 8097 17 0 0 20 0 8 0 391300612 710590464 134353 33554432000 134512640 146736320 4289724496 3954925776 136008446 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25852] ppid=25839 vsize=693936 CPUtime=35.78 cores=1,3,5,7
/proc/25840/task/25852/stat : 25852 (pb_cplex) S 25839 25839 24699 0 -1 4202560 22258 0 0 0 3570 8 0 0 20 0 8 0 391300612 710590464 134353 33554432000 134512640 146736320 4289724496 3944443536 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 777.97
Current children cumulated vsize (KiB) 703084

[startup+462.3 s]
/proc/loadavg: 6.42 5.32 4.36 10/186 25852
/proc/meminfo: memFree=28969348/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
[pid=25840] ppid=25839 vsize=704988 CPUtime=954.18 cores=1,3,5,7
/proc/25840/stat : 25840 (pb_cplex) R 25839 25839 24699 0 -1 4202496 926501 0 0 0 95147 271 0 0 20 0 8 0 391278364 721907712 131496 33554432000 134512640 146736320 4289724496 4289717396 136003493 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25840/statm: 176247 131496 998 2985 0 173181 0
[pid=25840/tid=25846] ppid=25839 vsize=704988 CPUtime=64.28 cores=1,3,5,7
/proc/25840/task/25846/stat : 25846 (pb_cplex) R 25839 25839 24699 0 -1 4202560 58331 0 0 0 6405 23 0 0 20 0 8 0 391300612 721907712 131496 33554432000 134512640 146736320 4289724496 4007353488 136008441 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25847] ppid=25839 vsize=704988 CPUtime=113.16 cores=1,3,5,7
/proc/25840/task/25847/stat : 25847 (pb_cplex) R 25839 25839 24699 0 -1 4202560 72605 0 0 0 11285 31 0 0 20 0 8 0 391300612 721907712 131496 33554432000 134512640 146736320 4289724496 3996868700 135855165 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25848] ppid=25839 vsize=704988 CPUtime=101.95 cores=1,3,5,7
/proc/25840/task/25848/stat : 25848 (pb_cplex) R 25839 25839 24699 0 -1 4202560 27476 0 0 0 10182 13 0 0 20 0 8 0 391300612 721907712 131496 33554432000 134512640 146736320 4289724496 3986383056 136008042 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25849] ppid=25839 vsize=704988 CPUtime=85.59 cores=1,3,5,7
/proc/25840/task/25849/stat : 25849 (pb_cplex) R 25839 25839 24699 0 -1 4202560 45342 0 0 0 8541 18 0 0 20 0 8 0 391300612 721907712 131496 33554432000 134512640 146736320 4289724496 3975897144 136475798 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25850] ppid=25839 vsize=704988 CPUtime=82.31 cores=1,3,5,7
/proc/25840/task/25850/stat : 25850 (pb_cplex) R 25839 25839 24699 0 -1 4202560 43797 0 0 0 8214 17 0 0 20 0 8 0 391300612 721907712 131496 33554432000 134512640 146736320 4289724496 3965410492 135526931 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25851] ppid=25839 vsize=704988 CPUtime=124.22 cores=1,3,5,7
/proc/25840/task/25851/stat : 25851 (pb_cplex) R 25839 25839 24699 0 -1 4202560 78153 0 0 0 12394 28 0 0 20 0 8 0 391300612 721907712 131496 33554432000 134512640 146736320 4289724496 3954925784 136008650 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25852] ppid=25839 vsize=704988 CPUtime=51.85 cores=1,3,5,7
/proc/25840/task/25852/stat : 25852 (pb_cplex) R 25839 25839 24699 0 -1 4202560 39257 0 0 0 5171 14 0 0 20 0 8 0 391300612 721907712 131496 33554432000 134512640 146736320 4289724496 3944440400 136403112 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 954.18
Current children cumulated vsize (KiB) 714136

[startup+522.3 s]
/proc/loadavg: 8.05 5.99 4.65 10/186 25853
/proc/meminfo: memFree=28956308/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
[pid=25840] ppid=25839 vsize=715260 CPUtime=1193.74 cores=1,3,5,7
/proc/25840/stat : 25840 (pb_cplex) R 25839 25839 24699 0 -1 4202496 1110626 0 0 0 119034 340 0 0 20 0 8 0 391278364 732426240 134346 33554432000 134512640 146736320 4289724496 4289716240 136008259 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25840/statm: 178815 134346 998 2985 0 175749 0
[pid=25840/tid=25846] ppid=25839 vsize=715260 CPUtime=94.27 cores=1,3,5,7
/proc/25840/task/25846/stat : 25846 (pb_cplex) R 25839 25839 24699 0 -1 4202560 94004 0 0 0 9388 39 0 0 20 0 8 0 391300612 732426240 134346 33554432000 134512640 146736320 4289724496 4007356992 136854933 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25847] ppid=25839 vsize=715260 CPUtime=142.99 cores=1,3,5,7
/proc/25840/task/25847/stat : 25847 (pb_cplex) R 25839 25839 24699 0 -1 4202560 87254 0 0 0 14262 37 0 0 20 0 8 0 391300612 732426240 134346 33554432000 134512640 146736320 4289724496 3996868676 136385170 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25848] ppid=25839 vsize=715260 CPUtime=132.04 cores=1,3,5,7
/proc/25840/task/25848/stat : 25848 (pb_cplex) R 25839 25839 24699 0 -1 4202560 41058 0 0 0 13185 19 0 0 20 0 8 0 391300612 732426240 134346 33554432000 134512640 146736320 4289724496 3986382940 135855170 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25849] ppid=25839 vsize=715260 CPUtime=115.05 cores=1,3,5,7
/proc/25840/task/25849/stat : 25849 (pb_cplex) R 25839 25839 24699 0 -1 4202560 67315 0 0 0 11477 28 0 0 20 0 8 0 391300612 732426240 134346 33554432000 134512640 146736320 4289724496 3975896216 136008682 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25850] ppid=25839 vsize=715260 CPUtime=112.17 cores=1,3,5,7
/proc/25840/task/25850/stat : 25850 (pb_cplex) R 25839 25839 24699 0 -1 4202560 58450 0 0 0 11196 21 0 0 20 0 8 0 391300612 732426240 134346 33554432000 134512640 146736320 4289724496 3965410496 135468537 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25851] ppid=25839 vsize=715260 CPUtime=154.41 cores=1,3,5,7
/proc/25840/task/25851/stat : 25851 (pb_cplex) R 25839 25839 24699 0 -1 4202560 102122 0 0 0 15403 38 0 0 20 0 8 0 391300612 732426240 134346 33554432000 134512640 146736320 4289724496 3954924740 136385265 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25852] ppid=25839 vsize=715260 CPUtime=81.3 cores=1,3,5,7
/proc/25840/task/25852/stat : 25852 (pb_cplex) R 25839 25839 24699 0 -1 4202560 69775 0 0 0 8103 27 0 0 20 0 8 0 391300612 732426240 134346 33554432000 134512640 146736320 4289724496 3944438812 135854505 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1193.74
Current children cumulated vsize (KiB) 724408

[startup+582.3 s]
/proc/loadavg: 8.65 6.53 4.92 10/186 25853
/proc/meminfo: memFree=28953636/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
[pid=25840] ppid=25839 vsize=713436 CPUtime=1433.31 cores=1,3,5,7
/proc/25840/stat : 25840 (pb_cplex) R 25839 25839 24699 0 -1 4202496 1267557 0 0 0 142933 398 0 0 20 0 8 0 391278364 730558464 134607 33554432000 134512640 146736320 4289724496 4289717212 135854544 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25840/statm: 178359 134607 998 2985 0 175293 0
[pid=25840/tid=25846] ppid=25839 vsize=713436 CPUtime=123.78 cores=1,3,5,7
/proc/25840/task/25846/stat : 25846 (pb_cplex) R 25839 25839 24699 0 -1 4202560 121576 0 0 0 12330 48 0 0 20 0 8 0 391300612 730558464 134607 33554432000 134512640 146736320 4289724496 4007354576 136007973 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25847] ppid=25839 vsize=713436 CPUtime=173.02 cores=1,3,5,7
/proc/25840/task/25847/stat : 25847 (pb_cplex) R 25839 25839 24699 0 -1 4202560 103761 0 0 0 17258 44 0 0 20 0 8 0 391300612 730558464 134607 33554432000 134512640 146736320 4289724496 3996867728 136008234 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25848] ppid=25839 vsize=713436 CPUtime=161.74 cores=1,3,5,7
/proc/25840/task/25848/stat : 25848 (pb_cplex) R 25839 25839 24699 0 -1 4202560 56248 0 0 0 16150 24 0 0 20 0 8 0 391300612 730558464 134607 33554432000 134512640 146736320 4289724496 3986382940 135855174 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25849] ppid=25839 vsize=713436 CPUtime=144.74 cores=1,3,5,7
/proc/25840/task/25849/stat : 25849 (pb_cplex) R 25839 25839 24699 0 -1 4202560 81626 0 0 0 14439 35 0 0 20 0 8 0 391300612 730558464 134607 33554432000 134512640 146736320 4289724496 3975896208 136008450 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25850] ppid=25839 vsize=713436 CPUtime=142.11 cores=1,3,5,7
/proc/25840/task/25850/stat : 25850 (pb_cplex) R 25839 25839 24699 0 -1 4202560 69508 0 0 0 14186 25 0 0 20 0 8 0 391300612 730558464 134607 33554432000 134512640 146736320 4289724496 3965411420 135855127 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25851] ppid=25839 vsize=713436 CPUtime=184.33 cores=1,3,5,7
/proc/25840/task/25851/stat : 25851 (pb_cplex) R 25839 25839 24699 0 -1 4202560 132891 0 0 0 18381 52 0 0 20 0 8 0 391300612 730558464 134607 33554432000 134512640 146736320 4289724496 3954925776 136008450 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25852] ppid=25839 vsize=713436 CPUtime=111.31 cores=1,3,5,7
/proc/25840/task/25852/stat : 25852 (pb_cplex) R 25839 25839 24699 0 -1 4202560 90222 0 0 0 11097 34 0 0 20 0 8 0 391300612 730558464 134607 33554432000 134512640 146736320 4289724496 3944440456 135982576 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1433.31
Current children cumulated vsize (KiB) 722584

[startup+642.301 s]
/proc/loadavg: 7.59 6.65 5.06 7/186 25853
/proc/meminfo: memFree=28943900/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
[pid=25840] ppid=25839 vsize=722496 CPUtime=1672.87 cores=1,3,5,7
/proc/25840/stat : 25840 (pb_cplex) S 25839 25839 24699 0 -1 4202496 1402012 0 0 0 166840 447 0 0 20 0 8 0 391278364 739835904 137100 33554432000 134512640 146736320 4289724496 4289720848 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25840/statm: 180624 137100 998 2985 0 177558 0
[pid=25840/tid=25846] ppid=25839 vsize=722496 CPUtime=126.57 cores=1,3,5,7
/proc/25840/task/25846/stat : 25846 (pb_cplex) S 25839 25839 24699 0 -1 4202560 123103 0 0 0 12608 49 0 0 20 0 8 0 391300612 739835904 137100 33554432000 134512640 146736320 4289724496 4007358096 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25847] ppid=25839 vsize=722496 CPUtime=213.21 cores=1,3,5,7
/proc/25840/task/25847/stat : 25847 (pb_cplex) R 25839 25839 24699 0 -1 4202560 129122 0 0 0 21267 54 0 0 20 0 8 0 391300612 739835904 137100 33554432000 134512640 146736320 4289724496 3996868664 136475806 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25848] ppid=25839 vsize=722496 CPUtime=186.18 cores=1,3,5,7
/proc/25840/task/25848/stat : 25848 (pb_cplex) S 25839 25839 24699 0 -1 4202560 68905 0 0 0 18591 27 0 0 20 0 8 0 391300612 739835904 137100 33554432000 134512640 146736320 4289724496 3986386576 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25849] ppid=25839 vsize=722496 CPUtime=184.48 cores=1,3,5,7
/proc/25840/task/25849/stat : 25849 (pb_cplex) R 25839 25839 24699 0 -1 4202560 102625 0 0 0 18407 41 0 0 20 0 8 0 391300612 739835904 137100 33554432000 134512640 146736320 4289724496 3975896000 136413878 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25850] ppid=25839 vsize=722496 CPUtime=181.36 cores=1,3,5,7
/proc/25840/task/25850/stat : 25850 (pb_cplex) R 25839 25839 24699 0 -1 4202560 85258 0 0 0 18106 30 0 0 20 0 8 0 391300612 739835904 137100 33554432000 134512640 146736320 4289724496 3965411368 139044557 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25851] ppid=25839 vsize=722496 CPUtime=222.69 cores=1,3,5,7
/proc/25840/task/25851/stat : 25851 (pb_cplex) R 25839 25839 24699 0 -1 4202560 169027 0 0 0 22202 67 0 0 20 0 8 0 391300612 739835904 137100 33554432000 134512640 146736320 4289724496 3954926160 136403117 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25852] ppid=25839 vsize=722496 CPUtime=149.59 cores=1,3,5,7
/proc/25840/task/25852/stat : 25852 (pb_cplex) R 25839 25839 24699 0 -1 4202560 100546 0 0 0 14920 39 0 0 20 0 8 0 391300612 739835904 137100 33554432000 134512640 146736320 4289724496 3944439176 136000404 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1672.87
Current children cumulated vsize (KiB) 731644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+685.601 s]
/proc/loadavg: 5.66 6.30 5.02 10/186 25853
/proc/meminfo: memFree=28941708/32873844 swapFree=8660/8660
[pid=25839] ppid=25837 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25839/stat : 25839 (run) S 25837 25839 24699 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391278364 9367552 270 33554432000 4194304 5064252 140736148996032 140736148994944 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25839/statm: 2287 270 229 213 0 72 0
[pid=25840] ppid=25839 vsize=720216 CPUtime=1800.29 cores=1,3,5,7
/proc/25840/stat : 25840 (pb_cplex) R 25839 25839 24699 0 -1 4202496 1464482 0 0 0 179561 468 0 0 20 0 8 0 391278364 737501184 137894 33554432000 134512640 146736320 4289724496 4289717712 136403114 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25840/statm: 180054 137894 998 2985 0 176988 0
[pid=25840/tid=25846] ppid=25839 vsize=720216 CPUtime=126.87 cores=1,3,5,7
/proc/25840/task/25846/stat : 25846 (pb_cplex) R 25839 25839 24699 0 -1 4202560 123870 0 0 0 12638 49 0 0 20 0 8 0 391300612 737501184 137894 33554432000 134512640 146736320 4289724496 4007354460 135855165 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25847] ppid=25839 vsize=720216 CPUtime=249.57 cores=1,3,5,7
/proc/25840/task/25847/stat : 25847 (pb_cplex) R 25839 25839 24699 0 -1 4202560 156019 0 0 0 24894 63 0 0 20 0 8 0 391300612 737501184 137894 33554432000 134512640 146736320 4289724496 3996868884 136003493 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25848] ppid=25839 vsize=720216 CPUtime=186.32 cores=1,3,5,7
/proc/25840/task/25848/stat : 25848 (pb_cplex) R 25839 25839 24699 0 -1 4202560 69102 0 0 0 18604 28 0 0 20 0 8 0 391300612 737501184 137894 33554432000 134512640 146736320 4289724496 3986382740 136017769 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25849] ppid=25839 vsize=720216 CPUtime=225.82 cores=1,3,5,7
/proc/25840/task/25849/stat : 25849 (pb_cplex) R 25839 25839 24699 0 -1 4202560 128672 0 0 0 22532 50 0 0 20 0 8 0 391300612 737501184 137894 33554432000 134512640 146736320 4289724496 3975897296 136008303 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25850] ppid=25839 vsize=720216 CPUtime=196.41 cores=1,3,5,7
/proc/25840/task/25850/stat : 25850 (pb_cplex) R 25839 25839 24699 0 -1 4202560 85701 0 0 0 19610 31 0 0 20 0 8 0 391300612 737501184 137894 33554432000 134512640 146736320 4289724496 3965411420 135855174 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25851] ppid=25839 vsize=720216 CPUtime=250.57 cores=1,3,5,7
/proc/25840/task/25851/stat : 25851 (pb_cplex) R 25839 25839 24699 0 -1 4202560 175533 0 0 0 24987 70 0 0 20 0 8 0 391300612 737501184 137894 33554432000 134512640 146736320 4289724496 3954925636 136385170 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25852] ppid=25839 vsize=720216 CPUtime=155.3 cores=1,3,5,7
/proc/25840/task/25852/stat : 25852 (pb_cplex) R 25839 25839 24699 0 -1 4202560 101310 0 0 0 15491 39 0 0 20 0 8 0 391300612 737501184 137894 33554432000 134512640 146736320 4289724496 3944440264 136000488 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 729364

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 25839 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.29
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 685.617
CPU time (s): 1800.29
CPU user time (s): 1795.61
CPU system time (s): 4.68
CPU usage (%): 262.579
Max. virtual memory (cumulated for all children) (KiB): 737812

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 1.74173 second user time and 4.92425 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-09 16:18:18
IDJOB=3742830
IDBENCH=90353
IDSOLVER=2325
FILE ID=node107/3742830-1339251498
RUNJOBID= node107-1339246834-24717
PBS_JOBID= 14644374
Free space on /tmp= 67984 MiB

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

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

MD5SUM BENCH= 8e8a9709ab0638484b49ff5cae7622ac
RANDOM SEED=1834452469

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.86
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.760
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:        29520820 kB
Buffers:          791372 kB
Cached:          1541212 kB
SwapCached:          120 kB
Active:          2351376 kB
Inactive:          46460 kB
Active(anon):      54420 kB
Inactive(anon):    11180 kB
Active(file):    2296956 kB
Inactive(file):    35280 kB
Unevictable:        8660 kB
Mlocked:            8660 kB
SwapTotal:      67108856 kB
SwapFree:       67108664 kB
Dirty:             18624 kB
Writeback:             0 kB
AnonPages:        159644 kB
Mapped:            13624 kB
Shmem:               176 kB
Slab:             813008 kB
SReclaimable:     254908 kB
SUnreclaim:       558100 kB
KernelStack:        1544 kB
PageTables:         4616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     186968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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-3742830-1339251498.opb

Free space on /tmp at the end= 67968 MiB
End job on node107 at 2012-06-09 16:29:46