Trace number 3366727

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.38 1202.75

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-20_388.cnf
MD5SUMa08160883ea01d58c880b6f2b323ef8b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables388
Number of clauses41212
Sum of the clauses size187726
Maximum clause length20
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 337442
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53770

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366727-1305414794.cnf'
0.00/0.01	c -- header says num vars:            388
0.00/0.01	c -- header says num clauses:       41212
0.00/0.02	c -- clauses added:            0 learnts,        41212 normals,            0 xors
0.00/0.02	c -- vars added        388
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       388     41212         0         0    187726         0   no data   no data
0.77/0.25	c asymm  cl-useful: 0/41212/41212 lits-rem:0 time: 0.22
0.77/0.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.77/0.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.77/0.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.77/0.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.77/0.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
0.77/0.27	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
1.96/0.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.26 s
1.96/0.53	c Finding binary XORs  T:     0.00 s  found:       0
1.96/0.54	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.96/0.54	c calculated reachability. Time: 0.00
1.96/0.54	c Calc default polars -  time:   0.00 s pos:     388 undec:       0 neg:       0
1.96/0.54	c =========================================================================================
1.96/0.54	c types(t): F = full restart, N = normal restart
1.96/0.54	c types(t): S = simplification begin/end, E = solution found
1.96/0.54	c restart types(rt): st = static, dy = dynamic
1.96/0.54	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.96/0.54	c  B st     0         0       388     41212         0         0    187726         0   no data   no data
3.16/0.87	c  N dy    17      4066       388     41212         0      3970    187726    169369     25.91     30.44
5.16/1.38	c  N dy    26      9644       388     41212         0      6058    187726    227200     24.66     26.07
6.75/1.75	c  N dy    42     13659       388     41212         0     10007    187726    384748     24.69     26.38
11.55/2.90	c  F st    45     25001       388     41212         0      8434    187726    273305     22.42     19.30
11.55/2.91	c  N st    45     25001       388     41212         0      8434    187726    273305     22.42     19.30
13.53/3.41	c  N dy    51     30001       388     41212         0     13317    187726    472785     22.42   no data
13.53/3.41	c  S st    51     30001       388     41212         0     13317    187726    472785     22.42   no data
13.53/3.47	c  S st    51     30503       388     41212         0     13815    187726    492743     22.42   no data
13.53/3.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.53/3.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
13.53/3.48	c blocked clauses removed:        0 vars:      0 tried:         388 T: 0.00 s
13.53/3.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.53/3.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.53/3.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
13.53/3.49	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
13.53/3.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.93/3.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.78	c lits-rem:        44  cl-subs:      359  v-elim:      0  v-fix:    0  time:  0.26 s
15.53/3.97	c asymm  cl-useful: 0/14489/41212 lits-rem:0 time: 0.19
15.53/3.97	c calculated reachability. Time: 0.00
15.53/3.97	c  N dy    51     30503       388     41212         0     13456    187726    481977     22.42   no data
17.56/4.44	c  N dy    55     34639       388     41212         0      9136    187726    279092     22.17     23.55
19.12/4.87	c  N dy    92     38699       388     41212         0     13113    187726    442928     22.84     29.99
20.73/5.29	c  N dy    94     42770       388     41212         0     17086    187726    589209     22.63     23.88
22.32/5.64	c  S st   112     45755       388     41212         0     10535    187726    315517     22.78   no data
22.32/5.69	c  S st   112     46256       388     41212         0     11035    187726    335922     22.78   no data
22.72/5.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.72/5.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
22.72/5.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.72/5.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.72/5.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.72/5.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
22.72/5.71	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
22.72/5.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
22.72/5.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.72/5.78	c lits-rem:         4  cl-subs:       51  v-elim:      0  v-fix:    0  time:  0.05 s
22.72/5.78	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
22.72/5.79	c vivif2 --  cl tried    10984 cl shrink        0 lits rem          0 time: 0.00
23.92/6.00	c asymm  cl-useful: 0/21235/41212 lits-rem:0 time: 0.22
23.92/6.00	c calculated reachability. Time: 0.00
23.92/6.00	c  N dy   112     46256       388     41212         0     10984    187726    334410     22.78   no data
25.51/6.50	c  N dy   131     51058       388     41212         0     15695    187726    513917     22.83     24.04
27.91/7.06	c  N dy   141     56385       388     41212         0     20886    187726    710793     22.73     23.97
29.90/7.51	c  N dy   172     60467       388     41212         0     14345    187726    453765     23.06     28.22
33.89/8.54	c  N dy   178     69384       388     41212         0     23021    187726    767104     22.76     20.39
33.89/8.54	c  S st   178     69384       388     41212         0     23021    187726    767104     22.76     20.39
34.29/8.62	c  S st   178     69886       388     41212         0     11960    187726    330063     22.76   no data
34.29/8.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.29/8.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
34.29/8.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.29/8.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.29/8.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.29/8.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
34.29/8.64	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
34.29/8.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
34.29/8.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.29/8.70	c lits-rem:         1  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.05 s
34.71/8.71	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
34.71/8.71	c vivif2 --  cl tried    11945 cl shrink        0 lits rem          0 time: 0.00
34.71/8.76	c asymm  cl-useful: 0/5488/41212 lits-rem:0 time: 0.05
34.71/8.76	c calculated reachability. Time: 0.00
34.71/8.76	c  N dy   178     69886       388     41212         0     11945    187726    329669     22.76   no data
37.08/9.36	c  N dy   184     75603       388     41212         0     17499    187726    531532     22.62     23.87
39.10/9.90	c  N dy   210     80450       388     41212         0     22238    187726    717114     22.70     23.94
42.68/10.70	c  F st   230     87500       388     41212         0     16596    187726    480457     22.53     17.66
42.68/10.70	c  N st   230     87500       388     41212         0     16596    187726    480457     22.53     17.66
45.06/11.34	c  N dy   240     93094       388     41212         0     22093    187726    698043     22.55     29.17
47.88/12.07	c  N dy   267     99159       388     41212         0     14460    187726    389178     22.65     23.86
50.25/12.66	c  S st   291    104829       388     41212         0     19995    187726    610671     22.71     22.58
50.65/12.73	c  S st   291    105331       388     41212         0     20496    187726    631614     22.71   no data
50.65/12.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.65/12.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
50.65/12.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.65/12.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.65/12.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.65/12.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
50.65/12.75	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
50.65/12.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.65/12.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.85/13.01	c lits-rem:        36  cl-subs:      245  v-elim:      0  v-fix:    0  time:  0.24 s
51.85/13.02	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
51.85/13.02	c vivif2 --  cl tried    20251 cl shrink        0 lits rem          0 time: 0.01
52.68/13.22	c asymm  cl-useful: 0/13075/41212 lits-rem:0 time: 0.20
52.68/13.22	c calculated reachability. Time: 0.00
52.68/13.22	c  N dy   291    105331       388     41212         0     20251    187726    624199     22.71   no data
57.83/14.54	c  N dy   297    117458       388     41212         0     17535    187726    478848     22.43     23.63
61.47/15.43	c  N dy   324    125008       388     41212         0     24918    187726    765540     22.43     26.63
65.44/16.45	c  N dy   379    133064       388     41212         0     17277    187726    454957     22.59     24.28
70.25/17.64	c  N dy   409    144059       388     41212         0     28004    187726    869186     22.60     24.12
76.60/19.25	c  N dy   415    157997       388     41212         0     25153    187726    726038     22.36     18.78
76.60/19.25	c  S st   415    157997       388     41212         0     25153    187726    726038     22.36     18.78
77.00/19.32	c  S st   415    158498       388     41212         0     25652    187726    747206     22.36   no data
77.00/19.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.00/19.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
77.00/19.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.00/19.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.00/19.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.00/19.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
77.00/19.35	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
77.00/19.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
77.00/19.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.61/19.80	c lits-rem:        59  cl-subs:      509  v-elim:      0  v-fix:    0  time:  0.42 s
78.61/19.80	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
79.03/19.81	c vivif2 --  cl tried    25143 cl shrink        0 lits rem          0 time: 0.01
79.80/20.04	c asymm  cl-useful: 0/9994/41212 lits-rem:0 time: 0.23
79.80/20.04	c calculated reachability. Time: 0.00
79.80/20.04	c  N dy   415    158498       388     41212         0     25143    187726    733491     22.36   no data
84.99/21.33	c  N dy   463    168634       388     41212         0     17606    187726    427869     22.45     30.29
89.77/22.53	c  N dy   501    179478       388     41212         0     28149    187726    825722     22.42     30.12
95.76/24.03	c  N dy   578    191040       388     41212         0     21041    187726    544947     22.63     23.82
101.34/25.46	c  N dy   614    203265       388     41212         0     33011    187726    998817     22.62     31.05
118.91/29.89	c  N dy   630    237747       388     41212         0     26889    187726    704636     22.06     20.41
118.91/29.89	c  S st   630    237747       388     41212         0     26889    187726    704636     22.06     20.41
119.31/29.96	c  S st   630    238248       388     41212         0     27389    187726    725577     22.06   no data
119.31/29.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
119.31/29.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
119.31/29.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
119.31/29.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
119.31/29.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
119.31/29.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
119.31/29.98	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
119.31/29.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
119.71/30.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
121.31/30.43	c lits-rem:        95  cl-subs:      604  v-elim:      0  v-fix:    0  time:  0.42 s
121.31/30.43	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
121.31/30.44	c vivif2 --  cl tried    26785 cl shrink        0 lits rem          0 time: 0.01
122.11/30.67	c asymm  cl-useful: 0/15531/41212 lits-rem:0 time: 0.23
122.11/30.67	c calculated reachability. Time: 0.00
122.11/30.67	c  N dy   630    238248       388     41212         0     26785    187726    710547     22.06   no data
129.69/32.58	c  N dy   678    253503       388     41212         0     41665    187726   1287476     22.06     23.46
138.47/34.72	c  N dy   766    270849       388     41212         0     37274    187726   1109861     22.17     23.37
147.25/36.94	c  N dy   842    288484       388     41212         0     32185    187726    884756     22.23     23.54
156.83/39.37	c  F st   922    306250       388     41212         0     26244    187726    643008     22.30     21.49
157.65/39.51	c  N st   925    307438       388     41212         0     27414    187726    688404     22.30   no data
170.00/42.62	c  N dy  1002    330968       388     41212         0     26116    187726    620306     22.34     23.53
183.58/46.00	c  N dy  1036    356837       388     41212         0     26056    187726    613802     22.20     23.37
183.58/46.06	c  S st  1038    357372       388     41212         0     26582    187726    633650     22.19     19.90
184.00/46.12	c  S st  1038    357873       388     41212         0     27080    187726    653902     22.19   no data
184.00/46.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
184.00/46.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
184.00/46.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
184.00/46.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
184.00/46.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
184.00/46.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
184.00/46.15	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
184.00/46.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
184.00/46.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
184.77/46.36	c lits-rem:         7  cl-subs:       69  v-elim:      0  v-fix:    0  time:  0.18 s
184.77/46.36	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
184.77/46.37	c vivif2 --  cl tried    27011 cl shrink        0 lits rem          0 time: 0.01
185.17/46.40	c asymm  cl-useful: 0/2612/41212 lits-rem:0 time: 0.03
185.17/46.41	c calculated reachability. Time: 0.00
185.17/46.41	c  N dy  1038    357873       388     41212         0     27011    187726    652084     22.19   no data
195.15/48.91	c  N dy  1110    377884       388     41212         0     46497    187726   1402184     22.21     23.45
205.13/51.47	c  N dy  1124    398113       388     41212         0     40034    187726   1094881     22.06     23.24
216.30/54.21	c  N dy  1155    418165       388     41212         0     32355    187726    789014     21.99     29.83
230.28/57.76	c  N dy  1243    444550       388     41212         0     29967    187726    680235     22.02     23.34
241.49/60.56	c  N dy  1336    465762       388     41212         0     50717    187726   1463705     22.05     23.39
252.23/63.29	c  N dy  1414    485770       388     41212         0     41048    187726   1079331     22.08     29.93
265.40/66.51	c  N dy  1473    509198       388     41212         0     33759    187726    784272     22.05     23.34
276.61/69.33	c  N dy  1577    529233       388     41212         0     53281    187726   1556869     22.11     23.30
281.00/70.43	c  S st  1581    536811       388     41212         0     60619    187726   1817914     22.07     18.39
281.37/70.53	c  S st  1581    537313       388     41212         0     61119    187726   1838558     22.07   no data
281.37/70.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
281.37/70.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
281.37/70.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
281.37/70.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
281.37/70.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
281.37/70.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
281.37/70.58	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
281.77/70.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
281.77/70.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
292.94/73.44	c lits-rem:       287  cl-subs:     1662  v-elim:      0  v-fix:    0  time:  2.79 s
292.94/73.44	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
292.94/73.46	c vivif2 --  cl tried    59457 cl shrink        0 lits rem          0 time: 0.02
294.17/73.71	c asymm  cl-useful: 0/2982/41212 lits-rem:0 time: 0.24
294.17/73.71	c calculated reachability. Time: 0.00
294.17/73.71	c  N dy  1581    537313       388     41212         0     59457    187726   1794889     22.07   no data
304.92/76.44	c  N dy  1628    558431       388     41212         0     49005    187726   1357187     22.05     23.21
316.49/79.38	c  N dy  1716    578496       388     41212         0     36561    187726    877845     22.09     30.08
327.67/82.10	c  N dy  1801    598505       388     41212         0     56067    187726   1634662     22.12     23.69
340.04/85.25	c  N dy  1822    621555       388     41212         0     45547    187726   1179309     22.06     23.27
353.22/88.51	c  N dy  1860    644507       388     41212         0     67872    187726   1982700     22.00     23.17
405.91/101.73	c  N dy  1880    731930       388     41212         0     48147    187726   1169329     21.52     22.73
417.87/104.76	c  N dy  1993    751951       388     41212         0     67681    187726   1936122     21.58     22.77
429.45/107.67	c  N dy  2055    772093       388     41212         0     50453    187726   1286999     21.59     22.80
442.23/110.82	c  N dy  2141    792984       388     41212         0     70871    187726   2057424     21.61     22.81
449.01/112.58	c  S st  2142    805973       388     41212         0     45642    187726   1082502     21.56     17.47
449.41/112.66	c  S st  2142    806477       388     41212         0     46142    187726   1102698     21.56   no data
449.41/112.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
449.41/112.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
449.41/112.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
449.41/112.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
449.41/112.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
449.41/112.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
449.41/112.70	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
449.81/112.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
449.81/112.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
453.00/113.57	c lits-rem:        98  cl-subs:      521  v-elim:      0  v-fix:    0  time:  0.83 s
453.00/113.58	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
453.00/113.59	c vivif2 --  cl tried    45621 cl shrink        0 lits rem          0 time: 0.01
454.20/113.85	c asymm  cl-useful: 0/10138/41212 lits-rem:0 time: 0.26
454.20/113.85	c calculated reachability. Time: 0.00
454.20/113.85	c  N dy  2142    806477       388     41212         0     45621    187726   1089638     21.56   no data
470.97/118.08	c  N dy  2176    836393       388     41212         0     74631    187726   2147723     21.51     22.79
490.53/122.99	c  N dy  2268    868641       388     41212         0     67079    187726   1870801     21.49     22.68
504.52/126.41	c  N dy  2363    890101       388     41212         0     48313    187726   1177367     21.50     22.74
516.07/129.38	c  N dy  2399    910420       388     41212         0     68024    187726   1893849     21.48     22.70
528.84/132.54	c  N dy  2425    931992       388     41212         0     48296    187726   1143873     21.45     22.67
540.42/135.46	c  N dy  2498    952069       388     41212         0     67917    187726   1888416     21.47     30.66
554.79/139.05	c  N dy  2599    973551       388     41212         0     47134    187726   1094121     21.50     22.86
567.57/142.29	c  N dy  2624    996668       388     41212         0     69494    187726   1890377     21.43     22.57
583.54/146.30	c  N dy  2688   1022316       388     41212         0     51787    187726   1235674     21.42     22.88
603.48/151.20	c  N dy  2809   1054490       388     41212         0     83086    187726   2400258     21.42     22.57
614.28/153.97	c  F st  2915   1071877       388     41212         0     56492    187726   1443589     21.45     20.99
616.25/154.42	c  N st  2920   1075177       388     41212         0     59720    187726   1565056     21.45   no data
629.82/157.85	c  N dy  2952   1098066       388     41212         0     82047    187726   2399259     21.43     22.65
643.40/161.20	c  N dy  3052   1118538       388     41212         0     57343    187726   1433618     21.46     22.59
655.37/164.21	c  N dy  3087   1138549       388     41212         0     76842    187726   2137638     21.44     23.82
669.34/167.75	c  N dy  3178   1158958       388     41212         0     51031    187726   1181272     21.46     22.60
689.69/172.84	c  N dy  3252   1192906       388     41212         0     83990    187726   2389308     21.42     22.59
700.47/175.53	c  S st  3291   1209715       388     41212         0     53793    187726   1251183     21.42   no data
700.88/175.62	c  S st  3291   1210219       388     41212         0     54295    187726   1271947     21.42   no data
700.88/175.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
700.88/175.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
700.88/175.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
700.88/175.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
700.88/175.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
700.88/175.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
700.88/175.66	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
700.88/175.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
701.28/175.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
704.87/176.64	c lits-rem:        61  cl-subs:      365  v-elim:      0  v-fix:    0  time:  0.92 s
704.87/176.64	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
704.87/176.66	c vivif2 --  cl tried    53930 cl shrink        0 lits rem          0 time: 0.02
706.07/176.96	c asymm  cl-useful: 0/5311/41212 lits-rem:0 time: 0.30
706.07/176.96	c calculated reachability. Time: 0.00
706.07/176.96	c  N dy  3291   1210219       388     41212         0     53930    187726   1262111     21.42   no data
726.82/182.19	c  N dy  3320   1241508       388     41212         0     84373    187726   2342979     21.36     22.49
740.79/185.60	c  N dy  3362   1262374       388     41212         0     57037    187726   1345138     21.34     22.65
753.16/188.79	c  N dy  3446   1282872       388     41212         0     77020    187726   2091366     21.35     22.73
768.36/192.58	c  N dy  3516   1303815       388     41212         0     48911    187726   1017569     21.36     22.52
779.90/195.49	c  N dy  3590   1324029       388     41212         0     68671    187726   1759457     21.36     22.49
793.87/198.94	c  N dy  3699   1344091       388     41212         0     88217    187726   2506573     21.39     27.46
807.46/202.37	c  N dy  3774   1364268       388     41212         0     58314    187726   1357281     21.40     22.53
821.41/205.89	c  N dy  3883   1384774       388     41212         0     78350    187726   2124616     21.42     22.62
841.77/210.94	c  N dy  3920   1413771       388     41212         0     56082    187726   1230585     21.37     22.69
853.74/213.96	c  N dy  4003   1433824       388     41212         0     75593    187726   1968408     21.39     24.90
896.45/224.68	c  N dy  4081   1497112       388     41212         0     85629    187726   2197014     21.31     22.46
910.82/228.22	c  N dy  4095   1517206       388     41212         0     52711    187726   1094564     21.28     24.37
925.59/231.98	c  N dy  4168   1542336       388     41212         0     77202    187726   2006061     21.28     22.41
941.15/235.85	c  N dy  4285   1563533       388     41212         0     97913    187726   2808441     21.30     22.56
955.92/239.51	c  N dy  4397   1583629       388     41212         0     64078    187726   1504165     21.33     22.49
969.91/243.08	c  N dy  4484   1605778       388     41212         0     85727    187726   2323313     21.34     22.49
984.65/246.79	c  N dy  4539   1625839       388     41212         0    105287    187726   3034202     21.33     25.52
999.43/250.43	c  N dy  4616   1648065       388     41212         0     72467    187726   1783168     21.33     22.46
1013.39/253.93	c  N dy  4703   1668920       388     41212         0     92859    187726   2562059     21.34     22.82
1029.36/257.99	c  N dy  4793   1689193       388     41212         0     57150    187726   1206398     21.36     22.72
1042.54/261.20	c  N dy  4897   1709247       388     41212         0     76759    187726   1963780     21.38     22.66
1042.94/261.38	c  S st  4905   1710219       388     41212         0     77714    187726   2001850     21.38   no data
1043.34/261.49	c  S st  4905   1710724       388     41212         0     78216    187726   2023129     21.38   no data
1043.74/261.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1043.74/261.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1043.74/261.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1043.74/261.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1043.74/261.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1043.74/261.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
1043.74/261.55	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
1043.74/261.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1044.14/261.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1055.30/264.41	c lits-rem:       104  cl-subs:     1009  v-elim:      0  v-fix:    0  time:  2.79 s
1055.30/264.42	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
1055.30/264.44	c vivif2 --  cl tried    77207 cl shrink        0 lits rem          0 time: 0.02
1056.50/264.78	c asymm  cl-useful: 0/4158/41212 lits-rem:0 time: 0.34
1056.50/264.78	c calculated reachability. Time: 0.00
1056.50/264.78	c  N dy  4905   1710724       388     41212         0     77207    187726   1994481     21.38   no data
1081.25/270.95	c  N dy  4908   1742096       388     41212         0    107562    187726   3011196     21.32     22.54
1096.42/274.73	c  N dy  4956   1762469       388     41212         0     71067    187726   1697274     21.31     22.50
1137.92/285.15	c  N dy  4994   1819950       388     41212         0     69663    187726   1590955     21.20     22.51
1152.29/288.74	c  N dy  5074   1841440       388     41212         0     90513    187726   2354791     21.20     22.46
1175.04/294.46	c  N dy  5154   1872938       388     41212         0     62932    187726   1371053     21.19     22.44
1188.61/297.86	c  N dy  5221   1895366       388     41212         0     84674    187726   2180213     21.20     22.38
1206.99/302.50	c  N dy  5285   1920173       388     41212         0    108904    187726   3062693     21.19     22.50
1228.53/307.85	c  N dy  5361   1951195       388     41212         0     79772    187726   1958578     21.18     22.63
1246.51/312.39	c  N dy  5459   1976052       388     41212         0    103968    187726   2859016     21.18     22.39
1263.65/316.60	c  N dy  5578   1996141       388     41212         0     63342    187726   1360313     21.21     23.54
1278.81/320.46	c  N dy  5637   2019873       388     41212         0     86411    187726   2211247     21.21     22.34
1308.38/327.82	c  N dy  5691   2060688       388     41212         0     64907    187726   1388566     21.17     22.32
1321.55/331.15	c  N dy  5763   2080848       388     41212         0     84520    187726   2120008     21.17     22.39
1337.49/335.20	c  N dy  5840   2103498       388     41212         0    106561    187726   2959315     21.18     22.35
1355.05/339.50	c  N dy  5929   2123499       388     41212         0     63982    187726   1352248     21.19     23.91
1367.42/342.63	c  N dy  5978   2143563       388     41212         0     83489    187726   2055711     21.19     23.00
1383.02/346.51	c  N dy  6064   2165199       388     41212         0    104522    187726   2848757     21.19     22.32
1398.55/350.45	c  N dy  6106   2186075       388     41212         0    124774    187726   3586660     21.19     22.31
1412.92/354.08	c  N dy  6155   2208656       388     41212         0     83721    187726   2058831     21.18     22.41
1414.51/354.45	c  S st  6169   2210725       388     41212         0     85755    187726   2136670     21.18   no data
1414.91/354.56	c  S st  6169   2211229       388     41212         0     86257    187726   2156642     21.18   no data
1414.91/354.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1415.31/354.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1415.31/354.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1415.31/354.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1415.31/354.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1415.31/354.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
1415.31/354.63	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
1415.31/354.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1415.72/354.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1427.29/357.67	c lits-rem:       151  cl-subs:     1135  v-elim:      0  v-fix:    0  time:  2.96 s
1427.29/357.68	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
1427.69/357.71	c vivif2 --  cl tried    85122 cl shrink        0 lits rem          0 time: 0.03
1428.89/358.07	c asymm  cl-useful: 0/4701/41212 lits-rem:0 time: 0.36
1428.89/358.08	c calculated reachability. Time: 0.00
1428.89/358.08	c  N dy  6169   2211229       388     41212         0     85122    187726   2126541     21.18   no data
1448.04/362.86	c  N dy  6289   2236779       388     41212         0    110056    187726   3076347     21.20     22.33
1466.80/367.54	c  N dy  6360   2256847       388     41212         0     65489    187726   1373818     21.20     22.33
1501.91/376.39	c  N dy  6397   2304373       388     41212         0    111751    187726   2953074     21.15     22.27
1519.47/380.79	c  N dy  6488   2324390       388     41212         0     66156    187726   1385580     21.16     30.92
1533.05/384.18	c  N dy  6602   2344485       388     41212         0     85771    187726   2139575     21.18     25.39
1550.20/388.41	c  N dy  6676   2364883       388     41212         0    105634    187726   2891569     21.18     22.30
1570.97/393.63	c  N dy  6791   2386299       388     41212         0    126574    187726   3705329     21.20     22.57
1586.53/397.53	c  N dy  6901   2406315       388     41212         0     79961    187726   1891574     21.21     23.15
1600.10/400.99	c  N dy  6962   2426320       388     41212         0     99518    187726   2610812     21.21     24.61
1619.26/405.71	c  N dy  7077   2448676       388     41212         0    121395    187726   3443011     21.23     22.37
1636.43/410.03	c  N dy  7177   2469547       388     41212         0     74534    187726   1671673     21.24     22.59
1650.41/413.57	c  N dy  7284   2489571       388     41212         0     94062    187726   2413095     21.26     22.56
1664.35/417.01	c  N dy  7298   2509668       388     41212         0    113553    187726   3113828     21.24     30.47
1680.72/421.20	c  N dy  7374   2529745       388     41212         0    133157    187726   3860970     21.25     28.18
1696.69/425.14	c  N dy  7509   2549806       388     41212         0     84640    187726   2045657     21.28     28.29
1713.05/429.26	c  N dy  7566   2573116       388     41212         0    107294    187726   2874359     21.27     22.53
1731.01/433.75	c  N dy  7684   2593376       388     41212         0    127078    187726   3637663     21.29     22.51
1748.17/438.05	c  N dy  7779   2613462       388     41212         0     77521    187726   1736118     21.30     23.76
1761.75/441.42	c  N dy  7834   2633494       388     41212         0     97032    187726   2448404     21.30     32.17
1777.31/445.32	c  N dy  7898   2654086       388     41212         0    117107    187726   3207036     21.30     22.43
1799.26/450.89	c  N dy  7919   2682922       388     41212         0     75130    187726   1625812     21.28     22.49
1814.03/454.54	c  N dy  8005   2704809       388     41212         0     96448    187726   2424059     21.28     22.47
1818.82/455.72	c  S st  8026   2711229       388     41212         0    102726    187726   2657336     21.29   no data
1819.21/455.84	c  S st  8026   2711730       388     41212         0    103227    187726   2677884     21.29   no data
1819.21/455.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1819.61/455.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
1819.61/455.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1819.61/455.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1819.61/455.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1819.61/455.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
1819.61/455.91	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
1819.61/455.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1820.01/456.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1837.97/460.59	c lits-rem:       216  cl-subs:     1947  v-elim:      0  v-fix:    0  time:  4.57 s
1837.97/460.59	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
1838.37/460.62	c vivif2 --  cl tried   101280 cl shrink        0 lits rem          0 time: 0.03
1839.60/460.99	c asymm  cl-useful: 0/4324/41212 lits-rem:0 time: 0.37
1839.96/461.00	c calculated reachability. Time: 0.00
1839.96/461.00	c  N dy  8026   2711730       388     41212         0    101280    187726   2627505     21.29   no data
1858.72/465.77	c  N dy  8066   2737580       388     41212         0    126480    187726   3542897     21.27     22.57
1880.68/471.22	c  N dy  8137   2757972       388     41212         0     75383    187726   1638757     21.28     22.51
1896.26/475.19	c  N dy  8236   2778773       388     41212         0     95706    187726   2413443     21.29     22.44
1915.00/479.85	c  N dy  8331   2801860       388     41212         0    118277    187726   3271007     21.30     22.47
1934.16/484.63	c  N dy  8460   2821985       388     41212         0    138007    187726   4037490     21.31     22.46
1952.92/489.38	c  N dy  8463   2849070       388     41212         0     92215    187726   2187851     21.28     22.55
1969.68/493.52	c  N dy  8513   2869124       388     41212         0    111722    187726   2909184     21.28     27.46
1987.64/498.00	c  N dy  8575   2889921       388     41212         0    131996    187726   3651844     21.28     22.60
2003.20/501.93	c  N dy  8613   2910034       388     41212         0     78613    187726   1730032     21.27     22.44
2017.97/505.60	c  N dy  8706   2930078       388     41212         0     98210    187726   2467229     21.28     22.87
2034.33/509.77	c  N dy  8778   2950989       388     41212         0    118512    187726   3219208     21.28     22.41
2052.29/514.28	c  N dy  8849   2971682       388     41212         0    138627    187726   3973082     21.28     22.44
2079.03/520.93	c  N dy  8898   3006711       388     41212         0     98701    187726   2403976     21.25     22.58
2100.58/526.33	c  N dy  8974   3033045       388     41212         0    124410    187726   3351239     21.25     22.46
2118.15/530.75	c  N dy  9044   3053935       388     41212         0    144766    187726   4121903     21.26     22.45
2133.75/534.65	c  N dy  9134   3073986       388     41212         0     89499    187726   2089934     21.26     31.79
2151.67/539.10	c  N dy  9197   3098247       388     41212         0    113217    187726   2985463     21.26     22.64
2189.19/548.52	c  N dy  9288   3142992       388     41212         0     80934    187726   1722055     21.25     22.42
2202.76/551.96	c  N dy  9363   3163007       388     41212         0    100509    187726   2455111     21.25     22.49
2235.89/560.21	c  N dy  9388   3205764       388     41212         0    141672    187726   3842775     21.21     22.52
2241.07/561.51	c  S st  9398   3211735       388     41212         0    147530    187726   4061015     21.20     17.94
2241.87/561.70	c  S st  9398   3212237       388     41212         0    148028    187726   4082300     21.20   no data
2241.87/561.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2241.87/561.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
2242.27/561.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2242.27/561.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2242.27/561.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2242.27/561.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
2242.27/561.80	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
2242.27/561.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2242.67/561.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2295.78/575.22	c lits-rem:       966  cl-subs:     8789  v-elim:      0  v-fix:    0  time: 13.26 s
2295.78/575.23	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
2295.78/575.28	c vivif2 --  cl tried   139239 cl shrink        0 lits rem          0 time: 0.05
2297.34/575.67	c asymm  cl-useful: 0/3927/41212 lits-rem:0 time: 0.40
2297.34/575.68	c calculated reachability. Time: 0.00
2297.34/575.68	c  N dy  9398   3212237       388     41212         0    139239    187726   3887524     21.20   no data
2317.31/580.69	c  N dy  9487   3232239       388     41212         0     82194    187726   1775048     21.21     27.57
2332.86/584.55	c  N dy  9547   3252467       388     41212         0    101884    187726   2508590     21.21     22.51
2350.83/589.09	c  N dy  9669   3272474       388     41212         0    121467    187726   3262088     21.23     22.61
2385.14/597.67	c  N dy  9670   3313570       388     41212         0     83834    187726   1793271     21.19     22.33
2411.49/604.22	c  N dy  9711   3348156       388     41212         0    117417    187726   2979490     21.17     22.39
2434.64/610.01	c  N dy  9808   3370948       388     41212         0    139699    187726   3816651     21.18     22.49
2453.82/614.81	c  N dy  9901   3391008       388     41212         0     80521    187726   1668715     21.19     23.68
2467.40/618.29	c  N dy  9979   3411015       388     41212         0    100029    187726   2373469     21.19     29.68
2483.33/622.23	c  N dy 10058   3431073       388     41212         0    119593    187726   3110117     21.19     25.17
2507.28/628.28	c  N dy 10147   3457797       388     41212         0    145618    187726   4057051     21.19     22.48
2525.24/632.79	c  N dy 10170   3477837       388     41212         0     85350    187726   1810830     21.18     29.65
2544.80/637.68	c  N dy 10174   3506630       388     41212         0    113297    187726   2781669     21.16     22.29
2561.56/641.89	c  N dy 10256   3526706       388     41212         0    132866    187726   3512602     21.16     25.47
2580.32/646.57	c  N dy 10348   3546798       388     41212         0    152462    187726   4245980     21.17     22.34
2596.29/650.59	c  N dy 10379   3567858       388     41212         0     92160    187726   2051927     21.16     22.32
2617.44/655.87	c  N dy 10480   3596537       388     41212         0    120066    187726   3085261     21.16     22.40
2635.80/660.45	c  N dy 10596   3616818       388     41212         0    139929    187726   3850541     21.17     22.37
2656.18/665.56	c  N dy 10685   3638805       388     41212         0    161341    187726   4645573     21.18     22.32
2678.50/671.12	c  N dy 10704   3668339       388     41212         0    108377    187726   2579647     21.15     22.33
2694.88/675.23	c  N dy 10798   3688415       388     41212         0    128019    187726   3328791     21.16     26.83
2715.23/680.40	c  N dy 10865   3712238       388     41212         0    151144    187726   4144237     21.15     18.06
2715.23/680.40	c  S st 10865   3712238       388     41212         0    151144    187726   4144237     21.15     18.06
2716.03/680.58	c  S st 10865   3712742       388     41212         0    151645    187726   4164368     21.15   no data
2716.43/680.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2716.43/680.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
2716.43/680.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2716.43/680.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2716.43/680.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2716.43/680.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
2716.43/680.69	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
2716.83/680.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2717.25/680.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2752.36/689.66	c lits-rem:       523  cl-subs:     4426  v-elim:      0  v-fix:    0  time:  8.82 s
2752.36/689.66	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
2752.77/689.71	c vivif2 --  cl tried   147219 cl shrink        0 lits rem          0 time: 0.05
2754.33/690.11	c asymm  cl-useful: 0/4742/41212 lits-rem:0 time: 0.39
2754.33/690.11	c calculated reachability. Time: 0.00
2754.33/690.11	c  N dy 10865   3712742       388     41212         0    147219    187726   4056132     21.15   no data
2776.28/695.64	c  N dy 10963   3732806       388     41212         0     84204    187726   1736947     21.16     24.20
2791.46/699.41	c  F st 11019   3751565       388     41212         0    102480    187726   2409815     21.16     19.28
2793.05/699.85	c  N st 11023   3753597       388     41212         0    104460    187726   2485126     21.16   no data
2812.61/704.78	c  N dy 11140   3773823       388     41212         0    124228    187726   3250979     21.17     22.39
2829.77/709.09	c  N dy 11199   3793832       388     41212         0    143756    187726   3988966     21.17     23.52
2851.31/714.40	c  N dy 11302   3814004       388     41212         0    163431    187726   4736581     21.18     22.36
2868.87/718.82	c  N dy 11367   3835249       388     41212         0    100448    187726   2313545     21.18     22.30
2887.63/723.52	c  N dy 11480   3855338       388     41212         0    120039    187726   3066306     21.19     27.35
2906.79/728.34	c  N dy 11572   3877359       388     41212         0    141534    187726   3867383     21.20     22.56
2935.13/735.43	c  N dy 11635   3909282       388     41212         0     87960    187726   1836494     21.19     22.32
2949.92/739.12	c  N dy 11730   3930001       388     41212         0    108192    187726   2606834     21.20     22.36
2967.06/743.47	c  N dy 11772   3953881       388     41212         0    131393    187726   3455662     21.19     22.34
2987.82/748.64	c  N dy 11779   3978057       388     41212         0    154960    187726   4244003     21.17     22.36
3010.17/754.24	c  N dy 11842   4001344       388     41212         0     92056    187726   1967552     21.17     22.48
3025.33/758.00	c  N dy 11926   4021708       388     41212         0    111952    187726   2716601     21.17     22.31
3041.31/762.02	c  N dy 11944   4042953       388     41212         0    132689    187726   3454718     21.16     22.35
3059.69/766.63	c  N dy 12023   4062984       388     41212         0    152212    187726   4188707     21.16     27.45
3080.82/771.92	c  N dy 12106   4084608       388     41212         0    173308    187726   4979949     21.17     22.48
3103.17/777.51	c  N dy 12159   4113781       388     41212         0    115003    187726   2745200     21.15     22.27
3121.92/782.24	c  N dy 12260   4135822       388     41212         0    136525    187726   3552907     21.16     22.31
3139.88/786.79	c  N dy 12307   4156370       388     41212         0    156516    187726   4276803     21.15     22.55
3161.44/792.18	c  N dy 12409   4176389       388     41212         0     88469    187726   1809307     21.16     22.31
3178.65/796.49	c  N dy 12477   4199604       388     41212         0    111062    187726   2661731     21.16     22.41
3190.18/799.39	c  S st 12493   4212742       388     41212         0    123824    187726   3107594     21.15     19.18
3190.98/799.56	c  S st 12493   4213242       388     41212         0    124322    187726   3127828     21.15   no data
3190.98/799.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3191.40/799.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
3191.40/799.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3191.40/799.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3191.40/799.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3191.40/799.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
3191.40/799.66	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
3191.40/799.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3191.81/799.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3208.15/803.88	c lits-rem:       275  cl-subs:     2464  v-elim:      0  v-fix:    0  time:  4.09 s
3208.15/803.88	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
3208.55/803.92	c vivif2 --  cl tried   121858 cl shrink        0 lits rem          0 time: 0.04
3208.55/803.99	c asymm  cl-useful: 0/929/41212 lits-rem:0 time: 0.06
3208.55/803.99	c calculated reachability. Time: 0.00
3208.55/803.99	c  N dy 12493   4213242       388     41212         0    121858    187726   3067668     21.15   no data
3225.71/808.22	c  N dy 12533   4233357       388     41212         0    141443    187726   3770964     21.15     22.29
3260.03/816.81	c  N dy 12625   4268454       388     41212         0    175691    187726   4989146     21.14     22.41
3372.19/844.99	c  N dy 12654   4387282       388     41212         0    112707    187726   2533537     21.05     22.16
3390.15/849.44	c  N dy 12707   4410183       388     41212         0    134976    187726   3330655     21.04     22.39
3414.91/855.62	c  N dy 12768   4440261       388     41212         0    164283    187726   4402597     21.04     22.27
3441.26/862.21	c  N dy 12863   4468195       388     41212         0    101322    187726   2205153     21.04     22.37
3458.41/866.53	c  N dy 12893   4491558       388     41212         0    124036    187726   2992828     21.03     22.15
3473.98/870.47	c  N dy 12907   4511587       388     41212         0    143409    187726   3653414     21.02     22.21
3497.92/876.50	c  N dy 12944   4540138       388     41212         0    171217    187726   4650888     21.01     22.18
3516.72/881.14	c  N dy 13003   4560198       388     41212         0     99705    187726   2160681     21.01     22.94
3532.65/885.15	c  N dy 13023   4583092       388     41212         0    121910    187726   2949015     21.00     22.12
3549.41/889.38	c  N dy 13088   4603107       388     41212         0    141438    187726   3652965     21.00     22.37
3569.40/894.36	c  N dy 13186   4623583       388     41212         0    161496    187726   4419992     21.01     22.18
3590.94/899.74	c  N dy 13292   4643617       388     41212         0    181065    187726   5164043     21.02     27.80
3609.27/904.36	c  N dy 13423   4663806       388     41212         0    108521    187726   2490394     21.03     22.20
3627.24/908.89	c  N dy 13508   4686646       388     41212         0    130735    187726   3313139     21.03     22.22
3652.41/915.18	c  N dy 13604   4713242       388     41212         0    156564    187726   4264833     21.03     16.78
3652.41/915.18	c  S st 13604   4713242       388     41212         0    156564    187726   4264833     21.03     16.78
3653.58/915.41	c  S st 13604   4713746       388     41212         0    157066    187726   4284053     21.03   no data
3653.58/915.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3653.98/915.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
3653.98/915.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3653.98/915.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3653.98/915.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3653.98/915.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
3653.98/915.54	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
3653.98/915.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3654.78/915.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3697.08/926.30	c lits-rem:       502  cl-subs:     3674  v-elim:      0  v-fix:    0  time: 10.58 s
3697.08/926.30	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
3697.08/926.36	c vivif2 --  cl tried   153392 cl shrink        0 lits rem          0 time: 0.06
3698.28/926.65	c asymm  cl-useful: 0/4346/41212 lits-rem:0 time: 0.29
3698.28/926.65	c calculated reachability. Time: 0.00
3698.28/926.65	c  N dy 13604   4713746       388     41212         0    153392    187726   4190563     21.03   no data
3719.04/931.83	c  N dy 13660   4734121       388     41212         0    173297    187726   4921154     21.02     22.16
3745.02/938.33	c  N dy 13722   4759959       388     41212         0    105082    187726   2291340     21.02     22.30
3764.54/943.23	c  N dy 13856   4780059       388     41212         0    124759    187726   3055375     21.03     25.53
3783.31/947.93	c  N dy 13935   4800156       388     41212         0    144277    187726   3771433     21.03     27.30
3808.04/954.11	c  N dy 13970   4829066       388     41212         0    172216    187726   4744846     21.02     22.22
3833.59/960.51	c  N dy 14001   4853185       388     41212         0    101360    187726   2147282     21.02     22.25
3851.95/965.18	c  N dy 14071   4873804       388     41212         0    121442    187726   2902278     21.02     22.30
3893.47/975.50	c  N dy 14115   4920357       388     41212         0    166384    187726   4416860     21.00     22.31
3920.23/982.22	c  N dy 14223   4944309       388     41212         0    189782    187726   5293685     21.00     22.11
3936.97/986.47	c  N dy 14325   4964457       388     41212         0    114518    187726   2666307     21.01     22.12
3954.94/990.92	c  N dy 14422   4985573       388     41212         0    135183    187726   3447851     21.01     22.37
3983.27/998.02	c  N dy 14515   5016246       388     41212         0    164985    187726   4541094     21.01     22.22
4026.78/1008.97	c  N dy 14550   5064092       388     41212         0    114968    187726   2577214     20.98     22.18
4043.94/1013.21	c  N dy 14615   5085117       388     41212         0    135451    187726   3341341     20.98     22.09
4061.14/1017.56	c  N dy 14651   5105186       388     41212         0    155021    187726   4028011     20.98     24.22
4081.47/1022.67	c  N dy 14738   5125192       388     41212         0    174528    187726   4751320     20.98     24.28
4114.59/1030.95	c  N dy 14792   5161044       388     41212         0    112433    187726   2490201     20.97     22.08
4132.15/1035.39	c  N dy 14932   5181135       388     41212         0    132076    187726   3242534     20.98     22.19
4151.32/1040.15	c  N dy 15020   5202208       388     41212         0    152662    187726   4015137     20.98     22.13
4161.71/1042.80	c  S st 15061   5213747       388     41212         0    163866    187726   4434478     20.99     19.08
4162.49/1042.99	c  S st 15061   5214248       388     41212         0    164367    187726   4454445     20.99   no data
4162.89/1043.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4163.29/1043.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.09
4163.29/1043.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4163.29/1043.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4163.29/1043.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4163.29/1043.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
4163.29/1043.11	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
4163.29/1043.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4163.69/1043.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4209.18/1054.68	c lits-rem:       290  cl-subs:     3268  v-elim:      0  v-fix:    0  time: 11.40 s
4209.18/1054.68	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
4209.58/1054.74	c vivif2 --  cl tried   161099 cl shrink        0 lits rem          0 time: 0.06
4211.17/1055.17	c asymm  cl-useful: 0/4147/41212 lits-rem:0 time: 0.43
4211.17/1055.18	c calculated reachability. Time: 0.00
4211.17/1055.18	c  N dy 15061   5214248       388     41212         0    161099    187726   4367396     20.99   no data
4235.13/1061.20	c  N dy 15180   5234948       388     41212         0    181317    187726   5149740     20.99     22.15
4265.06/1068.61	c  N dy 15191   5263395       388     41212         0    110682    187726   2376340     20.98     22.09
4284.22/1073.46	c  N dy 15292   5283587       388     41212         0    130407    187726   3118036     20.99     22.35
4305.38/1078.78	c  N dy 15397   5305071       388     41212         0    151390    187726   3905035     20.99     22.12
4327.73/1084.32	c  N dy 15537   5325076       388     41212         0    170985    187726   4670241     21.00     24.16
4353.26/1090.73	c  N dy 15683   5345153       388     41212         0    190595    187726   5435944     21.01     30.05
4373.61/1095.81	c  N dy 15764   5365843       388     41212         0    111505    187726   2452438     21.02     22.15
4390.78/1100.19	c  N dy 15835   5386960       388     41212         0    132127    187726   3213618     21.02     22.17
4408.35/1104.55	c  N dy 15879   5406987       388     41212         0    151585    187726   3907858     21.02     30.16
4428.30/1109.54	c  N dy 15929   5427056       388     41212         0    171089    187726   4612306     21.02     23.36
4465.42/1118.80	c  N dy 15992   5461324       388     41212         0    104174    187726   2155776     21.00     22.16
4483.78/1123.41	c  N dy 16045   5486638       388     41212         0    128761    187726   3035210     21.00     22.15
4502.55/1128.14	c  N dy 16153   5507390       388     41212         0    148979    187726   3805429     21.01     22.19
4534.89/1136.25	c  N dy 16215   5541074       388     41212         0    181714    187726   4965491     21.00     22.27
4557.25/1141.89	c  N dy 16306   5561078       388     41212         0    201219    187726   5696351     21.00     23.51
4575.18/1146.34	c  N dy 16403   5581136       388     41212         0    119724    187726   2734255     21.00     24.58
4593.14/1150.82	c  N dy 16499   5601387       388     41212         0    139520    187726   3480718     21.01     22.36
4613.92/1156.02	c  N dy 16625   5621479       388     41212         0    159157    187726   4234832     21.02     23.42
4636.64/1161.72	c  N dy 16746   5642028       388     41212         0    179241    187726   5010674     21.03     22.14
4657.41/1167.01	c  N dy 16785   5662921       388     41212         0    199507    187726   5732614     21.02     22.13
4678.57/1172.23	c  N dy 16876   5684950       388     41212         0    118841    187726   2679295     21.03     22.27
4695.32/1176.41	c  N dy 16903   5706117       388     41212         0    139416    187726   3388809     21.02     22.17
4702.90/1178.36	c  S st 16908   5714249       388     41212         0    147308    187726   3649547     21.02     18.56
4703.70/1178.55	c  S st 16908   5714750       388     41212         0    147808    187726   3669078     21.02   no data
4703.70/1178.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4704.10/1178.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
4704.10/1178.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4704.10/1178.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4704.10/1178.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4704.10/1178.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
4704.10/1178.68	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
4704.50/1178.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4704.90/1178.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4732.87/1185.85	c lits-rem:       288  cl-subs:     2727  v-elim:      0  v-fix:    0  time:  7.02 s
4732.87/1185.85	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
4733.23/1185.90	c vivif2 --  cl tried   145081 cl shrink        0 lits rem          0 time: 0.05
4734.83/1186.33	c asymm  cl-useful: 0/4052/41212 lits-rem:0 time: 0.43
4734.83/1186.34	c calculated reachability. Time: 0.00
4734.83/1186.34	c  N dy 16908   5714750       388     41212         0    145081    187726   3602634     21.02   no data
4755.98/1191.65	c  N dy 17030   5734783       388     41212         0    164673    187726   4355615     21.02     28.02
4777.53/1197.07	c  N dy 17114   5754871       388     41212         0    184262    187726   5088805     21.03     22.19

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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366727-1305414794/watcher-3366727-1305414794 -o /tmp/evaluation-result-3366727-1305414794/solver-3366727-1305414794 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366727-1305414794.cnf 

