Trace number 3367171

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 249.869 62.6335

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10p0.cnf
MD5SUMef1df882c8a642421a1d0216a16bf652
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.7879
Satisfiable
(Un)Satisfiability was proved
Number of variables155107
Number of clauses675624
Sum of the clauses size1568150
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2547130
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

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-3367171-1305390621.cnf'
0.00/0.01	c -- header says num vars:         155107
0.00/0.01	c -- header says num clauses:      675624
1.15/0.30	c -- clauses added:            0 learnts,       675624 normals,            0 xors
1.15/0.30	c -- vars added     155107
1.15/0.30	c Parsing time:  0.25 s
1.15/0.30	c  N st     0         0    155107    121638    546615         0   1560264         0   no data   no data
2.76/0.73	c asymm  cl-useful: 9/1330/96468 lits-rem:36 time: 0.42
68.61/17.24	c Flit:   375 Blit:   3632 bXBeca:    0 bXProp: 1404 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 16.51
68.61/17.26	c Cleaning up after failed var search:     0.02 s 
69.01/17.30	c Replacing     1404 vars Replaced    40857 lits Time:     0.03 s 
69.01/17.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
69.01/17.36	c bin-w-bin subsume rem        18444 bins  time:  0.02 s
69.41/17.42	c subs with bin:     2369  lits-rem:     21807  v-fix:    0  time:  0.06 s
89.76/22.57	c Subs w/ non-existent bins:    581 l-rem:      0 v-fix:     0 done:  29234 time:  5.14 s
90.96/22.86	c Removed useless bin:     667  fixed:     0  props:  20.01M  time:  0.29 s
92.94/23.37	c lits-rem:      1638  cl-subs:     4457  v-elim:  34093  v-fix:    0  time:  0.50 s
93.34/23.40	c Finding binary XORs  T:     0.03 s  found:     547
93.34/23.43	c Replacing      547 vars Replaced     9696 lits Time:     0.03 s 
93.34/23.49	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
93.34/23.49	c calculated reachability. Time: 0.00
93.74/23.50	c Calc default polars -  time:   0.01 s pos:   14023 undec:   93946 neg:   47138
93.74/23.50	c =========================================================================================
93.74/23.50	c types(t): F = full restart, N = normal restart
93.74/23.50	c types(t): S = simplification begin/end, E = solution found
93.74/23.50	c restart types(rt): st = static, dy = dynamic
93.74/23.50	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
93.74/23.50	c  B st     0         0     74678    134821    242193         0   1013794         0   no data   no data
112.51/28.29	c  N dy    16      4488     69709    128957    224519      4228    943301    714491     15.59     16.45
126.89/31.90	c Finding binary XORs  T:     0.03 s  found:     670
153.65/38.52	c  N dy    30     10216     68497    126224    220518      9707    921120   1762611     14.14     15.38
182.35/45.77	c Finding binary XORs  T:     0.03 s  found:    2801
182.75/45.84	c Replacing     3471 vars Replaced    93572 lits Time:     0.07 s 
215.11/53.99	c  N dy    34     18264     58819    106659    197343     17587    805366   2737031     11.11     11.84
246.60/61.89	c Finding binary XORs  T:     0.03 s  found:     671
247.00/61.93	c Replacing      671 vars Replaced    21152 lits Time:     0.04 s 
249.40/62.60	c  E dy    36     22978     55816     98979    187156      9256    752931    851574     10.16      3.82
249.81/62.61	c Following stats are for *FIRST FINISHED THREAD ONLY*
249.81/62.61	c num threads              : 4          
249.81/62.61	c restarts                 : 36         
249.81/62.61	c dynamic restarts         : 30         
249.81/62.61	c static restarts          : 6          
249.81/62.61	c full restarts            : 0          
249.81/62.61	c total simplify time      : 0.39       
249.81/62.61	c learnts DL2              : 0          
249.81/62.61	c learnts size 2           : 595665     
249.81/62.61	c learnts size 1           : 83142       (53.60     % of vars)
249.81/62.61	c filedLit time            : 16.53       (26.44     % time)
249.81/62.61	c v-elim SatELite          : 34093       (21.98     % vars)
249.81/62.61	c SatELite time            : 5.60        (8.95      % time)
249.81/62.61	c v-elim xor               : 0           (0.00      % vars)
249.81/62.61	c xor elim time            : 0.00        (0.00      % time)
249.81/62.61	c num binary xor trees     : 3651       
249.81/62.61	c binxor trees' crown      : 6093        (1.67      leafs/tree)
249.81/62.61	c bin xor find time        : 0.13       
249.81/62.61	c OTF clause improved      : 302         (0.01      clauses/conflict)
249.81/62.61	c OTF impr. size diff      : 592         (1.96       lits/clause)
249.81/62.61	c OTF cl watch-shrink      : 8563        (0.37      clauses/conflict)
249.81/62.61	c OTF cl watch-sh-lit      : 17864       (2.09       lits/clause)
249.81/62.61	c tried to recurMin cls    : 0           (0.00       % of conflicts)
249.81/62.61	c updated cache            : 0           (nan        lits/tried recurMin)
249.81/62.61	c unit cls recevied        : 1542        (1.85      % of units)
249.81/62.61	c unit cls sent            : 11272       (13.56     % of units)
249.81/62.61	c bin cls recevied         : 8876       
249.81/62.61	c bin cls sent             : 30726      
249.81/62.61	c clauses over max glue    : 0           (0.00      % of all clauses)
249.81/62.61	c conflicts                : 22978       (367.52    / sec)
249.81/62.61	c decisions                : 75264       (0.00      % random)
249.81/62.61	c bogo-props               : 1385166944  (22154697.19 / sec)
249.81/62.61	c conflict literals        : 3267742     (39.41     % deleted)
249.81/62.61	c Memory used              : 694.25      MB
249.81/62.61	c single-thread CPU time   : 62.52       s
249.81/62.61	c all-threads sum CPU time : 249.41      s
249.81/62.61	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-3367171-1305390621/watcher-3367171-1305390621 -o /tmp/evaluation-result-3367171-1305390621/solver-3367171-1305390621 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3367171-1305390621.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: 8.13 8.07 7.39 5/294 3787
/proc/meminfo: memFree=16292072/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 406 0 0 0 0 0 0 0 21 0 4 0 650664949 52396032 347 33554432000 4194304 4580107 140736337462768 18446744073709551615 47527780226988 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 12792 347 299 95 0 7774 0
[pid=3787/tid=3788] ppid=3785 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 650664949 52396032 347 33554432000 4194304 4580107 140736337462768 18446744073709551615 218371013617 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 650664949 52396032 347 33554432000 4194304 4580107 140736337462768 18446744073709551615 47527780226994 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 650664949 52396032 347 33554432000 4194304 4580107 140736337462768 18446744073709551615 47527780226988 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0914871 s]
/proc/loadavg: 8.13 8.07 7.39 5/294 3787
/proc/meminfo: memFree=16292072/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=372896 CPUtime=0.33 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 42738 0 0 0 25 8 0 0 18 0 4 0 650664949 381845504 34059 33554432000 4194304 4580107 140736337462768 18446744073709551615 218370624474 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 93224 34059 338 95 0 88206 0
[pid=3787/tid=3788] ppid=3785 vsize=372896 CPUtime=0.06 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 10495 0 0 0 5 1 0 0 23 0 4 0 650664949 381845504 34059 33554432000 4194304 4580107 140736337462768 18446744073709551615 218370616447 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=372896 CPUtime=0.07 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 10617 0 0 0 5 2 0 0 23 0 4 0 650664949 381845504 34059 33554432000 4194304 4580107 140736337462768 18446744073709551615 4512108 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=372896 CPUtime=0.07 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 10621 0 0 0 6 1 0 0 23 0 4 0 650664949 381845504 34059 33554432000 4194304 4580107 140736337462768 18446744073709551615 4353901 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 372896

