Trace number 3740732

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: pb_cplex 2010-06-29? (TO) 1800 832.316

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/
j30opt/normalized-j309_7.std.opb
MD5SUM75f9bcd696a767b6d7e2c6778d5be1aa
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark63
Best CPU time to get the best result obtained on this benchmark0.139978
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18662
Total number of constraints59728
Number of constraints which are clauses58528
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint25
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
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-3740732-1339249571.opb.
0.00/0.00	c Instance file HOME/instance-3740732-1339249571.opb
0.00/0.00	c File size is 1855256 bytes.
0.00/0.29	c Highest Coefficient sum: 144
0.00/0.29	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.33	c ============================[ Problem Statistics ]=============================
0.00/0.33	c |                                                                             |
0.00/0.33	c |  Parsing time:          0.31         s                                      |
0.00/0.33	c |  Number Variables:      18662                                               |
0.00/0.33	c |  Number Constraints:    59728                                               |
0.00/0.33	c ===============================================================================
1799.50/832.31	c Remaining time 1799.68 sec.
1799.50/832.31	c 
1799.50/832.31	c *** INTERRUPTED ***
1799.50/832.31	s UNKNOWN
1799.50/832.31	c Total CPU time              : 1794.96 s
1799.50/832.31	c Memory used           : 302.52 MB
1799.50/832.31	c CPU time              : 1794.96 s
1799.50/832.31	c 
1799.50/832.31	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-3740732-1339249571/watcher-3740732-1339249571 -o /tmp/evaluation-result-3740732-1339249571/solver-3740732-1339249571 -C 1800 -W 1900 -M 15500 run HOME/instance-3740732-1339249571.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: 13.45 12.17 9.43 3/177 3917
/proc/meminfo: memFree=28743060/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0

[startup+0.078307 s]
/proc/loadavg: 13.45 12.17 9.43 3/177 3917
/proc/meminfo: memFree=28743060/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100358 s]
/proc/loadavg: 13.45 12.17 9.43 3/177 3917
/proc/meminfo: memFree=28743060/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300309 s]
/proc/loadavg: 13.45 12.17 9.43 3/177 3917
/proc/meminfo: memFree=28743060/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700314 s]
/proc/loadavg: 13.45 12.17 9.43 3/177 3917
/proc/meminfo: memFree=28743060/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 13.45 12.17 9.43 3/179 3919
/proc/meminfo: memFree=28668188/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
[pid=3918] ppid=3917 vsize=141672 CPUtime=1.49 cores=1,3,5,7
/proc/3918/stat : 3918 (pb_cplex) R 3917 3917 2525 0 -1 4202496 33917 0 0 0 141 8 0 0 20 0 1 0 391083915 145072128 19213 33554432000 134512640 146736320 4292687936 4292682648 136007030 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/3918/statm: 35418 19213 795 2985 0 32352 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 150820

[startup+3.10028 s]
/proc/loadavg: 13.45 12.17 9.43 3/175 3926
/proc/meminfo: memFree=28745132/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
[pid=3918] ppid=3917 vsize=144428 CPUtime=3.09 cores=1,3,5,7
/proc/3918/stat : 3918 (pb_cplex) R 3917 3917 2525 0 -1 4202496 38301 0 0 0 300 9 0 0 20 0 1 0 391083915 147894272 19872 33554432000 134512640 146736320 4292687936 4292682648 136007627 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/3918/statm: 36107 19872 795 2985 0 33041 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 153576

[startup+6.30034 s]
/proc/loadavg: 12.62 12.02 9.39 3/179 3968
/proc/meminfo: memFree=28665100/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
[pid=3918] ppid=3917 vsize=144480 CPUtime=6.29 cores=1,3,5,7
/proc/3918/stat : 3918 (pb_cplex) R 3917 3917 2525 0 -1 4202496 44194 0 0 0 619 10 0 0 20 0 1 0 391083915 147947520 19918 33554432000 134512640 146736320 4292687936 4292682648 136007616 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/3918/statm: 36120 19918 795 2985 0 33054 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 153628