running on 4 cores: 0,2,4,6

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: 3.42 4.41 5.92 6/281 19909
/proc/meminfo: memFree=25076140/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 633894712 52396032 347 33554432000 4194304 4580107 140733394012640 18446744073709551615 47642533631922 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 12792 347 299 95 0 7774 0
[pid=19909/tid=19911] ppid=19907 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 633894713 52396032 347 33554432000 4194304 4580107 140733394012640 18446744073709551615 47642533631926 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 633894713 52396032 347 33554432000 4194304 4580107 140733394012640 18446744073709551615 47642533631922 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 633894713 52396032 347 33554432000 4194304 4580107 140733394012640 18446744073709551615 254261672945 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0375679 s]
/proc/loadavg: 3.42 4.41 5.92 6/281 19909
/proc/meminfo: memFree=25076140/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=285780 CPUtime=0.12 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 4557 0 0 0 11 1 0 0 25 0 4 0 633894712 292638720 4463 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 71445 4463 358 95 0 66427 0
[pid=19909/tid=19911] ppid=19907 vsize=285780 CPUtime=0.03 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 1045 0 0 0 3 0 0 0 25 0 4 0 633894713 292638720 4463 33554432000 4194304 4580107 140733394012640 18446744073709551615 254261277381 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=285780 CPUtime=0.02 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 1014 0 0 0 2 0 0 0 25 0 4 0 633894713 292638720 4463 33554432000 4194304 4580107 140733394012640 18446744073709551615 254261721631 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=285780 CPUtime=0.02 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 1065 0 0 0 2 0 0 0 25 0 4 0 633894713 292638720 4463 33554432000 4194304 4580107 140733394012640 18446744073709551615 254261721582 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 285780

