Trace number 3175140

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 346.615 86.7724

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-3175140-1304091366.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:        1278
0.00/0.00	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.00	c -- vars added        300
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       300      1278         0         0      3834         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.00	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.00/0.05	c Decided on static restart strategy
0.00/0.15	c  N st     8      4920       288      1267         1      4758      3885     73114   no data   no data  --
0.00/0.35	c  N st    10     11302       288      1267         1      4384      3885     51669   no data   no data  --
0.00/0.56	c  N st    11     17046       288      1267         1      9932      3885    138723   no data   no data  --
3.60/0.92	c  F st    12     25001       288      1267         1     12174      3885    168264   no data   no data  --
3.60/0.92	c  N st    12     25001       288      1267         1     12174      3885    168264   no data   no data  --
4.37/1.15	c Decided on static restart strategy
4.37/1.15	c  N st    18     30002       288      1267         1     10498      3885    134622   no data   no data  --
4.37/1.15	c  S st    18     30002       288      1267         1     10498      3885    134622   no data   no data  --
4.37/1.18	c  S st    18     30505       288      1267         1     10995      3885    142707   no data   no data  --
4.37/1.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.37/1.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.37/1.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.37/1.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.37/1.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.37/1.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    288 time:  0.00 s
4.37/1.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.31	c lits-rem:       195  cl-subs:     1380  v-elim:      0  v-fix:    0  time:  0.49 s
5.17/1.31	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.03
5.17/1.31	c calculated reachability. Time: 0.00
5.17/1.31	c  N st    18     30505       288      1267         1      9615      3885    123328   no data   no data  --
6.38/1.66	c  N st    20     37615       288      1267         1      8878      3885     99608   no data   no data  --
7.97/2.00	c  N st    21     44016       288      1267         1     14982      3885    194090   no data   no data  --
8.36/2.11	c  S st    22     45757       288      1267         1     16654      3885    219814   no data   no data  --
8.36/2.16	c  S st    22     46262       288      1267         1     17158      3885    228129   no data   no data  --
8.36/2.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.36/2.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.36/2.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.36/2.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.36/2.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.36/2.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    288 time:  0.00 s
8.36/2.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.97/2.59	c lits-rem:       489  cl-subs:     2298  v-elim:      0  v-fix:    0  time:  1.70 s
9.97/2.59	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
9.97/2.60	c vivif2 --  cl tried    14860 cl shrink        0 lits rem          0 time: 0.01
10.37/2.61	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.04
10.37/2.61	c calculated reachability. Time: 0.00
10.37/2.61	c  N st    22     46262       288      1267         1     14860      3885    195216   no data   no data  --
13.56/3.46	c  N st    23     60659       288      1267         1     10582      3885    108395   no data   no data  --
15.56/4.00	c  N st    24     69394       288      1267         1     18897      3885    229627   no data   no data  --
15.56/4.00	c  S st    24     69394       288      1267         1     18897      3885    229627   no data   no data  --
15.98/4.05	c  S st    24     69898       288      1267         1     19400      3885    238022   no data   no data  --
15.98/4.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.98/4.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.98/4.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.98/4.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.98/4.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.98/4.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    288 time:  0.00 s
15.98/4.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.95/4.57	c lits-rem:       467  cl-subs:     2912  v-elim:      0  v-fix:    0  time:  2.02 s
17.95/4.57	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
17.95/4.57	c vivif2 --  cl tried    16488 cl shrink        0 lits rem          0 time: 0.01
17.95/4.58	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.05
17.95/4.58	c calculated reachability. Time: 0.00
17.95/4.58	c  N st    24     69898       288      1267         1     16488      3885    198204   no data   no data  --
23.15/5.83	c  F st    25     87502       288      1267         1     22766      3885    277013   no data   no data  --
23.15/5.83	c  N st    25     87502       288      1267         1     22766      3885    277013   no data   no data  --
24.35/6.17	c Decided on static restart strategy
25.17/6.39	c  N st    32     95539       288      1267         1     19074      3885    223809   no data   no data  --
28.35/7.11	c  N st    34    104848       288      1267         1     15603      3885    159943   no data   no data  --
28.35/7.11	c  S st    34    104848       288      1267         1     15603      3885    159943   no data   no data  --
28.35/7.15	c  S st    34    105352       288      1267         1     16104      3885    168266   no data   no data  --
28.35/7.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.35/7.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.35/7.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
28.35/7.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.35/7.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.35/7.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    288 time:  0.00 s
28.35/7.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.16/7.39	c lits-rem:       253  cl-subs:     1475  v-elim:      0  v-fix:    0  time:  0.90 s
29.16/7.39	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
29.16/7.39	c vivif2 --  cl tried    14629 cl shrink        0 lits rem          0 time: 0.00
29.16/7.40	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.04
29.16/7.40	c calculated reachability. Time: 0.00
29.16/7.40	c  N st    34    105352       288      1267         1     14629      3885    150849   no data   no data  --
32.34/8.10	c  N st    35    114951       288      1267         1     23756      3885    280833   no data   no data  --
36.74/9.22	c  N st    36    129348       288      1267         1     24214      3885    285032   no data   no data  --
43.52/10.94	c  N st    37    150944       288      1267         1     30403      3885    355538   no data   no data  --
45.53/11.46	c  S st    38    158028       288      1267         1     22024      3885    242195   no data   no data  --
45.93/11.52	c  S st    38    158533       288      1267         1     22524      3885    250317   no data   no data  --
45.93/11.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.93/11.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.93/11.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
45.93/11.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.93/11.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.93/11.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    288 time:  0.00 s
45.93/11.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.92/12.07	c lits-rem:       732  cl-subs:     2025  v-elim:      0  v-fix:    0  time:  2.14 s
47.92/12.07	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
47.92/12.07	c vivif2 --  cl tried    20499 cl shrink        0 lits rem          0 time: 0.01
47.92/12.09	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.06
47.92/12.09	c calculated reachability. Time: 0.00
47.92/12.09	c  N st    38    158533       288      1267         1     20499      3885    222774   no data   no data  --
64.31/16.16	c  N st    39    207123       288      1267         1     33577      3885    413201   no data   no data  --
75.09/18.84	c  N st    40    237799       288      1267         1     25767      3885    283598   no data   no data  --
75.09/18.84	c  S st    40    237799       288      1267         1     25767      3885    283598   no data   no data  --
75.49/18.91	c  S st    40    238303       288      1267         1     26268      3885    292287   no data   no data  --
75.49/18.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.49/18.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.49/18.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
75.49/18.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.49/18.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.49/18.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    288 time:  0.00 s
75.49/18.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
78.28/19.67	c lits-rem:       614  cl-subs:     1671  v-elim:      0  v-fix:    0  time:  2.96 s
78.28/19.67	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
78.28/19.67	c vivif2 --  cl tried    24597 cl shrink        0 lits rem          0 time: 0.01
78.28/19.69	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.07
78.28/19.69	c calculated reachability. Time: 0.00
78.28/19.69	c  N st    40    238303       288      1267         1     24597      3885    268476   no data   no data  --
106.64/26.74	c  F st    41    306251       288      1267         2     26123      3885    245402   no data   no data  --
106.64/26.74	c  N st    41    306251       288      1267         2     26123      3885    245402   no data   no data  --
108.26/27.18	c Decided on static restart strategy
117.83/29.55	c  N st    51    334553       288      1267         2     30486      3885    326299   no data   no data  --
127.81/32.02	c  N st    53    357454       288      1267         2     28532      3885    279012   no data   no data  --
127.81/32.02	c  S st    53    357454       288      1267         2     28532      3885    279012   no data   no data  --
127.81/32.08	c  S st    53    357955       288      1267         2     29030      3885    287673   no data   no data  --
127.81/32.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
127.81/32.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
127.81/32.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
128.21/32.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
128.21/32.14	c subs with bin:     1067  lits-rem:       143  v-fix:    0  time:  0.16 s
128.21/32.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    288 time:  0.00 s
128.21/32.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
131.01/32.87	c lits-rem:      1009  cl-subs:     1100  v-elim:      0  v-fix:    0  time:  2.92 s
131.01/32.87	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
131.01/32.88	c vivif2 --  cl tried    26863 cl shrink        0 lits rem          0 time: 0.01
131.01/32.89	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.07
131.01/32.89	c calculated reachability. Time: 0.00
131.01/32.89	c  N st    53    357955       288      1267         2     26863      3885    260894   no data   no data  --
145.80/36.55	c  N st    54    390347       288      1267         2     32885      3885    332000   no data   no data  --
168.96/42.40	c  N st    55    438935       288      1267         2     26857      3885    227599   no data   no data  --
200.12/50.17	c  N st    56    511818       288      1267         2     40163      3885    413131   no data   no data  --
212.91/53.37	c  N st    57    536932       288      1267         2     34543      3885    320053   no data   no data  --
212.91/53.37	c  S st    57    536932       288      1267         2     34543      3885    320053   no data   no data  --
213.31/53.46	c  S st    57    537438       288      1267         2     35044      3885    328351   no data   no data  --
213.31/53.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
213.31/53.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
213.31/53.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
213.31/53.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
213.31/53.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
213.31/53.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    288 time:  0.00 s
213.31/53.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
217.30/54.47	c lits-rem:      1043  cl-subs:     1782  v-elim:      0  v-fix:    0  time:  3.94 s
217.30/54.47	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
217.30/54.48	c vivif2 --  cl tried    33262 cl shrink        0 lits rem          0 time: 0.02
217.70/54.50	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.09
217.70/54.50	c calculated reachability. Time: 0.00
217.70/54.50	c  N st    57    537438       288      1267         2     33262      3885    306709   no data   no data  --
305.59/76.54	c  N st    58    701424       288      1267         3     61604      3885    704676   no data   no data  --
305.59/76.56	c Finding binary XORs  T:     0.00 s  found:       0
346.34/86.76	c Following stats are for *FIRST FINISHED THREAD ONLY*
346.34/86.76	c num threads              : 4          
346.34/86.76	c restarts                 : 58         
346.34/86.76	c dynamic restarts         : 0          
346.34/86.76	c static restarts          : 58         
346.34/86.76	c full restarts            : 3          
346.34/86.76	c total simplify time      : 0.58       
346.34/86.76	c learnts DL2              : 0          
346.34/86.76	c learnts size 2           : 173        
346.34/86.76	c learnts size 1           : 161         (53.67     % of vars)
346.34/86.76	c filedLit time            : 0.10        (0.03      % time)
346.34/86.76	c v-elim SatELite          : 12          (4.00      % vars)
346.34/86.76	c SatELite time            : 12.93       (3.73      % time)
346.34/86.76	c v-elim xor               : 0           (0.00      % vars)
346.34/86.76	c xor elim time            : 0.02        (0.00      % time)
346.34/86.76	c num binary xor trees     : 0          
346.34/86.76	c binxor trees' crown      : 0           (nan       leafs/tree)
346.34/86.76	c bin xor find time        : 0.00       
346.34/86.76	c OTF clause improved      : 36661       (0.05      clauses/conflict)
346.34/86.76	c OTF impr. size diff      : 38213       (1.04       lits/clause)
346.34/86.76	c OTF cl watch-shrink      : 178822      (0.23      clauses/conflict)
346.34/86.76	c OTF cl watch-sh-lit      : 221501      (1.24       lits/clause)
346.34/86.76	c tried to recurMin cls    : 109635      (14.18      % of conflicts)
346.34/86.76	c updated cache            : 1112        (0.01       lits/tried recurMin)
346.34/86.76	c unit cls received        : 2           (1.24      % of units)
346.34/86.76	c unit cls sent            : 6           (3.73      % of units)
346.34/86.76	c bin cls received         : 12         
346.34/86.76	c bin cls sent             : 54         
346.34/86.76	c clauses over max glue    : 0           (0.00      % of all clauses)
346.34/86.76	c conflicts                : 773029      (2231.96   / sec)
346.34/86.76	c decisions                : 892168      (1.09      % random)
346.34/86.76	c bogo-props               : 11888297400 (34324980.84 / sec)
346.34/86.76	c conflict literals        : 11668139    (28.70     % deleted)
346.34/86.76	c Memory used              : 303.61      MB
346.34/86.76	c single-thread CPU time   : 346.35      s
346.34/86.76	c all-threads sum CPU time : 346.35      s
346.34/86.76	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-3175140-1304091366/watcher-3175140-1304091366 -o /tmp/evaluation-result-3175140-1304091366/solver-3175140-1304091366 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175140-1304091366.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: 7.47 7.93 7.94 2/172 19147
/proc/meminfo: memFree=17897724/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 413 0 0 0 0 0 0 0 18 0 4 0 520739189 52465664 352 33554432000 4194304 4650419 140737257584800 18446744073709551615 47511429900204 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 12809 352 303 112 0 7774 0
[pid=19147/tid=19150] ppid=19145 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 520739189 52465664 352 33554432000 4194304 4650419 140737257584800 18446744073709551615 47511429894264 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 520739189 52465664 352 33554432000 4194304 4650419 140737257584800 18446744073709551615 47511429900208 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 520739189 52465664 352 33554432000 4194304 4650419 140737257584800 18446744073709551615 216634571761 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.058952 s]
/proc/loadavg: 7.47 7.93 7.94 2/172 19147
/proc/meminfo: memFree=17897724/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=284872 CPUtime=3.2 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 4209 0 0 0 320 0 0 0 18 0 4 0 520739189 291708928 2353 33554432000 4194304 4650419 140737257584800 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 71218 2353 393 112 0 66183 0
[pid=19147/tid=19150] ppid=19145 vsize=284872 CPUtime=0.8 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 1048 0 0 0 80 0 0 0 19 0 4 0 520739189 291708928 2353 33554432000 4194304 4650419 140737257584800 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=284872 CPUtime=0.8 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 965 0 0 0 80 0 0 0 19 0 4 0 520739189 291708928 2353 33554432000 4194304 4650419 140737257584800 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=284872 CPUtime=0.79 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 829 0 0 0 79 0 0 0 22 0 4 0 520739189 291708928 2353 33554432000 4194304 4650419 140737257584800 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 284872

