Trace number 3744925

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.17 587.424

General information on the benchmark

NameOPT-SMALLINT-LIN/graca/
normalized-ped3.D.recomb10-0.20-14.opb
MD5SUMb240317cb0fb86b69cfb63a80b99f3a5
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.769882
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62815
Total number of constraints289979
Number of constraints which are clauses289979
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint340
Number of terms in the objective function 1880
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 525480
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 525480
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3744925-1339252073.opb.
0.00/0.00	c Instance file HOME/instance-3744925-1339252073.opb
0.00/0.00	c File size is 8965844 bytes.
2.59/2.65	c Highest Coefficient sum: 678
2.59/2.65	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
2.79/2.82	c ============================[ Problem Statistics ]=============================
2.79/2.82	c |                                                                             |
2.79/2.82	c |  Parsing time:          2.77         s                                      |
2.79/2.82	c |  Number Variables:      62815                                               |
2.79/2.85	c |  Number Constraints:    289979                                              |
2.79/2.85	c ===============================================================================
1800.17/587.41	c Remaining time 1797.21 sec.
1800.17/587.41	c 
1800.17/587.41	c *** INTERRUPTED ***
1800.17/587.41	s UNKNOWN
1800.17/587.41	c Total CPU time              : 1795.25 s
1800.17/587.41	c Memory used           : 1125.33 MB
1800.17/587.41	c CPU time              : 1795.25 s
1800.17/587.41	c 
1800.17/587.41	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-3744925-1339252073/watcher-3744925-1339252073 -o /tmp/evaluation-result-3744925-1339252073/solver-3744925-1339252073 -C 1800 -W 1900 -M 15500 run HOME/instance-3744925-1339252073.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: 5.06 5.96 5.59 3/177 8416
/proc/meminfo: memFree=31677408/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0

[startup+0.0140499 s]
/proc/loadavg: 5.06 5.96 5.59 3/177 8416
/proc/meminfo: memFree=31677408/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10025 s]
/proc/loadavg: 5.06 5.96 5.59 3/177 8416
/proc/meminfo: memFree=31677408/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30022 s]
/proc/loadavg: 5.06 5.96 5.59 3/177 8416
/proc/meminfo: memFree=31677408/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700267 s]
/proc/loadavg: 5.06 5.96 5.59 3/177 8416
/proc/meminfo: memFree=31677408/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 5.06 5.96 5.59 3/179 8418
/proc/meminfo: memFree=31635760/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
[pid=8417] ppid=8416 vsize=86444 CPUtime=1.49 cores=1,3,5,7
/proc/8417/stat : 8417 (pb_cplex) R 8416 8416 7175 0 -1 4202496 18927 0 0 0 146 3 0 0 20 0 1 0 391331412 88518656 18397 33554432000 134512640 146736320 4292609744 4292607596 140526592 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/8417/statm: 21611 18397 2370 2985 0 16356 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95592

[startup+3.10034 s]
/proc/loadavg: 5.06 5.96 5.59 3/179 8418
/proc/meminfo: memFree=31612724/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
[pid=8417] ppid=8416 vsize=179284 CPUtime=3.09 cores=1,3,5,7
/proc/8417/stat : 8417 (pb_cplex) R 8416 8416 7175 0 -1 4202496 42013 0 0 0 302 7 0 0 20 0 1 0 391331412 183586816 39322 33554432000 134512640 146736320 4292609744 4292606976 136237096 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/8417/statm: 44821 39322 628 2985 0 41755 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 188432

[startup+6.30036 s]
/proc/loadavg: 4.82 5.90 5.57 3/179 8418
/proc/meminfo: memFree=31483236/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
[pid=8417] ppid=8416 vsize=307024 CPUtime=6.29 cores=1,3,5,7
/proc/8417/stat : 8417 (pb_cplex) R 8416 8416 7175 0 -1 4202496 107412 0 0 0 609 20 0 0 20 0 1 0 391331412 314392576 50167 33554432000 134512640 146736320 4292609744 4292604328 139044572 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/8417/statm: 76756 50167 831 2985 0 73690 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 316172

