Trace number 3742744

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 NameAnswerCPU timeWall clock time
PB10: pb_cplex 2010-06-29? (TO) 1800.09 573.122

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K71.opb
MD5SUMe0aeeb707b4fd8297140a3f70373c556
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark5.15721
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3905
Total number of constraints4049
Number of constraints which are clauses3978
Number of constraints which are cardinality constraints (but not clauses)71
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint71
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 72
Number of bits of the biggest sum of numbers7
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-3742744-1339251421.opb.
0.00/0.00	c Instance file HOME/instance-3742744-1339251421.opb
0.00/0.00	c File size is 240630 bytes.
0.00/0.09	c Highest Coefficient sum: 72
0.00/0.09	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.10	c ============================[ Problem Statistics ]=============================
0.00/0.10	c |                                                                             |
0.00/0.10	c |  Parsing time:          0.10         s                                      |
0.00/0.10	c |  Number Variables:      3905                                                |
0.00/0.10	c |  Number Constraints:    4049                                                |
0.00/0.10	c ===============================================================================
1799.56/573.11	c Remaining time 1799.90 sec.
1799.56/573.11	c 
1799.56/573.11	c *** INTERRUPTED ***
1799.56/573.11	s UNKNOWN
1799.56/573.11	c Total CPU time              : 1798.98 s
1799.56/573.11	c Memory used           : 411.43 MB
1799.56/573.11	c CPU time              : 1798.98 s
1799.56/573.11	c 
1799.56/573.11	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-3742744-1339251421/watcher-3742744-1339251421 -o /tmp/evaluation-result-3742744-1339251421/solver-3742744-1339251421 -C 1800 -W 1900 -M 15500 run HOME/instance-3742744-1339251421.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: 2.00 2.02 2.76 3/177 17977
/proc/meminfo: memFree=26866624/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0

[startup+0.0429351 s]
/proc/loadavg: 2.00 2.02 2.76 3/177 17977
/proc/meminfo: memFree=26866624/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100142 s]
/proc/loadavg: 2.00 2.02 2.76 3/177 17977
/proc/meminfo: memFree=26866624/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300138 s]
/proc/loadavg: 2.00 2.02 2.76 3/177 17977
/proc/meminfo: memFree=26866624/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700156 s]
/proc/loadavg: 2.00 2.02 2.76 3/177 17977
/proc/meminfo: memFree=26866624/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50013 s]
/proc/loadavg: 2.00 2.02 2.76 3/179 17979
/proc/meminfo: memFree=26855812/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
[pid=17978] ppid=17977 vsize=26132 CPUtime=1.48 cores=1,3,5,7
/proc/17978/stat : 17978 (pb_cplex) R 17977 17977 15880 0 -1 4202496 4844 0 0 0 148 0 0 0 20 0 1 0 391267534 26759168 3340 33554432000 134512640 146736320 4292020464 4292015056 136403112 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17978/statm: 6533 3340 778 2985 0 3467 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 35280

[startup+3.10013 s]
/proc/loadavg: 2.00 2.02 2.75 3/179 17979
/proc/meminfo: memFree=26855440/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
[pid=17978] ppid=17977 vsize=26132 CPUtime=3.08 cores=1,3,5,7
/proc/17978/stat : 17978 (pb_cplex) R 17977 17977 15880 0 -1 4202496 4860 0 0 0 308 0 0 0 20 0 1 0 391267534 26759168 3356 33554432000 134512640 146736320 4292020464 4292015056 136403103 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17978/statm: 6533 3356 778 2985 0 3467 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 35280

