Trace number 3175215

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 28.8286 7.2255

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S1295196126-061.UNKNOWN.cnf
MD5SUM7d874fabf91f4391d9452197998f82c2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.427934
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1065
Sum of the clauses size3195
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31065
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-3175215-1304099957.cnf'
0.00/0.00	c -- header says num vars:            250
0.00/0.00	c -- header says num clauses:        1065
0.00/0.00	c -- clauses added:            0 learnts,         1065 normals,            0 xors
0.00/0.00	c -- vars added        250
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       250      1065         0         0      3195         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1065/1065 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.17/0.30	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.00 s
1.17/0.30	c Finding binary XORs  T:     0.00 s  found:       0
1.17/0.30	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.17/0.30	c calculated reachability. Time: 0.00
1.17/0.30	c Calc default polars -  time:   0.00 s pos:     108 undec:      28 neg:     114
1.17/0.30	c =========================================================================================
1.17/0.30	c types(t): F = full restart, N = normal restart
1.17/0.30	c types(t): S = simplification begin/end, E = solution found
1.17/0.30	c restart types(rt): st = static, dy = dynamic
1.17/0.30	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.17/0.30	c  B st     0         0       244      1062         0         0      3228         0   no data   no data  --
1.17/0.30	c Decided on static restart strategy
1.17/0.30	c  N st     8      4918       244      1062         0      4708      3228     63395   no data   no data  --
3.17/0.81	c  N st    10     11302       244      1062         0      4337      3228     46743   no data   no data  --
3.17/0.81	c  N st    11     17045       244      1062         0      9767      3228    115239   no data   no data  --
3.57/0.91	c  F st    12     25000       244      1062         0     12004      3228    135969   no data   no data  --
3.57/0.91	c  N st    12     25000       244      1062         0     12004      3228    135969   no data   no data  --
4.37/1.11	c Decided on static restart strategy
4.37/1.11	c  N st    18     30002       244      1062         0     10371      3228    114321   no data   no data  --
4.37/1.11	c  S st    18     30002       244      1062         0     10371      3228    114321   no data   no data  --
4.37/1.11	c  S st    18     30514       244      1062         0     10878      3228    121602   no data   no data  --
4.37/1.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.37/1.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.37/1.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.77/1.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    244 time:  0.00 s
4.77/1.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.21	c lits-rem:       299  cl-subs:     2221  v-elim:      0  v-fix:    0  time:  0.32 s
4.77/1.21	c asymm  cl-useful: 0/1062/1062 lits-rem:0 time: 0.02
4.77/1.21	c calculated reachability. Time: 0.00
4.77/1.21	c  N st    18     30514       244      1062         0      8657      3228     96683   no data   no data  --
5.96/1.55	c  N st    20     37624       244      1062         0      7985      3228     76554   no data   no data  --
7.16/1.84	c  N st    21     44023       244      1062         0     14050      3228    156387   no data   no data  --
7.56/1.93	c  S st    22     45771       244      1062         0     15692      3228    179576   no data   no data  --
7.56/1.97	c  S st    22     46272       244      1062         0     16188      3228    187266   no data   no data  --
7.56/1.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.56/1.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.56/1.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
7.56/1.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.56/1.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.56/1.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    244 time:  0.00 s
7.56/1.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.76/2.29	c lits-rem:       330  cl-subs:     2568  v-elim:      0  v-fix:    0  time:  1.21 s
8.76/2.29	c vivif2 --  cl tried     1062 cl shrink        0 lits rem          0 time: 0.00
8.76/2.29	c vivif2 --  cl tried    13620 cl shrink        0 lits rem          0 time: 0.01
9.16/2.30	c asymm  cl-useful: 0/1062/1062 lits-rem:0 time: 0.04
9.16/2.30	c calculated reachability. Time: 0.00
9.16/2.30	c  N st    22     46272       244      1062         0     13620      3228    155784   no data   no data  --
11.97/3.08	c  N st    23     60669       244      1062         0     18822      3228    206642   no data   no data  --
13.98/3.53	c  N st    24     69409       244      1062         0     17720      3228    189123   no data   no data  --
13.98/3.53	c  S st    24     69409       244      1062         0     17720      3228    189123   no data   no data  --
13.98/3.58	c  S st    24     69915       244      1062         0     18222      3228    197242   no data   no data  --
13.98/3.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.98/3.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.98/3.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
13.98/3.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.98/3.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.98/3.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    244 time:  0.00 s
13.98/3.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.55/3.96	c lits-rem:       642  cl-subs:     4139  v-elim:      0  v-fix:    0  time:  1.50 s
15.55/3.96	c vivif2 --  cl tried     1062 cl shrink        0 lits rem          0 time: 0.00
15.55/3.96	c vivif2 --  cl tried    14083 cl shrink        0 lits rem          0 time: 0.00
15.55/3.97	c asymm  cl-useful: 0/1062/1062 lits-rem:0 time: 0.04
15.55/3.97	c calculated reachability. Time: 0.00
15.55/3.97	c  N st    24     69915       244      1062         0     14083      3228    149132   no data   no data  --
19.54/4.97	c  F st    25     87501       244      1062         2     20355      3228    207958   no data   no data  --
19.54/4.97	c  N st    25     87501       244      1062         2     20355      3228    207958   no data   no data  --
20.74/5.28	c Decided on static restart strategy
21.54/5.43	c  N st    32     95538       244      1062         3     16695      3228    162080   no data   no data  --
23.93/6.01	c  N st    34    104873       244      1062         3     13330      3228    115430   no data   no data  --
23.93/6.01	c  S st    34    104873       244      1062         3     13330      3228    115430   no data   no data  --
23.93/6.04	c  S st    34    105374       242      1062         3     13826      3228    122579   no data   no data  --
23.93/6.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.93/6.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.93/6.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     21 BRemL:      2 BRemN:      0 P:  0.1M T:  0.01
23.93/6.05	c bin-w-bin subsume rem           19 bins  time:  0.00 s
23.93/6.05	c subs with bin:       64  lits-rem:       197  v-fix:    0  time:  0.00 s
23.93/6.05	c Subs w/ non-existent bins:      1 l-rem:     12 v-fix:     0 done:    242 time:  0.00 s
23.93/6.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.93/6.08	c lits-rem:       205  cl-subs:      770  v-elim:      0  v-fix:    0  time:  0.14 s
23.93/6.08	c vivif2 --  cl tried     1020 cl shrink        0 lits rem          0 time: 0.00
23.93/6.08	c vivif2 --  cl tried     8516 cl shrink        0 lits rem          0 time: 0.00
23.93/6.09	c asymm  cl-useful: 0/1020/1020 lits-rem:0 time: 0.02
23.93/6.09	c calculated reachability. Time: 0.00
23.93/6.09	c  N st    34    105374       242      1020        21      8516      3140     70085   no data   no data  --
25.94/6.57	c  N st    35    114973       242      1020        25     17634      3140    171584   no data   no data  --
25.94/6.57	c Finding binary XORs  T:     0.00 s  found:       0
28.73/7.22	c Following stats are for *FIRST FINISHED THREAD ONLY*
28.73/7.22	c num threads              : 4          
28.73/7.22	c restarts                 : 35         
28.73/7.22	c dynamic restarts         : 0          
28.73/7.22	c static restarts          : 35         
28.73/7.22	c full restarts            : 2          
28.73/7.22	c total simplify time      : 0.07       
28.73/7.22	c learnts DL2              : 0          
28.73/7.22	c learnts size 2           : 109        
28.73/7.22	c learnts size 1           : 102         (40.80     % of vars)
28.73/7.22	c filedLit time            : 0.03        (0.11      % time)
28.73/7.22	c v-elim SatELite          : 6           (2.40      % vars)
28.73/7.22	c SatELite time            : 2.73        (9.50      % time)
28.73/7.22	c v-elim xor               : 0           (0.00      % vars)
28.73/7.22	c xor elim time            : 0.00        (0.01      % time)
28.73/7.22	c num binary xor trees     : 0          
28.73/7.22	c binxor trees' crown      : 0           (nan       leafs/tree)
28.73/7.22	c bin xor find time        : 0.00       
28.73/7.22	c OTF clause improved      : 6466        (0.05      clauses/conflict)
28.73/7.22	c OTF impr. size diff      : 6647        (1.03       lits/clause)
28.73/7.22	c OTF cl watch-shrink      : 21809       (0.18      clauses/conflict)
28.73/7.22	c OTF cl watch-sh-lit      : 25825       (1.18       lits/clause)
28.73/7.22	c tried to recurMin cls    : 17795       (14.48      % of conflicts)
28.73/7.22	c updated cache            : 0           (0.00       lits/tried recurMin)
28.73/7.22	c unit cls received        : 2           (1.96      % of units)
28.73/7.22	c unit cls sent            : 2           (1.96      % of units)
28.73/7.22	c bin cls received         : 27         
28.73/7.22	c bin cls sent             : 25         
28.73/7.22	c clauses over max glue    : 0           (0.00      % of all clauses)
28.73/7.22	c conflicts                : 122908      (4269.18   / sec)
28.73/7.22	c decisions                : 144749      (3.19      % random)
28.73/7.22	c bogo-props               : 807482332   (28047686.90 / sec)
28.73/7.22	c conflict literals        : 1579386     (27.11     % deleted)
28.73/7.22	c Memory used              : 260.26      MB
28.73/7.22	c single-thread CPU time   : 28.79       s
28.73/7.22	c all-threads sum CPU time : 28.79       s
28.73/7.22	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-3175215-1304099957/watcher-3175215-1304099957 -o /tmp/evaluation-result-3175215-1304099957/solver-3175215-1304099957 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175215-1304099957.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.09 8.06 8.01 2/173 25962
/proc/meminfo: memFree=30881968/32951132 swapFree=67111356/67111528
[pid=25962] ppid=25960 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/25962/stat : 25962 (strangenight1-m) R 25960 25962 25415 0 -1 4202496 418 0 0 0 0 0 0 0 25 0 4 0 521595361 52465664 358 33554432000 4194304 4650419 140735138032928 18446744073709551615 47071940904473 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25962/statm: 12809 358 306 112 0 7774 0
[pid=25962/tid=25963] ppid=25960 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/25962/task/25963/stat : 25963 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 521595361 52465664 358 33554432000 4194304 4650419 140735138032928 18446744073709551615 47071940904882 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25962/tid=25964] ppid=25960 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/25962/task/25964/stat : 25964 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 521595361 52465664 358 33554432000 4194304 4650419 140735138032928 18446744073709551615 47071940904467 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25962/tid=25965] ppid=25960 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/25962/task/25965/stat : 25965 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 521595361 52465664 358 33554432000 4194304 4650419 140735138032928 18446744073709551615 47071940904473 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.300909 s]
/proc/loadavg: 8.09 8.06 8.01 2/173 25962
/proc/meminfo: memFree=30881968/32951132 swapFree=67111356/67111528
[pid=25962] ppid=25960 vsize=300280 CPUtime=1.17 cores=1,3,5,7
/proc/25962/stat : 25962 (strangenight1-m) R 25960 25962 25415 0 -1 4202496 2282 0 0 0 117 0 0 0 18 0 4 0 521595361 307486720 1809 33554432000 4194304 4650419 140735138032928 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25962/statm: 75070 1809 393 112 0 70035 0
[pid=25962/tid=25963] ppid=25960 vsize=300280 CPUtime=0.29 cores=1,3,5,7
/proc/25962/task/25963/stat : 25963 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 520 0 0 0 29 0 0 0 18 0 4 0 521595361 307486720 1810 33554432000 4194304 4650419 140735138032928 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25962/tid=25964] ppid=25960 vsize=300280 CPUtime=0.29 cores=1,3,5,7
/proc/25962/task/25964/stat : 25964 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 492 0 0 0 29 0 0 0 18 0 4 0 521595361 307486720 1820 33554432000 4194304 4650419 140735138032928 18446744073709551615 4515973 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25962/tid=25965] ppid=25960 vsize=300280 CPUtime=0.29 cores=1,3,5,7
/proc/25962/task/25965/stat : 25965 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 410 0 0 0 29 0 0 0 18 0 4 0 521595361 307486720 1821 33554432000 4194304 4650419 140735138032928 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 300280

