Trace number 3175149

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-1-mtUNSAT 50.7633 12.7126

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1452052526-056.UNKNOWN.cnf
MD5SUM4d66ba50f7a6612793464325a5c5e742
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.677896
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175149-1304092570.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:        1278
0.00/0.00	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.00	c -- vars added        300
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       300      1278         0         0      3834         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.18/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
3.18/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.18/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      9  v-fix:    0  time:  0.00 s
3.18/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.18/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.18/0.80	c calculated reachability. Time: 0.00
3.18/0.80	c Calc default polars -  time:   0.00 s pos:     131 undec:      41 neg:     128
3.18/0.80	c =========================================================================================
3.18/0.80	c types(t): F = full restart, N = normal restart
3.18/0.80	c types(t): S = simplification begin/end, E = solution found
3.18/0.80	c restart types(rt): st = static, dy = dynamic
3.18/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.18/0.80	c  B st     0         0       291      1263         0         0      3821         0   no data   no data  --
3.18/0.80	c Decided on static restart strategy
3.18/0.80	c  N st     8      4920       291      1263         0      4747      3821     69888   no data   no data  --
3.18/0.80	c  N st    10     11304       291      1263         0      4367      3821     48864   no data   no data  --
3.18/0.80	c  N st    11     17047       291      1263         0      9802      3821    120531   no data   no data  --
3.58/0.90	c  F st    12     25000       291      1263         0     12073      3821    154986   no data   no data  --
3.58/0.90	c  N st    12     25000       291      1263         0     12073      3821    154986   no data   no data  --
3.98/1.10	c Decided on static restart strategy
3.98/1.10	c  N st    18     30000       291      1263         0     10373      3821    117298   no data   no data  --
3.98/1.10	c  S st    18     30000       291      1263         0     10373      3821    117298   no data   no data  --
3.98/1.10	c  S st    18     30506       291      1263         0     10876      3821    125098   no data   no data  --
3.98/1.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.98/1.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.98/1.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.40/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.40/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
4.40/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.30	c lits-rem:       366  cl-subs:     2180  v-elim:      0  v-fix:    0  time:  0.44 s
5.17/1.30	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.03
5.17/1.30	c calculated reachability. Time: 0.00
5.17/1.30	c  N st    18     30506       291      1263         0      8696      3821     98959   no data   no data  --
5.97/1.59	c  N st    20     37619       291      1263         0      8018      3821     80003   no data   no data  --
7.17/1.87	c  N st    21     44018       291      1263         0     14038      3821    156605   no data   no data  --
7.57/1.98	c  S st    22     45760       291      1263         0     15682      3821    175235   no data   no data  --
7.97/2.02	c  S st    22     46261       291      1263         0     16177      3821    183037   no data   no data  --
7.97/2.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.97/2.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.97/2.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
7.97/2.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.97/2.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.97/2.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
7.97/2.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.18/2.35	c lits-rem:       700  cl-subs:     3911  v-elim:      0  v-fix:    0  time:  1.25 s
9.18/2.35	c vivif2 --  cl tried     1263 cl shrink        0 lits rem          0 time: 0.00
9.18/2.35	c vivif2 --  cl tried    12266 cl shrink        0 lits rem          0 time: 0.01
9.18/2.36	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.04
9.18/2.36	c calculated reachability. Time: 0.00
9.18/2.36	c  N st    22     46261       291      1263         0     12266      3821    137197   no data   no data  --
12.37/3.13	c  N st    23     60659       291      1263         1     17543      3821    198769   no data   no data  --
14.36/3.61	c  N st    24     69391       291      1263         1     16472      3821    175937   no data   no data  --
14.36/3.61	c  S st    24     69391       291      1263         1     16472      3821    175937   no data   no data  --
14.36/3.65	c  S st    24     69896       291      1263         1     16976      3821    184012   no data   no data  --
14.36/3.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.36/3.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.36/3.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
14.36/3.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.76/3.70	c subs with bin:     1133  lits-rem:        47  v-fix:    0  time:  0.16 s
14.76/3.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
14.76/3.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.55/3.97	c lits-rem:       219  cl-subs:     4082  v-elim:      0  v-fix:    0  time:  1.06 s
15.55/3.97	c vivif2 --  cl tried     1263 cl shrink        0 lits rem          0 time: 0.00
15.55/3.97	c vivif2 --  cl tried    11761 cl shrink        0 lits rem          0 time: 0.00
15.55/3.98	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.04
15.55/3.98	c calculated reachability. Time: 0.00
15.55/3.98	c  N st    24     69896       291      1263         1     11761      3821    122906   no data   no data  --
19.55/4.92	c  F st    25     87501       291      1263         1     18253      3821    198840   no data   no data  --
19.55/4.92	c  N st    25     87501       291      1263         1     18253      3821    198840   no data   no data  --
20.75/5.29	c Decided on static restart strategy
21.56/5.44	c  N st    32     95537       291      1263         1     14536      3821    144276   no data   no data  --
23.95/6.03	c  N st    34    104844       291      1263         1     23311      3821    264508   no data   no data  --
23.95/6.03	c  S st    34    104844       291      1263         1     23311      3821    264508   no data   no data  --
23.95/6.08	c  S st    34    105347       291      1263         1     23811      3821    273201   no data   no data  --
23.95/6.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.95/6.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.95/6.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
23.95/6.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.95/6.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.95/6.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
23.95/6.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.76/6.75	c lits-rem:      1110  cl-subs:     4673  v-elim:      0  v-fix:    0  time:  2.60 s
26.76/6.75	c vivif2 --  cl tried     1263 cl shrink        0 lits rem          0 time: 0.00
26.76/6.75	c vivif2 --  cl tried    19138 cl shrink        0 lits rem          0 time: 0.01
26.76/6.76	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.05
26.76/6.77	c calculated reachability. Time: 0.00
26.76/6.77	c  N st    34    105347       291      1263         1     19138      3821    216567   no data   no data  --
29.55/7.40	c  N st    35    114945       291      1263         1     16134      3821    163938   no data   no data  --
33.14/8.38	c  N st    36    129344       291      1263         2     16506      3821    154315   no data   no data  --
38.73/9.73	c  N st    37    150942       291      1263         4     22806      3821    229984   no data   no data  --
38.73/9.74	c Finding binary XORs  T:     0.00 s  found:       0
40.73/10.24	c  S st    38    158020       290      1244        14     28143      3784    305545   no data   no data  --
41.13/10.32	c  S st    38    158522       290      1244        14     28644      3784    313354   no data   no data  --
41.13/10.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.13/10.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.13/10.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
41.13/10.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.93/10.58	c subs with bin:     4677  lits-rem:      1390  v-fix:    0  time:  1.00 s
41.93/10.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    290 time:  0.00 s
41.93/10.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.72/11.21	c lits-rem:      1161  cl-subs:     2269  v-elim:      0  v-fix:    0  time:  2.52 s
44.72/11.21	c vivif2 --  cl tried     1243 cl shrink        0 lits rem          0 time: 0.00
44.72/11.22	c vivif2 --  cl tried    21699 cl shrink        0 lits rem          0 time: 0.02
44.72/11.23	c asymm  cl-useful: 0/1243/1243 lits-rem:0 time: 0.06
44.72/11.24	c calculated reachability. Time: 0.00
44.72/11.24	c  N st    38    158522       290      1243        15     21699      3783    236819   no data   no data  --
50.71/12.70	c Following stats are for *FIRST FINISHED THREAD ONLY*
50.71/12.70	c num threads              : 4          
50.71/12.70	c restarts                 : 38         
50.71/12.70	c dynamic restarts         : 0          
50.71/12.70	c static restarts          : 38         
50.71/12.70	c full restarts            : 2          
50.71/12.70	c total simplify time      : 0.07       
50.71/12.70	c learnts DL2              : 0          
50.71/12.70	c learnts size 2           : 119        
50.71/12.70	c learnts size 1           : 69          (23.00     % of vars)
50.71/12.70	c filedLit time            : 0.04        (0.09      % time)
50.71/12.70	c v-elim SatELite          : 9           (3.00      % vars)
50.71/12.70	c SatELite time            : 3.61        (7.11      % time)
50.71/12.70	c v-elim xor               : 0           (0.00      % vars)
50.71/12.70	c xor elim time            : 0.01        (0.02      % time)
50.71/12.70	c num binary xor trees     : 0          
50.71/12.70	c binxor trees' crown      : 0           (nan       leafs/tree)
50.71/12.70	c bin xor find time        : 0.00       
50.71/12.70	c OTF clause improved      : 9794        (0.05      clauses/conflict)
50.71/12.70	c OTF impr. size diff      : 10093       (1.03       lits/clause)
50.71/12.70	c OTF cl watch-shrink      : 30193       (0.16      clauses/conflict)
50.71/12.70	c OTF cl watch-sh-lit      : 35097       (1.16       lits/clause)
50.71/12.70	c tried to recurMin cls    : 28067       (14.56      % of conflicts)
50.71/12.70	c updated cache            : 0           (0.00       lits/tried recurMin)
50.71/12.70	c unit cls received        : 3           (4.35      % of units)
50.71/12.70	c unit cls sent            : 1           (1.45      % of units)
50.71/12.70	c bin cls received         : 23         
50.71/12.70	c bin cls sent             : 18         
50.71/12.70	c clauses over max glue    : 0           (0.00      % of all clauses)
50.71/12.70	c conflicts                : 192718      (3800.07   / sec)
50.71/12.70	c decisions                : 225044      (2.22      % random)
50.71/12.70	c bogo-props               : 1517295980  (29918509.75 / sec)
50.71/12.70	c conflict literals        : 2605743     (27.40     % deleted)
50.71/12.70	c Memory used              : 260.40      MB
50.71/12.70	c single-thread CPU time   : 50.71       s
50.71/12.70	c all-threads sum CPU time : 50.71       s
50.71/12.70	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: 935)

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-3175149-1304092570/watcher-3175149-1304092570 -o /tmp/evaluation-result-3175149-1304092570/solver-3175149-1304092570 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175149-1304092570.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: 7.79 8.03 7.99 5/180 19248
/proc/meminfo: memFree=17489580/32951124 swapFree=67111528/67111528
[pid=19248] ppid=19246 vsize=182308 CPUtime=0 cores=0,2,4,6
/proc/19248/stat : 19248 (strangenight1-m) R 19246 19248 19020 0 -1 4202496 465 0 0 0 0 0 0 0 25 0 4 0 520859580 186683392 394 33554432000 4194304 4650419 140733596949456 18446744073709551615 216633994081 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19248/statm: 45578 396 331 112 0 40543 0
[pid=19248/tid=19249] ppid=19246 vsize=183280 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19249/stat : 19249 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 4 0 520859580 187678720 441 33554432000 4194304 4650419 140733596949456 18446744073709551615 216634558554 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19248/tid=19250] ppid=19246 vsize=248836 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19250/stat : 19250 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 34 0 0 0 0 0 0 0 25 0 4 0 520859580 254808064 445 33554432000 4194304 4650419 140733596949456 18446744073709551615 216634176197 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19248/tid=19251] ppid=19246 vsize=248820 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19251/stat : 19251 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 32 0 0 0 0 0 0 0 25 0 4 0 520859580 254791680 455 33554432000 4194304 4650419 140733596949456 18446744073709551615 4353632 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.106914 s]
/proc/loadavg: 7.79 8.03 7.99 5/180 19248
/proc/meminfo: memFree=17489580/32951124 swapFree=67111528/67111528
[pid=19248] ppid=19246 vsize=282152 CPUtime=0.41 cores=0,2,4,6
/proc/19248/stat : 19248 (strangenight1-m) R 19246 19248 19020 0 -1 4202496 1460 0 0 0 41 0 0 0 18 0 4 0 520859580 288923648 1357 33554432000 4194304 4650419 140733596949456 18446744073709551615 4364336 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19248/statm: 70538 1357 391 112 0 65503 0
[pid=19248/tid=19249] ppid=19246 vsize=282152 CPUtime=0.1 cores=0,2,4,6
/proc/19248/task/19249/stat : 19249 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 315 0 0 0 10 0 0 0 25 0 4 0 520859580 288923648 1357 33554432000 4194304 4650419 140733596949456 18446744073709551615 4328348 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19248/tid=19250] ppid=19246 vsize=282152 CPUtime=0.1 cores=0,2,4,6
/proc/19248/task/19250/stat : 19250 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 251 0 0 0 10 0 0 0 25 0 4 0 520859580 288923648 1357 33554432000 4194304 4650419 140733596949456 18446744073709551615 4328338 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19248/tid=19251] ppid=19246 vsize=282152 CPUtime=0.1 cores=0,2,4,6
/proc/19248/task/19251/stat : 19251 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 220 0 0 0 10 0 0 0 25 0 4 0 520859580 288923648 1357 33554432000 4194304 4650419 140733596949456 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282152