[startup+12.7004 s]
/proc/loadavg: 4.59 5.83 5.55 3/179 8418
/proc/meminfo: memFree=31475216/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
[pid=8417] ppid=8416 vsize=310268 CPUtime=12.69 cores=1,3,5,7
/proc/8417/stat : 8417 (pb_cplex) R 8416 8416 7175 0 -1 4202496 112977 0 0 0 1247 22 0 0 20 0 1 0 391331412 317714432 51221 33554432000 134512640 146736320 4292609744 4292604400 136384846 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/8417/statm: 77567 51221 831 2985 0 74501 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 319416

[startup+25.5004 s]
/proc/loadavg: 4.02 5.64 5.49 3/179 8418
/proc/meminfo: memFree=31474148/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
[pid=8417] ppid=8416 vsize=310648 CPUtime=25.49 cores=1,3,5,7
/proc/8417/stat : 8417 (pb_cplex) R 8416 8416 7175 0 -1 4202496 118667 0 0 0 2525 24 0 0 20 0 1 0 391331412 318103552 51393 33554432000 134512640 146736320 4292609744 4292604880 136403112 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/8417/statm: 77662 51393 831 2985 0 74596 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 319796

[startup+51.1004 s]
/proc/loadavg: 3.40 5.37 5.40 3/179 8418
/proc/meminfo: memFree=31474488/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
[pid=8417] ppid=8416 vsize=310816 CPUtime=51.08 cores=1,3,5,7
/proc/8417/stat : 8417 (pb_cplex) R 8416 8416 7175 0 -1 4202496 127235 0 0 0 5082 26 0 0 20 0 1 0 391331412 318275584 51426 33554432000 134512640 146736320 4292609744 4292604496 136008234 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/8417/statm: 77704 51426 831 2985 0 74638 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 319964

[startup+102.307 s]
/proc/loadavg: 2.60 4.85 5.22 3/179 8418
/proc/meminfo: memFree=31458060/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
[pid=8417] ppid=8416 vsize=311564 CPUtime=102.27 cores=1,3,5,7
/proc/8417/stat : 8417 (pb_cplex) R 8416 8416 7175 0 -1 4202496 224520 0 0 0 10178 49 0 0 20 0 1 0 391331412 319041536 55415 33554432000 134512640 146736320 4292609744 4292603368 139044550 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/8417/statm: 77891 55415 911 2985 0 74825 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 320712

[startup+162.301 s]
/proc/loadavg: 2.35 4.37 5.03 3/187 8428
/proc/meminfo: memFree=31233872/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
[pid=8417] ppid=8416 vsize=695208 CPUtime=162.26 cores=1,3,5,7
/proc/8417/stat : 8417 (pb_cplex) R 8416 8416 7175 0 -1 4202496 355162 0 0 0 16148 78 0 0 20 0 8 0 391331412 711892992 111325 33554432000 134512640 146736320 4292609744 4292602440 139043594 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8417/statm: 173802 111325 948 2985 0 170736 0
[pid=8417/tid=8422] ppid=8416 vsize=695208 CPUtime=0 cores=1,3,5,7
/proc/8417/task/8422/stat : 8422 (pb_cplex) S 8416 8416 7175 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 391347210 711892992 111325 33554432000 134512640 146736320 4292609744 3803250320 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8417/tid=8423] ppid=8416 vsize=695208 CPUtime=0 cores=1,3,5,7
/proc/8417/task/8423/stat : 8423 (pb_cplex) S 8416 8416 7175 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391347210 711892992 111325 33554432000 134512640 146736320 4292609744 3792764560 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8417/tid=8424] ppid=8416 vsize=695208 CPUtime=0 cores=1,3,5,7
/proc/8417/task/8424/stat : 8424 (pb_cplex) S 8416 8416 7175 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391347210 711892992 111325 33554432000 134512640 146736320 4292609744 3782278800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8417/tid=8425] ppid=8416 vsize=695208 CPUtime=0 cores=1,3,5,7
/proc/8417/task/8425/stat : 8425 (pb_cplex) S 8416 8416 7175 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391347210 711892992 111325 33554432000 134512640 146736320 4292609744 3771793040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8417/tid=8426] ppid=8416 vsize=695208 CPUtime=0 cores=1,3,5,7
/proc/8417/task/8426/stat : 8426 (pb_cplex) S 8416 8416 7175 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391347210 711892992 111325 33554432000 134512640 146736320 4292609744 3761307280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8417/tid=8427] ppid=8416 vsize=695208 CPUtime=0 cores=1,3,5,7
/proc/8417/task/8427/stat : 8427 (pb_cplex) S 8416 8416 7175 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391347210 711892992 111325 33554432000 134512640 146736320 4292609744 3750821520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8417/tid=8428] ppid=8416 vsize=695208 CPUtime=0 cores=1,3,5,7
/proc/8417/task/8428/stat : 8428 (pb_cplex) S 8416 8416 7175 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391347210 711892992 111325 33554432000 134512640 146736320 4292609744 3740335760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 704356

