Trace number 3366318

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-2-mt (fixed)SAT 2672.89 670.042

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1864619158-076.SATISFIABLE.cnf
MD5SUM420c3b1966635ea800a6b2af1a449f73
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004998
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366318-1305401632.cnf'
0.00/0.01	c -- header says num vars:            400
0.00/0.01	c -- header says num clauses:        1704
0.00/0.01	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.01	c -- vars added        400
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       400      1704         0         0      5112         0   no data   no data
0.02/0.01	c asymm  cl-useful: 0/1704/1704 lits-rem:0 time: 0.00
0.02/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.02/0.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.02/0.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.02/0.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.02/0.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
0.02/0.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.02/0.35	c lits-rem:         0  cl-subs:        0  v-elim:      8  v-fix:    0  time:  0.00 s
0.02/0.35	c Finding binary XORs  T:     0.00 s  found:       0
0.02/0.35	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.02/0.35	c calculated reachability. Time: 0.00
0.02/0.35	c Calc default polars -  time:   0.00 s pos:     158 undec:      52 neg:     190
0.02/0.35	c =========================================================================================
0.02/0.35	c types(t): F = full restart, N = normal restart
0.02/0.35	c types(t): S = simplification begin/end, E = solution found
0.02/0.35	c restart types(rt): st = static, dy = dynamic
0.02/0.35	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.16/0.80	c  B st     0         0       392      1697         0         0      5141         0   no data   no data
3.16/0.80	c Decided on static restart strategy
3.16/0.80	c  N st     8      4914       392      1697         0      4813      5141     89142   no data   no data
3.16/0.80	c  N st    10     11297       392      1697         0      4426      5141     61050   no data   no data
3.16/0.80	c  N st    11     17042       392      1697         0      9990      5141    165079   no data   no data
3.96/1.00	c  F st    12     25000       392      1697         0     12252      5141    214265   no data   no data
3.96/1.00	c  N st    12     25000       392      1697         0     12252      5141    214265   no data   no data
4.76/1.21	c Decided on static restart strategy
4.76/1.21	c  N st    18     30001       392      1697         0     10555      5141    160526   no data   no data
4.76/1.21	c  S st    18     30001       392      1697         0     10555      5141    160526   no data   no data
4.76/1.24	c  S st    18     30502       392      1697         0     11056      5141    170942   no data   no data
4.76/1.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.76/1.25	c blocked clauses removed:        0 vars:      0 tried:         392 T: 0.00 s
4.76/1.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
4.76/1.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.76/1.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.31	c lits-rem:       187  cl-subs:      958  v-elim:      0  v-fix:    0  time:  0.05 s
5.16/1.32	c asymm  cl-useful: 0/1697/1697 lits-rem:0 time: 0.01
5.16/1.32	c calculated reachability. Time: 0.00
5.16/1.32	c  N st    18     30502       392      1697         0     10098      5141    154015   no data   no data
6.75/1.70	c  N st    20     37614       392      1697         0      9401      5141    128322   no data   no data
7.95/2.06	c  N st    21     44015       392      1697         0     15655      5141    257803   no data   no data
8.35/2.17	c  S st    22     45754       392      1697         0     17345      5141    292666   no data   no data
8.75/2.21	c  S st    22     46254       392      1697         0      9138      5141    111367   no data   no data
8.75/2.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.75/2.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.75/2.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.75/2.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.75/2.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.75/2.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
8.75/2.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.75/2.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.75/2.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.75/2.23	c lits-rem:        17  cl-subs:       45  v-elim:      0  v-fix:    0  time:  0.00 s
8.75/2.23	c vivif2 --  cl tried     1697 cl shrink        0 lits rem          0 time: 0.00
8.75/2.23	c vivif2 --  cl tried     9093 cl shrink        0 lits rem          0 time: 0.00
8.75/2.23	c asymm  cl-useful: 0/1697/1697 lits-rem:0 time: 0.00
8.75/2.23	c calculated reachability. Time: 0.00
8.75/2.23	c  N st    22     46254       392      1697         0      9093      5141    110432   no data   no data
11.94/3.08	c  N st    23     60651       392      1697         0     13308      5141    181043   no data   no data
14.78/3.71	c  N st    24     69383       392      1697         0     11142      5141    135125   no data   no data
14.78/3.71	c  S st    24     69383       392      1697         0     11142      5141    135125   no data   no data
14.78/3.74	c  S st    24     69892       392      1697         0     11648      5141    144671   no data   no data
14.78/3.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.78/3.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
14.78/3.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.78/3.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.78/3.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.78/3.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
14.78/3.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.78/3.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.78/3.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.78/3.77	c lits-rem:        53  cl-subs:      274  v-elim:      0  v-fix:    0  time:  0.02 s
14.78/3.77	c vivif2 --  cl tried     1697 cl shrink        0 lits rem          0 time: 0.00
14.78/3.77	c vivif2 --  cl tried    11374 cl shrink        0 lits rem          0 time: 0.00
14.78/3.78	c asymm  cl-useful: 0/1697/1697 lits-rem:0 time: 0.01
14.78/3.78	c calculated reachability. Time: 0.00
14.78/3.78	c  N st    24     69892       392      1697         0     11374      5141    139775   no data   no data
19.52/4.92	c  F st    25     87500       392      1697         0     16882      5141    244992   no data   no data
19.52/4.92	c  N st    25     87500       392      1697         0     16882      5141    244992   no data   no data
21.12/5.32	c Decided on static restart strategy
21.92/5.58	c  N st    32     95540       392      1697         0     24755      5141    400930   no data   no data
24.71/6.22	c  N st    34    104840       392      1697         0     21104      5141    308179   no data   no data
24.71/6.22	c  S st    34    104840       392      1697         0     21104      5141    308179   no data   no data
24.71/6.27	c  S st    34    105346       392      1697         0     21608      5141    318168   no data   no data
24.71/6.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.71/6.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
24.71/6.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.71/6.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.71/6.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.71/6.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
24.71/6.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.71/6.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.71/6.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.51/6.47	c lits-rem:       112  cl-subs:     1430  v-elim:      0  v-fix:    0  time:  0.18 s
25.51/6.47	c vivif2 --  cl tried     1697 cl shrink        0 lits rem          0 time: 0.00
25.51/6.48	c vivif2 --  cl tried    20178 cl shrink        0 lits rem          0 time: 0.00
25.51/6.49	c asymm  cl-useful: 0/1697/1697 lits-rem:0 time: 0.01
25.51/6.49	c calculated reachability. Time: 0.00
25.51/6.49	c  N st    34    105346       392      1697         0     20178      5141    291985   no data   no data
28.70/7.26	c  N st    35    114946       392      1697         0     15890      5141    192352   no data   no data
33.08/8.39	c  N st    36    129345       392      1697         0     15303      5141    169625   no data   no data
39.87/10.05	c  N st    37    150941       392      1697         0     20780      5141    264686   no data   no data
42.27/10.66	c  S st    38    158020       392      1697         0     27603      5141    399389   no data   no data
42.67/10.73	c  S st    38    158523       392      1697         0     28103      5141    409876   no data   no data
42.67/10.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.67/10.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
42.67/10.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.67/10.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.67/10.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.67/10.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
42.67/10.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.67/10.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
42.67/10.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.87/11.08	c lits-rem:       204  cl-subs:     1949  v-elim:      0  v-fix:    0  time:  0.32 s
43.87/11.08	c vivif2 --  cl tried     1697 cl shrink        0 lits rem          0 time: 0.00
43.87/11.08	c vivif2 --  cl tried    26154 cl shrink        0 lits rem          0 time: 0.00
43.87/11.10	c asymm  cl-useful: 0/1697/1697 lits-rem:0 time: 0.01
44.26/11.10	c calculated reachability. Time: 0.00
44.26/11.10	c  N st    38    158523       392      1697         0     26154      5141    373847   no data   no data
62.64/15.75	c  N st    39    207112       392      1697         0     20893      5141    241667   no data   no data
74.99/18.83	c  N st    40    237784       392      1697         0     31456      5141    452119   no data   no data
74.99/18.83	c  S st    40    237784       392      1697         0     31456      5141    452119   no data   no data
75.39/18.91	c  S st    40    238293       392      1697         0     31964      5141    462157   no data   no data
75.39/18.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.39/18.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
75.39/18.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.39/18.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.39/18.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.39/18.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
75.39/18.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.39/18.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
75.39/18.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.57/19.20	c lits-rem:       178  cl-subs:     1213  v-elim:      0  v-fix:    0  time:  0.26 s
76.57/19.20	c vivif2 --  cl tried     1697 cl shrink        0 lits rem          0 time: 0.00
76.57/19.21	c vivif2 --  cl tried    30751 cl shrink        0 lits rem          0 time: 0.01
76.57/19.22	c asymm  cl-useful: 0/1697/1697 lits-rem:0 time: 0.02
76.57/19.23	c calculated reachability. Time: 0.00
76.57/19.23	c  N st    40    238293       392      1697         0     30751      5141    438821   no data   no data
106.94/26.83	c  F st    41    306250       392      1697         0     32649      5141    438423   no data   no data
106.94/26.83	c  N st    41    306250       392      1697         0     32649      5141    438423   no data   no data
109.70/27.50	c Decided on static restart strategy
120.47/30.24	c  N st    51    334559       392      1697         0     36654      5141    492608   no data   no data
130.85/32.84	c  N st    53    357440       392      1697         0     34658      5141    446104   no data   no data
130.85/32.84	c  S st    53    357440       392      1697         0     34658      5141    446104   no data   no data
131.25/32.93	c  S st    53    357946       392      1697         0     35161      5141    456309   no data   no data
131.25/32.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
131.25/32.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
131.25/32.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
131.25/32.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
131.25/32.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.25/32.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
131.25/32.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
131.25/32.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
131.25/32.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.45/33.22	c lits-rem:       177  cl-subs:     1355  v-elim:      0  v-fix:    0  time:  0.26 s
132.45/33.22	c vivif2 --  cl tried     1697 cl shrink        0 lits rem          0 time: 0.00
132.45/33.22	c vivif2 --  cl tried    33806 cl shrink        0 lits rem          0 time: 0.01
132.45/33.24	c asymm  cl-useful: 0/1697/1697 lits-rem:0 time: 0.02
132.45/33.24	c calculated reachability. Time: 0.00
132.45/33.24	c  N st    53    357946       392      1697         0     33806      5141    431091   no data   no data
148.41/37.21	c  N st    54    390340       392      1697         0     39879      5141    516214   no data   no data
171.95/43.12	c  N st    55    438929       392      1697         0     33634      5141    381294   no data   no data
208.65/52.34	c  N st    56    511811       392      1697         0     47016      5141    634517   no data   no data
222.22/55.70	c  N st    57    536919       392      1697         0     41365      5141    512547   no data   no data
222.22/55.70	c  S st    57    536919       392      1697         0     41365      5141    512547   no data   no data
222.62/55.82	c  S st    57    537423       392      1697         0     41868      5141    522589   no data   no data
222.62/55.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
222.62/55.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
222.62/55.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
222.62/55.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
222.62/55.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
222.62/55.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
222.62/55.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
222.62/55.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
222.62/55.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
224.21/56.29	c lits-rem:        98  cl-subs:     2256  v-elim:      0  v-fix:    0  time:  0.44 s
224.21/56.29	c vivif2 --  cl tried     1697 cl shrink        0 lits rem          0 time: 0.00
224.61/56.30	c vivif2 --  cl tried    39612 cl shrink        0 lits rem          0 time: 0.01
224.61/56.32	c asymm  cl-useful: 0/1697/1697 lits-rem:0 time: 0.02
224.61/56.33	c calculated reachability. Time: 0.00
224.61/56.33	c  N st    57    537423       392      1697         0     39612      5141    482691   no data   no data
329.15/82.55	c  N st    58    701407       392      1697         0     68552      5141    984511   no data   no data
402.97/101.01	c  N st    59    806134       392      1697         0     62485      5141    826124   no data   no data
402.97/101.01	c  S st    59    806134       392      1697         0     62485      5141    826124   no data   no data
403.77/101.20	c  S st    59    806637       392      1697         0     62985      5141    836035   no data   no data
403.77/101.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
403.77/101.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
403.77/101.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
403.77/101.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
403.77/101.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
403.77/101.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
403.77/101.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
403.77/101.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
403.77/101.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
410.95/103.09	c lits-rem:       252  cl-subs:     5854  v-elim:      0  v-fix:    0  time:  1.82 s
410.95/103.09	c vivif2 --  cl tried     1697 cl shrink        0 lits rem          0 time: 0.00
411.35/103.10	c vivif2 --  cl tried    57131 cl shrink        0 lits rem          0 time: 0.01
411.35/103.14	c asymm  cl-useful: 0/1697/1697 lits-rem:0 time: 0.05
411.35/103.14	c calculated reachability. Time: 0.00
411.35/103.14	c  N st    59    806637       392      1697         0     57131      5141    743632   no data   no data
604.47/151.59	c  F st    60   1071875       392      1697         0     72886      5141    934650   no data   no data
604.47/151.59	c  N st    60   1071875       392      1697         0     72886      5141    934650   no data   no data
610.06/152.94	c Decided on static restart strategy
628.01/157.44	c  N st    70   1100178       392      1697         0     56911      5141    651457   no data   no data
657.54/164.80	c  N st    72   1136171       392      1697         0     47294      5141    456670   no data   no data
683.87/171.45	c  N st    73   1168565       392      1697         0     78858      5141   1157099   no data   no data
720.58/180.70	c  N st    74   1209955       392      1697         0     73227      5141   1001551   no data   no data
720.58/180.70	c  S st    74   1209955       392      1697         0     73227      5141   1001551   no data   no data
722.17/181.04	c  S st    74   1210460       392      1697         0     73732      5141   1012108   no data   no data
722.17/181.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
722.17/181.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
722.57/181.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
722.57/181.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
722.57/181.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
722.57/181.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
722.57/181.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
722.57/181.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
722.57/181.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
738.97/185.28	c lits-rem:       776  cl-subs:     5142  v-elim:      0  v-fix:    0  time:  4.12 s
738.97/185.28	c vivif2 --  cl tried     1697 cl shrink        0 lits rem          0 time: 0.00
739.33/185.30	c vivif2 --  cl tried    68590 cl shrink        0 lits rem          0 time: 0.01
739.33/185.38	c asymm  cl-useful: 0/1697/1697 lits-rem:0 time: 0.08
739.33/185.38	c calculated reachability. Time: 0.00
739.33/185.38	c  N st    74   1210460       392      1697         0     68590      5141    909996   no data   no data
809.95/203.05	c  N st    75   1283344       392      1697         0     92466      5141   1310595   no data   no data
911.70/228.52	c  N st    76   1392667       392      1697         0     53288      5141    506269   no data   no data
1061.73/266.18	c  N st    77   1556652       392      1697         0     57731      5141    552450   no data   no data
1209.36/303.14	c  N st    78   1710460       392      1697         0     99407      5141   1365759   no data   no data
1209.36/303.14	c  S st    78   1710460       392      1697         0     99407      5141   1365759   no data   no data
1210.96/303.52	c  S st    78   1710964       392      1697         0     99909      5141   1376397   no data   no data
1210.96/303.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1210.96/303.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1210.96/303.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1210.96/303.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1210.96/303.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1210.96/303.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
1210.96/303.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1210.96/303.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1211.35/303.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1235.30/309.64	c lits-rem:      1014  cl-subs:    11390  v-elim:      0  v-fix:    0  time:  6.01 s
1235.30/309.64	c vivif2 --  cl tried     1697 cl shrink        0 lits rem          0 time: 0.00
1235.30/309.66	c vivif2 --  cl tried    88519 cl shrink        0 lits rem          0 time: 0.02
1235.70/309.74	c asymm  cl-useful: 0/1697/1697 lits-rem:0 time: 0.08
1235.70/309.75	c calculated reachability. Time: 0.00
1235.70/309.75	c  N st    78   1710964       392      1697         0     88519      5141   1193142   no data   no data
1595.59/399.92	c  N st    79   2079928       392      1697         0    100530      5141   1347774   no data   no data
1732.05/434.18	c  N st    80   2210965       392      1697         0    104163      5141   1362074   no data   no data
1732.05/434.18	c  S st    80   2210965       392      1697         0    104163      5141   1362074   no data   no data
1734.05/434.61	c  S st    80   2211466       392      1697         0    104662      5141   1372416   no data   no data
1734.05/434.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1734.05/434.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1734.05/434.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1734.05/434.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1734.05/434.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1734.05/434.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
1734.05/434.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1734.05/434.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1734.45/434.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1771.56/444.03	c lits-rem:       447  cl-subs:    13463  v-elim:      0  v-fix:    0  time:  9.29 s
1771.56/444.03	c vivif2 --  cl tried     1697 cl shrink        0 lits rem          0 time: 0.00
1771.56/444.05	c vivif2 --  cl tried    91199 cl shrink        0 lits rem          0 time: 0.02
1771.96/444.13	c asymm  cl-useful: 0/1697/1697 lits-rem:0 time: 0.09
1771.96/444.14	c calculated reachability. Time: 0.00
1771.96/444.14	c  N st    80   2211466       392      1697         0     91199      5141   1132647   no data   no data
2287.89/573.48	c  N st    81   2711466       392      1697         0    115116      5141   1581876   no data   no data
2287.89/573.48	c  S st    81   2711466       392      1697         0    115116      5141   1581876   no data   no data
2289.87/573.91	c  S st    81   2711968       392      1697         0    115617      5141   1592108   no data   no data
2289.87/573.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2289.87/573.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2289.87/573.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2289.87/573.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2289.87/573.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2289.87/573.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
2289.87/573.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2289.87/574.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2290.27/574.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2326.17/583.04	c lits-rem:       547  cl-subs:    10336  v-elim:      0  v-fix:    0  time:  8.99 s
2326.17/583.04	c vivif2 --  cl tried     1697 cl shrink        0 lits rem          0 time: 0.00
2326.17/583.06	c vivif2 --  cl tried   105281 cl shrink        0 lits rem          0 time: 0.02
2326.57/583.19	c asymm  cl-useful: 0/1697/1697 lits-rem:0 time: 0.13
2326.97/583.20	c calculated reachability. Time: 0.00
2326.97/583.20	c  N st    81   2711968       392      1697         0    105281      5141   1412748   no data   no data
2672.81/670.02	c Following stats are for *FIRST FINISHED THREAD ONLY*
2672.81/670.02	c num threads              : 4          
2672.81/670.02	c restarts                 : 81         
2672.81/670.02	c dynamic restarts         : 0          
2672.81/670.02	c static restarts          : 81         
2672.81/670.02	c full restarts            : 4          
2672.81/670.02	c total simplify time      : 0.00       
2672.81/670.02	c learnts DL2              : 0          
2672.81/670.02	c learnts size 2           : 0          
2672.81/670.02	c learnts size 1           : 0           (0.00      % of vars)
2672.81/670.02	c filedLit time            : 0.19        (0.03      % time)
2672.81/670.02	c v-elim SatELite          : 8           (2.00      % vars)
2672.81/670.02	c SatELite time            : 11.84       (1.77      % time)
2672.81/670.02	c v-elim xor               : 0           (0.00      % vars)
2672.81/670.02	c xor elim time            : 0.03        (0.00      % time)
2672.81/670.02	c num binary xor trees     : 0          
2672.81/670.02	c binxor trees' crown      : 0           (nan       leafs/tree)
2672.81/670.02	c bin xor find time        : 0.00       
2672.81/670.02	c OTF clause improved      : 111987      (0.04      clauses/conflict)
2672.81/670.02	c OTF impr. size diff      : 120980      (1.08       lits/clause)
2672.81/670.02	c OTF cl watch-shrink      : 969167      (0.31      clauses/conflict)
2672.81/670.02	c OTF cl watch-sh-lit      : 1309987     (1.35       lits/clause)
2672.81/670.02	c tried to recurMin cls    : 285486      (9.21       % of conflicts)
2672.81/670.02	c updated cache            : 9090        (0.03       lits/tried recurMin)
2672.81/670.02	c unit cls recevied        : 0           (nan       % of units)
2672.81/670.02	c unit cls sent            : 0           (nan       % of units)
2672.81/670.02	c bin cls recevied         : 0          
2672.81/670.02	c bin cls sent             : 0          
2672.81/670.02	c clauses over max glue    : 0           (0.00      % of all clauses)
2672.81/670.02	c conflicts                : 3098549     (4627.42   / sec)
2672.81/670.02	c decisions                : 3594599     (0.69      % random)
2672.81/670.02	c bogo-props               : 86659655207 (129418835.56 / sec)
2672.81/670.02	c conflict literals        : 61631812    (27.56     % deleted)
2672.81/670.02	c Memory used              : 511.41      MB
2672.81/670.02	c single-thread CPU time   : 669.61      s
2672.81/670.02	c all-threads sum CPU time : 2671.21     s
2672.81/670.02	s SATISFIABLE
2672.81/670.02	v 1 -2 3 -4 -5 -6 7 -8 -9 -10 11 12 13 -14 15 16 17 -18 19 20 21 -22 -23 -24 -25 -26 -27 -28 29 30 -31 32 -33 34 -35 -36 -37 -38 39 -40 -41 42 43 -44 45 -46 -47 -48 49 50 -51 -52 53 -54 -55 56 -57 -58 -59 60 -61 62 63 64 65 -66 -67 -68 69 -70 71 -72 73 74 -75 76 -77 -78 79 -80 81 82 -83 -84 85 86 -87 -88 89 90 -91 -92 -93 94 95 96 -97 98 -99 100 101 102 103 -104 -105 106 107 -108 109 -110 -111 -112 -113 -114 115 116 117 -118 -119 -120 -121 -122 123 124 125 -126 -127 128 129 -130 -131 -132 133 -134 135 -136 -137 -138 139 140 141 142 143 144 145 146 147 148 -149 -150 151 -152 -153 -154 -155 156 -157 158 159 -160 -161 -162 -163 -164 -165 -166 167 -168 -169 -170 171 -172 173 -174 175 176 -177 -178 179 -180 181 -182 183 -184 185 186 187 188 189 -190 -191 -192 -193 194 195 -196 197 198 -199 -200 201 -202 203 -204 -205 -206 207 -208 -209 210 211 212 213 214 -215 216 217 -218 219 -220 221 -222 -223 224 -225 -226 -227 228 -229 -230 -231 -232 -233 -234 -235 -236 237 238 239 240 241 242 -243 -244 -245 -246 247 -248 -249 -250 -251 -252 -253 254 -255 256 -257 -258 -259 260 261 262 -263 264 265 266 267 -268 269 -270 271 272 273 -274 275 -276 -277 -278 279 -280 -281 -282 -283 284 285 286 287 288 289 290 -291 292 293 -294 295 296 297 -298 -299 300 -301 302 -303 304 305 306 307 -308 -309 -310 311 312 313 -314 -315 -316 -317 318 -319 -320 321 -322 -323 -324 -325 326 327 -328 329 330 331 -332 333 334 -335 -336 337 338 339 -340 341 342 343 344 -345 -346 347 348 349 -350 -351 352 -353 354 355 -356 357 -358 -359 360 -361 362 -363 364 -365 -366 -367 368 369 -370 -371 372 373 374 -375 -376 377 -378 379 380 -381 -382 383 -384 385 386 387 -388 389 390 -391 392 393 394 -395 -396 -397 -398 -399 400 0