[startup+6.30013 s]
/proc/loadavg: 2.00 2.02 2.75 3/179 17979
/proc/meminfo: memFree=26850224/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
[pid=17978] ppid=17977 vsize=32908 CPUtime=6.29 cores=1,3,5,7
/proc/17978/stat : 17978 (pb_cplex) R 17977 17977 15880 0 -1 4202496 7410 0 0 0 628 1 0 0 20 0 1 0 391267534 33697792 4670 33554432000 134512640 146736320 4292020464 4292013056 138463230 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17978/statm: 8227 4670 834 2985 0 5161 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42056

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.75 3/179 17979
/proc/meminfo: memFree=26850052/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
[pid=17978] ppid=17977 vsize=33376 CPUtime=12.68 cores=1,3,5,7
/proc/17978/stat : 17978 (pb_cplex) R 17977 17977 15880 0 -1 4202496 7796 0 0 0 1267 1 0 0 20 0 1 0 391267534 34177024 4808 33554432000 134512640 146736320 4292020464 4292013952 136402614 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17978/statm: 8344 4808 837 2985 0 5278 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42524

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.74 3/179 17979
/proc/meminfo: memFree=26848896/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
[pid=17978] ppid=17977 vsize=34772 CPUtime=25.48 cores=1,3,5,7
/proc/17978/stat : 17978 (pb_cplex) R 17977 17977 15880 0 -1 4202496 9740 0 0 0 2547 1 0 0 20 0 1 0 391267534 35606528 5330 33554432000 134512640 146736320 4292020464 4292013916 136405580 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17978/statm: 8693 5330 842 2985 0 5627 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43920

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.72 3/186 17986
/proc/meminfo: memFree=26826644/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
[pid=17978] ppid=17977 vsize=135696 CPUtime=51.08 cores=1,3,5,7
/proc/17978/stat : 17978 (pb_cplex) R 17977 17977 15880 0 -1 4202496 16179 0 0 0 5105 3 0 0 20 0 8 0 391267534 138952704 10856 33554432000 134512640 146736320 4292020464 4292013336 136008617 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17978/statm: 33924 10856 902 2985 0 30858 0
[pid=17978/tid=17980] ppid=17977 vsize=135696 CPUtime=0 cores=1,3,5,7
/proc/17978/task/17980/stat : 17980 (pb_cplex) S 17977 17977 15880 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 391272281 138952704 10856 33554432000 134512640 146736320 4292020464 4140560016 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17978/tid=17981] ppid=17977 vsize=135696 CPUtime=0 cores=1,3,5,7
/proc/17978/task/17981/stat : 17981 (pb_cplex) S 17977 17977 15880 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391272281 138952704 10856 33554432000 134512640 146736320 4292020464 4130074256 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17978/tid=17982] ppid=17977 vsize=135696 CPUtime=0 cores=1,3,5,7
/proc/17978/task/17982/stat : 17982 (pb_cplex) S 17977 17977 15880 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391272281 138952704 10856 33554432000 134512640 146736320 4292020464 4119588496 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17978/tid=17983] ppid=17977 vsize=135696 CPUtime=0 cores=1,3,5,7
/proc/17978/task/17983/stat : 17983 (pb_cplex) S 17977 17977 15880 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391272281 138952704 10856 33554432000 134512640 146736320 4292020464 4109102736 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17978/tid=17984] ppid=17977 vsize=135696 CPUtime=0 cores=1,3,5,7
/proc/17978/task/17984/stat : 17984 (pb_cplex) S 17977 17977 15880 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391272281 138952704 10856 33554432000 134512640 146736320 4292020464 4098616976 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17978/tid=17985] ppid=17977 vsize=135696 CPUtime=0 cores=1,3,5,7
/proc/17978/task/17985/stat : 17985 (pb_cplex) S 17977 17977 15880 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391272281 138952704 10856 33554432000 134512640 146736320 4292020464 4088131216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17978/tid=17986] ppid=17977 vsize=135696 CPUtime=0 cores=1,3,5,7
/proc/17978/task/17986/stat : 17986 (pb_cplex) S 17977 17977 15880 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391272281 138952704 10856 33554432000 134512640 146736320 4292020464 4077645456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 144844

