Trace number 3742796

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.19 612.216

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K74.opb
MD5SUM2c8bde17548c9a00246d31b2c96230ce
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 benchmark6.53301
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4070
Total number of constraints4220
Number of constraints which are clauses4146
Number of constraints which are cardinality constraints (but not clauses)74
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint74
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 75
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-3742796-1339251460.opb.
0.00/0.00	c Instance file HOME/instance-3742796-1339251460.opb
0.00/0.00	c File size is 251098 bytes.
0.00/0.10	c Highest Coefficient sum: 75
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.11	c ============================[ Problem Statistics ]=============================
0.00/0.11	c |                                                                             |
0.00/0.11	c |  Parsing time:          0.10         s                                      |
0.00/0.11	c |  Number Variables:      4070                                                |
0.00/0.11	c |  Number Constraints:    4220                                                |
0.00/0.11	c ===============================================================================
1799.37/612.21	c Remaining time 1799.90 sec.
1799.37/612.21	c 
1799.37/612.21	c *** INTERRUPTED ***
1799.37/612.21	s UNKNOWN
1799.37/612.21	c Total CPU time              : 1798.73 s
1799.37/612.21	c Memory used           : 435.15 MB
1799.37/612.21	c CPU time              : 1798.73 s
1799.37/612.21	c 
1799.37/612.21	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-3742796-1339251460/watcher-3742796-1339251460 -o /tmp/evaluation-result-3742796-1339251460/solver-3742796-1339251460 -C 1800 -W 1900 -M 15500 run HOME/instance-3742796-1339251460.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.99 6.10 5.22 3/177 8346
/proc/meminfo: memFree=31718028/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0

[startup+0.10222 s]
/proc/loadavg: 6.99 6.10 5.22 3/177 8346
/proc/meminfo: memFree=31718028/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200241 s]
/proc/loadavg: 6.99 6.10 5.22 3/177 8346
/proc/meminfo: memFree=31718028/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300264 s]
/proc/loadavg: 6.99 6.10 5.22 3/177 8346
/proc/meminfo: memFree=31718028/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70023 s]
/proc/loadavg: 6.99 6.10 5.22 3/177 8346
/proc/meminfo: memFree=31718028/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 6.99 6.10 5.22 3/179 8348
/proc/meminfo: memFree=31707828/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
[pid=8347] ppid=8346 vsize=26692 CPUtime=1.48 cores=1,3,5,7
/proc/8347/stat : 8347 (pb_cplex) R 8346 8346 7175 0 -1 4202496 4940 0 0 0 148 0 0 0 20 0 1 0 391270121 27332608 3443 33554432000 134512640 146736320 4292184256 4292178240 136018857 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/8347/statm: 6673 3443 778 2985 0 3607 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 35840

[startup+3.10022 s]
/proc/loadavg: 6.59 6.03 5.20 3/179 8348
/proc/meminfo: memFree=31706960/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
[pid=8347] ppid=8346 vsize=26692 CPUtime=3.08 cores=1,3,5,7
/proc/8347/stat : 8347 (pb_cplex) R 8346 8346 7175 0 -1 4202496 4947 0 0 0 308 0 0 0 20 0 1 0 391270121 27332608 3450 33554432000 134512640 146736320 4292184256 4292178696 136000774 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/8347/statm: 6673 3450 778 2985 0 3607 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 35840

[startup+6.30023 s]
/proc/loadavg: 6.59 6.03 5.20 3/179 8348
/proc/meminfo: memFree=31707460/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
[pid=8347] ppid=8346 vsize=34472 CPUtime=6.29 cores=1,3,5,7
/proc/8347/stat : 8347 (pb_cplex) R 8346 8346 7175 0 -1 4202496 6926 0 0 0 628 1 0 0 20 0 1 0 391270121 35299328 4871 33554432000 134512640 146736320 4292184256 4292178568 136000315 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/8347/statm: 8618 4871 817 2985 0 5552 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43620

[startup+12.7002 s]
/proc/loadavg: 5.96 5.91 5.17 3/179 8348
/proc/meminfo: memFree=31703788/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
[pid=8347] ppid=8346 vsize=33980 CPUtime=12.69 cores=1,3,5,7
/proc/8347/stat : 8347 (pb_cplex) R 8346 8346 7175 0 -1 4202496 7792 0 0 0 1268 1 0 0 20 0 1 0 391270121 34795520 4906 33554432000 134512640 146736320 4292184256 4292178428 136018073 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/8347/statm: 8495 4906 838 2985 0 5429 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43128

