Trace number 3726625

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 NameAnswerCPU timeWall clock time
pwbo 2.02? 1799.84 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_7-unsat.opb
MD5SUMdcebcc122dcddcac4192e5e5bf5bd3e3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.6313
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables24684
Total number of constraints81656
Number of constraints which are clauses81252
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints404
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 745
Number of bits of the biggest sum of numbers10
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 ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726625-1338657989.opb.
0.00/0.00	c Instance file HOME/instance-3726625-1338657989.opb
0.00/0.00	c File size is 2695060 bytes.
0.19/0.20	c Highest Coefficient sum: 745
0.19/0.20	c ============================[ Problem Statistics ]=============================
0.19/0.20	c |                                                                             |
0.19/0.20	c |  Parsing time:          0.21         s                                      |
0.19/0.20	c |  Number Variables:      24684                                               |
0.19/0.20	c |  Number Clauses:        81252                                               |
0.19/0.20	c |  Number Cardinality:    0                                                   |
0.19/0.20	c |  Number PB Constraints: 404                                                 |
0.19/0.20	c |                                                                             |
0.19/0.24	c |  Problem Type:          Decision                                            |
0.19/0.24	c |  Objective Function:    None                                                |
0.19/0.24	c |                                                                             |
0.19/0.24	c ===============================================================================
1799.49/1800.00	c ===============================================================================
1799.49/1800.00	c Wall Clock Time: 1800.00 s
1799.49/1800.00	s UNKNOWN

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-3726625-1338657989/watcher-3726625-1338657989 -o /tmp/evaluation-result-3726625-1338657989/solver-3726625-1338657989 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726625-1338657989.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: 2.00 2.00 2.00 3/177 24331
/proc/meminfo: memFree=31443384/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=6308 CPUtime=0 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) R 24329 24331 20708 0 -1 4202496 448 0 0 0 0 0 0 0 20 0 1 0 331927534 6459392 400 33554432000 4194304 5964478 140736354705872 140734219529976 4395199 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 1577 400 168 433 0 483 0

[startup+0.0522409 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24331
/proc/meminfo: memFree=31443384/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=11196 CPUtime=0.04 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) R 24329 24331 20708 0 -1 4202496 1767 0 0 0 4 0 0 0 20 0 1 0 331927534 11464704 1719 33554432000 4194304 5964478 140736354705872 140734219529976 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 2799 1720 321 433 0 1705 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11196

[startup+0.100289 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24331
/proc/meminfo: memFree=31443384/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=13640 CPUtime=0.09 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) R 24329 24331 20708 0 -1 4202496 2514 0 0 0 9 0 0 0 20 0 1 0 331927534 13967360 2433 33554432000 4194304 5964478 140736354705872 140734219529976 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 3410 2434 493 433 0 2316 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13640

