Trace number 3367180

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 192.152 49.5962

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-18-U-10652.cnf
MD5SUMf0f11935e861485056485b47c5e1a7c3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.08
Satisfiable
(Un)Satisfiability was proved
Number of variables1987351
Number of clauses5963534
Sum of the clauses size14253662
Maximum clause length1155
Minimum clause length1
Number of clauses of size 1109
Number of clauses of size 23971661
Number of clauses of size 31984242
Number of clauses of size 4766
Number of clauses of size 5765
Number of clauses of size over 55991

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	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-3367180-1305433512.cnf'
0.00/0.01	c -- header says num vars:        1987351
0.00/0.01	c -- header says num clauses:     5963534
13.06/3.70	c -- clauses added:            0 learnts,      5963534 normals,            0 xors
13.06/3.70	c -- vars added    1987351
13.06/3.70	c Parsing time:  2.07 s
13.06/3.70	c  N st     0         0   1987351   1963829   3945111         0  14109380         0   no data   no data
18.64/5.16	c asymm  cl-useful: 1/93/1897171 lits-rem:1 time: 1.36
94.86/24.28	c Flit:  1436 Blit:  59848 bXBeca:    0 bXProp: 9141 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 19.11
96.81/24.78	c Cleaning up after failed var search:     0.48 s 
98.84/25.29	c Replacing     9141 vars Replaced   200846 lits Time:     0.47 s 
102.27/26.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.03 s
103.47/26.46	c bin-w-bin subsume rem          666 bins  time:  0.28 s
107.86/27.55	c subs with bin:      677  lits-rem:      5238  v-fix:    0  time:  1.09 s
154.03/39.17	c Subs w/ non-existent bins:     10 l-rem:     14 v-fix:   244 done:   8451 time: 11.53 s
156.07/39.67	c Removed useless bin:       0  fixed:     0  props:  20.12M  time:  0.50 s
188.82/48.22	c lits-rem:        87  cl-subs:      125  v-elim:  76818  v-fix:    0  time:  8.43 s
190.03/48.65	c Finding binary XORs  T:     0.43 s  found:   18560
191.15/49.06	c Replacing    18560 vars Replaced   266936 lits Time:     0.40 s 
191.55/49.24	c calculated reachability. Time: 0.02
191.75/49.40	c Calc default polars -  time:   0.15 s pos: 1680160 undec:  289245 neg:   17946
191.75/49.40	c =========================================================================================
191.75/49.40	c types(t): F = full restart, N = normal restart
191.75/49.40	c types(t): S = simplification begin/end, E = solution found
191.75/49.40	c restart types(rt): st = static, dy = dynamic
191.75/49.40	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
191.75/49.40	c  B st     0         0   1706425   1712722   3463416         0  12365618         0   no data   no data
191.75/49.40	c Following stats are for *FIRST FINISHED THREAD ONLY*
191.75/49.40	c num threads              : 4          
191.75/49.40	c restarts                 : 2          
191.75/49.40	c dynamic restarts         : 0          
191.75/49.40	c static restarts          : 2          
191.75/49.40	c full restarts            : 0          
191.75/49.40	c total simplify time      : 0.79       
191.75/49.40	c learnts DL2              : 0          
191.75/49.40	c learnts size 2           : 3953194    
191.75/49.40	c learnts size 1           : 624166      (31.41     % of vars)
191.75/49.40	c filedLit time            : 0.00        (0.00      % time)
191.75/49.40	c v-elim SatELite          : 0           (0.00      % vars)
191.75/49.40	c SatELite time            : 0.00        (0.00      % time)
191.75/49.40	c v-elim xor               : 0           (0.00      % vars)
191.75/49.40	c xor elim time            : 0.00        (0.00      % time)
191.75/49.40	c num binary xor trees     : 4956       
191.75/49.40	c binxor trees' crown      : 11922       (2.41      leafs/tree)
191.75/49.40	c bin xor find time        : 0.50       
191.75/49.40	c OTF clause improved      : 9           (0.04      clauses/conflict)
191.75/49.40	c OTF impr. size diff      : 10          (1.11       lits/clause)
191.75/49.40	c OTF cl watch-shrink      : 43          (0.21      clauses/conflict)
191.75/49.40	c OTF cl watch-sh-lit      : 392         (9.12       lits/clause)
191.75/49.40	c tried to recurMin cls    : 101         (48.33      % of conflicts)
191.75/49.40	c updated cache            : 444         (4.40       lits/tried recurMin)
191.75/49.40	c unit cls recevied        : 0           (0.00      % of units)
191.75/49.40	c unit cls sent            : 0           (0.00      % of units)
191.75/49.40	c bin cls recevied         : 0          
191.75/49.40	c bin cls sent             : 0          
191.75/49.40	c clauses over max glue    : 0           (0.00      % of all clauses)
191.75/49.40	c conflicts                : 209         (4.38      / sec)
191.75/49.40	c decisions                : 2513        (1.03      % random)
191.75/49.40	c bogo-props               : 53557046    (1121995.52 / sec)
191.75/49.40	c conflict literals        : 35131       (38.21     % deleted)
191.75/49.40	c Memory used              : 5437.80     MB
191.75/49.40	c single-thread CPU time   : 47.73       s
191.75/49.40	c all-threads sum CPU time : 186.22      s
191.75/49.40	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-3367180-1305433512/watcher-3367180-1305433512 -o /tmp/evaluation-result-3367180-1305433512/solver-3367180-1305433512 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3367180-1305433512.cnf 