[startup+25.5002 s]
/proc/loadavg: 5.35 5.78 5.14 3/179 8348
/proc/meminfo: memFree=31705068/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
[pid=8347] ppid=8346 vsize=31452 CPUtime=25.48 cores=1,3,5,7
/proc/8347/stat : 8347 (pb_cplex) R 8346 8346 7175 0 -1 4202496 8283 0 0 0 2547 1 0 0 20 0 1 0 391270121 32206848 4851 33554432000 134512640 146736320 4292184256 4292178312 139043581 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/8347/statm: 7863 4851 841 2985 0 4797 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40600

[startup+51.1003 s]
/proc/loadavg: 4.20 5.48 5.05 3/179 8348
/proc/meminfo: memFree=31702772/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
[pid=8347] ppid=8346 vsize=34976 CPUtime=51.08 cores=1,3,5,7
/proc/8347/stat : 8347 (pb_cplex) R 8346 8346 7175 0 -1 4202496 12413 0 0 0 5106 2 0 0 20 0 1 0 391270121 35815424 5346 33554432000 134512640 146736320 4292184256 4292178536 136015725 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/8347/statm: 8744 5346 842 2985 0 5678 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 44124

[startup+102.3 s]
/proc/loadavg: 2.96 4.91 4.88 3/186 8355
/proc/meminfo: memFree=31678776/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
[pid=8347] ppid=8346 vsize=136616 CPUtime=102.27 cores=1,3,5,7
/proc/8347/stat : 8347 (pb_cplex) R 8346 8346 7175 0 -1 4202496 19323 0 0 0 10224 3 0 0 20 0 8 0 391270121 139894784 11479 33554432000 134512640 146736320 4292184256 4292176712 135525920 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8347/statm: 34154 11479 906 2985 0 31088 0
[pid=8347/tid=8349] ppid=8346 vsize=136616 CPUtime=0 cores=1,3,5,7
/proc/8347/task/8349/stat : 8349 (pb_cplex) S 8346 8346 7175 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 391278729 139894784 11479 33554432000 134512640 146736320 4292184256 4140424848 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8347/tid=8350] ppid=8346 vsize=136616 CPUtime=0 cores=1,3,5,7
/proc/8347/task/8350/stat : 8350 (pb_cplex) S 8346 8346 7175 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391278729 139894784 11479 33554432000 134512640 146736320 4292184256 4129939088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8347/tid=8351] ppid=8346 vsize=136616 CPUtime=0 cores=1,3,5,7
/proc/8347/task/8351/stat : 8351 (pb_cplex) S 8346 8346 7175 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391278729 139894784 11479 33554432000 134512640 146736320 4292184256 4119453328 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8347/tid=8352] ppid=8346 vsize=136616 CPUtime=0 cores=1,3,5,7
/proc/8347/task/8352/stat : 8352 (pb_cplex) S 8346 8346 7175 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391278729 139894784 11479 33554432000 134512640 146736320 4292184256 4108967568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8347/tid=8353] ppid=8346 vsize=136616 CPUtime=0 cores=1,3,5,7
/proc/8347/task/8353/stat : 8353 (pb_cplex) S 8346 8346 7175 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391278729 139894784 11479 33554432000 134512640 146736320 4292184256 4098481808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8347/tid=8354] ppid=8346 vsize=136616 CPUtime=0 cores=1,3,5,7
/proc/8347/task/8354/stat : 8354 (pb_cplex) S 8346 8346 7175 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391278729 139894784 11479 33554432000 134512640 146736320 4292184256 4087996048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8347/tid=8355] ppid=8346 vsize=136616 CPUtime=0 cores=1,3,5,7
/proc/8347/task/8355/stat : 8355 (pb_cplex) S 8346 8346 7175 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391278729 139894784 11479 33554432000 134512640 146736320 4292184256 4077510288 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) 145764