Verifier Data

OK

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-3366318-1305401632/watcher-3366318-1305401632 -o /tmp/evaluation-result-3366318-1305401632/solver-3366318-1305401632 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366318-1305401632.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.98 7.99 1/311 7985
/proc/meminfo: memFree=27347924/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 407 0 0 0 0 0 0 0 22 0 4 0 384354452 52396032 347 33554432000 4194304 4580107 140735263278752 18446744073709551615 47206334588850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 12792 347 299 95 0 7774 0
[pid=7985/tid=7986] ppid=7983 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 384354452 52396032 347 33554432000 4194304 4580107 140735263278752 18446744073709551615 47206334588850 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 384354452 52396032 347 33554432000 4194304 4580107 140735263278752 18446744073709551615 47206334588844 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 384354453 52396032 347 33554432000 4194304 4580107 140735263278752 18446744073709551615 268660718577 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.014706 s]
/proc/loadavg: 7.47 7.98 7.99 1/311 7985
/proc/meminfo: memFree=27347924/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=347360 CPUtime=0.02 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 812 0 0 0 2 0 0 0 18 0 4 0 384354452 355696640 736 33554432000 4194304 4580107 140735263278752 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 86840 736 357 95 0 81822 0
[pid=7985/tid=7986] ppid=7983 vsize=347360 CPUtime=0 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 99 0 0 0 0 0 0 0 18 0 4 0 384354452 355696640 736 33554432000 4194304 4580107 140735263278752 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=347360 CPUtime=0 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 88 0 0 0 0 0 0 0 18 0 4 0 384354452 355696640 736 33554432000 4194304 4580107 140735263278752 18446744073709551615 4293698 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=347360 CPUtime=0 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 82 0 0 0 0 0 0 0 24 0 4 0 384354453 355696640 737 33554432000 4194304 4580107 140735263278752 18446744073709551615 4318731 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 347360