[startup+0.160374 s]
/proc/loadavg: 3.42 4.41 5.92 6/281 19909
/proc/meminfo: memFree=25076140/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=285912 CPUtime=0.61 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 4712 0 0 0 60 1 0 0 25 0 4 0 633894712 292773888 4618 33554432000 4194304 4580107 140733394012640 18446744073709551615 4293073 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 71478 4618 358 95 0 66460 0
[pid=19909/tid=19911] ppid=19907 vsize=285912 CPUtime=0.15 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 1056 0 0 0 15 0 0 0 25 0 4 0 633894713 292773888 4618 33554432000 4194304 4580107 140733394012640 18446744073709551615 4293105 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=285912 CPUtime=0.14 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 1024 0 0 0 14 0 0 0 25 0 4 0 633894713 292773888 4618 33554432000 4194304 4580107 140733394012640 18446744073709551615 4293097 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=285912 CPUtime=0.14 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 1188 0 0 0 14 0 0 0 25 0 4 0 633894713 292773888 4618 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 285912

[startup+0.300352 s]
/proc/loadavg: 3.42 4.41 5.92 6/281 19909
/proc/meminfo: memFree=25076140/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=305188 CPUtime=1.16 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 10986 0 0 0 114 2 0 0 25 0 4 0 633894712 312512512 10446 33554432000 4194304 4580107 140733394012640 18446744073709551615 4451692 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 76297 10446 372 95 0 71279 0
[pid=19909/tid=19911] ppid=19907 vsize=305188 CPUtime=0.29 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 3119 0 0 0 29 0 0 0 25 0 4 0 633894713 312512512 10446 33554432000 4194304 4580107 140733394012640 18446744073709551615 4451708 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=305188 CPUtime=0.28 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 3083 0 0 0 27 1 0 0 25 0 4 0 633894713 312512512 10446 33554432000 4194304 4580107 140733394012640 18446744073709551615 4451708 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=305188 CPUtime=0.28 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 1283 0 0 0 28 0 0 0 25 0 4 0 633894713 312512512 10446 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 305188

