Trace number 3742601

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.42 712.72

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K73.opb
MD5SUM0228ffc8e8b202453e422d741e6bbe73
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 benchmark1.46678
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4015
Total number of constraints4163
Number of constraints which are clauses4090
Number of constraints which are cardinality constraints (but not clauses)73
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint73
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 74
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-3742601-1339251317.opb.
0.00/0.00	c Instance file HOME/instance-3742601-1339251317.opb
0.00/0.00	c File size is 247608 bytes.
0.00/0.10	c Highest Coefficient sum: 74
0.00/0.10	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:      4015                                                |
0.00/0.10	c |  Number Constraints:    4163                                                |
0.00/0.10	c ===============================================================================
1800.04/712.71	c Remaining time 1799.90 sec.
1800.04/712.71	c 
1800.04/712.71	c *** INTERRUPTED ***
1800.04/712.71	s UNKNOWN
1800.04/712.71	c Total CPU time              : 1799.41 s
1800.04/712.71	c Memory used           : 425.50 MB
1800.04/712.71	c CPU time              : 1799.41 s
1800.04/712.71	c 
1800.04/712.71	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3742601-1339251317/watcher-3742601-1339251317 -o /tmp/evaluation-result-3742601-1339251317/solver-3742601-1339251317 -C 1800 -W 1900 -M 15500 run HOME/instance-3742601-1339251317.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.96 6.51 4.34 3/177 6238
/proc/meminfo: memFree=30587088/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0

[startup+0.092826 s]
/proc/loadavg: 8.96 6.51 4.34 3/177 6238
/proc/meminfo: memFree=30587088/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100161 s]
/proc/loadavg: 8.96 6.51 4.34 3/177 6238
/proc/meminfo: memFree=30587088/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300268 s]
/proc/loadavg: 8.96 6.51 4.34 3/177 6238
/proc/meminfo: memFree=30587088/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700222 s]
/proc/loadavg: 8.96 6.51 4.34 3/177 6238
/proc/meminfo: memFree=30587088/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 8.96 6.51 4.34 3/179 6240
/proc/meminfo: memFree=30577168/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
[pid=6239] ppid=6238 vsize=26824 CPUtime=1.49 cores=1,3,5,7
/proc/6239/stat : 6239 (pb_cplex) R 6238 6238 4676 0 -1 4202496 4882 0 0 0 148 1 0 0 20 0 1 0 391259078 27467776 3395 33554432000 134512640 146736320 4289378192 4289370508 135465105 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/6239/statm: 6706 3395 778 2985 0 3640 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35972

[startup+3.10027 s]
/proc/loadavg: 8.40 6.44 4.32 3/179 6240
/proc/meminfo: memFree=30576160/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
[pid=6239] ppid=6238 vsize=26824 CPUtime=3.09 cores=1,3,5,7
/proc/6239/stat : 6239 (pb_cplex) R 6238 6238 4676 0 -1 4202496 4886 0 0 0 308 1 0 0 20 0 1 0 391259078 27467776 3399 33554432000 134512640 146736320 4289378192 4289372200 139044542 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/6239/statm: 6706 3399 778 2985 0 3640 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35972

[startup+6.30026 s]
/proc/loadavg: 8.40 6.44 4.32 3/179 6240
/proc/meminfo: memFree=30575612/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
[pid=6239] ppid=6238 vsize=33600 CPUtime=6.29 cores=1,3,5,7
/proc/6239/stat : 6239 (pb_cplex) R 6238 6238 4676 0 -1 4202496 6506 0 0 0 628 1 0 0 20 0 1 0 391259078 34406400 4621 33554432000 134512640 146736320 4289378192 4289372624 136403117 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/6239/statm: 8400 4621 817 2985 0 5334 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42748

[startup+12.7003 s]
/proc/loadavg: 7.42 6.29 4.30 3/179 6240
/proc/meminfo: memFree=30570428/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
[pid=6239] ppid=6238 vsize=33736 CPUtime=12.69 cores=1,3,5,7
/proc/6239/stat : 6239 (pb_cplex) R 6238 6238 4676 0 -1 4202496 7617 0 0 0 1268 1 0 0 20 0 1 0 391259078 34545664 4828 33554432000 134512640 146736320 4289378192 4289372672 139046494 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/6239/statm: 8434 4828 838 2985 0 5368 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42884