[startup+12.7003 s]
/proc/loadavg: 11.85 11.87 9.36 3/179 3968
/proc/meminfo: memFree=28643012/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
[pid=3918] ppid=3917 vsize=143276 CPUtime=12.68 cores=1,3,5,7
/proc/3918/stat : 3918 (pb_cplex) R 3917 3917 2525 0 -1 4202496 84522 0 0 0 1251 17 0 0 20 0 1 0 391083915 146714624 21362 33554432000 134512640 146736320 4292687936 4292682376 135999699 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/3918/statm: 35819 21362 923 2985 0 32753 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 152424

[startup+25.5003 s]
/proc/loadavg: 9.67 11.39 9.24 3/186 3989
/proc/meminfo: memFree=28476808/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
[pid=3918] ppid=3917 vsize=151580 CPUtime=25.47 cores=1,3,5,7
/proc/3918/stat : 3918 (pb_cplex) R 3917 3917 2525 0 -1 4202496 119792 0 0 0 2523 24 0 0 20 0 1 0 391083915 155217920 23782 33554432000 134512640 146736320 4292687936 4292680220 135855165 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/3918/statm: 37895 23782 940 2985 0 34829 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 160728

[startup+51.1004 s]
/proc/loadavg: 8.83 11.02 9.18 17/193 3996
/proc/meminfo: memFree=28152552/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
[pid=3918] ppid=3917 vsize=290088 CPUtime=97.1 cores=1,3,5,7
/proc/3918/stat : 3918 (pb_cplex) R 3917 3917 2525 0 -1 4202496 147257 0 0 0 9674 36 0 0 20 0 8 0 391083915 297050112 42276 33554432000 134512640 146736320 4292687936 4292678424 136008611 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3918/statm: 72522 42276 972 2985 0 69456 0
[pid=3918/tid=3990] ppid=3917 vsize=290088 CPUtime=8.27 cores=1,3,5,7
/proc/3918/task/3990/stat : 3990 (pb_cplex) R 3917 3917 2525 0 -1 4202560 1592 0 0 0 827 0 0 0 20 0 8 0 391087111 297050112 42276 33554432000 134512640 146736320 4292687936 4072661200 136008356 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=3991] ppid=3917 vsize=290088 CPUtime=8.92 cores=1,3,5,7
/proc/3918/task/3991/stat : 3991 (pb_cplex) R 3917 3917 2525 0 -1 4202560 2322 0 0 0 890 2 0 0 20 0 8 0 391087111 297050112 42276 33554432000 134512640 146736320 4292687936 4062176320 138434698 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3918/tid=3992] ppid=3917 vsize=290088 CPUtime=4.39 cores=1,3,5,7
/proc/3918/task/3992/stat : 3992 (pb_cplex) R 3917 3917 2525 0 -1 4202560 1881 0 0 0 439 0 0 0 20 0 8 0 391087111 297050112 42276 33554432000 134512640 146736320 4292687936 4051689680 136008356 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3918/tid=3993] ppid=3917 vsize=290088 CPUtime=7.77 cores=1,3,5,7
/proc/3918/task/3993/stat : 3993 (pb_cplex) R 3917 3917 2525 0 -1 4202560 2135 0 0 0 776 1 0 0 20 0 8 0 391087111 297050112 42276 33554432000 134512640 146736320 4292687936 4041203920 136008050 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=3994] ppid=3917 vsize=290088 CPUtime=10.12 cores=1,3,5,7
/proc/3918/task/3994/stat : 3994 (pb_cplex) R 3917 3917 2525 0 -1 4202560 3479 0 0 0 1011 1 0 0 20 0 8 0 391087112 297050112 42276 33554432000 134512640 146736320 4292687936 4030718544 136403109 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3918/tid=3995] ppid=3917 vsize=290088 CPUtime=9.82 cores=1,3,5,7
/proc/3918/task/3995/stat : 3995 (pb_cplex) R 3917 3917 2525 0 -1 4202560 2768 0 0 0 980 2 0 0 20 0 8 0 391087112 297050112 42276 33554432000 134512640 146736320 4292687936 4020232084 136017755 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3918/tid=3996] ppid=3917 vsize=290088 CPUtime=5.69 cores=1,3,5,7
/proc/3918/task/3996/stat : 3996 (pb_cplex) R 3917 3917 2525 0 -1 4202560 1448 0 0 0 569 0 0 0 20 0 8 0 391087112 297050112 42276 33554432000 134512640 146736320 4292687936 4009746640 136008450 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 97.1
Current children cumulated vsize (KiB) 299236

