Trace number 3367217

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
CryptoMiniSat Strange-Night-2-mt (fixed)UNSAT 213.91 53.8389

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.120-NOTKNOWN.cnf
MD5SUM2a2f6fb35277c8ead36f65de8bb36dbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.1775
Satisfiable
(Un)Satisfiability was proved
Number of variables516641
Number of clauses9436757
Sum of the clauses size20541437
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29079800
Number of clauses of size 3337440
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518000

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367217-1305393458.cnf'
0.00/0.01	c -- header says num vars:         516641
0.00/0.01	c -- header says num clauses:     9436757
9.38/2.50	c -- clauses added:            0 learnts,      9436757 normals,            0 xors
9.38/2.50	c -- vars added     516641
9.38/2.50	c Parsing time:  1.93 s
9.38/2.50	c  N st     0         0    516641    321663   8129437         0  18415253         0   no data   no data
12.62/3.34	c asymm  cl-useful: 519/674/247225 lits-rem:2328 time: 0.89
61.21/15.55	c Flit:   233 Blit:  93807 bXBeca:    0 bXProp:  810 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 12.20
61.61/15.68	c Cleaning up after failed var search:     0.13 s 
62.42/15.84	c Replacing      810 vars Replaced    26619 lits Time:     0.15 s 
63.21/16.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
64.83/16.47	c bin-w-bin subsume rem          884 bins  time:  0.42 s
81.16/20.52	c subs with bin:        0  lits-rem:      4289  v-fix:    0  time:  4.05 s
90.73/22.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  23833 time:  2.43 s
91.58/23.18	c Removed useless bin:    6590  fixed:     0  props:  20.02M  time:  0.20 s
94.73/23.95	c lits-rem:         0  cl-subs:        0  v-elim:      7  v-fix:    0  time:  0.77 s
95.13/24.06	c Finding binary XORs  T:     0.11 s  found:    2248
95.54/24.21	c Replacing     2248 vars Replaced   277404 lits Time:     0.15 s 
96.32/24.35	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
96.32/24.35	c calculated reachability. Time: 0.00
96.72/24.41	c Calc default polars -  time:   0.06 s pos:    2959 undec:  253132 neg:  260550
96.72/24.41	c =========================================================================================
96.72/24.41	c types(t): F = full restart, N = normal restart
96.72/24.41	c types(t): S = simplification begin/end, E = solution found
96.72/24.41	c restart types(rt): st = static, dy = dynamic
96.72/24.41	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
96.72/24.41	c  B st     0         0    263509    182521   4342279         0   9903460         0   no data   no data
149.36/37.69	c  N dy    14      4185    216347    150294   3346763      3732   7691333   2074742      9.91     10.46
195.23/49.18	c  N dy    39      8304    212737    147381   3250468      7588   7477096   4119255      9.68     10.39
213.58/53.76	c Following stats are for *FIRST FINISHED THREAD ONLY*
213.58/53.76	c num threads              : 4          
213.58/53.76	c restarts                 : 88         
213.58/53.76	c dynamic restarts         : 82         
213.58/53.76	c static restarts          : 6          
213.58/53.76	c full restarts            : 0          
213.58/53.76	c total simplify time      : 1.09       
213.58/53.76	c learnts DL2              : 0          
213.58/53.76	c learnts size 2           : 8143746    
213.58/53.76	c learnts size 1           : 337142      (65.26     % of vars)
213.58/53.76	c filedLit time            : 0.00        (0.00      % time)
213.58/53.76	c v-elim SatELite          : 0           (0.00      % vars)
213.58/53.76	c SatELite time            : 0.00        (0.00      % time)
213.58/53.76	c v-elim xor               : 0           (0.00      % vars)
213.58/53.76	c xor elim time            : 0.00        (0.00      % time)
213.58/53.76	c num binary xor trees     : 2812       
213.58/53.76	c binxor trees' crown      : 3063        (1.09      leafs/tree)
213.58/53.76	c bin xor find time        : 0.12       
213.58/53.76	c OTF clause improved      : 185         (0.01      clauses/conflict)
213.58/53.76	c OTF impr. size diff      : 1003        (5.42       lits/clause)
213.58/53.76	c OTF cl watch-shrink      : 10693       (0.55      clauses/conflict)
213.58/53.76	c OTF cl watch-sh-lit      : 379739      (35.51      lits/clause)
213.58/53.76	c tried to recurMin cls    : 12663       (64.62      % of conflicts)
213.58/53.76	c updated cache            : 57530       (4.54       lits/tried recurMin)
213.58/53.76	c unit cls recevied        : 1107        (0.33      % of units)
213.58/53.76	c unit cls sent            : 310977      (92.24     % of units)
213.58/53.76	c bin cls recevied         : 1628       
213.58/53.76	c bin cls sent             : 12378      
213.58/53.76	c clauses over max glue    : 0           (0.00      % of all clauses)
213.58/53.76	c conflicts                : 19595       (368.41    / sec)
213.58/53.76	c decisions                : 186117      (1.36      % random)
213.58/53.76	c bogo-props               : 848708235   (15956787.38 / sec)
213.58/53.76	c conflict literals        : 8259643     (36.81     % deleted)
213.58/53.76	c Memory used              : 2058.70     MB
213.58/53.76	c single-thread CPU time   : 53.19       s
213.58/53.76	c all-threads sum CPU time : 212.37      s
213.58/53.76	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3367217-1305393458/watcher-3367217-1305393458 -o /tmp/evaluation-result-3367217-1305393458/solver-3367217-1305393458 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3367217-1305393458.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 5.27 4.46 5.35 5/367 6680
/proc/meminfo: memFree=12745612/32951124 swapFree=65051360/67111528
[pid=6680] ppid=6678 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/6680/stat : 6680 (strangenight2-m) R 6678 6680 5961 0 -1 4202496 406 0 0 0 0 0 0 0 24 0 4 0 631762624 52396032 347 33554432000 4194304 4580107 140737470408000 18446744073709551615 47892146522028 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6680/statm: 12792 347 299 95 0 7774 0
[pid=6680/tid=6681] ppid=6678 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/6680/task/6681/stat : 6681 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 631762624 52396032 351 33554432000 4194304 4580107 140737470408000 18446744073709551615 47892146521625 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6680/tid=6682] ppid=6678 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/6680/task/6682/stat : 6682 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 631762624 52396032 351 33554432000 4194304 4580107 140737470408000 18446744073709551615 47892146522028 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6680/tid=6683] ppid=6678 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/6680/task/6683/stat : 6683 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 631762624 52396032 351 33554432000 4194304 4580107 140737470408000 18446744073709551615 47892146521619 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0599629 s]
/proc/loadavg: 5.27 4.46 5.35 5/367 6680
/proc/meminfo: memFree=12745612/32951124 swapFree=65051360/67111528
[pid=6680] ppid=6678 vsize=300384 CPUtime=0.19 cores=0,2,4,6
/proc/6680/stat : 6680 (strangenight2-m) R 6678 6680 5961 0 -1 4202496 9776 0 0 0 17 2 0 0 18 0 4 0 631762624 307593216 7712 33554432000 4194304 4580107 140737470408000 18446744073709551615 212039713194 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6680/statm: 75096 7712 338 95 0 70078 0
[pid=6680/tid=6681] ppid=6678 vsize=300384 CPUtime=0.05 cores=0,2,4,6
/proc/6680/task/6681/stat : 6681 (strangenight2-m) D 6678 6680 5961 0 -1 4202560 2335 0 0 0 5 0 0 0 18 0 4 0 631762624 307593216 7712 33554432000 4194304 4580107 140737470408000 18446744073709551615 4309730 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6680/tid=6682] ppid=6678 vsize=300384 CPUtime=0.03 cores=0,2,4,6
/proc/6680/task/6682/stat : 6682 (strangenight2-m) D 6678 6680 5961 0 -1 4202560 2368 0 0 0 3 0 0 0 18 0 4 0 631762624 307593216 7712 33554432000 4194304 4580107 140737470408000 18446744073709551615 4311330 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6680/tid=6683] ppid=6678 vsize=300384 CPUtime=0.04 cores=0,2,4,6
/proc/6680/task/6683/stat : 6683 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 2350 0 0 0 4 0 0 0 18 0 4 0 631762624 307593216 7712 33554432000 4194304 4580107 140737470408000 18446744073709551615 212039352409 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 300384

