Trace number 3250757

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.36 1201.55

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3250757-1304123444.cnf'
0.00/0.00	c -- header says num vars:            388
0.00/0.00	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.75/0.23	c asymm  cl-useful: 0/41212/41212 lits-rem:0 time: 0.21
0.75/0.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.75/0.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.75/0.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.75/0.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.75/0.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
0.75/0.25	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
1.95/0.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.25 s
1.95/0.51	c Finding binary XORs  T:     0.00 s  found:       0
1.95/0.52	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.95/0.52	c calculated reachability. Time: 0.00
1.95/0.52	c Calc default polars -  time:   0.00 s pos:     388 undec:       0 neg:       0
1.95/0.52	c =========================================================================================
1.95/0.52	c types(t): F = full restart, N = normal restart
1.95/0.52	c types(t): S = simplification begin/end, E = solution found
1.95/0.52	c restart types(rt): st = static, dy = dynamic
1.95/0.52	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.95/0.52	c  B st     0         0       388     41212         0         0    187726         0   no data   no data
3.15/0.86	c  N dy    17      4066       388     41212         0      3970    187726    169369     25.91     30.44
5.15/1.38	c  N dy    26      9644       388     41212         0      6058    187726    227200     24.66     26.07
6.74/1.75	c  N dy    42     13659       388     41212         0     10007    187726    384748     24.69     26.38
11.55/2.91	c  F st    45     25001       388     41212         0      8434    187726    273305     22.42     19.30
11.55/2.92	c  N st    45     25001       388     41212         0      8434    187726    273305     22.42     19.30
13.56/3.42	c  N dy    51     30001       388     41212         0     13317    187726    472785     22.42   no data
13.56/3.42	c  S st    51     30001       388     41212         0     13317    187726    472785     22.42   no data
13.56/3.48	c  S st    51     30503       388     41212         0     13815    187726    492743     22.42   no data
13.56/3.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.56/3.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
13.94/3.50	c blocked clauses removed:        0 vars:      0 tried:         388 T: 0.00 s
13.94/3.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.94/3.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.94/3.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
13.94/3.50	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
13.94/3.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.94/3.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.13/3.80	c lits-rem:        44  cl-subs:      359  v-elim:      0  v-fix:    0  time:  0.26 s
15.53/3.99	c asymm  cl-useful: 0/14489/41212 lits-rem:0 time: 0.19
15.53/3.99	c calculated reachability. Time: 0.00
15.53/3.99	c  N dy    51     30503       388     41212         0     13456    187726    481977     22.42   no data
17.55/4.46	c  N dy    55     34639       388     41212         0      9136    187726    279092     22.17     23.55
19.12/4.89	c  N dy    92     38699       388     41212         0     13113    187726    442928     22.84     29.99
21.12/5.32	c  N dy    94     42770       388     41212         0     17086    187726    589209     22.63     23.88
22.34/5.67	c  S st   112     45755       388     41212         0     10535    187726    315517     22.78   no data
22.72/5.72	c  S st   112     46256       388     41212         0     11035    187726    335922     22.78   no data
22.72/5.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.72/5.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
22.72/5.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.72/5.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.72/5.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.72/5.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
22.72/5.74	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
22.72/5.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
22.72/5.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.12/5.81	c lits-rem:         4  cl-subs:       51  v-elim:      0  v-fix:    0  time:  0.05 s
23.12/5.82	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
23.12/5.82	c vivif2 --  cl tried    10984 cl shrink        0 lits rem          0 time: 0.00
23.92/6.03	c asymm  cl-useful: 0/21235/41212 lits-rem:0 time: 0.21
23.92/6.03	c calculated reachability. Time: 0.00
23.92/6.03	c  N dy   112     46256       388     41212         0     10984    187726    334410     22.78   no data
25.91/6.52	c  N dy   131     51058       388     41212         0     15695    187726    513917     22.83     24.04
27.92/7.09	c  N dy   141     56385       388     41212         0     20886    187726    710793     22.73     23.97
29.92/7.54	c  N dy   172     60467       388     41212         0     14345    187726    453765     23.06     28.22
33.91/8.58	c  N dy   178     69384       388     41212         0     23021    187726    767104     22.76     20.39
33.91/8.58	c  S st   178     69384       388     41212         0     23021    187726    767104     22.76     20.39
34.31/8.66	c  S st   178     69886       388     41212         0     11960    187726    330063     22.76   no data
34.31/8.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.31/8.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
34.31/8.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.31/8.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.31/8.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.31/8.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
34.31/8.68	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
34.31/8.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
34.71/8.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.71/8.75	c lits-rem:         1  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.05 s
34.71/8.76	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
34.71/8.76	c vivif2 --  cl tried    11945 cl shrink        0 lits rem          0 time: 0.00
35.12/8.80	c asymm  cl-useful: 0/5488/41212 lits-rem:0 time: 0.04
35.12/8.81	c calculated reachability. Time: 0.00
35.12/8.81	c  N dy   178     69886       388     41212         0     11945    187726    329669     22.76   no data
37.50/9.41	c  N dy   184     75603       388     41212         0     17499    187726    531532     22.62     23.87
39.52/9.96	c  N dy   210     80450       388     41212         0     22238    187726    717114     22.70     23.94
42.70/10.76	c  F st   230     87500       388     41212         0     16596    187726    480457     22.53     17.66
42.70/10.77	c  N st   230     87500       388     41212         0     16596    187726    480457     22.53     17.66
45.49/11.40	c  N dy   240     93094       388     41212         0     22093    187726    698043     22.55     29.17
48.31/12.14	c  N dy   267     99159       388     41212         0     14460    187726    389178     22.65     23.86
50.68/12.74	c  S st   291    104829       388     41212         0     19995    187726    610671     22.71     22.58
51.08/12.80	c  S st   291    105331       388     41212         0     20496    187726    631614     22.71   no data
51.08/12.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.08/12.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
51.08/12.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.08/12.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.08/12.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.08/12.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
51.08/12.83	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
51.08/12.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.08/12.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.28/13.10	c lits-rem:        36  cl-subs:      245  v-elim:      0  v-fix:    0  time:  0.24 s
52.28/13.10	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
52.28/13.11	c vivif2 --  cl tried    20251 cl shrink        0 lits rem          0 time: 0.01
53.11/13.31	c asymm  cl-useful: 0/13075/41212 lits-rem:0 time: 0.20
53.11/13.31	c calculated reachability. Time: 0.00
53.11/13.31	c  N dy   291    105331       388     41212         0     20251    187726    624199     22.71   no data
58.28/14.64	c  N dy   297    117458       388     41212         0     17535    187726    478848     22.43     23.63
61.89/15.53	c  N dy   324    125008       388     41212         0     24918    187726    765540     22.43     26.63
65.88/16.56	c  N dy   379    133064       388     41212         0     17277    187726    454957     22.59     24.28
70.69/17.76	c  N dy   409    144059       388     41212         0     28004    187726    869186     22.60     24.12
77.05/19.38	c  N dy   415    157997       388     41212         0     25153    187726    726038     22.36     18.78
77.05/19.38	c  S st   415    157997       388     41212         0     25153    187726    726038     22.36     18.78
77.45/19.45	c  S st   415    158498       388     41212         0     25652    187726    747206     22.36   no data
77.45/19.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.45/19.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
77.45/19.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.45/19.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.45/19.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.45/19.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
77.45/19.48	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
77.45/19.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
77.85/19.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.47/19.94	c lits-rem:        59  cl-subs:      509  v-elim:      0  v-fix:    0  time:  0.42 s
79.47/19.94	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
79.47/19.95	c vivif2 --  cl tried    25143 cl shrink        0 lits rem          0 time: 0.01
80.25/20.18	c asymm  cl-useful: 0/9994/41212 lits-rem:0 time: 0.23
80.25/20.18	c calculated reachability. Time: 0.00
80.25/20.18	c  N dy   415    158498       388     41212         0     25143    187726    733491     22.36   no data
85.44/21.47	c  N dy   463    168634       388     41212         0     17606    187726    427869     22.45     30.29
90.24/22.68	c  N dy   501    179478       388     41212         0     28149    187726    825722     22.42     30.12
96.64/24.21	c  N dy   578    191040       388     41212         0     21041    187726    544947     22.63     23.82
102.22/25.64	c  N dy   614    203265       388     41212         0     33011    187726    998817     22.62     31.05
119.79/30.09	c  N dy   630    237747       388     41212         0     26889    187726    704636     22.06     20.41
119.79/30.09	c  S st   630    237747       388     41212         0     26889    187726    704636     22.06     20.41
120.19/30.16	c  S st   630    238248       388     41212         0     27389    187726    725577     22.06   no data
120.19/30.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
120.19/30.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
120.19/30.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
120.19/30.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
120.19/30.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
120.19/30.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
120.19/30.19	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
120.59/30.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
120.59/30.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
122.20/30.64	c lits-rem:        95  cl-subs:      604  v-elim:      0  v-fix:    0  time:  0.42 s
122.20/30.64	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
122.20/30.65	c vivif2 --  cl tried    26785 cl shrink        0 lits rem          0 time: 0.01
123.01/30.88	c asymm  cl-useful: 0/15531/41212 lits-rem:0 time: 0.22
123.01/30.88	c calculated reachability. Time: 0.00
123.01/30.88	c  N dy   630    238248       388     41212         0     26785    187726    710547     22.06   no data
130.58/32.79	c  N dy   678    253503       388     41212         0     41665    187726   1287476     22.06     23.46
139.37/34.95	c  N dy   766    270849       388     41212         0     37274    187726   1109861     22.17     23.37
148.16/37.19	c  N dy   842    288484       388     41212         0     32185    187726    884756     22.23     23.54
158.17/39.62	c  F st   922    306250       388     41212         0     26244    187726    643008     22.30     21.49
158.57/39.77	c  N st   925    307438       388     41212         0     27414    187726    688404     22.30   no data
170.93/42.89	c  N dy  1002    330968       388     41212         0     26116    187726    620306     22.34     23.53
184.93/46.31	c  N dy  1036    356837       388     41212         0     26056    187726    613802     22.20     23.37
184.93/46.36	c  S st  1038    357372       388     41212         0     26582    187726    633650     22.19     19.90
185.30/46.43	c  S st  1038    357873       388     41212         0     27080    187726    653902     22.19   no data
185.30/46.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
185.30/46.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
185.30/46.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
185.30/46.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
185.30/46.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
185.30/46.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
185.30/46.46	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
185.30/46.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
185.30/46.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
186.11/46.68	c lits-rem:         7  cl-subs:       69  v-elim:      0  v-fix:    0  time:  0.19 s
186.11/46.68	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
186.11/46.69	c vivif2 --  cl tried    27011 cl shrink        0 lits rem          0 time: 0.01
186.51/46.72	c asymm  cl-useful: 0/2612/41212 lits-rem:0 time: 0.03
186.51/46.72	c calculated reachability. Time: 0.00
186.51/46.72	c  N dy  1038    357873       388     41212         0     27011    187726    652084     22.19   no data
196.50/49.24	c  N dy  1110    377884       388     41212         0     46497    187726   1402184     22.21     23.45
206.91/51.81	c  N dy  1124    398113       388     41212         0     40034    187726   1094881     22.06     23.24
217.68/54.58	c  N dy  1155    418165       388     41212         0     32355    187726    789014     21.99     29.83
232.05/58.15	c  N dy  1243    444550       388     41212         0     29967    187726    680235     22.02     23.34
243.25/60.95	c  N dy  1336    465762       388     41212         0     50717    187726   1463705     22.05     23.39
254.43/63.71	c  N dy  1414    485770       388     41212         0     41048    187726   1079331     22.08     29.93
267.22/66.94	c  N dy  1473    509198       388     41212         0     33759    187726    784272     22.05     23.34
278.40/69.77	c  N dy  1577    529233       388     41212         0     53281    187726   1556869     22.11     23.30
282.79/70.87	c  S st  1581    536811       388     41212         0     60619    187726   1817914     22.07     18.39
283.19/70.98	c  S st  1581    537313       388     41212         0     61119    187726   1838558     22.07   no data
283.19/70.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
283.59/71.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
283.59/71.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
283.59/71.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
283.59/71.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
283.59/71.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
283.59/71.03	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
283.59/71.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
284.00/71.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
295.18/73.90	c lits-rem:       287  cl-subs:     1662  v-elim:      0  v-fix:    0  time:  2.80 s
295.18/73.90	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
295.18/73.93	c vivif2 --  cl tried    59457 cl shrink        0 lits rem          0 time: 0.02
295.98/74.17	c asymm  cl-useful: 0/2982/41212 lits-rem:0 time: 0.25
295.98/74.18	c calculated reachability. Time: 0.00
295.98/74.18	c  N dy  1581    537313       388     41212         0     59457    187726   1794889     22.07   no data
307.17/76.93	c  N dy  1628    558431       388     41212         0     49005    187726   1357187     22.05     23.21
318.75/79.89	c  N dy  1716    578496       388     41212         0     36561    187726    877845     22.09     30.08
329.96/82.63	c  N dy  1801    598505       388     41212         0     56067    187726   1634662     22.12     23.69
342.32/85.79	c  N dy  1822    621555       388     41212         0     45547    187726   1179309     22.06     23.27
355.50/89.05	c  N dy  1860    644507       388     41212         0     67872    187726   1982700     22.00     23.17
408.66/102.37	c  N dy  1880    731930       388     41212         0     48147    187726   1169329     21.52     22.73
421.02/105.40	c  N dy  1993    751951       388     41212         0     67681    187726   1936122     21.58     22.77
432.61/108.33	c  N dy  2055    772093       388     41212         0     50453    187726   1286999     21.59     22.80
445.00/111.49	c  N dy  2141    792984       388     41212         0     70871    187726   2057424     21.61     22.81
452.19/113.27	c  S st  2142    805973       388     41212         0     45642    187726   1082502     21.56     17.47
452.61/113.35	c  S st  2142    806477       388     41212         0     46142    187726   1102698     21.56   no data
452.61/113.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
452.61/113.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
452.61/113.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
452.61/113.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
452.61/113.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
452.61/113.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
452.61/113.39	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
453.01/113.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
453.01/113.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
456.19/114.28	c lits-rem:        98  cl-subs:      521  v-elim:      0  v-fix:    0  time:  0.84 s
456.19/114.28	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
456.58/114.30	c vivif2 --  cl tried    45621 cl shrink        0 lits rem          0 time: 0.01
457.40/114.55	c asymm  cl-useful: 0/10138/41212 lits-rem:0 time: 0.25
457.40/114.55	c calculated reachability. Time: 0.00
457.40/114.55	c  N dy  2142    806477       388     41212         0     45621    187726   1089638     21.56   no data
474.58/118.80	c  N dy  2176    836393       388     41212         0     74631    187726   2147723     21.51     22.79
494.13/123.74	c  N dy  2268    868641       388     41212         0     67079    187726   1870801     21.49     22.68
507.71/127.18	c  N dy  2363    890101       388     41212         0     48313    187726   1177367     21.50     22.74
519.70/130.15	c  N dy  2399    910420       388     41212         0     68024    187726   1893849     21.48     22.70
532.49/133.33	c  N dy  2425    931992       388     41212         0     48296    187726   1143873     21.45     22.67
544.08/136.26	c  N dy  2498    952069       388     41212         0     67917    187726   1888416     21.47     30.66
558.48/139.88	c  N dy  2599    973551       388     41212         0     47134    187726   1094121     21.50     22.86
571.66/143.13	c  N dy  2624    996668       388     41212         0     69494    187726   1890377     21.43     22.57
587.62/147.17	c  N dy  2688   1022316       388     41212         0     51787    187726   1235674     21.42     22.88
607.19/152.08	c  N dy  2809   1054490       388     41212         0     83086    187726   2400258     21.42     22.57
618.38/154.87	c  F st  2915   1071877       388     41212         0     56492    187726   1443589     21.45     20.99
620.37/155.33	c  N st  2920   1075177       388     41212         0     59720    187726   1565056     21.45   no data
633.96/158.76	c  N dy  2952   1098066       388     41212         0     82047    187726   2399259     21.43     22.65
647.55/162.15	c  N dy  3052   1118538       388     41212         0     57343    187726   1433618     21.46     22.59
659.55/165.16	c  N dy  3087   1138549       388     41212         0     76842    187726   2137638     21.44     23.82
673.90/168.74	c  N dy  3178   1158958       388     41212         0     51031    187726   1181272     21.46     22.60
694.30/173.84	c  N dy  3252   1192906       388     41212         0     83990    187726   2389308     21.42     22.59
705.07/176.56	c  S st  3291   1209715       388     41212         0     53793    187726   1251183     21.42   no data
705.47/176.65	c  S st  3291   1210219       388     41212         0     54295    187726   1271947     21.42   no data
705.47/176.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
705.47/176.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
705.47/176.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
705.47/176.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
705.47/176.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
705.47/176.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
705.47/176.70	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
705.87/176.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
705.87/176.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
709.46/177.68	c lits-rem:        61  cl-subs:      365  v-elim:      0  v-fix:    0  time:  0.93 s
709.46/177.68	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
709.86/177.70	c vivif2 --  cl tried    53930 cl shrink        0 lits rem          0 time: 0.02
711.06/178.02	c asymm  cl-useful: 0/5311/41212 lits-rem:0 time: 0.32
711.06/178.02	c calculated reachability. Time: 0.00
711.06/178.02	c  N dy  3291   1210219       388     41212         0     53930    187726   1262111     21.42   no data
732.23/183.32	c  N dy  3320   1241508       388     41212         0     84373    187726   2342979     21.36     22.49
745.82/186.71	c  N dy  3362   1262374       388     41212         0     57037    187726   1345138     21.34     22.65
758.60/189.91	c  N dy  3446   1282872       388     41212         0     77020    187726   2091366     21.35     22.73
773.80/193.73	c  N dy  3516   1303815       388     41212         0     48911    187726   1017569     21.36     22.52
785.37/196.65	c  N dy  3590   1324029       388     41212         0     68671    187726   1759457     21.36     22.49
799.35/200.11	c  N dy  3699   1344091       388     41212         0     88217    187726   2506573     21.39     27.46
812.95/203.58	c  N dy  3774   1364268       388     41212         0     58314    187726   1357281     21.40     22.53
827.31/207.11	c  N dy  3883   1384774       388     41212         0     78350    187726   2124616     21.42     22.62
847.29/212.19	c  N dy  3920   1413771       388     41212         0     56082    187726   1230585     21.37     22.69
859.67/215.22	c  N dy  4003   1433824       388     41212         0     75593    187726   1968408     21.39     24.90
902.42/225.98	c  N dy  4081   1497112       388     41212         0     85629    187726   2197014     21.31     22.46
916.79/229.56	c  N dy  4095   1517206       388     41212         0     52711    187726   1094564     21.28     24.37
932.00/233.34	c  N dy  4168   1542336       388     41212         0     77202    187726   2006061     21.28     22.41
947.56/237.21	c  N dy  4285   1563533       388     41212         0     97913    187726   2808441     21.30     22.56
962.35/240.91	c  N dy  4397   1583629       388     41212         0     64078    187726   1504165     21.33     22.49
976.72/244.51	c  N dy  4484   1605778       388     41212         0     85727    187726   2323313     21.34     22.49
991.51/248.23	c  N dy  4539   1625839       388     41212         0    105287    187726   3034202     21.33     25.52
1006.30/251.90	c  N dy  4616   1648065       388     41212         0     72467    187726   1783168     21.33     22.46
1020.26/255.43	c  N dy  4703   1668920       388     41212         0     92859    187726   2562059     21.34     22.82
1036.64/259.53	c  N dy  4793   1689193       388     41212         0     57150    187726   1206398     21.36     22.72
1049.43/262.73	c  N dy  4897   1709247       388     41212         0     76759    187726   1963780     21.38     22.66
1050.24/262.91	c  S st  4905   1710219       388     41212         0     77714    187726   2001850     21.38   no data
1050.65/263.02	c  S st  4905   1710724       388     41212         0     78216    187726   2023129     21.38   no data
1050.65/263.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1050.65/263.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1050.65/263.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1050.65/263.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1050.65/263.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1050.65/263.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
1050.65/263.08	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
1051.02/263.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1051.02/263.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1062.22/265.96	c lits-rem:       104  cl-subs:     1009  v-elim:      0  v-fix:    0  time:  2.79 s
1062.22/265.96	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
1062.22/265.99	c vivif2 --  cl tried    77207 cl shrink        0 lits rem          0 time: 0.03
1063.83/266.34	c asymm  cl-useful: 0/4158/41212 lits-rem:0 time: 0.35
1063.83/266.34	c calculated reachability. Time: 0.00
1063.83/266.34	c  N dy  4905   1710724       388     41212         0     77207    187726   1994481     21.38   no data
1088.97/272.67	c  N dy  4908   1742096       388     41212         0    107562    187726   3011196     21.32     22.54
1103.38/276.29	c  N dy  4956   1762469       388     41212         0     71067    187726   1697274     21.31     22.50
1145.31/286.72	c  N dy  4994   1819950       388     41212         0     69663    187726   1590955     21.20     22.51
1159.68/290.33	c  N dy  5074   1841440       388     41212         0     90513    187726   2354791     21.20     22.46
1182.85/296.10	c  N dy  5154   1872938       388     41212         0     62932    187726   1371053     21.19     22.44
1196.44/299.51	c  N dy  5221   1895366       388     41212         0     84674    187726   2180213     21.20     22.38
1214.81/304.16	c  N dy  5285   1920173       388     41212         0    108904    187726   3062693     21.19     22.50
1236.39/309.55	c  N dy  5361   1951195       388     41212         0     79772    187726   1958578     21.18     22.63
1254.36/314.07	c  N dy  5459   1976052       388     41212         0    103968    187726   2859016     21.18     22.39
1271.54/318.33	c  N dy  5578   1996141       388     41212         0     63342    187726   1360313     21.21     23.54
1287.12/322.21	c  N dy  5637   2019873       388     41212         0     86411    187726   2211247     21.21     22.34
1316.69/329.60	c  N dy  5691   2060688       388     41212         0     64907    187726   1388566     21.17     22.32
1329.88/332.95	c  N dy  5763   2080848       388     41212         0     84520    187726   2120008     21.17     22.39
1346.25/337.00	c  N dy  5840   2103498       388     41212         0    106561    187726   2959315     21.18     22.35
1363.43/341.36	c  N dy  5929   2123499       388     41212         0     63982    187726   1352248     21.19     23.91
1376.22/344.51	c  N dy  5978   2143563       388     41212         0     83489    187726   2055711     21.19     23.00
1391.79/348.48	c  N dy  6064   2165199       388     41212         0    104522    187726   2848757     21.19     22.32
1408.58/352.62	c  N dy  6106   2186075       388     41212         0    124774    187726   3586660     21.19     22.31
1423.77/356.48	c  N dy  6155   2208656       388     41212         0     83721    187726   2058831     21.18     22.41
1425.36/356.88	c  S st  6169   2210725       388     41212         0     85755    187726   2136670     21.18   no data
1426.16/357.00	c  S st  6169   2211229       388     41212         0     86257    187726   2156642     21.18   no data
1426.16/357.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1426.16/357.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1426.16/357.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1426.16/357.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1426.16/357.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1426.16/357.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
1426.16/357.07	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
1426.56/357.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1426.56/357.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1438.94/360.28	c lits-rem:       151  cl-subs:     1135  v-elim:      0  v-fix:    0  time:  3.11 s
1438.94/360.28	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
1439.34/360.31	c vivif2 --  cl tried    85122 cl shrink        0 lits rem          0 time: 0.03
1440.54/360.69	c asymm  cl-useful: 0/4701/41212 lits-rem:0 time: 0.38
1440.54/360.70	c calculated reachability. Time: 0.00
1440.54/360.70	c  N dy  6169   2211229       388     41212         0     85122    187726   2126541     21.18   no data
1460.92/365.76	c  N dy  6289   2236779       388     41212         0    110056    187726   3076347     21.20     22.33
1482.89/371.25	c  N dy  6360   2256847       388     41212         0     65489    187726   1373818     21.20     22.33
1518.06/380.02	c  N dy  6397   2304373       388     41212         0    111751    187726   2953074     21.15     22.27
1536.83/384.72	c  N dy  6488   2324390       388     41212         0     66156    187726   1385580     21.16     30.92
1552.41/388.69	c  N dy  6602   2344485       388     41212         0     85771    187726   2139575     21.18     25.39
1570.39/393.15	c  N dy  6676   2364883       388     41212         0    105634    187726   2891569     21.18     22.30
1589.97/398.07	c  N dy  6791   2386299       388     41212         0    126574    187726   3705329     21.20     22.57
1606.35/402.12	c  N dy  6901   2406315       388     41212         0     79961    187726   1891574     21.21     23.15
1620.73/405.74	c  N dy  6962   2426320       388     41212         0     99518    187726   2610812     21.21     24.61
1640.71/410.78	c  N dy  7077   2448676       388     41212         0    121395    187726   3443011     21.23     22.37
1659.09/415.35	c  N dy  7177   2469547       388     41212         0     74534    187726   1671673     21.24     22.59
1673.87/419.09	c  N dy  7284   2489571       388     41212         0     94062    187726   2413095     21.26     22.56
1688.65/422.72	c  N dy  7298   2509668       388     41212         0    113553    187726   3113828     21.24     30.47
1705.83/427.07	c  N dy  7374   2529745       388     41212         0    133157    187726   3860970     21.25     28.18
1723.05/431.32	c  N dy  7509   2549806       388     41212         0     84640    187726   2045657     21.28     28.29
1740.22/435.62	c  N dy  7566   2573116       388     41212         0    107294    187726   2874359     21.27     22.53
1758.98/440.31	c  N dy  7684   2593376       388     41212         0    127078    187726   3637663     21.29     22.51
1776.95/444.85	c  N dy  7779   2613462       388     41212         0     77521    187726   1736118     21.30     23.76
1790.94/448.38	c  N dy  7834   2633494       388     41212         0     97032    187726   2448404     21.30     32.17
1807.33/452.45	c  N dy  7898   2654086       388     41212         0    117107    187726   3207036     21.30     22.43
1830.90/458.35	c  N dy  7919   2682922       388     41212         0     75130    187726   1625812     21.28     22.49
1846.48/462.22	c  N dy  8005   2704809       388     41212         0     96448    187726   2424059     21.28     22.47
1851.28/463.46	c  S st  8026   2711229       388     41212         0    102726    187726   2657336     21.29   no data
1851.68/463.59	c  S st  8026   2711730       388     41212         0    103227    187726   2677884     21.29   no data
1852.08/463.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1852.08/463.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1852.08/463.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1852.08/463.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1852.08/463.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1852.08/463.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
1852.08/463.67	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
1852.48/463.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1852.48/463.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1879.24/470.46	c lits-rem:       216  cl-subs:     1947  v-elim:      0  v-fix:    0  time:  6.68 s
1879.24/470.47	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
1879.64/470.51	c vivif2 --  cl tried   101280 cl shrink        0 lits rem          0 time: 0.04
1881.63/471.02	c asymm  cl-useful: 0/4324/41212 lits-rem:0 time: 0.51
1881.63/471.02	c calculated reachability. Time: 0.00
1881.63/471.02	c  N dy  8026   2711730       388     41212         0    101280    187726   2627505     21.29   no data
1903.23/476.47	c  N dy  8066   2737580       388     41212         0    126480    187726   3542897     21.27     22.57
1921.99/481.19	c  N dy  8137   2757972       388     41212         0     75383    187726   1638757     21.28     22.51
1937.17/484.97	c  N dy  8236   2778773       388     41212         0     95706    187726   2413443     21.29     22.44
1956.75/489.87	c  N dy  8331   2801860       388     41212         0    118277    187726   3271007     21.30     22.47
1980.32/495.73	c  N dy  8460   2821985       388     41212         0    138007    187726   4037490     21.31     22.46
2000.70/500.85	c  N dy  8463   2849070       388     41212         0     92215    187726   2187851     21.28     22.55
2015.88/504.64	c  N dy  8513   2869124       388     41212         0    111722    187726   2909184     21.28     27.46
2033.46/509.01	c  N dy  8575   2889921       388     41212         0    131996    187726   3651844     21.28     22.60
2050.24/513.20	c  N dy  8613   2910034       388     41212         0     78613    187726   1730032     21.27     22.44
2065.44/517.04	c  N dy  8706   2930078       388     41212         0     98210    187726   2467229     21.28     22.87
2083.02/521.45	c  N dy  8778   2950989       388     41212         0    118512    187726   3219208     21.28     22.41
2101.78/526.18	c  N dy  8849   2971682       388     41212         0    138627    187726   3973082     21.28     22.44
2129.75/533.13	c  N dy  8898   3006711       388     41212         0     98701    187726   2403976     21.25     22.58
2152.12/538.70	c  N dy  8974   3033045       388     41212         0    124410    187726   3351239     21.25     22.46
2170.50/543.36	c  N dy  9044   3053935       388     41212         0    144766    187726   4121903     21.26     22.45
2186.88/547.49	c  N dy  9134   3073986       388     41212         0     89499    187726   2089934     21.26     31.79
2205.67/552.13	c  N dy  9197   3098247       388     41212         0    113217    187726   2985463     21.26     22.64
2245.22/562.09	c  N dy  9288   3142992       388     41212         0     80934    187726   1722055     21.25     22.42
2259.60/565.66	c  N dy  9363   3163007       388     41212         0    100509    187726   2455111     21.25     22.49
2293.56/574.20	c  N dy  9388   3205764       388     41212         0    141672    187726   3842775     21.21     22.52
2299.96/575.72	c  S st  9398   3211735       388     41212         0    147530    187726   4061015     21.20     17.94
2300.76/575.95	c  S st  9398   3212237       388     41212         0    148028    187726   4082300     21.20   no data
2300.76/575.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2301.16/576.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
2301.16/576.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2301.16/576.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2301.16/576.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2301.16/576.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
2301.16/576.08	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
2301.56/576.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2301.96/576.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2374.66/594.49	c lits-rem:       966  cl-subs:     8789  v-elim:      0  v-fix:    0  time: 18.21 s
2374.66/594.49	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
2375.06/594.54	c vivif2 --  cl tried   139239 cl shrink        0 lits rem          0 time: 0.05
2376.66/594.96	c asymm  cl-useful: 0/3927/41212 lits-rem:0 time: 0.42
2376.66/594.97	c calculated reachability. Time: 0.00
2376.66/594.97	c  N dy  9398   3212237       388     41212         0    139239    187726   3887524     21.20   no data
2395.45/599.63	c  N dy  9487   3232239       388     41212         0     82194    187726   1775048     21.21     27.57
2409.42/603.16	c  N dy  9547   3252467       388     41212         0    101884    187726   2508590     21.21     22.51
2430.99/608.54	c  N dy  9669   3272474       388     41212         0    121467    187726   3262088     21.23     22.61
2468.95/618.00	c  N dy  9670   3313570       388     41212         0     83834    187726   1793271     21.19     22.33
2494.52/624.42	c  N dy  9711   3348156       388     41212         0    117417    187726   2979490     21.17     22.39
2515.30/629.65	c  N dy  9808   3370948       388     41212         0    139699    187726   3816651     21.18     22.49
2535.69/634.77	c  N dy  9901   3391008       388     41212         0     80521    187726   1668715     21.19     23.68
2550.46/638.43	c  N dy  9979   3411015       388     41212         0    100029    187726   2373469     21.19     29.68
2566.86/642.57	c  N dy 10058   3431073       388     41212         0    119593    187726   3110117     21.19     25.17
2592.42/648.90	c  N dy 10147   3457797       388     41212         0    145618    187726   4057051     21.19     22.48
2611.59/653.73	c  N dy 10170   3477837       388     41212         0     85350    187726   1810830     21.18     29.65
2631.97/658.86	c  N dy 10174   3506630       388     41212         0    113297    187726   2781669     21.16     22.29
2649.55/663.22	c  N dy 10256   3526706       388     41212         0    132866    187726   3512602     21.16     25.47
2668.73/668.08	c  N dy 10348   3546798       388     41212         0    152462    187726   4245980     21.17     22.34
2685.90/672.38	c  N dy 10379   3567858       388     41212         0     92160    187726   2051927     21.16     22.32
2707.88/677.89	c  N dy 10480   3596537       388     41212         0    120066    187726   3085261     21.16     22.40
2726.66/682.57	c  N dy 10596   3616818       388     41212         0    139929    187726   3850541     21.17     22.37
2748.63/688.05	c  N dy 10685   3638805       388     41212         0    161341    187726   4645573     21.18     22.32
2772.21/693.93	c  N dy 10704   3668339       388     41212         0    108377    187726   2579647     21.15     22.33
2791.78/698.82	c  N dy 10798   3688415       388     41212         0    128019    187726   3328791     21.16     26.83
2816.56/705.01	c  N dy 10865   3712238       388     41212         0    151144    187726   4144237     21.15     18.06
2816.56/705.01	c  S st 10865   3712238       388     41212         0    151144    187726   4144237     21.15     18.06
2817.38/705.24	c  S st 10865   3712742       388     41212         0    151645    187726   4164368     21.15   no data
2817.38/705.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2817.75/705.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.09
2817.75/705.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2817.75/705.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2817.75/705.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2817.75/705.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
2817.75/705.37	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
2818.15/705.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2818.55/705.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2854.91/714.62	c lits-rem:       523  cl-subs:     4426  v-elim:      0  v-fix:    0  time:  9.07 s
2854.91/714.62	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
2854.91/714.68	c vivif2 --  cl tried   147219 cl shrink        0 lits rem          0 time: 0.06
2856.52/715.09	c asymm  cl-useful: 0/4742/41212 lits-rem:0 time: 0.41
2856.52/715.10	c calculated reachability. Time: 0.00
2856.52/715.10	c  N dy 10865   3712742       388     41212         0    147219    187726   4056132     21.15   no data
2880.08/720.99	c  N dy 10963   3732806       388     41212         0     84204    187726   1736947     21.16     24.20
2896.08/724.96	c  F st 11019   3751565       388     41212         0    102480    187726   2409815     21.16     19.28
2898.05/725.40	c  N st 11023   3753597       388     41212         0    104460    187726   2485126     21.16   no data
2916.44/730.02	c  N dy 11140   3773823       388     41212         0    124228    187726   3250979     21.17     22.39
2934.02/734.49	c  N dy 11199   3793832       388     41212         0    143756    187726   3988966     21.17     23.52
2956.40/740.03	c  N dy 11302   3814004       388     41212         0    163431    187726   4736581     21.18     22.36
2974.37/744.59	c  N dy 11367   3835249       388     41212         0    100448    187726   2313545     21.18     22.30
2991.96/748.94	c  N dy 11480   3855338       388     41212         0    120039    187726   3066306     21.19     27.35
3011.93/753.90	c  N dy 11572   3877359       388     41212         0    141534    187726   3867383     21.20     22.56
3041.89/761.45	c  N dy 11635   3909282       388     41212         0     87960    187726   1836494     21.19     22.32
3057.88/765.40	c  N dy 11730   3930001       388     41212         0    108192    187726   2606834     21.20     22.36
3075.86/769.92	c  N dy 11772   3953881       388     41212         0    131393    187726   3455662     21.19     22.34
3097.03/775.29	c  N dy 11779   3978057       388     41212         0    154960    187726   4244003     21.17     22.36
3121.00/781.23	c  N dy 11842   4001344       388     41212         0     92056    187726   1967552     21.17     22.48
3136.99/785.26	c  N dy 11926   4021708       388     41212         0    111952    187726   2716601     21.17     22.31
3153.77/789.43	c  N dy 11944   4042953       388     41212         0    132689    187726   3454718     21.16     22.35
3172.55/794.20	c  N dy 12023   4062984       388     41212         0    152212    187726   4188707     21.16     27.45
3196.52/800.11	c  N dy 12106   4084608       388     41212         0    173308    187726   4979949     21.17     22.48
3221.70/806.49	c  N dy 12159   4113781       388     41212         0    115003    187726   2745200     21.15     22.27
3241.67/811.48	c  N dy 12260   4135822       388     41212         0    136525    187726   3552907     21.16     22.31
3260.86/816.27	c  N dy 12307   4156370       388     41212         0    156516    187726   4276803     21.15     22.55
3286.02/822.54	c  N dy 12409   4176389       388     41212         0     88469    187726   1809307     21.16     22.31
3303.59/826.93	c  N dy 12477   4199604       388     41212         0    111062    187726   2661731     21.16     22.41
3314.01/829.59	c  S st 12493   4212742       388     41212         0    123824    187726   3107594     21.15     19.18
3314.79/829.75	c  S st 12493   4213242       388     41212         0    124322    187726   3127828     21.15   no data
3314.79/829.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3315.19/829.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
3315.19/829.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3315.19/829.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3315.19/829.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3315.19/829.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
3315.19/829.85	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
3315.59/829.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3315.59/829.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3331.96/834.05	c lits-rem:       275  cl-subs:     2464  v-elim:      0  v-fix:    0  time:  4.07 s
3331.96/834.06	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
3332.36/834.10	c vivif2 --  cl tried   121858 cl shrink        0 lits rem          0 time: 0.04
3332.36/834.17	c asymm  cl-useful: 0/929/41212 lits-rem:0 time: 0.07
3332.36/834.17	c calculated reachability. Time: 0.00
3332.36/834.17	c  N dy 12493   4213242       388     41212         0    121858    187726   3067668     21.15   no data
3351.54/838.91	c  N dy 12533   4233357       388     41212         0    141443    187726   3770964     21.15     22.29
3386.70/847.77	c  N dy 12625   4268454       388     41212         0    175691    187726   4989146     21.14     22.41
3502.59/876.79	c  N dy 12654   4387282       388     41212         0    112707    187726   2533537     21.05     22.16
3520.95/881.39	c  N dy 12707   4410183       388     41212         0    134976    187726   3330655     21.04     22.39
3546.54/887.77	c  N dy 12768   4440261       388     41212         0    164283    187726   4402597     21.04     22.27
3574.88/894.84	c  N dy 12863   4468195       388     41212         0    101322    187726   2205153     21.04     22.37
3592.87/899.36	c  N dy 12893   4491558       388     41212         0    124036    187726   2992828     21.03     22.15
3609.25/903.47	c  N dy 12907   4511587       388     41212         0    143409    187726   3653414     21.02     22.21
3634.44/909.79	c  N dy 12944   4540138       388     41212         0    171217    187726   4650888     21.01     22.18
3654.40/914.75	c  N dy 13003   4560198       388     41212         0     99705    187726   2160681     21.01     22.94
3672.38/919.24	c  N dy 13023   4583092       388     41212         0    121910    187726   2949015     21.00     22.12
3693.16/924.46	c  N dy 13088   4603107       388     41212         0    141438    187726   3652965     21.00     22.37
3715.93/930.10	c  N dy 13186   4623583       388     41212         0    161496    187726   4419992     21.01     22.18
3738.30/935.78	c  N dy 13292   4643617       388     41212         0    181065    187726   5164043     21.02     27.80
3761.48/941.53	c  N dy 13423   4663806       388     41212         0    108521    187726   2490394     21.03     22.20
3781.85/946.64	c  N dy 13508   4686646       388     41212         0    130735    187726   3313139     21.03     22.22
3807.43/953.06	c  N dy 13604   4713242       388     41212         0    156564    187726   4264833     21.03     16.78
3807.43/953.07	c  S st 13604   4713242       388     41212         0    156564    187726   4264833     21.03     16.78
3808.23/953.27	c  S st 13604   4713746       388     41212         0    157066    187726   4284053     21.03   no data
3808.23/953.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3808.63/953.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.09
3808.63/953.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3808.63/953.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3808.63/953.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3808.63/953.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
3808.63/953.38	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
3809.02/953.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3809.42/953.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3850.97/963.99	c lits-rem:       502  cl-subs:     3674  v-elim:      0  v-fix:    0  time: 10.43 s
3850.97/963.99	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
3851.37/964.06	c vivif2 --  cl tried   153392 cl shrink        0 lits rem          0 time: 0.07
3852.56/964.39	c asymm  cl-useful: 0/4346/41212 lits-rem:0 time: 0.33
3852.96/964.40	c calculated reachability. Time: 0.00
3852.96/964.40	c  N dy 13604   4713746       388     41212         0    153392    187726   4190563     21.03   no data
3875.73/970.17	c  N dy 13660   4734121       388     41212         0    173297    187726   4921154     21.02     22.16
3902.52/976.85	c  N dy 13722   4759959       388     41212         0    105082    187726   2291340     21.02     22.30
3920.51/981.39	c  N dy 13856   4780059       388     41212         0    124759    187726   3055375     21.03     25.53
3939.66/986.11	c  N dy 13935   4800156       388     41212         0    144277    187726   3771433     21.03     27.30
3965.23/992.56	c  N dy 13970   4829066       388     41212         0    172216    187726   4744846     21.02     22.22
3990.00/998.77	c  N dy 14001   4853185       388     41212         0    101360    187726   2147282     21.02     22.25
4007.18/1003.00	c  N dy 14071   4873804       388     41212         0    121442    187726   2902278     21.02     22.30
4049.54/1013.69	c  N dy 14115   4920357       388     41212         0    166384    187726   4416860     21.00     22.31
4077.50/1020.69	c  N dy 14223   4944309       388     41212         0    189782    187726   5293685     21.00     22.11
4095.90/1025.26	c  N dy 14325   4964457       388     41212         0    114518    187726   2666307     21.01     22.12
4114.27/1029.89	c  N dy 14422   4985573       388     41212         0    135183    187726   3447851     21.01     22.37
4144.25/1037.35	c  N dy 14515   5016246       388     41212         0    164985    187726   4541094     21.01     22.22
4192.99/1049.52	c  N dy 14550   5064092       388     41212         0    114968    187726   2577214     20.98     22.18
4213.74/1054.71	c  N dy 14615   5085117       388     41212         0    135451    187726   3341341     20.98     22.09
4232.92/1059.53	c  N dy 14651   5105186       388     41212         0    155021    187726   4028011     20.98     24.22
4254.12/1064.82	c  N dy 14738   5125192       388     41212         0    174528    187726   4751320     20.98     24.28
4294.45/1074.97	c  N dy 14792   5161044       388     41212         0    112433    187726   2490201     20.97     22.08
4314.04/1079.81	c  N dy 14932   5181135       388     41212         0    132076    187726   3242534     20.98     22.19
4334.01/1084.81	c  N dy 15020   5202208       388     41212         0    152662    187726   4015137     20.98     22.13
4345.20/1087.68	c  S st 15061   5213747       388     41212         0    163866    187726   4434478     20.99     19.08
4346.41/1087.91	c  S st 15061   5214248       388     41212         0    164367    187726   4454445     20.99   no data
4346.41/1087.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4346.81/1088.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.10
4346.81/1088.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4346.81/1088.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4346.81/1088.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4346.81/1088.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
4346.81/1088.05	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
4347.19/1088.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4347.59/1088.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4384.35/1097.48	c lits-rem:       290  cl-subs:     3268  v-elim:      0  v-fix:    0  time:  9.25 s
4384.35/1097.48	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
4384.75/1097.55	c vivif2 --  cl tried   161099 cl shrink        0 lits rem          0 time: 0.07
4386.37/1097.97	c asymm  cl-useful: 0/4147/41212 lits-rem:0 time: 0.41
4386.37/1097.98	c calculated reachability. Time: 0.00
4386.37/1097.98	c  N dy 15061   5214248       388     41212         0    161099    187726   4367396     20.99   no data
4410.72/1104.03	c  N dy 15180   5234948       388     41212         0    181317    187726   5149740     20.99     22.15
4441.08/1111.60	c  N dy 15191   5263395       388     41212         0    110682    187726   2376340     20.98     22.09
4458.27/1115.91	c  N dy 15292   5283587       388     41212         0    130407    187726   3118036     20.99     22.35
4479.05/1121.12	c  N dy 15397   5305071       388     41212         0    151390    187726   3905035     20.99     22.12
4502.22/1126.91	c  N dy 15537   5325076       388     41212         0    170985    187726   4670241     21.00     24.16
4526.60/1133.09	c  N dy 15683   5345153       388     41212         0    190595    187726   5435944     21.01     30.05
4548.59/1138.58	c  N dy 15764   5365843       388     41212         0    111505    187726   2452438     21.02     22.15
4566.95/1143.12	c  N dy 15835   5386960       388     41212         0    132127    187726   3213618     21.02     22.17
4584.92/1147.60	c  N dy 15879   5406987       388     41212         0    151585    187726   3907858     21.02     30.16
4605.72/1152.84	c  N dy 15929   5427056       388     41212         0    171089    187726   4612306     21.02     23.36
4644.85/1162.65	c  N dy 15992   5461324       388     41212         0    104174    187726   2155776     21.00     22.16
4664.03/1167.47	c  N dy 16045   5486638       388     41212         0    128761    187726   3035210     21.00     22.15
4684.42/1172.53	c  N dy 16153   5507390       388     41212         0    148979    187726   3805429     21.01     22.19
4720.40/1181.57	c  N dy 16215   5541074       388     41212         0    181714    187726   4965491     21.00     22.27
4746.77/1188.19	c  N dy 16306   5561078       388     41212         0    201219    187726   5696351     21.00     23.51
4765.93/1192.98	c  N dy 16403   5581136       388     41212         0    119724    187726   2734255     21.00     24.58
4785.10/1197.73	c  N dy 16499   5601387       388     41212         0    139520    187726   3480718     21.01     22.36

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3250757-1304123444/watcher-3250757-1304123444 -o /tmp/evaluation-result-3250757-1304123444/solver-3250757-1304123444 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3250757-1304123444.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.68 4.87 6.31 2/172 4937
/proc/meminfo: memFree=31208616/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 408 0 0 0 0 0 0 0 23 0 4 0 523943139 52441088 347 33554432000 4194304 4627427 140735573321200 18446744073709551615 47296570685362 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 12803 347 299 106 0 7774 0
[pid=4937/tid=4938] ppid=4935 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 523943139 52441088 347 33554432000 4194304 4627427 140735573321200 18446744073709551615 47296570685362 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 523943139 52441088 347 33554432000 4194304 4627427 140735573321200 18446744073709551615 47296570685356 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523943139 52441088 347 33554432000 4194304 4627427 140735573321200 18446744073709551615 235594922993 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.104531 s]
/proc/loadavg: 3.68 4.87 6.31 2/172 4937
/proc/meminfo: memFree=31208616/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=285924 CPUtime=0.37 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 4677 0 0 0 36 1 0 0 25 0 4 0 523943139 292786176 4580 33554432000 4194304 4627427 140735573321200 18446744073709551615 4308282 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 71481 4580 364 106 0 66452 0
[pid=4937/tid=4938] ppid=4935 vsize=285924 CPUtime=0.08 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 1057 0 0 0 8 0 0 0 25 0 4 0 523943139 292786176 4580 33554432000 4194304 4627427 140735573321200 18446744073709551615 4308323 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=285924 CPUtime=0.08 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 1046 0 0 0 8 0 0 0 25 0 4 0 523943139 292786176 4580 33554432000 4194304 4627427 140735573321200 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=285924 CPUtime=0.08 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 1123 0 0 0 8 0 0 0 25 0 4 0 523943139 292786176 4580 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 285924

