Trace number 3743402

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? (exit code) 1213.36 1223.73

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null0mast_rapportOE1.0_TMAX60_K192_cod2.opb
MD5SUM3b8362af58c9130644833689fa0f2100
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
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 6694
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 62779
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3743402-1339251955.opb.
0.00/0.00	c Instance file HOME/instance-3743402-1339251955.opb
0.00/0.00	c File size is 28232497 bytes.
343.53/343.65	c Highest Coefficient sum: 62779
343.53/343.65	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
343.92/344.08	c ============================[ Problem Statistics ]=============================
343.92/344.08	c |                                                                             |
343.92/344.08	c |  Parsing time:          343.86       s                                      |
343.92/344.08	c |  Number Variables:      400896                                              |
344.13/344.25	c |  Number Constraints:    402763                                              |
344.13/344.25	c ===============================================================================
1212.22/1211.46	c Remaining time 1456.00 sec.
1212.22/1211.46	
1212.22/1211.46	There may be further error information in the clone logs.
1212.45/1211.58	Warning: MIP starts not constructed because of out-of-memory status.
1212.55/1211.60	terminate called after throwing an instance of 'IloCplex::Exception'
1213.33/1223.73	HOME/run: line 3: 28158 Aborted                 (core dumped) ./pb_cplex -time-limit=$TIMEOUT -file-format=opb $1

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-3743402-1339251955/watcher-3743402-1339251955 -o /tmp/evaluation-result-3743402-1339251955/solver-3743402-1339251955 -C 1800 -W 1900 -M 15500 run HOME/instance-3743402-1339251955.opb 

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

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


[startup+0 s]
/proc/loadavg: 6.98 5.65 4.73 8/184 28157
/proc/meminfo: memFree=31353776/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0

[startup+0.0303381 s]
/proc/loadavg: 6.98 5.65 4.73 8/184 28157
/proc/meminfo: memFree=31353776/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100214 s]
/proc/loadavg: 6.98 5.65 4.73 8/184 28157
/proc/meminfo: memFree=31353776/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300191 s]
/proc/loadavg: 6.98 5.65 4.73 8/184 28157
/proc/meminfo: memFree=31353776/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700279 s]
/proc/loadavg: 6.98 5.65 4.73 8/184 28157
/proc/meminfo: memFree=31353776/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 6.98 5.65 4.73 8/186 28159
/proc/meminfo: memFree=31330200/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=64744 CPUtime=1.49 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 7534 0 0 0 148 1 0 0 20 0 1 0 391322530 66297856 7140 33554432000 134512640 146736320 4293770544 4293768460 140647813 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 16186 7140 1090 2985 0 6227 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73892

[startup+3.10022 s]
/proc/loadavg: 6.98 5.65 4.73 8/186 28159
/proc/meminfo: memFree=31324232/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=65668 CPUtime=3.08 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 7889 0 0 0 307 1 0 0 20 0 1 0 391322530 67244032 7495 33554432000 134512640 146736320 4293770544 4293768496 134542843 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 16417 7495 1232 2985 0 6458 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 74816

[startup+6.30038 s]
/proc/loadavg: 6.98 5.67 4.74 8/186 28159
/proc/meminfo: memFree=31264036/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=172536 CPUtime=6.29 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 36908 0 0 0 622 7 0 0 20 0 1 0 391322530 176676864 35343 33554432000 134512640 146736320 4293770544 4293768496 134543014 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 43134 35343 4212 2985 0 33175 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 181684

[startup+12.7002 s]
/proc/loadavg: 6.98 5.69 4.75 7/186 28159
/proc/meminfo: memFree=31179264/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=216000 CPUtime=12.69 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 48676 0 0 0 1259 10 0 0 20 0 1 0 391322530 221184000 48454 33554432000 134512640 146736320 4293770544 4293768456 134814118 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 54000 48454 5940 2985 0 44041 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 225148

[startup+25.5002 s]
/proc/loadavg: 6.77 5.71 4.77 7/186 28159
/proc/meminfo: memFree=31170072/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=223868 CPUtime=25.49 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 51876 0 0 0 2538 11 0 0 20 0 1 0 391322530 229240832 51654 33554432000 134512640 146736320 4293770544 4293768496 140681194 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 55967 51654 7181 2985 0 46008 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 233016

[startup+51.1002 s]
/proc/loadavg: 6.43 5.71 4.79 6/186 28159
/proc/meminfo: memFree=31159936/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=224000 CPUtime=51.08 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 51908 0 0 0 5097 11 0 0 20 0 1 0 391322530 229376000 51686 33554432000 134512640 146736320 4293770544 4293768492 140653489 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 56000 51686 7181 2985 0 46041 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 233148

