Trace number 3257227

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? (TO) 4800.34 1201.63

General information on the benchmark

Namecrafted/spence/
hard/s113-100.cnf
MD5SUM346cb413e25976ab9ce2952e1d53c865
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark250.158
Satisfiable
(Un)Satisfiability was proved
Number of variables113
Number of clauses236
Sum of the clauses size708
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3236
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 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3257227-1304028692.cnf'
0.00/0.00	c -- header says num vars:            113
0.00/0.00	c -- header says num clauses:         236
0.00/0.00	c -- clauses added:            0 learnts,          236 normals,            0 xors
0.00/0.00	c -- vars added        113
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       113       236         0         0       708         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/236/236 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 blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
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:    113 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:         0  cl-subs:        0  v-elim:      0  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:       4 undec:     105 neg:       4
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       113       236         0         0       708         0   no data   no data
3.17/0.80	c  N dy    16      4007       113       236         0      3592       708     63962     11.13     11.76
3.17/0.80	c  N dy    31      8513       113       236         0      5474       708     85126     10.87     11.61
3.17/0.80	c  N dy    60     12639       113       236         0      5461       708     72572     11.30     11.93
3.17/0.80	c  N dy    85     16713       113       236         0      9283       708    139450     11.40     12.33
3.17/0.80	c  N dy   113     20777       113       236         0      7891       708    102912     11.62     12.44
3.17/0.80	c  N dy   126     24827       113       236         0     11673       708    172867     11.48     14.44
3.17/0.80	c  F st   128     25000       113       236         0     11839       708    175965     11.48   no data
3.17/0.80	c  N dy   134     30000       113       236         0     10108       708    143687     11.48   no data
3.17/0.80	c  S st   134     30000       113       236         0     10108       708    143687     11.48   no data
3.57/0.90	c  S st   134     30506       113       236         0     10602       708    153527     11.48   no data
3.57/0.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.57/0.90	c blocked clauses removed:        0 vars:      0 tried:         113 T: 0.00 s
3.57/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
3.57/0.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.90	c lits-rem:       511  cl-subs:      239  v-elim:      0  v-fix:    0  time:  0.06 s
3.57/0.90	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.00
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c  N dy   134     30506       113       236         0     10363       708    147180     11.48   no data
3.99/1.09	c  N dy   158     36010       113       236         0      8118       708     85569     11.45     12.10
4.76/1.28	c  N dy   191     41492       113       236         0     13258       708    180002     11.54     12.17
5.57/1.47	c  N dy   217     45544       113       236         0      8709       708     87991     11.59     12.28
5.57/1.47	c  S st   218     45760       113       236         0      8919       708     92109     11.59     11.34
5.97/1.50	c  S st   218     46266       113       236         0      9415       708    102443     11.59   no data
5.97/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.97/1.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.97/1.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
5.97/1.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.97/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.52	c lits-rem:        47  cl-subs:       23  v-elim:      0  v-fix:    0  time:  0.01 s
5.97/1.52	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
5.97/1.52	c vivif2 --  cl tried     9392 cl shrink        0 lits rem          0 time: 0.00
5.97/1.52	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.00
5.97/1.52	c calculated reachability. Time: 0.00
5.97/1.52	c  N dy   218     46266       113       236         0      9392       708    101929     11.59   no data
6.37/1.67	c  N dy   246     50289       113       236         0     13238       708    177485     11.70     15.74
7.16/1.86	c  N dy   275     54442       113       236         0     17214       708    254605     11.78     12.93
7.96/2.05	c  N dy   303     58599       113       236         0     11674       708    130035     11.82     12.46
8.79/2.23	c  N dy   336     62659       113       236         0     15539       708    206106     11.99     15.96
9.56/2.43	c  N dy   361     66724       113       236         0     19358       708    275518     12.02     13.45
9.96/2.58	c  S st   375     69399       113       236         0     11474       708    114795     12.03     11.43
10.36/2.60	c  S st   375     69905       113       236         0     11972       708    125278     12.03   no data
10.36/2.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.36/2.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.36/2.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
10.36/2.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.36/2.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.36/2.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.64	c lits-rem:        83  cl-subs:       63  v-elim:      0  v-fix:    0  time:  0.02 s
10.36/2.64	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
10.36/2.64	c vivif2 --  cl tried    11909 cl shrink        0 lits rem          0 time: 0.00
10.36/2.64	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.00
10.36/2.64	c calculated reachability. Time: 0.00
10.36/2.64	c  N dy   375     69905       113       236         0     11909       708    124058     12.03   no data
11.16/2.84	c  N dy   406     74445       113       236         0     16243       708    209656     12.12     16.06
11.96/3.09	c  N dy   436     79249       113       236         0     20795       708    297007     12.18     12.94
13.18/3.34	c  N dy   465     84356       113       236         0     14281       708    159596     12.21     13.07
13.56/3.47	c  F st   484     87501       113       236         0     17200       708    214093     12.23     11.74
14.35/3.62	c  N st   489     90796       113       236         0     20308       708    278107     12.23   no data
15.56/3.94	c  N dy   511     96623       113       236         0     13529       708    136092     12.23     12.95
16.76/4.26	c  N dy   560    103100       113       236         0     19662       708    255681     12.34     13.03
17.18/4.36	c  S st   574    104858       113       236         0     21323       708    287799     12.37     12.43
17.58/4.41	c  S st   574    105360       113       236         0     21816       708    299342     12.37   no data
17.58/4.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.58/4.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
17.58/4.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.58/4.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.58/4.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.58/4.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
17.58/4.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.58/4.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.58/4.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.96/4.57	c lits-rem:       525  cl-subs:      340  v-elim:      0  v-fix:    0  time:  0.14 s
17.96/4.57	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
17.96/4.57	c vivif2 --  cl tried    21476 cl shrink        0 lits rem          0 time: 0.00
17.96/4.58	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.00
17.96/4.58	c calculated reachability. Time: 0.00
17.96/4.58	c  N dy   574    105360       113       236         0     21476       708    290807     12.37   no data
19.95/5.00	c  N dy   614    112154       113       236         0     14683       708    147238     12.42     13.13
21.15/5.36	c  N dy   642    119363       113       236         0     21531       708    280004     12.42     17.89
23.55/5.91	c  N dy   690    127145       113       236         0     14693       708    135637     12.48     13.28
25.97/6.51	c  N dy   714    138882       113       236         0     25613       708    345796     12.35     13.01
27.94/7.05	c  N dy   762    147796       113       236         0     18993       708    208270     12.36     13.39
30.36/7.64	c  N dy   827    157359       113       236         0     27930       708    381568     12.45     13.14
30.36/7.68	c  S st   830    158040       113       236         0     28575       708    393469     12.44     10.07
30.76/7.74	c  S st   830    158543       113       236         0     29069       708    404397     12.44   no data
30.76/7.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.76/7.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.00
30.76/7.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.76/7.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.76/7.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.76/7.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
30.76/7.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.76/7.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
30.76/7.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.93/8.08	c lits-rem:       813  cl-subs:      626  v-elim:      0  v-fix:    0  time:  0.31 s
31.93/8.08	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
31.93/8.08	c vivif2 --  cl tried    28443 cl shrink        0 lits rem          0 time: 0.00
31.93/8.09	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.01
31.93/8.09	c calculated reachability. Time: 0.00
31.93/8.09	c  N dy   830    158543       113       236         0     28443       708    389508     12.44   no data
34.74/8.72	c  N dy   896    168730       113       236         0     22118       708    261015     12.52     13.35
37.54/9.45	c  N dy   953    179502       113       236         0     32248       708    456348     12.51     14.95
40.33/10.12	c  N dy   971    190959       113       236         0     25981       708    322263     12.41     15.77
43.94/11.05	c  N dy  1035    203602       113       236         0     20027       708    197459     12.40     13.17
47.11/11.84	c  N dy  1084    216604       113       236         0     32172       708    434369     12.39     15.12
50.71/12.80	c  N dy  1162    230504       113       236         0     26499       708    318233     12.45     16.14
53.11/13.32	c  S st  1207    237814       113       236         0     33376       708    453508     12.46   no data
53.11/13.39	c  S st  1207    238323       113       236         0     33875       708    464217     12.46   no data
53.11/13.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
53.51/13.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
53.51/13.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
53.51/13.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.51/13.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.51/13.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
53.51/13.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.51/13.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
53.51/13.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.11/13.84	c lits-rem:       924  cl-subs:      588  v-elim:      0  v-fix:    0  time:  0.43 s
55.11/13.84	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
55.11/13.85	c vivif2 --  cl tried    33287 cl shrink        0 lits rem          0 time: 0.01
55.11/13.85	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.01
55.11/13.85	c calculated reachability. Time: 0.00
55.11/13.85	c  N dy  1207    238323       113       236         0     33287       708    449504     12.46   no data
59.90/15.02	c  N dy  1307    253755       113       236         0     27989       708    333899     12.52     13.20
65.52/16.47	c  N dy  1406    272305       113       236         0     24671       708    257439     12.55     13.22
71.09/17.82	c  N dy  1499    289988       113       236         0     41289       708    592510     12.58     13.40
76.28/19.11	c  F st  1612    306250       113       236         0     34948       708    449775     12.63     11.30
77.08/19.37	c  N st  1617    309547       113       236         0     38005       708    514940     12.63   no data
83.49/20.96	c  N dy  1707    329363       113       236         0     33914       708    421666     12.66     13.44
90.27/22.65	c  N dy  1826    349366       113       236         0     29298       708    323700     12.71     15.09
92.66/23.24	c  S st  1863    357484       113       236         0     36789       708    472590     12.72     11.34
93.06/23.32	c  S st  1863    357987       113       236         0     37278       708    483656     12.72   no data
93.06/23.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
93.06/23.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
93.06/23.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
93.06/23.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.06/23.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.06/23.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
93.06/23.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
93.06/23.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
93.06/23.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
95.06/23.81	c lits-rem:       833  cl-subs:      795  v-elim:      0  v-fix:    0  time:  0.46 s
95.06/23.81	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
95.06/23.82	c vivif2 --  cl tried    36483 cl shrink        0 lits rem          0 time: 0.01
95.06/23.83	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.01
95.06/23.83	c calculated reachability. Time: 0.00
95.06/23.83	c  N dy  1863    357987       113       236         0     36483       708    464961     12.72   no data
102.26/25.69	c  N dy  1952    378384       113       236         0     31312       708    355900     12.72     13.43
109.86/27.50	c  N dy  2053    398450       113       236         0     50035       708    727645     12.75     13.68
116.23/29.15	c  N dy  2126    418547       113       236         0     43782       708    602240     12.73     13.46
124.63/31.28	c  N dy  2203    442322       113       236         0     39495       708    500408     12.68     13.39
133.02/33.30	c  N dy  2315    462390       113       236         0     31341       708    330354     12.71     15.71
139.41/34.97	c  N dy  2387    482398       113       236         0     49864       708    693966     12.69     16.30
155.79/39.02	c  N dy  2501    528109       113       236         0     35194       708    386157     12.59     13.26
158.99/39.85	c  S st  2560    536981       113       236         0     43478       708    551697     12.61     11.35
159.39/39.95	c  S st  2560    537483       113       236         0     43970       708    562213     12.61   no data
159.39/39.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
159.39/39.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
159.39/39.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
159.39/39.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
159.39/39.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
159.39/39.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
159.39/39.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
159.39/39.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
159.39/39.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
162.20/40.64	c lits-rem:      1173  cl-subs:     1072  v-elim:      0  v-fix:    0  time:  0.66 s
162.20/40.64	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
162.20/40.64	c vivif2 --  cl tried    42898 cl shrink        0 lits rem          0 time: 0.01
162.20/40.65	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.01
162.20/40.65	c calculated reachability. Time: 0.00
162.20/40.65	c  N dy  2560    537483       113       236         0     42898       708    537714     12.61   no data
172.58/43.21	c  N dy  2668    560323       113       236         0     34776       708    373538     12.62     13.30
180.96/45.31	c  N dy  2801    580407       113       236         0     53522       708    747992     12.66     16.36
194.15/48.68	c  N dy  2843    616758       113       236         0     55740       708    780782     12.57     13.34
203.74/51.00	c  N dy  2985    637201       113       236         0     43597       708    525738     12.61     13.36
213.72/53.56	c  N dy  3124    657252       113       236         0     62201       708    896398     12.66     15.22
222.52/55.75	c  N dy  3266    677281       113       236         0     48570       708    613831     12.70     14.62
233.70/58.50	c  N dy  3384    697382       113       236         0     33874       708    308563     12.72     15.51
241.31/60.47	c  N dy  3509    717421       113       236         0     52317       708    675201     12.74     13.64
252.88/63.30	c  N dy  3608    737762       113       236         0     36899       708    358619     12.75     13.44
261.26/65.42	c  N dy  3718    757822       113       236         0     55402       708    728214     12.77     13.59
271.66/68.08	c  N dy  3807    777926       113       236         0     38969       708    391884     12.78     13.46
280.04/70.16	c  N dy  3903    797997       113       236         0     57480       708    763541     12.78     15.14
284.84/71.36	c  S st  3956    806225       113       236         0     65124       708    918790     12.79   no data
285.66/71.50	c  S st  3956    806728       113       236         0     65615       708    929434     12.79   no data
285.66/71.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
285.66/71.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
285.66/71.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
285.66/71.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
285.66/71.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
285.66/71.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
285.66/71.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
285.66/71.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
285.66/71.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
294.44/73.74	c lits-rem:      1924  cl-subs:     1542  v-elim:      0  v-fix:    0  time:  2.17 s
294.44/73.74	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
294.44/73.75	c vivif2 --  cl tried    64073 cl shrink        0 lits rem          0 time: 0.01
294.44/73.77	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.02
294.44/73.77	c calculated reachability. Time: 0.00
294.44/73.77	c  N dy  3956    806728       113       236         0     64073       708    891674     12.79   no data
304.81/76.32	c  N dy  4053    828079       113       236         0     47818       708    561571     12.80     13.67
314.40/78.76	c  N dy  4153    848185       113       236         0     66180       708    923506     12.81     13.65
323.99/81.16	c  N dy  4175    869873       113       236         0     48595       708    545472     12.76     13.57
332.78/83.39	c  N dy  4237    890124       113       236         0     67023       708    916174     12.75     13.55
342.79/85.87	c  N dy  4318    910151       113       236         0     47843       708    534874     12.74     15.28
353.56/88.59	c  N dy  4457    930994       113       236         0     67213       708    922055     12.77     13.54
365.14/91.48	c  N dy  4572    952075       113       236         0     48334       708    541561     12.79     13.65
376.32/94.22	c  N dy  4710    972102       113       236         0     66842       708    913868     12.81     16.76
388.32/97.29	c  N dy  4823    992559       113       236         0     46226       708    487186     12.83     13.60
398.70/99.86	c  N dy  4925   1014383       113       236         0     66247       708    887894     12.84     13.76
412.29/103.20	c  N dy  5045   1035786       113       236         0     45491       708    463633     12.85     13.68
421.90/105.68	c  N dy  5175   1055863       113       236         0     63986       708    833738     12.87     13.81
431.46/108.08	c  F st  5248   1071875       113       236         0     78712       708   1138247     12.88   no data
435.46/109.01	c  N dy  5254   1077066       113       236         0     42131       708    386319     12.88   no data
447.86/112.18	c  N dy  5392   1104123       113       236         0     66960       708    882449     12.89     13.67
461.83/115.62	c  N dy  5495   1124182       113       236         0     43078       708    395482     12.89     17.94
471.01/117.90	c  N dy  5598   1144583       113       236         0     61800       708    774550     12.90     13.58
483.02/120.96	c  N dy  5701   1164625       113       236         0     80060       708   1144761     12.91     15.18
501.00/125.49	c  N dy  5755   1200533       113       236         0     68924       708    900933     12.85     13.62
506.57/126.85	c  S st  5789   1210092       113       236         0     77769       708   1087848     12.85     10.07
507.37/127.03	c  S st  5789   1210596       113       236         0     78266       708   1099072     12.85   no data
507.37/127.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
507.37/127.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
507.37/127.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
507.37/127.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
507.37/127.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
507.37/127.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
507.37/127.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
507.37/127.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
507.77/127.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
533.73/133.64	c lits-rem:      4527  cl-subs:     3517  v-elim:      0  v-fix:    0  time:  6.52 s
533.73/133.64	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
533.73/133.65	c vivif2 --  cl tried    74749 cl shrink        0 lits rem          0 time: 0.01
533.73/133.67	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.02
533.73/133.68	c calculated reachability. Time: 0.00
533.73/133.68	c  N dy  5789   1210596       113       236         0     74749       708   1013957     12.85   no data
546.52/136.85	c  N dy  5879   1230764       113       236         0     49779       708    517692     12.86     13.58
557.31/139.50	c  N dy  6001   1250788       113       236         0     68177       708    892295     12.87     17.06
571.31/143.03	c  N dy  6106   1270981       113       236         0     86486       708   1257804     12.88     13.56
582.88/145.97	c  N dy  6245   1291074       113       236         0     60484       708    726458     12.90     15.68
596.06/149.20	c  N dy  6344   1312844       113       236         0     80425       708   1129642     12.90     13.65
607.65/152.17	c  N dy  6398   1332940       113       236         0     52710       708    543552     12.89     13.58
618.43/154.82	c  N dy  6498   1353034       113       236         0     71219       708    919456     12.89     13.64
632.84/158.47	c  N dy  6632   1373120       113       236         0     89778       708   1306913     12.91     17.25
649.59/162.63	c  N dy  6686   1405763       113       236         0     72300       708    914100     12.87     13.62
663.19/166.05	c  N dy  6788   1425764       113       236         0     90729       708   1288032     12.88     15.84
675.16/169.06	c  N dy  6898   1445790       113       236         0     61852       708    718541     12.89     15.33
687.94/172.22	c  N dy  7007   1465833       113       236         0     80064       708   1085191     12.90     13.62
702.75/175.99	c  N dy  7099   1486014       113       236         0     50358       708    475170     12.90     13.68
713.12/178.54	c  N dy  7212   1506042       113       236         0     68687       708    843969     12.91     13.69
727.10/182.08	c  N dy  7331   1526619       113       236         0     87597       708   1231509     12.93     13.70
741.88/185.79	c  N dy  7389   1551565       113       236         0     60839       708    672732     12.91     13.59
753.47/188.68	c  N dy  7484   1571697       113       236         0     79194       708   1048187     12.91     13.62
768.67/192.47	c  N dy  7587   1591704       113       236         0     97450       708   1417271     12.92     16.01
780.63/195.46	c  N dy  7665   1612108       113       236         0     65922       708    764669     12.92     13.62
793.82/198.78	c  N dy  7785   1632280       113       236         0     84437       708   1141308     12.93     13.62
812.62/203.45	c  N dy  7902   1652853       113       236         0     52206       708    481509     12.94     13.68
823.78/206.21	c  N dy  7997   1674378       113       236         0     71830       708    882785     12.93     13.84
838.17/209.89	c  N dy  8115   1694512       113       236         0     90178       708   1257086     12.95     13.89
853.35/213.66	c  S st  8203   1710597       113       236         0     52853       708    485633     12.96   no data
853.75/213.76	c  S st  8203   1711099       113       236         0     53347       708    497138     12.96   no data
853.75/213.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
853.75/213.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
853.75/213.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
853.75/213.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
853.75/213.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
853.75/213.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
853.75/213.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
853.75/213.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
853.75/213.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
854.95/214.04	c lits-rem:        70  cl-subs:      126  v-elim:      0  v-fix:    0  time:  0.25 s
854.95/214.04	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
854.95/214.05	c vivif2 --  cl tried    53221 cl shrink        0 lits rem          0 time: 0.01
854.95/214.06	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.01
854.95/214.06	c calculated reachability. Time: 0.00
854.95/214.06	c  N dy  8203   1711099       113       236         0     53221       708    495104     12.96   no data
865.75/216.75	c  N dy  8303   1731251       113       236         0     71644       708    871583     12.96     13.66
880.11/220.30	c  N dy  8390   1751258       113       236         0     89903       708   1248136     12.96     13.73
897.69/224.79	c  N dy  8500   1771315       113       236         0     55191       708    523185     12.97     13.86
916.47/229.44	c  N dy  8567   1807604       113       236         0     87348       708   1175981     12.94     13.64
934.85/234.00	c  N dy  8703   1828079       113       236         0    106196       708   1566165     12.96     13.66
948.43/237.44	c  N dy  8789   1848592       113       236         0     71491       708    855085     12.96     13.65
962.43/240.93	c  N dy  8866   1868624       113       236         0     89484       708   1225146     12.96     15.35
979.20/245.11	c  N dy  8949   1888634       113       236         0    107906       708   1602510     12.96     13.78
991.59/248.22	c  N dy  9046   1908859       113       236         0     71569       708    832533     12.96     13.68
1007.16/252.12	c  N dy  9145   1932976       113       236         0     93375       708   1270817     12.96     13.66
1029.13/257.62	c  N dy  9211   1965928       113       236         0     67673       708    748024     12.93     13.62
1042.71/261.08	c  N dy  9327   1986001       113       236         0     86190       708   1135692     12.94     13.78
1060.69/265.56	c  N dy  9463   2006093       113       236         0    104663       708   1516955     12.95     15.49
1076.29/269.49	c  N dy  9547   2026396       113       236         0     66346       708    708675     12.95     13.66
1088.66/272.51	c  N dy  9620   2046426       113       236         0     84777       708   1089741     12.95     14.50
1104.64/276.56	c  N dy  9727   2066491       113       236         0    103053       708   1463699     12.95     13.75
1123.01/281.12	c  N dy  9857   2086564       113       236         0     64255       708    665754     12.96     16.84
1136.20/284.44	c  N dy  9992   2106578       113       236         0     82596       708   1042014     12.98     13.69
1153.37/288.77	c  N dy 10103   2127884       113       236         0    102120       708   1444635     12.98     13.71
1173.37/293.73	c  N dy 10226   2147902       113       236         0     62069       708    607817     13.00     19.76
1185.74/296.88	c  N dy 10354   2167918       113       236         0     80386       708    986620     13.01     13.83
1202.12/300.93	c  N dy 10483   2187982       113       236         0     98915       708   1369722     13.02     13.79
1220.90/305.64	c  N dy 10589   2208068       113       236         0    117220       708   1744172     13.02     13.74
1224.89/306.68	c  S st 10606   2211099       113       236         0     60510       708    564945     13.02   no data
1225.29/306.80	c  S st 10606   2211603       113       236         0     61009       708    576772     13.02   no data
1225.29/306.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1225.71/306.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
1225.71/306.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1225.71/306.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1225.71/306.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1225.71/306.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
1225.71/306.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1225.71/306.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1225.71/306.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1226.88/307.15	c lits-rem:        93  cl-subs:      142  v-elim:      0  v-fix:    0  time:  0.31 s
1226.88/307.15	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
1226.88/307.16	c vivif2 --  cl tried    60867 cl shrink        0 lits rem          0 time: 0.01
1226.88/307.17	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.01
1226.88/307.17	c calculated reachability. Time: 0.00
1226.88/307.17	c  N dy 10606   2211603       113       236         0     60867       708    574016     13.02   no data
1244.06/311.42	c  N dy 10702   2241580       113       236         0     88068       708   1153051     13.02     13.85
1262.04/315.98	c  N dy 10805   2262763       113       236         0    107173       708   1536081     13.02     13.72
1280.41/320.58	c  N dy 10878   2285297       113       236         0     67730       708    709508     13.01     13.92
1294.80/324.13	c  N dy 10986   2306815       113       236         0     87323       708   1110231     13.02     13.93
1314.00/328.92	c  N dy 11125   2328861       113       236         0    107399       708   1519039     13.02     14.05
1333.94/333.91	c  N dy 11199   2349758       113       236         0     65426       708    643303     13.02     13.81
1348.34/337.55	c  N dy 11340   2369827       113       236         0     83770       708   1020349     13.03     15.36
1363.10/341.20	c  N dy 11427   2389836       113       236         0    101975       708   1385819     13.03     13.75
1381.88/345.93	c  N dy 11520   2409840       113       236         0    120187       708   1757159     13.04     18.17
1397.08/349.77	c  N dy 11598   2429880       113       236         0     76282       708    857203     13.03     13.76
1412.24/353.51	c  N dy 11719   2449962       113       236         0     94535       708   1228653     13.04     13.88
1431.83/358.42	c  N dy 11839   2471156       113       236         0    113832       708   1625931     13.05     13.78
1449.82/362.99	c  N dy 11932   2491321       113       236         0     69380       708    710135     13.05     13.79
1467.40/367.39	c  N dy 12055   2517513       113       236         0     93450       708   1216568     13.06     14.18
1486.15/372.02	c  N dy 12136   2540502       113       236         0    114253       708   1629000     13.05     13.77
1505.73/376.92	c  N dy 12215   2561235       113       236         0     69464       708    693499     13.05     13.87
1517.72/379.98	c  N dy 12281   2581265       113       236         0     87520       708   1046183     13.05     17.78
1534.89/384.26	c  N dy 12391   2601328       113       236         0    105716       708   1419945     13.05     15.32
1554.87/389.24	c  N dy 12500   2621348       113       236         0    123884       708   1789875     13.06     13.79
1578.44/395.16	c  N dy 12579   2655802       113       236         0     90585       708   1144139     13.04     13.85
1595.25/399.35	c  N dy 12660   2676293       113       236         0    109305       708   1528517     13.04     13.84
1614.40/404.13	c  N dy 12744   2696592       113       236         0    127776       708   1909403     13.04     13.84
1627.18/407.39	c  S st 12808   2711603       113       236         0     75802       708    814049     13.05   no data
1627.98/407.54	c  S st 12808   2712110       113       236         0     76302       708    825057     13.05   no data
1627.98/407.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1627.98/407.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
1627.98/407.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1627.98/407.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1627.98/407.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1627.98/407.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
1627.98/407.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1627.98/407.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1628.38/407.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1632.38/408.64	c lits-rem:       787  cl-subs:      969  v-elim:      0  v-fix:    0  time:  1.04 s
1632.38/408.64	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
1632.38/408.65	c vivif2 --  cl tried    75333 cl shrink        0 lits rem          0 time: 0.01
1632.38/408.67	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.02
1632.38/408.68	c calculated reachability. Time: 0.00
1632.38/408.68	c  N dy 12808   2712110       113       236         0     75333       708    802112     13.05   no data
1647.97/412.58	c  N dy 12948   2732178       113       236         0     93724       708   1184213     13.06     18.31
1666.33/417.11	c  N dy 13044   2752315       113       236         0    112033       708   1557276     13.06     13.78
1687.12/422.39	c  N dy 13148   2772541       113       236         0    130377       708   1931180     13.06     13.83
1704.28/426.64	c  N dy 13242   2792630       113       236         0     82408       708    939127     13.06     13.97
1720.26/430.64	c  N dy 13328   2814413       113       236         0    102283       708   1344823     13.06     13.77
1740.63/435.78	c  N dy 13449   2834450       113       236         0    120649       708   1726563     13.07     14.93
1766.21/442.18	c  N dy 13460   2870527       113       236         0     85273       708    983969     13.04     13.75
1782.17/446.12	c  N dy 13556   2890536       113       236         0    103351       708   1351294     13.04     16.81
1799.36/450.49	c  N dy 13586   2913840       113       236         0    123971       708   1760695     13.03     13.80
1822.12/456.17	c  N dy 13719   2936292       113       236         0     77036       708    822064     13.03     13.93
1835.70/459.56	c  N dy 13804   2956345       113       236         0     95038       708   1189120     13.03     13.72
1854.88/464.30	c  N dy 13930   2976380       113       236         0    113439       708   1566530     13.04     14.12
1874.86/469.37	c  N dy 14020   2996842       113       236         0    132015       708   1944120     13.04     13.90
1893.65/474.01	c  N dy 14089   3021181       113       236         0     85279       708    972164     13.03     13.82
1911.63/478.56	c  N dy 14186   3044255       113       236         0    106197       708   1398339     13.03     13.92
1941.18/485.90	c  N dy 14252   3079583       113       236         0    137806       708   2052767     13.02     13.75
1957.56/490.00	c  N dy 14343   3099637       113       236         0     86184       708    970344     13.02     15.14
1973.53/494.06	c  N dy 14450   3119738       113       236         0    104569       708   1347716     13.03     13.78
1993.51/499.07	c  N dy 14572   3139745       113       236         0    122849       708   1723826     13.03     15.44
2021.09/505.93	c  N dy 14703   3160157       113       236         0     70793       708    653186     13.04     13.97
2033.86/509.11	c  N dy 14775   3180250       113       236         0     88798       708   1013862     13.04     13.79
2052.25/513.72	c  N dy 14909   3201389       113       236         0    108137       708   1413423     13.05     14.20
2061.82/516.14	c  S st 14954   3212111       113       236         0    117887       708   1612233     13.05     11.09
2063.02/516.40	c  S st 14954   3212614       113       236         0    118378       708   1623516     13.05   no data
2063.02/516.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2063.02/516.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2063.02/516.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2063.02/516.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2063.02/516.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2063.02/516.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
2063.02/516.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2063.02/516.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2063.41/516.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2090.58/523.33	c lits-rem:      2146  cl-subs:     3349  v-elim:      0  v-fix:    0  time:  6.81 s
2090.58/523.33	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
2090.58/523.36	c vivif2 --  cl tried   115029 cl shrink        0 lits rem          0 time: 0.02
2090.98/523.40	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.04
2090.98/523.40	c calculated reachability. Time: 0.00
2090.98/523.40	c  N dy 14954   3212614       113       236         0    115029       708   1544878     13.05   no data
2112.55/528.88	c  N dy 15047   3232755       113       236         0    133360       708   1920900     13.05     13.83
2135.74/534.67	c  N dy 15136   3252850       113       236         0     79981       708    835392     13.05     18.25
2154.49/539.36	c  N dy 15245   3272873       113       236         0     98295       708   1211108     13.05     15.14
2176.86/544.91	c  N dy 15364   3292939       113       236         0    116628       708   1586329     13.06     18.44
2200.43/550.81	c  N dy 15509   3312973       113       236         0    134912       708   1968260     13.07     18.46
2224.40/556.83	c  N dy 15656   3333059       113       236         0     80605       708    837402     13.08     15.68
2241.98/561.28	c  N dy 15784   3353132       113       236         0     98862       708   1215937     13.09     14.65
2266.75/567.50	c  N dy 15894   3377291       113       236         0    121147       708   1681212     13.09     13.82
2289.92/573.21	c  N dy 15996   3397371       113       236         0    139522       708   2059112     13.09     18.69
2307.12/577.59	c  N dy 16033   3419014       113       236         0     84973       708    899558     13.08     14.02
2325.48/582.19	c  N dy 16081   3446368       113       236         0    109802       708   1419890     13.07     13.89
2344.66/586.92	c  N dy 16166   3466444       113       236         0    128126       708   1797957     13.07     13.77
2366.22/592.38	c  N dy 16225   3487010       113       236         0    146701       708   2177815     13.07     13.82
2385.00/597.00	c  N dy 16350   3507181       113       236         0     90729       708   1030283     13.07     14.05
2399.40/600.63	c  N dy 16402   3527609       113       236         0    109174       708   1423797     13.06     13.82
2421.38/606.15	c  N dy 16495   3551236       113       236         0    130371       708   1848138     13.06     13.78
2451.74/613.79	c  N dy 16606   3575896       113       236         0     77437       708    734930     13.07     13.83
2468.90/618.09	c  N dy 16735   3598761       113       236         0     98337       708   1170913     13.07     14.03
2485.68/622.28	c  N dy 16811   3618879       113       236         0    116601       708   1540170     13.07     13.78
2508.05/627.89	c  N dy 16917   3638959       113       236         0    134771       708   1913747     13.08     13.80
2537.21/635.16	c  N dy 17027   3660319       113       236         0     78012       708    739978     13.08     14.34
2551.99/638.85	c  N dy 17122   3680333       113       236         0     96250       708   1112918     13.08     13.78
2569.96/643.34	c  N dy 17226   3700427       113       236         0    114495       708   1486887     13.09     14.62
2581.14/646.16	c  S st 17272   3712614       113       236         0    125548       708   1713843     13.09     11.45
2582.34/646.45	c  S st 17272   3713118       113       236         0    126041       708   1725020     13.09   no data
2582.34/646.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2582.74/646.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
2582.74/646.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2582.74/646.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2582.74/646.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2582.74/646.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
2582.74/646.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2582.74/646.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2582.74/646.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2611.51/653.78	c lits-rem:      1849  cl-subs:     3527  v-elim:      0  v-fix:    0  time:  7.19 s
2611.51/653.78	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
2611.91/653.80	c vivif2 --  cl tried   122514 cl shrink        0 lits rem          0 time: 0.02
2611.91/653.85	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.04
2611.91/653.85	c calculated reachability. Time: 0.00
2611.91/653.85	c  N dy 17272   3713118       113       236         0    122514       708   1641941     13.09   no data
2630.69/658.58	c  N dy 17331   3733214       113       236         0    140677       708   2013208     13.08     18.13
2653.06/664.12	c  F st 17374   3751563       113       236         0     80430       708    784487     13.08     10.31
2654.28/664.49	c  N st 17378   3753597       113       236         0     82316       708    825196     13.08   no data
2671.85/668.86	c  N dy 17465   3773602       113       236         0    100461       708   1200783     13.08     13.87
2691.01/673.61	c  N dy 17567   3793637       113       236         0    118902       708   1589809     13.08     14.29
2716.97/680.12	c  N dy 17690   3813764       113       236         0    137244       708   1971270     13.09     13.79
2745.74/687.34	c  N dy 17780   3834500       113       236         0    156047       708   2358289     13.09     14.03
2768.91/693.10	c  N dy 17864   3860225       113       236         0    101175       708   1202170     13.09     13.94
2786.10/697.44	c  N dy 17933   3880476       113       236         0    119680       708   1591109     13.08     13.85
2806.46/702.56	c  N dy 18014   3901036       113       236         0    138232       708   1967555     13.08     13.89
2834.81/709.65	c  N dy 18153   3921199       113       236         0    156639       708   2353443     13.09     13.85
2853.99/714.47	c  N dy 18255   3941255       113       236         0     95732       708   1077464     13.09     14.01
2871.57/718.85	c  N dy 18348   3961314       113       236         0    113978       708   1447054     13.10     17.31
2890.74/723.69	c  N dy 18433   3981494       113       236         0    132298       708   1815403     13.09     13.86
2915.92/729.95	c  N dy 18546   4001620       113       236         0    150613       708   2189627     13.10     13.99
2940.68/736.11	c  N dy 18660   4021695       113       236         0     88986       708    933017     13.10     15.24
2961.48/741.38	c  N dy 18753   4048342       113       236         0    113015       708   1414063     13.10     13.85
2982.23/746.53	c  N dy 18850   4068364       113       236         0    131181       708   1789495     13.10     13.88
3020.58/756.16	c  N dy 18907   4109348       113       236         0     87247       708    881025     13.09     13.97
3036.58/760.19	c  N dy 19011   4129373       113       236         0    105559       708   1262374     13.09     16.25
3054.94/764.76	c  N dy 19092   4149457       113       236         0    123583       708   1624617     13.09     13.78
3080.12/771.09	c  N dy 19195   4173009       113       236         0    144641       708   2050972     13.09     13.81
3108.07/778.09	c  N dy 19279   4193098       113       236         0     81376       708    759723     13.09     17.46
3124.48/782.15	c  N dy 19398   4213118       113       236         0     99691       708   1139383     13.09   no data
3124.48/782.15	c  S st 19398   4213118       113       236         0     99691       708   1139383     13.09   no data
3125.25/782.38	c  S st 19398   4213620       113       236         0    100183       708   1150538     13.09   no data
3125.25/782.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3125.65/782.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
3125.65/782.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3125.65/782.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3125.65/782.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3125.65/782.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
3125.65/782.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3125.65/782.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3125.65/782.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3133.64/784.41	c lits-rem:       629  cl-subs:     1204  v-elim:      0  v-fix:    0  time:  1.94 s
3133.64/784.41	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
3133.64/784.43	c vivif2 --  cl tried    98979 cl shrink        0 lits rem          0 time: 0.02
3133.64/784.46	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.03
3133.64/784.46	c calculated reachability. Time: 0.00
3133.64/784.46	c  N dy 19398   4213620       113       236         0     98979       708   1121597     13.09   no data
3152.81/789.27	c  N dy 19506   4233854       113       236         0    117255       708   1497544     13.10     13.82
3173.59/794.45	c  N dy 19573   4256439       113       236         0    137599       708   1903979     13.09     13.85
3199.18/800.83	c  N dy 19678   4276497       113       236         0    155890       708   2279836     13.10     17.82
3222.33/806.67	c  N dy 19709   4299546       113       236         0     94689       708   1010996     13.08     13.78
3241.51/811.45	c  N dy 19814   4319639       113       236         0    112973       708   1387828     13.09     13.80
3255.91/815.04	c  N dy 19837   4339738       113       236         0    130638       708   1739429     13.07     18.31
3278.65/820.78	c  N dy 19918   4359811       113       236         0    148880       708   2116496     13.07     15.96
3311.42/828.99	c  N dy 20020   4380031       113       236         0     84057       708    793992     13.07     13.84
3331.79/834.02	c  N dy 20118   4406237       113       236         0    108121       708   1294394     13.07     13.82
3350.57/838.77	c  N dy 20205   4426334       113       236         0    126440       708   1675113     13.07     16.55
3370.56/843.77	c  N dy 20261   4446403       113       236         0    144634       708   2052876     13.07     16.16
3401.32/851.48	c  N dy 20368   4468976       113       236         0    165103       708   2472257     13.07     14.02
3422.89/856.89	c  N dy 20460   4489021       113       236         0     98873       708   1085152     13.07     16.73
3441.65/861.60	c  N dy 20579   4509036       113       236         0    116929       708   1457629     13.08     15.01
3462.85/866.80	c  N dy 20660   4530601       113       236         0    136547       708   1870433     13.08     13.89
3488.40/873.23	c  N dy 20766   4550646       113       236         0    154816       708   2245422     13.08     18.88
3516.77/880.30	c  N dy 20853   4570964       113       236         0     87943       708    852702     13.08     13.77
3531.94/884.12	c  N dy 20933   4591045       113       236         0    106013       708   1214349     13.08     16.38
3550.34/888.80	c  N dy 21008   4611821       113       236         0    124980       708   1604734     13.07     13.85
3573.08/894.45	c  N dy 21097   4632309       113       236         0    143258       708   1971203     13.07     13.80
3601.46/901.56	c  N dy 21230   4652337       113       236         0    161569       708   2355605     13.08     14.02
3630.62/908.85	c  N dy 21369   4672644       113       236         0     93999       708    970800     13.09     13.83
3647.41/913.07	c  N dy 21465   4692864       113       236         0    112640       708   1360371     13.09     13.97
3666.56/917.84	c  N dy 21537   4713010       113       236         0    130971       708   1746402     13.09     13.85
3667.36/918.05	c  S st 21543   4713620       113       236         0    131542       708   1758976     13.09   no data
3668.56/918.36	c  S st 21543   4714127       113       236         0    132042       708   1770407     13.09   no data
3668.56/918.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3668.98/918.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
3668.98/918.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3668.98/918.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3668.98/918.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3668.98/918.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
3668.98/918.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3668.98/918.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3669.38/918.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3696.13/925.20	c lits-rem:      1768  cl-subs:     2614  v-elim:      0  v-fix:    0  time:  6.69 s
3696.13/925.20	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
3696.13/925.22	c vivif2 --  cl tried   129428 cl shrink        0 lits rem          0 time: 0.03
3696.13/925.27	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.05
3696.13/925.27	c calculated reachability. Time: 0.00
3696.13/925.27	c  N dy 21543   4714127       113       236         0    129428       708   1706119     13.09   no data
3724.49/932.39	c  N dy 21608   4742123       113       236         0    154314       708   2208996     13.08     13.79
3748.08/938.21	c  N dy 21654   4762833       113       236         0    172578       708   2572906     13.08     13.81
3768.84/943.41	c  N dy 21702   4786087       113       236         0    107024       708   1221804     13.07     13.89
3815.18/955.05	c  N dy 21794   4830784       113       236         0    146043       708   2010403     13.05     14.15
3844.76/962.44	c  N dy 21931   4850792       113       236         0    164340       708   2393000     13.06     14.78
3873.10/969.59	c  N dy 22038   4870867       113       236         0     95460       708    993794     13.06     17.13
3893.49/974.69	c  N dy 22117   4894817       113       236         0    116672       708   1424305     13.06     14.17
3919.86/981.26	c  N dy 22237   4914856       113       236         0    134986       708   1804661     13.06     15.99
3947.40/988.17	c  N dy 22363   4935064       113       236         0    153464       708   2194462     13.07     13.88
3974.97/995.09	c  N dy 22412   4959515       113       236         0    175432       708   2628824     13.06     13.81
3996.53/1000.49	c  N dy 22526   4979621       113       236         0    105468       708   1183386     13.07     14.03
4012.14/1004.31	c  N dy 22575   4999983       113       236         0    123765       708   1559907     13.06     14.12
4032.89/1009.53	c  N dy 22644   5020009       113       236         0    141581       708   1921132     13.06     13.75
4060.47/1016.48	c  N dy 22775   5040089       113       236         0    159833       708   2296980     13.07     16.73
4089.21/1023.64	c  N dy 22872   5060177       113       236         0    178195       708   2683059     13.07     16.54
4111.58/1029.28	c  N dy 23003   5080765       113       236         0    107410       708   1210994     13.08     13.82
4131.56/1034.25	c  N dy 23109   5101159       113       236         0    125961       708   1594068     13.08     13.97
4152.35/1039.49	c  N dy 23170   5121237       113       236         0    144201       708   1974883     13.08     13.77
4183.88/1047.30	c  N dy 23241   5151037       113       236         0    170084       708   2480856     13.06     13.91
4209.06/1053.60	c  N dy 23309   5171201       113       236         0     98431       708   1020893     13.06     13.79
4227.04/1058.15	c  N dy 23412   5191293       113       236         0    116702       708   1396869     13.06     16.36
4248.20/1063.48	c  N dy 23492   5214127       113       236         0    137421       708   1824669     13.06     10.43
4248.20/1063.48	c  S st 23492   5214127       113       236         0    137421       708   1824669     13.06     10.43
4249.42/1063.78	c  S st 23492   5214630       113       236         0    137908       708   1835849     13.06   no data
4249.42/1063.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4249.80/1063.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
4249.80/1063.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4249.80/1063.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4249.80/1063.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4249.80/1063.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
4249.80/1063.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4249.80/1063.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4250.20/1063.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4280.95/1071.68	c lits-rem:      1848  cl-subs:     3344  v-elim:      0  v-fix:    0  time:  7.75 s
4280.95/1071.68	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
4281.35/1071.71	c vivif2 --  cl tried   134564 cl shrink        0 lits rem          0 time: 0.03
4281.35/1071.76	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.05
4281.35/1071.76	c calculated reachability. Time: 0.00
4281.35/1071.76	c  N dy 23492   5214630       113       236         0    134564       708   1756526     13.06   no data
4307.32/1078.28	c  N dy 23613   5234845       113       236         0    153040       708   2150043     13.07     13.86
4338.08/1085.92	c  N dy 23744   5254913       113       236         0    171326       708   2530717     13.07     18.16
4364.05/1092.49	c  N dy 23807   5274929       113       236         0     98202       708   1009187     13.07     13.96
4380.85/1096.66	c  N dy 23885   5295032       113       236         0    116281       708   1380077     13.07     13.80
4400.81/1101.60	c  N dy 23965   5315517       113       236         0    134569       708   1747321     13.07     14.09
4426.77/1108.19	c  N dy 24056   5338108       113       236         0    154710       708   2157474     13.07     13.81
4460.73/1116.61	c  N dy 24155   5360787       113       236         0    175098       708   2586347     13.07     13.81
4491.49/1124.31	c  N dy 24268   5381929       113       236         0    102512       708   1087457     13.07     13.86
4509.46/1128.83	c  N dy 24356   5402081       113       236         0    120702       708   1465019     13.07     13.87
4533.83/1134.96	c  N dy 24444   5423518       113       236         0    140308       708   1884966     13.07     13.89
4562.99/1142.24	c  N dy 24549   5444163       113       236         0    159077       708   2278907     13.08     13.77
4593.76/1149.97	c  N dy 24652   5466306       113       236         0    178939       708   2677940     13.08     13.77
4621.71/1156.92	c  N dy 24768   5486402       113       236         0    104194       708   1107344     13.08     17.76
4645.69/1162.97	c  N dy 24849   5515236       113       236         0    130516       708   1665590     13.07     13.84
4667.25/1168.36	c  N dy 24919   5535331       113       236         0    148996       708   2058554     13.07     16.00
4693.24/1174.90	c  N dy 25003   5555431       113       236         0    167290       708   2443684     13.07     13.77
4724.38/1182.66	c  N dy 25103   5576104       113       236         0    186313       708   2854435     13.08     13.99
4748.35/1188.64	c  N dy 25200   5596206       113       236         0    109975       708   1215953     13.08     13.79
4769.92/1194.02	c  N dy 25321   5616271       113       236         0    128024       708   1589701     13.08     15.71
4796.69/1200.71	c  N dy 25476   5636307       113       236         0    146378       708   1972441     13.09     15.54

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3257227-1304028692/watcher-3257227-1304028692 -o /tmp/evaluation-result-3257227-1304028692/solver-3257227-1304028692 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3257227-1304028692.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: 0.32 0.07 0.03 5/180 27811
/proc/meminfo: memFree=22990308/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=182300 CPUtime=0 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) D 27809 27811 27770 0 -1 4202496 473 0 0 0 0 0 0 0 21 0 4 0 593099696 186675200 399 33554432000 4194304 4627427 140735172625088 18446744073709551615 252457527044 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 45573 402 330 106 0 40544 0
[pid=27811/tid=27812] ppid=27809 vsize=190500 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 23 0 0 0 0 0 0 0 22 0 4 0 593099696 195072000 417 33554432000 4194304 4627427 140735172625088 18446744073709551615 252458170911 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=198704 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 38 0 0 0 0 0 0 0 22 0 4 0 593099696 203472896 422 33554432000 4194304 4627427 140735172625088 18446744073709551615 252458170862 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=199660 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 15 0 0 0 0 0 0 0 22 0 4 0 593099696 204451840 427 33554432000 4194304 4627427 140735172625088 18446744073709551615 252458065723 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0438419 s]
/proc/loadavg: 0.32 0.07 0.03 5/180 27811
/proc/meminfo: memFree=22990308/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=216456 CPUtime=0.15 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 1003 0 0 0 15 0 0 0 18 0 4 0 593099696 221650944 928 33554432000 4194304 4627427 140735172625088 18446744073709551615 4310392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 54114 928 384 106 0 49085 0
[pid=27811/tid=27812] ppid=27809 vsize=216456 CPUtime=0.03 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 132 0 0 0 3 0 0 0 22 0 4 0 593099696 221650944 928 33554432000 4194304 4627427 140735172625088 18446744073709551615 4330056 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=216456 CPUtime=0.03 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 175 0 0 0 3 0 0 0 22 0 4 0 593099696 221650944 928 33554432000 4194304 4627427 140735172625088 18446744073709551615 4333184 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=216456 CPUtime=0.03 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 134 0 0 0 3 0 0 0 18 0 4 0 593099696 221650944 928 33554432000 4194304 4627427 140735172625088 18446744073709551615 4321673 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 216456