[startup+0.700278 s]
/proc/loadavg: 3.42 4.41 5.92 6/281 19909
/proc/meminfo: memFree=25076140/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=296188 CPUtime=2.76 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 11972 0 0 0 274 2 0 0 25 0 4 0 633894712 303296512 9504 33554432000 4194304 4580107 140733394012640 18446744073709551615 4318719 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 74047 9504 377 95 0 69029 0
[pid=19909/tid=19911] ppid=19907 vsize=296188 CPUtime=0.68 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 3383 0 0 0 68 0 0 0 25 0 4 0 633894713 303296512 9504 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=296188 CPUtime=0.68 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 3361 0 0 0 67 1 0 0 25 0 4 0 633894713 303296512 9504 33554432000 4194304 4580107 140733394012640 18446744073709551615 4318760 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=296188 CPUtime=0.68 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 1467 0 0 0 68 0 0 0 25 0 4 0 633894713 303296512 9504 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 296188

[startup+1.50114 s]
/proc/loadavg: 3.42 4.41 5.92 12/286 19914
/proc/meminfo: memFree=25025880/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=298324 CPUtime=5.96 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 14310 0 0 0 593 3 0 0 25 0 4 0 633894712 305483776 10895 33554432000 4194304 4580107 140733394012640 18446744073709551615 4293105 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 74581 10895 377 95 0 69563 0
[pid=19909/tid=19911] ppid=19907 vsize=298324 CPUtime=1.48 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 3849 0 0 0 148 0 0 0 25 0 4 0 633894713 305483776 10895 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=298324 CPUtime=1.48 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 3788 0 0 0 147 1 0 0 25 0 4 0 633894713 305483776 10895 33554432000 4194304 4580107 140733394012640 18446744073709551615 4318848 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=298324 CPUtime=1.47 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 2467 0 0 0 147 0 0 0 25 0 4 0 633894713 305483776 10895 33554432000 4194304 4580107 140733394012640 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 298324