running on 4 cores: 1,3,5,7

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: 7.52 7.99 7.97 6/367 16642
/proc/meminfo: memFree=29322852/32951124 swapFree=51873460/67111528
[pid=16642] ppid=16640 vsize=51168 CPUtime=0.02 cores=1,3,5,7
/proc/16642/stat : 16642 (strangenight2-m) R 16640 16642 8955 0 -1 4202496 412 0 0 0 2 0 0 0 21 0 4 0 635767636 52396032 352 33554432000 4194304 4580107 140733335559792 18446744073709551615 47472916579856 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16642/statm: 12792 352 302 95 0 7774 0
[pid=16642/tid=16643] ppid=16640 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/16642/task/16643/stat : 16643 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 4 0 635767636 52396032 352 33554432000 4194304 4580107 140733335559792 18446744073709551615 47472916579865 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16642/tid=16644] ppid=16640 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/16642/task/16644/stat : 16644 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 635767636 52396032 352 33554432000 4194304 4580107 140733335559792 18446744073709551615 47472916580268 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16642/tid=16645] ppid=16640 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/16642/task/16645/stat : 16645 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 635767636 52396032 352 33554432000 4194304 4580107 140733335559792 18446744073709551615 47472916579856 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.069481 s]
/proc/loadavg: 7.52 7.99 7.97 6/367 16642
/proc/meminfo: memFree=29322852/32951124 swapFree=51873460/67111528
[pid=16642] ppid=16640 vsize=368772 CPUtime=0.23 cores=1,3,5,7
/proc/16642/stat : 16642 (strangenight2-m) R 16640 16642 8955 0 -1 4202496 39384 0 0 0 16 7 0 0 17 0 4 0 635767636 377622528 30952 33554432000 4194304 4580107 140733335559792 18446744073709551615 4311330 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16642/statm: 92193 30952 338 95 0 87175 0
[pid=16642/tid=16643] ppid=16640 vsize=368772 CPUtime=0.05 cores=1,3,5,7
/proc/16642/task/16643/stat : 16643 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 10297 0 0 0 4 1 0 0 18 0 4 0 635767636 377622528 30952 33554432000 4194304 4580107 140733335559792 18446744073709551615 212039713194 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16642/tid=16644] ppid=16640 vsize=368772 CPUtime=0.05 cores=1,3,5,7
/proc/16642/task/16644/stat : 16644 (strangenight2-m) D 16640 16642 8955 0 -1 4202560 10061 0 0 0 3 2 0 0 18 0 4 0 635767636 377622528 30952 33554432000 4194304 4580107 140733335559792 18446744073709551615 4307185 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16642/tid=16645] ppid=16640 vsize=370392 CPUtime=0.06 cores=1,3,5,7
/proc/16642/task/16645/stat : 16645 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 9647 0 0 0 4 2 0 0 18 0 4 0 635767636 379281408 32479 33554432000 4194304 4580107 140733335559792 18446744073709551615 212039713194 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 368772

