Trace number 3728109

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
wbo 1.72? (TO) 1800.02 1800.42

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_16_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMc3b83188909f121458b2a501f16a66ab
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.128979
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables480
Total number of constraints62
Number of soft constraints22
Number of constraints which are clauses32
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint16
Top cost 1066
Min constraint cost 1
Max constraint cost 83
Sum of constraints costs 1065
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
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 |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728109-1338669337.wbo.
0.00/0.00	c Instance file HOME/instance-3728109-1338669337.wbo
0.00/0.00	c File size is 8298 bytes.
0.00/0.00	c Highest Coefficient sum: 17
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      502                                                 |
0.00/0.00	c |  Number Clauses:        32                                                  |
0.00/0.00	c |  Number Cardinality:    18                                                  |
0.00/0.00	c |  Number PB Constraints: 12                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1800.02/1800.41	c ===============================================================================
1800.02/1800.41	c Wall Clock Time: 1800.40 s
1800.02/1800.41	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-3728109-1338669337/watcher-3728109-1338669337 -o /tmp/evaluation-result-3728109-1338669337/solver-3728109-1338669337 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728109-1338669337.wbo 

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: 0.92 1.01 1.31 2/171 13874
/proc/meminfo: memFree=28149464/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/13874/stat : 13874 (runsolver) D 13872 13874 13674 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 333059117 12095488 50 33554432000 4194304 5436572 140735383010240 140735383006536 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/13874/statm: 2953 50 31 304 0 2645 0

[startup+0.0126579 s]
/proc/loadavg: 0.92 1.01 1.31 2/171 13874
/proc/meminfo: memFree=28149464/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=83700 CPUtime=0 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 842 0 0 0 0 0 0 0 20 0 2 0 333059117 85708800 791 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 20925 791 192 433 0 20489 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 83700

[startup+0.100143 s]
/proc/loadavg: 0.92 1.01 1.31 2/171 13874
/proc/meminfo: memFree=28149464/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=83700 CPUtime=0.09 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 1105 0 0 0 9 0 0 0 20 0 2 0 333059117 85708800 1054 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 20925 1054 193 433 0 20489 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83700

[startup+0.300114 s]
/proc/loadavg: 0.92 1.01 1.31 2/171 13874
/proc/meminfo: memFree=28149464/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=83700 CPUtime=0.28 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 1450 0 0 0 28 0 0 0 20 0 2 0 333059117 85708800 1399 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 20925 1399 193 433 0 20489 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 83700

[startup+0.700108 s]
/proc/loadavg: 0.92 1.01 1.31 2/171 13874
/proc/meminfo: memFree=28149464/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=83700 CPUtime=0.68 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 1758 0 0 0 68 0 0 0 20 0 2 0 333059117 85708800 1707 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 20925 1707 193 433 0 20489 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 83700

[startup+1.5002 s]
/proc/loadavg: 0.92 1.01 1.31 3/179 13891
/proc/meminfo: memFree=28127776/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=83700 CPUtime=1.48 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 2127 0 0 0 148 0 0 0 20 0 2 0 333059117 85708800 2076 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 20925 2076 193 433 0 20489 0
[pid=13874/tid=13876] ppid=13872 vsize=83700 CPUtime=1.47 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 1391 0 0 0 147 0 0 0 20 0 2 0 333059118 85708800 2076 33554432000 4194304 5964350 140733788326368 140593186822136 4400007 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83700

[startup+3.10021 s]
/proc/loadavg: 0.92 1.01 1.31 3/179 13891
/proc/meminfo: memFree=28120296/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=83844 CPUtime=3.08 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 2956 0 0 0 307 1 0 0 20 0 2 0 333059117 85856256 2905 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 20961 2905 193 433 0 20525 0
[pid=13874/tid=13876] ppid=13872 vsize=83844 CPUtime=3.06 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 2220 0 0 0 305 1 0 0 20 0 2 0 333059118 85856256 2905 33554432000 4194304 5964350 140733788326368 140593186822136 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83844

