Trace number 3400983

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-Night2-st (fixed)UNSAT 1910.73 1910.68

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p0.cnf
MD5SUMfaef1c850bb82ceddc7da5a4c445dd25
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1428.89
Satisfiable
(Un)Satisfiability was proved
Number of variables258781
Number of clauses1372095
Sum of the clauses size3305764
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2980303
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Outputting solution to console
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-3400983-1306280137.cnf'
0.00/0.00	c -- header says num vars:         258781
0.00/0.00	c -- header says num clauses:     1372095
0.39/0.47	c -- clauses added:            0 learnts,      1372095 normals,            0 xors
0.39/0.47	c -- vars added     258781
0.39/0.47	c Parsing time:  0.42 s
0.39/0.47	c  N st     0         0    258781    378643    979353         0   3290715         0   no data   no data
0.69/0.77	c asymm  cl-useful: 3/1464/332664 lits-rem:12 time: 0.29
9.49/9.52	c Flit:    82 Blit:   1280 bXBeca:    0 bXProp: 1159 Bins:      0 BRemL:      0 BRemN:      0 P: 200.1M T:  8.66
9.49/9.56	c Cleaning up after failed var search:     0.04 s 
9.59/9.63	c Replacing     1159 vars Replaced    35218 lits Time:     0.06 s 
9.69/9.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.69/9.79	c bin-w-bin subsume rem        36158 bins  time:  0.05 s
9.80/9.91	c subs with bin:     5231  lits-rem:     48130  v-fix:    0  time:  0.12 s
11.29/11.38	c Subs w/ non-existent bins:      5 l-rem:      0 v-fix:  2524 done:  15395 time:  1.47 s
11.49/11.56	c Removed useless bin:     685  fixed:     0  props:  20.02M  time:  0.18 s
12.29/12.39	c lits-rem:      2541  cl-subs:     7148  v-elim:  62934  v-fix:    0  time:  0.82 s
12.89/12.94	c Finding binary XORs  T:     0.55 s  found:     676
12.99/13.00	c Replacing      676 vars Replaced    13471 lits Time:     0.06 s 
13.11/13.21	c Finding non-binary XORs:     0.11 s (found:       0, avg size: nan)
13.11/13.21	c calculated reachability. Time: 0.08
13.21/13.23	c Calc default polars -  time:   0.02 s pos:   28415 undec:  127558 neg:  102808
13.21/13.23	c =========================================================================================
13.21/13.23	c types(t): F = full restart, N = normal restart
13.21/13.23	c types(t): S = simplification begin/end, E = solution found
13.21/13.23	c restart types(rt): st = static, dy = dynamic
13.21/13.23	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
13.21/13.23	c  B st     0         0    131626    389046    476461         0   2380949         0   no data   no data
15.79/15.83	c  N dy    16      4120    119221    366638    426471      3516   2162456    303749      8.50      9.15
19.09/19.13	c Finding binary XORs  T:     0.44 s  found:    1210
19.09/19.19	c Replacing     1210 vars Replaced    54829 lits Time:     0.06 s 
19.59/19.60	c  N dy    40      8385    113171    354666    402762      7115   2054881    588675      8.78      9.36
22.29/22.36	c  N dy    66     12421    110992    346770    403959     10614   2028159    922328      9.61     10.15
25.89/25.90	c  N dy    88     16496    109501    343164    398367     14117   1998546   1292816      9.65     10.22
27.50/27.56	c Finding binary XORs  T:     0.48 s  found:    2355
27.59/27.64	c Replacing     2355 vars Replaced   105513 lits Time:     0.08 s 
30.71/30.81	c  N dy   112     20532    105254    337167    377248      9059   1920639    368870      9.85     11.02
34.60/34.63	c  N dy   138     24587    104050    334946    372616     12772   1899184    805495     10.10     16.00
34.99/35.02	c  F st   142     25000    104046    334946    372642     13152   1899184    866183     10.26   no data
40.79/40.83	c  N dy   148     30000    103132    333581    373625     17825   1896449   1770364     10.26   no data
40.79/40.84	c  S st   148     30000    103132    333581    373625     17825   1896449   1770364     10.26   no data
42.39/42.41	c Finding binary XORs  T:     0.52 s  found:    1653
42.49/42.50	c Replacing     1653 vars Replaced   141912 lits Time:     0.09 s 
43.09/43.10	c  S st   148     30500     99203    317826    359284     17444   1804897   1743780     10.26   no data
43.09/43.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
52.49/52.51	c Flit:   863 Blit:   4205 bXBeca:    0 bXProp: 1057 Bins:  44464 BRemL:   2676 BRemN:     19 P: 200.1M T:  9.29
52.49/52.56	c Cleaning up after failed var search:     0.04 s 
52.59/52.64	c Replacing     1058 vars Replaced    63931 lits Time:     0.08 s 
52.70/52.75	c blocked clauses removed:        0 vars:      1 tried:       90800 T: 0.04 s
52.70/52.78	c bin-w-bin subsume rem         2451 bins  time:  0.03 s
52.80/52.86	c subs with bin:     4824  lits-rem:      2730  v-fix:    0  time:  0.08 s
55.49/55.59	c Subs w/ non-existent bins:   2480 l-rem:    303 v-fix:   197 done:  29567 time:  2.72 s
55.70/55.71	c Removed useless bin:    1148  fixed:   199  props:  20.03M  time:  0.12 s
56.11/56.14	c lits-rem:       306  cl-subs:    12948  v-elim:   5166  v-fix:    0  time:  0.43 s
56.20/56.28	c subs with bin:      126  lits-rem:       769  v-fix:    0  time:  0.11 s
56.30/56.39	c lits-rem:       125  cl-subs:      668  v-elim:      0  v-fix:    0  time:  0.07 s
56.70/56.78	c asymm  cl-useful: 376/1598/257534 lits-rem:790 time: 0.39
56.90/56.99	c calculated reachability. Time: 0.19
56.90/56.99	c  N dy   148     30500     85435    257534    345700      7417   1531174    251689     10.26   no data
58.00/58.01	c Finding binary XORs  T:     1.01 s  found:     148
62.79/62.85	c  N dy   151     35430     85088    257534    346014     11973   1531174   1001025      9.74     10.42
67.89/67.99	c  N dy   164     39499     84931    257534    346207     15789   1531174   1878246      9.62     10.43
72.79/72.84	c  N dy   177     43553     84872    257534    346349     10877   1531174    751187      9.48     11.76
75.99/76.06	c  S st   185     45750     84836    257534    346427     12972   1531174   1267124      9.44   no data
77.29/77.36	c  S st   185     46251     84427    252486    342699     13209   1506962   1284444      9.44   no data
77.39/77.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
87.20/87.28	c Flit:   815 Blit:   2055 bXBeca:    0 bXProp:  958 Bins:  58135 BRemL:   1952 BRemN:     33 P: 200.0M T:  9.82
87.30/87.32	c Cleaning up after failed var search:     0.03 s 
87.40/87.41	c Replacing     1107 vars Replaced    60066 lits Time:     0.09 s 
87.40/87.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
87.50/87.50	c bin-w-bin subsume rem         3843 bins  time:  0.03 s
87.50/87.59	c subs with bin:     1780  lits-rem:      7606  v-fix:    0  time:  0.08 s
89.89/89.97	c Subs w/ non-existent bins:   1420 l-rem:    440 v-fix:    75 done:  29624 time:  2.38 s
89.99/90.07	c Removed useless bin:    1350  fixed:    76  props:  20.02M  time:  0.10 s
90.29/90.38	c lits-rem:       360  cl-subs:     5900  v-elim:   4184  v-fix:    0  time:  0.30 s
90.49/90.54	c subs with bin:      146  lits-rem:       359  v-fix:    0  time:  0.13 s
90.59/90.64	c lits-rem:        22  cl-subs:      124  v-elim:      0  v-fix:    0  time:  0.07 s
91.39/91.47	c vivif2 --  cl tried   230880 cl shrink     7964 lits rem       9368 time: 0.83
91.49/91.55	c vivif2 --  cl tried     7668 cl shrink     1240 lits rem      11429 time: 0.08
91.89/91.94	c asymm  cl-useful: 173/3474/229487 lits-rem:278 time: 0.40
92.19/92.23	c calculated reachability. Time: 0.27
92.19/92.23	c  N dy   185     46251     75094    229487    353128      7370   1364655    333111      9.44   no data
93.51/93.57	c Finding binary XORs  T:     1.34 s  found:      76
97.59/97.66	c  N dy   196     50281     74825    229487    353296     11170   1364655    930757      9.28     10.04
103.00/103.03	c  N dy   218     54311     74624    229487    353426     15036   1364655   1782456      9.28     10.09
108.60/108.60	c  N dy   230     58455     74590    229487    353540     19011   1364655   2456101      9.16      9.82
113.99/114.05	c  N dy   256     62724     74387    229487    353705     23077   1364655   3306368      9.29      9.80
119.70/119.71	c Finding binary XORs  T:     1.20 s  found:     133
120.69/120.72	c  N dy   278     66845     73922    217064    346771     14547   1319504   1198502      9.34      9.90
124.31/124.38	c  S st   292     69377     73877    217064    346837     16999   1319504   1850506      9.34      7.31
125.40/125.44	c  S st   292     69879     73058    216117    342386     17373   1306104   1898634      9.34   no data
125.40/125.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
135.59/135.61	c Flit:   656 Blit:   1011 bXBeca:    0 bXProp:  474 Bins:  50593 BRemL:   1681 BRemN:     26 P: 200.0M T: 10.10
135.59/135.65	c Cleaning up after failed var search:     0.03 s 
135.69/135.75	c Replacing      683 vars Replaced    37698 lits Time:     0.09 s 
135.79/135.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
135.79/135.83	c bin-w-bin subsume rem         2870 bins  time:  0.03 s
135.89/135.92	c subs with bin:     1301  lits-rem:      3134  v-fix:    0  time:  0.08 s
138.19/138.28	c Subs w/ non-existent bins:    548 l-rem:    172 v-fix:   376 done:  28965 time:  2.36 s
138.39/138.40	c Removed useless bin:    2204  fixed:     0  props:  20.01M  time:  0.12 s
138.60/138.66	c lits-rem:       197  cl-subs:     5655  v-elim:   3211  v-fix:    0  time:  0.27 s
138.79/138.83	c subs with bin:       79  lits-rem:       457  v-fix:    0  time:  0.13 s
138.89/138.93	c lits-rem:        82  cl-subs:      141  v-elim:      0  v-fix:    0  time:  0.07 s
139.60/139.70	c vivif2 --  cl tried   202815 cl shrink     5440 lits rem       7041 time: 0.77
139.70/139.80	c vivif2 --  cl tried     9138 cl shrink      821 lits rem       8522 time: 0.09
140.20/140.26	c asymm  cl-useful: 148/2060/201796 lits-rem:296 time: 0.46
140.50/140.54	c calculated reachability. Time: 0.27
140.50/140.54	c  N dy   292     69879     66655    201768    353900      9007   1212049    430764      9.34   no data
141.91/141.93	c Finding binary XORs  T:     1.37 s  found:      83
146.79/146.80	c  N dy   305     74390     66650    201765    354064     13314   1212032   1234664      9.22      9.73
152.20/152.28	c  N dy   324     79147     66334    201765    354211     17885   1212032   2187801      9.15      9.66
158.09/158.14	c  N dy   346     84222     66269    201765    354413     22731   1212032   3236707      9.13     10.04
162.39/162.44	c  F st   370     87500     66246    201765    354496     13281   1212032    730428      9.19   no data
162.49/162.51	c Replacing       83 vars Replaced     2338 lits Time:     0.04 s 
164.91/164.94	c Finding binary XORs  T:     1.23 s  found:      19
167.79/167.84	c  N st   375     90799     66154    194305    351356     16380   1188037   1277701      9.19   no data
176.30/176.31	c  N dy   401     97058     66123    194305    351465     22491   1188037   3226065      9.24      9.75
185.00/185.06	c  N dy   431    103326     66123    194305    351520     28680   1188037   4717225      9.25      9.77
187.20/187.23	c  S st   442    104820     66122    194305    351550     30140   1188037   5095338      9.32   no data
188.20/188.20	c  S st   442    105322     65777    194305    351602     30557   1188037   5152272      9.32   no data
188.20/188.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
198.30/198.40	c Flit:   595 Blit:    683 bXBeca:    0 bXProp:  746 Bins:  37228 BRemL:   2716 BRemN:     38 P: 200.1M T: 10.12
198.40/198.45	c Cleaning up after failed var search:     0.05 s 
198.60/198.62	c Replacing      765 vars Replaced    45627 lits Time:     0.17 s 
198.60/198.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
198.70/198.70	c bin-w-bin subsume rem         2260 bins  time:  0.03 s
198.70/198.78	c subs with bin:     1038  lits-rem:      1660  v-fix:    0  time:  0.08 s
200.59/200.69	c Subs w/ non-existent bins:    445 l-rem:    212 v-fix:    10 done:  36968 time:  1.90 s
200.79/200.86	c Removed useless bin:    5193  fixed:     0  props:  20.04M  time:  0.17 s
201.09/201.11	c lits-rem:       259  cl-subs:     6540  v-elim:   3057  v-fix:    0  time:  0.26 s
201.49/201.52	c subs with bin:      102  lits-rem:       729  v-fix:    0  time:  0.36 s
201.59/201.64	c lits-rem:       375  cl-subs:      379  v-elim:      0  v-fix:    0  time:  0.09 s
202.31/202.37	c vivif2 --  cl tried   179497 cl shrink     3436 lits rem       4453 time: 0.72
202.50/202.55	c vivif2 --  cl tried    13876 cl shrink     1721 lits rem      29437 time: 0.18
202.90/202.96	c asymm  cl-useful: 222/871/178835 lits-rem:247 time: 0.41
203.20/203.24	c calculated reachability. Time: 0.26
203.20/203.24	c  N dy   442    105322     60412    178830    348666     13760   1093478    684283      9.32   no data
204.61/204.62	c Finding binary XORs  T:     1.38 s  found:      31
211.60/211.64	c  N dy   466    112422     60402    178830    348904     10816   1093478    620213      9.23      9.87
219.69/219.77	c  N dy   491    120774     60028    178830    349101     18876   1093478   1945641      9.14     10.25
228.60/228.62	c  N dy   529    128830     59989    178830    349302     26672   1093478   3354184      9.14      9.65
239.30/239.33	c  N dy   576    137690     59968    178830    349502     18284   1093478   1171094      9.25      9.78
252.00/252.05	c  N dy   605    147320     59890    178830    349586     27751   1093478   3036601      9.21      9.78
265.19/265.21	c  N dy   668    156733     59865    178830    349710     36986   1093478   5178710      9.37     15.48
266.79/266.86	c  S st   678    157984     59865    178830    349740     38195   1093478   5446694      9.39   no data
267.69/267.73	c  S st   678    158485     59865    178830    349795     38620   1093478   5504651      9.39   no data
267.69/267.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
277.59/277.66	c Flit:   687 Blit:    311 bXBeca:    0 bXProp:  488 Bins:  56389 BRemL:   3820 BRemN:     10 P: 200.0M T:  9.87
277.69/277.71	c Cleaning up after failed var search:     0.05 s 
277.79/277.86	c Replacing      519 vars Replaced    53686 lits Time:     0.15 s 
277.89/277.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
277.89/277.95	c bin-w-bin subsume rem         3067 bins  time:  0.03 s
277.99/278.03	c subs with bin:      995  lits-rem:      1212  v-fix:    0  time:  0.08 s
279.99/280.08	c Subs w/ non-existent bins:    111 l-rem:     60 v-fix:     8 done:  32872 time:  2.06 s
280.19/280.29	c Removed useless bin:    9029  fixed:     0  props:  20.00M  time:  0.21 s
280.51/280.53	c lits-rem:       285  cl-subs:     5956  v-elim:   2027  v-fix:    0  time:  0.23 s
281.29/281.39	c subs with bin:      509  lits-rem:       893  v-fix:    0  time:  0.81 s
281.51/281.56	c lits-rem:       431  cl-subs:      403  v-elim:      0  v-fix:    0  time:  0.14 s
282.19/282.29	c vivif2 --  cl tried   165573 cl shrink     3158 lits rem       4248 time: 0.73
282.49/282.53	c vivif2 --  cl tried    17905 cl shrink     2491 lits rem      77487 time: 0.24
282.99/283.03	c asymm  cl-useful: 130/887/164941 lits-rem:163 time: 0.50
283.29/283.31	c calculated reachability. Time: 0.27
283.29/283.31	c  N dy   678    158485     56072    164934    362028     17830   1000485    933355      9.39   no data
284.69/284.70	c Finding binary XORs  T:     1.39 s  found:       3
294.71/294.74	c  N dy   720    168694     56062    164934    362288     18201   1000485   1502664      9.34      9.86
307.40/307.40	c  N dy   783    179502     55989    164934    362436     28814   1000485   3952234      9.45     28.38
324.70/324.76	c  N dy   828    193675     55982    164934    362602     23045   1000485   1589209      9.41      9.95
340.50/340.54	c  N dy   905    206425     55976    164934    362742     35573   1000485   4332268      9.52     10.17
358.00/358.03	c  N dy   991    219625     55971    164934    362939     24913   1000485   1476908      9.68     10.89
376.30/376.38	c  N dy  1068    233679     55955    164934    363034     38778   1000485   4470433      9.75     10.27
381.80/381.84	c  S st  1085    237727     55954    164934    363044     42771   1000485   5183948      9.76      9.88
382.50/382.59	c  S st  1085    238228     55954    164934    363071     43243   1000485   5237707      9.76   no data
382.60/382.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
393.00/393.09	c Flit:   594 Blit:    432 bXBeca:    0 bXProp:  479 Bins:  89294 BRemL:  10163 BRemN:     18 P: 200.1M T: 10.42
393.10/393.13	c Cleaning up after failed var search:     0.05 s 
393.20/393.24	c Replacing      482 vars Replaced    33416 lits Time:     0.10 s 
393.20/393.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
393.30/393.32	c bin-w-bin subsume rem         3564 bins  time:  0.04 s
393.40/393.40	c subs with bin:      582  lits-rem:       517  v-fix:    0  time:  0.08 s
395.20/395.20	c Subs w/ non-existent bins:    161 l-rem:    140 v-fix:     2 done:  35790 time:  1.80 s
395.30/395.39	c Removed useless bin:    4476  fixed:     0  props:  20.03M  time:  0.19 s
395.60/395.61	c lits-rem:       215  cl-subs:     4932  v-elim:   1531  v-fix:    0  time:  0.22 s
397.50/397.52	c subs with bin:      271  lits-rem:      1177  v-fix:    0  time:  1.82 s
397.90/397.93	c lits-rem:       681  cl-subs:      919  v-elim:      0  v-fix:    0  time:  0.39 s
398.70/398.75	c vivif2 --  cl tried   156746 cl shrink     3359 lits rem       4478 time: 0.82
399.10/399.15	c vivif2 --  cl tried    25951 cl shrink     3672 lits rem     210890 time: 0.40
399.60/399.66	c asymm  cl-useful: 113/826/155976 lits-rem:116 time: 0.50
399.90/399.98	c calculated reachability. Time: 0.31
399.90/399.98	c  N dy  1085    238228     52734    155976    403670     25879    939298   1432073      9.76   no data
401.51/401.51	c Finding binary XORs  T:     1.53 s  found:       1
418.20/418.22	c  N dy  1152    253797     52677    155976    403916     23974    939298   1800593      9.75     10.28
436.41/436.45	c  N dy  1243    270270     52671    155976    404138     40087    939298   4677955      9.84     10.59
457.90/457.97	c  N dy  1323    287620     52663    155976    404240     33117    939298   2771283      9.86     25.18
481.51/481.53	c  N dy  1428    306072     52645    155976    404357     51287    939298   5924597      9.99     31.92
481.72/481.73	c  F st  1430    306250     52645    155976    404359     51463    939298   5949642      9.99   no data
481.82/481.82	c Replacing        1 vars Replaced       29 lits Time:     0.05 s 
506.51/506.51	c  N dy  1523    325672     52640    155049    403174     43130    935870   3821085     10.08     11.33
531.60/531.60	c  N dy  1634    345770     52634    155049    403337     33600    935870   1904560     10.14     15.69
546.10/546.11	c  S st  1704    357342     52521    155049    403382     45030    935870   3648742     10.19      7.11
546.80/546.80	c  S st  1704    357844     52521    155049    403416     45495    935870   3699709     10.19   no data
546.80/546.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
558.01/558.09	c Flit:   785 Blit:    102 bXBeca:    0 bXProp:    4 Bins:  89232 BRemL:    358 BRemN:      1 P: 200.1M T: 11.23
558.11/558.13	c Cleaning up after failed var search:     0.04 s 
558.11/558.19	c Replacing        5 vars Replaced      314 lits Time:     0.05 s 
558.21/558.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
558.21/558.28	c bin-w-bin subsume rem          180 bins  time:  0.04 s
558.31/558.36	c subs with bin:      133  lits-rem:        19  v-fix:    0  time:  0.08 s
559.92/559.95	c Subs w/ non-existent bins:    100 l-rem:     27 v-fix:     0 done:  39690 time:  1.59 s
560.10/560.11	c Removed useless bin:    4158  fixed:     0  props:  20.01M  time:  0.16 s
560.20/560.29	c lits-rem:       171  cl-subs:      444  v-elim:   1156  v-fix:    0  time:  0.18 s
562.21/562.20	c subs with bin:      148  lits-rem:      1959  v-fix:    0  time:  1.82 s
562.81/562.86	c lits-rem:       714  cl-subs:     1190  v-elim:      0  v-fix:    0  time:  0.63 s
563.71/563.70	c vivif2 --  cl tried   147728 cl shrink     1203 lits rem       1563 time: 0.84
564.11/564.18	c vivif2 --  cl tried    34612 cl shrink     5698 lits rem     279992 time: 0.48
564.61/564.66	c asymm  cl-useful: 160/1080/147466 lits-rem:176 time: 0.48
564.91/564.98	c calculated reachability. Time: 0.31
564.91/564.98	c  N dy  1704    357844     50237    147464    431529     34588    891025   1814697     10.19   no data
566.52/566.51	c Finding binary XORs  T:     1.53 s  found:       1
591.40/591.46	c  N dy  1757    378622     50207    147464    431649     29628    891025   1611363     10.10     10.72
614.61/614.66	c  N dy  1814    398782     50201    147464    431768     49455    891025   4573073     10.06     10.67
638.91/638.98	c  N dy  1897    418875     50154    147464    431885     39109    891025   2693860     10.04     11.45
664.11/664.12	c  N dy  2001    438977     50151    147464    431982     58907    891025   5596051     10.08     10.62
689.81/689.85	c  N dy  2097    459266     49923    147464    432060     46605    891025   3358631     10.09     10.71
715.03/715.09	c  N dy  2196    479293     49921    147464    432165     66294    891025   6226624     10.13     13.56
739.90/739.99	c  N dy  2254    499800     49917    147464    432225     52644    891025   3711926     10.11     10.67
766.51/766.55	c  N dy  2349    520538     49914    147464    432259     37944    891025   1992670     10.13     10.75
786.52/786.53	c  S st  2425    536769     49912    147464    432307     53953    891025   4100740     10.14      8.17
787.11/787.17	c  S st  2425    537270     49912    147464    432337     54422    891025   4137853     10.14   no data
787.21/787.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
797.81/797.89	c Flit:   188 Blit:     27 bXBeca:    0 bXProp:    9 Bins:  35278 BRemL:   1090 BRemN:    189 P: 200.0M T: 10.68
797.91/797.93	c Cleaning up after failed var search:     0.04 s 
797.91/797.99	c Replacing       10 vars Replaced      452 lits Time:     0.05 s 
798.01/798.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
798.01/798.07	c bin-w-bin subsume rem          393 bins  time:  0.04 s
798.11/798.15	c subs with bin:      243  lits-rem:         9  v-fix:    0  time:  0.08 s
799.62/799.62	c Subs w/ non-existent bins:    212 l-rem:     95 v-fix:     3 done:  40786 time:  1.46 s
799.72/799.77	c Removed useless bin:    6406  fixed:     0  props:  11.97M  time:  0.15 s
799.91/799.96	c lits-rem:         8  cl-subs:      385  v-elim:    687  v-fix:    0  time:  0.19 s
802.01/802.01	c subs with bin:      389  lits-rem:      1128  v-fix:    0  time:  1.90 s
803.71/803.75	c lits-rem:      1650  cl-subs:     1716  v-elim:      0  v-fix:    0  time:  1.71 s
804.51/804.50	c vivif2 --  cl tried   140086 cl shrink      629 lits rem        698 time: 0.75
805.13/805.21	c vivif2 --  cl tried    46553 cl shrink    10823 lits rem     593487 time: 0.71
805.71/805.73	c asymm  cl-useful: 103/722/139840 lits-rem:111 time: 0.51
806.01/806.01	c calculated reachability. Time: 0.27
806.01/806.01	c  N dy  2425    537270     48717    139840    429764     46458    847928   2552900     10.14   no data
807.43/807.43	c Finding binary XORs  T:     1.42 s  found:       4
832.63/832.63	c  N dy  2520    557283     48674    139840    429848     66169    847928   5453833     10.13     11.97
856.61/856.68	c  N dy  2580    577344     48668    139840    429902     54228    847927   4473031     10.11     15.58
883.01/883.06	c  N dy  2671    597361     48665    139840    429972     37363    847927   1635909     10.13     10.77
907.02/907.09	c  N dy  2803    617380     48659    139840    430071     57056    847927   4083509     10.17     10.74
934.71/934.77	c  N dy  2921    637411     48635    139840    430155     39793    847927   1736749     10.21     10.91
960.11/960.17	c  N dy  3016    657868     48634    139840    430192     59950    847927   4184791     10.22     10.94
988.12/988.14	c  N dy  3110    677895     48632    139840    430240     41114    847927   1745640     10.23     10.90
1013.32/1013.33	c  N dy  3212    697928     48626    139840    430289     60875    847927   4321365     10.24     13.69
1041.11/1041.17	c  N dy  3316    718011     48624    139840    430329     80655    847927   6771483     10.26     14.74
1066.42/1066.49	c  N dy  3394    738406     48620    139840    430374     61409    847927   4204316     10.26     10.86
1094.72/1094.72	c  N dy  3472    759233     48619    139840    430416     81807    847927   6573711     10.25     10.85
1120.93/1120.97	c  N dy  3589    779311     48615    139840    430439     61359    847927   3845174     10.29     11.06
1148.72/1148.72	c  N dy  3670    799423     48614    139840    430478     80989    847927   5858960     10.28     10.89
1158.72/1158.71	c  S st  3702    805905     48614    139840    430480     87364    847927   6417242     10.29   no data
1159.52/1159.55	c  S st  3702    806405     48591    139840    430501     87840    847927   6477527     10.29   no data
1159.52/1159.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1170.22/1170.29	c Flit:    50 Blit:     49 bXBeca:    0 bXProp:    6 Bins:  43231 BRemL:   5049 BRemN:     35 P: 200.0M T: 10.70
1170.44/1170.41	c Replacing       10 vars Replaced     9318 lits Time:     0.12 s 
1170.44/1170.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1170.52/1170.50	c bin-w-bin subsume rem          157 bins  time:  0.04 s
1170.52/1170.58	c subs with bin:       99  lits-rem:         7  v-fix:    0  time:  0.08 s
1172.02/1172.03	c Subs w/ non-existent bins:     71 l-rem:     23 v-fix:     5 done:  40680 time:  1.44 s
1172.12/1172.19	c Removed useless bin:    1117  fixed:     0  props:  13.71M  time:  0.16 s
1172.32/1172.39	c lits-rem:         4  cl-subs:      296  v-elim:    278  v-fix:    0  time:  0.20 s
1174.52/1174.54	c subs with bin:        8  lits-rem:       400  v-fix:    0  time:  1.89 s
1178.62/1178.62	c lits-rem:      6032  cl-subs:     4800  v-elim:      0  v-fix:    0  time:  4.06 s
1179.32/1179.34	c vivif2 --  cl tried   138065 cl shrink      195 lits rem        218 time: 0.72
1180.62/1180.63	c vivif2 --  cl tried    73280 cl shrink    20956 lits rem    1123596 time: 1.29
1181.12/1181.16	c asymm  cl-useful: 55/596/138002 lits-rem:58 time: 0.52
1181.43/1181.43	c calculated reachability. Time: 0.25
1181.43/1181.43	c  N dy  3702    806405     48159    138002    445321     73160    838119   3899763     10.29   no data
1182.82/1182.81	c Finding binary XORs  T:     1.38 s  found:       0
1208.52/1208.50	c  N dy  3771    826642     48118    138002    445384     58365    838119   3244163     10.27     10.87
1234.92/1234.95	c  N dy  3884    846712     48104    138002    445440     78093    838119   5299416     10.28     10.86
1264.53/1264.52	c  N dy  3976    869934     48098    138002    445486     58665    838119   3471387     10.28     10.93
1291.53/1291.58	c  N dy  4088    889986     48094    138002    445512     78404    838119   5467154     10.30     21.99
1319.32/1319.39	c  N dy  4186    910273     48094    138002    445546     54986    838119   2622077     10.31     10.86
1346.34/1346.39	c  N dy  4270    931214     48090    138002    445595     75449    838119   4615963     10.31     11.08
1377.93/1377.90	c  N dy  4355    953216     48084    138002    445628     52866    838119   2151125     10.30     11.14
1404.93/1404.96	c  N dy  4434    973775     48081    138002    445645     72970    838119   3982008     10.29     10.90
1432.73/1432.73	c  N dy  4505    993819     47819    138002    445680     92541    838119   5678554     10.28     11.37
1460.43/1460.46	c  N dy  4600   1013893     47816    138002    445721     67079    838119   3427000     10.29     13.14
1489.93/1489.98	c  N dy  4710   1034768     47816    138002    445751     87505    838119   5421903     10.30     10.92
1518.05/1518.08	c  N dy  4799   1054839     47815    138002    445763     60892    838119   2855437     10.31     13.80
1540.53/1540.51	c  F st  4865   1071876     47813    138002    445786     77557    838119   4476606     10.30   no data
1545.55/1545.54	c  N st  4870   1075173     47813    134701    439853     78452    828056   4700367     10.30   no data
1575.63/1575.68	c  N dy  4930   1095415     47747    134701    439868     98205    828056   6220575     10.29     10.86
1604.64/1604.61	c  N dy  5009   1116924     47746    134701    439888     72068    828056   3906081     10.29     10.89
1633.13/1633.10	c  N dy  5071   1137457     47674    134701    439911     92135    828056   5675857     10.27     10.85
1661.54/1661.59	c  N dy  5144   1157580     47661    134701    439934     63613    828056   2902573     10.26     10.89
1689.44/1689.46	c  N dy  5224   1178009     47661    134701    439960     83631    828056   5002779     10.26     10.85
1720.74/1720.79	c  N dy  5322   1198109     47659    134701    439977    103174    828056   6592439     10.26     11.33
1736.85/1736.82	c  S st  5375   1209607     47658    134701    439986     65636    828056   3004877     10.26      8.75
1737.44/1737.47	c  S st  5375   1210110     47658    134701    440008     66115    828056   3059350     10.26   no data
1737.54/1737.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1747.85/1747.89	c Flit:   256 Blit:    436 bXBeca:    0 bXProp:   20 Bins:  58258 BRemL:  10588 BRemN:     11 P: 200.0M T: 10.38
1747.96/1747.93	c Cleaning up after failed var search:     0.04 s 
1748.04/1748.00	c Replacing       21 vars Replaced     5640 lits Time:     0.06 s 
1748.04/1748.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1748.04/1748.09	c bin-w-bin subsume rem          189 bins  time:  0.04 s
1748.14/1748.17	c subs with bin:       90  lits-rem:        36  v-fix:    0  time:  0.08 s
1749.54/1749.54	c Subs w/ non-existent bins:     28 l-rem:      8 v-fix:     1 done:  43951 time:  1.37 s
1749.64/1749.69	c Removed useless bin:    2536  fixed:     0  props:  11.45M  time:  0.14 s
1749.84/1749.87	c lits-rem:         2  cl-subs:      193  v-elim:    261  v-fix:    0  time:  0.18 s
1751.74/1751.75	c subs with bin:      320  lits-rem:      2306  v-fix:    0  time:  1.75 s
1753.46/1753.50	c lits-rem:      4480  cl-subs:     3899  v-elim:      0  v-fix:    0  time:  1.73 s
1754.14/1754.17	c vivif2 --  cl tried   126999 cl shrink      893 lits rem        914 time: 0.67
1754.84/1754.88	c vivif2 --  cl tried    55966 cl shrink     9193 lits rem     267591 time: 0.71
1755.34/1755.39	c asymm  cl-useful: 116/811/126825 lits-rem:123 time: 0.51
1755.66/1755.64	c calculated reachability. Time: 0.24
1755.66/1755.65	c  N dy  5375   1210110     46353    126825    451589     55863    790784   2409809     10.26   no data
1757.04/1757.04	c Finding binary XORs  T:     1.39 s  found:       5
1784.94/1784.92	c  N dy  5430   1230245     46315    126825    451681     75323    790784   3837997     10.25     10.90
1815.44/1815.45	c  N dy  5528   1251063     46306    126825    451720     95590    790784   5562721     10.25     10.86
1841.54/1841.60	c  N dy  5595   1271141     45538    122787    439508     60477    766442   3205430     10.24     10.87
1868.24/1868.30	c  N dy  5654   1291147     45185    122787    439549     79917    766442   4787180     10.22     11.29
1897.34/1897.39	c  N dy  5730   1311769     44300    115407    425118     45276    739168   1836993     10.21     10.78
1904.05/1904.08	c Finding binary XORs  T:     1.36 s  found:     311
1910.54/1910.60	c  E dy  5754   1321841     39282     93965    296359     40397    604879   1680909     10.20      3.63
1910.54/1910.60	c num threads              : 1          
1910.54/1910.60	c restarts                 : 5754       
1910.54/1910.60	c dynamic restarts         : 5724       
1910.54/1910.60	c static restarts          : 30         
1910.54/1910.60	c full restarts            : 4          
1910.54/1910.60	c total simplify time      : 22.00      
1910.54/1910.60	c learnts DL2              : 0          
1910.54/1910.60	c learnts size 2           : 1740029    
1910.54/1910.60	c learnts size 1           : 136690      (52.82     % of vars)
1910.54/1910.60	c filedLit time            : 111.71      (5.85      % time)
1910.54/1910.60	c v-elim SatELite          : 84493       (32.65     % vars)
1910.54/1910.60	c SatELite time            : 30.62       (1.60      % time)
1910.54/1910.60	c v-elim xor               : 0           (0.00      % vars)
1910.54/1910.60	c xor elim time            : 0.42        (0.02      % time)
1910.54/1910.60	c num binary xor trees     : 6692       
1910.54/1910.60	c binxor trees' crown      : 12113       (1.81      leafs/tree)
1910.54/1910.60	c bin xor find time        : 19.51      
1910.54/1910.60	c OTF clause improved      : 19497       (0.01      clauses/conflict)
1910.54/1910.60	c OTF impr. size diff      : 40061       (2.05       lits/clause)
1910.54/1910.60	c OTF cl watch-shrink      : 846305      (0.64      clauses/conflict)
1910.54/1910.60	c OTF cl watch-sh-lit      : 10235069    (12.09      lits/clause)
1910.54/1910.60	c tried to recurMin cls    : 685295      (51.84      % of conflicts)
1910.54/1910.60	c updated cache            : 78430       (0.11       lits/tried recurMin)
1910.54/1910.60	c clauses over max glue    : 0           (0.00      % of all clauses)
1910.54/1910.60	c conflicts                : 1321841     (692.23    / sec)
1910.54/1910.60	c decisions                : 2674615     (0.58      % random)
1910.54/1910.60	c bogo-props               : 67096888588 (35137857.75 / sec)
1910.54/1910.60	c conflict literals        : 170394225   (55.48     % deleted)
1910.54/1910.60	c Memory used              : 1891.90     MB
1910.54/1910.60	c CPU time                 : 1909.53     s
1910.54/1910.60	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3400983-1306280137/watcher-3400983-1306280137 -o /tmp/evaluation-result-3400983-1306280137/solver-3400983-1306280137 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3400983-1306280137.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.57 0.13 0.04 2/400 32433
/proc/meminfo: memFree=15992976/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=43160 CPUtime=0 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 4472 0 0 0 0 0 0 0 25 0 1 0 739613573 44195840 3381 33554432000 4194304 4580011 140737377124240 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 10790 3386 325 95 0 5772 0

