Trace number 3707733

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
bsolo 3.2? 1798.01 1798.67

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_3_80.opb
MD5SUM4023d6beb9ef2c356e20e783b830f625
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.228965
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12632
Sum of products size (including duplicates)25264
Number of different products6316
Sum of products size12632

Solver Data

0.00/0.00	c bsolo beta version 3.2 - 23/05/2010 : 1630 GMT
0.00/0.00	c Developed by Vasco Manquinho and José Santos IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Learning Strategy: Cardinality Constraint Learning
0.00/0.00	c Time Limit set to 1800
0.00/0.00	c Instance file HOME/instance-3707733-1338184283.opb
0.00/0.00	c File size is 192857 bytes.
0.00/0.03	c Highest Coefficient sum: 1000
0.00/0.03	c Parsing was ok!!
0.00/0.03	c Total parsing time: 0.03 s
0.00/0.04	c Var: 13632 Constr: 26767 13132/1003/12632 Lit: 91924 Watch. Lit: 77875
0.00/0.04	c Obj. Vars: 0 (0 % of total variables)
3.58/3.60	c Pre-processing Time: 3.6 s
3.58/3.60	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
3.58/3.60	c        0  13632    26767    91924    3    77875  134041      0      0 3.60
3.58/3.60	c Switching off lower bounding mode.
1797.93/1798.66	c      100  13632    26869   179899    6    78158  147446    102     21 4.67
1797.93/1798.66	c      250  13632    27019   247833    9    78458  162191    252     51 4.85
1797.93/1798.66	c      476  13632    27245   324012   11    78910  178411    478     92 5.13
1797.93/1798.66	c      814  13632    27583   461962   16    79586  196253    816    146 5.55
1797.93/1798.66	c     1322  13632    28091   664657   23    80602  215879   1324    214 6.15
1797.93/1798.66	c     2085  13632    28854   989779   34    82128  237467   2087    295 7.05
1797.93/1798.66	c     3231  13632    30000  1484571   49    84420  261214   3233    381 8.47
1797.93/1798.66	c     4952  13632    31721  2284424   72    87862  287336   4954    453 10.91
1797.93/1798.66	c     7536  13632    34305  3501434  102    93030  316070   7538    505 14.91
1797.93/1798.66	c    11416  13632    38185  5379702  140   100790  347678  11418    525 21.71
1797.93/1798.66	c    17238  13632    44007  8142070  185   112434  382446  17240    567 30.37
1797.93/1798.66	c    25975  13632    52744 12452664  236   129908  420691  25977    628 41.34
1797.93/1798.66	c    39085  13632    65854 18910140  287   156128  462761  39087    603 64.76
1797.93/1798.66	c    58755  13632    85524 28589960  334   195468  509038  58757    553 106.21
1797.93/1798.66	c    88266  13632   115035 42622336  370   254490  559942  88268    521 169.28
1797.93/1798.66	c   132537  13632   159306 64617881  405   343032  615937 132539    460 288.11
1797.93/1798.66	c Reducing formula size due to memory constraints
1797.93/1798.66	c Memory Limit: 1000.00 MB  Used: 1005.82 MB
1797.93/1798.66	c   198947  13632    38259  5823835  152   100859   47571  11492    464 427.94
1797.93/1798.66	c   298568  13632    39014  5879871  150   102448   52329  12247    420 710.15
1797.93/1798.66	c   448004  13632    38069  5736236  150   100479   57562  11302    408 1096.25
1797.93/1798.66	c   672162  13632    38134  5483217  143   100609   63319  11367    434 1546.36
1797.93/1798.66	c Resources Exceeded
1797.93/1798.66	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1797.93/1798.66	c   20   772398   2204  1222832    73678 23439215  46911    429 1798.00
1797.93/1798.66	s UNKNOWN
1797.93/1798.66	c Total time: 1798 s

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-3707733-1338184283/watcher-3707733-1338184283 -o /tmp/evaluation-result-3707733-1338184283/solver-3707733-1338184283 -C 1800 -W 1900 -M 15500 bsolo -l2 -t1800 HOME/instance-3707733-1338184283.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: 1.99 1.99 1.99 3/176 10061
/proc/meminfo: memFree=31186532/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=11536 CPUtime=0 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 418 0 0 0 0 0 0 0 20 0 1 0 284553223 11812864 371 33554432000 134512640 137138936 4290550688 4290549216 134517643 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 2884 371 178 642 0 2192 0