[startup+0.54859 s]
/proc/loadavg: 7.47 7.98 7.99 1/311 7985
/proc/meminfo: memFree=27347924/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=349392 CPUtime=2.16 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 3468 0 0 0 215 1 0 0 18 0 4 0 384354452 357777408 2200 33554432000 4194304 4580107 140735263278752 18446744073709551615 4293170 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 87348 2200 377 95 0 82330 0
[pid=7985/tid=7986] ppid=7983 vsize=349392 CPUtime=0.54 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 824 0 0 0 54 0 0 0 18 0 4 0 384354452 357777408 2200 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=349392 CPUtime=0.53 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 773 0 0 0 53 0 0 0 18 0 4 0 384354452 357777408 2200 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=349392 CPUtime=0.53 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 624 0 0 0 53 0 0 0 18 0 4 0 384354453 357777408 2200 33554432000 4194304 4580107 140735263278752 18446744073709551615 268660767214 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 349392

[startup+0.663587 s]
/proc/loadavg: 7.47 7.98 7.99 1/311 7985
/proc/meminfo: memFree=27347924/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=349644 CPUtime=2.62 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 3906 0 0 0 261 1 0 0 18 0 4 0 384354452 358035456 2416 33554432000 4194304 4580107 140735263278752 18446744073709551615 4322664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 87411 2416 377 95 0 82393 0
[pid=7985/tid=7986] ppid=7983 vsize=349644 CPUtime=0.65 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 898 0 0 0 65 0 0 0 18 0 4 0 384354452 358035456 2416 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=349644 CPUtime=0.65 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 854 0 0 0 65 0 0 0 18 0 4 0 384354452 358035456 2416 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=349644 CPUtime=0.64 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 709 0 0 0 64 0 0 0 18 0 4 0 384354453 358035456 2416 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 349644