[startup+0.200515 s]
/proc/loadavg: 3.68 4.87 6.31 2/172 4937
/proc/meminfo: memFree=31208616/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=285924 CPUtime=0.75 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 4752 0 0 0 74 1 0 0 25 0 4 0 523943139 292786176 4655 33554432000 4194304 4627427 140735573321200 18446744073709551615 4308313 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 71481 4655 365 106 0 66452 0
[pid=4937/tid=4938] ppid=4935 vsize=285924 CPUtime=0.18 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 1057 0 0 0 18 0 0 0 25 0 4 0 523943139 292786176 4655 33554432000 4194304 4627427 140735573321200 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=285924 CPUtime=0.18 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 1046 0 0 0 18 0 0 0 25 0 4 0 523943139 292786176 4655 33554432000 4194304 4627427 140735573321200 18446744073709551615 4308329 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=285924 CPUtime=0.17 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 1198 0 0 0 17 0 0 0 25 0 4 0 523943139 292786176 4655 33554432000 4194304 4627427 140735573321200 18446744073709551615 4308277 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 285924

[startup+0.300499 s]
/proc/loadavg: 3.68 4.87 6.31 2/172 4937
/proc/meminfo: memFree=31208616/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=305064 CPUtime=1.15 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 10931 0 0 0 112 3 0 0 25 0 4 0 523943139 312385536 10461 33554432000 4194304 4627427 140735573321200 18446744073709551615 4427501 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 76266 10461 379 106 0 71237 0
[pid=4937/tid=4938] ppid=4935 vsize=305064 CPUtime=0.28 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 3117 0 0 0 27 1 0 0 25 0 4 0 523943139 312385536 10461 33554432000 4194304 4627427 140735573321200 18446744073709551615 4427286 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=305064 CPUtime=0.28 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 3122 0 0 0 28 0 0 0 25 0 4 0 523943139 312385536 10461 33554432000 4194304 4627427 140735573321200 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=305064 CPUtime=0.27 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 1259 0 0 0 27 0 0 0 25 0 4 0 523943139 312385536 10461 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 305064

