Trace number 3368758

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-mt (fixed)UNSAT 50.7673 12.7359

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368758-1305402262.cnf'
0.00/0.01	c -- header says num vars:            300
0.00/0.01	c -- header says num clauses:        1278
0.00/0.05	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.05	c -- vars added        300
0.00/0.05	c Parsing time:  0.00 s
0.00/0.05	c  N st     0         0       300      1278         0         0      3834         0   no data   no data  --
0.00/0.05	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.05	c lits-rem:         0  cl-subs:        0  v-elim:      9  v-fix:    0  time:  0.00 s
0.00/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.05	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.05	c calculated reachability. Time: 0.00
0.00/0.05	c Calc default polars -  time:   0.00 s pos:     131 undec:      41 neg:     128
0.00/0.05	c =========================================================================================
0.00/0.05	c types(t): F = full restart, N = normal restart
0.00/0.05	c types(t): S = simplification begin/end, E = solution found
0.00/0.05	c restart types(rt): st = static, dy = dynamic
0.00/0.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.05	c  B st     0         0       291      1263         0         0      3821         0   no data   no data  --
0.00/0.11	c Decided on static restart strategy
0.77/0.21	c  N st     8      4920       291      1263         0      4747      3821     69888   no data   no data  --
1.17/0.34	c  N st    10     11304       291      1263         0      4367      3821     48864   no data   no data  --
1.97/0.55	c  N st    11     17047       291      1263         0      9802      3821    120531   no data   no data  --
3.17/0.85	c  F st    12     25000       291      1263         0     12073      3821    154986   no data   no data  --
3.17/0.85	c  N st    12     25000       291      1263         0     12073      3821    154986   no data   no data  --
3.97/1.07	c Decided on static restart strategy
3.97/1.07	c  N st    18     30000       291      1263         0     10373      3821    117298   no data   no data  --
3.97/1.07	c  S st    18     30000       291      1263         0     10373      3821    117298   no data   no data  --
3.97/1.10	c  S st    18     30506       291      1263         0     10876      3821    125098   no data   no data  --
3.97/1.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.97/1.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.97/1.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.38/1.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.38/1.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.38/1.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
4.38/1.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.80/1.22	c lits-rem:       366  cl-subs:     2180  v-elim:      0  v-fix:    0  time:  0.44 s
4.80/1.23	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.03
4.80/1.23	c calculated reachability. Time: 0.00
4.80/1.23	c  N st    18     30506       291      1263         0      8696      3821     98959   no data   no data  --
6.36/1.60	c  N st    20     37619       291      1263         0      8018      3821     80003   no data   no data  --
7.16/1.88	c  N st    21     44018       291      1263         0     14038      3821    156605   no data   no data  --
7.55/1.99	c  S st    22     45760       291      1263         0     15682      3821    175235   no data   no data  --
7.95/2.03	c  S st    22     46261       291      1263         0     16177      3821    183037   no data   no data  --
7.95/2.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.95/2.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.95/2.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
7.95/2.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.95/2.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.95/2.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
7.95/2.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.19/2.36	c lits-rem:       700  cl-subs:     3911  v-elim:      0  v-fix:    0  time:  1.24 s
9.19/2.36	c vivif2 --  cl tried     1263 cl shrink        0 lits rem          0 time: 0.00
9.19/2.36	c vivif2 --  cl tried    12266 cl shrink        0 lits rem          0 time: 0.01
9.19/2.37	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.04
9.19/2.37	c calculated reachability. Time: 0.00
9.19/2.37	c  N st    22     46261       291      1263         0     12266      3821    137197   no data   no data  --
12.34/3.14	c  N st    23     60659       291      1263         1     17543      3821    198769   no data   no data  --
14.32/3.62	c  N st    24     69391       291      1263         1     16472      3821    175937   no data   no data  --
14.32/3.62	c  S st    24     69391       291      1263         1     16472      3821    175937   no data   no data  --
14.32/3.66	c  S st    24     69896       291      1263         1     16976      3821    184012   no data   no data  --
14.32/3.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.32/3.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.32/3.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
14.32/3.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.72/3.71	c subs with bin:     1133  lits-rem:        47  v-fix:    0  time:  0.16 s
14.72/3.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
14.72/3.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.53/3.98	c lits-rem:       219  cl-subs:     4082  v-elim:      0  v-fix:    0  time:  1.06 s
15.53/3.98	c vivif2 --  cl tried     1263 cl shrink        0 lits rem          0 time: 0.00
15.53/3.98	c vivif2 --  cl tried    11761 cl shrink        0 lits rem          0 time: 0.01
15.53/3.99	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.03
15.53/3.99	c calculated reachability. Time: 0.00
15.53/3.99	c  N st    24     69896       291      1263         1     11761      3821    122906   no data   no data  --
19.51/4.94	c  F st    25     87501       291      1263         1     18253      3821    198840   no data   no data  --
19.51/4.94	c  N st    25     87501       291      1263         1     18253      3821    198840   no data   no data  --
21.12/5.30	c Decided on static restart strategy
21.51/5.46	c  N st    32     95537       291      1263         1     14536      3821    144276   no data   no data  --
23.90/6.04	c  N st    34    104844       291      1263         1     23311      3821    264508   no data   no data  --
23.90/6.04	c  S st    34    104844       291      1263         1     23311      3821    264508   no data   no data  --
23.90/6.09	c  S st    34    105347       291      1263         1     23811      3821    273201   no data   no data  --
23.90/6.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.90/6.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.30/6.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
24.30/6.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.30/6.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.30/6.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
24.30/6.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.74/6.76	c lits-rem:      1110  cl-subs:     4673  v-elim:      0  v-fix:    0  time:  2.60 s
26.74/6.76	c vivif2 --  cl tried     1263 cl shrink        0 lits rem          0 time: 0.00
26.74/6.77	c vivif2 --  cl tried    19138 cl shrink        0 lits rem          0 time: 0.01
26.74/6.78	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.06
26.74/6.78	c calculated reachability. Time: 0.00
26.74/6.78	c  N st    34    105347       291      1263         1     19138      3821    216567   no data   no data  --
29.49/7.41	c  N st    35    114945       291      1263         1     16134      3821    163938   no data   no data  --
33.47/8.40	c  N st    36    129344       291      1263         2     16506      3821    154315   no data   no data  --
38.67/9.75	c  N st    37    150942       291      1263         4     22806      3821    229984   no data   no data  --
38.67/9.76	c Finding binary XORs  T:     0.00 s  found:       0
40.65/10.26	c  S st    38    158020       290      1244        14     28143      3784    305545   no data   no data  --
41.05/10.33	c  S st    38    158522       290      1244        14     28644      3784    313354   no data   no data  --
41.05/10.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.05/10.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.05/10.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
41.05/10.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.25/10.60	c subs with bin:     4677  lits-rem:      1390  v-fix:    0  time:  1.00 s
42.25/10.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    290 time:  0.00 s
42.25/10.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.64/11.23	c lits-rem:      1161  cl-subs:     2269  v-elim:      0  v-fix:    0  time:  2.51 s
44.64/11.23	c vivif2 --  cl tried     1243 cl shrink        0 lits rem          0 time: 0.00
44.64/11.24	c vivif2 --  cl tried    21699 cl shrink        0 lits rem          0 time: 0.01
44.64/11.25	c asymm  cl-useful: 0/1243/1243 lits-rem:0 time: 0.06
44.64/11.25	c calculated reachability. Time: 0.00
44.64/11.25	c  N st    38    158522       290      1243        15     21699      3783    236819   no data   no data  --
50.63/12.73	c Following stats are for *FIRST FINISHED THREAD ONLY*
50.63/12.73	c num threads              : 4          
50.63/12.73	c restarts                 : 38         
50.63/12.73	c dynamic restarts         : 0          
50.63/12.73	c static restarts          : 38         
50.63/12.73	c full restarts            : 2          
50.63/12.73	c total simplify time      : 0.08       
50.63/12.73	c learnts DL2              : 0          
50.63/12.73	c learnts size 2           : 151        
50.63/12.73	c learnts size 1           : 114         (38.00     % of vars)
50.63/12.73	c filedLit time            : 0.04        (0.09      % time)
50.63/12.73	c v-elim SatELite          : 9           (3.00      % vars)
50.63/12.73	c SatELite time            : 3.60        (7.09      % time)
50.63/12.73	c v-elim xor               : 0           (0.00      % vars)
50.63/12.73	c xor elim time            : 0.00        (0.00      % time)
50.63/12.73	c num binary xor trees     : 0          
50.63/12.73	c binxor trees' crown      : 0           (nan       leafs/tree)
50.63/12.73	c bin xor find time        : 0.00       
50.63/12.73	c OTF clause improved      : 9839        (0.05      clauses/conflict)
50.63/12.73	c OTF impr. size diff      : 10130       (1.03       lits/clause)
50.63/12.73	c OTF cl watch-shrink      : 30177       (0.16      clauses/conflict)
50.63/12.73	c OTF cl watch-sh-lit      : 35087       (1.16       lits/clause)
50.63/12.73	c tried to recurMin cls    : 28052       (14.53      % of conflicts)
50.63/12.73	c updated cache            : 0           (0.00       lits/tried recurMin)
50.63/12.73	c unit cls received        : 6           (5.26      % of units)
50.63/12.73	c unit cls sent            : 1           (0.88      % of units)
50.63/12.73	c bin cls received         : 29         
50.63/12.73	c bin cls sent             : 16         
50.63/12.73	c clauses over max glue    : 0           (0.00      % of all clauses)
50.63/12.73	c conflicts                : 193113      (3808.09   / sec)
50.63/12.73	c decisions                : 225478      (2.21      % random)
50.63/12.73	c bogo-props               : 1521517648  (30003528.76 / sec)
50.63/12.73	c conflict literals        : 2615704     (27.36     % deleted)
50.63/12.73	c Memory used              : 261.38      MB
50.63/12.73	c single-thread CPU time   : 50.71       s
50.63/12.73	c all-threads sum CPU time : 50.71       s
50.63/12.73	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-3368758-1305402262/watcher-3368758-1305402262 -o /tmp/evaluation-result-3368758-1305402262/solver-3368758-1305402262 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368758-1305402262.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.06 8.09 8.03 5/358 17353
/proc/meminfo: memFree=24130348/32951124 swapFree=65980216/67111528
[pid=17353] ppid=17351 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17353/stat : 17353 (strangenight1-m) R 17351 17353 16886 0 -1 4202496 416 0 0 0 0 0 0 0 25 0 4 0 632641663 52465664 356 33554432000 4194304 4650419 140735894894560 18446744073709551615 228095451067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17353/statm: 12809 356 306 112 0 7774 0
[pid=17353/tid=17354] ppid=17351 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17353/task/17354/stat : 17354 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 632641663 52465664 356 33554432000 4194304 4650419 140735894894560 18446744073709551615 47955590440473 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17353/tid=17355] ppid=17351 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17353/task/17355/stat : 17355 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 632641663 52465664 356 33554432000 4194304 4650419 140735894894560 18446744073709551615 47955590440467 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17353/tid=17356] ppid=17351 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17353/task/17356/stat : 17356 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 632641663 52465664 356 33554432000 4194304 4650419 140735894894560 18446744073709551615 47955590440882 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.114103 s]
/proc/loadavg: 8.06 8.09 8.03 5/358 17353
/proc/meminfo: memFree=24130348/32951124 swapFree=65980216/67111528
[pid=17353] ppid=17351 vsize=282280 CPUtime=0.42 cores=1,3,5,7
/proc/17353/stat : 17353 (strangenight1-m) R 17351 17353 16886 0 -1 4202496 1480 0 0 0 42 0 0 0 18 0 4 0 632641663 289054720 1358 33554432000 4194304 4650419 140735894894560 18446744073709551615 4363506 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17353/statm: 70570 1358 391 112 0 65535 0
[pid=17353/tid=17354] ppid=17351 vsize=282280 CPUtime=0.1 cores=1,3,5,7
/proc/17353/task/17354/stat : 17354 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 282 0 0 0 10 0 0 0 18 0 4 0 632641663 289054720 1358 33554432000 4194304 4650419 140735894894560 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17353/tid=17355] ppid=17351 vsize=282280 CPUtime=0.1 cores=1,3,5,7
/proc/17353/task/17355/stat : 17355 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 298 0 0 0 10 0 0 0 18 0 4 0 632641663 289054720 1358 33554432000 4194304 4650419 140735894894560 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17353/tid=17356] ppid=17351 vsize=282280 CPUtime=0.09 cores=1,3,5,7
/proc/17353/task/17356/stat : 17356 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 218 0 0 0 9 0 0 0 25 0 4 0 632641663 289054720 1358 33554432000 4194304 4650419 140735894894560 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282280