[startup+162.3 s]
/proc/loadavg: 5.05 5.22 4.99 4/187 8358
/proc/meminfo: memFree=31646544/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
[pid=8347] ppid=8346 vsize=167176 CPUtime=327.34 cores=1,3,5,7
/proc/8347/stat : 8347 (pb_cplex) S 8346 8346 7175 0 -1 4202496 27232 0 0 0 32725 9 0 0 20 0 8 0 391270121 171188224 19505 33554432000 134512640 146736320 4292184256 4292180624 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8347/statm: 41794 19505 909 2985 0 38728 0
[pid=8347/tid=8349] ppid=8346 vsize=167176 CPUtime=27.23 cores=1,3,5,7
/proc/8347/task/8349/stat : 8349 (pb_cplex) S 8346 8346 7175 0 -1 4202560 1256 0 0 0 2723 0 0 0 20 0 8 0 391278729 171188224 19505 33554432000 134512640 146736320 4292184256 4140424848 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8347/tid=8350] ppid=8346 vsize=167176 CPUtime=40.02 cores=1,3,5,7
/proc/8347/task/8350/stat : 8350 (pb_cplex) R 8346 8346 7175 0 -1 4202560 1223 0 0 0 4001 1 0 0 20 0 8 0 391278729 171188224 19505 33554432000 134512640 146736320 4292184256 4129935952 136403109 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8347/tid=8351] ppid=8346 vsize=167176 CPUtime=33.57 cores=1,3,5,7
/proc/8347/task/8351/stat : 8351 (pb_cplex) S 8346 8346 7175 0 -1 4202560 946 0 0 0 3357 0 0 0 20 0 8 0 391278729 171188224 19505 33554432000 134512640 146736320 4292184256 4119453328 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8347/tid=8352] ppid=8346 vsize=167176 CPUtime=1.78 cores=1,3,5,7
/proc/8347/task/8352/stat : 8352 (pb_cplex) S 8346 8346 7175 0 -1 4202560 669 0 0 0 178 0 0 0 20 0 8 0 391278729 171188224 19505 33554432000 134512640 146736320 4292184256 4108967568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8347/tid=8353] ppid=8346 vsize=167176 CPUtime=36.86 cores=1,3,5,7
/proc/8347/task/8353/stat : 8353 (pb_cplex) S 8346 8346 7175 0 -1 4202560 910 0 0 0 3685 1 0 0 20 0 8 0 391278729 171188224 19505 33554432000 134512640 146736320 4292184256 4098481808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8347/tid=8354] ppid=8346 vsize=167176 CPUtime=39.97 cores=1,3,5,7
/proc/8347/task/8354/stat : 8354 (pb_cplex) R 8346 8346 7175 0 -1 4202560 1573 0 0 0 3997 0 0 0 20 0 8 0 391278729 171188224 19505 33554432000 134512640 146736320 4292184256 4087992388 136385184 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=8347/tid=8355] ppid=8346 vsize=167176 CPUtime=25.91 cores=1,3,5,7
/proc/8347/task/8355/stat : 8355 (pb_cplex) S 8346 8346 7175 0 -1 4202560 1028 0 0 0 2591 0 0 0 20 0 8 0 391278729 171188224 19505 33554432000 134512640 146736320 4292184256 4077510288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 327.34
Current children cumulated vsize (KiB) 176324

[startup+222.307 s]
/proc/loadavg: 6.69 5.68 5.16 10/186 8358
/proc/meminfo: memFree=31601736/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
[pid=8347] ppid=8346 vsize=180800 CPUtime=551.19 cores=1,3,5,7
/proc/8347/stat : 8347 (pb_cplex) R 8346 8346 7175 0 -1 4202496 34408 0 0 0 55104 15 0 0 20 0 8 0 391270121 185139200 22501 33554432000 134512640 146736320 4292184256 4292177352 136000406 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8347/statm: 45200 22501 909 2985 0 42134 0
[pid=8347/tid=8349] ppid=8346 vsize=180800 CPUtime=53.59 cores=1,3,5,7
/proc/8347/task/8349/stat : 8349 (pb_cplex) R 8346 8346 7175 0 -1 4202560 1334 0 0 0 5358 1 0 0 20 0 8 0 391278729 185139200 22501 33554432000 134512640 146736320 4292184256 4140421328 136008163 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=8347/tid=8350] ppid=8346 vsize=180800 CPUtime=72.51 cores=1,3,5,7

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