[startup+6.30025 s]
/proc/loadavg: 1.09 1.04 1.32 3/179 13891
/proc/meminfo: memFree=28112484/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=83844 CPUtime=6.28 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 3936 0 0 0 627 1 0 0 20 0 2 0 333059117 85856256 3885 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 20961 3885 193 433 0 20525 0
[pid=13874/tid=13876] ppid=13872 vsize=83844 CPUtime=6.26 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 3200 0 0 0 625 1 0 0 20 0 2 0 333059118 85856256 3885 33554432000 4194304 5964350 140733788326368 140593186821944 4399987 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 83844

[startup+12.7003 s]
/proc/loadavg: 1.16 1.06 1.33 3/179 13891
/proc/meminfo: memFree=28103832/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=83916 CPUtime=12.67 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 4860 0 0 0 1266 1 0 0 20 0 2 0 333059117 85929984 4817 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 20979 4817 193 433 0 20543 0
[pid=13874/tid=13876] ppid=13872 vsize=83916 CPUtime=12.63 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 4124 0 0 0 1262 1 0 0 20 0 2 0 333059118 85929984 4817 33554432000 4194304 5964350 140733788326368 140593186821944 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 83916

[startup+25.5003 s]
/proc/loadavg: 1.34 1.10 1.34 3/179 13891
/proc/meminfo: memFree=28094300/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=83916 CPUtime=25.47 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 6179 0 0 0 2545 2 0 0 20 0 2 0 333059117 85929984 6516 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 20979 6516 193 433 0 20543 0
[pid=13874/tid=13876] ppid=13872 vsize=83916 CPUtime=25.4 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 5443 0 0 0 2538 2 0 0 20 0 2 0 333059118 85929984 6516 33554432000 4194304 5964350 140733788326368 140593186822184 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 83916

[startup+51.1003 s]
/proc/loadavg: 1.57 1.17 1.35 3/179 13891
/proc/meminfo: memFree=28077292/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=84168 CPUtime=51.07 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 7907 0 0 0 5104 3 0 0 20 0 2 0 333059117 86188032 8244 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 21042 8244 193 433 0 20606 0
[pid=13874/tid=13876] ppid=13872 vsize=84168 CPUtime=50.93 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 7171 0 0 0 5090 3 0 0 20 0 2 0 333059118 86188032 8244 33554432000 4194304 5964350 140733788326368 140593186821944 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84168

[startup+102.306 s]
/proc/loadavg: 1.81 1.30 1.38 3/179 13891
/proc/meminfo: memFree=28058784/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=85968 CPUtime=102.26 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 9574 0 0 0 10222 4 0 0 20 0 2 0 333059117 88031232 10041 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 21492 10041 193 433 0 21056 0
[pid=13874/tid=13876] ppid=13872 vsize=85968 CPUtime=101.99 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 8838 0 0 0 10195 4 0 0 20 0 2 0 333059118 88031232 10041 33554432000 4194304 5964350 140733788326368 140593186822184 4399987 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 85968

[startup+162.3 s]
/proc/loadavg: 1.93 1.42 1.42 3/179 13891
/proc/meminfo: memFree=28037572/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=88900 CPUtime=162.23 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 12082 0 0 0 16218 5 0 0 20 0 2 0 333059117 91033600 12537 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 22225 12537 193 433 0 21789 0
[pid=13874/tid=13876] ppid=13872 vsize=88900 CPUtime=161.83 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 11346 0 0 0 16176 7 0 0 20 0 2 0 333059118 91033600 12537 33554432000 4194304 5964350 140733788326368 140593186822184 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 88900