[startup+0.907254 s]
/proc/loadavg: 7.47 7.93 7.94 2/172 19147
/proc/meminfo: memFree=17897724/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=284872 CPUtime=3.6 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 4444 0 0 0 360 0 0 0 19 0 4 0 520739189 291708928 2588 33554432000 4194304 4650419 140737257584800 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 71218 2588 394 112 0 66183 0
[pid=19147/tid=19150] ppid=19145 vsize=284872 CPUtime=0.9 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 1127 0 0 0 90 0 0 0 19 0 4 0 520739189 291708928 2588 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=284872 CPUtime=0.9 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 1053 0 0 0 90 0 0 0 19 0 4 0 520739189 291708928 2588 33554432000 4194304 4650419 140737257584800 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=284872 CPUtime=0.89 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 861 0 0 0 89 0 0 0 23 0 4 0 520739189 291708928 2588 33554432000 4194304 4650419 140737257584800 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 284872

[startup+1.00024 s]
/proc/loadavg: 7.47 7.93 7.94 2/172 19147
/proc/meminfo: memFree=17897724/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=285216 CPUtime=3.97 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 4999 0 0 0 397 0 0 0 19 0 4 0 520739189 292061184 2446 33554432000 4194304 4650419 140737257584800 18446744073709551615 4333937 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 71304 2446 394 112 0 66269 0
[pid=19147/tid=19150] ppid=19145 vsize=285216 CPUtime=0.99 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 1278 0 0 0 99 0 0 0 19 0 4 0 520739189 292061184 2446 33554432000 4194304 4650419 140737257584800 18446744073709551615 4314921 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=285216 CPUtime=0.99 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 1221 0 0 0 99 0 0 0 19 0 4 0 520739189 292061184 2446 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=285216 CPUtime=0.99 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 918 0 0 0 99 0 0 0 23 0 4 0 520739189 292061184 2446 33554432000 4194304 4650419 140737257584800 18446744073709551615 4315074 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 285216