/proc/8347/task/8353/stat : 8353 (pb_cplex) S 8346 8346 7175 0 -1 4202560 4382 0 0 0 16500 5 0 0 20 0 8 0 391278729 199225344 26207 33554432000 134512640 146736320 4292184256 4098481808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8347/tid=8354] ppid=8346 vsize=194556 CPUtime=188.81 cores=1,3,5,7
/proc/8347/task/8354/stat : 8354 (pb_cplex) S 8346 8346 7175 0 -1 4202560 5136 0 0 0 18875 6 0 0 20 0 8 0 391278729 199225344 26207 33554432000 134512640 146736320 4292184256 4087996048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8347/tid=8355] ppid=8346 vsize=194556 CPUtime=157.63 cores=1,3,5,7
/proc/8347/task/8355/stat : 8355 (pb_cplex) S 8346 8346 7175 0 -1 4202560 6851 0 0 0 15757 6 0 0 20 0 8 0 391278729 199225344 26207 33554432000 134512640 146736320 4292184256 4077510288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1415.26
Current children cumulated vsize (KiB) 203704

[startup+446.8 s]
/proc/loadavg: 7.86 7.02 5.82 3/186 8359
/proc/meminfo: memFree=31585248/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
[pid=8347] ppid=8346 vsize=152764 CPUtime=1414.44 cores=1,3,5,7
/proc/8347/stat : 8347 (pb_cplex) R 8346 8346 7175 0 -1 4202496 50128 0 0 0 141394 50 0 0 20 0 1 0 391270121 156430336 23540 33554432000 134512640 146736320 4292184256 4292181016 144757825 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/8347/statm: 38191 23540 910 2985 0 35125 0
Current children cumulated CPU time (s) 1414.44
Current children cumulated vsize (KiB) 161912
#
############


[startup+462.3 s]
/proc/loadavg: 6.56 6.77 5.76 3/179 8359
/proc/meminfo: memFree=31628892/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
[pid=8347] ppid=8346 vsize=116792 CPUtime=1429.95 cores=1,3,5,7
/proc/8347/stat : 8347 (pb_cplex) R 8346 8346 7175 0 -1 4202496 50554 0 0 0 142943 52 0 0 20 0 1 0 391270121 119595008 15172 33554432000 134512640 146736320 4292184256 4292179812 136002320 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/8347/statm: 29198 15172 913 2985 0 26132 0
Current children cumulated CPU time (s) 1429.95
Current children cumulated vsize (KiB) 125940

[startup+522.3 s]
/proc/loadavg: 3.67 5.90 5.52 3/186 8366
/proc/meminfo: memFree=31456796/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
[pid=8347] ppid=8346 vsize=416268 CPUtime=1489.93 cores=1,3,5,7
/proc/8347/stat : 8347 (pb_cplex) R 8346 8346 7175 0 -1 4202496 55692 0 0 0 148939 54 0 0 20 0 8 0 391270121 426258432 58094 33554432000 134512640 146736320 4292184256 4292177128 136419542 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8347/statm: 104067 58094 916 2985 0 101001 0
[pid=8347/tid=8360] ppid=8346 vsize=416268 CPUtime=0 cores=1,3,5,7
/proc/8347/task/8360/stat : 8360 (pb_cplex) S 8346 8346 7175 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391319227 426258432 58094 33554432000 134512640 146736320 4292184256 4077510288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8347/tid=8361] ppid=8346 vsize=416268 CPUtime=0 cores=1,3,5,7
/proc/8347/task/8361/stat : 8361 (pb_cplex) S 8346 8346 7175 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391319227 426258432 58094 33554432000 134512640 146736320 4292184256 4087996048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8347/tid=8362] ppid=8346 vsize=416268 CPUtime=0 cores=1,3,5,7
/proc/8347/task/8362/stat : 8362 (pb_cplex) S 8346 8346 7175 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391319227 426258432 58094 33554432000 134512640 146736320 4292184256 4098481808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8347/tid=8363] ppid=8346 vsize=416268 CPUtime=0 cores=1,3,5,7
/proc/8347/task/8363/stat : 8363 (pb_cplex) S 8346 8346 7175 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391319227 426258432 58094 33554432000 134512640 146736320 4292184256 4108967568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8347/tid=8364] ppid=8346 vsize=416268 CPUtime=0 cores=1,3,5,7
/proc/8347/task/8364/stat : 8364 (pb_cplex) S 8346 8346 7175 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391319227 426258432 58094 33554432000 134512640 146736320 4292184256 3793841808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8347/tid=8365] ppid=8346 vsize=416268 CPUtime=0 cores=1,3,5,7
/proc/8347/task/8365/stat : 8365 (pb_cplex) S 8346 8346 7175 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391319227 426258432 58094 33554432000 134512640 146736320 4292184256 3783356048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8347/tid=8366] ppid=8346 vsize=416268 CPUtime=0 cores=1,3,5,7
/proc/8347/task/8366/stat : 8366 (pb_cplex) S 8346 8346 7175 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391319227 426258432 58094 33554432000 134512640 146736320 4292184256 3772870288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1489.93
Current children cumulated vsize (KiB) 425416

