Trace number 3704243

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.0UNSAT 1077.05 1077.36

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM3764cf8f4e2d3654f46ab0ec56ea8581
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark369.578
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704243-1338091013.opb.
0.00/0.00	c Instance file HOME/instance-3704243-1338091013.opb
0.00/0.00	c File size is 17269096 bytes.
1.19/1.26	c Highest Coefficient sum: 512
1.19/1.26	c ============================[ Problem Statistics ]=============================
1.19/1.26	c |                                                                             |
1.19/1.26	c |  Parsing time:          1.27         s                                      |
1.19/1.26	c |  Number Variables:      168111                                              |
1.19/1.26	c |  Number Clauses:        468727                                              |
1.19/1.26	c |  Number Cardinality:    0                                                   |
1.19/1.26	c |  Number PB Constraints: 18798                                               |
1.19/1.26	c |                                                                             |
1.50/1.56	c |  Problem Type:          Decision                                            |
1.50/1.56	c |  Objective Function:    None                                                |
1.50/1.56	c |                                                                             |
1.50/1.56	c ===============================================================================
1077.05/1077.35	c ===============================================================================
1077.05/1077.35	c Wall Clock Time: 1077.36 s
1077.05/1077.35	s UNSATISFIABLE

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-3704243-1338091013/watcher-3704243-1338091013 -o /tmp/evaluation-result-3704243-1338091013/solver-3704243-1338091013 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704243-1338091013.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 1.93 3/177 13743
/proc/meminfo: memFree=27494768/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=20292 CPUtime=0 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) R 13741 13743 12898 0 -1 4202496 378 0 0 0 0 0 0 0 20 0 1 0 275227058 20779008 330 33554432000 4194304 5965102 140734756550848 140733627762552 5162665 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 5073 330 172 433 0 420 0

[startup+0.048383 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 13743
/proc/meminfo: memFree=27494768/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=24028 CPUtime=0.04 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) R 13741 13743 12898 0 -1 4202496 1407 0 0 0 4 0 0 0 20 0 1 0 275227058 24604672 1359 33554432000 4194304 5965102 140734756550848 140733627762552 4348482 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 6007 1359 323 433 0 1354 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24028

[startup+0.100177 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 13743
/proc/meminfo: memFree=27494768/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=28356 CPUtime=0.09 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) R 13741 13743 12898 0 -1 4202496 2618 0 0 0 9 0 0 0 20 0 1 0 275227058 29036544 2537 33554432000 4194304 5965102 140734756550848 140733627762552 4396446 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 7089 2538 498 433 0 2436 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28356

[startup+0.300217 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 13743
/proc/meminfo: memFree=27494768/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=45284 CPUtime=0.29 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) R 13741 13743 12898 0 -1 4202496 7453 0 0 0 28 1 0 0 20 0 1 0 275227058 46370816 6927 33554432000 4194304 5965102 140734756550848 140734756548552 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 11321 6929 1143 433 0 6668 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45284