[startup+0.100484 s]
/proc/loadavg: 8.13 8.07 7.39 5/294 3787
/proc/meminfo: memFree=16292072/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=372896 CPUtime=0.36 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 42796 0 0 0 28 8 0 0 18 0 4 0 650664949 381845504 34117 33554432000 4194304 4580107 140736337462768 18446744073709551615 4353901 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 93224 34117 338 95 0 88206 0
[pid=3787/tid=3788] ppid=3785 vsize=372896 CPUtime=0.07 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 10553 0 0 0 6 1 0 0 23 0 4 0 650664949 381845504 34117 33554432000 4194304 4580107 140736337462768 18446744073709551615 218370618401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=372896 CPUtime=0.08 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 10617 0 0 0 6 2 0 0 23 0 4 0 650664949 381845504 34117 33554432000 4194304 4580107 140736337462768 18446744073709551615 4511041 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=372896 CPUtime=0.08 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 10621 0 0 0 7 1 0 0 23 0 4 0 650664949 381845504 34117 33554432000 4194304 4580107 140736337462768 18446744073709551615 4513936 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 372896

[startup+0.300449 s]
/proc/loadavg: 8.13 8.07 7.39 5/294 3787
/proc/meminfo: memFree=16292072/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=430360 CPUtime=1.15 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 78772 0 0 0 99 16 0 0 18 0 4 0 650664949 440688640 61778 33554432000 4194304 4580107 140736337462768 18446744073709551615 4355016 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 107590 61784 339 95 0 102572 0
[pid=3787/tid=3788] ppid=3785 vsize=430360 CPUtime=0.28 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 19527 0 0 0 24 4 0 0 24 0 4 0 650664949 440688640 61790 33554432000 4194304 4580107 140736337462768 18446744073709551615 218370616909 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=430360 CPUtime=0.28 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 19441 0 0 0 24 4 0 0 24 0 4 0 650664949 440688640 61793 33554432000 4194304 4580107 140736337462768 18446744073709551615 4307948 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=430360 CPUtime=0.28 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 19443 0 0 0 24 4 0 0 24 0 4 0 650664949 440688640 61794 33554432000 4194304 4580107 140736337462768 18446744073709551615 4307948 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 430360

