Trace number 3737304

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.29 1514.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_60_4.opb
MD5SUM33f66c46bd2eace76f5fa6a5916a23ec
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-71
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -81
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint60
Maximum length of a constraint107
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75484
Sum of products size (including duplicates)150968
Number of different products37742
Sum of products size75484

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3737304-1339248630.opb.
0.00/0.00	c Instance file HOME/instance-3737304-1339248630.opb
0.00/0.00	c File size is 3317910 bytes.
0.00/1.08	c Highest Coefficient sum: 107
0.00/1.08	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
1.09/1.13	c ============================[ Problem Statistics ]=============================
1.09/1.13	c |                                                                             |
1.09/1.13	c |  Parsing time:          1.12         s                                      |
1.09/1.13	c |  Number Variables:      38742                                               |
1.09/1.15	c |  Number Constraints:    76484                                               |
1.09/1.15	c ===============================================================================
1800.29/1514.61	c Remaining time 1798.88 sec.
1800.29/1514.61	c 
1800.29/1514.61	c *** INTERRUPTED ***
1800.29/1514.61	s UNKNOWN
1800.29/1514.61	c Total CPU time              : 1798.67 s
1800.29/1514.61	c Memory used           : 419.57 MB
1800.29/1514.61	c CPU time              : 1798.67 s
1800.29/1514.61	c 
1800.29/1514.61	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-3737304-1339248630/watcher-3737304-1339248630 -o /tmp/evaluation-result-3737304-1339248630/solver-3737304-1339248630 -C 1800 -W 1900 -M 15500 run HOME/instance-3737304-1339248630.opb 

running on 4 cores: 0,2,4,6

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: 7.95 7.14 6.23 3/185 26655
/proc/meminfo: memFree=29405792/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0

[startup+0.101655 s]
/proc/loadavg: 7.95 7.14 6.23 3/185 26655
/proc/meminfo: memFree=29405792/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200269 s]
/proc/loadavg: 7.95 7.14 6.23 3/185 26655
/proc/meminfo: memFree=29405792/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300267 s]
/proc/loadavg: 7.95 7.14 6.23 3/185 26655
/proc/meminfo: memFree=29405792/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700242 s]
/proc/loadavg: 7.95 7.14 6.23 3/185 26655
/proc/meminfo: memFree=29405792/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 7.95 7.14 6.23 3/187 26657
/proc/meminfo: memFree=29372312/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=74120 CPUtime=1.49 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 21431 0 0 0 146 3 0 0 20 0 1 0 390987924 75898880 15219 33554432000 134512640 146736320 4288121120 4288119060 137315080 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26656/statm: 18530 15219 654 2985 0 15464 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83268

[startup+3.10028 s]
/proc/loadavg: 7.95 7.14 6.23 3/187 26657
/proc/meminfo: memFree=29350036/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=92860 CPUtime=3.09 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 25764 0 0 0 305 4 0 0 20 0 1 0 390987924 95088640 15389 33554432000 134512640 146736320 4288121120 4288115668 135855179 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26656/statm: 23215 15389 790 2985 0 20149 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102008

[startup+6.30028 s]
/proc/loadavg: 7.55 7.07 6.21 3/187 26657
/proc/meminfo: memFree=29346680/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=93344 CPUtime=6.28 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 26081 0 0 0 624 4 0 0 20 0 1 0 390987924 95584256 15457 33554432000 134512640 146736320 4288121120 4288115704 138768267 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26656/statm: 23336 15457 793 2985 0 20270 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 102492

[startup+12.7003 s]
/proc/loadavg: 7.11 6.98 6.19 3/186 26657
/proc/meminfo: memFree=29345480/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=93880 CPUtime=12.68 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 26239 0 0 0 1264 4 0 0 20 0 1 0 390987924 96133120 15845 33554432000 134512640 146736320 4288121120 4288115472 138767244 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26656/statm: 23470 15845 793 2985 0 20404 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 103028

[startup+25.5003 s]
/proc/loadavg: 5.97 6.74 6.12 3/187 26658
/proc/meminfo: memFree=29300600/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=159804 CPUtime=25.48 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 38701 0 0 0 2540 8 0 0 20 0 1 0 390987924 163639296 27439 33554432000 134512640 146736320 4288121120 4288116944 137698804 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26656/statm: 39951 27439 881 2985 0 36885 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 168952