[startup+3.10085 s]
/proc/loadavg: 3.42 4.41 5.92 9/286 19914
/proc/meminfo: memFree=24997860/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=306048 CPUtime=12.35 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 21254 0 0 0 1231 4 0 0 25 0 4 0 633894712 313393152 11587 33554432000 4194304 4580107 140733394012640 18446744073709551615 4295735 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 76512 11587 378 95 0 71494 0
[pid=19909/tid=19911] ppid=19907 vsize=306048 CPUtime=3.09 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 5742 0 0 0 308 1 0 0 25 0 4 0 633894713 313393152 11587 33554432000 4194304 4580107 140733394012640 18446744073709551615 4318760 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=306048 CPUtime=3.08 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 5680 0 0 0 307 1 0 0 25 0 4 0 633894713 313393152 11587 33554432000 4194304 4580107 140733394012640 18446744073709551615 4318737 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=306048 CPUtime=3.06 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 3761 0 0 0 306 0 0 0 25 0 4 0 633894713 313393152 11587 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 306048

[startup+6.30028 s]
/proc/loadavg: 3.78 4.47 5.93 10/286 19914
/proc/meminfo: memFree=24939336/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=317728 CPUtime=25.11 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 43277 0 0 0 2502 9 0 0 25 0 4 0 633894712 325353472 24543 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294517 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 79432 24543 379 95 0 74414 0
[pid=19909/tid=19911] ppid=19907 vsize=317728 CPUtime=6.29 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 10443 0 0 0 627 2 0 0 25 0 4 0 633894713 325353472 24543 33554432000 4194304 4580107 140733394012640 18446744073709551615 4322895 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=317728 CPUtime=6.28 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 11226 0 0 0 626 2 0 0 25 0 4 0 633894713 325353472 24543 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=317728 CPUtime=6.24 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 10494 0 0 0 622 2 0 0 25 0 4 0 633894713 325353472 24543 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 317728

