Trace number 3368749

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 343.297 86.0775

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1990987164-054.UNKNOWN.cnf
MD5SUM3975d01606b3f85c20c5745dab9f365e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.59476
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-3368749-1305402176.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.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:    300 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         1  cl-subs:        2  v-elim:     12  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     142 undec:      26 neg:     132
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       288      1267         1         0      3885         0   no data   no data  --
0.08/0.08	c Decided on static restart strategy
0.77/0.21	c  N st     8      4920       288      1267         1      4758      3885     73114   no data   no data  --
1.17/0.34	c  N st    10     11302       288      1267         1      4384      3885     51669   no data   no data  --
1.96/0.56	c  N st    11     17046       288      1267         1      9932      3885    138723   no data   no data  --
3.57/0.92	c  F st    12     25001       288      1267         1     12174      3885    168264   no data   no data  --
3.57/0.92	c  N st    12     25001       288      1267         1     12174      3885    168264   no data   no data  --
4.41/1.15	c Decided on static restart strategy
4.41/1.15	c  N st    18     30002       288      1267         1     10498      3885    134622   no data   no data  --
4.41/1.15	c  S st    18     30002       288      1267         1     10498      3885    134622   no data   no data  --
4.41/1.18	c  S st    18     30505       288      1267         1     10995      3885    142707   no data   no data  --
4.41/1.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.41/1.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.41/1.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.41/1.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.41/1.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.41/1.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    288 time:  0.00 s
4.41/1.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.31	c lits-rem:       195  cl-subs:     1380  v-elim:      0  v-fix:    0  time:  0.49 s
5.16/1.32	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.02
5.16/1.32	c calculated reachability. Time: 0.00
5.16/1.32	c  N st    18     30505       288      1267         1      9615      3885    123328   no data   no data  --
6.36/1.66	c  N st    20     37615       288      1267         1      8878      3885     99608   no data   no data  --
7.96/2.00	c  N st    21     44016       288      1267         1     14982      3885    194090   no data   no data  --
8.37/2.11	c  S st    22     45757       288      1267         1     16654      3885    219814   no data   no data  --
8.37/2.16	c  S st    22     46262       288      1267         1     17158      3885    228129   no data   no data  --
8.37/2.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.37/2.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.37/2.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.37/2.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.37/2.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.37/2.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    288 time:  0.00 s
8.37/2.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.35/2.60	c lits-rem:       489  cl-subs:     2298  v-elim:      0  v-fix:    0  time:  1.70 s
10.35/2.60	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
10.35/2.60	c vivif2 --  cl tried    14860 cl shrink        0 lits rem          0 time: 0.01
10.35/2.61	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.04
10.35/2.61	c calculated reachability. Time: 0.00
10.35/2.61	c  N st    22     46262       288      1267         1     14860      3885    195216   no data   no data  --
13.54/3.47	c  N st    23     60659       288      1267         1     10582      3885    108395   no data   no data  --
15.94/4.01	c  N st    24     69394       288      1267         1     18897      3885    229627   no data   no data  --
15.94/4.01	c  S st    24     69394       288      1267         1     18897      3885    229627   no data   no data  --
15.94/4.05	c  S st    24     69898       288      1267         1     19400      3885    238022   no data   no data  --
15.94/4.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.94/4.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.94/4.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.94/4.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.94/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.94/4.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    288 time:  0.00 s
15.94/4.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.92/4.57	c lits-rem:       467  cl-subs:     2912  v-elim:      0  v-fix:    0  time:  2.01 s
17.92/4.57	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
17.92/4.57	c vivif2 --  cl tried    16488 cl shrink        0 lits rem          0 time: 0.01
17.92/4.59	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.04
17.92/4.59	c calculated reachability. Time: 0.00
17.92/4.59	c  N st    24     69898       288      1267         1     16488      3885    198204   no data   no data  --
23.11/5.83	c  F st    25     87502       288      1267         1     22766      3885    277013   no data   no data  --
23.11/5.83	c  N st    25     87502       288      1267         1     22766      3885    277013   no data   no data  --
24.30/6.18	c Decided on static restart strategy
25.10/6.39	c  N st    32     95539       288      1267         1     19074      3885    223809   no data   no data  --
28.30/7.12	c  N st    34    104848       288      1267         1     15603      3885    159943   no data   no data  --
28.30/7.12	c  S st    34    104848       288      1267         1     15603      3885    159943   no data   no data  --
28.30/7.16	c  S st    34    105352       288      1267         1     16104      3885    168266   no data   no data  --
28.30/7.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.30/7.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.30/7.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
28.30/7.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.30/7.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.30/7.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    288 time:  0.00 s
28.30/7.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.10/7.39	c lits-rem:       253  cl-subs:     1475  v-elim:      0  v-fix:    0  time:  0.91 s
29.10/7.39	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
29.10/7.40	c vivif2 --  cl tried    14629 cl shrink        0 lits rem          0 time: 0.00
29.50/7.41	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.04
29.50/7.41	c calculated reachability. Time: 0.00
29.50/7.41	c  N st    34    105352       288      1267         1     14629      3885    150849   no data   no data  --
32.28/8.11	c  N st    35    114951       288      1267         1     23756      3885    280833   no data   no data  --
36.67/9.22	c  N st    36    129348       288      1267         1     24214      3885    285032   no data   no data  --
43.47/10.95	c  N st    37    150944       288      1267         1     30403      3885    355538   no data   no data  --
45.45/11.47	c  S st    38    158028       288      1267         1     22024      3885    242195   no data   no data  --
45.85/11.53	c  S st    38    158533       288      1267         1     22524      3885    250317   no data   no data  --
45.85/11.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.85/11.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.85/11.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
45.85/11.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.85/11.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.85/11.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    288 time:  0.00 s
45.85/11.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.86/12.08	c lits-rem:       732  cl-subs:     2025  v-elim:      0  v-fix:    0  time:  2.12 s
47.86/12.08	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
47.86/12.08	c vivif2 --  cl tried    20499 cl shrink        0 lits rem          0 time: 0.01
47.86/12.09	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.06
47.86/12.09	c calculated reachability. Time: 0.00
47.86/12.09	c  N st    38    158533       288      1267         1     20499      3885    222774   no data   no data  --
64.19/16.17	c  N st    39    207123       288      1267         1     33577      3885    413201   no data   no data  --
74.96/18.87	c  N st    40    237799       288      1267         1     25767      3885    283598   no data   no data  --
74.96/18.87	c  S st    40    237799       288      1267         1     25767      3885    283598   no data   no data  --
75.36/18.94	c  S st    40    238303       288      1267         1     26268      3885    292287   no data   no data  --
75.36/18.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.36/18.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.36/18.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
75.36/18.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.36/18.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.36/18.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    288 time:  0.00 s
75.36/18.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
78.16/19.70	c lits-rem:       614  cl-subs:     1671  v-elim:      0  v-fix:    0  time:  2.98 s
78.16/19.70	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
78.16/19.70	c vivif2 --  cl tried    24597 cl shrink        0 lits rem          0 time: 0.01
78.58/19.72	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.06
78.58/19.72	c calculated reachability. Time: 0.00
78.58/19.72	c  N st    40    238303       288      1267         1     24597      3885    268476   no data   no data  --
106.87/26.81	c  F st    41    306251       288      1267         2     26123      3885    245402   no data   no data  --
106.87/26.81	c  N st    41    306251       288      1267         2     26123      3885    245402   no data   no data  --
108.47/27.25	c Decided on static restart strategy
118.07/29.62	c  N st    51    334553       288      1267         2     30486      3885    326299   no data   no data  --
127.61/32.09	c  N st    53    357454       288      1267         2     28532      3885    279012   no data   no data  --
127.61/32.09	c  S st    53    357454       288      1267         2     28532      3885    279012   no data   no data  --
128.01/32.16	c  S st    53    357955       288      1267         2     29030      3885    287673   no data   no data  --
128.01/32.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
128.01/32.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
128.01/32.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
128.01/32.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
128.41/32.21	c subs with bin:     1067  lits-rem:       143  v-fix:    0  time:  0.16 s
128.41/32.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    288 time:  0.00 s
128.41/32.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
131.22/32.95	c lits-rem:      1009  cl-subs:     1100  v-elim:      0  v-fix:    0  time:  2.92 s
131.22/32.95	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
131.22/32.95	c vivif2 --  cl tried    26863 cl shrink        0 lits rem          0 time: 0.01
131.22/32.97	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.07
131.22/32.97	c calculated reachability. Time: 0.00
131.22/32.97	c  N st    53    357955       288      1267         2     26863      3885    260894   no data   no data  --
145.96/36.63	c  N st    54    390347       288      1267         2     32885      3885    332000   no data   no data  --
169.10/42.47	c  N st    55    438935       288      1267         2     26857      3885    227599   no data   no data  --
200.21/50.26	c  N st    56    511818       288      1267         2     40163      3885    413131   no data   no data  --
212.97/53.41	c  N st    57    536936       288      1267         3     34564      3885    319678   no data   no data  --
212.97/53.41	c  S st    57    536936       288      1267         3     34564      3885    319678   no data   no data  --
213.37/53.50	c  S st    57    537438       288      1267         3     35062      3885    327982   no data   no data  --
213.37/53.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
213.37/53.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
213.37/53.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
213.37/53.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
213.37/53.53	c subs with bin:      287  lits-rem:       736  v-fix:    0  time:  0.06 s
213.37/53.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    288 time:  0.00 s
213.37/53.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
217.36/54.51	c lits-rem:       754  cl-subs:     1802  v-elim:      0  v-fix:    0  time:  3.89 s
217.36/54.51	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
217.36/54.51	c vivif2 --  cl tried    32973 cl shrink        0 lits rem          0 time: 0.01
217.36/54.54	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.09
217.36/54.54	c calculated reachability. Time: 0.00
217.36/54.54	c  N st    57    537438       288      1267         3     32973      3885    303221   no data   no data  --
307.89/77.22	c  N st    58    701422       288      1267         4     61311      3885    680924   no data   no data  --
307.89/77.26	c Finding binary XORs  T:     0.00 s  found:       0
343.00/86.07	c Following stats are for *FIRST FINISHED THREAD ONLY*
343.00/86.07	c num threads              : 4          
343.00/86.07	c restarts                 : 58         
343.00/86.07	c dynamic restarts         : 0          
343.00/86.07	c static restarts          : 58         
343.00/86.07	c full restarts            : 3          
343.00/86.07	c total simplify time      : 0.46       
343.00/86.07	c learnts DL2              : 0          
343.00/86.07	c learnts size 2           : 206        
343.00/86.07	c learnts size 1           : 56          (18.67     % of vars)
343.00/86.07	c filedLit time            : 0.10        (0.03      % time)
343.00/86.07	c v-elim SatELite          : 12          (4.00      % vars)
343.00/86.07	c SatELite time            : 12.94       (3.77      % time)
343.00/86.07	c v-elim xor               : 0           (0.00      % vars)
343.00/86.07	c xor elim time            : 0.02        (0.00      % time)
343.00/86.07	c num binary xor trees     : 0          
343.00/86.07	c binxor trees' crown      : 0           (nan       leafs/tree)
343.00/86.07	c bin xor find time        : 0.00       
343.00/86.07	c OTF clause improved      : 36300       (0.05      clauses/conflict)
343.00/86.07	c OTF impr. size diff      : 37906       (1.04       lits/clause)
343.00/86.07	c OTF cl watch-shrink      : 177019      (0.23      clauses/conflict)
343.00/86.07	c OTF cl watch-sh-lit      : 220362      (1.24       lits/clause)
343.00/86.07	c tried to recurMin cls    : 107263      (14.03      % of conflicts)
343.00/86.07	c updated cache            : 1107        (0.01       lits/tried recurMin)
343.00/86.07	c unit cls received        : 2           (3.57      % of units)
343.00/86.07	c unit cls sent            : 4           (7.14      % of units)
343.00/86.07	c bin cls received         : 19         
343.00/86.07	c bin cls sent             : 73         
343.00/86.07	c clauses over max glue    : 0           (0.00      % of all clauses)
343.00/86.07	c conflicts                : 764361      (2228.13   / sec)
343.00/86.07	c decisions                : 882541      (1.11      % random)
343.00/86.07	c bogo-props               : 11719985935 (34164090.16 / sec)
343.00/86.07	c conflict literals        : 11544259    (28.75     % deleted)
343.00/86.07	c Memory used              : 242.01      MB
343.00/86.07	c single-thread CPU time   : 343.05      s
343.00/86.07	c all-threads sum CPU time : 343.05      s
343.00/86.07	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-3368749-1305402176/watcher-3368749-1305402176 -o /tmp/evaluation-result-3368749-1305402176/solver-3368749-1305402176 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368749-1305402176.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.10 8.09 8.03 2/351 17306
/proc/meminfo: memFree=24257976/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 416 0 0 0 0 0 0 0 25 0 4 0 632633038 52465664 356 33554432000 4194304 4650419 140733994796768 18446744073709551615 228095451067 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 12809 356 306 112 0 7774 0
[pid=17306/tid=17308] ppid=17303 vsize=216768 CPUtime=0 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 133 0 0 0 0 0 0 0 25 0 4 0 632633038 221970432 861 33554432000 4194304 4650419 140733994796768 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=216768 CPUtime=0 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 135 0 0 0 0 0 0 0 25 0 4 0 632633038 221970432 861 33554432000 4194304 4650419 140733994796768 18446744073709551615 4367284 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=216768 CPUtime=0 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 81 0 0 0 0 0 0 0 25 0 4 0 632633038 221970432 861 33554432000 4194304 4650419 140733994796768 18446744073709551615 228095556078 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.029503 s]
/proc/loadavg: 8.10 8.09 8.03 2/351 17306
/proc/meminfo: memFree=24257976/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=216900 CPUtime=0.08 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 1049 0 0 0 8 0 0 0 25 0 4 0 632633038 222105600 944 33554432000 4194304 4650419 140733994796768 18446744073709551615 228095112225 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 54225 944 390 112 0 49190 0
[pid=17306/tid=17308] ppid=17303 vsize=216900 CPUtime=0.02 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 157 0 0 0 2 0 0 0 25 0 4 0 632633038 222105600 944 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=216900 CPUtime=0.02 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 159 0 0 0 2 0 0 0 25 0 4 0 632633038 222105600 944 33554432000 4194304 4650419 140733994796768 18446744073709551615 4334017 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=216900 CPUtime=0.01 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 98 0 0 0 1 0 0 0 25 0 4 0 632633038 222105600 944 33554432000 4194304 4650419 140733994796768 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 216900