[startup+51.1003 s]
/proc/loadavg: 4.62 6.36 6.01 3/186 26658
/proc/meminfo: memFree=29288372/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=159804 CPUtime=51.08 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 38705 0 0 0 5100 8 0 0 20 0 1 0 390987924 163639296 29938 33554432000 134512640 146736320 4288121120 4288116944 137698804 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26656/statm: 39951 29938 881 2985 0 36885 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 168952

[startup+102.3 s]
/proc/loadavg: 3.13 5.68 5.80 3/186 26658
/proc/meminfo: memFree=29284212/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=159804 CPUtime=102.28 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 38705 0 0 0 10220 8 0 0 20 0 1 0 390987924 163639296 30907 33554432000 134512640 146736320 4288121120 4288116944 137698804 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26656/statm: 39951 30907 881 2985 0 36885 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 168952

[startup+162.3 s]
/proc/loadavg: 2.97 5.12 5.60 10/186 26658
/proc/meminfo: memFree=29097388/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=159804 CPUtime=162.26 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 38705 0 0 0 16218 8 0 0 20 0 1 0 390987924 163639296 30907 33554432000 134512640 146736320 4288121120 4288116944 137698804 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26656/statm: 39951 30907 881 2985 0 36885 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 168952

[startup+222.307 s]
/proc/loadavg: 6.79 5.83 5.81 10/186 26658
/proc/meminfo: memFree=29084740/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=160292 CPUtime=222.26 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 38804 0 0 0 22218 8 0 0 20 0 1 0 390987924 164139008 31006 33554432000 134512640 146736320 4288121120 4288116992 137701398 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26656/statm: 40073 31006 881 2985 0 37007 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 169440

[startup+282.3 s]
/proc/loadavg: 5.43 5.73 5.78 3/179 26708
/proc/meminfo: memFree=29549120/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=167672 CPUtime=282.24 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 58017 0 0 0 28211 13 0 0 20 0 1 0 390987924 171696128 31787 33554432000 134512640 146736320 4288121120 4288116944 137698804 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26656/statm: 41918 31787 910 2985 0 38852 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 176820

[startup+342.3 s]
/proc/loadavg: 3.26 5.05 5.54 3/179 26709
/proc/meminfo: memFree=29544368/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=167672 CPUtime=342.22 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 58088 0 0 0 34209 13 0 0 20 0 1 0 390987924 171696128 32222 33554432000 134512640 146736320 4288121120 4288116944 137698804 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26656/statm: 41918 32222 910 2985 0 38852 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 176820

[startup+402.3 s]
/proc/loadavg: 2.46 4.49 5.32 3/179 26709
/proc/meminfo: memFree=29539148/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6

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

[pid=26656] ppid=26655 vsize=129660 CPUtime=1242.06 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 275793 0 0 0 124149 57 0 0 20 0 1 0 390987924 132771840 23612 33554432000 134512640 146736320 4288121120 4288115344 136403112 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26656/statm: 32415 23612 910 2985 0 29349 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 138808

[startup+1302.3 s]
/proc/loadavg: 2.00 2.13 3.24 3/179 26718
/proc/meminfo: memFree=29572384/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=129660 CPUtime=1302.05 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 333053 0 0 0 130138 67 0 0 20 0 1 0 390987924 132771840 23614 33554432000 134512640 146736320 4288121120 4288115344 136403109 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26656/statm: 32415 23614 912 2985 0 29349 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 138808