[startup+0.053094 s]
/proc/loadavg: 0.57 0.13 0.04 2/400 32433
/proc/meminfo: memFree=15992976/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=86704 CPUtime=0.05 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 15871 0 0 0 3 2 0 0 25 0 1 0 739613573 88784896 11646 33554432000 4194304 4580011 140737377124240 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 21676 11654 325 95 0 16658 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 86704

[startup+0.101081 s]
/proc/loadavg: 0.57 0.13 0.04 2/400 32433
/proc/meminfo: memFree=15992976/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=104928 CPUtime=0.09 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 21669 0 0 0 7 2 0 0 25 0 1 0 739613573 107446272 17422 33554432000 4194304 4580011 140737377124240 18446744073709551615 4353805 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 26232 17422 325 95 0 21214 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 104928

[startup+0.301046 s]
/proc/loadavg: 0.57 0.13 0.04 2/400 32433
/proc/meminfo: memFree=15992976/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=116132 CPUtime=0.29 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 25176 0 0 0 26 3 0 0 25 0 1 0 739613573 118919168 20929 33554432000 4194304 4580011 140737377124240 18446744073709551615 4512224 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 29033 20930 325 95 0 24015 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 116132

[startup+0.700976 s]
/proc/loadavg: 0.57 0.13 0.04 2/400 32433
/proc/meminfo: memFree=15992976/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=179008 CPUtime=0.69 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 33852 0 0 0 64 5 0 0 25 0 1 0 739613573 183304192 29526 33554432000 4194304 4580011 140737377124240 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 44752 29526 339 95 0 39734 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 179008