[startup+0.112458 s]
/proc/loadavg: 8.10 8.09 8.03 2/351 17306
/proc/meminfo: memFree=24257976/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=217200 CPUtime=0.41 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 1486 0 0 0 41 0 0 0 25 0 4 0 632633038 222412800 1381 33554432000 4194304 4650419 140733994796768 18446744073709551615 4328315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 54300 1381 391 112 0 49265 0
[pid=17306/tid=17308] ppid=17303 vsize=217200 CPUtime=0.1 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 272 0 0 0 10 0 0 0 25 0 4 0 632633038 222412800 1381 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=217200 CPUtime=0.1 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 263 0 0 0 10 0 0 0 25 0 4 0 632633038 222412800 1381 33554432000 4194304 4650419 140733994796768 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=217200 CPUtime=0.09 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 199 0 0 0 9 0 0 0 25 0 4 0 632633038 222412800 1381 33554432000 4194304 4650419 140733994796768 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 217200

[startup+0.300424 s]
/proc/loadavg: 8.10 8.09 8.03 2/351 17306
/proc/meminfo: memFree=24257976/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=218124 CPUtime=1.17 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 2307 0 0 0 117 0 0 0 25 0 4 0 632633038 223358976 1816 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 54531 1816 393 112 0 49496 0
[pid=17306/tid=17308] ppid=17303 vsize=218124 CPUtime=0.29 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 488 0 0 0 29 0 0 0 25 0 4 0 632633038 223358976 1816 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=218124 CPUtime=0.29 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 453 0 0 0 29 0 0 0 25 0 4 0 632633038 223358976 1816 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=218124 CPUtime=0.28 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 407 0 0 0 28 0 0 0 25 0 4 0 632633038 223358976 1816 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365227 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) 218124