[startup+0.11325 s]
/proc/loadavg: 7.52 7.99 7.97 6/367 16642
/proc/meminfo: memFree=29322852/32951124 swapFree=51873460/67111528
[pid=16642] ppid=16640 vsize=441312 CPUtime=0.37 cores=1,3,5,7
/proc/16642/stat : 16642 (strangenight2-m) R 16640 16642 8955 0 -1 4202496 66753 0 0 0 25 12 0 0 17 0 4 0 635767636 451903488 49294 33554432000 4194304 4580107 140733335559792 18446744073709551615 212039713194 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16642/statm: 110328 49294 338 95 0 105310 0
[pid=16642/tid=16643] ppid=16640 vsize=441312 CPUtime=0.09 cores=1,3,5,7
/proc/16642/task/16643/stat : 16643 (strangenight2-m) D 16640 16642 8955 0 -1 4202560 17701 0 0 0 7 2 0 0 18 0 4 0 635767636 451903488 49294 33554432000 4194304 4580107 140733335559792 18446744073709551615 4310274 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16642/tid=16644] ppid=16640 vsize=441312 CPUtime=0.08 cores=1,3,5,7
/proc/16642/task/16644/stat : 16644 (strangenight2-m) D 16640 16642 8955 0 -1 4202560 16943 0 0 0 5 3 0 0 18 0 4 0 635767636 451903488 49294 33554432000 4194304 4580107 140733335559792 18446744073709551615 4306964 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16642/tid=16645] ppid=16640 vsize=443740 CPUtime=0.09 cores=1,3,5,7
/proc/16642/task/16645/stat : 16645 (strangenight2-m) D 16640 16642 8955 0 -1 4202560 16166 0 0 0 6 3 0 0 18 0 4 0 635767636 454389760 49297 33554432000 4194304 4580107 140733335559792 18446744073709551615 4310274 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 441312

[startup+0.322003 s]
/proc/loadavg: 7.52 7.99 7.97 6/367 16642
/proc/meminfo: memFree=29322852/32951124 swapFree=51873460/67111528
[pid=16642] ppid=16640 vsize=1109312 CPUtime=1.13 cores=1,3,5,7
/proc/16642/stat : 16642 (strangenight2-m) D 16640 16642 8955 0 -1 4202496 217328 0 0 0 75 38 0 0 17 0 4 0 635767636 1135935488 180806 33554432000 4194304 4580107 140733335559792 18446744073709551615 4349571 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16642/statm: 277328 180686 338 95 0 272310 0
[pid=16642/tid=16643] ppid=16640 vsize=1109312 CPUtime=0.29 cores=1,3,5,7
/proc/16642/task/16643/stat : 16643 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 56481 0 0 0 21 8 0 0 18 0 4 0 635767636 1135935488 180686 33554432000 4194304 4580107 140733335559792 18446744073709551615 212039698567 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16642/tid=16644] ppid=16640 vsize=1109312 CPUtime=0.28 cores=1,3,5,7
/proc/16642/task/16644/stat : 16644 (strangenight2-m) D 16640 16642 8955 0 -1 4202560 56067 0 0 0 18 10 0 0 18 0 4 0 635767636 1135935488 180174 33554432000 4194304 4580107 140733335559792 18446744073709551615 212039698567 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16642/tid=16645] ppid=16640 vsize=1109312 CPUtime=0.28 cores=1,3,5,7
/proc/16642/task/16645/stat : 16645 (strangenight2-m) D 16640 16642 8955 0 -1 4202560 50810 0 0 0 19 9 0 0 18 0 4 0 635767636 1135935488 180174 33554432000 4194304 4580107 140733335559792 18446744073709551615 212039698567 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1109312