[startup+0.100832 s]
/proc/loadavg: 0.32 0.07 0.03 5/180 27811
/proc/meminfo: memFree=22990308/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=217292 CPUtime=0.38 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 1497 0 0 0 38 0 0 0 18 0 4 0 593099696 222507008 1052 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 54323 1052 385 106 0 49294 0
[pid=27811/tid=27812] ppid=27809 vsize=217292 CPUtime=0.09 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 247 0 0 0 9 0 0 0 22 0 4 0 593099696 222507008 1052 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=217292 CPUtime=0.09 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 304 0 0 0 9 0 0 0 22 0 4 0 593099696 222507008 1052 33554432000 4194304 4627427 140735172625088 18446744073709551615 4306201 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=217292 CPUtime=0.09 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 258 0 0 0 9 0 0 0 18 0 4 0 593099696 222507008 1052 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 217292

[startup+0.300795 s]
/proc/loadavg: 0.32 0.07 0.03 5/180 27811
/proc/meminfo: memFree=22990308/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=218264 CPUtime=1.18 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 2616 0 0 0 118 0 0 0 18 0 4 0 593099696 223502336 1588 33554432000 4194304 4627427 140735172625088 18446744073709551615 4327413 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 54566 1588 385 106 0 49537 0
[pid=27811/tid=27812] ppid=27809 vsize=218264 CPUtime=0.29 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 524 0 0 0 29 0 0 0 22 0 4 0 593099696 223502336 1588 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=218264 CPUtime=0.29 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 584 0 0 0 29 0 0 0 22 0 4 0 593099696 223502336 1588 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=218264 CPUtime=0.29 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 537 0 0 0 29 0 0 0 18 0 4 0 593099696 223502336 1588 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 218264