[startup+0.201073 s]
/proc/loadavg: 8.06 8.09 8.03 5/358 17353
/proc/meminfo: memFree=24130348/32951124 swapFree=65980216/67111528
[pid=17353] ppid=17351 vsize=283112 CPUtime=0.77 cores=1,3,5,7
/proc/17353/stat : 17353 (strangenight1-m) R 17351 17353 16886 0 -1 4202496 1972 0 0 0 77 0 0 0 18 0 4 0 632641663 289906688 1479 33554432000 4194304 4650419 140735894894560 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17353/statm: 70778 1480 393 112 0 65743 0
[pid=17353/tid=17354] ppid=17351 vsize=283112 CPUtime=0.19 cores=1,3,5,7
/proc/17353/task/17354/stat : 17354 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 409 0 0 0 19 0 0 0 18 0 4 0 632641663 289906688 1480 33554432000 4194304 4650419 140735894894560 18446744073709551615 4315074 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17353/tid=17355] ppid=17351 vsize=283112 CPUtime=0.19 cores=1,3,5,7
/proc/17353/task/17355/stat : 17355 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 412 0 0 0 19 0 0 0 18 0 4 0 632641663 289906688 1480 33554432000 4194304 4650419 140735894894560 18446744073709551615 228095112225 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17353/tid=17356] ppid=17351 vsize=283112 CPUtime=0.18 cores=1,3,5,7
/proc/17353/task/17356/stat : 17356 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 343 0 0 0 18 0 0 0 25 0 4 0 632641663 289906688 1480 33554432000 4194304 4650419 140735894894560 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283112