[startup+0.700333 s]
/proc/loadavg: 7.52 7.99 7.97 6/367 16642
/proc/meminfo: memFree=29322852/32951124 swapFree=51873460/67111528
[pid=16642] ppid=16640 vsize=1974048 CPUtime=2.47 cores=1,3,5,7
/proc/16642/stat : 16642 (strangenight2-m) R 16640 16642 8955 0 -1 4202496 472638 0 0 0 161 86 0 0 17 0 4 0 635767636 2021425152 329581 33554432000 4194304 4580107 140733335559792 18446744073709551615 4311330 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16642/statm: 493512 329613 338 95 0 488494 0
[pid=16642/tid=16643] ppid=16640 vsize=1974048 CPUtime=0.63 cores=1,3,5,7
/proc/16642/task/16643/stat : 16643 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 122371 0 0 0 42 21 0 0 17 0 4 0 635767636 2021425152 329626 33554432000 4194304 4580107 140733335559792 18446744073709551615 4309730 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16642/tid=16644] ppid=16640 vsize=1974048 CPUtime=0.61 cores=1,3,5,7
/proc/16642/task/16644/stat : 16644 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 117239 0 0 0 40 21 0 0 17 0 4 0 635767636 2021425152 329644 33554432000 4194304 4580107 140733335559792 18446744073709551615 4309730 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16642/tid=16645] ppid=16640 vsize=1974048 CPUtime=0.6 cores=1,3,5,7
/proc/16642/task/16645/stat : 16645 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 112775 0 0 0 40 20 0 0 17 0 4 0 635767636 2021425152 329656 33554432000 4194304 4580107 140733335559792 18446744073709551615 4307075 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1974048

[startup+1.50118 s]
/proc/loadavg: 7.52 7.99 7.97 9/371 16646
/proc/meminfo: memFree=27252888/32951124 swapFree=51873460/67111528
[pid=16642] ppid=16640 vsize=2912136 CPUtime=5.3 cores=1,3,5,7
/proc/16642/stat : 16642 (strangenight2-m) S 16640 16642 8955 0 -1 4202496 715428 0 0 0 343 187 0 0 18 0 4 0 635767636 2982027264 559482 33554432000 4194304 4580107 140733335559792 18446744073709551615 212039760366 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16642/statm: 728034 559482 338 95 0 723016 0
[pid=16642/tid=16643] ppid=16640 vsize=2912136 CPUtime=1.35 cores=1,3,5,7
/proc/16642/task/16643/stat : 16643 (strangenight2-m) S 16640 16642 8955 0 -1 4202560 184075 0 0 0 89 46 0 0 18 0 4 0 635767636 2982027264 559482 33554432000 4194304 4580107 140733335559792 18446744073709551615 212039760366 0 0 4096 2 18446604465009438976 0 0 -1 1 0 0 0
[pid=16642/tid=16644] ppid=16640 vsize=2912136 CPUtime=1.31 cores=1,3,5,7
/proc/16642/task/16644/stat : 16644 (strangenight2-m) S 16640 16642 8955 0 -1 4202560 177619 0 0 0 86 45 0 0 18 0 4 0 635767636 2982027264 559482 33554432000 4194304 4580107 140733335559792 18446744073709551615 212039760366 0 0 4096 2 18446604465009438976 0 0 -1 3 0 0 0
[pid=16642/tid=16645] ppid=16640 vsize=2912136 CPUtime=1.31 cores=1,3,5,7
/proc/16642/task/16645/stat : 16645 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 173115 0 0 0 84 47 0 0 18 0 4 0 635767636 2982027264 559482 33554432000 4194304 4580107 140733335559792 18446744073709551615 212039324015 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 2912136

[startup+3.1009 s]
/proc/loadavg: 7.72 8.03 7.98 9/371 16646
/proc/meminfo: memFree=26904452/32951124 swapFree=51873460/67111528
[pid=16642] ppid=16640 vsize=3306152 CPUtime=10.93 cores=1,3,5,7
/proc/16642/stat : 16642 (strangenight2-m) R 16640 16642 8955 0 -1 4202496 833541 0 0 0 697 396 0 0 17 0 4 0 635767636 3385499648 677595 33554432000 4194304 4580107 140733335559792 18446744073709551615 212039760415 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16642/statm: 826538 677598 338 95 0 821520 0
[pid=16642/tid=16643] ppid=16640 vsize=3306152 CPUtime=2.75 cores=1,3,5,7
/proc/16642/task/16643/stat : 16643 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 213892 0 0 0 180 95 0 0 17 0 4 0 635767636 3385499648 677599 33554432000 4194304 4580107 140733335559792 18446744073709551615 212039760366 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16642/tid=16644] ppid=16640 vsize=3306152 CPUtime=2.72 cores=1,3,5,7
/proc/16642/task/16644/stat : 16644 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 207229 0 0 0 172 100 0 0 17 0 4 0 635767636 3385499648 677601 33554432000 4194304 4580107 140733335559792 18446744073709551615 212039760415 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16642/tid=16645] ppid=16640 vsize=3306152 CPUtime=2.71 cores=1,3,5,7
/proc/16642/task/16645/stat : 16645 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 202062 0 0 0 170 101 0 0 17 0 4 0 635767636 3385499648 677601 33554432000 4194304 4580107 140733335559792 18446744073709551615 4511000 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.93
Current children cumulated vsize (KiB) 3306152