[startup+0.700583 s]
/proc/loadavg: 7.47 7.98 7.99 1/311 7985
/proc/meminfo: memFree=27347924/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=350004 CPUtime=2.76 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 4305 0 0 0 275 1 0 0 18 0 4 0 384354452 358404096 2132 33554432000 4194304 4580107 140735263278752 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 87501 2132 377 95 0 82483 0
[pid=7985/tid=7986] ppid=7983 vsize=350004 CPUtime=0.69 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 1023 0 0 0 69 0 0 0 18 0 4 0 384354452 358404096 2132 33554432000 4194304 4580107 140735263278752 18446744073709551615 4316680 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=350004 CPUtime=0.68 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 975 0 0 0 68 0 0 0 18 0 4 0 384354452 358404096 2132 33554432000 4194304 4580107 140735263278752 18446744073709551615 4316428 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=350004 CPUtime=0.68 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 837 0 0 0 68 0 0 0 18 0 4 0 384354453 358404096 2132 33554432000 4194304 4580107 140735263278752 18446744073709551615 4318848 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 350004

[startup+1.51144 s]
/proc/loadavg: 7.47 7.98 7.99 9/323 8002
/proc/meminfo: memFree=27311412/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=350748 CPUtime=5.99 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 7610 0 0 0 598 1 0 0 20 0 4 0 384354452 359165952 4245 33554432000 4194304 4580107 140735263278752 18446744073709551615 4318373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 87687 4245 379 95 0 82669 0
[pid=7985/tid=7986] ppid=7983 vsize=350748 CPUtime=1.5 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 1594 0 0 0 150 0 0 0 20 0 4 0 384354452 359165952 4245 33554432000 4194304 4580107 140735263278752 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=350748 CPUtime=1.49 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 1519 0 0 0 149 0 0 0 20 0 4 0 384354452 359165952 4245 33554432000 4194304 4580107 140735263278752 18446744073709551615 4321188 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=350748 CPUtime=1.48 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 1386 0 0 0 148 0 0 0 20 0 4 0 384354453 359165952 4245 33554432000 4194304 4580107 140735263278752 18446744073709551615 4340603 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 350748