[startup+0.125671 s]
/proc/loadavg: 5.27 4.46 5.35 5/367 6680
/proc/meminfo: memFree=12745612/32951124 swapFree=65051360/67111528
[pid=6680] ppid=6678 vsize=316480 CPUtime=0.46 cores=0,2,4,6
/proc/6680/stat : 6680 (strangenight2-m) D 6678 6680 5961 0 -1 4202496 17536 0 0 0 42 4 0 0 18 0 4 0 631762624 324075520 13294 33554432000 4194304 4580107 140737470408000 18446744073709551615 4309730 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6680/statm: 79120 13294 338 95 0 74102 0
[pid=6680/tid=6681] ppid=6678 vsize=316480 CPUtime=0.11 cores=0,2,4,6
/proc/6680/task/6681/stat : 6681 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 4339 0 0 0 11 0 0 0 18 0 4 0 631762624 324075520 13294 33554432000 4194304 4580107 140737470408000 18446744073709551615 4309730 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6680/tid=6682] ppid=6678 vsize=316480 CPUtime=0.1 cores=0,2,4,6
/proc/6680/task/6682/stat : 6682 (strangenight2-m) D 6678 6680 5961 0 -1 4202560 4278 0 0 0 9 1 0 0 18 0 4 0 631762624 324075520 13294 33554432000 4194304 4580107 140737470408000 18446744073709551615 212039681130 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6680/tid=6683] ppid=6678 vsize=316480 CPUtime=0.1 cores=0,2,4,6
/proc/6680/task/6683/stat : 6683 (strangenight2-m) D 6678 6680 5961 0 -1 4202560 4287 0 0 0 10 0 0 0 18 0 4 0 631762624 324075520 13294 33554432000 4194304 4580107 140737470408000 18446744073709551615 212039352075 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 316480

