Trace number 3742995

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.21 842.623

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null0mast_rapportOE1.0_TMAX60_K67_cod1.opb
MD5SUM31a9ebcc0e27737ae8ea76188c0ed799
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-440
Best CPU time to get the best result obtained on this benchmark1797.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 106194
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 106194
Number of bits of the biggest sum of numbers17
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-3742995-1339251554.opb.
0.00/0.00	c Instance file HOME/instance-3742995-1339251554.opb
0.00/0.00	c File size is 2753707 bytes.
236.55/236.65	c Highest Coefficient sum: 90414
236.55/236.65	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
236.55/236.69	c ============================[ Problem Statistics ]=============================
236.55/236.69	c |                                                                             |
236.55/236.69	c |  Parsing time:          236.64       s                                      |
236.55/236.69	c |  Number Variables:      40451                                               |
236.64/236.71	c |  Number Constraints:    40950                                               |
236.64/236.71	c ===============================================================================
1798.90/842.61	c Remaining time 1563.35 sec.
1798.90/842.61	c 
1798.90/842.61	c *** INTERRUPTED ***
1798.90/842.61	s UNKNOWN
1798.90/842.61	c Total CPU time              : 1794.78 s
1798.90/842.61	c Memory used           : 632.77 MB
1798.90/842.61	c CPU time              : 1794.78 s
1798.90/842.61	c 
1798.90/842.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-3742995-1339251554/watcher-3742995-1339251554 -o /tmp/evaluation-result-3742995-1339251554/solver-3742995-1339251554 -C 1800 -W 1900 -M 15500 run HOME/instance-3742995-1339251554.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: 6.81 5.59 4.02 3/177 7248
/proc/meminfo: memFree=23323024/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0

[startup+0.0121009 s]
/proc/loadavg: 6.81 5.59 4.02 3/177 7248
/proc/meminfo: memFree=23323024/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100275 s]
/proc/loadavg: 6.81 5.59 4.02 3/177 7248
/proc/meminfo: memFree=23323024/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300241 s]
/proc/loadavg: 6.81 5.59 4.02 3/177 7248
/proc/meminfo: memFree=23323024/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700238 s]
/proc/loadavg: 6.81 5.59 4.02 3/177 7248
/proc/meminfo: memFree=23323024/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 6.81 5.59 4.02 3/179 7250
/proc/meminfo: memFree=23316576/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=22008 CPUtime=1.49 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 2017 0 0 0 149 0 0 0 20 0 1 0 391279765 22536192 1973 33554432000 134512640 146736320 4290702528 4290584880 140684755 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7249/statm: 5502 1973 353 2985 0 1763 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31156

[startup+3.10027 s]
/proc/loadavg: 6.81 5.59 4.02 3/179 7250
/proc/meminfo: memFree=23316336/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=22140 CPUtime=3.09 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 2052 0 0 0 309 0 0 0 20 0 1 0 391279765 22671360 2008 33554432000 134512640 146736320 4290702528 4290584912 140665547 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7249/statm: 5535 2008 353 2985 0 1796 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31288

[startup+6.30027 s]
/proc/loadavg: 6.43 5.53 4.01 3/179 7250
/proc/meminfo: memFree=23314848/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=22404 CPUtime=6.29 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 2104 0 0 0 629 0 0 0 20 0 1 0 391279765 22941696 2060 33554432000 134512640 146736320 4290702528 4290584940 140665536 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7249/statm: 5601 2060 353 2985 0 1862 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31552

[startup+12.7003 s]
/proc/loadavg: 6.07 5.47 4.00 3/179 7250
/proc/meminfo: memFree=23314872/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=22536 CPUtime=12.69 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 2149 0 0 0 1269 0 0 0 20 0 1 0 391279765 23076864 2105 33554432000 134512640 146736320 4290702528 4290584716 140526592 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7249/statm: 5634 2105 353 2985 0 1895 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31684