[startup+582.3 s]
/proc/loadavg: 6.14 6.23 5.66 7/187 8367
/proc/meminfo: memFree=31430744/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
[pid=8347] ppid=8346 vsize=444564 CPUtime=1721.66 cores=1,3,5,7
/proc/8347/stat : 8347 (pb_cplex) S 8346 8346 7175 0 -1 4202496 73506 0 0 0 172101 65 0 0 20 0 8 0 391270121 455233536 64544 33554432000 134512640 146736320 4292184256 4292180624 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8347/statm: 111141 64544 916 2985 0 108075 0
[pid=8347/tid=8360] ppid=8346 vsize=444564 CPUtime=33.5 cores=1,3,5,7
/proc/8347/task/8360/stat : 8360 (pb_cplex) R 8346 8346 7175 0 -1 4202560 835 0 0 0 3350 0 0 0 20 0 8 0 391319227 455233536 64544 33554432000 134512640 146736320 4292184256 4077506652 135855165 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=8347/tid=8361] ppid=8346 vsize=444564 CPUtime=33.03 cores=1,3,5,7
/proc/8347/task/8361/stat : 8361 (pb_cplex) R 8346 8346 7175 0 -1 4202560 4654 0 0 0 3301 2 0 0 20 0 8 0 391319227 455233536 64544 33554432000 134512640 146736320 4292184256 4087991484 135526895 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=8347/tid=8362] ppid=8346 vsize=444564 CPUtime=33.77 cores=1,3,5,7
/proc/8347/task/8362/stat : 8362 (pb_cplex) R 8346 8346 7175 0 -1 4202560 1466 0 0 0 3377 0 0 0 20 0 8 0 391319227 455233536 64544 33554432000 134512640 146736320 4292184256 4098478136 136475800 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=8347/tid=8363] ppid=8346 vsize=444564 CPUtime=2.39 cores=1,3,5,7
/proc/8347/task/8363/stat : 8363 (pb_cplex) S 8346 8346 7175 0 -1 4202560 1612 0 0 0 239 0 0 0 20 0 8 0 391319227 455233536 64544 33554432000 134512640 146736320 4292184256 4108967568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8347/tid=8364] ppid=8346 vsize=444564 CPUtime=25.73 cores=1,3,5,7
/proc/8347/task/8364/stat : 8364 (pb_cplex) S 8346 8346 7175 0 -1 4202560 4035 0 0 0 2571 2 0 0 20 0 8 0 391319227 455233536 64544 33554432000 134512640 146736320 4292184256 3793841808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8347/tid=8365] ppid=8346 vsize=444564 CPUtime=34.25 cores=1,3,5,7
/proc/8347/task/8365/stat : 8365 (pb_cplex) R 8346 8346 7175 0 -1 4202560 2219 0 0 0 3425 0 0 0 20 0 8 0 391319227 455233536 64544 33554432000 134512640 146736320 4292184256 3783352412 135855165 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=8347/tid=8366] ppid=8346 vsize=444564 CPUtime=33.49 cores=1,3,5,7
/proc/8347/task/8366/stat : 8366 (pb_cplex) R 8346 8346 7175 0 -1 4202560 1267 0 0 0 3348 1 0 0 20 0 8 0 391319227 455233536 64544 33554432000 134512640 146736320 4292184256 3772866600 139044499 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 453712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+612.2 s]
/proc/loadavg: 5.06 5.96 5.59 4/187 8368
/proc/meminfo: memFree=31427392/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
[pid=8347] ppid=8346 vsize=445588 CPUtime=1799.37 cores=1,3,5,7
/proc/8347/stat : 8347 (pb_cplex) S 8346 8346 7175 0 -1 4202496 76191 0 0 0 179871 66 0 0 20 0 8 0 391270121 456282112 65784 33554432000 134512640 146736320 4292184256 4292180624 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8347/statm: 111397 65784 916 2985 0 108331 0
[pid=8347/tid=8360] ppid=8346 vsize=445588 CPUtime=34.67 cores=1,3,5,7
/proc/8347/task/8360/stat : 8360 (pb_cplex) S 8346 8346 7175 0 -1 4202560 835 0 0 0 3467 0 0 0 20 0 8 0 391319227 456282112 65784 33554432000 134512640 146736320 4292184256 4077510288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8347/tid=8361] ppid=8346 vsize=445588 CPUtime=41.87 cores=1,3,5,7
/proc/8347/task/8361/stat : 8361 (pb_cplex) S 8346 8346 7175 0 -1 4202560 4654 0 0 0 4185 2 0 0 20 0 8 0 391319227 456282112 65784 33554432000 134512640 146736320 4292184256 4087996048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8347/tid=8362] ppid=8346 vsize=445588 CPUtime=63.39 cores=1,3,5,7
/proc/8347/task/8362/stat : 8362 (pb_cplex) R 8346 8346 7175 0 -1 4202560 1893 0 0 0 6339 0 0 0 20 0 8 0 391319227 456282112 65784 33554432000 134512640 146736320 4292184256 4098478288 136008443 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=8347/tid=8363] ppid=8346 vsize=445588 CPUtime=2.39 cores=1,3,5,7
/proc/8347/task/8363/stat : 8363 (pb_cplex) S 8346 8346 7175 0 -1 4202560 1612 0 0 0 239 0 0 0 20 0 8 0 391319227 456282112 65784 33554432000 134512640 146736320 4292184256 4108967568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8347/tid=8364] ppid=8346 vsize=445588 CPUtime=25.73 cores=1,3,5,7
/proc/8347/task/8364/stat : 8364 (pb_cplex) S 8346 8346 7175 0 -1 4202560 4035 0 0 0 2571 2 0 0 20 0 8 0 391319227 456282112 65784 33554432000 134512640 146736320 4292184256 3793841808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8347/tid=8365] ppid=8346 vsize=445588 CPUtime=63.74 cores=1,3,5,7
/proc/8347/task/8365/stat : 8365 (pb_cplex) R 8346 8346 7175 0 -1 4202560 4391 0 0 0 6373 1 0 0 20 0 8 0 391319227 456282112 65784 33554432000 134512640 146736320 4292184256 3783352388 136385183 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8347/tid=8366] ppid=8346 vsize=445588 CPUtime=42.07 cores=1,3,5,7
/proc/8347/task/8366/stat : 8366 (pb_cplex) S 8346 8346 7175 0 -1 4202560 1353 0 0 0 4206 1 0 0 20 0 8 0 391319227 456282112 65784 33554432000 134512640 146736320 4292184256 3772870288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 454736

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

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