[startup+0.200898 s]
/proc/loadavg: 7.79 8.03 7.99 5/180 19248
/proc/meminfo: memFree=17489580/32951124 swapFree=67111528/67111528
[pid=19248] ppid=19246 vsize=283008 CPUtime=0.78 cores=0,2,4,6
/proc/19248/stat : 19248 (strangenight1-m) R 19246 19248 19020 0 -1 4202496 1990 0 0 0 78 0 0 0 18 0 4 0 520859580 289800192 1516 33554432000 4194304 4650419 140733596949456 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19248/statm: 70752 1516 393 112 0 65717 0
[pid=19248/tid=19249] ppid=19246 vsize=283008 CPUtime=0.19 cores=0,2,4,6
/proc/19248/task/19249/stat : 19249 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 447 0 0 0 19 0 0 0 25 0 4 0 520859580 289800192 1516 33554432000 4194304 4650419 140733596949456 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19248/tid=19250] ppid=19246 vsize=283008 CPUtime=0.19 cores=0,2,4,6
/proc/19248/task/19250/stat : 19250 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 388 0 0 0 19 0 0 0 25 0 4 0 520859580 289800192 1516 33554432000 4194304 4650419 140733596949456 18446744073709551615 4367245 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19248/tid=19251] ppid=19246 vsize=283008 CPUtime=0.19 cores=0,2,4,6
/proc/19248/task/19251/stat : 19251 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 349 0 0 0 19 0 0 0 25 0 4 0 520859580 289800192 1516 33554432000 4194304 4650419 140733596949456 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283008