[startup+0.400534 s]
/proc/loadavg: 8.09 8.06 8.01 2/173 25962
/proc/meminfo: memFree=30881968/32951132 swapFree=67111356/67111528
[pid=25962] ppid=25960 vsize=283696 CPUtime=1.57 cores=1,3,5,7
/proc/25962/stat : 25962 (strangenight1-m) R 25960 25962 25415 0 -1 4202496 2791 0 0 0 157 0 0 0 18 0 4 0 521595361 290504704 1783 33554432000 4194304 4650419 140735138032928 18446744073709551615 4364746 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25962/statm: 70924 1783 393 112 0 65889 0
[pid=25962/tid=25963] ppid=25960 vsize=283696 CPUtime=0.38 cores=1,3,5,7
/proc/25962/task/25963/stat : 25963 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 617 0 0 0 38 0 0 0 18 0 4 0 521595361 290504704 1783 33554432000 4194304 4650419 140735138032928 18446744073709551615 4365311 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25962/tid=25964] ppid=25960 vsize=283696 CPUtime=0.39 cores=1,3,5,7
/proc/25962/task/25964/stat : 25964 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 604 0 0 0 39 0 0 0 18 0 4 0 521595361 290504704 1783 33554432000 4194304 4650419 140735138032928 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25962/tid=25965] ppid=25960 vsize=283696 CPUtime=0.39 cores=1,3,5,7
/proc/25962/task/25965/stat : 25965 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 558 0 0 0 39 0 0 0 18 0 4 0 521595361 290504704 1783 33554432000 4194304 4650419 140735138032928 18446744073709551615 4334352 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 283696