[startup+0.700378 s]
/proc/loadavg: 8.13 8.07 7.39 5/294 3787
/proc/meminfo: memFree=16292072/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=430344 CPUtime=2.76 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 82886 0 0 0 259 17 0 0 18 0 4 0 650664949 440672256 65782 33554432000 4194304 4580107 140736337462768 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 107586 65782 360 95 0 102568 0
[pid=3787/tid=3788] ppid=3785 vsize=430344 CPUtime=0.68 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 20523 0 0 0 64 4 0 0 25 0 4 0 650664949 440672256 65782 33554432000 4194304 4580107 140736337462768 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=430344 CPUtime=0.69 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 20432 0 0 0 64 5 0 0 25 0 4 0 650664949 440672256 65782 33554432000 4194304 4580107 140736337462768 18446744073709551615 4293255 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=430344 CPUtime=0.68 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 21161 0 0 0 64 4 0 0 25 0 4 0 650664949 440672256 65782 33554432000 4194304 4580107 140736337462768 18446744073709551615 4294754 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 430344

[startup+1.50024 s]
/proc/loadavg: 8.13 8.07 7.39 9/298 3791
/proc/meminfo: memFree=16020352/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=433372 CPUtime=5.95 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 85881 0 0 0 577 18 0 0 19 0 4 0 650664949 443772928 68074 33554432000 4194304 4580107 140736337462768 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 108343 68074 361 95 0 103325 0
[pid=3787/tid=3788] ppid=3785 vsize=433372 CPUtime=1.47 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 21023 0 0 0 143 4 0 0 25 0 4 0 650664949 443772928 68074 33554432000 4194304 4580107 140736337462768 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=433372 CPUtime=1.49 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 20932 0 0 0 144 5 0 0 25 0 4 0 650664949 443772928 68074 33554432000 4194304 4580107 140736337462768 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=433372 CPUtime=1.48 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 22398 0 0 0 144 4 0 0 25 0 4 0 650664949 443772928 68074 33554432000 4194304 4580107 140736337462768 18446744073709551615 4294248 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 433372

[startup+3.10095 s]
/proc/loadavg: 8.13 8.07 7.39 9/298 3791
/proc/meminfo: memFree=16017996/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=433372 CPUtime=12.34 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 86866 0 0 0 1215 19 0 0 25 0 4 0 650664949 443772928 68708 33554432000 4194304 4580107 140736337462768 18446744073709551615 4294245 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 108343 68708 361 95 0 103325 0
[pid=3787/tid=3788] ppid=3785 vsize=433372 CPUtime=3.06 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 21028 0 0 0 302 4 0 0 25 0 4 0 650664949 443772928 68708 33554432000 4194304 4580107 140736337462768 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=433372 CPUtime=3.09 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 20937 0 0 0 304 5 0 0 25 0 4 0 650664949 443772928 68708 33554432000 4194304 4580107 140736337462768 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=433372 CPUtime=3.08 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 23373 0 0 0 303 5 0 0 25 0 4 0 650664949 443772928 68708 33554432000 4194304 4580107 140736337462768 18446744073709551615 218370624416 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 433372