[startup+3.10116 s]
/proc/loadavg: 7.47 7.98 7.99 9/323 8002
/proc/meminfo: memFree=27270740/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=352776 CPUtime=12.34 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 16078 0 0 0 1232 2 0 0 25 0 4 0 384354452 361242624 7771 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294482 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 88194 7771 379 95 0 83176 0
[pid=7985/tid=7986] ppid=7983 vsize=352776 CPUtime=3.08 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 3656 0 0 0 308 0 0 0 25 0 4 0 384354452 361242624 7771 33554432000 4194304 4580107 140735263278752 18446744073709551615 4321874 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=352776 CPUtime=3.08 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 4215 0 0 0 308 0 0 0 25 0 4 0 384354452 361242624 7771 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=352776 CPUtime=3.06 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 3889 0 0 0 306 0 0 0 25 0 4 0 384354453 361242624 7771 33554432000 4194304 4580107 140735263278752 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 352776

[startup+6.3006 s]
/proc/loadavg: 7.51 7.98 7.99 9/323 8002
/proc/meminfo: memFree=27253232/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=355400 CPUtime=25.11 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 26142 0 0 0 2507 4 0 0 25 0 4 0 384354452 363929600 11704 33554432000 4194304 4580107 140735263278752 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 88850 11704 379 95 0 83832 0
[pid=7985/tid=7986] ppid=7983 vsize=355400 CPUtime=6.29 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 6611 0 0 0 628 1 0 0 25 0 4 0 384354452 363929600 11704 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=355400 CPUtime=6.28 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 6846 0 0 0 627 1 0 0 25 0 4 0 384354452 363929600 11704 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=355400 CPUtime=6.22 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 5487 0 0 0 622 0 0 0 25 0 4 0 384354453 363929600 11704 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 355400