[startup+0.300164 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24331
/proc/meminfo: memFree=31443384/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=98416 CPUtime=0.28 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 8965 0 0 0 27 1 0 0 20 0 2 0 331927534 100777984 7327 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 24604 7327 186 433 0 24168 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 98416

[startup+0.700111 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24331
/proc/meminfo: memFree=31443384/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=98416 CPUtime=0.69 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 9062 0 0 0 67 2 0 0 20 0 2 0 331927534 100777984 7424 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 24604 7424 187 433 0 24168 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98416

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24333
/proc/meminfo: memFree=31413732/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=98416 CPUtime=1.49 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 9562 0 0 0 147 2 0 0 20 0 2 0 331927534 100777984 7924 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 24604 7924 187 433 0 24168 0
[pid=24331/tid=24333] ppid=24329 vsize=98416 CPUtime=1.27 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 4546 0 0 0 126 1 0 0 20 0 2 0 331927555 100777984 7924 33554432000 4194304 5964478 140736354705872 139817666054184 4399915 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98416

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24333
/proc/meminfo: memFree=31410136/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=98416 CPUtime=3.09 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 10482 0 0 0 307 2 0 0 20 0 2 0 331927534 100777984 8844 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 24604 8845 187 433 0 24168 0
[pid=24331/tid=24333] ppid=24329 vsize=98416 CPUtime=2.87 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 5467 0 0 0 286 1 0 0 20 0 2 0 331927555 100777984 8845 33554432000 4194304 5964478 140736354705872 139817666054184 5136420 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98416

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24333
/proc/meminfo: memFree=31401572/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=98416 CPUtime=6.29 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 12082 0 0 0 626 3 0 0 20 0 2 0 331927534 100777984 10444 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 24604 10444 187 433 0 24168 0
[pid=24331/tid=24333] ppid=24329 vsize=98416 CPUtime=6.07 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 7066 0 0 0 605 2 0 0 20 0 2 0 331927555 100777984 10444 33554432000 4194304 5964478 140736354705872 139817666053944 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98416

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24333
/proc/meminfo: memFree=31393388/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=98416 CPUtime=12.68 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 13208 0 0 0 1265 3 0 0 20 0 2 0 331927534 100777984 11570 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 24604 11570 187 433 0 24168 0
[pid=24331/tid=24333] ppid=24329 vsize=98416 CPUtime=12.48 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 8192 0 0 0 1245 3 0 0 20 0 2 0 331927555 100777984 11570 33554432000 4194304 5964478 140736354705872 139817666053576 4403727 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 98416

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24333
/proc/meminfo: memFree=31374228/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=98416 CPUtime=25.48 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 16983 0 0 0 2544 4 0 0 20 0 2 0 331927534 100777984 15345 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 24604 15345 187 433 0 24168 0
[pid=24331/tid=24333] ppid=24329 vsize=98416 CPUtime=25.28 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 11967 0 0 0 2524 4 0 0 20 0 2 0 331927555 100777984 15345 33554432000 4194304 5964478 140736354705872 139817666053944 4400056 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 98416

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24333
/proc/meminfo: memFree=31345552/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=98416 CPUtime=51.08 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 21863 0 0 0 5102 6 0 0 20 0 2 0 331927534 100777984 20225 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 24604 20225 187 433 0 24168 0
[pid=24331/tid=24333] ppid=24329 vsize=98416 CPUtime=50.88 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 16847 0 0 0 5082 6 0 0 20 0 2 0 331927555 100777984 20225 33554432000 4194304 5964478 140736354705872 139817666054136 4400519 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 98416

[startup+102.306 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 24333
/proc/meminfo: memFree=31285456/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=165576 CPUtime=102.28 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 30481 0 0 0 10217 11 0 0 20 0 2 0 331927534 169549824 28843 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 41394 28843 187 433 0 40958 0
[pid=24331/tid=24333] ppid=24329 vsize=165576 CPUtime=102.08 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 25465 0 0 0 10196 12 0 0 20 0 2 0 331927555 169549824 28843 33554432000 4194304 5964478 140736354705872 139817666053944 4392968 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 165576

[startup+162.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 24334
/proc/meminfo: memFree=31222028/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=231920 CPUtime=162.27 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 40596 0 0 0 16210 17 0 0 20 0 2 0 331927534 237486080 38958 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 57980 38958 187 433 0 57544 0
[pid=24331/tid=24333] ppid=24329 vsize=231920 CPUtime=162.08 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 35580 0 0 0 16189 19 0 0 20 0 2 0 331927555 237486080 38958 33554432000 4194304 5964478 140736354705872 139817666053944 4400519 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 231920

[startup+222.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/180 24337
/proc/meminfo: memFree=31185704/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=231920 CPUtime=222.23 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 44780 0 0 0 22203 20 0 0 20 0 2 0 331927534 237486080 43572 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 57980 43572 187 433 0 57544 0
[pid=24331/tid=24333] ppid=24329 vsize=231920 CPUtime=222.07 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 39764 0 0 0 22183 24 0 0 20 0 2 0 331927555 237486080 43572 33554432000 4194304 5964478 140736354705872 139817666054136 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 231920

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 24337
/proc/meminfo: memFree=31140364/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=297456 CPUtime=282.18 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 55781 0 0 0 28187 31 0 0 20 0 2 0 331927534 304594944 54613 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 74364 54613 187 433 0 73928 0
[pid=24331/tid=24333] ppid=24329 vsize=297456 CPUtime=282.02 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 50765 0 0 0 28167 35 0 0 20 0 2 0 331927555 304594944 54613 33554432000 4194304 5964478 140736354705872 139817666054136 4389543 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 297456

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24337
/proc/meminfo: memFree=31133604/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=297456 CPUtime=342.14 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 56840 0 0 0 34183 31 0 0 20 0 2 0 331927534 304594944 55859 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 74364 55859 187 433 0 73928 0
[pid=24331/tid=24333] ppid=24329 vsize=297456 CPUtime=341.99 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 51824 0 0 0 34163 36 0 0 20 0 2 0 331927555 304594944 55859 33554432000 4194304 5964478 140736354705872 139817666053944 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 297456

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24337
/proc/meminfo: memFree=31103716/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=297456 CPUtime=402.13 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 63935 0 0 0 40175 38 0 0 20 0 2 0 331927534 304594944 62954 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 74364 62954 187 433 0 73928 0
[pid=24331/tid=24333] ppid=24329 vsize=297456 CPUtime=402 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 58919 0 0 0 40156 44 0 0 20 0 2 0 331927555 304594944 62954 33554432000 4194304 5964478 140736354705872 139817666054136 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 297456

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24337
/proc/meminfo: memFree=31074336/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=298672 CPUtime=462.12 cores=0,2,4,6

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

/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 109850 0 0 0 130082 111 0 0 20 0 2 0 331927555 507166720 114324 33554432000 4194304 5964478 140736354705872 139817666054184 4400010 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 495280

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24422
/proc/meminfo: memFree=31084288/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=560816 CPUtime=1361.89 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 121605 0 0 0 136091 98 0 0 20 0 2 0 331927534 574275584 121063 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 140204 121063 187 433 0 139768 0
[pid=24331/tid=24333] ppid=24329 vsize=560816 CPUtime=1361.92 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 116589 0 0 0 136074 118 0 0 20 0 2 0 331927555 574275584 121063 33554432000 4194304 5964478 140736354705872 139817666053944 4400103 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 560816

[startup+1422.31 s]
/proc/loadavg: 2.08 2.03 2.01 3/180 24426
/proc/meminfo: memFree=31047908/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=560816 CPUtime=1421.88 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 127514 0 0 0 142083 105 0 0 20 0 2 0 331927534 574275584 127045 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 140204 127045 187 433 0 139768 0
[pid=24331/tid=24333] ppid=24329 vsize=560816 CPUtime=1421.93 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 122498 0 0 0 142067 126 0 0 20 0 2 0 331927555 574275584 127045 33554432000 4194304 5964478 140736354705872 139817666054136 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 560816

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 24426
/proc/meminfo: memFree=31010296/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=562640 CPUtime=1481.85 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 132517 0 0 0 148073 112 0 0 20 0 2 0 331927534 576143360 132208 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 140660 132208 187 433 0 140224 0
[pid=24331/tid=24333] ppid=24329 vsize=562640 CPUtime=1481.9 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 127501 0 0 0 148056 134 0 0 20 0 2 0 331927555 576143360 132208 33554432000 4194304 5964478 140736354705872 139817666054184 4399926 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 562640

[startup+1542.3 s]
/proc/loadavg: 1.98 2.00 1.99 3/179 24465
/proc/meminfo: memFree=31070792/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=562640 CPUtime=1541.83 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 135665 0 0 0 154068 115 0 0 20 0 2 0 331927534 576143360 135349 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 140660 135349 187 433 0 140224 0
[pid=24331/tid=24333] ppid=24329 vsize=562640 CPUtime=1541.9 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 130649 0 0 0 154052 138 0 0 20 0 2 0 331927555 576143360 135349 33554432000 4194304 5964478 140736354705872 139817666053944 4400044 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 562640

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 24465
/proc/meminfo: memFree=31038240/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=562640 CPUtime=1601.82 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 135787 0 0 0 160067 115 0 0 20 0 2 0 331927534 576143360 135471 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 140660 135471 187 433 0 140224 0
[pid=24331/tid=24333] ppid=24329 vsize=562640 CPUtime=1601.9 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 130771 0 0 0 160051 139 0 0 20 0 2 0 331927555 576143360 135471 33554432000 4194304 5964478 140736354705872 139817666053944 4399969 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 562640

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 24465
/proc/meminfo: memFree=31016912/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=562640 CPUtime=1661.81 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 136004 0 0 0 166066 115 0 0 20 0 2 0 331927534 576143360 135688 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 140660 135688 187 433 0 140224 0
[pid=24331/tid=24333] ppid=24329 vsize=562640 CPUtime=1661.9 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 130988 0 0 0 166050 140 0 0 20 0 2 0 331927555 576143360 135688 33554432000 4194304 5964478 140736354705872 139817666053944 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 562640

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24466
/proc/meminfo: memFree=31012544/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=562640 CPUtime=1721.8 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 136068 0 0 0 172065 115 0 0 20 0 2 0 331927534 576143360 135752 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 140660 135752 187 433 0 140224 0
[pid=24331/tid=24333] ppid=24329 vsize=562640 CPUtime=1721.9 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 131052 0 0 0 172049 141 0 0 20 0 2 0 331927555 576143360 135752 33554432000 4194304 5964478 140736354705872 139817666053944 4400024 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 562640

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24466
/proc/meminfo: memFree=30973516/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=628176 CPUtime=1781.8 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 137724 0 0 0 178063 117 0 0 20 0 2 0 331927534 643252224 137408 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 157044 137408 187 433 0 156608 0
[pid=24331/tid=24333] ppid=24329 vsize=628176 CPUtime=1781.91 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 132708 0 0 0 178047 144 0 0 20 0 2 0 331927555 643252224 137408 33554432000 4194304 5964478 140736354705872 139817666054136 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 628176

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24466
/proc/meminfo: memFree=30962464/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=628176 CPUtime=1791.4 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 138681 0 0 0 179022 118 0 0 20 0 2 0 331927534 643252224 138365 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 157044 138365 187 433 0 156608 0
[pid=24331/tid=24333] ppid=24329 vsize=628176 CPUtime=1791.51 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 133665 0 0 0 179006 145 0 0 20 0 2 0 331927555 643252224 138365 33554432000 4194304 5964478 140736354705872 139817666054136 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 628176

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24466
/proc/meminfo: memFree=30957800/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=628176 CPUtime=1794.59 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 138982 0 0 0 179341 118 0 0 20 0 2 0 331927534 643252224 138666 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 157044 138666 187 433 0 156608 0
[pid=24331/tid=24333] ppid=24329 vsize=628176 CPUtime=1794.71 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 133966 0 0 0 179326 145 0 0 20 0 2 0 331927555 643252224 138666 33554432000 4194304 5964478 140736354705872 139817666054184 4400018 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (KiB) 628176

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24466
/proc/meminfo: memFree=30955320/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=628176 CPUtime=1797.79 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 139290 0 0 0 179660 119 0 0 20 0 2 0 331927534 643252224 138974 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 157044 138974 187 433 0 156608 0
[pid=24331/tid=24333] ppid=24329 vsize=628176 CPUtime=1797.91 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 134274 0 0 0 179645 146 0 0 20 0 2 0 331927555 643252224 138974 33554432000 4194304 5964478 140736354705872 139817666054136 4409285 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1797.79
Current children cumulated vsize (KiB) 628176

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24466
/proc/meminfo: memFree=30954328/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=628176 CPUtime=1798.59 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 139368 0 0 0 179740 119 0 0 20 0 2 0 331927534 643252224 139052 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 157044 139052 187 433 0 156608 0
[pid=24331/tid=24333] ppid=24329 vsize=628176 CPUtime=1798.71 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 134352 0 0 0 179725 146 0 0 20 0 2 0 331927555 643252224 139052 33554432000 4194304 5964478 140736354705872 139817666054136 4222330 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (KiB) 628176

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24466
/proc/meminfo: memFree=30953212/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=628176 CPUtime=1799 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 139402 0 0 0 179781 119 0 0 20 0 2 0 331927534 643252224 139086 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 157044 139086 187 433 0 156608 0
[pid=24331/tid=24333] ppid=24329 vsize=628176 CPUtime=1799.11 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 134386 0 0 0 179765 146 0 0 20 0 2 0 331927555 643252224 139086 33554432000 4194304 5964478 140736354705872 139817666054136 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (KiB) 628176

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24466
/proc/meminfo: memFree=30953212/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=628176 CPUtime=1799.39 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 139437 0 0 0 179820 119 0 0 20 0 2 0 331927534 643252224 139121 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 157044 139121 187 433 0 156608 0
[pid=24331/tid=24333] ppid=24329 vsize=628176 CPUtime=1799.51 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 134421 0 0 0 179805 146 0 0 20 0 2 0 331927555 643252224 139121 33554432000 4194304 5964478 140736354705872 139817666054136 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 628176

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24466
/proc/meminfo: memFree=30953212/32873844 swapFree=7116/7116
[pid=24331] ppid=24329 vsize=628176 CPUtime=1799.49 cores=0,2,4,6
/proc/24331/stat : 24331 (pwbo2.02) S 24329 24331 20708 0 -1 4202496 139447 0 0 0 179830 119 0 0 20 0 2 0 331927534 643252224 139131 33554432000 4194304 5964478 140736354705872 140736354705392 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24331/statm: 157044 139131 187 433 0 156608 0
[pid=24331/tid=24333] ppid=24329 vsize=628176 CPUtime=1799.61 cores=0,2,4,6
/proc/24331/task/24333/stat : 24333 (pwbo2.02) R 24329 24331 20708 0 -1 4202560 134431 0 0 0 179815 146 0 0 20 0 2 0 331927555 643252224 139131 33554432000 4194304 5964478 140736354705872 139817666054136 4400024 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 628176

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.84
CPU user time (s): 1798.35
CPU system time (s): 1.48477
CPU usage (%): 99.9907
Max. virtual memory (cumulated for all children) (KiB): 628176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.35
system time used= 1.48477
maximum resident set size= 556544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139452
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= 235
involuntary context switches= 2188

runsolver used 2.6406 second user time and 7.2089 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-02 19:26:30
IDJOB=3726625
IDBENCH=73968
IDSOLVER=2310
FILE ID=node103/3726625-1338657989
RUNJOBID= node103-1338651532-22210
PBS_JOBID= 14636477
Free space on /tmp= 71128 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12038_7-unsat.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726625-1338657989/watcher-3726625-1338657989 -o /tmp/evaluation-result-3726625-1338657989/solver-3726625-1338657989 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726625-1338657989.opb

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

MD5SUM BENCH= dcebcc122dcddcac4192e5e5bf5bd3e3
RANDOM SEED=1026566461

node103.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.189
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.37
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.189
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.189
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        31443656 kB
Buffers:          123012 kB
Cached:           268780 kB
SwapCached:         5600 kB
Active:           379844 kB
Inactive:         294108 kB
Active(anon):     280028 kB
Inactive(anon):     4628 kB
Active(file):      99816 kB
Inactive(file):   289480 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096280 kB
Dirty:              8164 kB
Writeback:             0 kB
AnonPages:        284492 kB
Mapped:             9436 kB
Shmem:                 0 kB
Slab:             618912 kB
SReclaimable:      59644 kB
SUnreclaim:       559268 kB
KernelStack:        1488 kB
PageTables:         4572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     169268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71120 MiB
End job on node103 at 2012-06-02 19:56:30