[startup+102.3 s]
/proc/loadavg: 5.65 2.99 3.00 9/186 17986
/proc/meminfo: memFree=26799144/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
[pid=17978] ppid=17977 vsize=165952 CPUtime=226.32 cores=1,3,5,7
/proc/17978/stat : 17978 (pb_cplex) R 17977 17977 15880 0 -1 4202496 27684 0 0 0 22622 10 0 0 20 0 8 0 391267534 169934848 17559 33554432000 134512640 146736320 4292020464 4292013760 139046472 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17978/statm: 41488 17559 909 2985 0 38422 0
[pid=17978/tid=17980] ppid=17977 vsize=165952 CPUtime=20.95 cores=1,3,5,7
/proc/17978/task/17980/stat : 17980 (pb_cplex) R 17977 17977 15880 0 -1 4202560 737 0 0 0 2095 0 0 0 20 0 8 0 391272281 169934848 17559 33554432000 134512640 146736320 4292020464 4140556880 136403112 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17978/tid=17981] ppid=17977 vsize=165952 CPUtime=20.78 cores=1,3,5,7
/proc/17978/task/17981/stat : 17981 (pb_cplex) R 17977 17977 15880 0 -1 4202560 931 0 0 0 2078 0 0 0 20 0 8 0 391272281 169934848 17559 33554432000 134512640 146736320 4292020464 4130070596 136385170 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17978/tid=17982] ppid=17977 vsize=165952 CPUtime=20.75 cores=1,3,5,7
/proc/17978/task/17982/stat : 17982 (pb_cplex) R 17977 17977 15880 0 -1 4202560 998 0 0 0 2074 1 0 0 20 0 8 0 391272281 169934848 17559 33554432000 134512640 146736320 4292020464 4119585408 139046538 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17978/tid=17983] ppid=17977 vsize=165952 CPUtime=20.75 cores=1,3,5,7
/proc/17978/task/17983/stat : 17983 (pb_cplex) R 17977 17977 15880 0 -1 4202560 1445 0 0 0 2075 0 0 0 20 0 8 0 391272281 169934848 17559 33554432000 134512640 146736320 4292020464 4109099076 136385185 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17978/tid=17984] ppid=17977 vsize=165952 CPUtime=20.77 cores=1,3,5,7
/proc/17978/task/17984/stat : 17984 (pb_cplex) R 17977 17977 15880 0 -1 4202560 1785 0 0 0 2077 0 0 0 20 0 8 0 391272281 169934848 17559 33554432000 134512640 146736320 4292020464 4098613640 136388078 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17978/tid=17985] ppid=17977 vsize=165952 CPUtime=20.72 cores=1,3,5,7
/proc/17978/task/17985/stat : 17985 (pb_cplex) R 17977 17977 15880 0 -1 4202560 868 0 0 0 2072 0 0 0 20 0 8 0 391272281 169934848 17559 33554432000 134512640 146736320 4292020464 4088127696 136008017 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17978/tid=17986] ppid=17977 vsize=165952 CPUtime=19.86 cores=1,3,5,7
/proc/17978/task/17986/stat : 17986 (pb_cplex) S 17977 17977 15880 0 -1 4202560 2252 0 0 0 1984 2 0 0 20 0 8 0 391272281 169934848 17559 33554432000 134512640 146736320 4292020464 4077645456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 226.32
Current children cumulated vsize (KiB) 175100

[startup+162.3 s]
/proc/loadavg: 7.56 3.95 3.33 3/186 17986
/proc/meminfo: memFree=26780528/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
[pid=17978] ppid=17977 vsize=176672 CPUtime=456.63 cores=1,3,5,7
/proc/17978/stat : 17978 (pb_cplex) S 17977 17977 15880 0 -1 4202496 33614 0 0 0 45648 15 0 0 20 0 8 0 391267534 180912128 21801 33554432000 134512640 146736320 4292020464 4292016848 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17978/statm: 44168 21801 909 2985 0 41102 0
[pid=17978/tid=17980] ppid=17977 vsize=176672 CPUtime=50.22 cores=1,3,5,7
/proc/17978/task/17980/stat : 17980 (pb_cplex) S 17977 17977 15880 0 -1 4202560 832 0 0 0 5020 2 0 0 20 0 8 0 391272281 180912128 21801 33554432000 134512640 146736320 4292020464 4140560016 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17978/tid=17981] ppid=17977 vsize=176672 CPUtime=46.64 cores=1,3,5,7
/proc/17978/task/17981/stat : 17981 (pb_cplex) S 17977 17977 15880 0 -1 4202560 1529 0 0 0 4664 0 0 0 20 0 8 0 391272281 180912128 21801 33554432000 134512640 146736320 4292020464 4130074256 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17978/tid=17982] ppid=17977 vsize=176672 CPUtime=46.92 cores=1,3,5,7
/proc/17978/task/17982/stat : 17982 (pb_cplex) S 17977 17977 15880 0 -1 4202560 1344 0 0 0 4691 1 0 0 20 0 8 0 391272281 180912128 21801 33554432000 134512640 146736320 4292020464 4119588496 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17978/tid=17983] ppid=17977 vsize=176672 CPUtime=52.54 cores=1,3,5,7
/proc/17978/task/17983/stat : 17983 (pb_cplex) S 17977 17977 15880 0 -1 4202560 2591 0 0 0 5253 1 0 0 20 0 8 0 391272281 180912128 21801 33554432000 134512640 146736320 4292020464 4109102736 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17978/tid=17984] ppid=17977 vsize=176672 CPUtime=51.44 cores=1,3,5,7
/proc/17978/task/17984/stat : 17984 (pb_cplex) R 17977 17977 15880 0 -1 4202560 2494 0 0 0 5142 2 0 0 20 0 8 0 391272281 180912128 21801 33554432000 134512640 146736320 4292020464 4098613456 136008416 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17978/tid=17985] ppid=17977 vsize=176672 CPUtime=51.24 cores=1,3,5,7
/proc/17978/task/17985/stat : 17985 (pb_cplex) S 17977 17977 15880 0 -1 4202560 1789 0 0 0 5123 1 0 0 20 0 8 0 391272281 180912128 21801 33554432000 134512640 146736320 4292020464 4088131216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17978/tid=17986] ppid=17977 vsize=176672 CPUtime=45.12 cores=1,3,5,7
/proc/17978/task/17986/stat : 17986 (pb_cplex) S 17977 17977 15880 0 -1 4202560 3247 0 0 0 4509 3 0 0 20 0 8 0 391272281 180912128 21801 33554432000 134512640 146736320 4292020464 4077645456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 456.63

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