[startup+102.307 s]
/proc/loadavg: 6.59 10.20 9.00 3/186 4052
/proc/meminfo: memFree=28430968/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
[pid=3918] ppid=3917 vsize=295604 CPUtime=180.98 cores=1,3,5,7
/proc/3918/stat : 3918 (pb_cplex) R 3917 3917 2525 0 -1 4202496 232017 0 0 0 18032 66 0 0 20 0 8 0 391083915 302698496 44725 33554432000 134512640 146736320 4292687936 4292681168 136403109 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3918/statm: 73901 44725 976 2985 0 70835 0
[pid=3918/tid=4046] ppid=3917 vsize=295604 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4046/stat : 4046 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391091288 302698496 44725 33554432000 134512640 146736320 4292687936 4009750160 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3918/tid=4047] ppid=3917 vsize=295604 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4047/stat : 4047 (pb_cplex) S 3917 3917 2525 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391091288 302698496 44725 33554432000 134512640 146736320 4292687936 4020235920 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3918/tid=4048] ppid=3917 vsize=295604 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4048/stat : 4048 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391091288 302698496 44725 33554432000 134512640 146736320 4292687936 4030721680 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3918/tid=4049] ppid=3917 vsize=295604 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4049/stat : 4049 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391091288 302698496 44725 33554432000 134512640 146736320 4292687936 4041207440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=4050] ppid=3917 vsize=295604 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4050/stat : 4050 (pb_cplex) S 3917 3917 2525 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391091288 302698496 44725 33554432000 134512640 146736320 4292687936 3979341456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3918/tid=4051] ppid=3917 vsize=295604 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4051/stat : 4051 (pb_cplex) S 3917 3917 2525 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391091288 302698496 44725 33554432000 134512640 146736320 4292687936 3968855696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=4052] ppid=3917 vsize=295604 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4052/stat : 4052 (pb_cplex) S 3917 3917 2525 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391091288 302698496 44725 33554432000 134512640 146736320 4292687936 3958369936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 180.98
Current children cumulated vsize (KiB) 304752

[startup+162.3 s]
/proc/loadavg: 6.05 9.28 8.75 8/186 4052
/proc/meminfo: memFree=28320412/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
[pid=3918] ppid=3917 vsize=410880 CPUtime=339.84 cores=1,3,5,7
/proc/3918/stat : 3918 (pb_cplex) S 3917 3917 2525 0 -1 4202496 394681 0 0 0 33866 118 0 0 20 0 8 0 391083915 420741120 67740 33554432000 134512640 146736320 4292687936 4292684304 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3918/statm: 102720 67740 976 2985 0 99654 0
[pid=3918/tid=4046] ppid=3917 vsize=410880 CPUtime=0.13 cores=1,3,5,7
/proc/3918/task/4046/stat : 4046 (pb_cplex) S 3917 3917 2525 0 -1 4202560 2820 0 0 0 13 0 0 0 20 0 8 0 391091288 420741120 67740 33554432000 134512640 146736320 4292687936 4009750160 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3918/tid=4047] ppid=3917 vsize=410880 CPUtime=19.08 cores=1,3,5,7
/proc/3918/task/4047/stat : 4047 (pb_cplex) R 3917 3917 2525 0 -1 4202560 39212 0 0 0 1898 10 0 0 20 0 8 0 391091288 420741120 67740 33554432000 134512640 146736320 4292687936 4020232396 136017757 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=3918/tid=4048] ppid=3917 vsize=410880 CPUtime=19.08 cores=1,3,5,7
/proc/3918/task/4048/stat : 4048 (pb_cplex) R 3917 3917 2525 0 -1 4202560 38370 0 0 0 1896 12 0 0 20 0 8 0 391091288 420741120 67740 33554432000 134512640 146736320 4292687936 4030717160 135467759 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=4049] ppid=3917 vsize=410880 CPUtime=19.93 cores=1,3,5,7
/proc/3918/task/4049/stat : 4049 (pb_cplex) R 3917 3917 2525 0 -1 4202560 13596 0 0 0 1989 4 0 0 20 0 8 0 391091288 420741120 67740 33554432000 134512640 146736320 4292687936 4041203916 136017481 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=3918/tid=4050] ppid=3917 vsize=410880 CPUtime=18.91 cores=1,3,5,7
/proc/3918/task/4050/stat : 4050 (pb_cplex) R 3917 3917 2525 0 -1 4202560 7891 0 0 0 1887 4 0 0 20 0 8 0 391091288 420741120 67740 33554432000 134512640 146736320 4292687936 3979338728 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3918/tid=4051] ppid=3917 vsize=410880 CPUtime=19.1 cores=1,3,5,7
/proc/3918/task/4051/stat : 4051 (pb_cplex) R 3917 3917 2525 0 -1 4202560 23991 0 0 0 1902 8 0 0 20 0 8 0 391091288 420741120 67740 33554432000 134512640 146736320 4292687936 3968851868 136405953 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=3918/tid=4052] ppid=3917 vsize=410880 CPUtime=19.56 cores=1,3,5,7
/proc/3918/task/4052/stat : 4052 (pb_cplex) R 3917 3917 2525 0 -1 4202560 10275 0 0 0 1951 5 0 0 20 0 8 0 391091288 420741120 67740 33554432000 134512640 146736320 4292687936 3958366664 135999693 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 339.84

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