[startup+25.5003 s]
/proc/loadavg: 5.17 5.30 3.97 3/179 7299
/proc/meminfo: memFree=24717660/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=22844 CPUtime=25.48 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 2234 0 0 0 2548 0 0 0 20 0 1 0 391279765 23392256 2190 33554432000 134512640 146736320 4290702528 4290584720 140528780 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7249/statm: 5711 2190 353 2985 0 1972 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31992

[startup+51.1003 s]
/proc/loadavg: 4.09 5.04 3.91 3/180 7302
/proc/meminfo: memFree=24645564/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=23440 CPUtime=51.08 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 2357 0 0 0 5108 0 0 0 20 0 1 0 391279765 24002560 2311 33554432000 134512640 146736320 4290702528 4290584880 140684664 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7249/statm: 5860 2311 353 2985 0 2121 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 32588

[startup+102.306 s]
/proc/loadavg: 2.90 4.57 3.81 3/187 7309
/proc/meminfo: memFree=24468956/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=35208 CPUtime=102.28 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 6053 0 0 0 10227 1 0 0 20 0 1 0 391279765 36052992 5834 33554432000 134512640 146736320 4290702528 4290700440 134814118 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7249/statm: 8802 5834 961 2985 0 5063 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 44356

[startup+162.3 s]
/proc/loadavg: 5.95 5.06 4.02 9/186 7309
/proc/meminfo: memFree=24266776/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=35340 CPUtime=162.26 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 6095 0 0 0 16225 1 0 0 20 0 1 0 391279765 36188160 5876 33554432000 134512640 146736320 4290702528 4290700448 140679034 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7249/statm: 8835 5876 961 2985 0 5096 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 44488

[startup+222.3 s]
/proc/loadavg: 5.93 5.22 4.14 10/186 7310
/proc/meminfo: memFree=24218488/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=35472 CPUtime=222.25 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 6122 0 0 0 22224 1 0 0 20 0 1 0 391279765 36323328 5903 33554432000 134512640 146736320 4290702528 4290700448 140679071 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7249/statm: 8868 5903 961 2985 0 5129 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 44620

[startup+282.3 s]
/proc/loadavg: 7.87 5.91 4.44 10/186 7310
/proc/meminfo: memFree=24122588/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=134432 CPUtime=282.24 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 146866 0 0 0 28196 28 0 0 20 0 1 0 391279765 137658368 21744 33554432000 134512640 146736320 4290702528 4290696904 136388095 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7249/statm: 33608 21744 940 2985 0 30542 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 143580

[startup+342.301 s]
/proc/loadavg: 6.59 5.98 4.56 10/193 7317
/proc/meminfo: memFree=23958136/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=450228 CPUtime=342.24 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 310109 0 0 0 34171 53 0 0 20 0 8 0 391279765 461033472 63568 33554432000 134512640 146736320 4290702528 4290695208 139044510 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7249/statm: 112557 63568 979 2985 0 109491 0
[pid=7249/tid=7311] ppid=7248 vsize=450228 CPUtime=0 cores=0,2,4,6
/proc/7249/task/7311/stat : 7311 (pb_cplex) S 7248 7248 6062 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 391310764 461033472 63568 33554432000 134512640 146736320 4290702528 3988840080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7249/tid=7312] ppid=7248 vsize=450228 CPUtime=0 cores=0,2,4,6
/proc/7249/task/7312/stat : 7312 (pb_cplex) S 7248 7248 6062 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391310764 461033472 63568 33554432000 134512640 146736320 4290702528 3978354320 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7249/tid=7313] ppid=7248 vsize=450228 CPUtime=0 cores=0,2,4,6
/proc/7249/task/7313/stat : 7313 (pb_cplex) S 7248 7248 6062 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391310764 461033472 63568 33554432000 134512640 146736320 4290702528 3967868560 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7249/tid=7314] ppid=7248 vsize=450228 CPUtime=0 cores=0,2,4,6

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