[startup+0.301054 s]
/proc/loadavg: 8.06 8.09 8.03 5/358 17353
/proc/meminfo: memFree=24130348/32951124 swapFree=65980216/67111528
[pid=17353] ppid=17351 vsize=283284 CPUtime=1.17 cores=1,3,5,7
/proc/17353/stat : 17353 (strangenight1-m) R 17351 17353 16886 0 -1 4202496 2283 0 0 0 117 0 0 0 18 0 4 0 632641663 290082816 1790 33554432000 4194304 4650419 140735894894560 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17353/statm: 70821 1790 393 112 0 65786 0
[pid=17353/tid=17354] ppid=17351 vsize=283284 CPUtime=0.29 cores=1,3,5,7
/proc/17353/task/17354/stat : 17354 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 486 0 0 0 29 0 0 0 18 0 4 0 632641663 290082816 1790 33554432000 4194304 4650419 140735894894560 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17353/tid=17355] ppid=17351 vsize=283284 CPUtime=0.29 cores=1,3,5,7
/proc/17353/task/17355/stat : 17355 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 495 0 0 0 29 0 0 0 18 0 4 0 632641663 290082816 1790 33554432000 4194304 4650419 140735894894560 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17353/tid=17356] ppid=17351 vsize=283284 CPUtime=0.28 cores=1,3,5,7
/proc/17353/task/17356/stat : 17356 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 414 0 0 0 28 0 0 0 25 0 4 0 632641663 290082816 1790 33554432000 4194304 4650419 140735894894560 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283284