[startup+1.50084 s]
/proc/loadavg: 0.57 0.13 0.04 3/401 32434
/proc/meminfo: memFree=15863300/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=222312 CPUtime=1.49 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 42182 0 0 0 144 5 0 0 25 0 1 0 739613573 227647488 37856 33554432000 4194304 4580011 140737377124240 18446744073709551615 4234877 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 55578 37860 341 95 0 50560 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 222312

[startup+3.10055 s]
/proc/loadavg: 0.68 0.16 0.05 3/401 32434
/proc/meminfo: memFree=15819032/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=306644 CPUtime=3.09 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 57920 0 0 0 302 7 0 0 25 0 1 0 739613573 314003456 53594 33554432000 4194304 4580011 140737377124240 18446744073709551615 4293076 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 76661 53594 341 95 0 71643 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 306644

[startup+6.30104 s]
/proc/loadavg: 0.68 0.16 0.05 3/401 32434
/proc/meminfo: memFree=15690436/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=456384 CPUtime=6.29 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 86491 0 0 0 619 10 0 0 25 0 1 0 739613573 467337216 82165 33554432000 4194304 4580011 140737377124240 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 114096 82165 341 95 0 109078 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 456384

[startup+12.7009 s]
/proc/loadavg: 0.88 0.22 0.07 3/401 32435
/proc/meminfo: memFree=15503120/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=641000 CPUtime=12.69 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 132303 0 0 0 1253 16 0 0 25 0 1 0 739613573 656384000 123987 33554432000 4194304 4580011 140737377124240 18446744073709551615 4497238 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 160250 123987 357 95 0 155232 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 641000