[startup+222.3 s]
/proc/loadavg: 6.33 5.11 5.24 10/186 8428
/proc/meminfo: memFree=30875608/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
[pid=8417] ppid=8416 vsize=1113860 CPUtime=387.88 cores=1,3,5,7
/proc/8417/stat : 8417 (pb_cplex) R 8416 8416 7175 0 -1 4202496 571989 0 0 0 38631 157 0 0 20 0 8 0 391331412 1140592640 200650 33554432000 134512640 146736320 4292609744 4292602960 136403109 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8417/statm: 278465 200650 952 2985 0 275399 0
[pid=8417/tid=8422] ppid=8416 vsize=1113860 CPUtime=27.93 cores=1,3,5,7
/proc/8417/task/8422/stat : 8422 (pb_cplex) R 8416 8416 7175 0 -1 4202560 23338 0 0 0 2785 8 0 0 20 0 8 0 391347210 1140592640 200650 33554432000 134512640 146736320 4292609744 3803246664 139042888 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=8417/tid=8423] ppid=8416 vsize=1113860 CPUtime=27.67 cores=1,3,5,7
/proc/8417/task/8423/stat : 8423 (pb_cplex) R 8416 8416 7175 0 -1 4202560 26417 0 0 0 2756 11 0 0 20 0 8 0 391347210 1140592640 200650 33554432000 134512640 146736320 4292609744 3792760984 136007053 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=8417/tid=8424] ppid=8416 vsize=1113860 CPUtime=27.5 cores=1,3,5,7
/proc/8417/task/8424/stat : 8424 (pb_cplex) R 8416 8416 7175 0 -1 4202560 27594 0 0 0 2739 11 0 0 20 0 8 0 391347210 1140592640 200650 33554432000 134512640 146736320 4292609744 3782275664 136403129 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8417/tid=8425] ppid=8416 vsize=1113860 CPUtime=27.37 cores=1,3,5,7
/proc/8417/task/8425/stat : 8425 (pb_cplex) R 8416 8416 7175 0 -1 4202560 21386 0 0 0 2728 9 0 0 20 0 8 0 391347210 1140592640 200650 33554432000 134512640 146736320 4292609744 3771789696 135969606 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=8417/tid=8426] ppid=8416 vsize=1113860 CPUtime=26.94 cores=1,3,5,7
/proc/8417/task/8426/stat : 8426 (pb_cplex) R 8416 8416 7175 0 -1 4202560 27288 0 0 0 2685 9 0 0 20 0 8 0 391347210 1140592640 200650 33554432000 134512640 146736320 4292609744 3761303760 136008050 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=8417/tid=8427] ppid=8416 vsize=1113860 CPUtime=27.96 cores=1,3,5,7
/proc/8417/task/8427/stat : 8427 (pb_cplex) R 8416 8416 7175 0 -1 4202560 27957 0 0 0 2787 9 0 0 20 0 8 0 391347210 1140592640 200650 33554432000 134512640 146736320 4292609744 3750818384 136403109 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=8417/tid=8428] ppid=8416 vsize=1113860 CPUtime=27.7 cores=1,3,5,7
/proc/8417/task/8428/stat : 8428 (pb_cplex) R 8416 8416 7175 0 -1 4202560 26953 0 0 0 2758 12 0 0 20 0 8 0 391347210 1140592640 200650 33554432000 134512640 146736320 4292609744 3740332184 136007053 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 387.88
Current children cumulated vsize (KiB) 1123008


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