[startup+0.700722 s]
/proc/loadavg: 0.32 0.07 0.03 5/180 27811
/proc/meminfo: memFree=22990308/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=219700 CPUtime=2.77 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 4665 0 0 0 277 0 0 0 18 0 4 0 593099696 224972800 1947 33554432000 4194304 4627427 140735172625088 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 54925 1947 386 106 0 49896 0
[pid=27811/tid=27812] ppid=27809 vsize=219700 CPUtime=0.69 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 1046 0 0 0 69 0 0 0 24 0 4 0 593099696 224972800 1947 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=219700 CPUtime=0.69 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 1095 0 0 0 69 0 0 0 23 0 4 0 593099696 224972800 1947 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=219700 CPUtime=0.69 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 1054 0 0 0 69 0 0 0 18 0 4 0 593099696 224972800 1947 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 219700

[startup+1.50057 s]
/proc/loadavg: 0.32 0.07 0.03 9/184 27815
/proc/meminfo: memFree=22968212/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=224740 CPUtime=5.97 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 10766 0 0 0 596 1 0 0 20 0 4 0 593099696 230133760 5900 33554432000 4194304 4627427 140735172625088 18446744073709551615 4329671 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 56185 5900 389 106 0 51156 0
[pid=27811/tid=27812] ppid=27809 vsize=224740 CPUtime=1.49 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 2508 0 0 0 149 0 0 0 25 0 4 0 593099696 230133760 5900 33554432000 4194304 4627427 140735172625088 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=224740 CPUtime=1.49 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 3321 0 0 0 149 0 0 0 25 0 4 0 593099696 230133760 5900 33554432000 4194304 4627427 140735172625088 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=224740 CPUtime=1.49 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 1739 0 0 0 149 0 0 0 20 0 4 0 593099696 230133760 5900 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 224740