[startup+25.5003 s]
/proc/loadavg: 6.58 6.15 4.27 3/179 6240
/proc/meminfo: memFree=30570628/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
[pid=6239] ppid=6238 vsize=31056 CPUtime=25.48 cores=1,3,5,7
/proc/6239/stat : 6239 (pb_cplex) R 6238 6238 4676 0 -1 4202496 10065 0 0 0 2547 1 0 0 20 0 1 0 391259078 31801344 4754 33554432000 134512640 146736320 4289378192 4289371816 139044591 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/6239/statm: 7764 4754 863 2985 0 4698 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40204

[startup+51.1003 s]
/proc/loadavg: 5.02 5.82 4.21 3/179 6240
/proc/meminfo: memFree=30570876/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
[pid=6239] ppid=6238 vsize=31056 CPUtime=51.08 cores=1,3,5,7
/proc/6239/stat : 6239 (pb_cplex) R 6238 6238 4676 0 -1 4202496 10065 0 0 0 5107 1 0 0 20 0 1 0 391259078 31801344 4754 33554432000 134512640 146736320 4289378192 4289371844 136385184 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/6239/statm: 7764 4754 863 2985 0 4698 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40204

[startup+102.306 s]
/proc/loadavg: 3.20 5.17 4.08 3/186 6248
/proc/meminfo: memFree=30546312/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
[pid=6239] ppid=6238 vsize=135876 CPUtime=102.27 cores=1,3,5,7
/proc/6239/stat : 6239 (pb_cplex) R 6238 6238 4676 0 -1 4202496 16894 0 0 0 10224 3 0 0 20 0 8 0 391259078 139137024 10892 33554432000 134512640 146736320 4289378192 4289370888 136474230 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6239/statm: 33969 10892 905 2985 0 30903 0
[pid=6239/tid=6241] ppid=6238 vsize=135876 CPUtime=0 cores=1,3,5,7
/proc/6239/task/6241/stat : 6241 (pb_cplex) S 6238 6238 4676 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 391266762 139137024 10892 33554432000 134512640 146736320 4289378192 4141604496 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6242] ppid=6238 vsize=135876 CPUtime=0 cores=1,3,5,7
/proc/6239/task/6242/stat : 6242 (pb_cplex) S 6238 6238 4676 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391266762 139137024 10892 33554432000 134512640 146736320 4289378192 4131118736 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6243] ppid=6238 vsize=135876 CPUtime=0 cores=1,3,5,7
/proc/6239/task/6243/stat : 6243 (pb_cplex) S 6238 6238 4676 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391266762 139137024 10892 33554432000 134512640 146736320 4289378192 4120632976 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6239/tid=6244] ppid=6238 vsize=135876 CPUtime=0 cores=1,3,5,7
/proc/6239/task/6244/stat : 6244 (pb_cplex) S 6238 6238 4676 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391266762 139137024 10892 33554432000 134512640 146736320 4289378192 4110147216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6239/tid=6245] ppid=6238 vsize=135876 CPUtime=0 cores=1,3,5,7
/proc/6239/task/6245/stat : 6245 (pb_cplex) S 6238 6238 4676 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391266762 139137024 10892 33554432000 134512640 146736320 4289378192 4099661456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6246] ppid=6238 vsize=135876 CPUtime=0 cores=1,3,5,7
/proc/6239/task/6246/stat : 6246 (pb_cplex) S 6238 6238 4676 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391266762 139137024 10892 33554432000 134512640 146736320 4289378192 4089175696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6239/tid=6247] ppid=6238 vsize=135876 CPUtime=0 cores=1,3,5,7
/proc/6239/task/6247/stat : 6247 (pb_cplex) S 6238 6238 4676 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391266762 139137024 10892 33554432000 134512640 146736320 4289378192 4078689936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 145024