[startup+0.700426 s]
/proc/loadavg: 3.68 4.87 6.31 2/172 4937
/proc/meminfo: memFree=31208616/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=296064 CPUtime=2.75 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 11932 0 0 0 272 3 0 0 25 0 4 0 523943139 303169536 9575 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 74016 9575 386 106 0 68987 0
[pid=4937/tid=4938] ppid=4935 vsize=296064 CPUtime=0.68 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 3361 0 0 0 67 1 0 0 25 0 4 0 523943139 303169536 9575 33554432000 4194304 4627427 140735573321200 18446744073709551615 4308383 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=296064 CPUtime=0.68 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 3385 0 0 0 68 0 0 0 25 0 4 0 523943139 303169536 9575 33554432000 4194304 4627427 140735573321200 18446744073709551615 4327647 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=296064 CPUtime=0.67 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 1477 0 0 0 67 0 0 0 25 0 4 0 523943139 303169536 9575 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 296064

[startup+1.50029 s]
/proc/loadavg: 3.71 4.85 6.30 10/184 4954
/proc/meminfo: memFree=31149868/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=298200 CPUtime=5.94 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 14194 0 0 0 591 3 0 0 25 0 4 0 523943139 305356800 10891 33554432000 4194304 4627427 140735573321200 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 74550 10891 386 106 0 69521 0
[pid=4937/tid=4938] ppid=4935 vsize=298200 CPUtime=1.48 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 3833 0 0 0 147 1 0 0 25 0 4 0 523943139 305356800 10891 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=298200 CPUtime=1.48 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 3750 0 0 0 148 0 0 0 25 0 4 0 523943139 305356800 10891 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=298200 CPUtime=1.47 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 2477 0 0 0 147 0 0 0 25 0 4 0 523943139 305356800 10891 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 298200