[startup+1.10022 s]
/proc/loadavg: 7.47 7.93 7.94 2/172 19147
/proc/meminfo: memFree=17897724/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=276640 CPUtime=4.37 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 5260 0 0 0 437 0 0 0 19 0 4 0 520739189 283279360 2492 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 69160 2492 394 112 0 64125 0
[pid=19147/tid=19150] ppid=19145 vsize=276640 CPUtime=1.09 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 1316 0 0 0 109 0 0 0 19 0 4 0 520739189 283279360 2492 33554432000 4194304 4650419 140737257584800 18446744073709551615 4311370 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=276640 CPUtime=1.09 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 1266 0 0 0 109 0 0 0 19 0 4 0 520739189 283279360 2492 33554432000 4194304 4650419 140737257584800 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=276640 CPUtime=1.09 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 1053 0 0 0 109 0 0 0 24 0 4 0 520739189 283279360 2492 33554432000 4194304 4650419 140737257584800 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 276640

[startup+1.50115 s]
/proc/loadavg: 7.47 7.93 7.94 2/172 19147
/proc/meminfo: memFree=17897724/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=280824 CPUtime=5.97 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 7035 0 0 0 597 0 0 0 20 0 4 0 520739189 287563776 3733 33554432000 4194304 4650419 140737257584800 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 70206 3733 395 112 0 65171 0
[pid=19147/tid=19150] ppid=19145 vsize=280824 CPUtime=1.49 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 1594 0 0 0 149 0 0 0 20 0 4 0 520739189 287563776 3733 33554432000 4194304 4650419 140737257584800 18446744073709551615 4370541 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=280824 CPUtime=1.49 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 1574 0 0 0 149 0 0 0 20 0 4 0 520739189 287563776 3733 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=280824 CPUtime=1.48 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 1178 0 0 0 148 0 0 0 25 0 4 0 520739189 287563776 3733 33554432000 4194304 4650419 140737257584800 18446744073709551615 4363435 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 280824

