Trace number 3742885

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.3 850.225

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_20null10mast_rapportOE1.0_TMAX180_K67_cod1.opb
MD5SUMd2bbedf2ff9ef2e6ad23a9f71b3b2a0e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-6444
Best CPU time to get the best result obtained on this benchmark1797.56
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 25674
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 885852
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 885852
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3742885-1339251510.opb.
0.00/0.00	c Instance file HOME/instance-3742885-1339251510.opb
0.00/0.00	c File size is 2728703 bytes.
219.86/219.92	c Highest Coefficient sum: 89280
219.86/219.92	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
219.86/219.97	c ============================[ Problem Statistics ]=============================
219.86/219.97	c |                                                                             |
219.86/219.97	c |  Parsing time:          219.91       s                                      |
219.86/219.97	c |  Number Variables:      40451                                               |
219.86/219.98	c |  Number Constraints:    40950                                               |
219.86/219.98	c ===============================================================================
1798.71/850.21	c Remaining time 1580.09 sec.
1798.71/850.21	c 
1798.71/850.21	c *** INTERRUPTED ***
1798.71/850.22	s UNKNOWN
1798.71/850.22	c Total CPU time              : 1794.95 s
1798.71/850.22	c Memory used           : 616.43 MB
1798.71/850.22	c CPU time              : 1794.95 s
1798.71/850.22	c 
1798.71/850.22	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-3742885-1339251510/watcher-3742885-1339251510 -o /tmp/evaluation-result-3742885-1339251510/solver-3742885-1339251510 -C 1800 -W 1900 -M 15500 run HOME/instance-3742885-1339251510.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.59 5.65 4.42 3/177 2766
/proc/meminfo: memFree=31378652/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0

[startup+0.0809571 s]
/proc/loadavg: 7.59 5.65 4.42 3/177 2766
/proc/meminfo: memFree=31378652/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100288 s]
/proc/loadavg: 7.59 5.65 4.42 3/177 2766
/proc/meminfo: memFree=31378652/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300226 s]
/proc/loadavg: 7.59 5.65 4.42 3/177 2766
/proc/meminfo: memFree=31378652/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700236 s]
/proc/loadavg: 7.59 5.65 4.42 3/177 2766
/proc/meminfo: memFree=31378652/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 7.59 5.65 4.42 3/179 2768
/proc/meminfo: memFree=31373048/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=21180 CPUtime=1.49 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) R 2766 2766 1177 0 -1 4202496 1833 0 0 0 149 0 0 0 20 0 1 0 391275925 21688320 1789 33554432000 134512640 146736320 4294821792 4294716976 140679015 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2767/statm: 5295 1789 347 2985 0 1562 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30328

[startup+3.10027 s]
/proc/loadavg: 7.59 5.65 4.42 3/179 2768
/proc/meminfo: memFree=31372344/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=21312 CPUtime=3.09 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) R 2766 2766 1177 0 -1 4202496 1868 0 0 0 309 0 0 0 20 0 1 0 391275925 21823488 1824 33554432000 134512640 146736320 4294821792 4294716940 134814122 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2767/statm: 5328 1824 347 2985 0 1595 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30460

[startup+6.30027 s]
/proc/loadavg: 7.14 5.59 4.41 3/179 2768
/proc/meminfo: memFree=31372096/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=21616 CPUtime=6.29 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) R 2766 2766 1177 0 -1 4202496 1920 0 0 0 629 0 0 0 20 0 1 0 391275925 22134784 1876 33554432000 134512640 146736320 4294821792 4294716976 140679015 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2767/statm: 5404 1876 347 2985 0 1671 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30764

[startup+12.7003 s]
/proc/loadavg: 6.73 5.53 4.39 3/179 2768
/proc/meminfo: memFree=31370772/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=21748 CPUtime=12.69 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) R 2766 2766 1177 0 -1 4202496 1965 0 0 0 1269 0 0 0 20 0 1 0 391275925 22269952 1921 33554432000 134512640 146736320 4294821792 4294716912 140528805 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2767/statm: 5437 1921 347 2985 0 1704 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30896