[startup+0.700352 s]
/proc/loadavg: 8.10 8.09 8.03 2/351 17306
/proc/meminfo: memFree=24257976/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=219740 CPUtime=2.77 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 3973 0 0 0 276 1 0 0 25 0 4 0 632633038 225013760 2128 33554432000 4194304 4650419 140733994796768 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 54935 2128 393 112 0 49900 0
[pid=17306/tid=17308] ppid=17303 vsize=219740 CPUtime=0.69 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 906 0 0 0 69 0 0 0 25 0 4 0 632633038 225013760 2128 33554432000 4194304 4650419 140733994796768 18446744073709551615 4328348 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=219740 CPUtime=0.69 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 907 0 0 0 69 0 0 0 25 0 4 0 632633038 225013760 2128 33554432000 4194304 4650419 140733994796768 18446744073709551615 4303950 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=219740 CPUtime=0.68 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 772 0 0 0 68 0 0 0 25 0 4 0 632633038 225013760 2128 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365227 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) 219740

[startup+1.5002 s]
/proc/loadavg: 8.25 8.12 8.04 10/362 17324
/proc/meminfo: memFree=24236848/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=220408 CPUtime=5.96 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 6933 0 0 0 595 1 0 0 25 0 4 0 632633038 225697792 3647 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 55102 3647 395 112 0 50067 0
[pid=17306/tid=17308] ppid=17303 vsize=220408 CPUtime=1.49 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 1501 0 0 0 149 0 0 0 25 0 4 0 632633038 225697792 3647 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=220408 CPUtime=1.48 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 1483 0 0 0 148 0 0 0 25 0 4 0 632633038 225697792 3647 33554432000 4194304 4650419 140733994796768 18446744073709551615 4229498 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=220408 CPUtime=1.47 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 1175 0 0 0 147 0 0 0 25 0 4 0 632633038 225697792 3647 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365223 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) 220408