Current children cumulated vsize (KiB) 188728

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

[startup+401.606 s]
/proc/loadavg: 7.58 6.34 4.47 3/186 17990
/proc/meminfo: memFree=26774184/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
[pid=17978] ppid=17977 vsize=179580 CPUtime=1356.2 cores=1,3,5,7
/proc/17978/stat : 17978 (pb_cplex) S 17977 17977 15880 0 -1 4202496 42643 0 0 0 135591 29 0 0 20 0 8 0 391267534 183889920 23608 33554432000 134512640 146736320 4292020464 4292016848 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17978/statm: 44895 23608 912 2985 0 41829 0
[pid=17978/tid=17980] ppid=17977 vsize=179580 CPUtime=154.61 cores=1,3,5,7
/proc/17978/task/17980/stat : 17980 (pb_cplex) S 17977 17977 15880 0 -1 4202560 1103 0 0 0 15456 5 0 0 20 0 8 0 391272281 183889920 23608 33554432000 134512640 146736320 4292020464 4140560016 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17978/tid=17981] ppid=17977 vsize=179580 CPUtime=154.71 cores=1,3,5,7
/proc/17978/task/17981/stat : 17981 (pb_cplex) S 17977 17977 15880 0 -1 4202560 2347 0 0 0 15467 4 0 0 20 0 8 0 391272281 183889920 23608 33554432000 134512640 146736320 4292020464 4130074256 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17978/tid=17982] ppid=17977 vsize=179580 CPUtime=171.34 cores=1,3,5,7
/proc/17978/task/17982/stat : 17982 (pb_cplex) R 17977 17977 15880 0 -1 4202560 3096 0 0 0 17129 5 0 0 20 0 8 0 391272281 183889920 23608 33554432000 134512640 146736320 4292020464 4119584832 136382629 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17978/tid=17983] ppid=17977 vsize=179580 CPUtime=158.62 cores=1,3,5,7
/proc/17978/task/17983/stat : 17983 (pb_cplex) S 17977 17977 15880 0 -1 4202560 3700 0 0 0 15857 5 0 0 20 0 8 0 391272281 183889920 23608 33554432000 134512640 146736320 4292020464 4109102736 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17978/tid=17984] ppid=17977 vsize=179580 CPUtime=176.58 cores=1,3,5,7
/proc/17978/task/17984/stat : 17984 (pb_cplex) S 17977 17977 15880 0 -1 4202560 2566 0 0 0 17653 5 0 0 20 0 8 0 391272281 183889920 23608 33554432000 134512640 146736320 4292020464 4098616976 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17978/tid=17985] ppid=17977 vsize=179580 CPUtime=163.79 cores=1,3,5,7
/proc/17978/task/17985/stat : 17985 (pb_cplex) S 17977 17977 15880 0 -1 4202560 4039 0 0 0 16374 5 0 0 20 0 8 0 391272281 183889920 23608 33554432000 134512640 146736320 4292020464 4088131216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17978/tid=17986] ppid=17977 vsize=179580 CPUtime=156.46 cores=1,3,5,7
/proc/17978/task/17986/stat : 17986 (pb_cplex) S 17977 17977 15880 0 -1 4202560 4457 0 0 0 15641 5 0 0 20 0 8 0 391272281 183889920 23608 33554432000 134512640 146736320 4292020464 4077645456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1356.2
Current children cumulated vsize (KiB) 188728