[startup+3.10101 s]
/proc/loadavg: 3.71 4.85 6.30 9/184 4954
/proc/meminfo: memFree=31124312/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=306412 CPUtime=12.35 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 21208 0 0 0 1230 5 0 0 25 0 4 0 523943139 313765888 11653 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 76603 11653 387 106 0 71574 0
[pid=4937/tid=4938] ppid=4935 vsize=306412 CPUtime=3.08 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 5759 0 0 0 307 1 0 0 25 0 4 0 523943139 313765888 11653 33554432000 4194304 4627427 140735573321200 18446744073709551615 4327647 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=306412 CPUtime=3.07 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 5651 0 0 0 307 0 0 0 25 0 4 0 523943139 313765888 11653 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=306412 CPUtime=3.07 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 3767 0 0 0 306 1 0 0 25 0 4 0 523943139 313765888 11653 33554432000 4194304 4627427 140735573321200 18446744073709551615 4327592 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) 306412

[startup+6.30044 s]
/proc/loadavg: 4.05 4.91 6.31 9/184 4954
/proc/meminfo: memFree=31059956/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=323008 CPUtime=25.12 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 43756 0 0 0 2504 8 0 0 25 0 4 0 523943139 330760192 24723 33554432000 4194304 4627427 140735573321200 18446744073709551615 4299536 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 80752 24723 390 106 0 75723 0
[pid=4937/tid=4938] ppid=4935 vsize=323008 CPUtime=6.28 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 10404 0 0 0 626 2 0 0 25 0 4 0 523943139 330760192 24723 33554432000 4194304 4627427 140735573321200 18446744073709551615 4308606 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=323008 CPUtime=6.27 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 11292 0 0 0 626 1 0 0 25 0 4 0 523943139 330760192 24723 33554432000 4194304 4627427 140735573321200 18446744073709551615 4327552 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=323008 CPUtime=6.25 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 10974 0 0 0 623 2 0 0 25 0 4 0 523943139 330760192 24723 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 323008