[startup+12.7005 s]
/proc/loadavg: 7.63 7.99 8.00 9/323 8002
/proc/meminfo: memFree=27216344/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=357644 CPUtime=50.65 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 39963 0 0 0 5057 8 0 0 25 0 4 0 384354452 366227456 15483 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 89411 15483 379 95 0 84393 0
[pid=7985/tid=7986] ppid=7983 vsize=357644 CPUtime=12.68 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 9950 0 0 0 1267 1 0 0 25 0 4 0 384354452 366227456 15483 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294496 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=357644 CPUtime=12.68 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 9610 0 0 0 1266 2 0 0 25 0 4 0 384354452 366227456 15483 33554432000 4194304 4580107 140735263278752 18446744073709551615 4301898 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=357644 CPUtime=12.56 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 9536 0 0 0 1255 1 0 0 25 0 4 0 384354453 366227456 15483 33554432000 4194304 4580107 140735263278752 18446744073709551615 4293108 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 357644

[startup+25.5002 s]
/proc/loadavg: 7.71 7.99 8.00 9/323 8002
/proc/meminfo: memFree=27183228/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=361304 CPUtime=101.72 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 62215 0 0 0 10160 12 0 0 25 0 4 0 384354452 369975296 20157 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 90326 20157 379 95 0 85308 0
[pid=7985/tid=7986] ppid=7983 vsize=361304 CPUtime=25.49 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 15872 0 0 0 2546 3 0 0 25 0 4 0 384354452 369975296 20157 33554432000 4194304 4580107 140735263278752 18446744073709551615 4322530 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=361304 CPUtime=25.48 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 15640 0 0 0 2545 3 0 0 25 0 4 0 384354452 369975296 20157 33554432000 4194304 4580107 140735263278752 18446744073709551615 4320891 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=361304 CPUtime=25.24 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 14545 0 0 0 2522 2 0 0 25 0 4 0 384354453 369975296 20157 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294460 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 361304

[startup+51.1007 s]
/proc/loadavg: 7.81 7.99 8.00 9/323 8003
/proc/meminfo: memFree=27139140/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=365020 CPUtime=203.86 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 94660 0 0 0 20367 19 0 0 25 0 4 0 384354452 373780480 25019 33554432000 4194304 4580107 140735263278752 18446744073709551615 4293108 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 91255 25019 379 95 0 86237 0
[pid=7985/tid=7986] ppid=7983 vsize=365020 CPUtime=51.09 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 24931 0 0 0 5104 5 0 0 25 0 4 0 384354452 373780480 25019 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=365020 CPUtime=51.08 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 23639 0 0 0 5104 4 0 0 25 0 4 0 384354452 373780480 25019 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=365020 CPUtime=50.57 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 21664 0 0 0 5054 3 0 0 25 0 4 0 384354453 373780480 25019 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 365020

[startup+102.301 s]
/proc/loadavg: 8.09 8.04 8.01 9/323 8004
/proc/meminfo: memFree=27101888/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=359352 CPUtime=408.16 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 143831 0 0 0 40780 36 0 0 25 0 4 0 384354452 367976448 32854 33554432000 4194304 4580107 140735263278752 18446744073709551615 4406358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 89838 32854 379 95 0 84820 0
[pid=7985/tid=7986] ppid=7983 vsize=359352 CPUtime=102.29 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 36904 0 0 0 10220 9 0 0 25 0 4 0 384354452 367976448 32854 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=359352 CPUtime=102.28 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 34958 0 0 0 10220 8 0 0 25 0 4 0 384354452 367976448 32854 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294496 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=359352 CPUtime=101.27 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 34058 0 0 0 10119 8 0 0 25 0 4 0 384354453 367976448 32854 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.16
Current children cumulated vsize (KiB) 359352

[startup+162.3 s]

################
# More data... #
################

/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 89900 0 0 0 45735 32 0 0 25 0 4 0 384354453 480088064 69966 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1844.6
Current children cumulated vsize (KiB) 468836

[startup+522.301 s]
/proc/loadavg: 8.03 8.06 8.02 9/323 8015
/proc/meminfo: memFree=26815192/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=457392 CPUtime=2083.98 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 385448 0 0 0 208261 137 0 0 25 0 4 0 384354452 468369408 72365 33554432000 4194304 4580107 140735263278752 18446744073709551615 4295739 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 114348 72365 379 95 0 109330 0
[pid=7985/tid=7986] ppid=7983 vsize=457392 CPUtime=522.3 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 100931 0 0 0 52192 38 0 0 25 0 4 0 384354452 468369408 72365 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=457392 CPUtime=522.29 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 97002 0 0 0 52197 32 0 0 25 0 4 0 384354452 468369408 72365 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=457392 CPUtime=517.06 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 95402 0 0 0 51672 34 0 0 25 0 4 0 384354453 468369408 72365 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2083.98
Current children cumulated vsize (KiB) 457392