[startup+3.10091 s]
/proc/loadavg: 8.25 8.12 8.04 9/362 17324
/proc/meminfo: memFree=24203376/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=223692 CPUtime=12.35 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 12970 0 0 0 1233 2 0 0 25 0 4 0 632633038 229060608 8128 33554432000 4194304 4650419 140733994796768 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 55923 8128 395 112 0 50888 0
[pid=17306/tid=17308] ppid=17303 vsize=223692 CPUtime=3.09 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 3096 0 0 0 309 0 0 0 25 0 4 0 632633038 229060608 8128 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=223692 CPUtime=3.08 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 3104 0 0 0 308 0 0 0 25 0 4 0 632633038 229060608 8128 33554432000 4194304 4650419 140733994796768 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=223692 CPUtime=3.06 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 2785 0 0 0 306 0 0 0 25 0 4 0 632633038 229060608 8128 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 223692

[startup+6.30032 s]
/proc/loadavg: 8.25 8.12 8.04 9/362 17324
/proc/meminfo: memFree=24168160/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=241684 CPUtime=25.1 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 18347 0 0 0 2508 2 0 0 25 0 4 0 632633038 247484416 10888 33554432000 4194304 4650419 140733994796768 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 60421 10888 395 112 0 55386 0
[pid=17306/tid=17308] ppid=17303 vsize=241684 CPUtime=6.29 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 4814 0 0 0 629 0 0 0 25 0 4 0 632633038 247484416 10888 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=241684 CPUtime=6.28 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 4769 0 0 0 628 0 0 0 25 0 4 0 632633038 247484416 10888 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=241684 CPUtime=6.21 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 3844 0 0 0 621 0 0 0 25 0 4 0 632633038 247484416 10888 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365227 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) 241684