[startup+0.700228 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 13743
/proc/meminfo: memFree=27494768/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=76756 CPUtime=0.69 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) R 13741 13743 12898 0 -1 4202496 16571 0 0 0 67 2 0 0 20 0 1 0 275227058 78598144 15387 33554432000 4194304 5965102 140734756550848 140734756548792 4351008 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 19189 15388 2437 433 0 14536 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76756

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13744
/proc/meminfo: memFree=27422064/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=201756 CPUtime=1.5 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 47962 0 0 0 142 8 0 0 20 0 2 0 275227058 206598144 43169 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 50439 43170 176 433 0 50003 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 201756

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13745
/proc/meminfo: memFree=27263832/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=262488 CPUtime=3.09 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 67602 0 0 0 298 11 0 0 20 0 2 0 275227058 268787712 57815 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 65622 57815 191 433 0 65186 0
[pid=13743/tid=13745] ppid=13741 vsize=262488 CPUtime=1.81 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 37820 0 0 0 176 5 0 0 20 0 2 0 275227185 268787712 57815 33554432000 4194304 5965102 140734756550848 140546297719576 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 262488

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13745
/proc/meminfo: memFree=27260972/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=262488 CPUtime=6.29 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 67602 0 0 0 618 11 0 0 20 0 2 0 275227058 268787712 57815 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 65622 57815 191 433 0 65186 0
[pid=13743/tid=13745] ppid=13741 vsize=262488 CPUtime=5 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 37820 0 0 0 495 5 0 0 20 0 2 0 275227185 268787712 57815 33554432000 4194304 5965102 140734756550848 140546297718584 4400955 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 262488

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13745
/proc/meminfo: memFree=27257532/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=262488 CPUtime=12.69 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 67868 0 0 0 1258 11 0 0 20 0 2 0 275227058 268787712 58081 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 65622 58081 191 433 0 65186 0
[pid=13743/tid=13745] ppid=13741 vsize=262488 CPUtime=11.39 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 38086 0 0 0 1134 5 0 0 20 0 2 0 275227185 268787712 58081 33554432000 4194304 5965102 140734756550848 140546297718824 4404416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 262488

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13745
/proc/meminfo: memFree=27251712/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=262488 CPUtime=25.49 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 68526 0 0 0 2537 12 0 0 20 0 2 0 275227058 268787712 58739 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 65622 58739 191 433 0 65186 0
[pid=13743/tid=13745] ppid=13741 vsize=262488 CPUtime=24.15 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 38744 0 0 0 2409 6 0 0 20 0 2 0 275227185 268787712 58739 33554432000 4194304 5965102 140734756550848 140546297718776 4393813 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 262488

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13745
/proc/meminfo: memFree=27236708/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=328024 CPUtime=51.08 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 70447 0 0 0 5095 13 0 0 20 0 2 0 275227058 335896576 60660 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 82006 60660 191 433 0 81570 0
[pid=13743/tid=13745] ppid=13741 vsize=328024 CPUtime=49.69 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 40665 0 0 0 4962 7 0 0 20 0 2 0 275227185 335896576 60660 33554432000 4194304 5965102 140734756550848 140546297718824 4388988 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 328024

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13745
/proc/meminfo: memFree=27216368/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=328024 CPUtime=102.28 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 74280 0 0 0 10212 16 0 0 20 0 2 0 275227058 335896576 64493 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 82006 64493 191 433 0 81570 0
[pid=13743/tid=13745] ppid=13741 vsize=328024 CPUtime=100.76 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 44498 0 0 0 10065 11 0 0 20 0 2 0 275227185 335896576 64493 33554432000 4194304 5965102 140734756550848 140546297718776 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 328024

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13745
/proc/meminfo: memFree=27173492/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=328024 CPUtime=162.26 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 78258 0 0 0 16207 19 0 0 20 0 2 0 275227058 335896576 69188 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 82006 69188 191 433 0 81570 0
[pid=13743/tid=13745] ppid=13741 vsize=328024 CPUtime=160.59 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 48476 0 0 0 16045 14 0 0 20 0 2 0 275227185 335896576 69188 33554432000 4194304 5965102 140734756550848 140546297718824 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 328024

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 13749
/proc/meminfo: memFree=27155180/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=328024 CPUtime=222.22 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 81147 0 0 0 22201 21 0 0 20 0 2 0 275227058 335896576 72493 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 82006 72493 191 433 0 81570 0
[pid=13743/tid=13745] ppid=13741 vsize=328024 CPUtime=220.42 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 51365 0 0 0 22024 18 0 0 20 0 2 0 275227185 335896576 72493 33554432000 4194304 5965102 140734756550848 140546297718584 4401536 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 328024

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 13772
/proc/meminfo: memFree=27143460/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=328024 CPUtime=282.21 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 83735 0 0 0 28198 23 0 0 20 0 2 0 275227058 335896576 75119 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 82006 75119 191 433 0 81570 0
[pid=13743/tid=13745] ppid=13741 vsize=328024 CPUtime=280.26 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 53953 0 0 0 28005 21 0 0 20 0 2 0 275227185 335896576 75119 33554432000 4194304 5965102 140734756550848 140546297718824 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 328024

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13850
/proc/meminfo: memFree=27293616/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=393560 CPUtime=342.2 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 86234 0 0 0 34195 25 0 0 20 0 2 0 275227058 403005440 77618 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 98390 77618 191 433 0 97954 0
[pid=13743/tid=13745] ppid=13741 vsize=393560 CPUtime=340.11 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 56452 0 0 0 33987 24 0 0 20 0 2 0 275227185 403005440 77618 33554432000 4194304 5965102 140734756550848 140546297718824 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 393560

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13850
/proc/meminfo: memFree=27171116/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=393560 CPUtime=402.18 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 88584 0 0 0 40191 27 0 0 20 0 2 0 275227058 403005440 80044 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 98390 80044 191 433 0 97954 0
[pid=13743/tid=13745] ppid=13741 vsize=393560 CPUtime=399.94 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 58802 0 0 0 39967 27 0 0 20 0 2 0 275227185 403005440 80044 33554432000 4194304 5965102 140734756550848 140546297718776 4393958 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 393560

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13850
/proc/meminfo: memFree=27084440/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=393560 CPUtime=462.17 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 90349 0 0 0 46189 28 0 0 20 0 2 0 275227058 403005440 81808 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 98390 81808 191 433 0 97954 0

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