[startup+0.306199 s]
/proc/loadavg: 5.27 4.46 5.35 5/367 6680
/proc/meminfo: memFree=12745612/32951124 swapFree=65051360/67111528
[pid=6680] ppid=6678 vsize=365064 CPUtime=1.13 cores=0,2,4,6
/proc/6680/stat : 6680 (strangenight2-m) R 6678 6680 5961 0 -1 4202496 45102 0 0 0 100 13 0 0 18 0 4 0 631762624 373825536 36403 33554432000 4194304 4580107 140737470408000 18446744073709551615 4354920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6680/statm: 91332 36727 338 95 0 86314 0
[pid=6680/tid=6681] ppid=6678 vsize=365328 CPUtime=0.28 cores=0,2,4,6
/proc/6680/task/6681/stat : 6681 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 11230 0 0 0 26 2 0 0 18 0 4 0 631762624 374095872 36788 33554432000 4194304 4580107 140737470408000 18446744073709551615 4511053 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6680/tid=6682] ppid=6678 vsize=365328 CPUtime=0.27 cores=0,2,4,6
/proc/6680/task/6682/stat : 6682 (strangenight2-m) D 6678 6680 5961 0 -1 4202560 11484 0 0 0 24 3 0 0 18 0 4 0 631762624 374095872 36807 33554432000 4194304 4580107 140737470408000 18446744073709551615 4307191 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6680/tid=6683] ppid=6678 vsize=365328 CPUtime=0.28 cores=0,2,4,6
/proc/6680/task/6683/stat : 6683 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 11204 0 0 0 25 3 0 0 18 0 4 0 631762624 374095872 36836 33554432000 4194304 4580107 140737470408000 18446744073709551615 212039698615 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 365064

[startup+0.706284 s]
/proc/loadavg: 5.27 4.46 5.35 5/367 6680
/proc/meminfo: memFree=12745612/32951124 swapFree=65051360/67111528
[pid=6680] ppid=6678 vsize=673984 CPUtime=2.61 cores=0,2,4,6
/proc/6680/stat : 6680 (strangenight2-m) D 6678 6680 5961 0 -1 4202496 108345 0 0 0 224 37 0 0 18 0 4 0 631762624 690159616 90829 33554432000 4194304 4580107 140737470408000 18446744073709551615 212039316513 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6680/statm: 168496 90829 338 95 0 163478 0
[pid=6680/tid=6681] ppid=6678 vsize=673984 CPUtime=0.65 cores=0,2,4,6
/proc/6680/task/6681/stat : 6681 (strangenight2-m) D 6678 6680 5961 0 -1 4202560 26626 0 0 0 56 9 0 0 18 0 4 0 631762624 690159616 90829 33554432000 4194304 4580107 140737470408000 18446744073709551615 212039698615 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6680/tid=6682] ppid=6678 vsize=673984 CPUtime=0.65 cores=0,2,4,6
/proc/6680/task/6682/stat : 6682 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 28119 0 0 0 57 8 0 0 18 0 4 0 631762624 690159616 90829 33554432000 4194304 4580107 140737470408000 18446744073709551615 4307026 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6680/tid=6683] ppid=6678 vsize=673984 CPUtime=0.64 cores=0,2,4,6
/proc/6680/task/6683/stat : 6683 (strangenight2-m) D 6678 6680 5961 0 -1 4202560 26603 0 0 0 55 9 0 0 18 0 4 0 631762624 690159616 90829 33554432000 4194304 4580107 140737470408000 18446744073709551615 212039698615 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 673984