[startup+162.3 s]
/proc/loadavg: 6.37 5.71 4.33 9/186 6297
/proc/meminfo: memFree=30755732/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
[pid=6239] ppid=6238 vsize=166112 CPUtime=319.34 cores=1,3,5,7
/proc/6239/stat : 6239 (pb_cplex) R 6238 6238 4676 0 -1 4202496 26599 0 0 0 31925 9 0 0 20 0 8 0 391259078 170098688 19236 33554432000 134512640 146736320 4289378192 4289370872 136475763 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6239/statm: 41528 19236 905 2985 0 38462 0
[pid=6239/tid=6241] ppid=6238 vsize=166112 CPUtime=18.5 cores=1,3,5,7
/proc/6239/task/6241/stat : 6241 (pb_cplex) S 6238 6238 4676 0 -1 4202560 1420 0 0 0 1850 0 0 0 20 0 8 0 391266762 170098688 19236 33554432000 134512640 146736320 4289378192 4141604496 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6239/tid=6242] ppid=6238 vsize=166112 CPUtime=26.96 cores=1,3,5,7
/proc/6239/task/6242/stat : 6242 (pb_cplex) R 6238 6238 4676 0 -1 4202560 1258 0 0 0 2696 0 0 0 20 0 8 0 391266762 170098688 19236 33554432000 134512640 146736320 4289378192 4131115464 136000886 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=6239/tid=6243] ppid=6238 vsize=166112 CPUtime=27.39 cores=1,3,5,7
/proc/6239/task/6243/stat : 6243 (pb_cplex) R 6238 6238 4676 0 -1 4202560 836 0 0 0 2739 0 0 0 20 0 8 0 391266762 170098688 19236 33554432000 134512640 146736320 4289378192 4120629320 139042902 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=6239/tid=6244] ppid=6238 vsize=166112 CPUtime=27.72 cores=1,3,5,7
/proc/6239/task/6244/stat : 6244 (pb_cplex) R 6238 6238 4676 0 -1 4202560 2596 0 0 0 2770 2 0 0 20 0 8 0 391266762 170098688 19236 33554432000 134512640 146736320 4289378192 4110143560 139042980 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6245] ppid=6238 vsize=166112 CPUtime=27.24 cores=1,3,5,7
/proc/6239/task/6245/stat : 6245 (pb_cplex) R 6238 6238 4676 0 -1 4202560 802 0 0 0 2724 0 0 0 20 0 8 0 391266762 170098688 19236 33554432000 134512640 146736320 4289378192 4099657820 135855117 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6246] ppid=6238 vsize=166112 CPUtime=27.22 cores=1,3,5,7
/proc/6239/task/6246/stat : 6246 (pb_cplex) R 6238 6238 4676 0 -1 4202560 1794 0 0 0 2720 2 0 0 20 0 8 0 391266762 170098688 19236 33554432000 134512640 146736320 4289378192 4089172176 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6239/tid=6247] ppid=6238 vsize=166112 CPUtime=27.38 cores=1,3,5,7
/proc/6239/task/6247/stat : 6247 (pb_cplex) R 6238 6238 4676 0 -1 4202560 838 0 0 0 2738 0 0 0 20 0 8 0 391266762 170098688 19236 33554432000 134512640 146736320 4289378192 4078686208 136018875 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 319.34
Current children cumulated vsize (KiB) 175260

[startup+222.3 s]
/proc/loadavg: 9.73 6.64 4.73 16/193 6304
/proc/meminfo: memFree=30701468/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
[pid=6239] ppid=6238 vsize=175288 CPUtime=539.93 cores=1,3,5,7
/proc/6239/stat : 6239 (pb_cplex) R 6238 6238 4676 0 -1 4202496 36099 0 0 0 53979 14 0 0 20 0 8 0 391259078 179494912 21719 33554432000 134512640 146736320 4289378192 4289370908 135855178 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6239/statm: 43822 21719 909 2985 0 40756 0
[pid=6239/tid=6241] ppid=6238 vsize=175288 CPUtime=36.68 cores=1,3,5,7
/proc/6239/task/6241/stat : 6241 (pb_cplex) R 6238 6238 4676 0 -1 4202560 3702 0 0 0 3666 2 0 0 20 0 8 0 391266762 179494912 21719 33554432000 134512640 146736320 4289378192 4141600880 136384857 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6239/tid=6242] ppid=6238 vsize=175288 CPUtime=65.37 cores=1,3,5,7

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

[pid=6239/tid=6314] ppid=6238 vsize=407836 CPUtime=0 cores=1,3,5,7
/proc/6239/task/6314/stat : 6314 (pb_cplex) S 6238 6238 4676 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391304994 417624064 59202 33554432000 134512640 146736320 4289378192 3799510672 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6239/tid=6315] ppid=6238 vsize=407836 CPUtime=0 cores=1,3,5,7
/proc/6239/task/6315/stat : 6315 (pb_cplex) S 6238 6238 4676 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391304994 417624064 59202 33554432000 134512640 146736320 4289378192 3789024912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1325.05
Current children cumulated vsize (KiB) 416984