[startup+0.30088 s]
/proc/loadavg: 7.79 8.03 7.99 5/180 19248
/proc/meminfo: memFree=17489580/32951124 swapFree=67111528/67111528
[pid=19248] ppid=19246 vsize=283008 CPUtime=1.18 cores=0,2,4,6
/proc/19248/stat : 19248 (strangenight1-m) R 19246 19248 19020 0 -1 4202496 2272 0 0 0 118 0 0 0 18 0 4 0 520859580 289800192 1798 33554432000 4194304 4650419 140733596949456 18446744073709551615 4328256 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19248/statm: 70752 1798 393 112 0 65717 0
[pid=19248/tid=19249] ppid=19246 vsize=283008 CPUtime=0.29 cores=0,2,4,6
/proc/19248/task/19249/stat : 19249 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 523 0 0 0 29 0 0 0 25 0 4 0 520859580 289800192 1798 33554432000 4194304 4650419 140733596949456 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19248/tid=19250] ppid=19246 vsize=283008 CPUtime=0.29 cores=0,2,4,6
/proc/19248/task/19250/stat : 19250 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 476 0 0 0 29 0 0 0 25 0 4 0 520859580 289800192 1798 33554432000 4194304 4650419 140733596949456 18446744073709551615 4363455 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19248/tid=19251] ppid=19246 vsize=283008 CPUtime=0.29 cores=0,2,4,6
/proc/19248/task/19251/stat : 19251 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 420 0 0 0 29 0 0 0 25 0 4 0 520859580 289800192 1798 33554432000 4194304 4650419 140733596949456 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283008