[startup+1.50098 s]
/proc/loadavg: 5.27 4.46 5.35 6/371 6684
/proc/meminfo: memFree=12218884/32951124 swapFree=65051360/67111528
[pid=6680] ppid=6678 vsize=1057204 CPUtime=5.47 cores=0,2,4,6
/proc/6680/stat : 6680 (strangenight2-m) R 6678 6680 5961 0 -1 4202496 235628 0 0 0 462 85 0 0 18 0 4 0 631762624 1082576896 200501 33554432000 4194304 4580107 140737470408000 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6680/statm: 264301 200503 338 95 0 259283 0
[pid=6680/tid=6681] ppid=6678 vsize=1057204 CPUtime=1.36 cores=0,2,4,6
/proc/6680/task/6681/stat : 6681 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 58221 0 0 0 115 21 0 0 18 0 4 0 631762624 1082576896 200504 33554432000 4194304 4580107 140737470408000 18446744073709551615 212039322626 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6680/tid=6682] ppid=6678 vsize=1057204 CPUtime=1.35 cores=0,2,4,6
/proc/6680/task/6682/stat : 6682 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 60613 0 0 0 120 15 0 0 18 0 4 0 631762624 1082576896 200505 33554432000 4194304 4580107 140737470408000 18446744073709551615 4311330 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6680/tid=6683] ppid=6678 vsize=1057204 CPUtime=1.36 cores=0,2,4,6
/proc/6680/task/6683/stat : 6683 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 58204 0 0 0 113 23 0 0 18 0 4 0 631762624 1082576896 200507 33554432000 4194304 4580107 140737470408000 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 1057204

[startup+3.1007 s]
/proc/loadavg: 5.27 4.46 5.35 9/371 6684
/proc/meminfo: memFree=11608680/32951124 swapFree=65051360/67111528
[pid=6680] ppid=6678 vsize=1588976 CPUtime=11.78 cores=0,2,4,6
/proc/6680/stat : 6680 (strangenight2-m) R 6678 6680 5961 0 -1 4202496 366823 0 0 0 1056 122 0 0 18 0 4 0 631762624 1627111424 329318 33554432000 4194304 4580107 140737470408000 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6680/statm: 397244 329318 359 95 0 392226 0
[pid=6680/tid=6681] ppid=6678 vsize=1588976 CPUtime=2.93 cores=0,2,4,6
/proc/6680/task/6681/stat : 6681 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 91350 0 0 0 261 32 0 0 19 0 4 0 631762624 1627111424 329318 33554432000 4194304 4580107 140737470408000 18446744073709551615 4293295 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6680/tid=6682] ppid=6678 vsize=1588976 CPUtime=2.93 cores=0,2,4,6
/proc/6680/task/6682/stat : 6682 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 90901 0 0 0 272 21 0 0 19 0 4 0 631762624 1627111424 329318 33554432000 4194304 4580107 140737470408000 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6680/tid=6683] ppid=6678 vsize=1588976 CPUtime=2.94 cores=0,2,4,6
/proc/6680/task/6683/stat : 6683 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 92838 0 0 0 259 35 0 0 18 0 4 0 631762624 1627111424 329318 33554432000 4194304 4580107 140737470408000 18446744073709551615 4336566 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 1588976