[startup+0.063772 s]
/proc/loadavg: 1.99 1.99 1.99 3/176 10061
/proc/meminfo: memFree=31186532/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=17880 CPUtime=0.05 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 2082 0 0 0 5 0 0 0 20 0 1 0 284553223 18309120 1987 33554432000 134512640 137138936 4290550688 4290385804 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 4470 1987 185 642 0 3826 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17880

[startup+0.100308 s]
/proc/loadavg: 1.99 1.99 1.99 3/176 10061
/proc/meminfo: memFree=31186532/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=17880 CPUtime=0.09 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 2083 0 0 0 9 0 0 0 20 0 1 0 284553223 18309120 1988 33554432000 134512640 137138936 4290550688 4290385804 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 4470 1988 185 642 0 3826 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17880

[startup+0.300239 s]
/proc/loadavg: 1.99 1.99 1.99 3/176 10061
/proc/meminfo: memFree=31186532/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=17880 CPUtime=0.29 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 2083 0 0 0 29 0 0 0 20 0 1 0 284553223 18309120 1988 33554432000 134512640 137138936 4290550688 4290385804 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 4470 1988 185 642 0 3826 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17880

[startup+0.700247 s]
/proc/loadavg: 1.99 1.99 1.99 3/176 10061
/proc/meminfo: memFree=31186532/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=17880 CPUtime=0.69 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 2083 0 0 0 69 0 0 0 20 0 1 0 284553223 18309120 1988 33554432000 134512640 137138936 4290550688 4290385804 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 4470 1988 185 642 0 3826 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17880