[startup+3.10028 s]
/proc/loadavg: 0.32 0.07 0.03 9/184 27815
/proc/meminfo: memFree=22952712/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=226184 CPUtime=12.36 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 17629 0 0 0 1233 3 0 0 25 0 4 0 593099696 231612416 8959 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 56546 8959 389 106 0 51517 0
[pid=27811/tid=27812] ppid=27809 vsize=226184 CPUtime=3.08 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 4898 0 0 0 308 0 0 0 25 0 4 0 593099696 231612416 8959 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=226184 CPUtime=3.08 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 4423 0 0 0 308 0 0 0 25 0 4 0 593099696 231612416 8959 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=226184 CPUtime=3.08 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 3951 0 0 0 308 0 0 0 25 0 4 0 593099696 231612416 8959 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 226184

[startup+6.30068 s]
/proc/loadavg: 0.93 0.20 0.07 9/184 27816
/proc/meminfo: memFree=22933752/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=232000 CPUtime=25.14 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 28943 0 0 0 2509 5 0 0 25 0 4 0 593099696 237568000 12555 33554432000 4194304 4627427 140735172625088 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 58000 12555 389 106 0 52971 0
[pid=27811/tid=27812] ppid=27809 vsize=232000 CPUtime=6.26 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 7292 0 0 0 625 1 0 0 25 0 4 0 593099696 237568000 12555 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=232000 CPUtime=6.29 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 7410 0 0 0 628 1 0 0 25 0 4 0 593099696 237568000 12555 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=232000 CPUtime=6.29 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 6947 0 0 0 628 1 0 0 25 0 4 0 593099696 237568000 12555 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 232000