[startup+0.500517 s]
/proc/loadavg: 8.09 8.06 8.01 2/173 25962
/proc/meminfo: memFree=30881968/32951132 swapFree=67111356/67111528
[pid=25962] ppid=25960 vsize=283696 CPUtime=1.97 cores=1,3,5,7
/proc/25962/stat : 25962 (strangenight1-m) R 25960 25962 25415 0 -1 4202496 2978 0 0 0 197 0 0 0 18 0 4 0 521595361 290504704 1970 33554432000 4194304 4650419 140735138032928 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25962/statm: 70924 1970 393 112 0 65889 0
[pid=25962/tid=25963] ppid=25960 vsize=283696 CPUtime=0.48 cores=1,3,5,7
/proc/25962/task/25963/stat : 25963 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 667 0 0 0 48 0 0 0 18 0 4 0 521595361 290504704 1970 33554432000 4194304 4650419 140735138032928 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25962/tid=25964] ppid=25960 vsize=283696 CPUtime=0.49 cores=1,3,5,7
/proc/25962/task/25964/stat : 25964 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 649 0 0 0 49 0 0 0 18 0 4 0 521595361 290504704 1970 33554432000 4194304 4650419 140735138032928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25962/tid=25965] ppid=25960 vsize=283696 CPUtime=0.49 cores=1,3,5,7
/proc/25962/task/25965/stat : 25965 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 600 0 0 0 49 0 0 0 18 0 4 0 521595361 290504704 1970 33554432000 4194304 4650419 140735138032928 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 283696