[startup+0.700811 s]
/proc/loadavg: 7.79 8.03 7.99 5/180 19248
/proc/meminfo: memFree=17489580/32951124 swapFree=67111528/67111528
[pid=19248] ppid=19246 vsize=284096 CPUtime=2.78 cores=0,2,4,6
/proc/19248/stat : 19248 (strangenight1-m) R 19246 19248 19020 0 -1 4202496 3910 0 0 0 278 0 0 0 18 0 4 0 520859580 290914304 2167 33554432000 4194304 4650419 140733596949456 18446744073709551615 4363566 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19248/statm: 71024 2167 393 112 0 65989 0
[pid=19248/tid=19249] ppid=19246 vsize=284096 CPUtime=0.69 cores=0,2,4,6
/proc/19248/task/19249/stat : 19249 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 958 0 0 0 69 0 0 0 25 0 4 0 520859580 290914304 2167 33554432000 4194304 4650419 140733596949456 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19248/tid=19250] ppid=19246 vsize=284096 CPUtime=0.69 cores=0,2,4,6
/proc/19248/task/19250/stat : 19250 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 899 0 0 0 69 0 0 0 25 0 4 0 520859580 290914304 2167 33554432000 4194304 4650419 140733596949456 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19248/tid=19251] ppid=19246 vsize=284096 CPUtime=0.69 cores=0,2,4,6
/proc/19248/task/19251/stat : 19251 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 804 0 0 0 69 0 0 0 25 0 4 0 520859580 290914304 2167 33554432000 4194304 4650419 140733596949456 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284096