[startup+12.7005 s]
/proc/loadavg: 1.50 0.33 0.12 9/184 27816
/proc/meminfo: memFree=22796260/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=236828 CPUtime=50.71 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 42773 0 0 0 5064 7 0 0 25 0 4 0 593099696 242511872 14984 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 59207 14984 389 106 0 54178 0
[pid=27811/tid=27812] ppid=27809 vsize=236828 CPUtime=12.63 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 10262 0 0 0 1262 1 0 0 25 0 4 0 593099696 242511872 14984 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=236828 CPUtime=12.68 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 11306 0 0 0 1267 1 0 0 25 0 4 0 593099696 242511872 14984 33554432000 4194304 4627427 140735172625088 18446744073709551615 4332937 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=236828 CPUtime=12.69 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 10008 0 0 0 1268 1 0 0 25 0 4 0 593099696 242511872 14984 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 236828

[startup+25.5011 s]
/proc/loadavg: 3.01 0.72 0.25 9/184 27816
/proc/meminfo: memFree=22632936/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=244708 CPUtime=101.86 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 64898 0 0 0 10174 12 0 0 25 0 4 0 593099696 250580992 17023 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 61177 17023 389 106 0 56148 0
[pid=27811/tid=27812] ppid=27809 vsize=244708 CPUtime=25.37 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 15433 0 0 0 2535 2 0 0 25 0 4 0 593099696 250580992 17023 33554432000 4194304 4627427 140735172625088 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=244708 CPUtime=25.48 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 16518 0 0 0 2546 2 0 0 25 0 4 0 593099696 250580992 17023 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=244708 CPUtime=25.49 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 15633 0 0 0 2547 2 0 0 25 0 4 0 593099696 250580992 17023 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 244708