[startup+6.30033 s]
/proc/loadavg: 7.72 8.03 7.98 9/371 16646
/proc/meminfo: memFree=26197776/32951124 swapFree=51873460/67111528
[pid=16642] ppid=16640 vsize=4199364 CPUtime=23.43 cores=1,3,5,7
/proc/16642/stat : 16642 (strangenight2-m) R 16640 16642 8955 0 -1 4202496 935041 0 0 0 1865 478 0 0 22 0 4 0 635767636 4300148736 775256 33554432000 4194304 4580107 140733335559792 18446744073709551615 4235815 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16642/statm: 1049841 775256 360 95 0 1044823 0
[pid=16642/tid=16643] ppid=16640 vsize=4199364 CPUtime=5.9 cores=1,3,5,7
/proc/16642/task/16643/stat : 16643 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 240478 0 0 0 475 115 0 0 22 0 4 0 635767636 4300148736 775256 33554432000 4194304 4580107 140733335559792 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16642/tid=16644] ppid=16640 vsize=4199364 CPUtime=5.82 cores=1,3,5,7
/proc/16642/task/16644/stat : 16644 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 233114 0 0 0 460 122 0 0 22 0 4 0 635767636 4300148736 775256 33554432000 4194304 4580107 140733335559792 18446744073709551615 4294322 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16642/tid=16645] ppid=16640 vsize=4199364 CPUtime=5.84 cores=1,3,5,7
/proc/16642/task/16645/stat : 16645 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 226133 0 0 0 463 121 0 0 22 0 4 0 635767636 4300148736 775256 33554432000 4194304 4580107 140733335559792 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.43
Current children cumulated vsize (KiB) 4199364

[startup+12.7012 s]
/proc/loadavg: 7.76 8.02 7.98 9/371 16646
/proc/meminfo: memFree=26173228/32951124 swapFree=51873460/67111528
[pid=16642] ppid=16640 vsize=4201412 CPUtime=48.95 cores=1,3,5,7
/proc/16642/stat : 16642 (strangenight2-m) R 16640 16642 8955 0 -1 4202496 939724 0 0 0 4416 479 0 0 25 0 4 0 635767636 4302245888 779939 33554432000 4194304 4580107 140733335559792 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16642/statm: 1050353 779939 360 95 0 1045335 0
[pid=16642/tid=16643] ppid=16640 vsize=4201412 CPUtime=12.3 cores=1,3,5,7
/proc/16642/task/16643/stat : 16643 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 241986 0 0 0 1114 116 0 0 25 0 4 0 635767636 4302245888 779939 33554432000 4194304 4580107 140733335559792 18446744073709551615 4293182 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16642/tid=16644] ppid=16640 vsize=4201412 CPUtime=12.15 cores=1,3,5,7
/proc/16642/task/16644/stat : 16644 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 234664 0 0 0 1092 123 0 0 25 0 4 0 635767636 4302245888 779939 33554432000 4194304 4580107 140733335559792 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16642/tid=16645] ppid=16640 vsize=4201412 CPUtime=12.24 cores=1,3,5,7
/proc/16642/task/16645/stat : 16645 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 226234 0 0 0 1103 121 0 0 25 0 4 0 635767636 4302245888 779939 33554432000 4194304 4580107 140733335559792 18446744073709551615 47472916555307 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.95
Current children cumulated vsize (KiB) 4201412