[startup+3.10087 s]
/proc/loadavg: 7.47 7.93 7.94 9/184 19159
/proc/meminfo: memFree=17827452/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=275252 CPUtime=12.36 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 13359 0 0 0 1234 2 0 0 25 0 4 0 520739189 281858048 8157 33554432000 4194304 4650419 140737257584800 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 68813 8157 395 112 0 63778 0
[pid=19147/tid=19150] ppid=19145 vsize=275252 CPUtime=3.07 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 3136 0 0 0 307 0 0 0 25 0 4 0 520739189 281858048 8157 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=275252 CPUtime=3.09 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 3484 0 0 0 309 0 0 0 25 0 4 0 520739189 281858048 8157 33554432000 4194304 4650419 140737257584800 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=275252 CPUtime=3.09 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 2748 0 0 0 308 1 0 0 25 0 4 0 520739189 281858048 8157 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365346 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) 275252

[startup+6.30631 s]
/proc/loadavg: 7.51 7.93 7.94 9/184 19159
/proc/meminfo: memFree=17802696/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=286424 CPUtime=25.17 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 19833 0 0 0 2513 4 0 0 25 0 4 0 520739189 293298176 11106 33554432000 4194304 4650419 140737257584800 18446744073709551615 4307092 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 71606 11106 395 112 0 66571 0
[pid=19147/tid=19150] ppid=19145 vsize=286424 CPUtime=6.27 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 5066 0 0 0 626 1 0 0 25 0 4 0 520739189 293298176 11106 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=286424 CPUtime=6.29 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 5320 0 0 0 629 0 0 0 25 0 4 0 520739189 293298176 11106 33554432000 4194304 4650419 140737257584800 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=286424 CPUtime=6.29 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 3947 0 0 0 628 1 0 0 25 0 4 0 520739189 293298176 11106 33554432000 4194304 4650419 140737257584800 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 286424