[startup+222.3 s]
/proc/loadavg: 1.97 1.53 1.45 3/179 13891
/proc/meminfo: memFree=28005116/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=91312 CPUtime=222.23 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 13849 0 0 0 22217 6 0 0 20 0 2 0 333059117 93503488 14304 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 22828 14304 193 433 0 22392 0
[pid=13874/tid=13876] ppid=13872 vsize=91312 CPUtime=221.67 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 13113 0 0 0 22158 9 0 0 20 0 2 0 333059118 93503488 14304 33554432000 4194304 5964350 140733788326368 140593186822184 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 91312

[startup+282.3 s]
/proc/loadavg: 1.99 1.61 1.48 3/180 13895
/proc/meminfo: memFree=27990524/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=92212 CPUtime=282.22 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 15483 0 0 0 28215 7 0 0 20 0 2 0 333059117 94425088 15936 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 23053 15936 193 433 0 22617 0
[pid=13874/tid=13876] ppid=13872 vsize=92212 CPUtime=281.51 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 14747 0 0 0 28141 10 0 0 20 0 2 0 333059118 94425088 15936 33554432000 4194304 5964350 140733788326368 140593186822136 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 92212

[startup+342.3 s]
/proc/loadavg: 1.99 1.68 1.51 3/179 13895
/proc/meminfo: memFree=27978432/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=93944 CPUtime=342.2 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 17603 0 0 0 34212 8 0 0 20 0 2 0 333059117 96198656 18065 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 23486 18065 193 433 0 23050 0
[pid=13874/tid=13876] ppid=13872 vsize=93944 CPUtime=341.35 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 16867 0 0 0 34122 13 0 0 20 0 2 0 333059118 96198656 18065 33554432000 4194304 5964350 140733788326368 140593186821944 4399976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 93944

[startup+402.3 s]
/proc/loadavg: 1.99 1.73 1.54 3/179 13895
/proc/meminfo: memFree=27967880/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=160776 CPUtime=402.19 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 19528 0 0 0 40209 10 0 0 20 0 2 0 333059117 164634624 20506 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 40194 20506 193 433 0 39758 0
[pid=13874/tid=13876] ppid=13872 vsize=160776 CPUtime=401.19 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 18792 0 0 0 40104 15 0 0 20 0 2 0 333059118 164634624 20506 33554432000 4194304 5964350 140733788326368 140593186822136 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 160776

[startup+462.3 s]
/proc/loadavg: 2.05 1.80 1.57 3/179 13895
/proc/meminfo: memFree=27954232/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=162720 CPUtime=462.17 cores=0,2,4,6

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

[pid=13874/tid=13876] ppid=13872 vsize=174600 CPUtime=1059.43 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 33943 0 0 0 105904 39 0 0 20 0 2 0 333059118 178790400 35654 33554432000 4194304 5964350 140733788326368 140593186822184 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 174600

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.77 3/179 13901
/proc/meminfo: memFree=27831260/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=241736 CPUtime=1122.05 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 39770 0 0 0 112178 27 0 0 20 0 2 0 333059117 247537664 40745 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 60434 40745 193 433 0 59998 0
[pid=13874/tid=13876] ppid=13872 vsize=241736 CPUtime=1119.27 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 39034 0 0 0 111883 44 0 0 20 0 2 0 333059118 247537664 40745 33554432000 4194304 5964350 140733788326368 140593186822136 4400377 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 241736

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.78 3/179 13902
/proc/meminfo: memFree=27820968/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=243336 CPUtime=1182.05 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 42428 0 0 0 118176 29 0 0 20 0 2 0 333059117 249176064 43403 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 60834 43403 193 433 0 60398 0
[pid=13874/tid=13876] ppid=13872 vsize=243336 CPUtime=1179.12 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 41692 0 0 0 117866 46 0 0 20 0 2 0 333059118 249176064 43403 33554432000 4194304 5964350 140733788326368 140593186822136 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 243336

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.79 3/179 13902
/proc/meminfo: memFree=27805004/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=245136 CPUtime=1242.02 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 43841 0 0 0 124172 30 0 0 20 0 2 0 333059117 251019264 44806 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 61284 44806 193 433 0 60848 0
[pid=13874/tid=13876] ppid=13872 vsize=245136 CPUtime=1238.94 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 43105 0 0 0 123846 48 0 0 20 0 2 0 333059118 251019264 44806 33554432000 4194304 5964350 140733788326368 140593186821944 4399976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 245136

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/179 13902
/proc/meminfo: memFree=27799600/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=245712 CPUtime=1302.02 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 44296 0 0 0 130171 31 0 0 20 0 2 0 333059117 251609088 45261 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 61428 45261 193 433 0 60992 0
[pid=13874/tid=13876] ppid=13872 vsize=245712 CPUtime=1298.79 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 43560 0 0 0 129829 50 0 0 20 0 2 0 333059118 251609088 45261 33554432000 4194304 5964350 140733788326368 140593186822184 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 245712