[startup+25.5006 s]
/proc/loadavg: 1.06 0.28 0.09 3/401 32435
/proc/meminfo: memFree=15468168/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=664824 CPUtime=25.49 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 139499 0 0 0 2532 17 0 0 25 0 1 0 739613573 680779776 131183 33554432000 4194304 4580011 140737377124240 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 166206 131183 366 95 0 161188 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 664824

[startup+51.1011 s]
/proc/loadavg: 1.38 0.41 0.14 3/401 32436
/proc/meminfo: memFree=15284744/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=896796 CPUtime=51.1 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 194673 0 0 0 5084 26 0 0 25 0 1 0 739613573 918319104 180559 33554432000 4194304 4580011 140737377124240 18446744073709551615 4293906 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 224199 180559 368 95 0 219181 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 896796

[startup+102.315 s]
/proc/loadavg: 1.75 0.68 0.25 3/401 32437
/proc/meminfo: memFree=15006296/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=1192448 CPUtime=102.31 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 262493 0 0 0 10195 36 0 0 25 0 1 0 739613573 1221066752 242095 33554432000 4194304 4580011 140737377124240 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 298112 242095 368 95 0 293094 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 1192448

[startup+162.3 s]
/proc/loadavg: 1.91 0.92 0.35 3/401 32439
/proc/meminfo: memFree=14888252/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=1343448 CPUtime=162.29 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 300197 0 0 0 16186 43 0 0 25 0 1 0 739613573 1375690752 270974 33554432000 4194304 4580011 140737377124240 18446744073709551615 4316447 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 335862 270974 368 95 0 330844 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1343448