[startup+6.30038 s]
/proc/loadavg: 8.20 8.09 7.40 9/298 3791
/proc/meminfo: memFree=16009768/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=433372 CPUtime=25.11 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 88070 0 0 0 2492 19 0 0 25 0 4 0 650664949 443772928 69912 33554432000 4194304 4580107 140736337462768 18446744073709551615 4293292 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 108343 69912 361 95 0 103325 0
[pid=3787/tid=3788] ppid=3785 vsize=433372 CPUtime=6.23 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 21040 0 0 0 619 4 0 0 25 0 4 0 650664949 443772928 69912 33554432000 4194304 4580107 140736337462768 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=433372 CPUtime=6.29 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 20949 0 0 0 624 5 0 0 25 0 4 0 650664949 443772928 69912 33554432000 4194304 4580107 140736337462768 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=433372 CPUtime=6.28 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 24553 0 0 0 623 5 0 0 25 0 4 0 650664949 443772928 69912 33554432000 4194304 4580107 140736337462768 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 433372

[startup+12.7002 s]
/proc/loadavg: 8.26 8.10 7.41 9/298 3791
/proc/meminfo: memFree=15992064/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=466728 CPUtime=50.65 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 91675 0 0 0 5045 20 0 0 25 0 4 0 650664949 477929472 73517 33554432000 4194304 4580107 140736337462768 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 116682 73517 362 95 0 111664 0
[pid=3787/tid=3788] ppid=3785 vsize=466728 CPUtime=12.57 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 21188 0 0 0 1253 4 0 0 25 0 4 0 650664949 477929472 73517 33554432000 4194304 4580107 140736337462768 18446744073709551615 4293108 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=466728 CPUtime=12.69 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 21096 0 0 0 1264 5 0 0 25 0 4 0 650664949 477929472 73517 33554432000 4194304 4580107 140736337462768 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=466728 CPUtime=12.68 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 27737 0 0 0 1262 6 0 0 25 0 4 0 650664949 477929472 73517 33554432000 4194304 4580107 140736337462768 18446744073709551615 4293067 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 466728

[startup+25.501 s]
/proc/loadavg: 8.20 8.10 7.42 9/298 3792
/proc/meminfo: memFree=15860800/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=705032 CPUtime=101.73 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 127758 0 0 0 10146 27 0 0 25 0 4 0 650664949 721952768 105366 33554432000 4194304 4580107 140736337462768 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 176258 105366 378 95 0 171240 0
[pid=3787/tid=3788] ppid=3785 vsize=705032 CPUtime=25.24 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 32720 0 0 0 2518 6 0 0 25 0 4 0 650664949 721952768 105366 33554432000 4194304 4580107 140736337462768 18446744073709551615 4321874 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=705032 CPUtime=25.49 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 32725 0 0 0 2542 7 0 0 25 0 4 0 650664949 721952768 105366 33554432000 4194304 4580107 140736337462768 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=705032 CPUtime=25.48 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 29442 0 0 0 2541 7 0 0 25 0 4 0 650664949 721952768 105366 33554432000 4194304 4580107 140736337462768 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 705032

[startup+51.1004 s]
/proc/loadavg: 8.19 8.10 7.44 9/298 3792
/proc/meminfo: memFree=15826092/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=779248 CPUtime=203.9 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 140437 0 0 0 20356 34 0 0 25 0 4 0 650664949 797949952 113937 33554432000 4194304 4580107 140736337462768 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 194812 113937 378 95 0 189794 0
[pid=3787/tid=3788] ppid=3785 vsize=779248 CPUtime=50.61 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 35833 0 0 0 5053 8 0 0 25 0 4 0 650664949 797949952 113937 33554432000 4194304 4580107 140736337462768 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=779248 CPUtime=51.09 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 36665 0 0 0 5100 9 0 0 25 0 4 0 650664949 797949952 113937 33554432000 4194304 4580107 140736337462768 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=779248 CPUtime=51.09 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 32753 0 0 0 5100 9 0 0 25 0 4 0 650664949 797949952 113937 33554432000 4194304 4580107 140736337462768 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 779248

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