[startup+102.307 s]
/proc/loadavg: 5.62 5.60 4.80 6/186 28159
/proc/meminfo: memFree=31126668/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=224132 CPUtime=102.28 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 51943 0 0 0 10217 11 0 0 20 0 1 0 391322530 229511168 51721 33554432000 134512640 146736320 4293770544 4293768432 141028058 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 56033 51721 7181 2985 0 46074 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 233280

[startup+162.3 s]
/proc/loadavg: 4.48 5.30 4.75 4/186 28159
/proc/meminfo: memFree=31106592/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=224264 CPUtime=162.27 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 51971 0 0 0 16216 11 0 0 20 0 1 0 391322530 229646336 51749 33554432000 134512640 146736320 4293770544 4293768400 140528792 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 56066 51749 7181 2985 0 46107 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 233412

[startup+222.3 s]
/proc/loadavg: 6.04 5.48 4.84 10/186 28160
/proc/meminfo: memFree=31113356/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=224396 CPUtime=222.26 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 51993 0 0 0 22215 11 0 0 20 0 1 0 391322530 229781504 51771 33554432000 134512640 146736320 4293770544 4293768496 140681219 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 56099 51771 7181 2985 0 46140 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 233544

[startup+282.3 s]
/proc/loadavg: 3.68 5.00 4.72 2/173 28191
/proc/meminfo: memFree=31641688/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=224396 CPUtime=282.24 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 52020 0 0 0 28213 11 0 0 20 0 1 0 391322530 229781504 51790 33554432000 134512640 146736320 4293770544 4293768396 134814122 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 56099 51790 7181 2985 0 46140 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 233544

[startup+342.3 s]
/proc/loadavg: 1.98 4.27 4.48 2/172 28191
/proc/meminfo: memFree=31641060/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=224528 CPUtime=342.23 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 52039 0 0 0 34212 11 0 0 20 0 1 0 391322530 229916672 51917 33554432000 134512640 146736320 4293770544 4293768496 140681231 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 56132 51917 7181 2985 0 46173 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 233676

[startup+402.3 s]
/proc/loadavg: 1.36 3.67 4.26 2/172 28191
/proc/meminfo: memFree=31021864/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7

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

[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=1345412 CPUtime=942.12 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 520915 0 0 0 94017 195 0 0 20 0 1 0 391322530 1377701888 211621 33554432000 134512640 146736320 4293770544 4293764600 136475808 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 336353 211621 902 2985 0 333287 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 1354560

[startup+1002.3 s]
/proc/loadavg: 1.03 1.36 2.70 2/172 28197
/proc/meminfo: memFree=30984084/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=1337672 CPUtime=1002.12 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 641752 0 0 0 99966 246 0 0 20 0 1 0 391322530 1369776128 209492 33554432000 134512640 146736320 4293770544 4293764636 135854535 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 334418 209492 902 2985 0 331352 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 1346820

[startup+1062.3 s]
/proc/loadavg: 1.04 1.31 2.59 2/172 28197
/proc/meminfo: memFree=30838420/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=1586168 CPUtime=1062.11 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 780996 0 0 0 105906 305 0 0 20 0 1 0 391322530 1624236032 246945 33554432000 134512640 146736320 4293770544 4293765952 137703343 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 396542 246945 902 2985 0 393476 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 1595316

[startup+1122.3 s]
/proc/loadavg: 1.05 1.26 2.50 2/172 28198
/proc/meminfo: memFree=30944792/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=1366268 CPUtime=1122.09 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 1331737 0 0 0 111677 532 0 0 20 0 1 0 391322530 1399058432 219474 33554432000 134512640 146736320 4293770544 4293764800 139047011 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 341567 219474 905 2985 0 338501 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 1375416

[startup+1182.3 s]
/proc/loadavg: 1.05 1.23 2.40 2/179 28205
/proc/meminfo: memFree=29331588/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=3901700 CPUtime=1182.16 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 1707112 0 0 0 117579 637 0 0 20 0 8 0 391322530 3995340800 621579 33554432000 134512640 146736320 4293770544 4293763352 136007277 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 975425 621579 944 2985 0 972359 0
[pid=28158/tid=28199] ppid=28157 vsize=3901700 CPUtime=0 cores=1,3,5,7
/proc/28158/task/28199/stat : 28199 (pb_cplex) S 28157 28157 27040 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 391438582 3995340800 621579 33554432000 134512640 146736320 4293770544 836652688 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28158/tid=28200] ppid=28157 vsize=3901700 CPUtime=0 cores=1,3,5,7
/proc/28158/task/28200/stat : 28200 (pb_cplex) S 28157 28157 27040 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391438582 3995340800 621579 33554432000 134512640 146736320 4293770544 826166928 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28158/tid=28201] ppid=28157 vsize=3901700 CPUtime=0 cores=1,3,5,7
/proc/28158/task/28201/stat : 28201 (pb_cplex) S 28157 28157 27040 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391438582 3995340800 621579 33554432000 134512640 146736320 4293770544 815681168 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28158/tid=28202] ppid=28157 vsize=3901700 CPUtime=0 cores=1,3,5,7
/proc/28158/task/28202/stat : 28202 (pb_cplex) S 28157 28157 27040 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391438582 3995340800 621579 33554432000 134512640 146736320 4293770544 805195408 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28158/tid=28203] ppid=28157 vsize=3901700 CPUtime=0 cores=1,3,5,7
/proc/28158/task/28203/stat : 28203 (pb_cplex) S 28157 28157 27040 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391438582 3995340800 621579 33554432000 134512640 146736320 4293770544 794709648 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28158/tid=28204] ppid=28157 vsize=3901700 CPUtime=0 cores=1,3,5,7
/proc/28158/task/28204/stat : 28204 (pb_cplex) S 28157 28157 27040 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391438582 3995340800 621579 33554432000 134512640 146736320 4293770544 784223888 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28158/tid=28205] ppid=28157 vsize=3901700 CPUtime=0 cores=1,3,5,7
/proc/28158/task/28205/stat : 28205 (pb_cplex) S 28157 28157 27040 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391438582 3995340800 621579 33554432000 134512640 146736320 4293770544 773738128 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1182.16
Current children cumulated vsize (KiB) 3910848

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