[startup+25.5003 s]
/proc/loadavg: 5.68 5.35 4.35 3/179 2768
/proc/meminfo: memFree=31370768/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=22076 CPUtime=25.49 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) R 2766 2766 1177 0 -1 4202496 2053 0 0 0 2549 0 0 0 20 0 1 0 391275925 22605824 2008 33554432000 134512640 146736320 4294821792 4294717004 140679008 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2767/statm: 5519 2008 347 2985 0 1786 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31224

[startup+51.1003 s]
/proc/loadavg: 4.42 5.08 4.29 3/186 2775
/proc/meminfo: memFree=31344732/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=22604 CPUtime=51.08 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) R 2766 2766 1177 0 -1 4202496 2173 0 0 0 5108 0 0 0 20 0 1 0 391275925 23146496 2129 33554432000 134512640 146736320 4294821792 4294716972 134814122 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2767/statm: 5651 2129 347 2985 0 1918 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31752

[startup+102.306 s]
/proc/loadavg: 6.15 5.38 4.43 10/187 2778
/proc/meminfo: memFree=31301848/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=34864 CPUtime=102.27 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) R 2766 2766 1177 0 -1 4202496 5999 0 0 0 10227 0 0 0 20 0 1 0 391275925 35700736 5784 33554432000 134512640 146736320 4294821792 4294819772 140648081 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2767/statm: 8716 5784 955 2985 0 4983 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 44012

[startup+162.3 s]
/proc/loadavg: 4.95 5.28 4.46 3/186 2778
/proc/meminfo: memFree=31296388/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=34996 CPUtime=162.25 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) R 2766 2766 1177 0 -1 4202496 6038 0 0 0 16225 0 0 0 20 0 1 0 391275925 35835904 5821 33554432000 134512640 146736320 4294821792 4294819676 141014065 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2767/statm: 8749 5821 955 2985 0 5016 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 44144

[startup+222.3 s]
/proc/loadavg: 5.58 5.27 4.50 10/186 2779
/proc/meminfo: memFree=31230416/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=126708 CPUtime=222.24 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) R 2766 2766 1177 0 -1 4202496 43255 0 0 0 22217 7 0 0 20 0 1 0 391275925 129748992 20176 33554432000 134512640 146736320 4294821792 4294815928 136413251 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2767/statm: 31677 20176 896 2985 0 28611 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 135856

[startup+282.3 s]
/proc/loadavg: 7.80 5.96 4.78 10/186 2779
/proc/meminfo: memFree=31216092/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=133276 CPUtime=282.22 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) R 2766 2766 1177 0 -1 4202496 141380 0 0 0 28195 27 0 0 20 0 1 0 391275925 136474624 23239 33554432000 134512640 146736320 4294821792 4294815900 135855174 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/2767/statm: 33319 23239 928 2985 0 30253 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 142424

[startup+342.301 s]
/proc/loadavg: 8.48 6.50 5.04 10/193 2786
/proc/meminfo: memFree=31036840/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=435888 CPUtime=342.22 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) R 2766 2766 1177 0 -1 4202496 304696 0 0 0 34165 57 0 0 20 0 8 0 391275925 446349312 67063 33554432000 134512640 146736320 4294821792 4294814112 139023078 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2767/statm: 108972 67063 963 2985 0 105906 0
[pid=2767/tid=2780] ppid=2766 vsize=435888 CPUtime=0 cores=0,2,4,6
/proc/2767/task/2780/stat : 2780 (pb_cplex) S 2766 2766 1177 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 391307856 446349312 67063 33554432000 134512640 146736320 4294821792 4002115216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2767/tid=2781] ppid=2766 vsize=435888 CPUtime=0 cores=0,2,4,6
/proc/2767/task/2781/stat : 2781 (pb_cplex) S 2766 2766 1177 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391307856 446349312 67063 33554432000 134512640 146736320 4294821792 3991629456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2767/tid=2782] ppid=2766 vsize=435888 CPUtime=0 cores=0,2,4,6
/proc/2767/task/2782/stat : 2782 (pb_cplex) S 2766 2766 1177 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391307856 446349312 67063 33554432000 134512640 146736320 4294821792 3981143696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2767/tid=2783] ppid=2766 vsize=435888 CPUtime=0 cores=0,2,4,6

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