/proc/8417/statm: 284132 211641 952 2985 0 281066 0
[pid=8417/tid=8422] ppid=8416 vsize=1136528 CPUtime=84.19 cores=1,3,5,7
/proc/8417/task/8422/stat : 8422 (pb_cplex) R 8416 8416 7175 0 -1 4202560 45191 0 0 0 8401 18 0 0 20 0 8 0 391347210 1163804672 211641 33554432000 134512640 146736320 4292609744 3803246800 136008177 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=8417/tid=8423] ppid=8416 vsize=1136528 CPUtime=89.55 cores=1,3,5,7
/proc/8417/task/8423/stat : 8423 (pb_cplex) R 8416 8416 7175 0 -1 4202560 59245 0 0 0 8931 24 0 0 20 0 8 0 391347210 1163804672 211641 33554432000 134512640 146736320 4292609744 3792759816 139042902 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=8417/tid=8424] ppid=8416 vsize=1136528 CPUtime=73.65 cores=1,3,5,7
/proc/8417/task/8424/stat : 8424 (pb_cplex) R 8416 8416 7175 0 -1 4202560 50146 0 0 0 7344 21 0 0 20 0 8 0 391347210 1163804672 211641 33554432000 134512640 146736320 4292609744 3782275224 136007616 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=8417/tid=8425] ppid=8416 vsize=1136528 CPUtime=71.81 cores=1,3,5,7
/proc/8417/task/8425/stat : 8425 (pb_cplex) R 8416 8416 7175 0 -1 4202560 43859 0 0 0 7161 20 0 0 20 0 8 0 391347210 1163804672 211641 33554432000 134512640 146736320 4292609744 3771788464 144797937 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8417/tid=8426] ppid=8416 vsize=1136528 CPUtime=93.4 cores=1,3,5,7
/proc/8417/task/8426/stat : 8426 (pb_cplex) R 8416 8416 7175 0 -1 4202560 58215 0 0 0 9316 24 0 0 20 0 8 0 391347210 1163804672 211641 33554432000 134512640 146736320 4292609744 3761303828 136005344 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8417/tid=8427] ppid=8416 vsize=1136528 CPUtime=97.95 cores=1,3,5,7
/proc/8417/task/8427/stat : 8427 (pb_cplex) R 8416 8416 7175 0 -1 4202560 70292 0 0 0 9767 28 0 0 20 0 8 0 391347210 1163804672 211641 33554432000 134512640 146736320 4292609744 3750818000 136008266 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=8417/tid=8428] ppid=8416 vsize=1136528 CPUtime=83.11 cores=1,3,5,7
/proc/8417/task/8428/stat : 8428 (pb_cplex) R 8416 8416 7175 0 -1 4202560 66060 0 0 0 8286 25 0 0 20 0 8 0 391347210 1163804672 211641 33554432000 134512640 146736320 4292609744 3740332240 136008359 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 840.22
Current children cumulated vsize (KiB) 1145676

[startup+402.3 s]
/proc/loadavg: 8.59 6.62 5.79 10/186 8429
/proc/meminfo: memFree=30820676/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
[pid=8417] ppid=8416 vsize=1132616 CPUtime=1079.76 cores=1,3,5,7
/proc/8417/stat : 8417 (pb_cplex) R 8416 8416 7175 0 -1 4202496 927684 0 0 0 107675 301 0 0 20 0 8 0 391331412 1159798784 214418 33554432000 134512640 146736320 4292609744 4292602576 136008042 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 283154 214418 955 2985 0 280088 0
[pid=8417/tid=8422] ppid=8416 vsize=1132616 CPUtime=114.11 cores=1,3,5,7
/proc/8417/task/8422/stat : 8422 (pb_cplex) R 8416 8416 7175 0 -1 4202560 73000 0 0 0 11381 30 0 0 20 0 8 0 391347210 1159798784 214418 33554432000 134512640 146736320 4292609744 3803246704 136384857 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=8417/tid=8423] ppid=8416 vsize=1132616 CPUtime=119.62 cores=1,3,5,7
/proc/8417/task/8423/stat : 8423 (pb_cplex) R 8416 8416 7175 0 -1 4202560 76238 0 0 0 11931 31 0 0 20 0 8 0 391347210 1159798784 214418 33554432000 134512640 146736320 4292609744 3792760984 136007289 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=8417/tid=8424] ppid=8416 vsize=1132616 CPUtime=103.64 cores=1,3,5,7
/proc/8417/task/8424/stat : 8424 (pb_cplex) R 8416 8416 7175 0 -1 4202560 67478 0 0 0 10336 28 0 0 20 0 8 0 391347210 1159798784 214418 33554432000 134512640 146736320 4292609744 3782275280 136008234 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=8417/tid=8425] ppid=8416 vsize=1132616 CPUtime=101.95 cores=1,3,5,7
/proc/8417/task/8425/stat : 8425 (pb_cplex) R 8416 8416 7175 0 -1 4202560 55780 0 0 0 10171 24 0 0 20 0 8 0 391347210 1159798784 214418 33554432000 134512640 146736320 4292609744 3771789204 136017763 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=8417/tid=8426] ppid=8416 vsize=1132616 CPUtime=123.47 cores=1,3,5,7
/proc/8417/task/8426/stat : 8426 (pb_cplex) R 8416 8416 7175 0 -1 4202560 70339 0 0 0 12319 28 0 0 20 0 8 0 391347210 1159798784 214418 33554432000 134512640 146736320 4292609744 3761303624 139042902 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8417/tid=8427] ppid=8416 vsize=1132616 CPUtime=127.88 cores=1,3,5,7
/proc/8417/task/8427/stat : 8427 (pb_cplex) R 8416 8416 7175 0 -1 4202560 80154 0 0 0 12756 32 0 0 20 0 8 0 391347210 1159798784 214418 33554432000 134512640 146736320 4292609744 3750817864 139042980 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=8417/tid=8428] ppid=8416 vsize=1132616 CPUtime=112.81 cores=1,3,5,7
/proc/8417/task/8428/stat : 8428 (pb_cplex) R 8416 8416 7175 0 -1 4202560 75707 0 0 0 11252 29 0 0 20 0 8 0 391347210 1159798784 214418 33554432000 134512640 146736320 4292609744 3740332184 136007053 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1079.76
Current children cumulated vsize (KiB) 1141764