[startup+0.700483 s]
/proc/loadavg: 8.09 8.06 8.01 2/173 25962
/proc/meminfo: memFree=30881968/32951132 swapFree=67111356/67111528
[pid=25962] ppid=25960 vsize=284316 CPUtime=2.77 cores=1,3,5,7
/proc/25962/stat : 25962 (strangenight1-m) R 25960 25962 25415 0 -1 4202496 3796 0 0 0 277 0 0 0 18 0 4 0 521595361 291139584 2114 33554432000 4194304 4650419 140735138032928 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25962/statm: 71079 2114 393 112 0 66044 0
[pid=25962/tid=25963] ppid=25960 vsize=284316 CPUtime=0.68 cores=1,3,5,7
/proc/25962/task/25963/stat : 25963 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 883 0 0 0 68 0 0 0 18 0 4 0 521595361 291139584 2114 33554432000 4194304 4650419 140735138032928 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25962/tid=25964] ppid=25960 vsize=284316 CPUtime=0.69 cores=1,3,5,7
/proc/25962/task/25964/stat : 25964 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 858 0 0 0 69 0 0 0 18 0 4 0 521595361 291139584 2114 33554432000 4194304 4650419 140735138032928 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25962/tid=25965] ppid=25960 vsize=284316 CPUtime=0.69 cores=1,3,5,7
/proc/25962/task/25965/stat : 25965 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 793 0 0 0 69 0 0 0 18 0 4 0 521595361 291139584 2114 33554432000 4194304 4650419 140735138032928 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284316