[startup+522.3 s]
/proc/loadavg: 12.45 9.65 6.53 16/193 6315
/proc/meminfo: memFree=30500888/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
[pid=6239] ppid=6238 vsize=432788 CPUtime=1515.37 cores=1,3,5,7
/proc/6239/stat : 6239 (pb_cplex) R 6238 6238 4676 0 -1 4202496 57735 0 0 0 151475 62 0 0 20 0 8 0 391259078 443174912 64759 33554432000 134512640 146736320 4289378192 4289369232 135459473 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6239/statm: 108197 64759 916 2985 0 105131 0
[pid=6239/tid=6309] ppid=6238 vsize=432788 CPUtime=20.37 cores=1,3,5,7
/proc/6239/task/6309/stat : 6309 (pb_cplex) S 6238 6238 4676 0 -1 4202560 758 0 0 0 2037 0 0 0 20 0 8 0 391304994 443174912 64759 33554432000 134512640 146736320 4289378192 4078689936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6310] ppid=6238 vsize=432788 CPUtime=21.78 cores=1,3,5,7
/proc/6239/task/6310/stat : 6310 (pb_cplex) R 6238 6238 4676 0 -1 4202560 362 0 0 0 2178 0 0 0 20 0 8 0 391304994 443174912 64759 33554432000 134512640 146736320 4289378192 4089172060 135855162 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=6239/tid=6311] ppid=6238 vsize=432788 CPUtime=21.83 cores=1,3,5,7
/proc/6239/task/6311/stat : 6311 (pb_cplex) R 6238 6238 4676 0 -1 4202560 961 0 0 0 2183 0 0 0 20 0 8 0 391304994 443174912 64759 33554432000 134512640 146736320 4289378192 4099658184 136000406 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=6239/tid=6312] ppid=6238 vsize=432788 CPUtime=21.95 cores=1,3,5,7
/proc/6239/task/6312/stat : 6312 (pb_cplex) R 6238 6238 4676 0 -1 4202560 702 0 0 0 2195 0 0 0 20 0 8 0 391304994 443174912 64759 33554432000 134512640 146736320 4289378192 4110143696 136007970 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=6239/tid=6313] ppid=6238 vsize=432788 CPUtime=21.91 cores=1,3,5,7
/proc/6239/task/6313/stat : 6313 (pb_cplex) R 6238 6238 4676 0 -1 4202560 842 0 0 0 2191 0 0 0 20 0 8 0 391304994 443174912 64759 33554432000 134512640 146736320 4289378192 3809992796 135855165 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6314] ppid=6238 vsize=432788 CPUtime=22 cores=1,3,5,7
/proc/6239/task/6314/stat : 6314 (pb_cplex) R 6238 6238 4676 0 -1 4202560 1643 0 0 0 2200 0 0 0 20 0 8 0 391304994 443174912 64759 33554432000 134512640 146736320 4289378192 3799507000 136475800 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=6239/tid=6315] ppid=6238 vsize=432788 CPUtime=22.24 cores=1,3,5,7
/proc/6239/task/6315/stat : 6315 (pb_cplex) R 6238 6238 4676 0 -1 4202560 1928 0 0 0 2224 0 0 0 20 0 8 0 391304994 443174912 64759 33554432000 134512640 146736320 4289378192 3789021240 136475800 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1515.37
Current children cumulated vsize (KiB) 441936