[startup+462.3 s]
/proc/loadavg: 8.46 6.97 5.97 6/186 8429
/proc/meminfo: memFree=30798700/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
[pid=8417] ppid=8416 vsize=1150692 CPUtime=1319.22 cores=1,3,5,7
/proc/8417/stat : 8417 (pb_cplex) S 8416 8416 7175 0 -1 4202496 1071331 0 0 0 131559 363 0 0 20 0 8 0 391331412 1178308608 219623 33554432000 134512640 146736320 4292609744 4292606096 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8417/statm: 287673 219623 957 2985 0 284607 0
[pid=8417/tid=8422] ppid=8416 vsize=1150692 CPUtime=147.33 cores=1,3,5,7
/proc/8417/task/8422/stat : 8422 (pb_cplex) R 8416 8416 7175 0 -1 4202560 85738 0 0 0 14695 38 0 0 20 0 8 0 391347210 1178308608 219623 33554432000 134512640 146736320 4292609744 3803246800 136008306 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8417/tid=8423] ppid=8416 vsize=1150692 CPUtime=152.89 cores=1,3,5,7
/proc/8417/task/8423/stat : 8423 (pb_cplex) R 8416 8416 7175 0 -1 4202560 85749 0 0 0 15253 36 0 0 20 0 8 0 391347210 1178308608 219623 33554432000 134512640 146736320 4292609744 3792760904 139042876 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=8417/tid=8424] ppid=8416 vsize=1150692 CPUtime=133.26 cores=1,3,5,7
/proc/8417/task/8424/stat : 8424 (pb_cplex) S 8416 8416 7175 0 -1 4202560 96417 0 0 0 13285 41 0 0 20 0 8 0 391347210 1178308608 219623 33554432000 134512640 146736320 4292609744 3782278800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8417/tid=8425] ppid=8416 vsize=1150692 CPUtime=135.32 cores=1,3,5,7
/proc/8417/task/8425/stat : 8425 (pb_cplex) R 8416 8416 7175 0 -1 4202560 66704 0 0 0 13502 30 0 0 20 0 8 0 391347210 1178308608 219623 33554432000 134512640 146736320 4292609744 3771788432 136008238 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=8417/tid=8426] ppid=8416 vsize=1150692 CPUtime=147.93 cores=1,3,5,7
/proc/8417/task/8426/stat : 8426 (pb_cplex) S 8416 8416 7175 0 -1 4202560 99031 0 0 0 14755 38 0 0 20 0 8 0 391347210 1178308608 219623 33554432000 134512640 146736320 4292609744 3761307280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8417/tid=8427] ppid=8416 vsize=1150692 CPUtime=160.82 cores=1,3,5,7
/proc/8417/task/8427/stat : 8427 (pb_cplex) R 8416 8416 7175 0 -1 4202560 97432 0 0 0 16041 41 0 0 20 0 8 0 391347210 1178308608 219623 33554432000 134512640 146736320 4292609744 3750818864 135982869 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=8417/tid=8428] ppid=8416 vsize=1150692 CPUtime=140.97 cores=1,3,5,7
/proc/8417/task/8428/stat : 8428 (pb_cplex) S 8416 8416 7175 0 -1 4202560 92576 0 0 0 14060 37 0 0 20 0 8 0 391347210 1178308608 219623 33554432000 134512640 146736320 4292609744 3740335760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1319.22
Current children cumulated vsize (KiB) 1159840