[startup+1.50067 s]
/proc/loadavg: 7.79 8.03 7.99 10/184 19252
/proc/meminfo: memFree=17478256/32951124 swapFree=67111528/67111528
[pid=19248] ppid=19246 vsize=288288 CPUtime=5.97 cores=0,2,4,6
/proc/19248/stat : 19248 (strangenight1-m) R 19246 19248 19020 0 -1 4202496 6731 0 0 0 597 0 0 0 20 0 4 0 520859580 295206912 3657 33554432000 4194304 4650419 140733596949456 18446744073709551615 4365195 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19248/statm: 72072 3657 395 112 0 67037 0
[pid=19248/tid=19249] ppid=19246 vsize=288288 CPUtime=1.49 cores=0,2,4,6
/proc/19248/task/19249/stat : 19249 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 1533 0 0 0 149 0 0 0 25 0 4 0 520859580 295206912 3657 33554432000 4194304 4650419 140733596949456 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19248/tid=19250] ppid=19246 vsize=288288 CPUtime=1.48 cores=0,2,4,6
/proc/19248/task/19250/stat : 19250 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 1512 0 0 0 148 0 0 0 25 0 4 0 520859580 295206912 3657 33554432000 4194304 4650419 140733596949456 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19248/tid=19251] ppid=19246 vsize=288288 CPUtime=1.49 cores=0,2,4,6
/proc/19248/task/19251/stat : 19251 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 1209 0 0 0 149 0 0 0 25 0 4 0 520859580 295206912 3657 33554432000 4194304 4650419 140733596949456 18446744073709551615 4313446 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 288288