[startup+1.50035 s]
/proc/loadavg: 8.33 8.11 8.03 11/182 25996
/proc/meminfo: memFree=30863164/32951132 swapFree=67111356/67111528
[pid=25962] ppid=25960 vsize=287912 CPUtime=5.96 cores=1,3,5,7
/proc/25962/stat : 25962 (strangenight1-m) R 25960 25962 25415 0 -1 4202496 7228 0 0 0 595 1 0 0 20 0 4 0 521595361 294821888 4234 33554432000 4194304 4650419 140735138032928 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25962/statm: 71978 4234 395 112 0 66943 0
[pid=25962/tid=25963] ppid=25960 vsize=287912 CPUtime=1.48 cores=1,3,5,7
/proc/25962/task/25963/stat : 25963 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 2126 0 0 0 148 0 0 0 20 0 4 0 521595361 294821888 4234 33554432000 4194304 4650419 140735138032928 18446744073709551615 4439089 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25962/tid=25964] ppid=25960 vsize=287912 CPUtime=1.49 cores=1,3,5,7
/proc/25962/task/25964/stat : 25964 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 1437 0 0 0 149 0 0 0 20 0 4 0 521595361 294821888 4234 33554432000 4194304 4650419 140735138032928 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25962/tid=25965] ppid=25960 vsize=287912 CPUtime=1.49 cores=1,3,5,7
/proc/25962/task/25965/stat : 25965 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 1171 0 0 0 149 0 0 0 20 0 4 0 521595361 294821888 4234 33554432000 4194304 4650419 140735138032928 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287912

[startup+3.10107 s]
/proc/loadavg: 8.33 8.11 8.03 10/182 25996
/proc/meminfo: memFree=30836504/32951132 swapFree=67111356/67111528
[pid=25962] ppid=25960 vsize=292092 CPUtime=12.36 cores=1,3,5,7
/proc/25962/stat : 25962 (strangenight1-m) R 25960 25962 25415 0 -1 4202496 13647 0 0 0 1234 2 0 0 25 0 4 0 521595361 299102208 7831 33554432000 4194304 4650419 140735138032928 18446744073709551615 4313064 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25962/statm: 73023 7831 395 112 0 67988 0
[pid=25962/tid=25963] ppid=25960 vsize=292092 CPUtime=3.07 cores=1,3,5,7
/proc/25962/task/25963/stat : 25963 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 3640 0 0 0 307 0 0 0 25 0 4 0 521595361 299102208 7831 33554432000 4194304 4650419 140735138032928 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25962/tid=25964] ppid=25960 vsize=292092 CPUtime=3.08 cores=1,3,5,7
/proc/25962/task/25964/stat : 25964 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 3236 0 0 0 308 0 0 0 25 0 4 0 521595361 299102208 7831 33554432000 4194304 4650419 140735138032928 18446744073709551615 4336739 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25962/tid=25965] ppid=25960 vsize=292092 CPUtime=3.09 cores=1,3,5,7
/proc/25962/task/25965/stat : 25965 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 3023 0 0 0 309 0 0 0 25 0 4 0 521595361 299102208 7831 33554432000 4194304 4650419 140735138032928 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 292092