[startup+522.3 s]
/proc/loadavg: 8.24 7.11 6.07 10/186 8429
/proc/meminfo: memFree=30804300/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
[pid=8417] ppid=8416 vsize=1138616 CPUtime=1540.26 cores=1,3,5,7
/proc/8417/stat : 8417 (pb_cplex) R 8416 8416 7175 0 -1 4202496 1248583 0 0 0 153599 427 0 0 20 0 8 0 391331412 1165942784 218539 33554432000 134512640 146736320 4292609744 4292602520 136007289 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 284654 218539 957 2985 0 281588 0
[pid=8417/tid=8422] ppid=8416 vsize=1138616 CPUtime=183.32 cores=1,3,5,7
/proc/8417/task/8422/stat : 8422 (pb_cplex) R 8416 8416 7175 0 -1 4202560 117800 0 0 0 18283 49 0 0 20 0 8 0 391347210 1165942784 218539 33554432000 134512640 146736320 4292609744 3803246744 136007517 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8417/tid=8423] ppid=8416 vsize=1138616 CPUtime=189.56 cores=1,3,5,7
/proc/8417/task/8423/stat : 8423 (pb_cplex) R 8416 8416 7175 0 -1 4202560 118213 0 0 0 18908 48 0 0 20 0 8 0 391347210 1165942784 218539 33554432000 134512640 146736320 4292609744 3792760984 136007616 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=8417/tid=8424] ppid=8416 vsize=1138616 CPUtime=156.1 cores=1,3,5,7
/proc/8417/task/8424/stat : 8424 (pb_cplex) R 8416 8416 7175 0 -1 4202560 119913 0 0 0 15560 50 0 0 20 0 8 0 391347210 1165942784 218539 33554432000 134512640 146736320 4292609744 3782275528 136000075 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=8417/tid=8425] ppid=8416 vsize=1138616 CPUtime=168.02 cores=1,3,5,7
/proc/8417/task/8425/stat : 8425 (pb_cplex) R 8416 8416 7175 0 -1 4202560 107006 0 0 0 16756 46 0 0 20 0 8 0 391347210 1165942784 218539 33554432000 134512640 146736320 4292609744 3771789464 136007059 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8417/tid=8426] ppid=8416 vsize=1138616 CPUtime=171.02 cores=1,3,5,7
/proc/8417/task/8426/stat : 8426 (pb_cplex) R 8416 8416 7175 0 -1 4202560 118630 0 0 0 17058 44 0 0 20 0 8 0 391347210 1165942784 218539 33554432000 134512640 146736320 4292609744 3761303604 135451106 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=8417/tid=8427] ppid=8416 vsize=1138616 CPUtime=184.57 cores=1,3,5,7
/proc/8417/task/8427/stat : 8427 (pb_cplex) R 8416 8416 7175 0 -1 4202560 108457 0 0 0 18412 45 0 0 20 0 8 0 391347210 1165942784 218539 33554432000 134512640 146736320 4292609744 3750818384 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=8417/tid=8428] ppid=8416 vsize=1138616 CPUtime=164.06 cores=1,3,5,7
/proc/8417/task/8428/stat : 8428 (pb_cplex) R 8416 8416 7175 0 -1 4202560 103091 0 0 0 16365 41 0 0 20 0 8 0 391347210 1165942784 218539 33554432000 134512640 146736320 4292609744 3740332104 139042888 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1540.26
Current children cumulated vsize (KiB) 1147764