[startup+612.2 s]
/proc/loadavg: 5.06 5.96 5.59 4/187 8368
/proc/meminfo: memFree=31427392/32873648 swapFree=7376/7376
[pid=8346] ppid=8344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8346/stat : 8346 (run) S 8344 8346 7175 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391270120 9367552 270 33554432000 4194304 5064252 140734296557472 140734296556384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8346/statm: 2287 270 229 213 0 72 0
[pid=8347] ppid=8346 vsize=445588 CPUtime=1799.37 cores=1,3,5,7
/proc/8347/stat : 8347 (pb_cplex) S 8346 8346 7175 0 -1 4202496 76191 0 0 0 179871 66 0 0 20 0 8 0 391270121 456282112 65784 33554432000 134512640 146736320 4292184256 4292180624 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8347/statm: 111397 65784 916 2985 0 108331 0
[pid=8347/tid=8360] ppid=8346 vsize=445588 CPUtime=34.67 cores=1,3,5,7
/proc/8347/task/8360/stat : 8360 (pb_cplex) S 8346 8346 7175 0 -1 4202560 835 0 0 0 3467 0 0 0 20 0 8 0 391319227 456282112 65784 33554432000 134512640 146736320 4292184256 4077510288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8347/tid=8361] ppid=8346 vsize=445588 CPUtime=41.87 cores=1,3,5,7
/proc/8347/task/8361/stat : 8361 (pb_cplex) S 8346 8346 7175 0 -1 4202560 4654 0 0 0 4185 2 0 0 20 0 8 0 391319227 456282112 65784 33554432000 134512640 146736320 4292184256 4087996048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8347/tid=8362] ppid=8346 vsize=445588 CPUtime=63.39 cores=1,3,5,7
/proc/8347/task/8362/stat : 8362 (pb_cplex) R 8346 8346 7175 0 -1 4202560 1893 0 0 0 6339 0 0 0 20 0 8 0 391319227 456282112 65784 33554432000 134512640 146736320 4292184256 4098478288 136008443 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=8347/tid=8363] ppid=8346 vsize=445588 CPUtime=2.39 cores=1,3,5,7
/proc/8347/task/8363/stat : 8363 (pb_cplex) S 8346 8346 7175 0 -1 4202560 1612 0 0 0 239 0 0 0 20 0 8 0 391319227 456282112 65784 33554432000 134512640 146736320 4292184256 4108967568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8347/tid=8364] ppid=8346 vsize=445588 CPUtime=25.73 cores=1,3,5,7
/proc/8347/task/8364/stat : 8364 (pb_cplex) S 8346 8346 7175 0 -1 4202560 4035 0 0 0 2571 2 0 0 20 0 8 0 391319227 456282112 65784 33554432000 134512640 146736320 4292184256 3793841808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8347/tid=8365] ppid=8346 vsize=445588 CPUtime=63.74 cores=1,3,5,7
/proc/8347/task/8365/stat : 8365 (pb_cplex) R 8346 8346 7175 0 -1 4202560 4391 0 0 0 6373 1 0 0 20 0 8 0 391319227 456282112 65784 33554432000 134512640 146736320 4292184256 3783352388 136385183 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=8347/tid=8366] ppid=8346 vsize=445588 CPUtime=42.07 cores=1,3,5,7
/proc/8347/task/8366/stat : 8366 (pb_cplex) S 8346 8346 7175 0 -1 4202560 1353 0 0 0 4206 1 0 0 20 0 8 0 391319227 456282112 65784 33554432000 134512640 146736320 4292184256 3772870288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 454736