[startup+12.7002 s]
/proc/loadavg: 7.55 7.94 7.94 9/184 19160
/proc/meminfo: memFree=17776508/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=289620 CPUtime=50.71 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 29350 0 0 0 5065 6 0 0 25 0 4 0 520739189 296570880 14316 33554432000 4194304 4650419 140737257584800 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 72405 14316 395 112 0 67370 0
[pid=19147/tid=19150] ppid=19145 vsize=289620 CPUtime=12.62 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 7769 0 0 0 1261 1 0 0 25 0 4 0 520739189 296570880 14316 33554432000 4194304 4650419 140737257584800 18446744073709551615 4363604 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=289620 CPUtime=12.69 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 7684 0 0 0 1268 1 0 0 25 0 4 0 520739189 296570880 14316 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=289620 CPUtime=12.69 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 5983 0 0 0 1267 2 0 0 25 0 4 0 520739189 296570880 14316 33554432000 4194304 4650419 140737257584800 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 289620

[startup+25.5009 s]
/proc/loadavg: 7.65 7.94 7.94 9/184 19160
/proc/meminfo: memFree=17740440/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=292844 CPUtime=101.85 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 44665 0 0 0 10176 9 0 0 25 0 4 0 520739189 299872256 17113 33554432000 4194304 4650419 140737257584800 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 73211 17113 395 112 0 68176 0
[pid=19147/tid=19150] ppid=19145 vsize=292844 CPUtime=25.36 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 12540 0 0 0 2534 2 0 0 25 0 4 0 520739189 299872256 17113 33554432000 4194304 4650419 140737257584800 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=292844 CPUtime=25.48 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 11843 0 0 0 2547 1 0 0 25 0 4 0 520739189 299872256 17113 33554432000 4194304 4650419 140737257584800 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=292844 CPUtime=25.48 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 8243 0 0 0 2546 2 0 0 25 0 4 0 520739189 299872256 17113 33554432000 4194304 4650419 140737257584800 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 292844