[startup+12.7011 s]
/proc/loadavg: 8.21 8.12 8.04 9/362 17325
/proc/meminfo: memFree=24135180/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=242272 CPUtime=50.63 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 28083 0 0 0 5059 4 0 0 25 0 4 0 632633038 248086528 14183 33554432000 4194304 4650419 140733994796768 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 60568 14183 395 112 0 55533 0
[pid=17306/tid=17308] ppid=17303 vsize=242272 CPUtime=12.69 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 7396 0 0 0 1269 0 0 0 25 0 4 0 632633038 248086528 14183 33554432000 4194304 4650419 140733994796768 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=242272 CPUtime=12.69 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 7294 0 0 0 1268 1 0 0 25 0 4 0 632633038 248086528 14183 33554432000 4194304 4650419 140733994796768 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=242272 CPUtime=12.54 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 6236 0 0 0 1254 0 0 0 25 0 4 0 632633038 248086528 14183 33554432000 4194304 4650419 140733994796768 18446744073709551615 4366906 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) 242272

[startup+25.5008 s]
/proc/loadavg: 8.18 8.12 8.04 9/362 17325
/proc/meminfo: memFree=24097480/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=267084 CPUtime=101.68 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 41293 0 0 0 10161 7 0 0 25 0 4 0 632633038 273494016 18169 33554432000 4194304 4650419 140733994796768 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 66771 18169 395 112 0 61736 0
[pid=17306/tid=17308] ppid=17303 vsize=267084 CPUtime=25.48 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 11885 0 0 0 2547 1 0 0 25 0 4 0 632633038 273494016 18169 33554432000 4194304 4650419 140733994796768 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=267084 CPUtime=25.49 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 10459 0 0 0 2547 2 0 0 25 0 4 0 632633038 273494016 18169 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=267084 CPUtime=25.19 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 8225 0 0 0 2518 1 0 0 25 0 4 0 632633038 273494016 18169 33554432000 4194304 4650419 140733994796768 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 267084