[startup+582.3 s]
/proc/loadavg: 8.80 7.47 6.26 10/186 8429
/proc/meminfo: memFree=30790084/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
[pid=8417] ppid=8416 vsize=1145780 CPUtime=1779.83 cores=1,3,5,7
/proc/8417/stat : 8417 (pb_cplex) R 8416 8416 7175 0 -1 4202496 1426455 0 0 0 177495 488 0 0 20 0 8 0 391331412 1173278720 222004 33554432000 134512640 146736320 4292609744 4292601872 136403117 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8417/statm: 286445 222004 957 2985 0 283379 0
[pid=8417/tid=8422] ppid=8416 vsize=1145780 CPUtime=213.26 cores=1,3,5,7
/proc/8417/task/8422/stat : 8422 (pb_cplex) R 8416 8416 7175 0 -1 4202560 132951 0 0 0 21271 55 0 0 20 0 8 0 391347210 1173278720 222004 33554432000 134512640 146736320 4292609744 3803246664 139042876 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=8417/tid=8423] ppid=8416 vsize=1145780 CPUtime=219.53 cores=1,3,5,7
/proc/8417/task/8423/stat : 8423 (pb_cplex) R 8416 8416 7175 0 -1 4202560 133588 0 0 0 21901 52 0 0 20 0 8 0 391347210 1173278720 222004 33554432000 134512640 146736320 4292609744 3792760984 136007616 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=8417/tid=8424] ppid=8416 vsize=1145780 CPUtime=185.65 cores=1,3,5,7
/proc/8417/task/8424/stat : 8424 (pb_cplex) R 8416 8416 7175 0 -1 4202560 145104 0 0 0 18506 59 0 0 20 0 8 0 391347210 1173278720 222004 33554432000 134512640 146736320 4292609744 3782275112 139044550 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=8417/tid=8425] ppid=8416 vsize=1145780 CPUtime=198.23 cores=1,3,5,7
/proc/8417/task/8425/stat : 8425 (pb_cplex) R 8416 8416 7175 0 -1 4202560 136095 0 0 0 19765 58 0 0 20 0 8 0 391347210 1173278720 222004 33554432000 134512640 146736320 4292609744 3771789536 139028298 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=8417/tid=8426] ppid=8416 vsize=1145780 CPUtime=200.95 cores=1,3,5,7
/proc/8417/task/8426/stat : 8426 (pb_cplex) R 8416 8416 7175 0 -1 4202560 126163 0 0 0 20047 48 0 0 20 0 8 0 391347210 1173278720 222004 33554432000 134512640 146736320 4292609744 3761303760 136008050 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8417/tid=8427] ppid=8416 vsize=1145780 CPUtime=214.22 cores=1,3,5,7
/proc/8417/task/8427/stat : 8427 (pb_cplex) R 8416 8416 7175 0 -1 4202560 138972 0 0 0 21365 57 0 0 20 0 8 0 391347210 1173278720 222004 33554432000 134512640 146736320 4292609744 3750818016 139027177 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=8417/tid=8428] ppid=8416 vsize=1145780 CPUtime=193.84 cores=1,3,5,7
/proc/8417/task/8428/stat : 8428 (pb_cplex) R 8416 8416 7175 0 -1 4202560 136041 0 0 0 19333 51 0 0 20 0 8 0 391347210 1173278720 222004 33554432000 134512640 146736320 4292609744 3740332144 136384852 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1779.83
Current children cumulated vsize (KiB) 1154928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+587.407 s]
/proc/loadavg: 8.81 7.50 6.27 8/186 8429
/proc/meminfo: memFree=30785480/32873648 swapFree=7376/7376
[pid=8416] ppid=8414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8416/stat : 8416 (run) S 8414 8416 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391331412 9367552 269 33554432000 4194304 5064252 140734050098192 140734050097104 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8416/statm: 2287 269 229 213 0 72 0
[pid=8417] ppid=8416 vsize=1152336 CPUtime=1800.17 cores=1,3,5,7
/proc/8417/stat : 8417 (pb_cplex) R 8416 8416 7175 0 -1 4202496 1444230 0 0 0 179522 495 0 0 20 0 8 0 391331412 1179992064 222915 33554432000 134512640 146736320 4292609744 4292602480 136384857 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8417/statm: 288084 222915 957 2985 0 285018 0
[pid=8417/tid=8422] ppid=8416 vsize=1152336 CPUtime=216.24 cores=1,3,5,7
/proc/8417/task/8422/stat : 8422 (pb_cplex) R 8416 8416 7175 0 -1 4202560 133626 0 0 0 21568 56 0 0 20 0 8 0 391347210 1179992064 222915 33554432000 134512640 146736320 4292609744 3803247048 135999265 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=8417/tid=8423] ppid=8416 vsize=1152336 CPUtime=222.47 cores=1,3,5,7
/proc/8417/task/8423/stat : 8423 (pb_cplex) R 8416 8416 7175 0 -1 4202560 143461 0 0 0 22191 56 0 0 20 0 8 0 391347210 1179992064 222915 33554432000 134512640 146736320 4292609744 3792759896 136007292 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=8417/tid=8424] ppid=8416 vsize=1152336 CPUtime=188.4 cores=1,3,5,7
/proc/8417/task/8424/stat : 8424 (pb_cplex) S 8416 8416 7175 0 -1 4202560 145930 0 0 0 18780 60 0 0 20 0 8 0 391347210 1179992064 222915 33554432000 134512640 146736320 4292609744 3782278800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8417/tid=8425] ppid=8416 vsize=1152336 CPUtime=198.93 cores=1,3,5,7
/proc/8417/task/8425/stat : 8425 (pb_cplex) S 8416 8416 7175 0 -1 4202560 137605 0 0 0 19834 59 0 0 20 0 8 0 391347210 1179992064 222915 33554432000 134512640 146736320 4292609744 3771793040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8417/tid=8426] ppid=8416 vsize=1152336 CPUtime=203.97 cores=1,3,5,7
/proc/8417/task/8426/stat : 8426 (pb_cplex) R 8416 8416 7175 0 -1 4202560 126894 0 0 0 20349 48 0 0 20 0 8 0 391347210 1179992064 222915 33554432000 134512640 146736320 4292609744 3761303624 139042977 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8417/tid=8427] ppid=8416 vsize=1152336 CPUtime=217.21 cores=1,3,5,7
/proc/8417/task/8427/stat : 8427 (pb_cplex) R 8416 8416 7175 0 -1 4202560 139728 0 0 0 21664 57 0 0 20 0 8 0 391347210 1179992064 222915 33554432000 134512640 146736320 4292609744 3750818000 136008245 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=8417/tid=8428] ppid=8416 vsize=1152336 CPUtime=195.93 cores=1,3,5,7
/proc/8417/task/8428/stat : 8428 (pb_cplex) S 8416 8416 7175 0 -1 4202560 136651 0 0 0 19542 51 0 0 20 0 8 0 391347210 1179992064 222915 33554432000 134512640 146736320 4292609744 3740335760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 1161484

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 587.424
CPU time (s): 1800.17
CPU user time (s): 1795.22
CPU system time (s): 4.95
CPU usage (%): 306.451
Max. virtual memory (cumulated for all children) (KiB): 1193024

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