[startup+401.7 s]
/proc/loadavg: 7.58 6.34 4.47 3/186 17990
/proc/meminfo: memFree=26774184/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
[pid=17978] ppid=17977 vsize=139740 CPUtime=1355.67 cores=1,3,5,7
/proc/17978/stat : 17978 (pb_cplex) R 17977 17977 15880 0 -1 4202496 42652 0 0 0 135520 47 0 0 20 0 1 0 391267534 143093760 21339 33554432000 134512640 146736320 4292020464 4292017240 144757825 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17978/statm: 34935 21339 913 2985 0 31869 0
Current children cumulated CPU time (s) 1355.67
Current children cumulated vsize (KiB) 148888
#
############


[startup+402.3 s]
/proc/loadavg: 7.58 6.34 4.47 3/186 17990
/proc/meminfo: memFree=26774184/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
[pid=17978] ppid=17977 vsize=107728 CPUtime=1356.26 cores=1,3,5,7
/proc/17978/stat : 17978 (pb_cplex) R 17977 17977 15880 0 -1 4202496 42653 0 0 0 135579 47 0 0 20 0 1 0 391267534 110313472 13398 33554432000 134512640 146736320 4292020464 4292017240 144757825 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17978/statm: 26932 13398 914 2985 0 23866 0
Current children cumulated CPU time (s) 1356.26
Current children cumulated vsize (KiB) 116876

[startup+462.3 s]
/proc/loadavg: 4.05 5.55 4.31 3/186 17997
/proc/meminfo: memFree=26602344/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
[pid=17978] ppid=17977 vsize=394360 CPUtime=1416.26 cores=1,3,5,7
/proc/17978/stat : 17978 (pb_cplex) R 17977 17977 15880 0 -1 4202496 48703 0 0 0 141574 52 0 0 20 0 8 0 391267534 403824640 66433 33554432000 134512640 146736320 4292020464 4292013760 139046467 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17978/statm: 98590 66433 918 2985 0 95524 0
[pid=17978/tid=17991] ppid=17977 vsize=394360 CPUtime=0 cores=1,3,5,7
/proc/17978/task/17991/stat : 17991 (pb_cplex) S 17977 17977 15880 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391312411 403824640 66433 33554432000 134512640 146736320 4292020464 4077645456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17978/tid=17992] ppid=17977 vsize=394360 CPUtime=0 cores=1,3,5,7
/proc/17978/task/17992/stat : 17992 (pb_cplex) S 17977 17977 15880 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391312411 403824640 66433 33554432000 134512640 146736320 4292020464 4088131216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17978/tid=17993] ppid=17977 vsize=394360 CPUtime=0 cores=1,3,5,7
/proc/17978/task/17993/stat : 17993 (pb_cplex) S 17977 17977 15880 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391312411 403824640 66433 33554432000 134512640 146736320 4292020464 4098616976 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17978/tid=17994] ppid=17977 vsize=394360 CPUtime=0 cores=1,3,5,7
/proc/17978/task/17994/stat : 17994 (pb_cplex) S 17977 17977 15880 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391312411 403824640 66433 33554432000 134512640 146736320 4292020464 4109102736 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17978/tid=17995] ppid=17977 vsize=394360 CPUtime=0 cores=1,3,5,7
/proc/17978/task/17995/stat : 17995 (pb_cplex) S 17977 17977 15880 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391312411 403824640 66433 33554432000 134512640 146736320 4292020464 3816312464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17978/tid=17996] ppid=17977 vsize=394360 CPUtime=0 cores=1,3,5,7
/proc/17978/task/17996/stat : 17996 (pb_cplex) S 17977 17977 15880 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391312411 403824640 66433 33554432000 134512640 146736320 4292020464 3805826704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17978/tid=17997] ppid=17977 vsize=394360 CPUtime=0 cores=1,3,5,7
/proc/17978/task/17997/stat : 17997 (pb_cplex) S 17977 17977 15880 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391312411 403824640 66433 33554432000 134512640 146736320 4292020464 3795340944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1416.26
Current children cumulated vsize (KiB) 403508