/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=721932 CPUtime=1395.41 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) S 7248 7248 6062 0 -1 4202496 1150228 0 0 0 139216 325 0 0 20 0 8 0 391279765 739258368 138708 33554432000 134512640 146736320 4290702528 4290698896 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7249/statm: 180483 138708 989 2985 0 177417 0
[pid=7249/tid=7311] ppid=7248 vsize=721932 CPUtime=119.26 cores=0,2,4,6
/proc/7249/task/7311/stat : 7311 (pb_cplex) R 7248 7248 6062 0 -1 4202560 91965 0 0 0 11895 31 0 0 20 0 8 0 391310764 739258368 138708 33554432000 134512640 146736320 4290702528 3988836264 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7249/tid=7312] ppid=7248 vsize=721932 CPUtime=115.04 cores=0,2,4,6
/proc/7249/task/7312/stat : 7312 (pb_cplex) S 7248 7248 6062 0 -1 4202560 102144 0 0 0 11468 36 0 0 20 0 8 0 391310764 739258368 138708 33554432000 134512640 146736320 4290702528 3978354320 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7249/tid=7313] ppid=7248 vsize=721932 CPUtime=138.74 cores=0,2,4,6
/proc/7249/task/7313/stat : 7313 (pb_cplex) S 7248 7248 6062 0 -1 4202560 96615 0 0 0 13842 32 0 0 20 0 8 0 391310764 739258368 138708 33554432000 134512640 146736320 4290702528 3967868560 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7249/tid=7314] ppid=7248 vsize=721932 CPUtime=150.36 cores=0,2,4,6
/proc/7249/task/7314/stat : 7314 (pb_cplex) S 7248 7248 6062 0 -1 4202560 133933 0 0 0 14995 41 0 0 20 0 8 0 391310764 739258368 138708 33554432000 134512640 146736320 4290702528 3957382800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7249/tid=7315] ppid=7248 vsize=721932 CPUtime=137.7 cores=0,2,4,6
/proc/7249/task/7315/stat : 7315 (pb_cplex) S 7248 7248 6062 0 -1 4202560 119241 0 0 0 13731 39 0 0 20 0 8 0 391310764 739258368 138708 33554432000 134512640 146736320 4290702528 3946897040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7249/tid=7316] ppid=7248 vsize=721932 CPUtime=131.21 cores=0,2,4,6
/proc/7249/task/7316/stat : 7316 (pb_cplex) S 7248 7248 6062 0 -1 4202560 98829 0 0 0 13085 36 0 0 20 0 8 0 391310764 739258368 138708 33554432000 134512640 146736320 4290702528 3936411280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7249/tid=7317] ppid=7248 vsize=721932 CPUtime=113.8 cores=0,2,4,6
/proc/7249/task/7317/stat : 7317 (pb_cplex) S 7248 7248 6062 0 -1 4202560 97986 0 0 0 11348 32 0 0 20 0 8 0 391310764 739258368 138708 33554432000 134512640 146736320 4290702528 3925925520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1395.41
Current children cumulated vsize (KiB) 731080

[startup+636.907 s]
/proc/loadavg: 9.00 9.24 6.48 3/186 7318
/proc/meminfo: memFree=23949128/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=443096 CPUtime=1394.1 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 1150673 0 0 0 139071 339 0 0 20 0 1 0 391279765 453730304 84706 33554432000 134512640 146736320 4290702528 4290698496 137341565 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7249/statm: 110774 84706 989 2985 0 107708 0
Current children cumulated CPU time (s) 1394.1
Current children cumulated vsize (KiB) 452244
#
############


[startup+642.3 s]
/proc/loadavg: 8.43 9.12 6.45 10/186 7325
/proc/meminfo: memFree=23981864/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=443096 CPUtime=1399.49 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 1150749 0 0 0 139608 341 0 0 20 0 1 0 391279765 453730304 84782 33554432000 134512640 146736320 4290702528 4290699288 144757825 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7249/statm: 110774 84782 989 2985 0 107708 0
Current children cumulated CPU time (s) 1399.49
Current children cumulated vsize (KiB) 452244