[startup+1362.3 s]
/proc/loadavg: 2.00 2.10 3.16 3/186 26725
/proc/meminfo: memFree=29495108/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=311160 CPUtime=1362.05 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 407184 0 0 0 136123 82 0 0 20 0 8 0 390987924 318627840 43073 33554432000 134512640 146736320 4288121120 4288114000 136008339 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26656/statm: 77790 43073 944 2985 0 74724 0
[pid=26656/tid=26719] ppid=26655 vsize=311160 CPUtime=0 cores=0,2,4,6
/proc/26656/task/26719/stat : 26719 (pb_cplex) S 26655 26655 26012 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391119443 318627840 43073 33554432000 134512640 146736320 4288121120 4018552464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26656/tid=26720] ppid=26655 vsize=311160 CPUtime=0 cores=0,2,4,6
/proc/26656/task/26720/stat : 26720 (pb_cplex) S 26655 26655 26012 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391119443 318627840 43073 33554432000 134512640 146736320 4288121120 4008066704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26656/tid=26721] ppid=26655 vsize=311160 CPUtime=0 cores=0,2,4,6
/proc/26656/task/26721/stat : 26721 (pb_cplex) S 26655 26655 26012 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391119443 318627840 43073 33554432000 134512640 146736320 4288121120 3997580944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26656/tid=26722] ppid=26655 vsize=311160 CPUtime=0 cores=0,2,4,6
/proc/26656/task/26722/stat : 26722 (pb_cplex) S 26655 26655 26012 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391119443 318627840 43073 33554432000 134512640 146736320 4288121120 3987095184 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26656/tid=26723] ppid=26655 vsize=311160 CPUtime=0 cores=0,2,4,6
/proc/26656/task/26723/stat : 26723 (pb_cplex) S 26655 26655 26012 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391119443 318627840 43073 33554432000 134512640 146736320 4288121120 3976609424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26656/tid=26724] ppid=26655 vsize=311160 CPUtime=0 cores=0,2,4,6
/proc/26656/task/26724/stat : 26724 (pb_cplex) S 26655 26655 26012 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391119443 318627840 43073 33554432000 134512640 146736320 4288121120 3966123664 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26656/tid=26725] ppid=26655 vsize=311160 CPUtime=0 cores=0,2,4,6
/proc/26656/task/26725/stat : 26725 (pb_cplex) S 26655 26655 26012 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391119443 318627840 43073 33554432000 134512640 146736320 4288121120 3955637904 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 320308

[startup+1422.3 s]
/proc/loadavg: 2.00 2.08 3.09 10/186 26725
/proc/meminfo: memFree=29392324/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=426564 CPUtime=1432.48 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 495661 0 0 0 143148 100 0 0 20 0 8 0 390987924 436801536 68686 33554432000 134512640 146736320 4288121120 4288113944 136007661 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26656/statm: 106641 68686 944 2985 0 103575 0
[pid=26656/tid=26719] ppid=26655 vsize=426564 CPUtime=1.52 cores=0,2,4,6
/proc/26656/task/26719/stat : 26719 (pb_cplex) R 26655 26655 26012 0 -1 4202560 3629 0 0 0 150 2 0 0 20 0 8 0 391119443 436801536 68686 33554432000 134512640 146736320 4288121120 4018548944 136008226 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26656/tid=26720] ppid=26655 vsize=426564 CPUtime=1.95 cores=0,2,4,6
/proc/26656/task/26720/stat : 26720 (pb_cplex) R 26655 26655 26012 0 -1 4202560 4345 0 0 0 193 2 0 0 20 0 8 0 391119443 436801536 68686 33554432000 134512640 146736320 4288121120 4008063392 136388279 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26656/tid=26721] ppid=26655 vsize=426564 CPUtime=1.64 cores=0,2,4,6
/proc/26656/task/26721/stat : 26721 (pb_cplex) R 26655 26655 26012 0 -1 4202560 3389 0 0 0 164 0 0 0 20 0 8 0 391119443 436801536 68686 33554432000 134512640 146736320 4288121120 3997577272 136475798 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26656/tid=26722] ppid=26655 vsize=426564 CPUtime=1.49 cores=0,2,4,6
/proc/26656/task/26722/stat : 26722 (pb_cplex) R 26655 26655 26012 0 -1 4202560 3020 0 0 0 149 0 0 0 20 0 8 0 391119443 436801536 68686 33554432000 134512640 146736320 4288121120 3987091664 136008050 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26656/tid=26723] ppid=26655 vsize=426564 CPUtime=1.67 cores=0,2,4,6
/proc/26656/task/26723/stat : 26723 (pb_cplex) R 26655 26655 26012 0 -1 4202560 3955 0 0 0 165 2 0 0 20 0 8 0 391119443 436801536 68686 33554432000 134512640 146736320 4288121120 3976605972 136004384 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26656/tid=26724] ppid=26655 vsize=426564 CPUtime=2.08 cores=0,2,4,6
/proc/26656/task/26724/stat : 26724 (pb_cplex) R 26655 26655 26012 0 -1 4202560 3270 0 0 0 208 0 0 0 20 0 8 0 391119443 436801536 68686 33554432000 134512640 146736320 4288121120 3966120144 136008042 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26656/tid=26725] ppid=26655 vsize=426564 CPUtime=1.7 cores=0,2,4,6
/proc/26656/task/26725/stat : 26725 (pb_cplex) R 26655 26655 26012 0 -1 4202560 3115 0 0 0 170 0 0 0 20 0 8 0 391119443 436801536 68686 33554432000 134512640 146736320 4288121120 3955634248 139042864 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1432.48
Current children cumulated vsize (KiB) 435712