[startup+222.301 s]
/proc/loadavg: 1.96 1.11 0.45 3/401 32440
/proc/meminfo: memFree=14778000/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=1461488 CPUtime=222.29 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 330521 0 0 0 22180 49 0 0 25 0 1 0 739613573 1496563712 298058 33554432000 4194304 4580011 140737377124240 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 365372 298058 368 95 0 360354 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1461488

[startup+282.301 s]
/proc/loadavg: 1.98 1.27 0.55 3/401 32442
/proc/meminfo: memFree=14681596/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=1626516 CPUtime=282.29 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 356706 0 0 0 28176 53 0 0 25 0 1 0 739613573 1665552384 322138 33554432000 4194304 4580011 140737377124240 18446744073709551615 4502012 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 406629 322138 368 95 0 401611 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1626516

[startup+342.301 s]
/proc/loadavg: 1.99 1.40 0.64 3/401 32443
/proc/meminfo: memFree=14656372/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=1637636 CPUtime=342.3 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 365236 0 0 0 34174 56 0 0 25 0 1 0 739613573 1676939264 324053 33554432000 4194304 4580011 140737377124240 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 409409 324053 368 95 0 404391 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1637636

[startup+402.3 s]
/proc/loadavg: 2.14 1.54 0.73 3/401 32472
/proc/meminfo: memFree=14195768/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=1779936 CPUtime=402.3 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 399045 0 0 0 40169 61 0 0 25 0 1 0 739613573 1822654464 354294 33554432000 4194304 4580011 140737377124240 18446744073709551615 4293260 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 444984 354294 368 95 0 439966 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1779936