[startup+25.5009 s]
/proc/loadavg: 7.72 8.01 7.98 9/371 16677
/proc/meminfo: memFree=26523836/32951124 swapFree=51873460/67111528
[pid=16642] ppid=16640 vsize=4294648 CPUtime=99.99 cores=1,3,5,7
/proc/16642/stat : 16642 (strangenight2-m) R 16640 16642 8955 0 -1 4202496 947694 0 0 0 9517 482 0 0 25 0 4 0 635767636 4397719552 787909 33554432000 4194304 4580107 140733335559792 18446744073709551615 4401482 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16642/statm: 1073662 787910 365 95 0 1068644 0
[pid=16642/tid=16643] ppid=16640 vsize=4294648 CPUtime=25.09 cores=1,3,5,7
/proc/16642/task/16643/stat : 16643 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 242225 0 0 0 2393 116 0 0 25 0 4 0 635767636 4397719552 787910 33554432000 4194304 4580107 140733335559792 18446744073709551615 4439199 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16642/tid=16644] ppid=16640 vsize=4294648 CPUtime=24.79 cores=1,3,5,7
/proc/16642/task/16644/stat : 16644 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 234762 0 0 0 2356 123 0 0 25 0 4 0 635767636 4397719552 787911 33554432000 4194304 4580107 140733335559792 18446744073709551615 4473011 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16642/tid=16645] ppid=16640 vsize=4294648 CPUtime=25.04 cores=1,3,5,7
/proc/16642/task/16645/stat : 16645 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 226234 0 0 0 2383 121 0 0 25 0 4 0 635767636 4397719552 787911 33554432000 4194304 4580107 140733335559792 18446744073709551615 47472916555307 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.99
Current children cumulated vsize (KiB) 4294648

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

[startup+38.3006 s]
/proc/loadavg: 7.92 8.04 7.99 9/371 16677
/proc/meminfo: memFree=25320028/32951124 swapFree=51873460/67111528
[pid=16642] ppid=16640 vsize=5340100 CPUtime=150.87 cores=1,3,5,7
/proc/16642/stat : 16642 (strangenight2-m) R 16640 16642 8955 0 -1 4202496 1233362 0 0 0 14534 553 0 0 25 0 4 0 635767636 5468262400 1051119 33554432000 4194304 4580107 140733335559792 18446744073709551615 4515326 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16642/statm: 1335025 1051119 375 95 0 1330007 0
[pid=16642/tid=16643] ppid=16640 vsize=5340100 CPUtime=37.82 cores=1,3,5,7
/proc/16642/task/16643/stat : 16643 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 344145 0 0 0 3639 143 0 0 25 0 4 0 635767636 5468262400 1051119 33554432000 4194304 4580107 140733335559792 18446744073709551615 4515335 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16642/tid=16644] ppid=16640 vsize=5340100 CPUtime=37.39 cores=1,3,5,7
/proc/16642/task/16644/stat : 16644 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 336959 0 0 0 3594 145 0 0 25 0 4 0 635767636 5468262400 1051119 33554432000 4194304 4580107 140733335559792 18446744073709551615 4439488 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16642/tid=16645] ppid=16640 vsize=5340100 CPUtime=37.84 cores=1,3,5,7
/proc/16642/task/16645/stat : 16645 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 226234 0 0 0 3663 121 0 0 25 0 4 0 635767636 5468262400 1051119 33554432000 4194304 4580107 140733335559792 18446744073709551615 47472916555307 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 150.87
Current children cumulated vsize (KiB) 5340100

[startup+44.7005 s]
/proc/loadavg: 7.93 8.04 7.99 9/371 16677
/proc/meminfo: memFree=25221308/32951124 swapFree=51873460/67111528
[pid=16642] ppid=16640 vsize=5448984 CPUtime=176.32 cores=1,3,5,7
/proc/16642/stat : 16642 (strangenight2-m) R 16640 16642 8955 0 -1 4202496 1299741 0 0 0 17065 567 0 0 25 0 4 0 635767636 5579759616 1069968 33554432000 4194304 4580107 140733335559792 18446744073709551615 4400177 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16642/statm: 1362246 1069968 375 95 0 1357228 0
[pid=16642/tid=16643] ppid=16640 vsize=5448984 CPUtime=44.2 cores=1,3,5,7
/proc/16642/task/16643/stat : 16643 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 370971 0 0 0 4271 149 0 0 25 0 4 0 635767636 5579759616 1069968 33554432000 4194304 4580107 140733335559792 18446744073709551615 4399566 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16642/tid=16644] ppid=16640 vsize=5448984 CPUtime=43.71 cores=1,3,5,7
/proc/16642/task/16644/stat : 16644 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 353723 0 0 0 4221 150 0 0 25 0 4 0 635767636 5579759616 1069968 33554432000 4194304 4580107 140733335559792 18446744073709551615 4399533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16642/tid=16645] ppid=16640 vsize=5448984 CPUtime=44.24 cores=1,3,5,7
/proc/16642/task/16645/stat : 16645 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 226234 0 0 0 4303 121 0 0 25 0 4 0 635767636 5579759616 1069969 33554432000 4194304 4580107 140733335559792 18446744073709551615 47472916555307 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 176.32
Current children cumulated vsize (KiB) 5448984