[startup+1203.1 s]
/proc/loadavg: 1.10 1.23 2.38 2/179 28205
/proc/meminfo: memFree=29330152/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=3902804 CPUtime=1202.96 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) R 28157 28157 27040 0 -1 4202496 1717212 0 0 0 119654 642 0 0 20 0 8 0 391322530 3996471296 621839 33554432000 134512640 146736320 4293770544 4293763824 136385268 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28158/statm: 975701 621839 944 2985 0 972635 0
[pid=28158/tid=28199] ppid=28157 vsize=3902804 CPUtime=0 cores=1,3,5,7
/proc/28158/task/28199/stat : 28199 (pb_cplex) S 28157 28157 27040 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 391438582 3996471296 621839 33554432000 134512640 146736320 4293770544 836652688 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28158/tid=28200] ppid=28157 vsize=3902804 CPUtime=0 cores=1,3,5,7
/proc/28158/task/28200/stat : 28200 (pb_cplex) S 28157 28157 27040 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391438582 3996471296 621839 33554432000 134512640 146736320 4293770544 826166928 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28158/tid=28201] ppid=28157 vsize=3902804 CPUtime=0 cores=1,3,5,7
/proc/28158/task/28201/stat : 28201 (pb_cplex) S 28157 28157 27040 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391438582 3996471296 621839 33554432000 134512640 146736320 4293770544 815681168 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28158/tid=28202] ppid=28157 vsize=3902804 CPUtime=0 cores=1,3,5,7
/proc/28158/task/28202/stat : 28202 (pb_cplex) S 28157 28157 27040 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391438582 3996471296 621839 33554432000 134512640 146736320 4293770544 805195408 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28158/tid=28203] ppid=28157 vsize=3902804 CPUtime=0 cores=1,3,5,7
/proc/28158/task/28203/stat : 28203 (pb_cplex) S 28157 28157 27040 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391438582 3996471296 621839 33554432000 134512640 146736320 4293770544 794709648 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28158/tid=28204] ppid=28157 vsize=3902804 CPUtime=0 cores=1,3,5,7
/proc/28158/task/28204/stat : 28204 (pb_cplex) S 28157 28157 27040 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391438582 3996471296 621839 33554432000 134512640 146736320 4293770544 784223888 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28158/tid=28205] ppid=28157 vsize=3902804 CPUtime=0 cores=1,3,5,7
/proc/28158/task/28205/stat : 28205 (pb_cplex) S 28157 28157 27040 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391438582 3996471296 621839 33554432000 134512640 146736320 4293770544 773738128 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1202.96
Current children cumulated vsize (KiB) 3911952

[startup+1215.9 s]
/proc/loadavg: 1.08 1.22 2.36 2/173 28206
/proc/meminfo: memFree=30385088/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=985624 CPUtime=1213.33 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) S 28157 28157 27040 0 -1 4204032 1770900 0 0 0 120575 758 0 0 20 0 1 0 391322530 1009278976 151247 33554432000 134512640 146736320 4293770544 4293769036 144864592 0 0 4096 16387 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/28158/statm: 246406 151247 1268 2985 0 243340 0
Current children cumulated CPU time (s) 1213.33
Current children cumulated vsize (KiB) 994772