[startup+12.7003 s]
/proc/loadavg: 4.37 4.96 6.32 9/184 4954
/proc/meminfo: memFree=31031584/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=329324 CPUtime=50.68 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 66529 0 0 0 5057 11 0 0 25 0 4 0 523943139 337227776 28231 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309253 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 82331 28231 390 106 0 77302 0
[pid=4937/tid=4938] ppid=4935 vsize=329324 CPUtime=12.67 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 17177 0 0 0 1265 2 0 0 25 0 4 0 523943139 337227776 28231 33554432000 4194304 4627427 140735573321200 18446744073709551615 4327796 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=329324 CPUtime=12.68 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 16984 0 0 0 1266 2 0 0 25 0 4 0 523943139 337227776 28231 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=329324 CPUtime=12.63 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 16021 0 0 0 1260 3 0 0 25 0 4 0 523943139 337227776 28232 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 329324

[startup+25.5011 s]
/proc/loadavg: 5.17 5.11 6.34 9/184 4954
/proc/meminfo: memFree=30996208/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=335428 CPUtime=101.82 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 103828 0 0 0 10164 18 0 0 25 0 4 0 523943139 343478272 35304 33554432000 4194304 4627427 140735573321200 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 83857 35304 390 106 0 78828 0
[pid=4937/tid=4938] ppid=4935 vsize=335428 CPUtime=25.47 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 26145 0 0 0 2544 3 0 0 25 0 4 0 523943139 343478272 35304 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=335428 CPUtime=25.48 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 25489 0 0 0 2544 4 0 0 25 0 4 0 523943139 343478272 35304 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=335428 CPUtime=25.36 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 25422 0 0 0 2531 5 0 0 25 0 4 0 523943139 343478272 35304 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 335428