[startup+462.301 s]
/proc/loadavg: 2.05 1.62 0.81 3/401 32474
/proc/meminfo: memFree=13641424/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=1722468 CPUtime=462.3 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 406890 0 0 0 46165 65 0 0 25 0 1 0 739613573 1763807232 355667 33554432000 4194304 4580011 140737377124240 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 430617 355667 368 95 0 425599 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1722468

[startup+522.301 s]
/proc/loadavg: 2.02 1.69 0.88 3/401 32475
/proc/meminfo: memFree=10757036/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=1792640 CPUtime=522.31 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 412095 0 0 0 52163 68 0 0 25 0 1 0 739613573 1835663360 358027 33554432000 4194304 4580011 140737377124240 18446744073709551615 4293723 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 448160 358027 368 95 0 443142 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1792640

[startup+582.3 s]
/proc/loadavg: 2.00 1.74 0.94 3/401 32477
/proc/meminfo: memFree=7303064/32950904 swapFree=65784192/67111528
[pid=32433] ppid=32431 vsize=1881876 CPUtime=582.31 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 435018 0 0 0 58159 72 0 0 25 0 1 0 739613573 1927041024 378447 33554432000 4194304 4580011 140737377124240 18446744073709551615 4292965 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 470469 378447 368 95 0 465451 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1881876