[startup+582.3 s]
/proc/loadavg: 8.70 9.31 6.63 3/186 6315
/proc/meminfo: memFree=30510092/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
[pid=6239] ppid=6238 vsize=434684 CPUtime=1669.64 cores=1,3,5,7
/proc/6239/stat : 6239 (pb_cplex) S 6238 6238 4676 0 -1 4202496 58465 0 0 0 166901 63 0 0 20 0 8 0 391259078 445116416 66109 33554432000 134512640 146736320 4289378192 4289374544 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6239/statm: 108671 66109 916 2985 0 105605 0
[pid=6239/tid=6309] ppid=6238 vsize=434684 CPUtime=20.37 cores=1,3,5,7
/proc/6239/task/6309/stat : 6309 (pb_cplex) S 6238 6238 4676 0 -1 4202560 758 0 0 0 2037 0 0 0 20 0 8 0 391304994 445116416 66109 33554432000 134512640 146736320 4289378192 4078689936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6310] ppid=6238 vsize=434684 CPUtime=24.8 cores=1,3,5,7
/proc/6239/task/6310/stat : 6310 (pb_cplex) S 6238 6238 4676 0 -1 4202560 410 0 0 0 2480 0 0 0 20 0 8 0 391304994 445116416 66109 33554432000 134512640 146736320 4289378192 4089175696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6311] ppid=6238 vsize=434684 CPUtime=23.89 cores=1,3,5,7
/proc/6239/task/6311/stat : 6311 (pb_cplex) S 6238 6238 4676 0 -1 4202560 961 0 0 0 2389 0 0 0 20 0 8 0 391304994 445116416 66109 33554432000 134512640 146736320 4289378192 4099661456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6312] ppid=6238 vsize=434684 CPUtime=78.74 cores=1,3,5,7
/proc/6239/task/6312/stat : 6312 (pb_cplex) R 6238 6238 4676 0 -1 4202560 1280 0 0 0 7873 1 0 0 20 0 8 0 391304994 445116416 66109 33554432000 134512640 146736320 4289378192 4110143944 136000758 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=6239/tid=6313] ppid=6238 vsize=434684 CPUtime=32.95 cores=1,3,5,7
/proc/6239/task/6313/stat : 6313 (pb_cplex) S 6238 6238 4676 0 -1 4202560 844 0 0 0 3295 0 0 0 20 0 8 0 391304994 445116416 66109 33554432000 134512640 146736320 4289378192 3809996432 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6239/tid=6314] ppid=6238 vsize=434684 CPUtime=63.04 cores=1,3,5,7
/proc/6239/task/6314/stat : 6314 (pb_cplex) S 6238 6238 4676 0 -1 4202560 1643 0 0 0 6302 2 0 0 20 0 8 0 391304994 445116416 66109 33554432000 134512640 146736320 4289378192 3799510672 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6315] ppid=6238 vsize=434684 CPUtime=52.83 cores=1,3,5,7
/proc/6239/task/6315/stat : 6315 (pb_cplex) S 6238 6238 4676 0 -1 4202560 2030 0 0 0 5281 2 0 0 20 0 8 0 391304994 445116416 66109 33554432000 134512640 146736320 4289378192 3789024912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1669.64
Current children cumulated vsize (KiB) 443832

[startup+642.3 s]
/proc/loadavg: 6.48 8.45 6.49 10/193 6322
/proc/meminfo: memFree=30320912/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
[pid=6239] ppid=6238 vsize=435708 CPUtime=1729.64 cores=1,3,5,7
/proc/6239/stat : 6239 (pb_cplex) S 6238 6238 4676 0 -1 4202496 59382 0 0 0 172901 63 0 0 20 0 8 0 391259078 446164992 68386 33554432000 134512640 146736320 4289378192 4289374544 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6239/statm: 108927 68386 916 2985 0 105861 0
[pid=6239/tid=6309] ppid=6238 vsize=435708 CPUtime=20.37 cores=1,3,5,7
/proc/6239/task/6309/stat : 6309 (pb_cplex) S 6238 6238 4676 0 -1 4202560 758 0 0 0 2037 0 0 0 20 0 8 0 391304994 446164992 68386 33554432000 134512640 146736320 4289378192 4078689936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6310] ppid=6238 vsize=435708 CPUtime=24.8 cores=1,3,5,7
/proc/6239/task/6310/stat : 6310 (pb_cplex) S 6238 6238 4676 0 -1 4202560 410 0 0 0 2480 0 0 0 20 0 8 0 391304994 446164992 68386 33554432000 134512640 146736320 4289378192 4089175696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6311] ppid=6238 vsize=435708 CPUtime=23.89 cores=1,3,5,7
/proc/6239/task/6311/stat : 6311 (pb_cplex) S 6238 6238 4676 0 -1 4202560 961 0 0 0 2389 0 0 0 20 0 8 0 391304994 446164992 68386 33554432000 134512640 146736320 4289378192 4099661456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6312] ppid=6238 vsize=435708 CPUtime=138.75 cores=1,3,5,7
/proc/6239/task/6312/stat : 6312 (pb_cplex) R 6238 6238 4676 0 -1 4202560 2197 0 0 0 13871 4 0 0 20 0 8 0 391304994 446164992 68386 33554432000 134512640 146736320 4289378192 4110143696 136008042 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=6239/tid=6313] ppid=6238 vsize=435708 CPUtime=32.95 cores=1,3,5,7
/proc/6239/task/6313/stat : 6313 (pb_cplex) S 6238 6238 4676 0 -1 4202560 844 0 0 0 3295 0 0 0 20 0 8 0 391304994 446164992 68386 33554432000 134512640 146736320 4289378192 3809996432 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6239/tid=6314] ppid=6238 vsize=435708 CPUtime=63.04 cores=1,3,5,7
/proc/6239/task/6314/stat : 6314 (pb_cplex) S 6238 6238 4676 0 -1 4202560 1643 0 0 0 6302 2 0 0 20 0 8 0 391304994 446164992 68386 33554432000 134512640 146736320 4289378192 3799510672 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6315] ppid=6238 vsize=435708 CPUtime=52.83 cores=1,3,5,7
/proc/6239/task/6315/stat : 6315 (pb_cplex) S 6238 6238 4676 0 -1 4202560 2030 0 0 0 5281 2 0 0 20 0 8 0 391304994 446164992 68386 33554432000 134512640 146736320 4289378192 3789024912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1729.64
Current children cumulated vsize (KiB) 444856