/proc/loadavg: 5.52 8.63 8.79 10/186 4063
/proc/meminfo: memFree=27360620/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
[pid=3918] ppid=3917 vsize=252908 CPUtime=1549.53 cores=1,3,5,7
/proc/3918/stat : 3918 (pb_cplex) R 3917 3917 2525 0 -1 4202496 1087519 0 0 0 154518 435 0 0 20 0 1 0 391083915 258977792 46066 33554432000 134512640 146736320 4292687936 4292683088 136403112 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/3918/statm: 63227 46066 977 2985 0 60161 0
Current children cumulated CPU time (s) 1549.53
Current children cumulated vsize (KiB) 262056

[startup+642.3 s]
/proc/loadavg: 7.12 8.55 8.75 8/186 4064
/proc/meminfo: memFree=27315872/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
[pid=3918] ppid=3917 vsize=261136 CPUtime=1609.53 cores=1,3,5,7
/proc/3918/stat : 3918 (pb_cplex) R 3917 3917 2525 0 -1 4202496 1091005 0 0 0 160516 437 0 0 20 0 1 0 391083915 267403264 48038 33554432000 134512640 146736320 4292687936 4292682792 144757825 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/3918/statm: 65284 48038 977 2985 0 62218 0
Current children cumulated CPU time (s) 1609.53
Current children cumulated vsize (KiB) 270284

[startup+702.3 s]
/proc/loadavg: 6.16 8.06 8.57 4/186 4064
/proc/meminfo: memFree=27261508/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
[pid=3918] ppid=3917 vsize=259488 CPUtime=1669.52 cores=1,3,5,7
/proc/3918/stat : 3918 (pb_cplex) R 3917 3917 2525 0 -1 4202496 1100544 0 0 0 166512 440 0 0 20 0 1 0 391083915 265715712 47649 33554432000 134512640 146736320 4292687936 4292682104 136015570 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/3918/statm: 64872 47649 977 2985 0 61806 0
Current children cumulated CPU time (s) 1669.52
Current children cumulated vsize (KiB) 268636

[startup+762.307 s]
/proc/loadavg: 4.16 7.14 8.22 4/193 4071
/proc/meminfo: memFree=27239080/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
[pid=3918] ppid=3917 vsize=308756 CPUtime=1729.52 cores=1,3,5,7
/proc/3918/stat : 3918 (pb_cplex) R 3917 3917 2525 0 -1 4202496 1117395 0 0 0 172509 443 0 0 20 0 8 0 391083915 316166144 50658 33554432000 134512640 146736320 4292687936 4292680632 136476044 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3918/statm: 77189 50658 977 2985 0 74123 0
[pid=3918/tid=4065] ppid=3917 vsize=308756 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4065/stat : 4065 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391158915 316166144 50658 33554432000 134512640 146736320 4292687936 3958369936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3918/tid=4066] ppid=3917 vsize=308756 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4066/stat : 4066 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391158915 316166144 50658 33554432000 134512640 146736320 4292687936 3968855696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=4067] ppid=3917 vsize=308756 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4067/stat : 4067 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391158915 316166144 50658 33554432000 134512640 146736320 4292687936 3979341456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3918/tid=4068] ppid=3917 vsize=308756 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4068/stat : 4068 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391158915 316166144 50658 33554432000 134512640 146736320 4292687936 4041207440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=4069] ppid=3917 vsize=308756 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4069/stat : 4069 (pb_cplex) S 3917 3917 2525 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391158915 316166144 50658 33554432000 134512640 146736320 4292687936 4025523856 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3918/tid=4070] ppid=3917 vsize=308756 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4070/stat : 4070 (pb_cplex) S 3917 3917 2525 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391158915 316166144 50658 33554432000 134512640 146736320 4292687936 4015038096 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=4071] ppid=3917 vsize=308756 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4071/stat : 4071 (pb_cplex) S 3917 3917 2525 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391158915 316166144 50658 33554432000 134512640 146736320 4292687936 3926912656 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1729.52
Current children cumulated vsize (KiB) 317904