[startup+0.700983 s]
/proc/loadavg: 8.06 8.09 8.03 5/358 17353
/proc/meminfo: memFree=24130348/32951124 swapFree=65980216/67111528
[pid=17353] ppid=17351 vsize=284488 CPUtime=2.77 cores=1,3,5,7
/proc/17353/stat : 17353 (strangenight1-m) R 17351 17353 16886 0 -1 4202496 3909 0 0 0 277 0 0 0 18 0 4 0 632641663 291315712 2147 33554432000 4194304 4650419 140735894894560 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17353/statm: 71122 2147 393 112 0 66087 0
[pid=17353/tid=17354] ppid=17351 vsize=284488 CPUtime=0.69 cores=1,3,5,7
/proc/17353/task/17354/stat : 17354 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 917 0 0 0 69 0 0 0 18 0 4 0 632641663 291315712 2147 33554432000 4194304 4650419 140735894894560 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17353/tid=17355] ppid=17351 vsize=284488 CPUtime=0.69 cores=1,3,5,7
/proc/17353/task/17355/stat : 17355 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 898 0 0 0 69 0 0 0 18 0 4 0 632641663 291315712 2147 33554432000 4194304 4650419 140735894894560 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17353/tid=17356] ppid=17351 vsize=284488 CPUtime=0.68 cores=1,3,5,7
/proc/17353/task/17356/stat : 17356 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 799 0 0 0 68 0 0 0 25 0 4 0 632641663 291315712 2147 33554432000 4194304 4650419 140735894894560 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284488