[startup+12.7011 s]
/proc/loadavg: 4.12 4.53 5.94 10/286 19915
/proc/meminfo: memFree=24906972/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=328672 CPUtime=50.65 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 66254 0 0 0 5053 12 0 0 25 0 4 0 633894712 336560128 28379 33554432000 4194304 4580107 140733394012640 18446744073709551615 254261721631 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 82168 28379 379 95 0 77150 0
[pid=19909/tid=19911] ppid=19907 vsize=328672 CPUtime=12.69 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 17309 0 0 0 1266 3 0 0 25 0 4 0 633894713 336560128 28379 33554432000 4194304 4580107 140733394012640 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=328672 CPUtime=12.67 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 17065 0 0 0 1264 3 0 0 25 0 4 0 633894713 336560128 28379 33554432000 4194304 4580107 140733394012640 18446744073709551615 4325960 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=328672 CPUtime=12.58 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 15631 0 0 0 1256 2 0 0 25 0 4 0 633894713 336560128 28379 33554432000 4194304 4580107 140733394012640 18446744073709551615 4305984 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 328672

[startup+25.5009 s]
/proc/loadavg: 4.98 4.70 5.97 9/286 19915
/proc/meminfo: memFree=24873648/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=333332 CPUtime=101.74 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 103031 0 0 0 10154 20 0 0 25 0 4 0 633894712 341331968 35090 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 83333 35090 379 95 0 78315 0
[pid=19909/tid=19911] ppid=19907 vsize=333332 CPUtime=25.49 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 26057 0 0 0 2544 5 0 0 25 0 4 0 633894713 341331968 35090 33554432000 4194304 4580107 140733394012640 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=333332 CPUtime=25.47 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 25760 0 0 0 2542 5 0 0 25 0 4 0 633894713 341331968 35090 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=333332 CPUtime=25.27 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 24901 0 0 0 2523 4 0 0 25 0 4 0 633894713 341331968 35090 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 333332