[startup+702.3 s]
/proc/loadavg: 3.73 7.64 6.11 2/173 7356
/proc/meminfo: memFree=24555284/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=264544 CPUtime=1459.48 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 1150775 0 0 0 145595 353 0 0 20 0 1 0 391279765 270893056 52704 33554432000 134512640 146736320 4290702528 4290696716 136388866 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7249/statm: 66136 52704 992 2985 0 63070 0
Current children cumulated CPU time (s) 1459.48
Current children cumulated vsize (KiB) 273692

[startup+762.306 s]
/proc/loadavg: 2.00 6.43 5.79 2/179 7363
/proc/meminfo: memFree=24463280/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=431700 CPUtime=1519.48 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 1185176 0 0 0 151589 359 0 0 20 0 8 0 391279765 442060800 75733 33554432000 134512640 146736320 4290702528 4290694984 135526548 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7249/statm: 107925 75733 995 2985 0 104859 0
[pid=7249/tid=7357] ppid=7248 vsize=431700 CPUtime=0 cores=0,2,4,6
/proc/7249/task/7357/stat : 7357 (pb_cplex) S 7248 7248 6062 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391354716 442060800 75733 33554432000 134512640 146736320 4290702528 3925925520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7249/tid=7358] ppid=7248 vsize=431700 CPUtime=0 cores=0,2,4,6
/proc/7249/task/7358/stat : 7358 (pb_cplex) S 7248 7248 6062 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391354716 442060800 75733 33554432000 134512640 146736320 4290702528 3936411280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7249/tid=7359] ppid=7248 vsize=431700 CPUtime=0 cores=0,2,4,6
/proc/7249/task/7359/stat : 7359 (pb_cplex) S 7248 7248 6062 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391354716 442060800 75733 33554432000 134512640 146736320 4290702528 3946897040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7249/tid=7360] ppid=7248 vsize=431700 CPUtime=0 cores=0,2,4,6
/proc/7249/task/7360/stat : 7360 (pb_cplex) S 7248 7248 6062 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391354716 442060800 75733 33554432000 134512640 146736320 4290702528 3957382800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7249/tid=7361] ppid=7248 vsize=431700 CPUtime=0 cores=0,2,4,6
/proc/7249/task/7361/stat : 7361 (pb_cplex) S 7248 7248 6062 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391354716 442060800 75733 33554432000 134512640 146736320 4290702528 4088540816 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7249/tid=7362] ppid=7248 vsize=431700 CPUtime=0 cores=0,2,4,6
/proc/7249/task/7362/stat : 7362 (pb_cplex) S 7248 7248 6062 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391354716 442060800 75733 33554432000 134512640 146736320 4290702528 4078055056 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7249/tid=7363] ppid=7248 vsize=431700 CPUtime=0 cores=0,2,4,6
/proc/7249/task/7363/stat : 7363 (pb_cplex) S 7248 7248 6062 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391354716 442060800 75733 33554432000 134512640 146736320 4290702528 4067569296 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1519.48
Current children cumulated vsize (KiB) 440848