[startup+57.5003 s]
/proc/loadavg: 8.17 8.10 7.44 9/298 3793
/proc/meminfo: memFree=15815548/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=754976 CPUtime=229.44 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 198805 0 0 0 22902 42 0 0 25 0 4 0 650664949 773095424 112570 33554432000 4194304 4580107 140736337462768 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 188744 112570 379 95 0 183726 0
[pid=3787/tid=3788] ppid=3785 vsize=754976 CPUtime=56.96 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 36368 0 0 0 5687 9 0 0 25 0 4 0 650664949 773095424 112570 33554432000 4194304 4580107 140736337462768 18446744073709551615 4293138 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=754976 CPUtime=57.48 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 37189 0 0 0 5739 9 0 0 25 0 4 0 650664949 773095424 112570 33554432000 4194304 4580107 140736337462768 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=754976 CPUtime=57.48 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 88223 0 0 0 5733 15 0 0 25 0 4 0 650664949 773095424 112570 33554432000 4194304 4580107 140736337462768 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 229.44
Current children cumulated vsize (KiB) 754976

[startup+60.7007 s]
/proc/loadavg: 8.16 8.10 7.45 9/298 3793
/proc/meminfo: memFree=15836008/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=732464 CPUtime=242.21 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 202115 0 0 0 24178 43 0 0 25 0 4 0 650664949 750043136 110203 33554432000 4194304 4580107 140736337462768 18446744073709551615 4321609 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 183116 110203 379 95 0 178098 0
[pid=3787/tid=3788] ppid=3785 vsize=732464 CPUtime=60.12 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 38683 0 0 0 6003 9 0 0 25 0 4 0 650664949 750043136 110203 33554432000 4194304 4580107 140736337462768 18446744073709551615 4316473 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=732464 CPUtime=60.68 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 37399 0 0 0 6059 9 0 0 25 0 4 0 650664949 750043136 110203 33554432000 4194304 4580107 140736337462768 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=732464 CPUtime=60.68 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 88856 0 0 0 6053 15 0 0 25 0 4 0 650664949 750043136 110203 33554432000 4194304 4580107 140736337462768 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 242.21
Current children cumulated vsize (KiB) 732464

[startup+61.5006 s]
/proc/loadavg: 8.16 8.10 7.45 9/298 3793
/proc/meminfo: memFree=15851880/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=710912 CPUtime=245.43 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 204425 0 0 0 24500 43 0 0 25 0 4 0 650664949 727973888 106140 33554432000 4194304 4580107 140736337462768 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 177728 106140 379 95 0 172710 0
[pid=3787/tid=3788] ppid=3785 vsize=710912 CPUtime=60.92 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 38793 0 0 0 6083 9 0 0 25 0 4 0 650664949 727973888 106140 33554432000 4194304 4580107 140736337462768 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=710912 CPUtime=61.49 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 39547 0 0 0 6140 9 0 0 25 0 4 0 650664949 727973888 106140 33554432000 4194304 4580107 140736337462768 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=710912 CPUtime=61.49 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 88880 0 0 0 6134 15 0 0 25 0 4 0 650664949 727973888 106140 33554432000 4194304 4580107 140736337462768 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 245.43
Current children cumulated vsize (KiB) 710912

[startup+62.3004 s]
/proc/loadavg: 8.16 8.10 7.45 9/298 3793
/proc/meminfo: memFree=15851880/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=710912 CPUtime=248.6 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 204792 0 0 0 24817 43 0 0 25 0 4 0 650664949 727973888 106313 33554432000 4194304 4580107 140736337462768 18446744073709551615 4294347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 177728 106313 379 95 0 172710 0
[pid=3787/tid=3788] ppid=3785 vsize=710912 CPUtime=61.71 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 38835 0 0 0 6162 9 0 0 25 0 4 0 650664949 727973888 106313 33554432000 4194304 4580107 140736337462768 18446744073709551615 4321718 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=710912 CPUtime=62.28 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 39606 0 0 0 6219 9 0 0 25 0 4 0 650664949 727973888 106313 33554432000 4194304 4580107 140736337462768 18446744073709551615 4294200 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=710912 CPUtime=62.28 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 89116 0 0 0 6213 15 0 0 25 0 4 0 650664949 727973888 106313 33554432000 4194304 4580107 140736337462768 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 248.6
Current children cumulated vsize (KiB) 710912