[startup+51.1006 s]
/proc/loadavg: 6.14 5.34 6.39 9/184 4955
/proc/meminfo: memFree=30949868/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=349448 CPUtime=204.09 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 168160 0 0 0 20377 32 0 0 25 0 4 0 523943139 357834752 41919 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 87362 41919 390 106 0 82333 0
[pid=4937/tid=4938] ppid=4935 vsize=349448 CPUtime=51.07 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 42577 0 0 0 5100 7 0 0 25 0 4 0 523943139 357834752 41919 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=349448 CPUtime=51.08 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 39914 0 0 0 5101 7 0 0 25 0 4 0 523943139 357834752 41920 33554432000 4194304 4627427 140735573321200 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=349448 CPUtime=50.84 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 43014 0 0 0 5075 9 0 0 25 0 4 0 523943139 357834752 41920 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 349448

[startup+102.301 s]
/proc/loadavg: 7.23 5.76 6.47 9/184 4957
/proc/meminfo: memFree=30866604/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=354264 CPUtime=408.66 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 279909 0 0 0 40810 56 0 0 25 0 4 0 523943139 362766336 56441 33554432000 4194304 4627427 140735573321200 18446744073709551615 4327427 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 88566 56441 390 106 0 83537 0
[pid=4937/tid=4938] ppid=4935 vsize=354264 CPUtime=102.27 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 70203 0 0 0 10215 12 0 0 25 0 4 0 523943139 362766336 56442 33554432000 4194304 4627427 140735573321200 18446744073709551615 4507248 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=354264 CPUtime=102.29 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 65594 0 0 0 10217 12 0 0 25 0 4 0 523943139 362766336 56442 33554432000 4194304 4627427 140735573321200 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=354264 CPUtime=101.8 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 71348 0 0 0 10164 16 0 0 25 0 4 0 523943139 362766336 56442 33554432000 4194304 4627427 140735573321200 18446744073709551615 4327622 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 354264