[startup+6.30113 s]
/proc/loadavg: 5.56 4.53 5.37 9/371 6684
/proc/meminfo: memFree=11366848/32951124 swapFree=65051360/67111528
[pid=6680] ppid=6678 vsize=1731932 CPUtime=24.54 cores=0,2,4,6
/proc/6680/stat : 6680 (strangenight2-m) R 6678 6680 5961 0 -1 4202496 378356 0 0 0 2330 124 0 0 25 0 4 0 631762624 1773498368 339214 33554432000 4194304 4580107 140737470408000 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6680/statm: 432983 339214 360 95 0 427965 0
[pid=6680/tid=6681] ppid=6678 vsize=1731932 CPUtime=6.09 cores=0,2,4,6
/proc/6680/task/6681/stat : 6681 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 94265 0 0 0 577 32 0 0 25 0 4 0 631762624 1773498368 339214 33554432000 4194304 4580107 140737470408000 18446744073709551615 4292997 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6680/tid=6682] ppid=6678 vsize=1731932 CPUtime=6.14 cores=0,2,4,6
/proc/6680/task/6682/stat : 6682 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 93798 0 0 0 592 22 0 0 25 0 4 0 631762624 1773498368 339214 33554432000 4194304 4580107 140737470408000 18446744073709551615 4293097 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6680/tid=6683] ppid=6678 vsize=1731932 CPUtime=6.13 cores=0,2,4,6
/proc/6680/task/6683/stat : 6683 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 95644 0 0 0 578 35 0 0 25 0 4 0 631762624 1773498368 339214 33554432000 4194304 4580107 140737470408000 18446744073709551615 4301856 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.54
Current children cumulated vsize (KiB) 1731932

[startup+12.701 s]
/proc/loadavg: 5.76 4.59 5.38 9/371 6684
/proc/meminfo: memFree=11311100/32951124 swapFree=65051360/67111528
[pid=6680] ppid=6678 vsize=1733756 CPUtime=50.05 cores=0,2,4,6
/proc/6680/stat : 6680 (strangenight2-m) R 6678 6680 5961 0 -1 4202496 383332 0 0 0 4880 125 0 0 25 0 4 0 631762624 1775366144 342251 33554432000 4194304 4580107 140737470408000 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6680/statm: 433439 342251 361 95 0 428421 0
[pid=6680/tid=6681] ppid=6678 vsize=1733756 CPUtime=12.42 cores=0,2,4,6
/proc/6680/task/6681/stat : 6681 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 94531 0 0 0 1210 32 0 0 25 0 4 0 631762624 1775366144 342251 33554432000 4194304 4580107 140737470408000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6680/tid=6682] ppid=6678 vsize=1733756 CPUtime=12.54 cores=0,2,4,6
/proc/6680/task/6682/stat : 6682 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 94062 0 0 0 1232 22 0 0 25 0 4 0 631762624 1775366144 342251 33554432000 4194304 4580107 140737470408000 18446744073709551615 4293192 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6680/tid=6683] ppid=6678 vsize=1733756 CPUtime=12.53 cores=0,2,4,6
/proc/6680/task/6683/stat : 6683 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 99823 0 0 0 1217 36 0 0 25 0 4 0 631762624 1775366144 342251 33554432000 4194304 4580107 140737470408000 18446744073709551615 4293918 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.05
Current children cumulated vsize (KiB) 1733756

[startup+25.5007 s]
/proc/loadavg: 6.26 4.76 5.42 9/371 6685
/proc/meminfo: memFree=10970960/32951124 swapFree=65051360/67111528
[pid=6680] ppid=6678 vsize=1976848 CPUtime=101.1 cores=0,2,4,6
/proc/6680/stat : 6680 (strangenight2-m) R 6678 6680 5961 0 -1 4202496 458534 0 0 0 9971 139 0 0 25 0 4 0 631762624 2024292352 417008 33554432000 4194304 4580107 140737470408000 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6680/statm: 494212 417008 378 95 0 489194 0
[pid=6680/tid=6681] ppid=6678 vsize=1976848 CPUtime=25.07 cores=0,2,4,6
/proc/6680/task/6681/stat : 6681 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 116121 0 0 0 2469 38 0 0 25 0 4 0 631762624 2024292352 417008 33554432000 4194304 4580107 140737470408000 18446744073709551615 4301867 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6680/tid=6682] ppid=6678 vsize=1976848 CPUtime=25.33 cores=0,2,4,6
/proc/6680/task/6682/stat : 6682 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 115706 0 0 0 2509 24 0 0 25 0 4 0 631762624 2024292352 417008 33554432000 4194304 4580107 140737470408000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6680/tid=6683] ppid=6678 vsize=1976848 CPUtime=25.32 cores=0,2,4,6
/proc/6680/task/6683/stat : 6683 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 110169 0 0 0 2494 38 0 0 25 0 4 0 631762624 2024292352 417008 33554432000 4194304 4580107 140737470408000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.1
Current children cumulated vsize (KiB) 1976848