[startup+822.301 s]
/proc/loadavg: 2.86 6.23 7.84 3/186 4121
/proc/meminfo: memFree=28596540/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
[pid=3918] ppid=3917 vsize=308756 CPUtime=1789.5 cores=1,3,5,7
/proc/3918/stat : 3918 (pb_cplex) R 3917 3917 2525 0 -1 4202496 1178731 0 0 0 178497 453 0 0 20 0 8 0 391083915 316166144 50765 33554432000 134512640 146736320 4292687936 4292681168 136403109 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3918/statm: 77189 50765 978 2985 0 74123 0
[pid=3918/tid=4065] ppid=3917 vsize=308756 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4065/stat : 4065 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391158915 316166144 50765 33554432000 134512640 146736320 4292687936 3958369936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3918/tid=4066] ppid=3917 vsize=308756 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4066/stat : 4066 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391158915 316166144 50765 33554432000 134512640 146736320 4292687936 3968855696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=4067] ppid=3917 vsize=308756 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4067/stat : 4067 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391158915 316166144 50765 33554432000 134512640 146736320 4292687936 3979341456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3918/tid=4068] ppid=3917 vsize=308756 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4068/stat : 4068 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391158915 316166144 50765 33554432000 134512640 146736320 4292687936 4041207440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=4069] ppid=3917 vsize=308756 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4069/stat : 4069 (pb_cplex) S 3917 3917 2525 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391158915 316166144 50765 33554432000 134512640 146736320 4292687936 4025523856 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3918/tid=4070] ppid=3917 vsize=308756 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4070/stat : 4070 (pb_cplex) S 3917 3917 2525 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391158915 316166144 50765 33554432000 134512640 146736320 4292687936 4015038096 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=4071] ppid=3917 vsize=308756 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4071/stat : 4071 (pb_cplex) S 3917 3917 2525 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391158915 316166144 50765 33554432000 134512640 146736320 4292687936 3926912656 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1789.5
Current children cumulated vsize (KiB) 317904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+832.3 s]
/proc/loadavg: 2.73 6.09 7.78 3/187 4124
/proc/meminfo: memFree=28594752/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
[pid=3918] ppid=3917 vsize=309780 CPUtime=1799.5 cores=1,3,5,7
/proc/3918/stat : 3918 (pb_cplex) R 3917 3917 2525 0 -1 4202496 1189529 0 0 0 179495 455 0 0 20 0 8 0 391083915 317214720 50901 33554432000 134512640 146736320 4292687936 4292680968 136388073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3918/statm: 77445 50901 978 2985 0 74379 0
[pid=3918/tid=4065] ppid=3917 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4065/stat : 4065 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391158915 317214720 50901 33554432000 134512640 146736320 4292687936 3958369936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3918/tid=4066] ppid=3917 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4066/stat : 4066 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391158915 317214720 50901 33554432000 134512640 146736320 4292687936 3968855696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=4067] ppid=3917 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4067/stat : 4067 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391158915 317214720 50901 33554432000 134512640 146736320 4292687936 3979341456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3918/tid=4068] ppid=3917 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4068/stat : 4068 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391158915 317214720 50901 33554432000 134512640 146736320 4292687936 4041207440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=4069] ppid=3917 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4069/stat : 4069 (pb_cplex) S 3917 3917 2525 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391158915 317214720 50901 33554432000 134512640 146736320 4292687936 4025523856 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3918/tid=4070] ppid=3917 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4070/stat : 4070 (pb_cplex) S 3917 3917 2525 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391158915 317214720 50901 33554432000 134512640 146736320 4292687936 4015038096 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=4071] ppid=3917 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4071/stat : 4071 (pb_cplex) S 3917 3917 2525 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391158915 317214720 50901 33554432000 134512640 146736320 4292687936 3926912656 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 318928

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

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