[startup+51.1004 s]
/proc/loadavg: 7.84 7.96 7.95 9/184 19161
/proc/meminfo: memFree=17707088/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=306116 CPUtime=204.12 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 68257 0 0 0 20395 17 0 0 25 0 4 0 520739189 313462784 20936 33554432000 4194304 4650419 140737257584800 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 76529 20936 395 112 0 71494 0
[pid=19147/tid=19150] ppid=19145 vsize=306116 CPUtime=50.84 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 18814 0 0 0 5079 5 0 0 25 0 4 0 520739189 313462784 20936 33554432000 4194304 4650419 140737257584800 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=306116 CPUtime=51.09 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 18803 0 0 0 5105 4 0 0 25 0 4 0 520739189 313462784 20936 33554432000 4194304 4650419 140737257584800 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=306116 CPUtime=51.08 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 11606 0 0 0 5105 3 0 0 25 0 4 0 520739189 313462784 20936 33554432000 4194304 4650419 140737257584800 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 306116

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

[startup+51.9003 s]
/proc/loadavg: 7.84 7.96 7.95 9/184 19161
/proc/meminfo: memFree=17706964/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=306116 CPUtime=207.31 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 68608 0 0 0 20714 17 0 0 25 0 4 0 520739189 313462784 21287 33554432000 4194304 4650419 140737257584800 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 76529 21287 395 112 0 71494 0
[pid=19147/tid=19150] ppid=19145 vsize=306116 CPUtime=51.63 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 18929 0 0 0 5158 5 0 0 25 0 4 0 520739189 313462784 21287 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=306116 CPUtime=51.89 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 18924 0 0 0 5185 4 0 0 25 0 4 0 520739189 313462784 21287 33554432000 4194304 4650419 140737257584800 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=306116 CPUtime=51.88 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 11606 0 0 0 5185 3 0 0 25 0 4 0 520739189 313462784 21287 33554432000 4194304 4650419 140737257584800 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 207.31
Current children cumulated vsize (KiB) 306116