[startup+51.1011 s]
/proc/loadavg: 6.92 5.03 5.49 9/371 6685
/proc/meminfo: memFree=10862076/32951124 swapFree=65051360/67111528
[pid=6680] ppid=6678 vsize=2108100 CPUtime=203.2 cores=0,2,4,6
/proc/6680/stat : 6680 (strangenight2-m) R 6678 6680 5961 0 -1 4202496 478446 0 0 0 20175 145 0 0 25 0 4 0 631762624 2158694400 436920 33554432000 4194304 4580107 140737470408000 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6680/statm: 527025 436920 378 95 0 522007 0
[pid=6680/tid=6681] ppid=6678 vsize=2108100 CPUtime=50.37 cores=0,2,4,6
/proc/6680/task/6681/stat : 6681 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 121166 0 0 0 4998 39 0 0 25 0 4 0 631762624 2158694400 436920 33554432000 4194304 4580107 140737470408000 18446744073709551615 4294217 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6680/tid=6682] ppid=6678 vsize=2108100 CPUtime=50.94 cores=0,2,4,6
/proc/6680/task/6682/stat : 6682 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 120561 0 0 0 5068 26 0 0 25 0 4 0 631762624 2158694400 436920 33554432000 4194304 4580107 140737470408000 18446744073709551615 4293292 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6680/tid=6683] ppid=6678 vsize=2108100 CPUtime=50.92 cores=0,2,4,6
/proc/6680/task/6683/stat : 6683 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 115688 0 0 0 5052 40 0 0 25 0 4 0 631762624 2158694400 436920 33554432000 4194304 4580107 140737470408000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.2
Current children cumulated vsize (KiB) 2108100

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

[startup+52.7008 s]
/proc/loadavg: 6.92 5.03 5.49 9/371 6686
/proc/meminfo: memFree=10839632/32951124 swapFree=65051360/67111528
[pid=6680] ppid=6678 vsize=2108100 CPUtime=209.61 cores=0,2,4,6
/proc/6680/stat : 6680 (strangenight2-m) R 6678 6680 5961 0 -1 4202496 479716 0 0 0 20815 146 0 0 25 0 4 0 631762624 2158694400 438190 33554432000 4194304 4580107 140737470408000 18446744073709551615 4316717 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6680/statm: 527025 438190 378 95 0 522007 0
[pid=6680/tid=6681] ppid=6678 vsize=2108100 CPUtime=51.95 cores=0,2,4,6
/proc/6680/task/6681/stat : 6681 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 121562 0 0 0 5156 39 0 0 25 0 4 0 631762624 2158694400 438196 33554432000 4194304 4580107 140737470408000 18446744073709551615 4317485 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6680/tid=6682] ppid=6678 vsize=2108100 CPUtime=52.55 cores=0,2,4,6
/proc/6680/task/6682/stat : 6682 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 120910 0 0 0 5229 26 0 0 25 0 4 0 631762624 2158694400 438196 33554432000 4194304 4580107 140737470408000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6680/tid=6683] ppid=6678 vsize=2108100 CPUtime=52.54 cores=0,2,4,6
/proc/6680/task/6683/stat : 6683 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 115978 0 0 0 5214 40 0 0 25 0 4 0 631762624 2158694400 438196 33554432000 4194304 4580107 140737470408000 18446744073709551615 4294259 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 209.61
Current children cumulated vsize (KiB) 2108100

[startup+53.5007 s]
/proc/loadavg: 6.92 5.03 5.49 9/371 6686
/proc/meminfo: memFree=10839632/32951124 swapFree=65051360/67111528
[pid=6680] ppid=6678 vsize=2108100 CPUtime=212.78 cores=0,2,4,6
/proc/6680/stat : 6680 (strangenight2-m) R 6678 6680 5961 0 -1 4202496 480338 0 0 0 21132 146 0 0 25 0 4 0 631762624 2158694400 438812 33554432000 4194304 4580107 140737470408000 18446744073709551615 4316395 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6680/statm: 527025 438812 378 95 0 522007 0
[pid=6680/tid=6681] ppid=6678 vsize=2108100 CPUtime=52.74 cores=0,2,4,6
/proc/6680/task/6681/stat : 6681 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 121767 0 0 0 5235 39 0 0 25 0 4 0 631762624 2158694400 438812 33554432000 4194304 4580107 140737470408000 18446744073709551615 4316702 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6680/tid=6682] ppid=6678 vsize=2108100 CPUtime=53.33 cores=0,2,4,6
/proc/6680/task/6682/stat : 6682 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 121064 0 0 0 5307 26 0 0 25 0 4 0 631762624 2158694400 438812 33554432000 4194304 4580107 140737470408000 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6680/tid=6683] ppid=6678 vsize=2108100 CPUtime=53.32 cores=0,2,4,6
/proc/6680/task/6683/stat : 6683 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 116073 0 0 0 5292 40 0 0 25 0 4 0 631762624 2158694400 438812 33554432000 4194304 4580107 140737470408000 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 212.78
Current children cumulated vsize (KiB) 2108100