[pid=2767/tid=2781] ppid=2766 vsize=713928 CPUtime=121.17 cores=0,2,4,6
/proc/2767/task/2781/stat : 2781 (pb_cplex) R 2766 2766 1177 0 -1 4202560 81714 0 0 0 12094 23 0 0 20 0 8 0 391307856 731062272 136951 33554432000 134512640 146736320 4294821792 3991625776 136384852 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2767/tid=2782] ppid=2766 vsize=713928 CPUtime=185.97 cores=0,2,4,6
/proc/2767/task/2782/stat : 2782 (pb_cplex) R 2766 2766 1177 0 -1 4202560 104839 0 0 0 18567 30 0 0 20 0 8 0 391307856 731062272 136951 33554432000 134512640 146736320 4294821792 3981139088 136008441 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2767/tid=2783] ppid=2766 vsize=713928 CPUtime=91.19 cores=0,2,4,6
/proc/2767/task/2783/stat : 2783 (pb_cplex) R 2766 2766 1177 0 -1 4202560 108531 0 0 0 9086 33 0 0 20 0 8 0 391307856 731062272 136951 33554432000 134512640 146736320 4294821792 3970653856 139023093 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2767/tid=2784] ppid=2766 vsize=713928 CPUtime=122.99 cores=0,2,4,6
/proc/2767/task/2784/stat : 2784 (pb_cplex) R 2766 2766 1177 0 -1 4202560 81848 0 0 0 12274 25 0 0 20 0 8 0 391307856 731062272 136951 33554432000 134512640 146736320 4294821792 3960168656 136008446 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2767/tid=2785] ppid=2766 vsize=713928 CPUtime=123.38 cores=0,2,4,6
/proc/2767/task/2785/stat : 2785 (pb_cplex) R 2766 2766 1177 0 -1 4202560 112015 0 0 0 12303 35 0 0 20 0 8 0 391307856 731062272 136951 33554432000 134512640 146736320 4294821792 3949682780 135855165 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2767/tid=2786] ppid=2766 vsize=713928 CPUtime=68.65 cores=0,2,4,6
/proc/2767/task/2786/stat : 2786 (pb_cplex) R 2766 2766 1177 0 -1 4202560 81686 0 0 0 6840 25 0 0 20 0 8 0 391307856 731062272 136951 33554432000 134512640 146736320 4294821792 3939196828 136405694 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1303.59
Current children cumulated vsize (KiB) 723076

############
# WARNING:
# current cumulated CPU time (1507.27 s) is less than in the last sample (1508.86 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1.59009 s) to the 'lost time'.