[startup+522.3 s]
/proc/loadavg: 5.19 5.53 4.37 8/186 17997
/proc/meminfo: memFree=26578088/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
[pid=17978] ppid=17977 vsize=420280 CPUtime=1608.74 cores=1,3,5,7
/proc/17978/stat : 17978 (pb_cplex) R 17977 17977 15880 0 -1 4202496 58092 0 0 0 160816 58 0 0 20 0 8 0 391267534 430366720 72502 33554432000 134512640 146736320 4292020464 4292013176 136475785 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17978/statm: 105070 72502 918 2985 0 102004 0
[pid=17978/tid=17991] ppid=17977 vsize=420280 CPUtime=29.1 cores=1,3,5,7
/proc/17978/task/17991/stat : 17991 (pb_cplex) R 17977 17977 15880 0 -1 4202560 683 0 0 0 2909 1 0 0 20 0 8 0 391312411 430366720 72502 33554432000 134512640 146736320 4292020464 4077642320 136403117 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17978/tid=17992] ppid=17977 vsize=420280 CPUtime=1.22 cores=1,3,5,7
/proc/17978/task/17992/stat : 17992 (pb_cplex) S 17977 17977 15880 0 -1 4202560 633 0 0 0 122 0 0 0 20 0 8 0 391312411 430366720 72502 33554432000 134512640 146736320 4292020464 4088131216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17978/tid=17993] ppid=17977 vsize=420280 CPUtime=28.01 cores=1,3,5,7
/proc/17978/task/17993/stat : 17993 (pb_cplex) R 17977 17977 15880 0 -1 4202560 852 0 0 0 2801 0 0 0 20 0 8 0 391312411 430366720 72502 33554432000 134512640 146736320 4292020464 4098613836 139028318 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17978/tid=17994] ppid=17977 vsize=420280 CPUtime=28.98 cores=1,3,5,7
/proc/17978/task/17994/stat : 17994 (pb_cplex) R 17977 17977 15880 0 -1 4202560 1131 0 0 0 2898 0 0 0 20 0 8 0 391312411 430366720 72502 33554432000 134512640 146736320 4292020464 4109099076 136385170 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17978/tid=17995] ppid=17977 vsize=420280 CPUtime=29.21 cores=1,3,5,7
/proc/17978/task/17995/stat : 17995 (pb_cplex) R 17977 17977 15880 0 -1 4202560 1685 0 0 0 2921 0 0 0 20 0 8 0 391312411 430366720 72502 33554432000 134512640 146736320 4292020464 3816308792 136475800 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17978/tid=17996] ppid=17977 vsize=420280 CPUtime=29.68 cores=1,3,5,7
/proc/17978/task/17996/stat : 17996 (pb_cplex) R 17977 17977 15880 0 -1 4202560 3079 0 0 0 2967 1 0 0 20 0 8 0 391312411 430366720 72502 33554432000 134512640 146736320 4292020464 3805822096 136008450 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17978/tid=17997] ppid=17977 vsize=420280 CPUtime=1.25 cores=1,3,5,7
/proc/17978/task/17997/stat : 17997 (pb_cplex) S 17977 17977 15880 0 -1 4202560 881 0 0 0 125 0 0 0 20 0 8 0 391312411 430366720 72502 33554432000 134512640 146736320 4292020464 3795340944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1608.74
Current children cumulated vsize (KiB) 429428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+573.1 s]
/proc/loadavg: 4.96 5.43 4.41 5/187 17998
/proc/meminfo: memFree=26544992/32873648 swapFree=7376/7376
[pid=17977] ppid=17975 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17977/stat : 17977 (run) S 17975 17977 15880 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391267534 9367552 269 33554432000 4194304 5064252 140734139675360 140734139674272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17977/statm: 2287 269 229 213 0 72 0
[pid=17978] ppid=17977 vsize=421304 CPUtime=1799.56 cores=1,3,5,7
/proc/17978/stat : 17978 (pb_cplex) R 17977 17977 15880 0 -1 4202496 59796 0 0 0 179896 60 0 0 20 0 8 0 391267534 431415296 74241 33554432000 134512640 146736320 4292020464 4292013212 135855167 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17978/statm: 105326 74241 918 2985 0 102260 0
[pid=17978/tid=17991] ppid=17977 vsize=421304 CPUtime=77.82 cores=1,3,5,7
/proc/17978/task/17991/stat : 17991 (pb_cplex) R 17977 17977 15880 0 -1 4202560 957 0 0 0 7779 3 0 0 20 0 8 0 391312411 431415296 74241 33554432000 134512640 146736320 4292020464 4077641796 136385172 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=17978/tid=17992] ppid=17977 vsize=421304 CPUtime=1.22 cores=1,3,5,7
/proc/17978/task/17992/stat : 17992 (pb_cplex) S 17977 17977 15880 0 -1 4202560 633 0 0 0 122 0 0 0 20 0 8 0 391312411 431415296 74241 33554432000 134512640 146736320 4292020464 4088131216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17978/tid=17993] ppid=17977 vsize=421304 CPUtime=65.15 cores=1,3,5,7
/proc/17978/task/17993/stat : 17993 (pb_cplex) S 17977 17977 15880 0 -1 4202560 1965 0 0 0 6514 1 0 0 20 0 8 0 391312411 431415296 74241 33554432000 134512640 146736320 4292020464 4098616976 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17978/tid=17994] ppid=17977 vsize=421304 CPUtime=77.78 cores=1,3,5,7
/proc/17978/task/17994/stat : 17994 (pb_cplex) R 17977 17977 15880 0 -1 4202560 1426 0 0 0 7777 1 0 0 20 0 8 0 391312411 431415296 74241 33554432000 134512640 146736320 4292020464 4109097424 135461501 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=17978/tid=17995] ppid=17977 vsize=421304 CPUtime=33.73 cores=1,3,5,7
/proc/17978/task/17995/stat : 17995 (pb_cplex) S 17977 17977 15880 0 -1 4202560 1685 0 0 0 3373 0 0 0 20 0 8 0 391312411 431415296 74241 33554432000 134512640 146736320 4292020464 3816312464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17978/tid=17996] ppid=17977 vsize=421304 CPUtime=32.49 cores=1,3,5,7
/proc/17978/task/17996/stat : 17996 (pb_cplex) S 17977 17977 15880 0 -1 4202560 3100 0 0 0 3248 1 0 0 20 0 8 0 391312411 431415296 74241 33554432000 134512640 146736320 4292020464 3805826704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17978/tid=17997] ppid=17977 vsize=421304 CPUtime=1.25 cores=1,3,5,7
/proc/17978/task/17997/stat : 17997 (pb_cplex) S 17977 17977 15880 0 -1 4202560 881 0 0 0 125 0 0 0 20 0 8 0 391312411 431415296 74241 33554432000 134512640 146736320 4292020464 3795340944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 430452

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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


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