[startup+51.1011 s]
/proc/loadavg: 8.12 8.11 8.03 9/362 17326
/proc/meminfo: memFree=24063796/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=266992 CPUtime=203.8 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 62259 0 0 0 20364 16 0 0 25 0 4 0 632633038 273399808 22802 33554432000 4194304 4650419 140733994796768 18446744073709551615 4364352 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 66748 22802 395 112 0 61713 0
[pid=17306/tid=17308] ppid=17303 vsize=266992 CPUtime=51.08 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 17507 0 0 0 5105 3 0 0 25 0 4 0 632633038 273399808 22802 33554432000 4194304 4650419 140733994796768 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=266992 CPUtime=51.09 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 16021 0 0 0 5105 4 0 0 25 0 4 0 632633038 273399808 22802 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=266992 CPUtime=50.5 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 12959 0 0 0 5047 3 0 0 25 0 4 0 632633038 273399808 22802 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 266992

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

[startup+63.9007 s]
/proc/loadavg: 8.09 8.10 8.03 9/362 17326
/proc/meminfo: memFree=24052760/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=277500 CPUtime=254.85 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 70445 0 0 0 25467 18 0 0 25 0 4 0 632633038 284160000 22894 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 69375 22894 395 112 0 64340 0
[pid=17306/tid=17308] ppid=17303 vsize=277500 CPUtime=63.89 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 20198 0 0 0 6384 5 0 0 25 0 4 0 632633038 284160000 22894 33554432000 4194304 4650419 140733994796768 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=277500 CPUtime=63.89 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 17800 0 0 0 6385 4 0 0 25 0 4 0 632633038 284160000 22894 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=277500 CPUtime=63.15 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 14496 0 0 0 6311 4 0 0 25 0 4 0 632633038 284160000 22894 33554432000 4194304 4650419 140733994796768 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 254.85
Current children cumulated vsize (KiB) 277500