[startup+1482.3 s]
/proc/loadavg: 6.43 3.34 3.45 10/186 26725
/proc/meminfo: memFree=29381140/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=428608 CPUtime=1671.55 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 647610 0 0 0 167012 143 0 0 20 0 8 0 390987924 438894592 71163 33554432000 134512640 146736320 4288121120 4288114384 136403116 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26656/statm: 107152 71163 944 2985 0 104086 0
[pid=26656/tid=26719] ppid=26655 vsize=428608 CPUtime=31.48 cores=0,2,4,6
/proc/26656/task/26719/stat : 26719 (pb_cplex) R 26655 26655 26012 0 -1 4202560 20658 0 0 0 3142 6 0 0 20 0 8 0 391119443 438894592 71163 33554432000 134512640 146736320 4288121120 4018549328 136403109 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26656/tid=26720] ppid=26655 vsize=428608 CPUtime=31.82 cores=0,2,4,6
/proc/26656/task/26720/stat : 26720 (pb_cplex) R 26655 26655 26012 0 -1 4202560 24934 0 0 0 3174 8 0 0 20 0 8 0 391119443 438894592 71163 33554432000 134512640 146736320 4288121120 4008063184 136008065 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26656/tid=26721] ppid=26655 vsize=428608 CPUtime=31.44 cores=0,2,4,6
/proc/26656/task/26721/stat : 26721 (pb_cplex) R 26655 26655 26012 0 -1 4202560 22628 0 0 0 3138 6 0 0 20 0 8 0 391119443 438894592 71163 33554432000 134512640 146736320 4288121120 3997576904 136002908 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26656/tid=26722] ppid=26655 vsize=428608 CPUtime=31.45 cores=0,2,4,6
/proc/26656/task/26722/stat : 26722 (pb_cplex) R 26655 26655 26012 0 -1 4202560 23744 0 0 0 3138 7 0 0 20 0 8 0 391119443 438894592 71163 33554432000 134512640 146736320 4288121120 3987092048 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26656/tid=26723] ppid=26655 vsize=428608 CPUtime=31.72 cores=0,2,4,6
/proc/26656/task/26723/stat : 26723 (pb_cplex) R 26655 26655 26012 0 -1 4202560 24718 0 0 0 3164 8 0 0 20 0 8 0 391119443 438894592 71163 33554432000 134512640 146736320 4288121120 3976605904 136008039 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26656/tid=26724] ppid=26655 vsize=428608 CPUtime=31.79 cores=0,2,4,6
/proc/26656/task/26724/stat : 26724 (pb_cplex) R 26655 26655 26012 0 -1 4202560 23358 0 0 0 3173 6 0 0 20 0 8 0 391119443 438894592 71163 33554432000 134512640 146736320 4288121120 3966120096 136006151 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26656/tid=26725] ppid=26655 vsize=428608 CPUtime=31.69 cores=0,2,4,6
/proc/26656/task/26725/stat : 26725 (pb_cplex) R 26655 26655 26012 0 -1 4202560 22338 0 0 0 3162 7 0 0 20 0 8 0 391119443 438894592 71163 33554432000 134512640 146736320 4288121120 3955634328 136007039 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1671.55
Current children cumulated vsize (KiB) 437756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1514.6 s]
/proc/loadavg: 7.56 3.96 3.66 10/186 26725
/proc/meminfo: memFree=29381816/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=429632 CPUtime=1800.29 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 732384 0 0 0 179865 164 0 0 20 0 8 0 390987924 439943168 71194 33554432000 134512640 146736320 4288121120 4288113608 135525911 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26656/statm: 107408 71194 944 2985 0 104342 0
[pid=26656/tid=26719] ppid=26655 vsize=429632 CPUtime=47.78 cores=0,2,4,6
/proc/26656/task/26719/stat : 26719 (pb_cplex) R 26655 26655 26012 0 -1 4202560 32410 0 0 0 4770 8 0 0 20 0 8 0 391119443 439943168 71194 33554432000 134512640 146736320 4288121120 4018548828 135854505 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26656/tid=26720] ppid=26655 vsize=429632 CPUtime=47.87 cores=0,2,4,6
/proc/26656/task/26720/stat : 26720 (pb_cplex) R 26655 26655 26012 0 -1 4202560 36623 0 0 0 4776 11 0 0 20 0 8 0 391119443 439943168 71194 33554432000 134512640 146736320 4288121120 4008063432 135999105 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26656/tid=26721] ppid=26655 vsize=429632 CPUtime=47.52 cores=0,2,4,6
/proc/26656/task/26721/stat : 26721 (pb_cplex) R 26655 26655 26012 0 -1 4202560 34827 0 0 0 4743 9 0 0 20 0 8 0 391119443 439943168 71194 33554432000 134512640 146736320 4288121120 3997577424 136008065 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26656/tid=26722] ppid=26655 vsize=429632 CPUtime=47.61 cores=0,2,4,6
/proc/26656/task/26722/stat : 26722 (pb_cplex) R 26655 26655 26012 0 -1 4202560 34971 0 0 0 4751 10 0 0 20 0 8 0 391119443 439943168 71194 33554432000 134512640 146736320 4288121120 3987091496 139044509 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26656/tid=26723] ppid=26655 vsize=429632 CPUtime=47.95 cores=0,2,4,6
/proc/26656/task/26723/stat : 26723 (pb_cplex) R 26655 26655 26012 0 -1 4202560 37128 0 0 0 4784 11 0 0 20 0 8 0 391119443 439943168 71194 33554432000 134512640 146736320 4288121120 3976606288 136403116 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26656/tid=26724] ppid=26655 vsize=429632 CPUtime=47.61 cores=0,2,4,6
/proc/26656/task/26724/stat : 26724 (pb_cplex) R 26655 26655 26012 0 -1 4202560 32350 0 0 0 4753 8 0 0 20 0 8 0 391119443 439943168 71194 33554432000 134512640 146736320 4288121120 3966120144 136008454 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26656/tid=26725] ppid=26655 vsize=429632 CPUtime=47.89 cores=0,2,4,6
/proc/26656/task/26725/stat : 26725 (pb_cplex) R 26655 26655 26012 0 -1 4202560 31356 0 0 0 4780 9 0 0 20 0 8 0 391119443 439943168 71194 33554432000 134512640 146736320 4288121120 3955634328 136007627 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 438780

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

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