[startup+582.313 s]
/proc/loadavg: 8.07 8.06 8.02 9/323 8017
/proc/meminfo: memFree=26747432/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=523252 CPUtime=2323.42 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 414212 0 0 0 232193 149 0 0 25 0 4 0 384354452 535810048 83851 33554432000 4194304 4580107 140735263278752 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 130813 83851 379 95 0 125795 0
[pid=7985/tid=7986] ppid=7983 vsize=523252 CPUtime=582.31 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 107002 0 0 0 58192 39 0 0 25 0 4 0 384354452 535810048 83851 33554432000 4194304 4580107 140735263278752 18446744073709551615 4406365 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=523252 CPUtime=582.3 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 104629 0 0 0 58194 36 0 0 25 0 4 0 384354452 535810048 83851 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=523252 CPUtime=576.47 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 101100 0 0 0 57611 36 0 0 25 0 4 0 384354453 535810048 83851 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2323.42
Current children cumulated vsize (KiB) 523252

[startup+642.301 s]
/proc/loadavg: 8.11 8.08 8.02 9/323 8019
/proc/meminfo: memFree=26779988/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=457984 CPUtime=2562.79 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 437285 0 0 0 256119 160 0 0 25 0 4 0 384354452 468975616 82331 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 114496 82331 379 95 0 109478 0
[pid=7985/tid=7986] ppid=7983 vsize=457984 CPUtime=642.31 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 112693 0 0 0 64189 42 0 0 25 0 4 0 384354452 468975616 82331 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=457984 CPUtime=642.29 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 110937 0 0 0 64189 40 0 0 25 0 4 0 384354452 468975616 82331 33554432000 4194304 4580107 140735263278752 18446744073709551615 4324215 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=457984 CPUtime=635.87 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 106487 0 0 0 63548 39 0 0 25 0 4 0 384354453 468975616 82331 33554432000 4194304 4580107 140735263278752 18446744073709551615 4321038 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2562.79
Current children cumulated vsize (KiB) 457984

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

[startup+653.101 s]
/proc/loadavg: 8.09 8.08 8.02 9/323 8019
/proc/meminfo: memFree=26784572/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=458084 CPUtime=2605.88 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 443847 0 0 0 260425 163 0 0 25 0 4 0 384354452 469078016 79138 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 114521 79138 379 95 0 109503 0
[pid=7985/tid=7986] ppid=7983 vsize=458084 CPUtime=653.1 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 114290 0 0 0 65268 42 0 0 25 0 4 0 384354452 469078016 79138 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=458084 CPUtime=653.09 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 112653 0 0 0 65269 40 0 0 25 0 4 0 384354452 469078016 79138 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=458084 CPUtime=646.56 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 108193 0 0 0 64616 40 0 0 25 0 4 0 384354453 469078016 79138 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2605.88
Current children cumulated vsize (KiB) 458084

[startup+659.501 s]
/proc/loadavg: 8.08 8.07 8.02 9/323 8019
/proc/meminfo: memFree=26778620/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=458084 CPUtime=2631.41 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 445873 0 0 0 262977 164 0 0 25 0 4 0 384354452 469078016 81164 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 114521 81164 379 95 0 109503 0
[pid=7985/tid=7986] ppid=7983 vsize=458084 CPUtime=659.5 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 114795 0 0 0 65908 42 0 0 25 0 4 0 384354452 469078016 81164 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=458084 CPUtime=659.49 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 113167 0 0 0 65908 41 0 0 25 0 4 0 384354452 469078016 81164 33554432000 4194304 4580107 140735263278752 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=458084 CPUtime=652.89 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 108719 0 0 0 65249 40 0 0 25 0 4 0 384354453 469078016 81164 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2631.41
Current children cumulated vsize (KiB) 458084

[startup+665.912 s]
/proc/loadavg: 8.07 8.07 8.02 9/323 8019
/proc/meminfo: memFree=26764972/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=458148 CPUtime=2657 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 448441 0 0 0 265534 166 0 0 25 0 4 0 384354452 469143552 81142 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 114537 81142 379 95 0 109519 0
[pid=7985/tid=7986] ppid=7983 vsize=458148 CPUtime=665.92 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 115237 0 0 0 66549 43 0 0 25 0 4 0 384354452 469143552 81142 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=458148 CPUtime=665.9 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 113572 0 0 0 66549 41 0 0 25 0 4 0 384354452 469143552 81142 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=458148 CPUtime=659.23 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 109999 0 0 0 65883 40 0 0 25 0 4 0 384354453 469143552 81142 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294418 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2657
Current children cumulated vsize (KiB) 458148

[startup+667.501 s]
/proc/loadavg: 8.07 8.07 8.02 9/323 8019
/proc/meminfo: memFree=26768936/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=458148 CPUtime=2663.34 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 449048 0 0 0 266168 166 0 0 25 0 4 0 384354452 469143552 81749 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294345 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 114537 81749 379 95 0 109519 0
[pid=7985/tid=7986] ppid=7983 vsize=458148 CPUtime=667.51 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 115463 0 0 0 66708 43 0 0 25 0 4 0 384354452 469143552 81749 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=458148 CPUtime=667.49 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 113662 0 0 0 66708 41 0 0 25 0 4 0 384354452 469143552 81749 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=458148 CPUtime=660.82 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 110184 0 0 0 66041 41 0 0 25 0 4 0 384354453 469143552 81749 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2663.34
Current children cumulated vsize (KiB) 458148

[startup+669.1 s]
/proc/loadavg: 8.14 8.09 8.02 9/323 8019
/proc/meminfo: memFree=26770424/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=458148 CPUtime=2669.74 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 449535 0 0 0 266808 166 0 0 25 0 4 0 384354452 469143552 82236 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294767 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 114537 82236 379 95 0 109519 0
[pid=7985/tid=7986] ppid=7983 vsize=458148 CPUtime=669.12 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 115565 0 0 0 66869 43 0 0 25 0 4 0 384354452 469143552 82238 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=458148 CPUtime=669.1 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 113769 0 0 0 66869 41 0 0 25 0 4 0 384354452 469143552 82238 33554432000 4194304 4580107 140735263278752 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=458148 CPUtime=662.4 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 110364 0 0 0 66199 41 0 0 25 0 4 0 384354453 469143552 82238 33554432000 4194304 4580107 140735263278752 18446744073709551615 4293720 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2669.74
Current children cumulated vsize (KiB) 458148