[startup+51.1003 s]
/proc/loadavg: 4.71 1.30 0.45 9/184 27817
/proc/meminfo: memFree=22598628/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=255740 CPUtime=204.14 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 99036 0 0 0 20394 20 0 0 25 0 4 0 593099696 261877760 20809 33554432000 4194304 4627427 140735172625088 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 63935 20809 389 106 0 58906 0
[pid=27811/tid=27812] ppid=27809 vsize=255740 CPUtime=50.85 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 23879 0 0 0 5081 4 0 0 25 0 4 0 593099696 261877760 20809 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=255740 CPUtime=51.08 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 26003 0 0 0 5104 4 0 0 25 0 4 0 593099696 261877760 20809 33554432000 4194304 4627427 140735172625088 18446744073709551615 4322623 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=255740 CPUtime=51.09 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 24078 0 0 0 5105 4 0 0 25 0 4 0 593099696 261877760 20809 33554432000 4194304 4627427 140735172625088 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.14
Current children cumulated vsize (KiB) 255740

[startup+102.307 s]
/proc/loadavg: 6.66 2.36 0.85 9/184 27818
/proc/meminfo: memFree=22535808/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=267632 CPUtime=408.71 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 157548 0 0 0 40835 36 0 0 25 0 4 0 593099696 274055168 31014 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 66908 31014 389 106 0 61879 0
[pid=27811/tid=27812] ppid=27809 vsize=267632 CPUtime=101.8 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 38195 0 0 0 10171 9 0 0 25 0 4 0 593099696 274055168 31014 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=267632 CPUtime=102.3 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 41110 0 0 0 10221 9 0 0 25 0 4 0 593099696 274055168 31014 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=267632 CPUtime=102.3 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 39560 0 0 0 10222 8 0 0 25 0 4 0 593099696 274055168 31014 33554432000 4194304 4627427 140735172625088 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.71
Current children cumulated vsize (KiB) 267632