[startup+702.3 s]
/proc/loadavg: 7.62 8.45 6.61 7/192 6322
/proc/meminfo: memFree=30315756/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
[pid=6239] ppid=6238 vsize=435708 CPUtime=1789.63 cores=1,3,5,7
/proc/6239/stat : 6239 (pb_cplex) S 6238 6238 4676 0 -1 4202496 60533 0 0 0 178899 64 0 0 20 0 8 0 391259078 446164992 68805 33554432000 134512640 146736320 4289378192 4289374544 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6239/statm: 108927 68805 916 2985 0 105861 0
[pid=6239/tid=6309] ppid=6238 vsize=435708 CPUtime=20.37 cores=1,3,5,7
/proc/6239/task/6309/stat : 6309 (pb_cplex) S 6238 6238 4676 0 -1 4202560 758 0 0 0 2037 0 0 0 20 0 8 0 391304994 446164992 68805 33554432000 134512640 146736320 4289378192 4078689936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6310] ppid=6238 vsize=435708 CPUtime=24.8 cores=1,3,5,7
/proc/6239/task/6310/stat : 6310 (pb_cplex) S 6238 6238 4676 0 -1 4202560 410 0 0 0 2480 0 0 0 20 0 8 0 391304994 446164992 68805 33554432000 134512640 146736320 4289378192 4089175696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6311] ppid=6238 vsize=435708 CPUtime=23.89 cores=1,3,5,7
/proc/6239/task/6311/stat : 6311 (pb_cplex) S 6238 6238 4676 0 -1 4202560 961 0 0 0 2389 0 0 0 20 0 8 0 391304994 446164992 68805 33554432000 134512640 146736320 4289378192 4099661456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6312] ppid=6238 vsize=435708 CPUtime=198.74 cores=1,3,5,7
/proc/6239/task/6312/stat : 6312 (pb_cplex) R 6238 6238 4676 0 -1 4202560 3348 0 0 0 19869 5 0 0 20 0 8 0 391304994 446164992 68805 33554432000 134512640 146736320 4289378192 4110143696 136007973 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=6239/tid=6313] ppid=6238 vsize=435708 CPUtime=32.95 cores=1,3,5,7
/proc/6239/task/6313/stat : 6313 (pb_cplex) S 6238 6238 4676 0 -1 4202560 844 0 0 0 3295 0 0 0 20 0 8 0 391304994 446164992 68805 33554432000 134512640 146736320 4289378192 3809996432 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6239/tid=6314] ppid=6238 vsize=435708 CPUtime=63.04 cores=1,3,5,7
/proc/6239/task/6314/stat : 6314 (pb_cplex) S 6238 6238 4676 0 -1 4202560 1643 0 0 0 6302 2 0 0 20 0 8 0 391304994 446164992 68805 33554432000 134512640 146736320 4289378192 3799510672 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6315] ppid=6238 vsize=435708 CPUtime=52.83 cores=1,3,5,7
/proc/6239/task/6315/stat : 6315 (pb_cplex) S 6238 6238 4676 0 -1 4202560 2030 0 0 0 5281 2 0 0 20 0 8 0 391304994 446164992 68805 33554432000 134512640 146736320 4289378192 3789024912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1789.63
Current children cumulated vsize (KiB) 444856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+712.7 s]
/proc/loadavg: 7.26 8.33 6.60 7/193 6323
/proc/meminfo: memFree=30315880/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
[pid=6239] ppid=6238 vsize=435708 CPUtime=1800.04 cores=1,3,5,7
/proc/6239/stat : 6239 (pb_cplex) S 6238 6238 4676 0 -1 4202496 60945 0 0 0 179940 64 0 0 20 0 8 0 391259078 446164992 68813 33554432000 134512640 146736320 4289378192 4289374544 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6239/statm: 108927 68813 916 2985 0 105861 0
[pid=6239/tid=6309] ppid=6238 vsize=435708 CPUtime=20.37 cores=1,3,5,7
/proc/6239/task/6309/stat : 6309 (pb_cplex) S 6238 6238 4676 0 -1 4202560 758 0 0 0 2037 0 0 0 20 0 8 0 391304994 446164992 68813 33554432000 134512640 146736320 4289378192 4078689936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6310] ppid=6238 vsize=435708 CPUtime=24.8 cores=1,3,5,7
/proc/6239/task/6310/stat : 6310 (pb_cplex) S 6238 6238 4676 0 -1 4202560 410 0 0 0 2480 0 0 0 20 0 8 0 391304994 446164992 68813 33554432000 134512640 146736320 4289378192 4089175696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6311] ppid=6238 vsize=435708 CPUtime=23.89 cores=1,3,5,7
/proc/6239/task/6311/stat : 6311 (pb_cplex) S 6238 6238 4676 0 -1 4202560 961 0 0 0 2389 0 0 0 20 0 8 0 391304994 446164992 68813 33554432000 134512640 146736320 4289378192 4099661456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6312] ppid=6238 vsize=435708 CPUtime=209.16 cores=1,3,5,7
/proc/6239/task/6312/stat : 6312 (pb_cplex) R 6238 6238 4676 0 -1 4202560 3760 0 0 0 20911 5 0 0 20 0 8 0 391304994 446164992 68813 33554432000 134512640 146736320 4289378192 4110143556 136385184 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=6239/tid=6313] ppid=6238 vsize=435708 CPUtime=32.95 cores=1,3,5,7
/proc/6239/task/6313/stat : 6313 (pb_cplex) S 6238 6238 4676 0 -1 4202560 844 0 0 0 3295 0 0 0 20 0 8 0 391304994 446164992 68813 33554432000 134512640 146736320 4289378192 3809996432 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6239/tid=6314] ppid=6238 vsize=435708 CPUtime=63.04 cores=1,3,5,7
/proc/6239/task/6314/stat : 6314 (pb_cplex) S 6238 6238 4676 0 -1 4202560 1643 0 0 0 6302 2 0 0 20 0 8 0 391304994 446164992 68813 33554432000 134512640 146736320 4289378192 3799510672 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6315] ppid=6238 vsize=435708 CPUtime=52.83 cores=1,3,5,7
/proc/6239/task/6315/stat : 6315 (pb_cplex) S 6238 6238 4676 0 -1 4202560 2030 0 0 0 5281 2 0 0 20 0 8 0 391304994 446164992 68813 33554432000 134512640 146736320 4289378192 3789024912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 444856