[startup+47.9009 s]
/proc/loadavg: 7.93 8.04 7.99 8/371 16677
/proc/meminfo: memFree=25125580/32951124 swapFree=51873460/67111528
[pid=16642] ppid=16640 vsize=5568308 CPUtime=187.92 cores=1,3,5,7
/proc/16642/stat : 16642 (strangenight2-m) R 16640 16642 8955 0 -1 4202496 1339728 0 0 0 18220 572 0 0 25 0 4 0 635767636 5701947392 1097173 33554432000 4194304 4580107 140733335559792 18446744073709551615 4395764 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16642/statm: 1392077 1097173 375 95 0 1387059 0
[pid=16642/tid=16643] ppid=16640 vsize=5568308 CPUtime=47.39 cores=1,3,5,7
/proc/16642/task/16643/stat : 16643 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 384228 0 0 0 4589 150 0 0 25 0 4 0 635767636 5701947392 1097173 33554432000 4194304 4580107 140733335559792 18446744073709551615 4496898 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16642/tid=16644] ppid=16640 vsize=5568308 CPUtime=45.74 cores=1,3,5,7
/proc/16642/task/16644/stat : 16644 (strangenight2-m) S 16640 16642 8955 0 -1 4202560 369653 0 0 0 4422 152 0 0 25 0 4 0 635767636 5701947392 1097173 33554432000 4194304 4580107 140733335559792 18446744073709551615 47472916579892 0 0 4096 2 18446604465009438976 0 0 -1 5 0 0 0
[pid=16642/tid=16645] ppid=16640 vsize=5568308 CPUtime=47.44 cores=1,3,5,7
/proc/16642/task/16645/stat : 16645 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 226234 0 0 0 4623 121 0 0 25 0 4 0 635767636 5701947392 1097173 33554432000 4194304 4580107 140733335559792 18446744073709551615 47472916555460 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 187.92
Current children cumulated vsize (KiB) 5568308

[startup+48.7008 s]
/proc/loadavg: 7.93 8.04 7.99 8/371 16677
/proc/meminfo: memFree=25068664/32951124 swapFree=51873460/67111528
[pid=16642] ppid=16640 vsize=5568308 CPUtime=190.32 cores=1,3,5,7
/proc/16642/stat : 16642 (strangenight2-m) R 16640 16642 8955 0 -1 4202496 1347427 0 0 0 18459 573 0 0 25 0 4 0 635767636 5701947392 1104872 33554432000 4194304 4580107 140733335559792 18446744073709551615 4473020 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16642/statm: 1392077 1104872 375 95 0 1387059 0
[pid=16642/tid=16643] ppid=16640 vsize=5568308 CPUtime=48.2 cores=1,3,5,7
/proc/16642/task/16643/stat : 16643 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 388077 0 0 0 4669 151 0 0 25 0 4 0 635767636 5701947392 1104872 33554432000 4194304 4580107 140733335559792 18446744073709551615 4289790 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16642/tid=16644] ppid=16640 vsize=5568308 CPUtime=45.74 cores=1,3,5,7
/proc/16642/task/16644/stat : 16644 (strangenight2-m) S 16640 16642 8955 0 -1 4202560 369653 0 0 0 4422 152 0 0 25 0 4 0 635767636 5701947392 1104872 33554432000 4194304 4580107 140733335559792 18446744073709551615 47472916579892 0 0 4096 2 18446604465009438976 0 0 -1 5 0 0 0
[pid=16642/tid=16645] ppid=16640 vsize=5568308 CPUtime=48.24 cores=1,3,5,7
/proc/16642/task/16645/stat : 16645 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 226234 0 0 0 4703 121 0 0 25 0 4 0 635767636 5701947392 1104872 33554432000 4194304 4580107 140733335559792 18446744073709551615 47472916555460 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 190.32
Current children cumulated vsize (KiB) 5568308