[startup+822.3 s]
/proc/loadavg: 4.91 6.38 5.80 8/179 7364
/proc/meminfo: memFree=24275684/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=644840 CPUtime=1717.99 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 1347635 0 0 0 171397 402 0 0 20 0 8 0 391279765 660316160 122413 33554432000 134512640 146736320 4290702528 4290695236 136385174 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7249/statm: 161210 122413 997 2985 0 158144 0
[pid=7249/tid=7357] ppid=7248 vsize=644840 CPUtime=24.07 cores=0,2,4,6
/proc/7249/task/7357/stat : 7357 (pb_cplex) R 7248 7248 6062 0 -1 4202560 18138 0 0 0 2402 5 0 0 20 0 8 0 391354716 660316160 122413 33554432000 134512640 146736320 4290702528 3925922384 136403109 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=7249/tid=7358] ppid=7248 vsize=644840 CPUtime=23.17 cores=0,2,4,6
/proc/7249/task/7358/stat : 7358 (pb_cplex) R 7248 7248 6062 0 -1 4202560 19981 0 0 0 2313 4 0 0 20 0 8 0 391354716 660316160 122413 33554432000 134512640 146736320 4290702528 3936408144 136403103 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7249/tid=7359] ppid=7248 vsize=644840 CPUtime=24.5 cores=0,2,4,6
/proc/7249/task/7359/stat : 7359 (pb_cplex) R 7248 7248 6062 0 -1 4202560 19223 0 0 0 2445 5 0 0 20 0 8 0 391354716 660316160 122413 33554432000 134512640 146736320 4290702528 3946893520 136008450 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7249/tid=7360] ppid=7248 vsize=644840 CPUtime=23.34 cores=0,2,4,6
/proc/7249/task/7360/stat : 7360 (pb_cplex) R 7248 7248 6062 0 -1 4202560 19941 0 0 0 2329 5 0 0 20 0 8 0 391354716 660316160 122413 33554432000 134512640 146736320 4290702528 3957379664 136403109 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=7249/tid=7361] ppid=7248 vsize=644840 CPUtime=18.68 cores=0,2,4,6
/proc/7249/task/7361/stat : 7361 (pb_cplex) S 7248 7248 6062 0 -1 4202560 20096 0 0 0 1863 5 0 0 20 0 8 0 391354716 660316160 122413 33554432000 134512640 146736320 4290702528 4088540816 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7249/tid=7362] ppid=7248 vsize=644840 CPUtime=23.2 cores=0,2,4,6
/proc/7249/task/7362/stat : 7362 (pb_cplex) R 7248 7248 6062 0 -1 4202560 17403 0 0 0 2316 4 0 0 20 0 8 0 391354716 660316160 122413 33554432000 134512640 146736320 4290702528 4078051396 136385179 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7249/tid=7363] ppid=7248 vsize=644840 CPUtime=23.77 cores=0,2,4,6
/proc/7249/task/7363/stat : 7363 (pb_cplex) R 7248 7248 6062 0 -1 4202560 22975 0 0 0 2370 7 0 0 20 0 8 0 391354716 660316160 122413 33554432000 134512640 146736320 4290702528 4067565680 136384857 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1717.99
Current children cumulated vsize (KiB) 653988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+842.607 s]
/proc/loadavg: 5.05 6.32 5.80 5/179 7364
/proc/meminfo: memFree=24271336/32873844 swapFree=7628/7628
[pid=7248] ppid=7246 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7248/stat : 7248 (run) S 7246 7248 6062 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279764 9367552 270 33554432000 4194304 5064252 140737131767904 140737131766816 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7248/statm: 2287 270 229 213 0 72 0
[pid=7249] ppid=7248 vsize=647956 CPUtime=1798.9 cores=0,2,4,6
/proc/7249/stat : 7249 (pb_cplex) R 7248 7248 6062 0 -1 4202496 1394869 0 0 0 179475 415 0 0 20 0 8 0 391279765 663506944 123544 33554432000 134512640 146736320 4290702528 4290695252 136017474 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7249/statm: 161989 123544 997 2985 0 158923 0
[pid=7249/tid=7357] ppid=7248 vsize=647956 CPUtime=39.78 cores=0,2,4,6
/proc/7249/task/7357/stat : 7357 (pb_cplex) R 7248 7248 6062 0 -1 4202560 26293 0 0 0 3971 7 0 0 20 0 8 0 391354716 663506944 123544 33554432000 134512640 146736320 4290702528 3925922000 136008441 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=7249/tid=7358] ppid=7248 vsize=647956 CPUtime=28.62 cores=0,2,4,6
/proc/7249/task/7358/stat : 7358 (pb_cplex) S 7248 7248 6062 0 -1 4202560 22041 0 0 0 2857 5 0 0 20 0 8 0 391354716 663506944 123544 33554432000 134512640 146736320 4290702528 3936411280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7249/tid=7359] ppid=7248 vsize=647956 CPUtime=34 cores=0,2,4,6
/proc/7249/task/7359/stat : 7359 (pb_cplex) S 7248 7248 6062 0 -1 4202560 28332 0 0 0 3391 9 0 0 20 0 8 0 391354716 663506944 123544 33554432000 134512640 146736320 4290702528 3946897040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7249/tid=7360] ppid=7248 vsize=647956 CPUtime=39.23 cores=0,2,4,6
/proc/7249/task/7360/stat : 7360 (pb_cplex) R 7248 7248 6062 0 -1 4202560 27762 0 0 0 3916 7 0 0 20 0 8 0 391354716 663506944 123544 33554432000 134512640 146736320 4290702528 3957379140 136385177 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7249/tid=7361] ppid=7248 vsize=647956 CPUtime=18.68 cores=0,2,4,6
/proc/7249/task/7361/stat : 7361 (pb_cplex) S 7248 7248 6062 0 -1 4202560 20096 0 0 0 1863 5 0 0 20 0 8 0 391354716 663506944 123544 33554432000 134512640 146736320 4290702528 4088540816 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7249/tid=7362] ppid=7248 vsize=647956 CPUtime=39.91 cores=0,2,4,6
/proc/7249/task/7362/stat : 7362 (pb_cplex) R 7248 7248 6062 0 -1 4202560 26353 0 0 0 3984 7 0 0 20 0 8 0 391354716 663506944 123544 33554432000 134512640 146736320 4290702528 4078051268 135523433 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7249/tid=7363] ppid=7248 vsize=647956 CPUtime=25.91 cores=0,2,4,6
/proc/7249/task/7363/stat : 7363 (pb_cplex) S 7248 7248 6062 0 -1 4202560 26842 0 0 0 2583 8 0 0 20 0 8 0 391354716 663506944 123544 33554432000 134512640 146736320 4290702528 4067569296 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.9
Current children cumulated vsize (KiB) 657104

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7248 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=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 1798.9
#
# 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): 1.31006
#  lost CPU user time (s): 1.45007
#  lost CPU system time (s): -0.14