[startup+1362.3 s]
/proc/loadavg: 2.04 1.99 1.82 3/179 13902
/proc/meminfo: memFree=27791044/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=249244 CPUtime=1362.01 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 46180 0 0 0 136169 32 0 0 20 0 2 0 333059117 255225856 47135 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 62311 47135 193 433 0 61875 0
[pid=13874/tid=13876] ppid=13872 vsize=249244 CPUtime=1358.63 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 45444 0 0 0 135811 52 0 0 20 0 2 0 333059118 255225856 47135 33554432000 4194304 5964350 140733788326368 140593186821944 4399938 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 249244

[startup+1422.31 s]
/proc/loadavg: 2.01 1.99 1.83 3/179 13902
/proc/meminfo: memFree=27783904/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=251936 CPUtime=1422 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 47709 0 0 0 142167 33 0 0 20 0 2 0 333059117 257982464 48653 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 62984 48653 193 433 0 62548 0
[pid=13874/tid=13876] ppid=13872 vsize=251936 CPUtime=1418.47 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 46973 0 0 0 141794 53 0 0 20 0 2 0 333059118 257982464 48653 33554432000 4194304 5964350 140733788326368 140593186822136 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 251936

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/180 13906
/proc/meminfo: memFree=27775088/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=252548 CPUtime=1481.98 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 48913 0 0 0 148164 34 0 0 20 0 2 0 333059117 258609152 49857 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 63137 49857 193 433 0 62701 0
[pid=13874/tid=13876] ppid=13872 vsize=252548 CPUtime=1478.31 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 48177 0 0 0 147775 56 0 0 20 0 2 0 333059118 258609152 49857 33554432000 4194304 5964350 140733788326368 140593186822184 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 252548

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.84 3/180 13929
/proc/meminfo: memFree=27748180/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=254636 CPUtime=1541.97 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 53715 0 0 0 154159 38 0 0 20 0 2 0 333059117 260747264 54654 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 63659 54654 193 433 0 63223 0
[pid=13874/tid=13876] ppid=13872 vsize=254636 CPUtime=1538.15 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 52979 0 0 0 153754 61 0 0 20 0 2 0 333059118 260747264 54654 33554432000 4194304 5964350 140733788326368 140593186822136 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 254636

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.84 3/179 13929
/proc/meminfo: memFree=27740996/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=254744 CPUtime=1601.96 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 53881 0 0 0 160158 38 0 0 20 0 2 0 333059117 260857856 54820 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 63686 54820 193 433 0 63250 0
[pid=13874/tid=13876] ppid=13872 vsize=254744 CPUtime=1598 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 53145 0 0 0 159738 62 0 0 20 0 2 0 333059118 260857856 54820 33554432000 4194304 5964350 140733788326368 140593186822184 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 254744

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.85 3/179 13929
/proc/meminfo: memFree=27730556/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=255156 CPUtime=1661.95 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 54856 0 0 0 166155 40 0 0 20 0 2 0 333059117 261279744 55803 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 63789 55803 193 433 0 63353 0
[pid=13874/tid=13876] ppid=13872 vsize=255156 CPUtime=1657.83 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 54120 0 0 0 165719 64 0 0 20 0 2 0 333059118 261279744 55803 33554432000 4194304 5964350 140733788326368 140593186822136 4399866 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 255156

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.85 3/179 13929
/proc/meminfo: memFree=27713240/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=321880 CPUtime=1721.94 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 59081 0 0 0 172150 44 0 0 20 0 2 0 333059117 329605120 60028 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 80470 60028 193 433 0 80034 0
[pid=13874/tid=13876] ppid=13872 vsize=321880 CPUtime=1717.67 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 58345 0 0 0 171698 69 0 0 20 0 2 0 333059118 329605120 60028 33554432000 4194304 5964350 140733788326368 140593186822184 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 321880

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/179 13930
/proc/meminfo: memFree=27709024/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=322472 CPUtime=1781.92 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 59889 0 0 0 178148 44 0 0 20 0 2 0 333059117 330211328 60836 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 80618 60836 193 433 0 80182 0
[pid=13874/tid=13876] ppid=13872 vsize=322472 CPUtime=1777.51 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 59153 0 0 0 177680 71 0 0 20 0 2 0 333059118 330211328 60836 33554432000 4194304 5964350 140733788326368 140593186821944 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 322472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 1.99 1.86 2/175 13937
/proc/meminfo: memFree=27898868/32873844 swapFree=7384/7384
[pid=13874] ppid=13872 vsize=322904 CPUtime=1800.02 cores=0,2,4,6
/proc/13874/stat : 13874 (wbo1.72) S 13872 13874 13674 0 -1 4202496 60002 0 0 0 179958 44 0 0 20 0 2 0 333059117 330653696 60947 33554432000 4194304 5964350 140733788326368 140733788325888 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13874/statm: 80726 60947 193 433 0 80290 0
[pid=13874/tid=13876] ppid=13872 vsize=322904 CPUtime=1795.57 cores=0,2,4,6
/proc/13874/task/13876/stat : 13876 (wbo1.72) R 13872 13874 13674 0 -1 4202560 59266 0 0 0 179486 71 0 0 20 0 2 0 333059118 330653696 60947 33554432000 4194304 5964350 140733788326368 140593186822184 4379216 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 322904

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13874 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=867138
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=731888
# CPU time returned by wait4() is 1795.6
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.02
CPU user time (s): 1799.58
CPU system time (s): 0.44
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 322904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.87
system time used= 0.731888
maximum resident set size= 243792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60003
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= 91
involuntary context switches= 1898