[startup+1219.1 s]
/proc/loadavg: 1.23 1.25 2.36 1/173 28206
/proc/meminfo: memFree=30384840/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=985624 CPUtime=1213.33 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) S 28157 28157 27040 0 -1 4204032 1770900 0 0 0 120575 758 0 0 20 0 1 0 391322530 1009278976 151247 33554432000 134512640 146736320 4293770544 4293769036 144864592 0 0 4096 16387 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/28158/statm: 246406 151247 1268 2985 0 243340 0
Current children cumulated CPU time (s) 1213.33
Current children cumulated vsize (KiB) 994772

[startup+1222.3 s]
/proc/loadavg: 1.23 1.25 2.36 1/173 28206
/proc/meminfo: memFree=30384840/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=985624 CPUtime=1213.33 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) S 28157 28157 27040 0 -1 4204032 1770900 0 0 0 120575 758 0 0 20 0 1 0 391322530 1009278976 151247 33554432000 134512640 146736320 4293770544 4293769036 144864592 0 0 4096 16387 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/28158/statm: 246406 151247 1268 2985 0 243340 0
Current children cumulated CPU time (s) 1213.33
Current children cumulated vsize (KiB) 994772

[startup+1223.1 s]
/proc/loadavg: 1.45 1.29 2.37 1/174 28207
/proc/meminfo: memFree=30384956/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=985624 CPUtime=1213.33 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) S 28157 28157 27040 0 -1 4204032 1770900 0 0 0 120575 758 0 0 20 0 1 0 391322530 1009278976 151247 33554432000 134512640 146736320 4293770544 4293769036 144864592 0 0 4096 16387 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/28158/statm: 246406 151247 1268 2985 0 243340 0
Current children cumulated CPU time (s) 1213.33
Current children cumulated vsize (KiB) 994772

[startup+1223.5 s]
/proc/loadavg: 1.45 1.29 2.37 1/174 28207
/proc/meminfo: memFree=30384956/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=985624 CPUtime=1213.33 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) S 28157 28157 27040 0 -1 4204032 1770900 0 0 0 120575 758 0 0 20 0 1 0 391322530 1009278976 151247 33554432000 134512640 146736320 4293770544 4293769036 144864592 0 0 4096 16387 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/28158/statm: 246406 151247 1268 2985 0 243340 0
Current children cumulated CPU time (s) 1213.33
Current children cumulated vsize (KiB) 994772

[startup+1223.7 s]
/proc/loadavg: 1.45 1.29 2.37 1/174 28207
/proc/meminfo: memFree=30384956/32873844 swapFree=7116/7116
[pid=28157] ppid=28155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28157/stat : 28157 (run) S 28155 28157 27040 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391322530 9367552 270 33554432000 4194304 5064252 140736354449104 140736354448016 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28157/statm: 2287 270 229 213 0 72 0
[pid=28158] ppid=28157 vsize=985624 CPUtime=1213.33 cores=1,3,5,7
/proc/28158/stat : 28158 (pb_cplex) S 28157 28157 27040 0 -1 4204032 1770900 0 0 0 120575 758 0 0 20 0 1 0 391322530 1009278976 151247 33554432000 134512640 146736320 4293770544 4293769036 144864592 0 0 4096 16387 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/28158/statm: 246406 151247 1268 2985 0 243340 0
Current children cumulated CPU time (s) 1213.33
Current children cumulated vsize (KiB) 994772

Child status: 134
Real time (s): 1223.73
CPU time (s): 1213.36
CPU user time (s): 1205.76
CPU system time (s): 7.60184
CPU usage (%): 99.1521
Max. virtual memory (cumulated for all children) (KiB): 4129820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1205.76
system time used= 7.60184
maximum resident set size= 2719832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1771267
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= 162285
involuntary context switches= 1392

runsolver used 2.17167 second user time and 7.46486 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-09 16:25:55
IDJOB=3743402
IDBENCH=91083
IDSOLVER=2325
FILE ID=node111/3743402-1339251955
RUNJOBID= node111-1339246833-27057
PBS_JOBID= 14644370
Free space on /tmp= 71232 MiB

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

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

MD5SUM BENCH= 3b8362af58c9130644833689fa0f2100
RANDOM SEED=816551283

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31354056 kB
Buffers:          126452 kB
Cached:           117712 kB
SwapCached:         1320 kB
Active:           651284 kB
Inactive:          41160 kB
Active(anon):     446824 kB
Inactive(anon):     4084 kB
Active(file):     204460 kB
Inactive(file):    37076 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:             44356 kB
Writeback:             0 kB
AnonPages:        456620 kB
Mapped:            12284 kB
Shmem:                 0 kB
Slab:             684816 kB
SReclaimable:     126804 kB
SUnreclaim:       558012 kB
KernelStack:        1512 kB
PageTables:         5344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     734140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 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-3743402-1339251955.opb

Free space on /tmp at the end= 70840 MiB
End job on node111 at 2012-06-09 16:46:21