Sending SIGTERM to process tree (bottom up)

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

[startup+712.7 s]
/proc/loadavg: 7.26 8.33 6.60 7/193 6323
/proc/meminfo: memFree=30315880/32873648 swapFree=7124/7124
[pid=6238] ppid=6236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6238/stat : 6238 (run) S 6236 6238 4676 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391259078 9367552 270 33554432000 4194304 5064252 140736151840752 140736151839664 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6238/statm: 2287 270 229 213 0 72 0
[pid=6239] ppid=6238 vsize=435708 CPUtime=1800.04 cores=1,3,5,7
/proc/6239/stat : 6239 (pb_cplex) S 6238 6238 4676 0 -1 4202496 60945 0 0 0 179940 64 0 0 20 0 8 0 391259078 446164992 68813 33554432000 134512640 146736320 4289378192 4289374544 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6239/statm: 108927 68813 916 2985 0 105861 0
[pid=6239/tid=6309] ppid=6238 vsize=435708 CPUtime=20.37 cores=1,3,5,7
/proc/6239/task/6309/stat : 6309 (pb_cplex) S 6238 6238 4676 0 -1 4202560 758 0 0 0 2037 0 0 0 20 0 8 0 391304994 446164992 68813 33554432000 134512640 146736320 4289378192 4078689936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6310] ppid=6238 vsize=435708 CPUtime=24.8 cores=1,3,5,7
/proc/6239/task/6310/stat : 6310 (pb_cplex) S 6238 6238 4676 0 -1 4202560 410 0 0 0 2480 0 0 0 20 0 8 0 391304994 446164992 68813 33554432000 134512640 146736320 4289378192 4089175696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6311] ppid=6238 vsize=435708 CPUtime=23.89 cores=1,3,5,7
/proc/6239/task/6311/stat : 6311 (pb_cplex) S 6238 6238 4676 0 -1 4202560 961 0 0 0 2389 0 0 0 20 0 8 0 391304994 446164992 68813 33554432000 134512640 146736320 4289378192 4099661456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6312] ppid=6238 vsize=435708 CPUtime=209.16 cores=1,3,5,7
/proc/6239/task/6312/stat : 6312 (pb_cplex) R 6238 6238 4676 0 -1 4202560 3760 0 0 0 20911 5 0 0 20 0 8 0 391304994 446164992 68813 33554432000 134512640 146736320 4289378192 4110143556 136385184 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=6239/tid=6313] ppid=6238 vsize=435708 CPUtime=32.95 cores=1,3,5,7
/proc/6239/task/6313/stat : 6313 (pb_cplex) S 6238 6238 4676 0 -1 4202560 844 0 0 0 3295 0 0 0 20 0 8 0 391304994 446164992 68813 33554432000 134512640 146736320 4289378192 3809996432 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6239/tid=6314] ppid=6238 vsize=435708 CPUtime=63.04 cores=1,3,5,7
/proc/6239/task/6314/stat : 6314 (pb_cplex) S 6238 6238 4676 0 -1 4202560 1643 0 0 0 6302 2 0 0 20 0 8 0 391304994 446164992 68813 33554432000 134512640 146736320 4289378192 3799510672 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6239/tid=6315] ppid=6238 vsize=435708 CPUtime=52.83 cores=1,3,5,7
/proc/6239/task/6315/stat : 6315 (pb_cplex) S 6238 6238 4676 0 -1 4202560 2030 0 0 0 5281 2 0 0 20 0 8 0 391304994 446164992 68813 33554432000 134512640 146736320 4289378192 3789024912 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 444856