[startup+64.701 s]
/proc/loadavg: 7.94 7.98 7.95 9/184 19161
/proc/meminfo: memFree=17692328/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=315792 CPUtime=258.45 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 77479 0 0 0 25824 21 0 0 25 0 4 0 520739189 323371008 22925 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 78948 22925 395 112 0 73913 0
[pid=19147/tid=19150] ppid=19145 vsize=315792 CPUtime=64.36 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 20804 0 0 0 6431 5 0 0 25 0 4 0 520739189 323371008 22925 33554432000 4194304 4650419 140737257584800 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=315792 CPUtime=64.68 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 21356 0 0 0 6463 5 0 0 25 0 4 0 520739189 323371008 22925 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=315792 CPUtime=64.69 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 13241 0 0 0 6465 4 0 0 25 0 4 0 520739189 323371008 22925 33554432000 4194304 4650419 140737257584800 18446744073709551615 4360233 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 258.45
Current children cumulated vsize (KiB) 315792

[startup+77.5008 s]
/proc/loadavg: 7.95 7.98 7.95 9/184 19161
/proc/meminfo: memFree=17686240/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=310848 CPUtime=309.59 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 83796 0 0 0 30935 24 0 0 25 0 4 0 520739189 318308352 24315 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 77712 24315 395 112 0 72677 0
[pid=19147/tid=19150] ppid=19145 vsize=310848 CPUtime=77.1 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 22087 0 0 0 7704 6 0 0 25 0 4 0 520739189 318308352 24315 33554432000 4194304 4650419 140737257584800 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=310848 CPUtime=77.49 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 22804 0 0 0 7743 6 0 0 25 0 4 0 520739189 318308352 24315 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=310848 CPUtime=77.48 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 14270 0 0 0 7744 4 0 0 25 0 4 0 520739189 318308352 24315 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 309.59
Current children cumulated vsize (KiB) 310848

[startup+80.7002 s]
/proc/loadavg: 7.95 7.98 7.95 9/184 19161
/proc/meminfo: memFree=17680536/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=310912 CPUtime=322.37 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 86653 0 0 0 32213 24 0 0 25 0 4 0 520739189 318373888 25944 33554432000 4194304 4650419 140737257584800 18446744073709551615 4366841 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 77728 25944 395 112 0 72693 0
[pid=19147/tid=19150] ppid=19145 vsize=310912 CPUtime=80.28 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 22479 0 0 0 8022 6 0 0 25 0 4 0 520739189 318373888 25944 33554432000 4194304 4650419 140737257584800 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=310912 CPUtime=80.68 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 23663 0 0 0 8062 6 0 0 25 0 4 0 520739189 318373888 25944 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=310912 CPUtime=80.68 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 14946 0 0 0 8064 4 0 0 25 0 4 0 520739189 318373888 25944 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 322.37
Current children cumulated vsize (KiB) 310912

[startup+83.9007 s]
/proc/loadavg: 7.95 7.98 7.95 9/184 19161
/proc/meminfo: memFree=17668136/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=310892 CPUtime=335.15 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 88452 0 0 0 33490 25 0 0 25 0 4 0 520739189 318353408 26733 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 77723 26733 395 112 0 72688 0
[pid=19147/tid=19150] ppid=19145 vsize=310892 CPUtime=83.46 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 22877 0 0 0 8340 6 0 0 25 0 4 0 520739189 318353408 26733 33554432000 4194304 4650419 140737257584800 18446744073709551615 4438393 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=310892 CPUtime=83.88 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 23937 0 0 0 8382 6 0 0 25 0 4 0 520739189 318353408 26733 33554432000 4194304 4650419 140737257584800 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=310892 CPUtime=83.89 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 15254 0 0 0 8384 5 0 0 25 0 4 0 520739189 318353408 26733 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 335.15
Current children cumulated vsize (KiB) 310892

[startup+85.5064 s]
/proc/loadavg: 7.96 7.98 7.95 9/184 19162
/proc/meminfo: memFree=17662060/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=310892 CPUtime=341.57 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 88895 0 0 0 34131 26 0 0 25 0 4 0 520739189 318353408 27176 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 77723 27176 395 112 0 72688 0
[pid=19147/tid=19150] ppid=19145 vsize=310892 CPUtime=85.06 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 22973 0 0 0 8500 6 0 0 25 0 4 0 520739189 318353408 27176 33554432000 4194304 4650419 140737257584800 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=310892 CPUtime=85.49 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 23937 0 0 0 8543 6 0 0 25 0 4 0 520739189 318353408 27176 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=310892 CPUtime=85.49 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 15398 0 0 0 8544 5 0 0 25 0 4 0 520739189 318353408 27176 33554432000 4194304 4650419 140737257584800 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 341.57
Current children cumulated vsize (KiB) 310892