[startup+3.10039 s]
/proc/loadavg: 7.79 8.03 7.99 9/184 19252
/proc/meminfo: memFree=17462260/32951124 swapFree=67111528/67111528
[pid=19248] ppid=19246 vsize=281568 CPUtime=12.37 cores=0,2,4,6
/proc/19248/stat : 19248 (strangenight1-m) R 19246 19248 19020 0 -1 4202496 13127 0 0 0 1236 1 0 0 25 0 4 0 520859580 288325632 7277 33554432000 4194304 4650419 140733596949456 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19248/statm: 70392 7277 395 112 0 65357 0
[pid=19248/tid=19249] ppid=19246 vsize=281568 CPUtime=3.09 cores=0,2,4,6
/proc/19248/task/19249/stat : 19249 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 3106 0 0 0 309 0 0 0 25 0 4 0 520859580 288325632 7277 33554432000 4194304 4650419 140733596949456 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19248/tid=19250] ppid=19246 vsize=281568 CPUtime=3.07 cores=0,2,4,6
/proc/19248/task/19250/stat : 19250 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 3415 0 0 0 307 0 0 0 25 0 4 0 520859580 288325632 7277 33554432000 4194304 4650419 140733596949456 18446744073709551615 4334396 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19248/tid=19251] ppid=19246 vsize=281568 CPUtime=3.09 cores=0,2,4,6
/proc/19248/task/19251/stat : 19251 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 3091 0 0 0 309 0 0 0 25 0 4 0 520859580 288325632 7277 33554432000 4194304 4650419 140733596949456 18446744073709551615 4314688 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 281568

[startup+6.30083 s]
/proc/loadavg: 7.81 8.03 7.99 9/184 19252
/proc/meminfo: memFree=17444212/32951124 swapFree=67111528/67111528
[pid=19248] ppid=19246 vsize=285224 CPUtime=25.15 cores=0,2,4,6
/proc/19248/stat : 19248 (strangenight1-m) R 19246 19248 19020 0 -1 4202496 19693 0 0 0 2513 2 0 0 25 0 4 0 520859580 292069376 9899 33554432000 4194304 4650419 140733596949456 18446744073709551615 4433087 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19248/statm: 71306 9899 395 112 0 66271 0
[pid=19248/tid=19249] ppid=19246 vsize=285224 CPUtime=6.29 cores=0,2,4,6
/proc/19248/task/19249/stat : 19249 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 5254 0 0 0 629 0 0 0 25 0 4 0 520859580 292069376 9899 33554432000 4194304 4650419 140733596949456 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19248/tid=19250] ppid=19246 vsize=285224 CPUtime=6.26 cores=0,2,4,6
/proc/19248/task/19250/stat : 19250 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 5036 0 0 0 626 0 0 0 25 0 4 0 520859580 292069376 9899 33554432000 4194304 4650419 140733596949456 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19248/tid=19251] ppid=19246 vsize=285224 CPUtime=6.29 cores=0,2,4,6
/proc/19248/task/19251/stat : 19251 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 4001 0 0 0 629 0 0 0 25 0 4 0 520859580 292069376 9899 33554432000 4194304 4650419 140733596949456 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 285224