[startup+76.7004 s]
/proc/loadavg: 8.08 8.10 8.03 9/362 17326
/proc/meminfo: memFree=24039732/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=247812 CPUtime=305.91 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 77518 0 0 0 30570 21 0 0 25 0 4 0 632633038 253759488 22847 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 61953 22847 395 112 0 56918 0
[pid=17306/tid=17308] ppid=17303 vsize=247812 CPUtime=76.69 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 21945 0 0 0 7664 5 0 0 25 0 4 0 632633038 253759488 22847 33554432000 4194304 4650419 140733994796768 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=247812 CPUtime=76.69 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 19378 0 0 0 7664 5 0 0 25 0 4 0 632633038 253759488 22847 33554432000 4194304 4650419 140733994796768 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=247812 CPUtime=75.81 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 16489 0 0 0 7576 5 0 0 25 0 4 0 632633038 253759488 22847 33554432000 4194304 4650419 140733994796768 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 305.91
Current children cumulated vsize (KiB) 247812

[startup+79.9008 s]
/proc/loadavg: 8.07 8.09 8.03 9/362 17326
/proc/meminfo: memFree=24041592/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=257880 CPUtime=318.67 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 79844 0 0 0 31845 22 0 0 25 0 4 0 632633038 264069120 23197 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 64470 23197 395 112 0 59435 0
[pid=17306/tid=17308] ppid=17303 vsize=257880 CPUtime=79.89 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 22654 0 0 0 7983 6 0 0 25 0 4 0 632633038 264069120 23197 33554432000 4194304 4650419 140733994796768 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=257880 CPUtime=79.89 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 19936 0 0 0 7984 5 0 0 25 0 4 0 632633038 264069120 23197 33554432000 4194304 4650419 140733994796768 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=257880 CPUtime=78.97 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 16860 0 0 0 7892 5 0 0 25 0 4 0 632633038 264069120 23197 33554432000 4194304 4650419 140733994796768 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 318.67
Current children cumulated vsize (KiB) 257880

[startup+83.1012 s]
/proc/loadavg: 8.06 8.09 8.03 9/362 17326
/proc/meminfo: memFree=24035516/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=257880 CPUtime=331.44 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 81490 0 0 0 33121 23 0 0 25 0 4 0 632633038 264069120 24843 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 64470 24843 395 112 0 59435 0
[pid=17306/tid=17308] ppid=17303 vsize=257880 CPUtime=83.09 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 22959 0 0 0 8303 6 0 0 25 0 4 0 632633038 264069120 24843 33554432000 4194304 4650419 140733994796768 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=257880 CPUtime=83.09 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 20263 0 0 0 8304 5 0 0 25 0 4 0 632633038 264069120 24843 33554432000 4194304 4650419 140733994796768 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=257880 CPUtime=82.14 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 17542 0 0 0 8209 5 0 0 25 0 4 0 632633038 264069120 24843 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 331.44
Current children cumulated vsize (KiB) 257880

[startup+84.7139 s]
/proc/loadavg: 8.06 8.09 8.03 9/362 17327
/proc/meminfo: memFree=24033900/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=247812 CPUtime=337.86 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 82466 0 0 0 33763 23 0 0 25 0 4 0 632633038 253759488 24888 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 61953 24888 395 112 0 56918 0
[pid=17306/tid=17308] ppid=17303 vsize=247812 CPUtime=84.7 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 23124 0 0 0 8464 6 0 0 25 0 4 0 632633038 253759488 24888 33554432000 4194304 4650419 140733994796768 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=247812 CPUtime=84.7 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 20328 0 0 0 8465 5 0 0 25 0 4 0 632633038 253759488 24888 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=247812 CPUtime=83.72 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 17692 0 0 0 8367 5 0 0 25 0 4 0 632633038 253759488 24888 33554432000 4194304 4650419 140733994796768 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 337.86
Current children cumulated vsize (KiB) 247812

[startup+85.5007 s]
/proc/loadavg: 8.06 8.09 8.03 9/362 17327
/proc/meminfo: memFree=24033900/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=247812 CPUtime=341.01 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 82741 0 0 0 34077 24 0 0 25 0 4 0 632633038 253759488 25163 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 61953 25163 395 112 0 56918 0
[pid=17306/tid=17308] ppid=17303 vsize=247812 CPUtime=85.49 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 23211 0 0 0 8543 6 0 0 25 0 4 0 632633038 253759488 25163 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=247812 CPUtime=85.49 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 20328 0 0 0 8544 5 0 0 25 0 4 0 632633038 253759488 25163 33554432000 4194304 4650419 140733994796768 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=247812 CPUtime=84.51 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 17762 0 0 0 8446 5 0 0 25 0 4 0 632633038 253759488 25163 33554432000 4194304 4650419 140733994796768 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 341.01
Current children cumulated vsize (KiB) 247812