[startup+53.7007 s]
/proc/loadavg: 6.92 5.03 5.49 9/371 6686
/proc/meminfo: memFree=10839632/32951124 swapFree=65051360/67111528
[pid=6680] ppid=6678 vsize=2108100 CPUtime=213.58 cores=0,2,4,6
/proc/6680/stat : 6680 (strangenight2-m) R 6678 6680 5961 0 -1 4202496 480486 0 0 0 21212 146 0 0 25 0 4 0 631762624 2158694400 438960 33554432000 4194304 4580107 140737470408000 18446744073709551615 4318494 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6680/statm: 527025 438960 378 95 0 522007 0
[pid=6680/tid=6681] ppid=6678 vsize=2108100 CPUtime=52.94 cores=0,2,4,6
/proc/6680/task/6681/stat : 6681 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 121817 0 0 0 5255 39 0 0 25 0 4 0 631762624 2158694400 438960 33554432000 4194304 4580107 140737470408000 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6680/tid=6682] ppid=6678 vsize=2108100 CPUtime=53.53 cores=0,2,4,6
/proc/6680/task/6682/stat : 6682 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 121084 0 0 0 5327 26 0 0 25 0 4 0 631762624 2158694400 438960 33554432000 4194304 4580107 140737470408000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6680/tid=6683] ppid=6678 vsize=2108100 CPUtime=53.52 cores=0,2,4,6
/proc/6680/task/6683/stat : 6683 (strangenight2-m) R 6678 6680 5961 0 -1 4202560 116116 0 0 0 5312 40 0 0 25 0 4 0 631762624 2158694400 438960 33554432000 4194304 4580107 140737470408000 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 213.58
Current children cumulated vsize (KiB) 2108100

[startup+53.8007 s]
/proc/loadavg: 6.92 5.03 5.49 6/368 6686
/proc/meminfo: memFree=11672168/32951124 swapFree=65051360/67111528
[pid=6680] ppid=6678 vsize=0 CPUtime=213.87 cores=0,2,4,6
/proc/6680/stat : 6680 (strangenight2-m) R 6678 6680 5961 0 -1 4203524 480517 0 0 0 21237 150 0 0 25 0 1 0 631762624 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6680/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 213.87
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 53.8389
CPU time (s): 213.91
CPU user time (s): 212.372
CPU system time (s): 1.53877
CPU usage (%): 397.316
Max. virtual memory (cumulated for all children) (KiB): 2108100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 212.372
system time used= 1.53877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 480517
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= 49971
involuntary context switches= 1156

runsolver used 0.177972 second user time and 0.475927 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-14 19:17:44
IDJOB=3367217
IDBENCH=82364
IDSOLVER=1844
FILE ID=node146/3367217-1305393458
RUNJOBID= node146-1305393424-6536
PBS_JOBID= 13324433
Free space on /tmp= 73056 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.120-NOTKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367217-1305393458/watcher-3367217-1305393458 -o /tmp/evaluation-result-3367217-1305393458/solver-3367217-1305393458 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3367217-1305393458.cnf

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=620426973

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12745768 kB
Buffers:        273400 kB
Cached:        3703732 kB
SwapCached:      41828 kB
Active:       12255760 kB
Inactive:      7652988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12745768 kB
SwapTotal:    67111528 kB
SwapFree:     65051360 kB
Dirty:          226104 kB
Writeback:           0 kB
AnonPages:    15897336 kB
Mapped:          22820 kB
Slab:           171144 kB
PageTables:      60092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82409356 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73052 MiB
End job on node146 at 2011-05-14 19:18:38