[startup+701.201 s]
/proc/loadavg: 8.71 8.58 6.54 7/194 2911
/proc/meminfo: memFree=30075148/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=720088 CPUtime=1508.86 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) S 2766 2766 1177 0 -1 4202496 1149096 0 0 0 150581 305 0 0 20 0 8 0 391275925 737370112 139549 33554432000 134512640 146736320 4294821792 4294818192 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/2767/statm: 180022 139549 976 2985 0 176956 0
[pid=2767/tid=2780] ppid=2766 vsize=720088 CPUtime=198.41 cores=0,2,4,6
/proc/2767/task/2780/stat : 2780 (pb_cplex) S 2766 2766 1177 0 -1 4202560 88471 0 0 0 19814 27 0 0 20 0 8 0 391307856 737370112 139549 33554432000 134512640 146736320 4294821792 4002115216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2767/tid=2781] ppid=2766 vsize=720088 CPUtime=150.35 cores=0,2,4,6
/proc/2767/task/2781/stat : 2781 (pb_cplex) S 2766 2766 1177 0 -1 4202560 104987 0 0 0 15005 30 0 0 20 0 8 0 391307856 737370112 139549 33554432000 134512640 146736320 4294821792 3991629456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2767/tid=2782] ppid=2766 vsize=720088 CPUtime=208.58 cores=0,2,4,6
/proc/2767/task/2782/stat : 2782 (pb_cplex) S 2766 2766 1177 0 -1 4202560 113714 0 0 0 20822 36 0 0 20 0 8 0 391307856 737370112 139549 33554432000 134512640 146736320 4294821792 3981143696 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2767/tid=2783] ppid=2766 vsize=720088 CPUtime=119.79 cores=0,2,4,6
/proc/2767/task/2783/stat : 2783 (pb_cplex) S 2766 2766 1177 0 -1 4202560 117583 0 0 0 11943 36 0 0 20 0 8 0 391307856 737370112 139549 33554432000 134512640 146736320 4294821792 3970657936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2767/tid=2784] ppid=2766 vsize=720088 CPUtime=161.7 cores=0,2,4,6
/proc/2767/task/2784/stat : 2784 (pb_cplex) R 2766 2766 1177 0 -1 4202560 100977 0 0 0 16139 31 0 0 20 0 8 0 391307856 737370112 139549 33554432000 134512640 146736320 4294821792 3960168516 136385177 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2767/tid=2785] ppid=2766 vsize=720088 CPUtime=152.39 cores=0,2,4,6
/proc/2767/task/2785/stat : 2785 (pb_cplex) S 2766 2766 1177 0 -1 4202560 125764 0 0 0 15199 40 0 0 20 0 8 0 391307856 737370112 139549 33554432000 134512640 146736320 4294821792 3949686416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2767/tid=2786] ppid=2766 vsize=720088 CPUtime=85.13 cores=0,2,4,6
/proc/2767/task/2786/stat : 2786 (pb_cplex) S 2766 2766 1177 0 -1 4202560 91900 0 0 0 8485 28 0 0 20 0 8 0 391307856 737370112 139549 33554432000 134512640 146736320 4294821792 3939200656 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1508.86
Current children cumulated vsize (KiB) 729236

[startup+701.3 s]
/proc/loadavg: 8.71 8.58 6.54 7/194 2911
/proc/meminfo: memFree=30075148/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=476144 CPUtime=1507.27 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) R 2766 2766 1177 0 -1 4202496 1149534 0 0 0 150403 324 0 0 20 0 1 0 391275925 487571456 92068 33554432000 134512640 146736320 4294821792 4294819336 137650589 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2767/statm: 119036 92068 976 2985 0 115970 0
Current children cumulated CPU time (s) 1507.27
Current children cumulated vsize (KiB) 485292
#
############


[startup+702.3 s]
/proc/loadavg: 8.71 8.58 6.54 7/187 2911
/proc/meminfo: memFree=30265372/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=476144 CPUtime=1508.27 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) R 2766 2766 1177 0 -1 4202496 1149630 0 0 0 150503 324 0 0 20 0 1 0 391275925 487571456 92164 33554432000 134512640 146736320 4294821792 4294817776 137361234 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2767/statm: 119036 92164 976 2985 0 115970 0
Current children cumulated CPU time (s) 1508.27
Current children cumulated vsize (KiB) 485292

[startup+762.307 s]
/proc/loadavg: 7.49 8.29 6.57 5/186 2911
/proc/meminfo: memFree=30337616/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=306772 CPUtime=1568.27 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) R 2766 2766 1177 0 -1 4202496 1149667 0 0 0 156492 335 0 0 20 0 1 0 391275925 314134528 63334 33554432000 134512640 146736320 4294821792 4294815240 135525914 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2767/statm: 76693 63334 978 2985 0 73627 0
Current children cumulated CPU time (s) 1568.27
Current children cumulated vsize (KiB) 315920