Real time (s): 842.623
CPU time (s): 1800.21
CPU user time (s): 1796.2
CPU system time (s): 4.01
CPU usage (%): 213.644
Max. virtual memory (cumulated for all children) (KiB): 732468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
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= 1

runsolver used 1.83072 second user time and 5.29519 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-09 16:19:14
IDJOB=3742995
IDBENCH=90572
IDSOLVER=2325
FILE ID=node145/3742995-1339251554
RUNJOBID= node145-1339246834-6078
PBS_JOBID= 14644336
Free space on /tmp= 69504 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_10null0mast_rapportOE1.0_TMAX60_K67_cod1.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742995-1339251554/watcher-3742995-1339251554 -o /tmp/evaluation-result-3742995-1339251554/solver-3742995-1339251554 -C 1800 -W 1900 -M 15500  run HOME/instance-3742995-1339251554.opb

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

MD5SUM BENCH= 31a9ebcc0e27737ae8ea76188c0ed799
RANDOM SEED=1117022230

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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		: 2667.149
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		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        23323404 kB
Buffers:          673944 kB
Cached:          6551528 kB
SwapCached:            4 kB
Active:          5337380 kB
Inactive:        3278992 kB
Active(anon):    1374180 kB
Inactive(anon):    10864 kB
Active(file):    3963200 kB
Inactive(file):  3268128 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108852 kB
Dirty:             19036 kB
Writeback:             0 kB
AnonPages:       1457840 kB
Mapped:            17564 kB
Shmem:               200 kB
Slab:             790484 kB
SReclaimable:     232032 kB
SUnreclaim:       558452 kB
KernelStack:        1544 kB
PageTables:         6864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2376100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1353728 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-3742995-1339251554.opb

Free space on /tmp at the end= 69552 MiB
End job on node145 at 2012-06-09 16:33:19