[startup+1.50084 s]
/proc/loadavg: 8.06 8.09 8.03 9/362 17357
/proc/meminfo: memFree=24123868/32951124 swapFree=65980216/67111528
[pid=17353] ppid=17351 vsize=285260 CPUtime=5.96 cores=1,3,5,7
/proc/17353/stat : 17353 (strangenight1-m) R 17351 17353 16886 0 -1 4202496 6723 0 0 0 595 1 0 0 20 0 4 0 632641663 292106240 3528 33554432000 4194304 4650419 140735894894560 18446744073709551615 4328184 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17353/statm: 71315 3528 395 112 0 66280 0
[pid=17353/tid=17354] ppid=17351 vsize=285260 CPUtime=1.49 cores=1,3,5,7
/proc/17353/task/17354/stat : 17354 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 1493 0 0 0 149 0 0 0 19 0 4 0 632641663 292106240 3528 33554432000 4194304 4650419 140735894894560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17353/tid=17355] ppid=17351 vsize=285260 CPUtime=1.49 cores=1,3,5,7
/proc/17353/task/17355/stat : 17355 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 1469 0 0 0 149 0 0 0 19 0 4 0 632641663 292106240 3528 33554432000 4194304 4650419 140735894894560 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17353/tid=17356] ppid=17351 vsize=285260 CPUtime=1.47 cores=1,3,5,7
/proc/17353/task/17356/stat : 17356 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 1203 0 0 0 147 0 0 0 25 0 4 0 632641663 292106240 3528 33554432000 4194304 4650419 140735894894560 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285260

[startup+3.10054 s]
/proc/loadavg: 8.06 8.09 8.03 9/362 17357
/proc/meminfo: memFree=24109748/32951124 swapFree=65980216/67111528
[pid=17353] ppid=17351 vsize=280072 CPUtime=12.34 cores=1,3,5,7
/proc/17353/stat : 17353 (strangenight1-m) R 17351 17353 16886 0 -1 4202496 13176 0 0 0 1233 1 0 0 25 0 4 0 632641663 286793728 7119 33554432000 4194304 4650419 140735894894560 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17353/statm: 70018 7119 395 112 0 64983 0
[pid=17353/tid=17354] ppid=17351 vsize=280072 CPUtime=3.09 cores=1,3,5,7
/proc/17353/task/17354/stat : 17354 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 2949 0 0 0 309 0 0 0 23 0 4 0 632641663 286793728 7119 33554432000 4194304 4650419 140735894894560 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17353/tid=17355] ppid=17351 vsize=280072 CPUtime=3.09 cores=1,3,5,7
/proc/17353/task/17355/stat : 17355 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 3370 0 0 0 309 0 0 0 25 0 4 0 632641663 286793728 7119 33554432000 4194304 4650419 140735894894560 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17353/tid=17356] ppid=17351 vsize=280072 CPUtime=3.05 cores=1,3,5,7
/proc/17353/task/17356/stat : 17356 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 3085 0 0 0 305 0 0 0 25 0 4 0 632641663 286793728 7119 33554432000 4194304 4650419 140735894894560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 280072

[startup+6.30095 s]
/proc/loadavg: 8.13 8.10 8.03 9/362 17357
/proc/meminfo: memFree=24088464/32951124 swapFree=65980216/67111528
[pid=17353] ppid=17351 vsize=284284 CPUtime=25.1 cores=1,3,5,7
/proc/17353/stat : 17353 (strangenight1-m) R 17351 17353 16886 0 -1 4202496 19929 0 0 0 2508 2 0 0 25 0 4 0 632641663 291106816 9800 33554432000 4194304 4650419 140735894894560 18446744073709551615 4433048 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17353/statm: 71071 9800 395 112 0 66036 0
[pid=17353/tid=17354] ppid=17351 vsize=284284 CPUtime=6.29 cores=1,3,5,7
/proc/17353/task/17354/stat : 17354 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 4950 0 0 0 629 0 0 0 25 0 4 0 632641663 291106816 9800 33554432000 4194304 4650419 140735894894560 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17353/tid=17355] ppid=17351 vsize=284284 CPUtime=6.28 cores=1,3,5,7
/proc/17353/task/17355/stat : 17355 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 5025 0 0 0 628 0 0 0 25 0 4 0 632641663 291106816 9800 33554432000 4194304 4650419 140735894894560 18446744073709551615 4330588 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17353/tid=17356] ppid=17351 vsize=284284 CPUtime=6.21 cores=1,3,5,7
/proc/17353/task/17356/stat : 17356 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 3929 0 0 0 621 0 0 0 25 0 4 0 632641663 291106816 9800 33554432000 4194304 4650419 140735894894560 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 284284