[startup+85.9007 s]
/proc/loadavg: 8.06 8.09 8.03 9/362 17327
/proc/meminfo: memFree=24029436/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=247812 CPUtime=342.6 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 82868 0 0 0 34236 24 0 0 25 0 4 0 632633038 253759488 25290 33554432000 4194304 4650419 140733994796768 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 61953 25290 395 112 0 56918 0
[pid=17306/tid=17308] ppid=17303 vsize=247812 CPUtime=85.89 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 23255 0 0 0 8583 6 0 0 25 0 4 0 632633038 253759488 25290 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365216 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=247812 CPUtime=85.88 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 20328 0 0 0 8583 5 0 0 25 0 4 0 632633038 253759488 25290 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=247812 CPUtime=84.9 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 17793 0 0 0 8485 5 0 0 25 0 4 0 632633038 253759488 25290 33554432000 4194304 4650419 140733994796768 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 342.6
Current children cumulated vsize (KiB) 247812

[startup+86.0006 s]
/proc/loadavg: 8.06 8.09 8.03 9/362 17327
/proc/meminfo: memFree=24029436/32951124 swapFree=65980216/67111528
[pid=17306] ppid=17303 vsize=247812 CPUtime=343 cores=1,3,5,7
/proc/17306/stat : 17306 (strangenight1-m) R 17303 17306 16886 0 -1 4202496 82896 0 0 0 34276 24 0 0 25 0 4 0 632633038 253759488 25318 33554432000 4194304 4650419 140733994796768 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17306/statm: 61953 25318 395 112 0 56918 0
[pid=17306/tid=17308] ppid=17303 vsize=247812 CPUtime=85.99 cores=1,3,5,7
/proc/17306/task/17308/stat : 17308 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 23266 0 0 0 8593 6 0 0 25 0 4 0 632633038 253759488 25318 33554432000 4194304 4650419 140733994796768 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17306/tid=17309] ppid=17303 vsize=247812 CPUtime=85.98 cores=1,3,5,7
/proc/17306/task/17309/stat : 17309 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 20328 0 0 0 8593 5 0 0 25 0 4 0 632633038 253759488 25318 33554432000 4194304 4650419 140733994796768 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17306/tid=17310] ppid=17303 vsize=247812 CPUtime=85 cores=1,3,5,7
/proc/17306/task/17310/stat : 17310 (strangenight1-m) R 17303 17306 16886 0 -1 4202560 17800 0 0 0 8495 5 0 0 25 0 4 0 632633038 253759488 25318 33554432000 4194304 4650419 140733994796768 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 343
Current children cumulated vsize (KiB) 247812

Child status: 20
Real time (s): 86.0775
CPU time (s): 343.297
CPU user time (s): 343.05
CPU system time (s): 0.246962
CPU usage (%): 398.823
Max. virtual memory (cumulated for all children) (KiB): 277648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 343.05
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82921
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= 266
involuntary context switches= 2308

runsolver used 0.277957 second user time and 0.71789 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 21:42:56
IDJOB=3368749
IDBENCH=82758
IDSOLVER=1846
FILE ID=node142/3368749-1305402176
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-S1990987164-054.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368749-1305402176/watcher-3368749-1305402176 -o /tmp/evaluation-result-3368749-1305402176/solver-3368749-1305402176 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368749-1305402176.cnf

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

MD5SUM BENCH= 3975d01606b3f85c20c5745dab9f365e
RANDOM SEED=2107134802

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:      24258256 kB
Buffers:        313140 kB
Cached:        3836668 kB
SwapCached:      11520 kB
Active:        6040292 kB
Inactive:      2321300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24258256 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            6240 kB
Writeback:           0 kB
AnonPages:     4209312 kB
Mapped:          19960 kB
Slab:           233912 kB
PageTables:      31876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77017952 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:22