[startup+49.1007 s]
/proc/loadavg: 7.93 8.04 7.99 8/371 16677
/proc/meminfo: memFree=25068664/32951124 swapFree=51873460/67111528
[pid=16642] ppid=16640 vsize=5568308 CPUtime=191.35 cores=1,3,5,7
/proc/16642/stat : 16642 (strangenight2-m) R 16640 16642 8955 0 -1 4202496 1347427 0 0 0 18562 573 0 0 25 0 4 0 635767636 5701947392 1101023 33554432000 4194304 4580107 140733335559792 18446744073709551615 4473779 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16642/statm: 1392077 1101023 375 95 0 1387059 0
[pid=16642/tid=16643] ppid=16640 vsize=5568308 CPUtime=48.42 cores=1,3,5,7
/proc/16642/task/16643/stat : 16643 (strangenight2-m) S 16640 16642 8955 0 -1 4202560 388077 0 0 0 4691 151 0 0 25 0 4 0 635767636 5701947392 1101023 33554432000 4194304 4580107 140733335559792 18446744073709551615 47472916579892 0 0 4096 2 18446604465009438976 0 0 -1 1 0 0 0
[pid=16642/tid=16644] ppid=16640 vsize=5568308 CPUtime=45.74 cores=1,3,5,7
/proc/16642/task/16644/stat : 16644 (strangenight2-m) S 16640 16642 8955 0 -1 4202560 369653 0 0 0 4422 152 0 0 25 0 4 0 635767636 5701947392 1101023 33554432000 4194304 4580107 140733335559792 18446744073709551615 47472916579892 0 0 4096 2 18446604465009438976 0 0 -1 5 0 0 0
[pid=16642/tid=16645] ppid=16640 vsize=5568308 CPUtime=48.64 cores=1,3,5,7
/proc/16642/task/16645/stat : 16645 (strangenight2-m) R 16640 16642 8955 0 -1 4202560 226234 0 0 0 4743 121 0 0 25 0 4 0 635767636 5701947392 1101023 33554432000 4194304 4580107 140733335559792 18446744073709551615 47472916555460 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 191.35
Current children cumulated vsize (KiB) 5568308

[startup+49.5136 s]
/proc/loadavg: 7.93 8.04 7.99 7/371 16677
/proc/meminfo: memFree=25053532/32951124 swapFree=51873460/67111528
[pid=16642] ppid=16640 vsize=0 CPUtime=192.06 cores=1,3,5,7
/proc/16642/stat : 16642 (strangenight2-m) R 16640 16642 8955 0 -1 4203524 1351311 0 0 0 18621 585 0 0 25 0 1 0 635767636 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16642/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 192.06
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 49.5962
CPU time (s): 192.152
CPU user time (s): 186.216
CPU system time (s): 5.9361
CPU usage (%): 387.432
Max. virtual memory (cumulated for all children) (KiB): 5568308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 186.216
system time used= 5.9361
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1351311
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= 226502
involuntary context switches= 1472

runsolver used 0.162975 second user time and 0.438933 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 06:25:14
IDJOB=3367180
IDBENCH=88172
IDSOLVER=1844
FILE ID=node146/3367180-1305433512
RUNJOBID= node146-1305433512-16622
PBS_JOBID= 13324589
Free space on /tmp= 73188 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-18-U-10652.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367180-1305433512/watcher-3367180-1305433512 -o /tmp/evaluation-result-3367180-1305433512/solver-3367180-1305433512 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3367180-1305433512.cnf

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

MD5SUM BENCH= f0f11935e861485056485b47c5e1a7c3
RANDOM SEED=1006630571

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:      29323132 kB
Buffers:        103308 kB
Cached:         467296 kB
SwapCached:      56148 kB
Active:        1499140 kB
Inactive:      1891824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29323132 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:          156476 kB
Writeback:           0 kB
AnonPages:     2771260 kB
Mapped:          17600 kB
Slab:           112020 kB
PageTables:      59968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82614712 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= 73192 MiB
End job on node146 at 2011-05-15 06:26:03