[startup+12.7008 s]
/proc/loadavg: 8.12 8.10 8.03 9/362 17357
/proc/meminfo: memFree=24069864/32951124 swapFree=65980216/67111528
[pid=17353] ppid=17351 vsize=267652 CPUtime=50.63 cores=1,3,5,7
/proc/17353/stat : 17353 (strangenight1-m) R 17351 17353 16886 0 -1 4202496 29138 0 0 0 5058 5 0 0 25 0 4 0 632641663 274075648 12071 33554432000 4194304 4650419 140735894894560 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17353/statm: 66913 12071 395 112 0 61878 0
[pid=17353/tid=17354] ppid=17351 vsize=267652 CPUtime=12.68 cores=1,3,5,7
/proc/17353/task/17354/stat : 17354 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 7455 0 0 0 1268 0 0 0 25 0 4 0 632641663 274075648 12071 33554432000 4194304 4650419 140735894894560 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17353/tid=17355] ppid=17351 vsize=267652 CPUtime=12.69 cores=1,3,5,7
/proc/17353/task/17355/stat : 17355 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 7480 0 0 0 1268 1 0 0 25 0 4 0 632641663 274075648 12071 33554432000 4194304 4650419 140735894894560 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17353/tid=17356] ppid=17351 vsize=267652 CPUtime=12.53 cores=1,3,5,7
/proc/17353/task/17356/stat : 17356 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 5681 0 0 0 1253 0 0 0 25 0 4 0 632641663 274075648 12071 33554432000 4194304 4650419 140735894894560 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 267652

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

[startup+12.7008 s]
/proc/loadavg: 8.12 8.10 8.03 9/362 17357
/proc/meminfo: memFree=24069864/32951124 swapFree=65980216/67111528
[pid=17353] ppid=17351 vsize=267652 CPUtime=50.63 cores=1,3,5,7
/proc/17353/stat : 17353 (strangenight1-m) R 17351 17353 16886 0 -1 4202496 29138 0 0 0 5058 5 0 0 25 0 4 0 632641663 274075648 12071 33554432000 4194304 4650419 140735894894560 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17353/statm: 66913 12071 395 112 0 61878 0
[pid=17353/tid=17354] ppid=17351 vsize=267652 CPUtime=12.68 cores=1,3,5,7
/proc/17353/task/17354/stat : 17354 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 7455 0 0 0 1268 0 0 0 25 0 4 0 632641663 274075648 12071 33554432000 4194304 4650419 140735894894560 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17353/tid=17355] ppid=17351 vsize=267652 CPUtime=12.69 cores=1,3,5,7
/proc/17353/task/17355/stat : 17355 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 7480 0 0 0 1268 1 0 0 25 0 4 0 632641663 274075648 12071 33554432000 4194304 4650419 140735894894560 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17353/tid=17356] ppid=17351 vsize=267652 CPUtime=12.53 cores=1,3,5,7
/proc/17353/task/17356/stat : 17356 (strangenight1-m) R 17351 17353 16886 0 -1 4202560 5681 0 0 0 1253 0 0 0 25 0 4 0 632641663 274075648 12071 33554432000 4194304 4650419 140735894894560 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 267652

Child status: 20
Real time (s): 12.7359
CPU time (s): 50.7673
CPU user time (s): 50.7113
CPU system time (s): 0.055991
CPU usage (%): 398.615
Max. virtual memory (cumulated for all children) (KiB): 288732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.7113
system time used= 0.055991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29165
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= 223
involuntary context switches= 411

runsolver used 0.036994 second user time and 0.116982 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 21:44:22
IDJOB=3368758
IDBENCH=82767
IDSOLVER=1846
FILE ID=node142/3368758-1305402262
RUNJOBID= node142-1305400970-17201
PBS_JOBID= 13324456
Free space on /tmp= 73440 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
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-3368758-1305402262/watcher-3368758-1305402262 -o /tmp/evaluation-result-3368758-1305402262/solver-3368758-1305402262 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368758-1305402262.cnf

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

MD5SUM BENCH= 4d66ba50f7a6612793464325a5c5e742
RANDOM SEED=733046617

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:      24130628 kB
Buffers:        313244 kB
Cached:        3836332 kB
SwapCached:      11520 kB
Active:        6168928 kB
Inactive:      2321284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24130628 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            6264 kB
Writeback:           0 kB
AnonPages:     4338164 kB
Mapped:          20748 kB
Slab:           233920 kB
PageTables:      32308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77274708 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= 73432 MiB
End job on node142 at 2011-05-14 21:44:35