[startup+1514.6 s]
/proc/loadavg: 7.56 3.96 3.66 10/186 26725
/proc/meminfo: memFree=29381816/32873844 swapFree=7632/7632
[pid=26655] ppid=26653 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26655/stat : 26655 (run) S 26653 26655 26012 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390987924 9367552 270 33554432000 4194304 5064252 140736336407056 140736336405968 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26655/statm: 2287 270 229 213 0 72 0
[pid=26656] ppid=26655 vsize=429632 CPUtime=1800.29 cores=0,2,4,6
/proc/26656/stat : 26656 (pb_cplex) R 26655 26655 26012 0 -1 4202496 732384 0 0 0 179865 164 0 0 20 0 8 0 390987924 439943168 71194 33554432000 134512640 146736320 4288121120 4288113608 135525911 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26656/statm: 107408 71194 944 2985 0 104342 0
[pid=26656/tid=26719] ppid=26655 vsize=429632 CPUtime=47.78 cores=0,2,4,6
/proc/26656/task/26719/stat : 26719 (pb_cplex) R 26655 26655 26012 0 -1 4202560 32410 0 0 0 4770 8 0 0 20 0 8 0 391119443 439943168 71194 33554432000 134512640 146736320 4288121120 4018548828 135854505 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26656/tid=26720] ppid=26655 vsize=429632 CPUtime=47.87 cores=0,2,4,6
/proc/26656/task/26720/stat : 26720 (pb_cplex) R 26655 26655 26012 0 -1 4202560 36623 0 0 0 4776 11 0 0 20 0 8 0 391119443 439943168 71194 33554432000 134512640 146736320 4288121120 4008063432 135999105 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26656/tid=26721] ppid=26655 vsize=429632 CPUtime=47.52 cores=0,2,4,6
/proc/26656/task/26721/stat : 26721 (pb_cplex) R 26655 26655 26012 0 -1 4202560 34827 0 0 0 4743 9 0 0 20 0 8 0 391119443 439943168 71194 33554432000 134512640 146736320 4288121120 3997577424 136008065 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=26656/tid=26722] ppid=26655 vsize=429632 CPUtime=47.61 cores=0,2,4,6
/proc/26656/task/26722/stat : 26722 (pb_cplex) R 26655 26655 26012 0 -1 4202560 34971 0 0 0 4751 10 0 0 20 0 8 0 391119443 439943168 71194 33554432000 134512640 146736320 4288121120 3987091496 139044509 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=26656/tid=26723] ppid=26655 vsize=429632 CPUtime=47.95 cores=0,2,4,6
/proc/26656/task/26723/stat : 26723 (pb_cplex) R 26655 26655 26012 0 -1 4202560 37128 0 0 0 4784 11 0 0 20 0 8 0 391119443 439943168 71194 33554432000 134512640 146736320 4288121120 3976606288 136403116 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=26656/tid=26724] ppid=26655 vsize=429632 CPUtime=47.61 cores=0,2,4,6
/proc/26656/task/26724/stat : 26724 (pb_cplex) R 26655 26655 26012 0 -1 4202560 32350 0 0 0 4753 8 0 0 20 0 8 0 391119443 439943168 71194 33554432000 134512640 146736320 4288121120 3966120144 136008454 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=26656/tid=26725] ppid=26655 vsize=429632 CPUtime=47.89 cores=0,2,4,6
/proc/26656/task/26725/stat : 26725 (pb_cplex) R 26655 26655 26012 0 -1 4202560 31356 0 0 0 4780 9 0 0 20 0 8 0 391119443 439943168 71194 33554432000 134512640 146736320 4288121120 3955634328 136007627 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 438780

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1514.62
CPU time (s): 1800.29
CPU user time (s): 1798.65
CPU system time (s): 1.64
CPU usage (%): 118.861
Max. virtual memory (cumulated for all children) (KiB): 440388

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