[startup+1.50025 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 10062
/proc/meminfo: memFree=31178580/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=17880 CPUtime=1.49 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 2083 0 0 0 149 0 0 0 20 0 1 0 284553223 18309120 1988 33554432000 134512640 137138936 4290550688 4290385804 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 4470 1988 185 642 0 3826 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17880

[startup+3.10025 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 10062
/proc/meminfo: memFree=31177960/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=17880 CPUtime=3.09 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 2083 0 0 0 308 1 0 0 20 0 1 0 284553223 18309120 1988 33554432000 134512640 137138936 4290550688 4290385804 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 4470 1988 185 642 0 3826 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17880

[startup+6.30025 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 10062
/proc/meminfo: memFree=31171256/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=26384 CPUtime=6.29 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 4670 0 0 0 624 5 0 0 20 0 1 0 284553223 27017216 4142 33554432000 134512640 137138936 4290550688 4290549804 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 6596 4142 192 642 0 5952 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26384

[startup+12.7003 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 10062
/proc/meminfo: memFree=31138528/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=53876 CPUtime=12.69 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 11563 0 0 0 1260 9 0 0 20 0 1 0 284553223 55169024 11035 33554432000 134512640 137138936 4290550688 4290549616 134542770 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 13469 11035 192 642 0 12825 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53876

[startup+25.5003 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 10062
/proc/meminfo: memFree=31082464/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=102924 CPUtime=25.48 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 23829 0 0 0 2536 12 0 0 20 0 1 0 284553223 105394176 23301 33554432000 134512640 137138936 4290550688 4290549216 134602746 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 25731 23301 192 642 0 25087 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 102924

[startup+51.1003 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 10062
/proc/meminfo: memFree=30960772/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=215500 CPUtime=51.08 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 51959 0 0 0 5087 21 0 0 20 0 1 0 284553223 220672000 51431 33554432000 134512640 137138936 4290550688 4290549804 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 53875 51431 192 642 0 53231 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 215500

[startup+102.306 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 10062
/proc/meminfo: memFree=30777172/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=376304 CPUtime=102.28 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 92150 0 0 0 10195 33 0 0 20 0 1 0 284553223 385335296 91622 33554432000 134512640 137138936 4290550688 4290549584 134542770 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 94076 91622 192 642 0 93432 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 376304

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 10063
/proc/meminfo: memFree=30577024/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=554148 CPUtime=162.23 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 136646 0 0 0 16176 47 0 0 20 0 1 0 284553223 567447552 136088 33554432000 134512640 137138936 4290550688 4290549616 134542319 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 138537 136088 192 642 0 137893 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 554148

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 10063
/proc/meminfo: memFree=30398492/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=710856 CPUtime=222.18 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 175886 0 0 0 22156 62 0 0 20 0 1 0 284553223 727916544 175284 33554432000 134512640 137138936 4290550688 4290549216 134602746 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 177714 175284 192 642 0 177070 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 710856

[startup+282.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/177 10063
/proc/meminfo: memFree=30252944/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=840568 CPUtime=282.12 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 208349 0 0 0 28138 74 0 0 20 0 1 0 284553223 860741632 207702 33554432000 134512640 137138936 4290550688 4290548968 136506715 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 210142 207702 192 642 0 209498 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 840568

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10063
/proc/meminfo: memFree=30061144/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1015100 CPUtime=342.07 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 252001 0 0 0 34119 88 0 0 20 0 1 0 284553223 1039462400 251323 33554432000 134512640 137138936 4290550688 4290549804 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 253775 251323 192 642 0 253131 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 1015100

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10063
/proc/meminfo: memFree=30016532/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043628 CPUtime=402.03 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259343 0 0 0 40111 92 0 0 20 0 1 0 284553223 1068675072 258466 33554432000 134512640 137138936 4290550688 4290536788 136500305 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260907 258466 192 642 0 260263 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 1043628

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10064
/proc/meminfo: memFree=30003548/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=461.98 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259389 0 0 0 46101 97 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549616 134542544 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 461.98
Current children cumulated vsize (KiB) 1043300

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10067
/proc/meminfo: memFree=29989152/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=521.94 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259415 0 0 0 52094 100 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549804 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 521.94
Current children cumulated vsize (KiB) 1043300

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10089
/proc/meminfo: memFree=29973052/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=581.9 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259444 0 0 0 58087 103 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549348 136504021 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 581.9
Current children cumulated vsize (KiB) 1043300

[startup+642.3 s]

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

/proc/meminfo: memFree=29842452/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1121.73 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 112045 128 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549584 134542725 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 1043300

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10094
/proc/meminfo: memFree=29835888/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1181.73 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 118041 132 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549804 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 1043300

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10094
/proc/meminfo: memFree=29823364/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1241.72 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 124037 135 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549804 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1241.72
Current children cumulated vsize (KiB) 1043300

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10094
/proc/meminfo: memFree=29810716/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1301.71 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 130032 139 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549728 134540747 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1301.71
Current children cumulated vsize (KiB) 1043300

[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 10094
/proc/meminfo: memFree=29800176/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1361.7 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 136028 142 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549584 134542770 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1361.7
Current children cumulated vsize (KiB) 1043300

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 10095
/proc/meminfo: memFree=29790504/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1421.69 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 142024 145 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549728 134540747 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1421.69
Current children cumulated vsize (KiB) 1043300

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10095
/proc/meminfo: memFree=29777856/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1481.67 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 148019 148 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549804 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 1043300

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10095
/proc/meminfo: memFree=29766944/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1541.66 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 154015 151 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549440 134540747 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 1043300

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10095
/proc/meminfo: memFree=29755288/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1601.66 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 160009 157 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549804 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 1043300

[startup+1662.3 s]
/proc/loadavg: 1.66 1.92 1.97 2/171 10119
/proc/meminfo: memFree=30283544/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1661.64 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 166004 160 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549112 134607134 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 1043300

[startup+1722.3 s]
/proc/loadavg: 1.31 1.77 1.91 2/172 10123
/proc/meminfo: memFree=30283768/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1721.64 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 172003 161 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549112 134606673 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1721.64
Current children cumulated vsize (KiB) 1043300

[startup+1782.3 s]
/proc/loadavg: 1.11 1.62 1.85 2/171 10123
/proc/meminfo: memFree=30283792/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1781.63 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 177999 164 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549804 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 1043300

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

[startup+1791.91 s]
/proc/loadavg: 1.09 1.60 1.85 2/171 10123
/proc/meminfo: memFree=30283916/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1791.23 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 178959 164 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549804 136570369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1791.23
Current children cumulated vsize (KiB) 1043300

[startup+1795.1 s]
/proc/loadavg: 1.09 1.59 1.84 2/171 10123
/proc/meminfo: memFree=30283916/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1794.43 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 179279 164 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290543216 134603248 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1794.43
Current children cumulated vsize (KiB) 1043300

[startup+1796.7 s]
/proc/loadavg: 1.09 1.59 1.84 2/171 10123
/proc/meminfo: memFree=30283916/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1796.03 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 179438 165 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549616 134542199 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1796.03
Current children cumulated vsize (KiB) 1043300

[startup+1797.5 s]
/proc/loadavg: 1.08 1.58 1.84 2/171 10123
/proc/meminfo: memFree=30283916/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1796.83 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 179518 165 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549616 134542307 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1796.83
Current children cumulated vsize (KiB) 1043300

[startup+1798.3 s]
/proc/loadavg: 1.08 1.58 1.84 2/171 10123
/proc/meminfo: memFree=30283916/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1797.63 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 179598 165 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549584 134542770 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1797.63
Current children cumulated vsize (KiB) 1043300

[startup+1798.51 s]
/proc/loadavg: 1.08 1.58 1.84 2/171 10123
/proc/meminfo: memFree=30283916/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1797.84 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 179619 165 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549224 136504225 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 1043300

[startup+1798.6 s]
/proc/loadavg: 1.08 1.58 1.84 2/171 10123
/proc/meminfo: memFree=30283916/32873844 swapFree=7112/7112
[pid=10061] ppid=10059 vsize=1043300 CPUtime=1797.93 cores=0,2,4,6
/proc/10061/stat : 10061 (bsolo) R 10059 10061 7024 0 -1 4202496 259546 0 0 0 179628 165 0 0 20 0 1 0 284553223 1068339200 258398 33554432000 134512640 137138936 4290550688 4290549440 134575900 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10061/statm: 260825 258398 192 642 0 260181 0
Current children cumulated CPU time (s) 1797.93
Current children cumulated vsize (KiB) 1043300

Child status: 0
Real time (s): 1798.67
CPU time (s): 1798.01
CPU user time (s): 1796.35
CPU system time (s): 1.65475
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 1044268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.35
system time used= 1.65475
maximum resident set size= 1034504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259546
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= 408
involuntary context switches= 1839

runsolver used 3.69944 second user time and 10.2554 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-28 07:51:23
IDJOB=3707733
IDBENCH=48329
IDSOLVER=2286
FILE ID=node142/3707733-1338184283
RUNJOBID= node142-1338150692-7040
PBS_JOBID= 14624520
Free space on /tmp= 71692 MiB

SOLVER NAME= bsolo 3.2
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_3_80.opb
COMMAND LINE= bsolo -l2 -tTIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3707733-1338184283/watcher-3707733-1338184283 -o /tmp/evaluation-result-3707733-1338184283/solver-3707733-1338184283 -C 1800 -W 1900 -M 15500  bsolo -l2 -t1800 HOME/instance-3707733-1338184283.opb

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

MD5SUM BENCH= 4023d6beb9ef2c356e20e783b830f625
RANDOM SEED=778427837

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31186912 kB
Buffers:          337504 kB
Cached:           386184 kB
SwapCached:            0 kB
Active:           618904 kB
Inactive:         247132 kB
Active(anon):     132776 kB
Inactive(anon):    11212 kB
Active(file):     486128 kB
Inactive(file):   235920 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3904 kB
Writeback:             0 kB
AnonPages:        187524 kB
Mapped:            12404 kB
Shmem:               200 kB
Slab:             682300 kB
SReclaimable:     124608 kB
SUnreclaim:       557692 kB
KernelStack:        1480 kB
PageTables:         4488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     263260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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= 71692 MiB
End job on node142 at 2012-05-28 08:21:22