Child status: 0
Real time (s): 712.72
CPU time (s): 1800.42
CPU user time (s): 1799.68
CPU system time (s): 0.739887
CPU usage (%): 252.612
Max. virtual memory (cumulated for all children) (KiB): 445880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.739887
maximum resident set size= 275760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61310
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= 3091
involuntary context switches= 87089

runsolver used 2.94055 second user time and 6.18306 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-09 16:15:17
IDJOB=3742601
IDBENCH=90216
IDSOLVER=2325
FILE ID=node114/3742601-1339251317
RUNJOBID= node114-1339246833-4693
PBS_JOBID= 14644367
Free space on /tmp= 70680 MiB

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

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

MD5SUM BENCH= 0228ffc8e8b202453e422d741e6bbe73
RANDOM SEED=1722206712

node114.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.242
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.48
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.242
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.242
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	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.242
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.242
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.242
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.242
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:        30587904 kB
Buffers:          562332 kB
Cached:           504952 kB
SwapCached:         2452 kB
Active:           919552 kB
Inactive:         404716 kB
Active(anon):     254316 kB
Inactive(anon):     4632 kB
Active(file):     665236 kB
Inactive(file):   400084 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67099616 kB
Dirty:             16852 kB
Writeback:             0 kB
AnonPages:        261992 kB
Mapped:            12476 kB
Shmem:                 0 kB
Slab:             823120 kB
SReclaimable:     266896 kB
SUnreclaim:       556224 kB
KernelStack:        1440 kB
PageTables:         4584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     504100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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-3742601-1339251317.opb

Free space on /tmp at the end= 70672 MiB
End job on node114 at 2012-06-09 16:27:10