[startup+162.301 s]

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

[pid=27811] ppid=27809 vsize=396384 CPUtime=2565.98 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 504266 0 0 0 256438 160 0 0 25 0 4 0 593099696 405897216 71314 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 99096 71314 389 106 0 94067 0
[pid=27811/tid=27812] ppid=27809 vsize=396384 CPUtime=639.04 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 118855 0 0 0 63868 36 0 0 25 0 4 0 593099696 405897216 71314 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=396384 CPUtime=642.31 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 137804 0 0 0 64188 43 0 0 25 0 4 0 593099696 405897216 71314 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=396384 CPUtime=642.31 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 131268 0 0 0 64188 43 0 0 25 0 4 0 593099696 405897216 71314 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2565.98
Current children cumulated vsize (KiB) 396384

[startup+702.301 s]
/proc/loadavg: 8.11 7.33 4.28 9/184 27834
/proc/meminfo: memFree=22140528/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=384176 CPUtime=2805.65 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 530607 0 0 0 280394 171 0 0 25 0 4 0 593099696 393396224 73287 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 96044 73287 389 106 0 91015 0
[pid=27811/tid=27812] ppid=27809 vsize=384176 CPUtime=698.71 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 123572 0 0 0 69834 37 0 0 25 0 4 0 593099696 393396224 73287 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=384176 CPUtime=702.31 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 144712 0 0 0 70184 47 0 0 25 0 4 0 593099696 393396224 73287 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=384176 CPUtime=702.31 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 139609 0 0 0 70185 46 0 0 25 0 4 0 593099696 393396224 73287 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.65
Current children cumulated vsize (KiB) 384176

[startup+762.307 s]
/proc/loadavg: 8.04 7.45 4.51 9/184 27836
/proc/meminfo: memFree=22110496/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=408132 CPUtime=3045.37 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 555669 0 0 0 304354 183 0 0 25 0 4 0 593099696 417927168 77946 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 102033 77946 389 106 0 97004 0
[pid=27811/tid=27812] ppid=27809 vsize=408132 CPUtime=758.41 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 130167 0 0 0 75801 40 0 0 25 0 4 0 593099696 417927168 77946 33554432000 4194304 4627427 140735172625088 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=408132 CPUtime=762.32 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 153020 0 0 0 76182 50 0 0 25 0 4 0 593099696 417927168 77946 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=408132 CPUtime=762.31 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 146432 0 0 0 76182 49 0 0 25 0 4 0 593099696 417927168 77946 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.37
Current children cumulated vsize (KiB) 408132