[startup+162.301 s]

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

[pid=4937] ppid=4935 vsize=770524 CPUtime=2566.04 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 1076624 0 0 0 256347 257 0 0 25 0 4 0 523943139 789016576 142942 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 192631 142942 390 106 0 187602 0
[pid=4937/tid=4938] ppid=4935 vsize=770524 CPUtime=642.24 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 270976 0 0 0 64163 61 0 0 25 0 4 0 523943139 789016576 142942 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=770524 CPUtime=642.27 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 266752 0 0 0 64166 61 0 0 25 0 4 0 523943139 789016576 142942 33554432000 4194304 4627427 140735573321200 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=770524 CPUtime=639.23 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 269427 0 0 0 63855 68 0 0 25 0 4 0 523943139 789016576 142942 33554432000 4194304 4627427 140735573321200 18446744073709551615 4324274 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2566.04
Current children cumulated vsize (KiB) 770524

[startup+702.301 s]
/proc/loadavg: 4.09 4.97 5.94 5/175 4990
/proc/meminfo: memFree=30591876/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=1006536 CPUtime=2805.77 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 1134375 0 0 0 280302 275 0 0 25 0 4 0 523943139 1030692864 153934 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 251634 153934 390 106 0 246605 0
[pid=4937/tid=4938] ppid=4935 vsize=1006536 CPUtime=702.24 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 288576 0 0 0 70158 66 0 0 25 0 4 0 523943139 1030692864 153934 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=1006536 CPUtime=702.27 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 279209 0 0 0 70162 65 0 0 25 0 4 0 523943139 1030692864 153934 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=1006536 CPUtime=698.95 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 289201 0 0 0 69822 73 0 0 25 0 4 0 523943139 1030692864 153934 33554432000 4194304 4627427 140735573321200 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.77
Current children cumulated vsize (KiB) 1006536

[startup+762.301 s]
/proc/loadavg: 4.03 4.79 5.81 5/175 4991
/proc/meminfo: memFree=30632692/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=964180 CPUtime=3045.51 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 1197790 0 0 0 304257 294 0 0 25 0 4 0 523943139 987320320 143725 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 241045 143725 390 106 0 236016 0
[pid=4937/tid=4938] ppid=4935 vsize=964180 CPUtime=762.24 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 305762 0 0 0 76153 71 0 0 25 0 4 0 523943139 987320320 143725 33554432000 4194304 4627427 140735573321200 18446744073709551615 4327756 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=964180 CPUtime=762.27 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 290402 0 0 0 76159 68 0 0 25 0 4 0 523943139 987320320 143725 33554432000 4194304 4627427 140735573321200 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=964180 CPUtime=758.68 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 305707 0 0 0 75789 79 0 0 25 0 4 0 523943139 987320320 143725 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.51
Current children cumulated vsize (KiB) 964180

[startup+822.301 s]
/proc/loadavg: 4.01 4.64 5.70 5/175 4993
/proc/meminfo: memFree=30551012/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=909748 CPUtime=3285.21 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 1264270 0 0 0 328211 310 0 0 25 0 4 0 523943139 931581952 164378 33554432000 4194304 4627427 140735573321200 18446744073709551615 4324127 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 227437 164378 390 106 0 222408 0
[pid=4937/tid=4938] ppid=4935 vsize=909748 CPUtime=822.25 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 328244 0 0 0 82149 76 0 0 25 0 4 0 523943139 931581952 164378 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=909748 CPUtime=822.27 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 302996 0 0 0 82155 72 0 0 25 0 4 0 523943139 931581952 164379 33554432000 4194304 4627427 140735573321200 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=909748 CPUtime=818.4 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 322530 0 0 0 81757 83 0 0 25 0 4 0 523943139 931581952 164379 33554432000 4194304 4627427 140735573321200 18446744073709551615 4327756 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3285.21
Current children cumulated vsize (KiB) 909748