[startup+6.30051 s]
/proc/loadavg: 8.33 8.11 8.03 9/182 25996
/proc/meminfo: memFree=30802036/32951132 swapFree=67111356/67111528
[pid=25962] ppid=25960 vsize=283844 CPUtime=25.14 cores=1,3,5,7
/proc/25962/stat : 25962 (strangenight1-m) R 25960 25962 25415 0 -1 4202496 19508 0 0 0 2511 3 0 0 25 0 4 0 521595361 290656256 9565 33554432000 4194304 4650419 140735138032928 18446744073709551615 4331130 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25962/statm: 70961 9565 395 112 0 65926 0
[pid=25962/tid=25963] ppid=25960 vsize=283844 CPUtime=6.24 cores=1,3,5,7
/proc/25962/task/25963/stat : 25963 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 4807 0 0 0 624 0 0 0 25 0 4 0 521595361 290656256 9565 33554432000 4194304 4650419 140735138032928 18446744073709551615 4364406 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25962/tid=25964] ppid=25960 vsize=283844 CPUtime=6.29 cores=1,3,5,7
/proc/25962/task/25964/stat : 25964 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 4986 0 0 0 628 1 0 0 25 0 4 0 521595361 290656256 9565 33554432000 4194304 4650419 140735138032928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25962/tid=25965] ppid=25960 vsize=283844 CPUtime=6.29 cores=1,3,5,7
/proc/25962/task/25965/stat : 25965 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 4116 0 0 0 629 0 0 0 25 0 4 0 521595361 290656256 9565 33554432000 4194304 4650419 140735138032928 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 283844

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

[startup+6.60046 s]
/proc/loadavg: 8.33 8.11 8.03 9/182 25996
/proc/meminfo: memFree=30802036/32951132 swapFree=67111356/67111528
[pid=25962] ppid=25960 vsize=283636 CPUtime=26.34 cores=1,3,5,7
/proc/25962/stat : 25962 (strangenight1-m) R 25960 25962 25415 0 -1 4202496 19894 0 0 0 2631 3 0 0 25 0 4 0 521595361 290443264 9549 33554432000 4194304 4650419 140735138032928 18446744073709551615 4331364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25962/statm: 70909 9549 395 112 0 65874 0
[pid=25962/tid=25963] ppid=25960 vsize=283636 CPUtime=6.54 cores=1,3,5,7
/proc/25962/task/25963/stat : 25963 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 5003 0 0 0 654 0 0 0 25 0 4 0 521595361 290443264 9549 33554432000 4194304 4650419 140735138032928 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25962/tid=25964] ppid=25960 vsize=283636 CPUtime=6.59 cores=1,3,5,7
/proc/25962/task/25964/stat : 25964 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 5053 0 0 0 658 1 0 0 25 0 4 0 521595361 290443264 9549 33554432000 4194304 4650419 140735138032928 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25962/tid=25965] ppid=25960 vsize=283636 CPUtime=6.59 cores=1,3,5,7
/proc/25962/task/25965/stat : 25965 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 4170 0 0 0 659 0 0 0 25 0 4 0 521595361 290443264 9549 33554432000 4194304 4650419 140735138032928 18446744073709551615 4367287 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 26.34
Current children cumulated vsize (KiB) 283636