[startup+12.7007 s]
/proc/loadavg: 7.90 8.04 8.00 9/184 19253
/proc/meminfo: memFree=17437660/32951124 swapFree=67111528/67111528
[pid=19248] ppid=19246 vsize=266648 CPUtime=50.71 cores=0,2,4,6
/proc/19248/stat : 19248 (strangenight1-m) R 19246 19248 19020 0 -1 4202496 28505 0 0 0 5067 4 0 0 25 0 4 0 520859580 273047552 12351 33554432000 4194304 4650419 140733596949456 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19248/statm: 66662 12351 395 112 0 61627 0
[pid=19248/tid=19249] ppid=19246 vsize=266648 CPUtime=12.69 cores=0,2,4,6
/proc/19248/task/19249/stat : 19249 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 8066 0 0 0 1268 1 0 0 25 0 4 0 520859580 273047552 12351 33554432000 4194304 4650419 140733596949456 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19248/tid=19250] ppid=19246 vsize=266648 CPUtime=12.62 cores=0,2,4,6
/proc/19248/task/19250/stat : 19250 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 7334 0 0 0 1262 0 0 0 25 0 4 0 520859580 273047552 12351 33554432000 4194304 4650419 140733596949456 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19248/tid=19251] ppid=19246 vsize=266648 CPUtime=12.69 cores=0,2,4,6
/proc/19248/task/19251/stat : 19251 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 5669 0 0 0 1268 1 0 0 25 0 4 0 520859580 273047552 12351 33554432000 4194304 4650419 140733596949456 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 266648

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

[startup+12.7007 s]
/proc/loadavg: 7.90 8.04 8.00 9/184 19253
/proc/meminfo: memFree=17437660/32951124 swapFree=67111528/67111528
[pid=19248] ppid=19246 vsize=266648 CPUtime=50.71 cores=0,2,4,6
/proc/19248/stat : 19248 (strangenight1-m) R 19246 19248 19020 0 -1 4202496 28505 0 0 0 5067 4 0 0 25 0 4 0 520859580 273047552 12351 33554432000 4194304 4650419 140733596949456 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19248/statm: 66662 12351 395 112 0 61627 0
[pid=19248/tid=19249] ppid=19246 vsize=266648 CPUtime=12.69 cores=0,2,4,6
/proc/19248/task/19249/stat : 19249 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 8066 0 0 0 1268 1 0 0 25 0 4 0 520859580 273047552 12351 33554432000 4194304 4650419 140733596949456 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19248/tid=19250] ppid=19246 vsize=266648 CPUtime=12.62 cores=0,2,4,6
/proc/19248/task/19250/stat : 19250 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 7334 0 0 0 1262 0 0 0 25 0 4 0 520859580 273047552 12351 33554432000 4194304 4650419 140733596949456 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19248/tid=19251] ppid=19246 vsize=266648 CPUtime=12.69 cores=0,2,4,6
/proc/19248/task/19251/stat : 19251 (strangenight1-m) R 19246 19248 19020 0 -1 4202560 5669 0 0 0 1268 1 0 0 25 0 4 0 520859580 273047552 12351 33554432000 4194304 4650419 140733596949456 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 266648

Child status: 20
Real time (s): 12.7126
CPU time (s): 50.7633
CPU user time (s): 50.7143
CPU system time (s): 0.048992
CPU usage (%): 399.316
Max. virtual memory (cumulated for all children) (KiB): 293852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.7143
system time used= 0.048992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28513
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= 195
involuntary context switches= 297

runsolver used 0.016997 second user time and 0.051992 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 17:56:10
IDJOB=3175149
IDBENCH=82767
IDSOLVER=1588
FILE ID=node103/3175149-1304092570
RUNJOBID= node103-1304090162-19038
PBS_JOBID= 13170574
Free space on /tmp= 71512 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1452052526-056.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175149-1304092570/watcher-3175149-1304092570 -o /tmp/evaluation-result-3175149-1304092570/solver-3175149-1304092570 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175149-1304092570.cnf

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

MD5SUM BENCH= 4d66ba50f7a6612793464325a5c5e742
RANDOM SEED=36645671

node103.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.858
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.71
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.858
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.858
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.858
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.77
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.858
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.858
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.858
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.83
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.858
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:      17489860 kB
Buffers:       2148596 kB
Cached:       12258700 kB
SwapCached:          0 kB
Active:        5997616 kB
Inactive:      8881036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17489860 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6248 kB
Writeback:           0 kB
AnonPages:      470920 kB
Mapped:          15520 kB
Slab:           519496 kB
PageTables:       5676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   752112 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= 71508 MiB
End job on node103 at 2011-04-29 17:56:22