[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13851
/proc/meminfo: memFree=26982284/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=393560 CPUtime=642.15 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 94873 0 0 0 64183 32 0 0 20 0 2 0 275227058 403005440 86843 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 98390 86843 191 433 0 97954 0
[pid=13743/tid=13745] ppid=13741 vsize=393560 CPUtime=639.33 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 65091 0 0 0 63898 35 0 0 20 0 2 0 275227185 403005440 86843 33554432000 4194304 5965102 140734756550848 140546297718824 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 393560

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13851
/proc/meminfo: memFree=26971604/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=393560 CPUtime=702.14 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 96597 0 0 0 70181 33 0 0 20 0 2 0 275227058 403005440 88567 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 98390 88567 191 433 0 97954 0
[pid=13743/tid=13745] ppid=13741 vsize=393560 CPUtime=699.17 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 66815 0 0 0 69880 37 0 0 20 0 2 0 275227185 403005440 88567 33554432000 4194304 5965102 140734756550848 140546297718776 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 702.14
Current children cumulated vsize (KiB) 393560

[startup+762.307 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 13851
/proc/meminfo: memFree=26959768/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=393560 CPUtime=762.13 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 97892 0 0 0 76179 34 0 0 20 0 2 0 275227058 403005440 89907 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 98390 89907 191 433 0 97954 0
[pid=13743/tid=13745] ppid=13741 vsize=393560 CPUtime=759.02 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 68110 0 0 0 75864 38 0 0 20 0 2 0 275227185 403005440 89907 33554432000 4194304 5965102 140734756550848 140546297718824 4404383 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 762.13
Current children cumulated vsize (KiB) 393560

[startup+822.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/180 13855
/proc/meminfo: memFree=26874600/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=393560 CPUtime=822.1 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 99193 0 0 0 82175 35 0 0 20 0 2 0 275227058 403005440 91477 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 98390 91477 191 433 0 97954 0
[pid=13743/tid=13745] ppid=13741 vsize=393560 CPUtime=818.85 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 69411 0 0 0 81844 41 0 0 20 0 2 0 275227185 403005440 91477 33554432000 4194304 5965102 140734756550848 140546297718824 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 393560

[startup+882.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 13855
/proc/meminfo: memFree=26863880/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=393560 CPUtime=882.09 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 100491 0 0 0 88173 36 0 0 20 0 2 0 275227058 403005440 92775 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 98390 92775 191 433 0 97954 0
[pid=13743/tid=13745] ppid=13741 vsize=393560 CPUtime=878.69 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 70709 0 0 0 87826 43 0 0 20 0 2 0 275227185 403005440 92775 33554432000 4194304 5965102 140734756550848 140546297718776 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 393560

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13855
/proc/meminfo: memFree=26857160/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=459096 CPUtime=942.08 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 101922 0 0 0 94171 37 0 0 20 0 2 0 275227058 470114304 94206 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 114774 94206 191 433 0 114338 0
[pid=13743/tid=13745] ppid=13741 vsize=459096 CPUtime=938.54 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 72140 0 0 0 93809 45 0 0 20 0 2 0 275227185 470114304 94206 33554432000 4194304 5965102 140734756550848 140546297718824 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 459096

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13855
/proc/meminfo: memFree=26804612/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=459096 CPUtime=1002.07 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 103179 0 0 0 100168 39 0 0 20 0 2 0 275227058 470114304 95463 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 114774 95463 191 433 0 114338 0
[pid=13743/tid=13745] ppid=13741 vsize=459096 CPUtime=998.39 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 73397 0 0 0 99791 48 0 0 20 0 2 0 275227185 470114304 95463 33554432000 4194304 5965102 140734756550848 140546297718824 4401050 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 459096

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13855
/proc/meminfo: memFree=26745692/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=459096 CPUtime=1062.06 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 103537 0 0 0 106167 39 0 0 20 0 2 0 275227058 470114304 96843 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 114774 96843 191 433 0 114338 0
[pid=13743/tid=13745] ppid=13741 vsize=459096 CPUtime=1058.23 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 73755 0 0 0 105774 49 0 0 20 0 2 0 275227185 470114304 96843 33554432000 4194304 5965102 140734756550848 140546297718712 4400972 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 459096

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

[startup+1068.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13855
/proc/meminfo: memFree=26742096/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=459096 CPUtime=1068.46 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 103586 0 0 0 106807 39 0 0 20 0 2 0 275227058 470114304 96892 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 114774 96892 191 433 0 114338 0
[pid=13743/tid=13745] ppid=13741 vsize=459096 CPUtime=1064.62 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 73804 0 0 0 106413 49 0 0 20 0 2 0 275227185 470114304 96892 33554432000 4194304 5965102 140734756550848 140546297718824 4404416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1068.46
Current children cumulated vsize (KiB) 459096

[startup+1071.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13855
/proc/meminfo: memFree=26739492/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=459096 CPUtime=1071.66 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 103640 0 0 0 107127 39 0 0 20 0 2 0 275227058 470114304 96946 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 114774 96946 191 433 0 114338 0
[pid=13743/tid=13745] ppid=13741 vsize=459096 CPUtime=1067.81 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 73858 0 0 0 106732 49 0 0 20 0 2 0 275227185 470114304 96946 33554432000 4194304 5965102 140734756550848 140546297718296 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1071.66
Current children cumulated vsize (KiB) 459096

[startup+1075.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13855
/proc/meminfo: memFree=26736640/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=459096 CPUtime=1074.85 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 103690 0 0 0 107446 39 0 0 20 0 2 0 275227058 470114304 96996 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 114774 96996 191 433 0 114338 0
[pid=13743/tid=13745] ppid=13741 vsize=459096 CPUtime=1071 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 73908 0 0 0 107051 49 0 0 20 0 2 0 275227185 470114304 96996 33554432000 4194304 5965102 140734756550848 140546297718824 4401041 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1074.85
Current children cumulated vsize (KiB) 459096

[startup+1076.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13855
/proc/meminfo: memFree=26735648/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=459096 CPUtime=1076.45 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 103716 0 0 0 107606 39 0 0 20 0 2 0 275227058 470114304 97022 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 114774 97022 191 433 0 114338 0
[pid=13743/tid=13745] ppid=13741 vsize=459096 CPUtime=1072.6 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 73934 0 0 0 107211 49 0 0 20 0 2 0 275227185 470114304 97022 33554432000 4194304 5965102 140734756550848 140546297718792 4401559 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1076.45
Current children cumulated vsize (KiB) 459096

[startup+1077.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13855
/proc/meminfo: memFree=26735028/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=459096 CPUtime=1076.85 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 103722 0 0 0 107646 39 0 0 20 0 2 0 275227058 470114304 97028 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 114774 97028 191 433 0 114338 0
[pid=13743/tid=13745] ppid=13741 vsize=459096 CPUtime=1072.99 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 73940 0 0 0 107250 49 0 0 20 0 2 0 275227185 470114304 97028 33554432000 4194304 5965102 140734756550848 140546297718792 4400992 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1076.85
Current children cumulated vsize (KiB) 459096

[startup+1077.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13855
/proc/meminfo: memFree=26735028/32873660 swapFree=7120/7120
[pid=13743] ppid=13741 vsize=459096 CPUtime=1077.05 cores=0,2,4,6
/proc/13743/stat : 13743 (pwbo2.0) S 13741 13743 12898 0 -1 4202496 103724 0 0 0 107666 39 0 0 20 0 2 0 275227058 470114304 97030 33554432000 4194304 5965102 140734756550848 140734756550368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13743/statm: 114774 97030 191 433 0 114338 0
[pid=13743/tid=13745] ppid=13741 vsize=459096 CPUtime=1073.19 cores=0,2,4,6
/proc/13743/task/13745/stat : 13745 (pwbo2.0) R 13741 13743 12898 0 -1 4202560 73943 0 0 0 107270 49 0 0 20 0 2 0 275227185 470114304 97031 33554432000 4194304 5965102 140734756550848 140546297718824 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1077.05
Current children cumulated vsize (KiB) 459096

Child status: 255

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

Real time (s): 1077.36
CPU time (s): 1077.05
CPU user time (s): 1076.66
CPU system time (s): 0.39
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 459096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1073.98
system time used= 0.564914
maximum resident set size= 388148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103731
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= 94
involuntary context switches= 1151

runsolver used 1.54976 second user time and 4.33234 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 05:56:53
IDJOB=3704243
IDBENCH=1447
IDSOLVER=2280
FILE ID=node117/3704243-1338091013
RUNJOBID= node117-1338088587-12914
PBS_JOBID= 14624465
Free space on /tmp= 70068 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704243-1338091013/watcher-3704243-1338091013 -o /tmp/evaluation-result-3704243-1338091013/solver-3704243-1338091013 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704243-1338091013.opb

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

MD5SUM BENCH= 3764cf8f4e2d3654f46ab0ec56ea8581
RANDOM SEED=892201897

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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:       32873660 kB
MemFree:        27494768 kB
Buffers:          305448 kB
Cached:          3977292 kB
SwapCached:            0 kB
Active:          2364484 kB
Inactive:        2141764 kB
Active(anon):     214736 kB
Inactive(anon):    11356 kB
Active(file):    2149748 kB
Inactive(file):  2130408 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             22560 kB
Writeback:             0 kB
AnonPages:        230452 kB
Mapped:            15052 kB
Shmem:               200 kB
Slab:             734204 kB
SReclaimable:     178444 kB
SUnreclaim:       555760 kB
KernelStack:        1488 kB
PageTables:         4180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     193352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70060 MiB
End job on node117 at 2012-05-27 06:14:51