runsolver used 2.6206 second user time and 8.50471 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-09 15:30:30
IDJOB=3737304
IDBENCH=48214
IDSOLVER=2325
FILE ID=node144/3737304-1339248630
RUNJOBID= node144-1339246834-26029
PBS_JOBID= 14644337
Free space on /tmp= 68400 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_60_4.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737304-1339248630/watcher-3737304-1339248630 -o /tmp/evaluation-result-3737304-1339248630/solver-3737304-1339248630 -C 1800 -W 1900 -M 15500  run HOME/instance-3737304-1339248630.opb

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

MD5SUM BENCH= 33f66c46bd2eace76f5fa6a5916a23ec
RANDOM SEED=662368354

node144.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.196
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.39
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.196
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.196
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.54
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.196
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.196
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.90
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.196
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.92
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.196
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.196
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:       32873844 kB
MemFree:        29410048 kB
Buffers:         1131768 kB
Cached:          1076868 kB
SwapCached:          460 kB
Active:          2413460 kB
Inactive:         118520 kB
Active(anon):     307620 kB
Inactive(anon):    11384 kB
Active(file):    2105840 kB
Inactive(file):   107136 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108396 kB
Dirty:             17524 kB
Writeback:             0 kB
AnonPages:        324344 kB
Mapped:            14432 kB
Shmem:               172 kB
Slab:             790616 kB
SReclaimable:     232268 kB
SUnreclaim:       558348 kB
KernelStack:        1528 kB
PageTables:         4340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     549392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3737304-1339248630.opb

Free space on /tmp at the end= 68384 MiB
End job on node144 at 2012-06-09 15:55:47