[startup+669.5 s]
/proc/loadavg: 8.14 8.09 8.02 9/323 8019
/proc/meminfo: memFree=26770424/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=458148 CPUtime=2671.31 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) R 7983 7985 7660 0 -1 4202496 449640 0 0 0 266965 166 0 0 25 0 4 0 384354452 469143552 82341 33554432000 4194304 4580107 140735263278752 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 114537 82341 379 95 0 109519 0
[pid=7985/tid=7986] ppid=7983 vsize=458148 CPUtime=669.5 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 115584 0 0 0 66907 43 0 0 25 0 4 0 384354452 469143552 82341 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=458148 CPUtime=669.49 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 113797 0 0 0 66908 41 0 0 25 0 4 0 384354452 469143552 82341 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=458148 CPUtime=662.79 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 110400 0 0 0 66238 41 0 0 25 0 4 0 384354453 469143552 82341 33554432000 4194304 4580107 140735263278752 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2671.31
Current children cumulated vsize (KiB) 458148

[startup+669.9 s]
/proc/loadavg: 8.14 8.09 8.02 9/323 8019
/proc/meminfo: memFree=26770424/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=458148 CPUtime=2672.61 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) S 7983 7985 7660 0 -1 4202496 449682 0 0 0 267095 166 0 0 25 0 4 0 384354452 469143552 82383 33554432000 4194304 4580107 140735263278752 18446744073709551615 47206334588468 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 114537 82383 379 95 0 109519 0
[pid=7985/tid=7986] ppid=7983 vsize=458148 CPUtime=669.9 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 115587 0 0 0 66947 43 0 0 25 0 4 0 384354452 469143552 82383 33554432000 4194304 4580107 140735263278752 18446744073709551615 4305233 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=458148 CPUtime=669.89 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 113810 0 0 0 66948 41 0 0 25 0 4 0 384354452 469143552 82383 33554432000 4194304 4580107 140735263278752 18446744073709551615 47206334564036 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=458148 CPUtime=663.04 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) S 7983 7985 7660 0 -1 4202560 110417 0 0 0 66263 41 0 0 25 0 4 0 384354453 469143552 82383 33554432000 4194304 4580107 140735263278752 18446744073709551615 47206334588468 0 0 4096 2 18446604460726387712 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2672.61
Current children cumulated vsize (KiB) 458148

[startup+670.001 s]
/proc/loadavg: 8.14 8.09 8.02 9/323 8019
/proc/meminfo: memFree=26770424/32951124 swapFree=46575252/67111528
[pid=7985] ppid=7983 vsize=458148 CPUtime=2672.81 cores=1,3,5,7
/proc/7985/stat : 7985 (strangenight2-m) S 7983 7985 7660 0 -1 4202496 449682 0 0 0 267115 166 0 0 25 0 4 0 384354452 469143552 82383 33554432000 4194304 4580107 140735263278752 18446744073709551615 47206334588468 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7985/statm: 114537 82383 379 95 0 109519 0
[pid=7985/tid=7986] ppid=7983 vsize=458148 CPUtime=670.01 cores=1,3,5,7
/proc/7985/task/7986/stat : 7986 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 115587 0 0 0 66958 43 0 0 25 0 4 0 384354452 469143552 82383 33554432000 4194304 4580107 140735263278752 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7985/tid=7987] ppid=7983 vsize=458148 CPUtime=669.99 cores=1,3,5,7
/proc/7985/task/7987/stat : 7987 (strangenight2-m) R 7983 7985 7660 0 -1 4202560 113810 0 0 0 66958 41 0 0 25 0 4 0 384354452 469143552 82383 33554432000 4194304 4580107 140735263278752 18446744073709551615 47206334563883 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7985/tid=7988] ppid=7983 vsize=458148 CPUtime=663.04 cores=1,3,5,7
/proc/7985/task/7988/stat : 7988 (strangenight2-m) S 7983 7985 7660 0 -1 4202560 110417 0 0 0 66263 41 0 0 25 0 4 0 384354453 469143552 82383 33554432000 4194304 4580107 140735263278752 18446744073709551615 47206334588468 0 0 4096 2 18446604460726387712 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2672.81
Current children cumulated vsize (KiB) 458148

Child status: 10
Real time (s): 670.042
CPU time (s): 2672.89
CPU user time (s): 2671.21
CPU system time (s): 1.68274
CPU usage (%): 398.914
Max. virtual memory (cumulated for all children) (KiB): 535460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2671.21
system time used= 1.68274
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 450602
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= 461
involuntary context switches= 17492

runsolver used 1.86672 second user time and 4.85726 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-14 21:33:52
IDJOB=3366318
IDBENCH=82727
IDSOLVER=1844
FILE ID=node107/3366318-1305401632
RUNJOBID= node107-1305401632-7976
PBS_JOBID= 13324475
Free space on /tmp= 73436 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1864619158-076.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366318-1305401632/watcher-3366318-1305401632 -o /tmp/evaluation-result-3366318-1305401632/solver-3366318-1305401632 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366318-1305401632.cnf

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

MD5SUM BENCH= 420c3b1966635ea800a6b2af1a449f73
RANDOM SEED=1770095060

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27348204 kB
Buffers:        123448 kB
Cached:         917128 kB
SwapCached:       9832 kB
Active:        5255764 kB
Inactive:        67272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27348204 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:            5532 kB
Writeback:           0 kB
AnonPages:     4280092 kB
Mapped:          18732 kB
Slab:           146888 kB
PageTables:      68988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64915060 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= 73424 MiB
End job on node107 at 2011-05-14 21:45:02