Real time (s): 573.122
CPU time (s): 1800.09
CPU user time (s): 1799.67
CPU system time (s): 0.42
CPU usage (%): 314.085
Max. virtual memory (cumulated for all children) (KiB): 431004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.75
system time used= 0.664898
maximum resident set size= 296972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60161
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= 3337
involuntary context switches= 91808

runsolver used 1.08083 second user time and 2.42463 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-09 16:17:01
IDJOB=3742744
IDBENCH=90227
IDSOLVER=2325
FILE ID=node125/3742744-1339251421
RUNJOBID= node125-1339246835-15898
PBS_JOBID= 14644356
Free space on /tmp= 68696 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/normalized-BeauxArts_K71.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742744-1339251421/watcher-3742744-1339251421 -o /tmp/evaluation-result-3742744-1339251421/solver-3742744-1339251421 -C 1800 -W 1900 -M 15500  run HOME/instance-3742744-1339251421.opb

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

MD5SUM BENCH= e0aeeb707b4fd8297140a3f70373c556
RANDOM SEED=548085053

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        26866524 kB
Buffers:          796476 kB
Cached:          4182296 kB
SwapCached:         1248 kB
Active:          4533584 kB
Inactive:         509196 kB
Active(anon):      53032 kB
Inactive(anon):     7592 kB
Active(file):    4480552 kB
Inactive(file):   501604 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67102600 kB
Dirty:             16704 kB
Writeback:             0 kB
AnonPages:         80720 kB
Mapped:            14372 kB
Shmem:                96 kB
Slab:             824480 kB
SReclaimable:     268340 kB
SUnreclaim:       556140 kB
KernelStack:        1488 kB
PageTables:         3988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     184168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3742744-1339251421.opb

Free space on /tmp at the end= 68680 MiB
End job on node125 at 2012-06-09 16:26:34