[startup+642.301 s]

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

/proc/meminfo: memFree=15225068/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=1981184 CPUtime=1182.32 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 489916 0 0 0 118136 96 0 0 25 0 1 0 739613573 2028732416 403032 33554432000 4194304 4580011 140737377124240 18446744073709551615 4497144 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 495296 403032 368 95 0 490278 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1981184

[startup+1242.3 s]
/proc/loadavg: 2.11 2.00 1.48 3/401 32603
/proc/meminfo: memFree=15203564/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=1997516 CPUtime=1242.32 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 496795 0 0 0 124134 98 0 0 25 0 1 0 739613573 2045456384 405435 33554432000 4194304 4580011 140737377124240 18446744073709551615 4295809 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 499379 405435 368 95 0 494361 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1997516

[startup+1302.3 s]
/proc/loadavg: 2.04 2.00 1.50 3/401 32605
/proc/meminfo: memFree=15190608/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=1998348 CPUtime=1302.34 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 499066 0 0 0 130134 100 0 0 25 0 1 0 739613573 2046308352 405653 33554432000 4194304 4580011 140737377124240 18446744073709551615 4301835 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 499587 405653 368 95 0 494569 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1998348

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.53 3/401 32607
/proc/meminfo: memFree=15218816/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=1999552 CPUtime=1362.32 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 500935 0 0 0 136131 101 0 0 25 0 1 0 739613573 2047541248 405071 33554432000 4194304 4580011 140737377124240 18446744073709551615 4306263 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 499888 405071 368 95 0 494870 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1999552