[startup+822.301 s]
/proc/loadavg: 8.01 7.55 4.73 9/184 27837
/proc/meminfo: memFree=22077108/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=408788 CPUtime=3285.06 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 570280 0 0 0 328317 189 0 0 25 0 4 0 593099696 418598912 79999 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 102197 79999 389 106 0 97168 0
[pid=27811/tid=27812] ppid=27809 vsize=408788 CPUtime=818.1 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 130531 0 0 0 81770 40 0 0 25 0 4 0 593099696 418598912 79999 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=408788 CPUtime=822.32 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 160061 0 0 0 82179 53 0 0 25 0 4 0 593099696 418598912 79999 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=408788 CPUtime=822.32 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 153483 0 0 0 82180 52 0 0 25 0 4 0 593099696 418598912 79999 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3285.06
Current children cumulated vsize (KiB) 408788

[startup+882.301 s]
/proc/loadavg: 8.05 7.64 4.94 9/184 27839
/proc/meminfo: memFree=22057496/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=409544 CPUtime=3524.75 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 588057 0 0 0 352279 196 0 0 25 0 4 0 593099696 419373056 78362 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309247 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 102386 78362 389 106 0 97357 0
[pid=27811/tid=27812] ppid=27809 vsize=409544 CPUtime=877.8 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 131792 0 0 0 87739 41 0 0 25 0 4 0 593099696 419373056 78362 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=409544 CPUtime=882.31 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 168573 0 0 0 88176 55 0 0 25 0 4 0 593099696 419373056 78362 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=409544 CPUtime=882.31 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 161351 0 0 0 88176 55 0 0 25 0 4 0 593099696 419373056 78362 33554432000 4194304 4627427 140735172625088 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.75
Current children cumulated vsize (KiB) 409544

[startup+942.3 s]
/proc/loadavg: 8.07 7.72 5.13 9/184 27840
/proc/meminfo: memFree=22046944/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=410244 CPUtime=3764.44 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 602214 0 0 0 376241 203 0 0 25 0 4 0 593099696 420089856 80058 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 102561 80058 389 106 0 97532 0
[pid=27811/tid=27812] ppid=27809 vsize=410244 CPUtime=937.49 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 131945 0 0 0 93708 41 0 0 25 0 4 0 593099696 420089856 80058 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=410244 CPUtime=942.32 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 175621 0 0 0 94174 58 0 0 25 0 4 0 593099696 420089856 80058 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=410244 CPUtime=942.31 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 168030 0 0 0 94172 59 0 0 25 0 4 0 593099696 420089856 80058 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.44
Current children cumulated vsize (KiB) 410244

[startup+1002.3 s]
/proc/loadavg: 8.02 7.77 5.31 9/184 27842
/proc/meminfo: memFree=21990012/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=424228 CPUtime=4004.12 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 617101 0 0 0 400202 210 0 0 25 0 4 0 593099696 434409472 82598 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 106057 82598 389 106 0 101028 0
[pid=27811/tid=27812] ppid=27809 vsize=424228 CPUtime=997.16 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 134980 0 0 0 99674 42 0 0 25 0 4 0 593099696 434409472 82598 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=424228 CPUtime=1002.32 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 182924 0 0 0 100170 62 0 0 25 0 4 0 593099696 434409472 82598 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=424228 CPUtime=1002.31 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 170865 0 0 0 100171 60 0 0 25 0 4 0 593099696 434409472 82598 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4004.12
Current children cumulated vsize (KiB) 424228

[startup+1062.3 s]
/proc/loadavg: 8.01 7.81 5.47 9/184 27844
/proc/meminfo: memFree=22007476/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=385064 CPUtime=4243.81 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 627258 0 0 0 424164 217 0 0 25 0 4 0 593099696 394305536 76638 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 96266 76638 389 106 0 91237 0
[pid=27811/tid=27812] ppid=27809 vsize=385064 CPUtime=1056.84 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 136752 0 0 0 105641 43 0 0 25 0 4 0 593099696 394305536 76638 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=385064 CPUtime=1062.32 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 189638 0 0 0 106166 66 0 0 25 0 4 0 593099696 394305536 76638 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=385064 CPUtime=1062.32 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 171053 0 0 0 106171 61 0 0 25 0 4 0 593099696 394305536 76638 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.81
Current children cumulated vsize (KiB) 385064

[startup+1122.3 s]
/proc/loadavg: 8.04 7.85 5.63 9/184 27845
/proc/meminfo: memFree=22025424/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=386172 CPUtime=4483.5 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 643054 0 0 0 448126 224 0 0 25 0 4 0 593099696 395440128 77652 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 96543 77652 389 106 0 91514 0
[pid=27811/tid=27812] ppid=27809 vsize=386172 CPUtime=1116.52 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 139892 0 0 0 111608 44 0 0 25 0 4 0 593099696 395440128 77652 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=386172 CPUtime=1122.32 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 196747 0 0 0 112163 69 0 0 25 0 4 0 593099696 395440128 77652 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=386172 CPUtime=1122.32 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 172651 0 0 0 112171 61 0 0 25 0 4 0 593099696 395440128 77652 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.5
Current children cumulated vsize (KiB) 386172

[startup+1182.3 s]
/proc/loadavg: 8.16 7.92 5.79 9/184 27847
/proc/meminfo: memFree=21990316/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=413616 CPUtime=4723.19 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 657688 0 0 0 472087 232 0 0 25 0 4 0 593099696 423542784 84664 33554432000 4194304 4627427 140735172625088 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 103404 84664 389 106 0 98375 0
[pid=27811/tid=27812] ppid=27809 vsize=413616 CPUtime=1176.2 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 141285 0 0 0 117576 44 0 0 25 0 4 0 593099696 423542784 84664 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=413616 CPUtime=1182.32 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 203351 0 0 0 118160 72 0 0 25 0 4 0 593099696 423542784 84664 33554432000 4194304 4627427 140735172625088 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=413616 CPUtime=1182.32 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 175966 0 0 0 118169 63 0 0 25 0 4 0 593099696 423542784 84664 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4723.19
Current children cumulated vsize (KiB) 413616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.18 7.94 5.85 9/184 27878
/proc/meminfo: memFree=22826268/32951124 swapFree=67111348/67111528
[pid=27811] ppid=27809 vsize=414064 CPUtime=4800.3 cores=1,3,5,7
/proc/27811/stat : 27811 (strangenight2-m) R 27809 27811 27770 0 -1 4202496 659287 0 0 0 479797 233 0 0 25 0 4 0 593099696 424001536 86158 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27811/statm: 103516 86158 389 106 0 98487 0
[pid=27811/tid=27812] ppid=27809 vsize=414064 CPUtime=1195.4 cores=1,3,5,7
/proc/27811/task/27812/stat : 27812 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 141286 0 0 0 119495 45 0 0 25 0 4 0 593099696 424001536 86158 33554432000 4194304 4627427 140735172625088 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27811/tid=27813] ppid=27809 vsize=414064 CPUtime=1201.63 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 204846 0 0 0 120089 74 0 0 25 0 4 0 593099696 424001536 86158 33554432000 4194304 4627427 140735172625088 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=414064 CPUtime=1201.63 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (strangenight2-m) R 27809 27811 27770 0 -1 4202560 175971 0 0 0 120100 63 0 0 25 0 4 0 593099696 424001536 86158 33554432000 4194304 4627427 140735172625088 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 414064

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.63
CPU time (s): 4800.34
CPU user time (s): 4797.99
CPU system time (s): 2.34964
CPU usage (%): 399.487
Max. virtual memory (cumulated for all children) (KiB): 480776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.99
system time used= 2.34964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 659288
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= 137
involuntary context switches= 32758

runsolver used 1.81572 second user time and 4.44632 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 00:11:32
IDJOB=3257227
IDBENCH=20442
IDSOLVER=1586
FILE ID=node111/3257227-1304028692
RUNJOBID= node111-1304028687-27789
PBS_JOBID= 13170341
Free space on /tmp= 70880 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT07/crafted/spence/hard/s113-100.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257227-1304028692/watcher-3257227-1304028692 -o /tmp/evaluation-result-3257227-1304028692/solver-3257227-1304028692 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3257227-1304028692.cnf

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

MD5SUM BENCH= 346cb413e25976ab9ce2952e1d53c865
RANDOM SEED=1354434303

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.83
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.849
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.67
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.849
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:      22990588 kB
Buffers:       1276444 kB
Cached:        7878412 kB
SwapCached:        132 kB
Active:        3931628 kB
Inactive:      5547508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22990588 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           22164 kB
Writeback:           0 kB
AnonPages:      323884 kB
Mapped:          15388 kB
Slab:           417144 kB
PageTables:       5292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   567044 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= 70864 MiB
End job on node111 at 2011-04-29 00:31:36