[startup+7.00039 s]
/proc/loadavg: 8.54 8.16 8.04 9/182 25996
/proc/meminfo: memFree=30798332/32951132 swapFree=67111356/67111528
[pid=25962] ppid=25960 vsize=266500 CPUtime=27.93 cores=1,3,5,7
/proc/25962/stat : 25962 (strangenight1-m) R 25960 25962 25415 0 -1 4202496 20565 0 0 0 2790 3 0 0 25 0 4 0 521595361 272896000 8967 33554432000 4194304 4650419 140735138032928 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25962/statm: 66625 8967 395 112 0 61590 0
[pid=25962/tid=25963] ppid=25960 vsize=266500 CPUtime=6.94 cores=1,3,5,7
/proc/25962/task/25963/stat : 25963 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 5213 0 0 0 694 0 0 0 25 0 4 0 521595361 272896000 8967 33554432000 4194304 4650419 140735138032928 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25962/tid=25964] ppid=25960 vsize=266500 CPUtime=6.99 cores=1,3,5,7
/proc/25962/task/25964/stat : 25964 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 5214 0 0 0 698 1 0 0 25 0 4 0 521595361 272896000 8967 33554432000 4194304 4650419 140735138032928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25962/tid=25965] ppid=25960 vsize=266500 CPUtime=6.99 cores=1,3,5,7
/proc/25962/task/25965/stat : 25965 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 4205 0 0 0 699 0 0 0 25 0 4 0 521595361 272896000 8967 33554432000 4194304 4650419 140735138032928 18446744073709551615 4328348 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 27.93
Current children cumulated vsize (KiB) 266500

[startup+7.20036 s]
/proc/loadavg: 8.54 8.16 8.04 9/182 25996
/proc/meminfo: memFree=30798332/32951132 swapFree=67111356/67111528
[pid=25962] ppid=25960 vsize=266500 CPUtime=28.73 cores=1,3,5,7
/proc/25962/stat : 25962 (strangenight1-m) R 25960 25962 25415 0 -1 4202496 20702 0 0 0 2870 3 0 0 25 0 4 0 521595361 272896000 9104 33554432000 4194304 4650419 140735138032928 18446744073709551615 4364416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25962/statm: 66625 9104 395 112 0 61590 0
[pid=25962/tid=25963] ppid=25960 vsize=266500 CPUtime=7.14 cores=1,3,5,7
/proc/25962/task/25963/stat : 25963 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 5243 0 0 0 714 0 0 0 25 0 4 0 521595361 272896000 9104 33554432000 4194304 4650419 140735138032928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25962/tid=25964] ppid=25960 vsize=266500 CPUtime=7.19 cores=1,3,5,7
/proc/25962/task/25964/stat : 25964 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 5270 0 0 0 718 1 0 0 25 0 4 0 521595361 272896000 9104 33554432000 4194304 4650419 140735138032928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25962/tid=25965] ppid=25960 vsize=266500 CPUtime=7.19 cores=1,3,5,7
/proc/25962/task/25965/stat : 25965 (strangenight1-m) R 25960 25962 25415 0 -1 4202560 4205 0 0 0 719 0 0 0 25 0 4 0 521595361 272896000 9104 33554432000 4194304 4650419 140735138032928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 28.73
Current children cumulated vsize (KiB) 266500

Child status: 20
Real time (s): 7.2255
CPU time (s): 28.8286
CPU user time (s): 28.7926
CPU system time (s): 0.035994
CPU usage (%): 398.984
Max. virtual memory (cumulated for all children) (KiB): 300280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.7926
system time used= 0.035994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20719
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= 143
involuntary context switches= 240

runsolver used 0.013997 second user time and 0.036994 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 19:59:17
IDJOB=3175215
IDBENCH=82833
IDSOLVER=1588
FILE ID=node131/3175215-1304099957
RUNJOBID= node131-1304098753-25875
PBS_JOBID= 13170594
Free space on /tmp= 71380 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S1295196126-061.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175215-1304099957/watcher-3175215-1304099957 -o /tmp/evaluation-result-3175215-1304099957/solver-3175215-1304099957 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175215-1304099957.cnf

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

MD5SUM BENCH= 7d874fabf91f4391d9452197998f82c2
RANDOM SEED=1623271663

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30882124 kB
Buffers:        196004 kB
Cached:        1498264 kB
SwapCached:        168 kB
Active:         158816 kB
Inactive:      1602928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30882124 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            6244 kB
Writeback:           4 kB
AnonPages:       67740 kB
Mapped:          15284 kB
Slab:           242620 kB
PageTables:       4344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   222220 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71372 MiB
End job on node131 at 2011-04-29 19:59:25