[startup+51.1003 s]
/proc/loadavg: 6.08 4.98 6.03 11/286 19916
/proc/meminfo: memFree=24817796/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=341768 CPUtime=203.94 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 161600 0 0 0 20362 32 0 0 25 0 4 0 633894712 349970432 44836 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 85442 44836 379 95 0 80424 0
[pid=19909/tid=19911] ppid=19907 vsize=341768 CPUtime=51.09 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 40753 0 0 0 5101 8 0 0 25 0 4 0 633894713 349970432 44836 33554432000 4194304 4580107 140733394012640 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=341768 CPUtime=51.07 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 41045 0 0 0 5099 8 0 0 25 0 4 0 633894713 349970432 44836 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=341768 CPUtime=50.66 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 41221 0 0 0 5059 7 0 0 25 0 4 0 633894713 349970432 44836 33554432000 4194304 4580107 140733394012640 18446744073709551615 4331950 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.94
Current children cumulated vsize (KiB) 341768

[startup+102.31 s]
/proc/loadavg: 7.16 5.44 6.13 10/286 19917
/proc/meminfo: memFree=24719048/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=446304 CPUtime=408.34 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 271693 0 0 0 40781 53 0 0 25 0 4 0 633894712 457015296 62437 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 111576 62437 379 95 0 106558 0
[pid=19909/tid=19911] ppid=19907 vsize=446304 CPUtime=102.29 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 67953 0 0 0 10216 13 0 0 25 0 4 0 633894713 457015296 62437 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=446304 CPUtime=102.28 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 66989 0 0 0 10214 14 0 0 25 0 4 0 633894713 457015296 62437 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=446304 CPUtime=101.45 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 69807 0 0 0 10133 12 0 0 25 0 4 0 633894713 457015296 62437 33554432000 4194304 4580107 140733394012640 18446744073709551615 4293163 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.34
Current children cumulated vsize (KiB) 446304

[startup+162.301 s]

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

[pid=19909] ppid=19907 vsize=989948 CPUtime=2803.03 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 1127266 0 0 0 280028 275 0 0 25 0 4 0 633894712 1013706752 143681 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 247487 143681 390 95 0 242469 0
[pid=19909/tid=19911] ppid=19907 vsize=989948 CPUtime=702.28 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 271784 0 0 0 70159 69 0 0 25 0 4 0 633894713 1013706752 143681 33554432000 4194304 4580107 140733394012640 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=989948 CPUtime=702.18 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 288849 0 0 0 70152 66 0 0 25 0 4 0 633894713 1013706752 143681 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=989948 CPUtime=696.25 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 287495 0 0 0 69555 70 0 0 25 0 4 0 633894713 1013706752 143681 33554432000 4194304 4580107 140733394012640 18446744073709551615 4415862 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2803.03
Current children cumulated vsize (KiB) 989948

[startup+762.311 s]
/proc/loadavg: 8.29 7.87 7.13 9/286 19968
/proc/meminfo: memFree=24047480/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=898588 CPUtime=3042.53 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 1187340 0 0 0 303958 295 0 0 25 0 4 0 633894712 920154112 143766 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 224647 143766 380 95 0 219629 0
[pid=19909/tid=19911] ppid=19907 vsize=898588 CPUtime=762.29 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 289388 0 0 0 76155 74 0 0 25 0 4 0 633894713 920154112 143766 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=898588 CPUtime=762.19 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 301489 0 0 0 76149 70 0 0 25 0 4 0 633894713 920154112 143766 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=898588 CPUtime=755.74 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 304072 0 0 0 75498 76 0 0 25 0 4 0 633894713 920154112 143766 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3042.53
Current children cumulated vsize (KiB) 898588

[startup+822.3 s]
/proc/loadavg: 8.27 7.93 7.20 9/286 19969
/proc/meminfo: memFree=23964364/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=792080 CPUtime=3281.98 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 1250478 0 0 0 327884 314 0 0 25 0 4 0 633894712 811089920 146136 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294389 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 198020 146136 380 95 0 193002 0
[pid=19909/tid=19911] ppid=19907 vsize=792080 CPUtime=822.28 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 310799 0 0 0 82149 79 0 0 25 0 4 0 633894713 811089920 146136 33554432000 4194304 4580107 140733394012640 18446744073709551615 4293704 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=792080 CPUtime=822.17 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 314410 0 0 0 82143 74 0 0 25 0 4 0 633894713 811089920 146136 33554432000 4194304 4580107 140733394012640 18446744073709551615 4293691 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=792080 CPUtime=815.22 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 316197 0 0 0 81442 80 0 0 25 0 4 0 633894713 811089920 146136 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3281.98
Current children cumulated vsize (KiB) 792080