[startup+822.301 s]
/proc/loadavg: 8.77 8.35 6.69 13/193 2919
/proc/meminfo: memFree=30137928/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=622944 CPUtime=1698.04 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) S 2766 2766 1177 0 -1 4202496 1230689 0 0 0 169443 361 0 0 20 0 8 0 391275925 637894656 112509 33554432000 134512640 146736320 4294821792 4294818192 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/2767/statm: 155736 112509 981 2985 0 152670 0
[pid=2767/tid=2912] ppid=2766 vsize=622944 CPUtime=13.99 cores=0,2,4,6
/proc/2767/task/2912/stat : 2912 (pb_cplex) R 2766 2766 1177 0 -1 4202560 8520 0 0 0 1396 3 0 0 20 0 8 0 391354978 637894656 112509 33554432000 134512640 146736320 4294821792 3939197020 135855174 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2767/tid=2913] ppid=2766 vsize=622944 CPUtime=13.36 cores=0,2,4,6
/proc/2767/task/2913/stat : 2913 (pb_cplex) R 2766 2766 1177 0 -1 4202560 8650 0 0 0 1333 3 0 0 20 0 8 0 391354978 637894656 112509 33554432000 134512640 146736320 4294821792 3949682848 136006275 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2767/tid=2914] ppid=2766 vsize=622944 CPUtime=13.96 cores=0,2,4,6
/proc/2767/task/2914/stat : 2914 (pb_cplex) R 2766 2766 1177 0 -1 4202560 8080 0 0 0 1394 2 0 0 20 0 8 0 391354978 637894656 112509 33554432000 134512640 146736320 4294821792 3960168516 136385170 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2767/tid=2915] ppid=2766 vsize=622944 CPUtime=13.91 cores=0,2,4,6
/proc/2767/task/2915/stat : 2915 (pb_cplex) R 2766 2766 1177 0 -1 4202560 7485 0 0 0 1389 2 0 0 20 0 8 0 391354978 637894656 112509 33554432000 134512640 146736320 4294821792 3970654800 136403112 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2767/tid=2916] ppid=2766 vsize=622944 CPUtime=13.52 cores=0,2,4,6
/proc/2767/task/2916/stat : 2916 (pb_cplex) R 2766 2766 1177 0 -1 4202560 8354 0 0 0 1350 2 0 0 20 0 8 0 391354978 637894656 112509 33554432000 134512640 146736320 4294821792 4102193220 136385177 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2767/tid=2917] ppid=2766 vsize=622944 CPUtime=7.07 cores=0,2,4,6
/proc/2767/task/2917/stat : 2917 (pb_cplex) S 2766 2766 1177 0 -1 4202560 6653 0 0 0 705 2 0 0 20 0 8 0 391354978 637894656 112509 33554432000 134512640 146736320 4294821792 4091711120 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2767/tid=2918] ppid=2766 vsize=622944 CPUtime=13.83 cores=0,2,4,6
/proc/2767/task/2918/stat : 2918 (pb_cplex) R 2766 2766 1177 0 -1 4202560 8019 0 0 0 1380 3 0 0 20 0 8 0 391354978 637894656 112509 33554432000 134512640 146736320 4294821792 4081221568 136403494 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1698.04
Current children cumulated vsize (KiB) 632092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+850.201 s]
/proc/loadavg: 8.64 8.37 6.75 6/194 2920
/proc/meminfo: memFree=30108176/32873844 swapFree=7120/7120
[pid=2766] ppid=2764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2766/stat : 2766 (run) S 2764 2766 1177 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391275925 9367552 269 33554432000 4194304 5064252 140735345586224 140735345585136 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2766/statm: 2287 269 229 213 0 72 0
[pid=2767] ppid=2766 vsize=631216 CPUtime=1798.71 cores=0,2,4,6
/proc/2767/stat : 2767 (pb_cplex) S 2766 2766 1177 0 -1 4202496 1274796 0 0 0 179493 378 0 0 20 0 8 0 391275925 646365184 115011 33554432000 134512640 146736320 4294821792 4294818192 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/2767/statm: 157804 115011 987 2985 0 154738 0
[pid=2767/tid=2912] ppid=2766 vsize=631216 CPUtime=38.2 cores=0,2,4,6
/proc/2767/task/2912/stat : 2912 (pb_cplex) R 2766 2766 1177 0 -1 4202560 20771 0 0 0 3814 6 0 0 20 0 8 0 391354978 646365184 115011 33554432000 134512640 146736320 4294821792 3939197672 136000404 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2767/tid=2913] ppid=2766 vsize=631216 CPUtime=38.41 cores=0,2,4,6
/proc/2767/task/2913/stat : 2913 (pb_cplex) R 2766 2766 1177 0 -1 4202560 21509 0 0 0 3833 8 0 0 20 0 8 0 391354978 646365184 115011 33554432000 134512640 146736320 4294821792 3949682780 135855170 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2767/tid=2914] ppid=2766 vsize=631216 CPUtime=38.11 cores=0,2,4,6
/proc/2767/task/2914/stat : 2914 (pb_cplex) R 2766 2766 1177 0 -1 4202560 18063 0 0 0 3805 6 0 0 20 0 8 0 391354978 646365184 115011 33554432000 134512640 146736320 4294821792 3960168540 135855174 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2767/tid=2915] ppid=2766 vsize=631216 CPUtime=28 cores=0,2,4,6
/proc/2767/task/2915/stat : 2915 (pb_cplex) S 2766 2766 1177 0 -1 4202560 10691 0 0 0 2796 4 0 0 20 0 8 0 391354978 646365184 115011 33554432000 134512640 146736320 4294821792 3970657936 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2767/tid=2916] ppid=2766 vsize=631216 CPUtime=25.97 cores=0,2,4,6
/proc/2767/task/2916/stat : 2916 (pb_cplex) S 2766 2766 1177 0 -1 4202560 13555 0 0 0 2592 5 0 0 20 0 8 0 391354978 646365184 115011 33554432000 134512640 146736320 4294821792 4102196880 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2767/tid=2917] ppid=2766 vsize=631216 CPUtime=7.07 cores=0,2,4,6
/proc/2767/task/2917/stat : 2917 (pb_cplex) S 2766 2766 1177 0 -1 4202560 6653 0 0 0 705 2 0 0 20 0 8 0 391354978 646365184 115011 33554432000 134512640 146736320 4294821792 4091711120 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2767/tid=2918] ppid=2766 vsize=631216 CPUtime=14.38 cores=0,2,4,6
/proc/2767/task/2918/stat : 2918 (pb_cplex) S 2766 2766 1177 0 -1 4202560 8626 0 0 0 1435 3 0 0 20 0 8 0 391354978 646365184 115011 33554432000 134512640 146736320 4294821792 4081225360 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.71
Current children cumulated vsize (KiB) 640364

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 2766 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 1798.71
#
# 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.59009
#  lost CPU user time (s): 1.78003
#  lost CPU system time (s): -0.19