runsolver used 1.60276 second user time and 4.11337 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-09 16:27:53
IDJOB=3744925
IDBENCH=92879
IDSOLVER=2325
FILE ID=node149/3744925-1339252073
RUNJOBID= node149-1339246813-7192
PBS_JOBID= 14644332
Free space on /tmp= 63424 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/graca/normalized-ped3.D.recomb10-0.20-14.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744925-1339252073/watcher-3744925-1339252073 -o /tmp/evaluation-result-3744925-1339252073/solver-3744925-1339252073 -C 1800 -W 1900 -M 15500  run HOME/instance-3744925-1339252073.opb

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

MD5SUM BENCH= b240317cb0fb86b69cfb63a80b99f3a5
RANDOM SEED=198900907

node149.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.145
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.29
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.145
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.145
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	: 5438.55
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.145
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.145
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.145
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.55
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.145
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.145
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:        31678324 kB
Buffers:          137848 kB
Cached:           127668 kB
SwapCached:         2056 kB
Active:           320808 kB
Inactive:          39284 kB
Active(anon):      91384 kB
Inactive(anon):     4100 kB
Active(file):     229424 kB
Inactive(file):    35184 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:             25328 kB
Writeback:             0 kB
AnonPages:        101136 kB
Mapped:            11128 kB
Shmem:                 0 kB
Slab:             695348 kB
SReclaimable:     139288 kB
SUnreclaim:       556060 kB
KernelStack:        1488 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     227572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 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-3744925-1339252073.opb

Free space on /tmp at the end= 63408 MiB
End job on node149 at 2012-06-09 16:37:43