[startup+882.307 s]
/proc/loadavg: 4.00 4.52 5.59 5/175 4995
/proc/meminfo: memFree=30565464/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=834212 CPUtime=3524.97 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 1321686 0 0 0 352171 326 0 0 25 0 4 0 523943139 854233088 160536 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 208553 160536 390 106 0 203524 0
[pid=4937/tid=4938] ppid=4935 vsize=834212 CPUtime=882.25 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 345565 0 0 0 88145 80 0 0 25 0 4 0 523943139 854233088 160536 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=834212 CPUtime=882.27 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 314480 0 0 0 88152 75 0 0 25 0 4 0 523943139 854233088 160536 33554432000 4194304 4627427 140735573321200 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=834212 CPUtime=878.13 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 340025 0 0 0 87725 88 0 0 25 0 4 0 523943139 854233088 160536 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.97
Current children cumulated vsize (KiB) 834212

[startup+942.301 s]
/proc/loadavg: 4.00 4.42 5.49 5/175 4996
/proc/meminfo: memFree=30528152/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=1040272 CPUtime=3764.67 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 1381678 0 0 0 376122 345 0 0 25 0 4 0 523943139 1065238528 170126 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 260068 170126 390 106 0 255039 0
[pid=4937/tid=4938] ppid=4935 vsize=1040272 CPUtime=942.25 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 367986 0 0 0 94140 85 0 0 25 0 4 0 523943139 1065238528 170126 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=1040272 CPUtime=942.26 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 323952 0 0 0 94148 78 0 0 25 0 4 0 523943139 1065238528 170126 33554432000 4194304 4627427 140735573321200 18446744073709551615 4327603 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=1040272 CPUtime=937.86 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 356170 0 0 0 93692 94 0 0 25 0 4 0 523943139 1065238528 170126 33554432000 4194304 4627427 140735573321200 18446744073709551615 4428093 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.67
Current children cumulated vsize (KiB) 1040272

[startup+1002.3 s]
/proc/loadavg: 4.04 4.36 5.40 5/175 4998
/proc/meminfo: memFree=30538236/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=982668 CPUtime=4004.38 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 1435408 0 0 0 400075 363 0 0 25 0 4 0 523943139 1006252032 167196 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309182 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 245667 167196 390 106 0 240638 0
[pid=4937/tid=4938] ppid=4935 vsize=982668 CPUtime=1002.24 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 385218 0 0 0 100134 90 0 0 25 0 4 0 523943139 1006252032 167196 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=982668 CPUtime=1002.26 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 336174 0 0 0 100144 82 0 0 25 0 4 0 523943139 1006252032 167196 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=982668 CPUtime=997.57 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 372590 0 0 0 99658 99 0 0 25 0 4 0 523943139 1006252032 167196 33554432000 4194304 4627427 140735573321200 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4004.38
Current children cumulated vsize (KiB) 982668

[startup+1062.3 s]
/proc/loadavg: 4.05 4.31 5.31 5/175 4999
/proc/meminfo: memFree=30526620/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=1145928 CPUtime=4244.12 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 1484660 0 0 0 424033 379 0 0 25 0 4 0 523943139 1173430272 170443 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 286482 170443 390 106 0 281453 0
[pid=4937/tid=4938] ppid=4935 vsize=1145928 CPUtime=1062.25 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 398045 0 0 0 106130 95 0 0 25 0 4 0 523943139 1173430272 170443 33554432000 4194304 4627427 140735573321200 18446744073709551615 4324192 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=1145928 CPUtime=1062.26 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 348398 0 0 0 106140 86 0 0 25 0 4 0 523943139 1173430272 170443 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=1145928 CPUtime=1057.29 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 387690 0 0 0 105625 104 0 0 25 0 4 0 523943139 1173430272 170443 33554432000 4194304 4627427 140735573321200 18446744073709551615 4327714 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4244.12
Current children cumulated vsize (KiB) 1145928

[startup+1122.3 s]
/proc/loadavg: 4.13 4.28 5.24 5/175 5001
/proc/meminfo: memFree=30481512/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=969776 CPUtime=4483.84 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 1541107 0 0 0 447988 396 0 0 25 0 4 0 523943139 993050624 181548 33554432000 4194304 4627427 140735573321200 18446744073709551615 4333251 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 242444 181548 396 106 0 237415 0
[pid=4937/tid=4938] ppid=4935 vsize=969776 CPUtime=1122.25 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 415398 0 0 0 112124 101 0 0 25 0 4 0 523943139 993050624 181548 33554432000 4194304 4627427 140735573321200 18446744073709551615 4327592 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=969776 CPUtime=1122.26 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 356779 0 0 0 112137 89 0 0 25 0 4 0 523943139 993050624 181548 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=969776 CPUtime=1117.02 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 402911 0 0 0 111594 108 0 0 25 0 4 0 523943139 993050624 181548 33554432000 4194304 4627427 140735573321200 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.84
Current children cumulated vsize (KiB) 969776

[startup+1182.3 s]
/proc/loadavg: 4.12 4.24 5.16 5/175 5002
/proc/meminfo: memFree=30436160/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=1218220 CPUtime=4723.57 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 1589109 0 0 0 471945 412 0 0 25 0 4 0 523943139 1247457280 192932 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 304555 192932 396 106 0 299526 0
[pid=4937/tid=4938] ppid=4935 vsize=1218220 CPUtime=1182.25 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 430733 0 0 0 118119 106 0 0 25 0 4 0 523943139 1247457280 192932 33554432000 4194304 4627427 140735573321200 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=1218220 CPUtime=1182.27 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 365849 0 0 0 118135 92 0 0 25 0 4 0 523943139 1247457280 192932 33554432000 4194304 4627427 140735573321200 18446744073709551615 4327592 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=1218220 CPUtime=1176.75 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 417501 0 0 0 117562 113 0 0 25 0 4 0 523943139 1247457280 192932 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4723.57
Current children cumulated vsize (KiB) 1218220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.5 s]
/proc/loadavg: 4.08 4.22 5.14 5/175 5003
/proc/meminfo: memFree=30493772/32950928 swapFree=67111404/67111528
[pid=4937] ppid=4935 vsize=1033252 CPUtime=4800.29 cores=0,2,4,6
/proc/4937/stat : 4937 (strangenight2-m) R 4935 4937 4213 0 -1 4202496 1601572 0 0 0 479613 416 0 0 25 0 4 0 523943139 1058050048 178097 33554432000 4194304 4627427 140735573321200 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4937/statm: 258313 178097 396 106 0 253284 0
[pid=4937/tid=4938] ppid=4935 vsize=1033252 CPUtime=1201.45 cores=0,2,4,6
/proc/4937/task/4938/stat : 4938 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 435604 0 0 0 120038 107 0 0 25 0 4 0 523943139 1058050048 178097 33554432000 4194304 4627427 140735573321200 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4937/tid=4939] ppid=4935 vsize=1033252 CPUtime=1201.47 cores=0,2,4,6
/proc/4937/task/4939/stat : 4939 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 366361 0 0 0 120055 92 0 0 25 0 4 0 523943139 1058050048 178097 33554432000 4194304 4627427 140735573321200 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4937/tid=4940] ppid=4935 vsize=1033252 CPUtime=1195.86 cores=0,2,4,6
/proc/4937/task/4940/stat : 4940 (strangenight2-m) R 4935 4937 4213 0 -1 4202560 423831 0 0 0 119471 115 0 0 25 0 4 0 523943139 1058050048 178097 33554432000 4194304 4627427 140735573321200 18446744073709551615 4467838 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 1033252

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.55
CPU time (s): 4800.36
CPU user time (s): 4796.16
CPU system time (s): 4.20036
CPU usage (%): 399.516
Max. virtual memory (cumulated for all children) (KiB): 1297544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.16
system time used= 4.20036
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1601575
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= 1537
involuntary context switches= 34195

runsolver used 1.80373 second user time and 3.86741 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-30 02:30:44
IDJOB=3250757
IDBENCH=83358
IDSOLVER=1586
FILE ID=node120/3250757-1304123444
RUNJOBID= node120-1304123444-4927
PBS_JOBID= 13170710
Free space on /tmp= 72076 MiB

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

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

MD5SUM BENCH= a08160883ea01d58c880b6f2b323ef8b
RANDOM SEED=394176740

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:     32950928 kB
MemFree:      31208656 kB
Buffers:        503836 kB
Cached:         815432 kB
SwapCached:          8 kB
Active:         410188 kB
Inactive:       972416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31208656 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            6664 kB
Writeback:           0 kB
AnonPages:       63224 kB
Mapped:          14692 kB
Slab:           295996 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187924 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= 72068 MiB
End job on node120 at 2011-04-30 02:50:47