Real time (s): 850.225
CPU time (s): 1800.3
CPU user time (s): 1796.71
CPU system time (s): 3.59
CPU usage (%): 211.744
Max. virtual memory (cumulated for all children) (KiB): 730312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 353
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.9627 second user time and 5.2832 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-09 16:18:30
IDJOB=3742885
IDBENCH=90421
IDSOLVER=2325
FILE ID=node142/3742885-1339251510
RUNJOBID= node142-1339247525-1193
PBS_JOBID= 14644380
Free space on /tmp= 71444 MiB

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

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

MD5SUM BENCH= d2bbedf2ff9ef2e6ad23a9f71b3b2a0e
RANDOM SEED=1915316962

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.776
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:        31378808 kB
Buffers:          336276 kB
Cached:           235200 kB
SwapCached:         1676 kB
Active:           542564 kB
Inactive:          53384 kB
Active(anon):      23392 kB
Inactive(anon):     2184 kB
Active(file):     519172 kB
Inactive(file):    51200 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67100604 kB
Dirty:             19400 kB
Writeback:             0 kB
AnonPages:        102300 kB
Mapped:            12328 kB
Shmem:                 4 kB
Slab:             758468 kB
SReclaimable:     200304 kB
SUnreclaim:       558164 kB
KernelStack:        1544 kB
PageTables:         3720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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-3742885-1339251510.opb

Free space on /tmp at the end= 71420 MiB
End job on node142 at 2012-06-09 16:32:43