Child ended because it received signal 15 (SIGTERM)

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


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

Real time (s): 612.216
CPU time (s): 1800.19
CPU user time (s): 1799.72
CPU system time (s): 0.47
CPU usage (%): 294.045
Max. virtual memory (cumulated for all children) (KiB): 457364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.53
system time used= 0.690894
maximum resident set size= 263196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76550
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= 3228
involuntary context switches= 91527

runsolver used 1.44078 second user time and 3.81542 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-09 16:17:40
IDJOB=3742796
IDBENCH=90231
IDSOLVER=2325
FILE ID=node149/3742796-1339251460
RUNJOBID= node149-1339246813-7192
PBS_JOBID= 14644332
Free space on /tmp= 63432 MiB

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

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

MD5SUM BENCH= 2c8bde17548c9a00246d31b2c96230ce
RANDOM SEED=1657559113

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:        31718820 kB
Buffers:          137452 kB
Cached:           118012 kB
SwapCached:         2056 kB
Active:           279564 kB
Inactive:          37860 kB
Active(anon):      58636 kB
Inactive(anon):     4100 kB
Active(file):     220928 kB
Inactive(file):    33760 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:             16704 kB
Writeback:             0 kB
AnonPages:        148376 kB
Mapped:            10956 kB
Shmem:                 0 kB
Slab:             695060 kB
SReclaimable:     139256 kB
SUnreclaim:       555804 kB
KernelStack:        1544 kB
PageTables:         4176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     191768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 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-3742796-1339251460.opb

Free space on /tmp at the end= 63416 MiB
End job on node149 at 2012-06-09 16:27:53