[startup+62.5004 s]
/proc/loadavg: 8.16 8.10 7.45 9/298 3793
/proc/meminfo: memFree=15851880/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=710912 CPUtime=249.4 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 204822 0 0 0 24897 43 0 0 25 0 4 0 650664949 727973888 106343 33554432000 4194304 4580107 140736337462768 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 177728 106343 379 95 0 172710 0
[pid=3787/tid=3788] ppid=3785 vsize=710912 CPUtime=61.91 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 38845 0 0 0 6182 9 0 0 25 0 4 0 650664949 727973888 106343 33554432000 4194304 4580107 140736337462768 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=710912 CPUtime=62.48 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 39616 0 0 0 6239 9 0 0 25 0 4 0 650664949 727973888 106343 33554432000 4194304 4580107 140736337462768 18446744073709551615 4320983 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=710912 CPUtime=62.48 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 89119 0 0 0 6233 15 0 0 25 0 4 0 650664949 727973888 106343 33554432000 4194304 4580107 140736337462768 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 249.4
Current children cumulated vsize (KiB) 710912

[startup+62.6004 s]
/proc/loadavg: 8.15 8.10 7.45 9/298 3793
/proc/meminfo: memFree=15846920/32951124 swapFree=52307768/67111528
[pid=3787] ppid=3785 vsize=710912 CPUtime=249.81 cores=1,3,5,7
/proc/3787/stat : 3787 (strangenight2-m) R 3785 3787 3572 0 -1 4202496 204843 0 0 0 24938 43 0 0 25 0 4 0 650664949 727973888 106364 33554432000 4194304 4580107 140736337462768 18446744073709551615 47527780202180 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3787/statm: 177728 106364 379 95 0 172710 0
[pid=3787/tid=3788] ppid=3785 vsize=710912 CPUtime=62.01 cores=1,3,5,7
/proc/3787/task/3788/stat : 3788 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 38851 0 0 0 6192 9 0 0 25 0 4 0 650664949 727973888 106364 33554432000 4194304 4580107 140736337462768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3787/tid=3789] ppid=3785 vsize=710912 CPUtime=62.59 cores=1,3,5,7
/proc/3787/task/3789/stat : 3789 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 39625 0 0 0 6250 9 0 0 25 0 4 0 650664949 727973888 106364 33554432000 4194304 4580107 140736337462768 18446744073709551615 47527780226576 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3787/tid=3790] ppid=3785 vsize=710912 CPUtime=62.59 cores=1,3,5,7
/proc/3787/task/3790/stat : 3790 (strangenight2-m) R 3785 3787 3572 0 -1 4202560 89122 0 0 0 6244 15 0 0 25 0 4 0 650664949 727973888 106364 33554432000 4194304 4580107 140736337462768 18446744073709551615 47527780226585 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 249.81
Current children cumulated vsize (KiB) 710912

Child status: 20
Real time (s): 62.6335
CPU time (s): 249.869
CPU user time (s): 249.41
CPU system time (s): 0.45893
CPU usage (%): 398.938
Max. virtual memory (cumulated for all children) (KiB): 803480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.41
system time used= 0.45893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204846
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= 3047
involuntary context switches= 1682

runsolver used 0.153976 second user time and 0.426935 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-14 18:30:22
IDJOB=3367171
IDBENCH=71003
IDSOLVER=1844
FILE ID=node101/3367171-1305390621
RUNJOBID= node101-1305388906-3591
PBS_JOBID= 13324427
Free space on /tmp= 73716 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10p0.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367171-1305390621/watcher-3367171-1305390621 -o /tmp/evaluation-result-3367171-1305390621/solver-3367171-1305390621 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3367171-1305390621.cnf

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

MD5SUM BENCH= ef1df882c8a642421a1d0216a16bf652
RANDOM SEED=1498956294

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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.83
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.841
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.74
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.841
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.83
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16292360 kB
Buffers:        313916 kB
Cached:        5871528 kB
SwapCached:      14848 kB
Active:       11372292 kB
Inactive:      5010428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16292360 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           17100 kB
Writeback:           0 kB
AnonPages:    10194192 kB
Mapped:          15220 kB
Slab:           149284 kB
PageTables:      63384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42644164 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= 73712 MiB
End job on node101 at 2011-05-14 18:31:25