[startup+86.3002 s]
/proc/loadavg: 7.96 7.98 7.95 9/184 19162
/proc/meminfo: memFree=17662060/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=310892 CPUtime=344.74 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 89050 0 0 0 34448 26 0 0 25 0 4 0 520739189 318353408 27331 33554432000 4194304 4650419 140737257584800 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 77723 27331 395 112 0 72688 0
[pid=19147/tid=19150] ppid=19145 vsize=310892 CPUtime=85.85 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 22973 0 0 0 8579 6 0 0 25 0 4 0 520739189 318353408 27331 33554432000 4194304 4650419 140737257584800 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=310892 CPUtime=86.28 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 23937 0 0 0 8622 6 0 0 25 0 4 0 520739189 318353408 27331 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=310892 CPUtime=86.29 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 15458 0 0 0 8624 5 0 0 25 0 4 0 520739189 318353408 27331 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 344.74
Current children cumulated vsize (KiB) 310892

[startup+86.7012 s]
/proc/loadavg: 7.96 7.98 7.95 9/184 19162
/proc/meminfo: memFree=17662184/32951124 swapFree=67111528/67111528
[pid=19147] ppid=19145 vsize=310892 CPUtime=346.34 cores=1,3,5,7
/proc/19147/stat : 19147 (strangenight1-m) R 19145 19147 19020 0 -1 4202496 89456 0 0 0 34608 26 0 0 25 0 4 0 520739189 318353408 27737 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19147/statm: 77723 27737 395 112 0 72688 0
[pid=19147/tid=19150] ppid=19145 vsize=310892 CPUtime=86.25 cores=1,3,5,7
/proc/19147/task/19150/stat : 19150 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 22973 0 0 0 8619 6 0 0 25 0 4 0 520739189 318353408 27737 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19147/tid=19151] ppid=19145 vsize=310892 CPUtime=86.68 cores=1,3,5,7
/proc/19147/task/19151/stat : 19151 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 23937 0 0 0 8662 6 0 0 25 0 4 0 520739189 318353408 27737 33554432000 4194304 4650419 140737257584800 18446744073709551615 4333710 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19147/tid=19152] ppid=19145 vsize=310892 CPUtime=86.69 cores=1,3,5,7
/proc/19147/task/19152/stat : 19152 (strangenight1-m) R 19145 19147 19020 0 -1 4202560 15814 0 0 0 8664 5 0 0 25 0 4 0 520739189 318353408 27737 33554432000 4194304 4650419 140737257584800 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 346.34
Current children cumulated vsize (KiB) 310892

Child status: 20
Real time (s): 86.7724
CPU time (s): 346.615
CPU user time (s): 346.345
CPU system time (s): 0.269958
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 325552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 346.345
system time used= 0.269958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89473
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= 277
involuntary context switches= 2491

runsolver used 0.119981 second user time and 0.32695 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 17:36:06
IDJOB=3175140
IDBENCH=82758
IDSOLVER=1588
FILE ID=node103/3175140-1304091366
RUNJOBID= node103-1304090162-19039
PBS_JOBID= 13170574
Free space on /tmp= 71520 MiB

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

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

MD5SUM BENCH= 3975d01606b3f85c20c5745dab9f365e
RANDOM SEED=1119091917

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17898004 kB
Buffers:       2148524 kB
Cached:       12258564 kB
SwapCached:          0 kB
Active:        5587900 kB
Inactive:      8882608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17898004 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12476 kB
Writeback:           0 kB
AnonPages:       63136 kB
Mapped:          14680 kB
Slab:           519452 kB
PageTables:       4272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184852 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71508 MiB
End job on node103 at 2011-04-29 17:37:33