[startup+882.301 s]
/proc/loadavg: 8.15 7.96 7.25 9/286 19971
/proc/meminfo: memFree=23894484/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=807344 CPUtime=3521.47 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 1315540 0 0 0 351814 333 0 0 25 0 4 0 633894712 826720256 149752 33554432000 4194304 4580107 140733394012640 18446744073709551615 4321072 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 201836 149752 380 95 0 196818 0
[pid=19909/tid=19911] ppid=19907 vsize=807344 CPUtime=882.28 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 328309 0 0 0 88144 84 0 0 25 0 4 0 633894713 826720256 149752 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=807344 CPUtime=882.16 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 331613 0 0 0 88138 78 0 0 25 0 4 0 633894713 826720256 149752 33554432000 4194304 4580107 140733394012640 18446744073709551615 4293151 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=807344 CPUtime=874.71 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 333753 0 0 0 87386 85 0 0 25 0 4 0 633894713 826720256 149752 33554432000 4194304 4580107 140733394012640 18446744073709551615 4292896 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3521.47
Current children cumulated vsize (KiB) 807344

[startup+942.301 s]
/proc/loadavg: 8.13 7.99 7.31 9/286 19972
/proc/meminfo: memFree=23821644/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=1057572 CPUtime=3760.96 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 1373079 0 0 0 375744 352 0 0 25 0 4 0 633894712 1082953728 162834 33554432000 4194304 4580107 140733394012640 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 264393 162834 380 95 0 259375 0
[pid=19909/tid=19911] ppid=19907 vsize=1057572 CPUtime=942.28 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 342477 0 0 0 94140 88 0 0 25 0 4 0 633894713 1082953728 162834 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=1057572 CPUtime=942.15 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 345711 0 0 0 94131 84 0 0 25 0 4 0 633894713 1082953728 162834 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=1057572 CPUtime=934.21 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 350171 0 0 0 93331 90 0 0 25 0 4 0 633894713 1082953728 162834 33554432000 4194304 4580107 140733394012640 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3760.96
Current children cumulated vsize (KiB) 1057572

[startup+1002.3 s]
/proc/loadavg: 8.09 8.01 7.35 9/286 19974
/proc/meminfo: memFree=23745840/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=1075316 CPUtime=4000.43 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 1435879 0 0 0 399672 371 0 0 25 0 4 0 633894712 1101123584 167428 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 268829 167428 380 95 0 263811 0
[pid=19909/tid=19911] ppid=19907 vsize=1075316 CPUtime=1002.28 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 359986 0 0 0 100134 94 0 0 25 0 4 0 633894713 1101123584 167428 33554432000 4194304 4580107 140733394012640 18446744073709551615 4293083 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=1075316 CPUtime=1002.15 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 360248 0 0 0 100127 88 0 0 25 0 4 0 633894713 1101123584 167428 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=1075316 CPUtime=993.69 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 366241 0 0 0 99275 94 0 0 25 0 4 0 633894713 1101123584 167428 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4000.43
Current children cumulated vsize (KiB) 1075316

[startup+1062.3 s]
/proc/loadavg: 8.10 8.02 7.40 9/286 19975
/proc/meminfo: memFree=23675124/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=1078332 CPUtime=4239.92 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 1493521 0 0 0 423603 389 0 0 25 0 4 0 633894712 1104211968 173954 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 269583 173954 380 95 0 264565 0
[pid=19909/tid=19911] ppid=19907 vsize=1078332 CPUtime=1062.29 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 370232 0 0 0 106131 98 0 0 25 0 4 0 633894713 1104211968 173954 33554432000 4194304 4580107 140733394012640 18446744073709551615 4305310 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=1078332 CPUtime=1062.14 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 377552 0 0 0 106121 93 0 0 25 0 4 0 633894713 1104211968 173954 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=1078332 CPUtime=1053.19 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 381084 0 0 0 105219 100 0 0 25 0 4 0 633894713 1104211968 173954 33554432000 4194304 4580107 140733394012640 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4239.92
Current children cumulated vsize (KiB) 1078332

[startup+1122.3 s]
/proc/loadavg: 8.03 8.01 7.43 9/286 19977
/proc/meminfo: memFree=23712168/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=896972 CPUtime=4479.39 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 1557311 0 0 0 447533 406 0 0 25 0 4 0 633894712 918499328 175809 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 224243 175809 380 95 0 219225 0
[pid=19909/tid=19911] ppid=19907 vsize=896972 CPUtime=1122.29 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 387749 0 0 0 112125 104 0 0 25 0 4 0 633894713 918499328 175809 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=896972 CPUtime=1122.13 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 391514 0 0 0 112117 96 0 0 25 0 4 0 633894713 918499328 175809 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=896972 CPUtime=1112.66 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 396475 0 0 0 111163 103 0 0 25 0 4 0 633894713 918499328 175809 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4479.39
Current children cumulated vsize (KiB) 896972

[startup+1182.3 s]
/proc/loadavg: 8.11 8.04 7.47 9/286 19979
/proc/meminfo: memFree=23656192/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=1083936 CPUtime=4718.86 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 1615438 0 0 0 471463 423 0 0 25 0 4 0 633894712 1109950464 181408 33554432000 4194304 4580107 140733394012640 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 270984 181408 380 95 0 265966 0
[pid=19909/tid=19911] ppid=19907 vsize=1083936 CPUtime=1182.29 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 402473 0 0 0 118120 109 0 0 25 0 4 0 633894713 1109950464 181408 33554432000 4194304 4580107 140733394012640 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=1083936 CPUtime=1182.12 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 405984 0 0 0 118112 100 0 0 25 0 4 0 633894713 1109950464 181408 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=1083936 CPUtime=1172.16 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 411045 0 0 0 117108 108 0 0 25 0 4 0 633894713 1109950464 181408 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4718.86
Current children cumulated vsize (KiB) 1083936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.7 s]
/proc/loadavg: 8.14 8.05 7.49 9/286 19979
/proc/meminfo: memFree=23639560/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=1064240 CPUtime=4800.3 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 1629808 0 0 0 479603 427 0 0 25 0 4 0 633894712 1089781760 175301 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 266060 175301 380 95 0 261042 0
[pid=19909/tid=19911] ppid=19907 vsize=1064240 CPUtime=1202.7 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 407360 0 0 0 120160 110 0 0 25 0 4 0 633894713 1089781760 175302 33554432000 4194304 4580107 140733394012640 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=1064240 CPUtime=1202.53 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 411832 0 0 0 120152 101 0 0 25 0 4 0 633894713 1089781760 175302 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=1064240 CPUtime=1192.37 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 412188 0 0 0 119129 108 0 0 25 0 4 0 633894713 1089781760 175302 33554432000 4194304 4580107 140733394012640 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1064240

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

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

[startup+1202.7 s]
/proc/loadavg: 8.14 8.05 7.49 9/286 19979
/proc/meminfo: memFree=23639560/32951124 swapFree=67057896/67111528
[pid=19909] ppid=19907 vsize=1064240 CPUtime=4800.3 cores=0,2,4,6
/proc/19909/stat : 19909 (strangenight2-m) R 19907 19909 19869 0 -1 4202496 1629808 0 0 0 479603 427 0 0 25 0 4 0 633894712 1089781760 175301 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19909/statm: 266060 175301 380 95 0 261042 0
[pid=19909/tid=19911] ppid=19907 vsize=1064240 CPUtime=1202.7 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 407360 0 0 0 120160 110 0 0 25 0 4 0 633894713 1089781760 175302 33554432000 4194304 4580107 140733394012640 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19909/tid=19912] ppid=19907 vsize=1064240 CPUtime=1202.53 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 411832 0 0 0 120152 101 0 0 25 0 4 0 633894713 1089781760 175302 33554432000 4194304 4580107 140733394012640 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19909/tid=19913] ppid=19907 vsize=1064240 CPUtime=1192.37 cores=0,2,4,6
/proc/19909/task/19913/stat : 19913 (strangenight2-m) R 19907 19909 19869 0 -1 4202560 412188 0 0 0 119129 108 0 0 25 0 4 0 633894713 1089781760 175302 33554432000 4194304 4580107 140733394012640 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1064240

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.75
CPU time (s): 4800.38
CPU user time (s): 4796.07
CPU system time (s): 4.30735
CPU usage (%): 399.117
Max. virtual memory (cumulated for all children) (KiB): 1244196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.07
system time used= 4.30734
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1629811
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= 3120
involuntary context switches= 21160

runsolver used 2.99754 second user time and 7.36888 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-15 01:13:14
IDJOB=3366727
IDBENCH=83358
IDSOLVER=1844
FILE ID=node140/3366727-1305414794
RUNJOBID= node140-1305414794-19887
PBS_JOBID= 13324552
Free space on /tmp= 73480 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-20_388.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366727-1305414794/watcher-3366727-1305414794 -o /tmp/evaluation-result-3366727-1305414794/solver-3366727-1305414794 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366727-1305414794.cnf

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

MD5SUM BENCH= a08160883ea01d58c880b6f2b323ef8b
RANDOM SEED=694261818

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25076420 kB
Buffers:        301064 kB
Cached:        3730608 kB
SwapCached:       8056 kB
Active:        4888224 kB
Inactive:      2675272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25076420 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           11692 kB
Writeback:           0 kB
AnonPages:     3528616 kB
Mapped:          22884 kB
Slab:           224452 kB
PageTables:      21836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45639524 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= 73476 MiB
End job on node140 at 2011-05-15 01:33:19