[startup+832.3 s]
/proc/loadavg: 2.73 6.09 7.78 3/187 4124
/proc/meminfo: memFree=28594752/32873648 swapFree=7372/7372
[pid=3917] ppid=3915 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3917/stat : 3917 (run) S 3915 3917 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391083914 9367552 270 33554432000 4194304 5064252 140734191340768 140734191339680 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3917/statm: 2287 270 229 213 0 72 0
[pid=3918] ppid=3917 vsize=309780 CPUtime=1799.5 cores=1,3,5,7
/proc/3918/stat : 3918 (pb_cplex) R 3917 3917 2525 0 -1 4202496 1189529 0 0 0 179495 455 0 0 20 0 8 0 391083915 317214720 50901 33554432000 134512640 146736320 4292687936 4292680968 136388073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3918/statm: 77445 50901 978 2985 0 74379 0
[pid=3918/tid=4065] ppid=3917 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4065/stat : 4065 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391158915 317214720 50901 33554432000 134512640 146736320 4292687936 3958369936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3918/tid=4066] ppid=3917 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4066/stat : 4066 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391158915 317214720 50901 33554432000 134512640 146736320 4292687936 3968855696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=4067] ppid=3917 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4067/stat : 4067 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391158915 317214720 50901 33554432000 134512640 146736320 4292687936 3979341456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3918/tid=4068] ppid=3917 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4068/stat : 4068 (pb_cplex) S 3917 3917 2525 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391158915 317214720 50901 33554432000 134512640 146736320 4292687936 4041207440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=4069] ppid=3917 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4069/stat : 4069 (pb_cplex) S 3917 3917 2525 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391158915 317214720 50901 33554432000 134512640 146736320 4292687936 4025523856 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3918/tid=4070] ppid=3917 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4070/stat : 4070 (pb_cplex) S 3917 3917 2525 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391158915 317214720 50901 33554432000 134512640 146736320 4292687936 4015038096 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3918/tid=4071] ppid=3917 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/3918/task/4071/stat : 4071 (pb_cplex) S 3917 3917 2525 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391158915 317214720 50901 33554432000 134512640 146736320 4292687936 3926912656 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 318928

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3917 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1799.5
#
# 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.5
#  lost CPU user time (s): 0.669922
#  lost CPU system time (s): -0.17

Real time (s): 832.316
CPU time (s): 1800
CPU user time (s): 1795.62
CPU system time (s): 4.38
CPU usage (%): 216.264
Max. virtual memory (cumulated for all children) (KiB): 434212

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

runsolver used 2.03069 second user time and 5.65614 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-09 15:46:11
IDJOB=3740732
IDBENCH=78430
IDSOLVER=2325
FILE ID=node115/3740732-1339249571
RUNJOBID= node115-1339246833-2543
PBS_JOBID= 14644366
Free space on /tmp= 70256 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j30opt/normalized-j309_7.std.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740732-1339249571/watcher-3740732-1339249571 -o /tmp/evaluation-result-3740732-1339249571/solver-3740732-1339249571 -C 1800 -W 1900 -M 15500  run HOME/instance-3740732-1339249571.opb

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

MD5SUM BENCH= 75f9bcd696a767b6d7e2c6778d5be1aa
RANDOM SEED=1054060262

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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.92
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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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:        28743744 kB
Buffers:          348296 kB
Cached:          2793704 kB
SwapCached:         2180 kB
Active:          1516448 kB
Inactive:        1712044 kB
Active(anon):      83144 kB
Inactive(anon):     2272 kB
Active(file):    1433304 kB
Inactive(file):  1709772 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:             36836 kB
Writeback:             0 kB
AnonPages:        157408 kB
Mapped:            11972 kB
Shmem:                 0 kB
Slab:             762732 kB
SReclaimable:     206152 kB
SUnreclaim:       556580 kB
KernelStack:        1544 kB
PageTables:         4364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     258104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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-3740732-1339249571.opb

Free space on /tmp at the end= 70240 MiB
End job on node115 at 2012-06-09 16:00:06