[startup+1422.32 s]
/proc/loadavg: 2.00 2.00 1.56 3/401 32608
/proc/meminfo: memFree=15174124/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=2011972 CPUtime=1422.34 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 505061 0 0 0 142130 104 0 0 25 0 1 0 739613573 2060259328 407237 33554432000 4194304 4580011 140737377124240 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 502993 407237 368 95 0 497975 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 2011972

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.58 3/401 32610
/proc/meminfo: memFree=15175668/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=2013072 CPUtime=1482.33 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 506342 0 0 0 148128 105 0 0 25 0 1 0 739613573 2061385728 406980 33554432000 4194304 4580011 140737377124240 18446744073709551615 4321004 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 503268 406980 368 95 0 498250 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 2013072

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 1.61 3/401 32620
/proc/meminfo: memFree=15177564/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=1932756 CPUtime=1542.33 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 507886 0 0 0 154127 106 0 0 25 0 1 0 739613573 1979142144 406623 33554432000 4194304 4580011 140737377124240 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 483189 406623 368 95 0 478171 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1932756

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.64 3/401 32622
/proc/meminfo: memFree=15168840/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=1936032 CPUtime=1602.34 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 509717 0 0 0 160127 107 0 0 25 0 1 0 739613573 1982496768 406639 33554432000 4194304 4580011 140737377124240 18446744073709551615 4293166 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 484008 406639 368 95 0 478990 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1936032

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.65 3/401 32624
/proc/meminfo: memFree=15172616/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=1936032 CPUtime=1662.34 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 512479 0 0 0 166125 109 0 0 25 0 1 0 739613573 1982496768 407450 33554432000 4194304 4580011 140737377124240 18446744073709551615 4306016 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 484008 407450 368 95 0 478990 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1936032

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.67 3/401 32628
/proc/meminfo: memFree=15161116/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=2018072 CPUtime=1722.34 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 514524 0 0 0 172124 110 0 0 25 0 1 0 739613573 2066505728 409495 33554432000 4194304 4580011 140737377124240 18446744073709551615 4293012 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 504518 409495 368 95 0 499500 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 2018072

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 1.70 3/401 32630
/proc/meminfo: memFree=15165124/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=2019228 CPUtime=1782.34 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 515055 0 0 0 178124 110 0 0 25 0 1 0 739613573 2067689472 407949 33554432000 4194304 4580011 140737377124240 18446744073709551615 4321573 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 504807 407949 368 95 0 499789 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 2019228

[startup+1842.3 s]
/proc/loadavg: 2.06 2.03 1.72 3/401 32631
/proc/meminfo: memFree=15126360/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=1937304 CPUtime=1842.34 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 517222 0 0 0 184123 111 0 0 25 0 1 0 739613573 1983799296 407618 33554432000 4194304 4580011 140737377124240 18446744073709551615 4293209 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 484326 407618 368 95 0 479308 0
Current children cumulated CPU time (s) 1842.34
Current children cumulated vsize (KiB) 1937304

[startup+1902.3 s]
/proc/loadavg: 2.02 2.02 1.74 3/401 32633
/proc/meminfo: memFree=15135704/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=1937304 CPUtime=1902.34 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 519480 0 0 0 190122 112 0 0 25 0 1 0 739613573 1983799296 407936 33554432000 4194304 4580011 140737377124240 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 484326 407936 368 95 0 479308 0
Current children cumulated CPU time (s) 1902.34
Current children cumulated vsize (KiB) 1937304

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

[startup+1907.1 s]
/proc/loadavg: 2.02 2.02 1.74 3/401 32633
/proc/meminfo: memFree=15125532/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=1937304 CPUtime=1907.14 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 519480 0 0 0 190602 112 0 0 25 0 1 0 739613573 1983799296 407936 33554432000 4194304 4580011 140737377124240 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 484326 407936 368 95 0 479308 0
Current children cumulated CPU time (s) 1907.14
Current children cumulated vsize (KiB) 1937304

[startup+1908.7 s]
/proc/loadavg: 2.02 2.02 1.74 3/401 32633
/proc/meminfo: memFree=15124532/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=1937304 CPUtime=1908.74 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 519480 0 0 0 190762 112 0 0 25 0 1 0 739613573 1983799296 407936 33554432000 4194304 4580011 140737377124240 18446744073709551615 4293653 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 484326 407936 368 95 0 479308 0
Current children cumulated CPU time (s) 1908.74
Current children cumulated vsize (KiB) 1937304

[startup+1909.5 s]
/proc/loadavg: 2.02 2.02 1.74 3/401 32633
/proc/meminfo: memFree=15124280/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=1937304 CPUtime=1909.55 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 519480 0 0 0 190843 112 0 0 25 0 1 0 739613573 1983799296 407936 33554432000 4194304 4580011 140737377124240 18446744073709551615 4222053 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 484326 407936 368 95 0 479308 0
Current children cumulated CPU time (s) 1909.55
Current children cumulated vsize (KiB) 1937304

[startup+1910.3 s]
/proc/loadavg: 2.02 2.02 1.74 3/401 32633
/proc/meminfo: memFree=15124280/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=1937304 CPUtime=1910.34 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 519480 0 0 0 190922 112 0 0 25 0 1 0 739613573 1983799296 407936 33554432000 4194304 4580011 140737377124240 18446744073709551615 4293041 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 484326 407936 368 95 0 479308 0
Current children cumulated CPU time (s) 1910.34
Current children cumulated vsize (KiB) 1937304

[startup+1910.5 s]
/proc/loadavg: 2.02 2.02 1.74 3/401 32633
/proc/meminfo: memFree=15124280/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=1937304 CPUtime=1910.54 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202496 519480 0 0 0 190942 112 0 0 25 0 1 0 739613573 1983799296 407936 33554432000 4194304 4580011 140737377124240 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32433/statm: 484326 407936 368 95 0 479308 0
Current children cumulated CPU time (s) 1910.54
Current children cumulated vsize (KiB) 1937304

[startup+1910.6 s]
/proc/loadavg: 2.02 2.02 1.74 3/401 32633
/proc/meminfo: memFree=15123784/32950904 swapFree=64480420/67111528
[pid=32433] ppid=32431 vsize=0 CPUtime=1910.66 cores=1,3,5,7
/proc/32433/stat : 32433 (strangenight2-s) R 32431 32433 32368 0 -1 4202500 519491 0 0 0 190953 113 0 0 25 0 1 0 739613573 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32433/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1910.66
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1910.68
CPU time (s): 1910.73
CPU user time (s): 1909.53
CPU system time (s): 1.19382
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2019228

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

runsolver used 6.96194 second user time and 17.3884 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-25 01:35:38
IDJOB=3400983
IDBENCH=71036
IDSOLVER=1887
FILE ID=node121/3400983-1306280137
RUNJOBID= node121-1306280117-32387
PBS_JOBID= 13457865
Free space on /tmp= 73168 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p0.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3400983-1306280137/watcher-3400983-1306280137 -o /tmp/evaluation-result-3400983-1306280137/solver-3400983-1306280137 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3400983-1306280137.cnf

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

MD5SUM BENCH= faef1c850bb82ceddc7da5a4c445dd25
RANDOM SEED=1634715117

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      15993264 kB
Buffers:        197628 kB
Cached:        5406832 kB
SwapCached:      32064 kB
Active:        7978224 kB
Inactive:      8730304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      15993264 kB
SwapTotal:    67111528 kB
SwapFree:     65784192 kB
Dirty:           40144 kB
Writeback:           0 kB
AnonPages:    11077956 kB
Mapped:          31448 kB
Slab:           131632 kB
PageTables:      51972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 83603424 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= 73156 MiB
End job on node121 at 2011-05-25 02:07:29