runsolver used 3.73143 second user time and 8.81266 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-02 22:35:37
IDJOB=3728109
IDBENCH=78662
IDSOLVER=2315
FILE ID=node136/3728109-1338669337
RUNJOBID= node136-1338669336-13860
PBS_JOBID= 14636524
Free space on /tmp= 69820 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_16_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= wbo1.72 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728109-1338669337/watcher-3728109-1338669337 -o /tmp/evaluation-result-3728109-1338669337/solver-3728109-1338669337 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728109-1338669337.wbo

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

MD5SUM BENCH= c3b83188909f121458b2a501f16a66ab
RANDOM SEED=2125051309

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.90
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.247
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.247
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:        28150192 kB
Buffers:          566872 kB
Cached:          3244876 kB
SwapCached:        20296 kB
Active:          1925384 kB
Inactive:        1913620 kB
Active(anon):       2408 kB
Inactive(anon):    22296 kB
Active(file):    1922976 kB
Inactive(file):  1891324 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083200 kB
Dirty:              5436 kB
Writeback:             0 kB
AnonPages:         10300 kB
Mapped:             8796 kB
Shmem:                 0 kB
Slab:             745112 kB
SReclaimable:     186824 kB
SUnreclaim:       558288 kB
KernelStack:        1384 kB
PageTables:         3888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 69808 MiB
End job on node136 at 2012-06-02 23:05:39