Trace number 3321162

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-mtUNSAT 1349.45 169.233

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark153.665
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 8 threads
0.67/0.10	c This is CryptoMiniSat 3.0.0
0.67/0.10	c WARNING: for repeatability, setting FPU to use double precision
0.67/0.10	c Reading file 'HOME/instance-3321162-1304324555.cnf'
0.67/0.10	c -- header says num vars:          98935
0.67/0.10	c -- header says num clauses:      296405
2.34/0.54	c -- clauses added:            0 learnts,       296405 normals,            0 xors
2.34/0.54	c -- vars added      98935
2.34/0.54	c Parsing time:  0.18 s
2.34/0.54	c  N st     0         0     98935     98801    197602         0    691607         0   no data   no data
2.89/1.02	c asymm  cl-useful: 0/56250/98800 lits-rem:0 time: 0.47
24.45/3.37	c Flit:   477 Blit:   4520 bXBeca:    0 bXProp: 6100 Bins:      0 BRemL:      0 BRemN:      0 P: 36.9M T:  2.35
24.45/3.39	c Cleaning up after failed var search:     0.02 s 
25.26/3.43	c Replacing     6100 vars Replaced   109854 lits Time:     0.04 s 
25.95/3.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.95/3.52	c bin-w-bin subsume rem          237 bins  time:  0.02 s
25.95/3.57	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.05 s
27.46/3.77	c Subs w/ non-existent bins:      2 l-rem:      2 v-fix:     0 done:  87292 time:  0.19 s
28.99/3.92	c Removed useless bin:     933  fixed:     0  props:  20.00M  time:  0.15 s
31.26/4.29	c lits-rem:       977  cl-subs:     1170  v-elim:  29097  v-fix:    0  time:  0.30 s
31.97/4.32	c Finding binary XORs  T:     0.02 s  found:      29
31.97/4.34	c Replacing       29 vars Replaced      273 lits Time:     0.02 s 
31.97/4.38	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
31.97/4.38	c calculated reachability. Time: 0.00
31.97/4.39	c Calc default polars -  time:   0.01 s pos:    3704 undec:   41567 neg:   53664
31.97/4.39	c =========================================================================================
31.97/4.39	c types(t): F = full restart, N = normal restart
31.97/4.39	c types(t): S = simplification begin/end, E = solution found
31.97/4.39	c restart types(rt): st = static, dy = dynamic
31.97/4.39	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
31.97/4.39	c  B st     0         0     58166     80422    122527         0    514916         0   no data   no data
37.54/5.06	c  N dy    14      4689     58027     80422    122782      4354    514911     43251      4.66      4.92
43.99/5.82	c  N dy    37      8722     57347     76118    122793      7645    495346     73620      4.72      5.25
50.33/6.66	c  N dy    58     12981     57106     76118    123973     11626    495342    114023      4.73      5.01
57.53/7.53	c  N dy    81     17047     56857     76118    124183     15445    495342    151837      4.74      5.02
61.57/8.04	c Finding binary XORs  T:     0.02 s  found:    1637
61.57/8.08	c Replacing     1637 vars Replaced    55058 lits Time:     0.04 s 
65.52/8.54	c  N dy   110     21142     54593     70411    120462      9812    462580     62584      4.86      5.43
72.71/9.42	c  F st   139     25000     54430     70411    122250     13515    462579    111095      4.95   no data
75.90/9.89	c  N st   140     25250     54430     69705    121717     13674    458903    114299      4.95   no data
83.11/10.74	c  N dy   145     30000     54429     69705    121837     18268    458902    178639      4.95   no data
83.11/10.74	c  S st   145     30000     54429     69705    121837     18268    458902    178639      4.95   no data
85.51/11.00	c  S st   145     30501     54426     69705    123683     18624    458902    184410      4.95   no data
85.51/11.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
127.06/16.27	c Flit:   262 Blit:    180 bXBeca:    0 bXProp: 2647 Bins: 701325 BRemL: 228722 BRemN:    355 P: 41.4M T:  5.19
127.06/16.29	c Cleaning up after failed var search:     0.02 s 
127.85/16.36	c Replacing     2647 vars Replaced   323913 lits Time:     0.07 s 
128.65/16.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
129.45/16.53	c bin-w-bin subsume rem        75995 bins  time:  0.13 s
129.45/16.59	c subs with bin:     3731  lits-rem:      2730  v-fix:    0  time:  0.06 s
131.90/16.81	c Subs w/ non-existent bins:    297 l-rem:   1041 v-fix:     0 done:  51061 time:  0.22 s
131.90/16.90	c Removed useless bin:     602  fixed:     0  props:   5.33M  time:  0.09 s
135.83/17.37	c lits-rem:      2185  cl-subs:     4488  v-elim:  29566  v-fix:    0  time:  0.44 s
135.83/17.40	c subs with bin:      656  lits-rem:       956  v-fix:    0  time:  0.02 s
136.63/17.45	c lits-rem:       125  cl-subs:      629  v-elim:      0  v-fix:    0  time:  0.04 s
139.02/17.70	c asymm  cl-useful: 10/26646/82896 lits-rem:30 time: 0.25
139.02/17.72	c calculated reachability. Time: 0.02
139.02/17.72	c  N dy   145     30501     21495     82886    107059      5167    361430    174402      4.95   no data
139.02/17.77	c Finding binary XORs  T:     0.05 s  found:      29
144.62/18.41	c  N dy   148     34907     21492     82886    107352      9223    361425    211346      4.83      5.15
150.26/19.19	c  N dy   169     39013     21482     82886    109576     13080    361420    257558      4.81      5.11
160.41/20.43	c  N dy   191     43218     21418     82886    221191     10056    361408    427417      4.81      5.23
164.41/20.90	c Finding binary XORs  T:     0.03 s  found:      91
165.21/21.00	c  S st   205     45751     21415     82699    219282     12455    359872    448299      4.80   no data
166.01/21.20	c  S st   205     46251     21415     82699    219393     12816    359869    450547      4.80   no data
166.86/21.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
176.46/22.45	c Flit:    82 Blit:     16 bXBeca:    0 bXProp:  163 Bins:  17219 BRemL:  29003 BRemN:    104 P: 13.1M T:  1.22
176.46/22.49	c Replacing      283 vars Replaced    29520 lits Time:     0.04 s 
177.17/22.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
177.97/22.61	c bin-w-bin subsume rem        72757 bins  time:  0.09 s
177.97/22.64	c subs with bin:     6605  lits-rem:      8263  v-fix:    0  time:  0.04 s
178.78/22.70	c Subs w/ non-existent bins:   1300 l-rem:   3658 v-fix:     0 done:  21005 time:  0.06 s
178.78/22.73	c Removed useless bin:     730  fixed:     0  props:   0.99M  time:  0.03 s
179.57/22.87	c lits-rem:       736  cl-subs:     2340  v-elim:   1996  v-fix:    0  time:  0.14 s
180.37/22.90	c subs with bin:      284  lits-rem:       718  v-fix:    0  time:  0.02 s
180.37/22.96	c lits-rem:       100  cl-subs:      462  v-elim:      0  v-fix:    0  time:  0.04 s
180.37/22.99	c vivif2 --  cl tried    75086 cl shrink     2499 lits rem       2714 time: 0.03
181.18/23.00	c vivif2 --  cl tried    10324 cl shrink     1608 lits rem       3149 time: 0.01
189.97/24.13	c asymm  cl-useful: 1779/62571/74431 lits-rem:2131 time: 1.13
189.97/24.15	c calculated reachability. Time: 0.01
189.97/24.15	c  N dy   205     46251     19009     74369     91374     10161    316419    174961      4.80   no data
189.97/24.18	c Finding binary XORs  T:     0.03 s  found:      31
197.14/25.01	c  N dy   220     50619     18988     74369    185232     14273    316414    405329      4.77      5.07
197.94/25.17	c Finding binary XORs  T:     0.03 s  found:     143
204.32/25.92	c  N dy   248     54669     18915     74136    183692     18105    314846    454796      4.81      5.09
210.77/26.79	c  N dy   274     58831     18908     74136    192338     22070    314843    529924      4.85      5.12
218.71/27.74	c  N dy   298     62833     18903     74136    224751     25904    314837    641585      4.87      5.32
221.10/28.02	c Finding binary XORs  T:     0.03 s  found:      67
221.10/28.05	c Replacing      241 vars Replaced    47874 lits Time:     0.03 s 
227.49/28.82	c  N dy   327     66904     18634     73766    221656     18057    312761    488033      4.91      5.30
229.16/29.05	c Finding binary XORs  T:     0.03 s  found:      48
232.29/29.44	c  S st   343     69377     18586     73640    270452     20443    311880    618384      4.93      4.86
233.89/29.64	c  S st   343     69877     18586     73640    270533     20846    311880    620873      4.93   no data
233.89/29.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
242.68/30.75	c Flit:    80 Blit:      5 bXBeca:    0 bXProp:  110 Bins:   1173 BRemL:  19655 BRemN:     14 P: 14.4M T:  1.09
243.48/30.80	c Replacing      158 vars Replaced    62331 lits Time:     0.04 s 
243.48/30.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
251.48/31.87	c bin-w-bin subsume rem       122647 bins  time:  1.05 s
252.27/31.91	c subs with bin:     3279  lits-rem:       921  v-fix:    0  time:  0.03 s
252.27/31.96	c Subs w/ non-existent bins:    499 l-rem:    293 v-fix:     0 done:  18327 time:  0.04 s
252.27/31.99	c Removed useless bin:     587  fixed:     0  props:   0.86M  time:  0.02 s
253.85/32.10	c lits-rem:       471  cl-subs:     1496  v-elim:    700  v-fix:    0  time:  0.11 s
253.85/32.15	c subs with bin:      507  lits-rem:      1081  v-fix:    0  time:  0.03 s
254.69/32.21	c lits-rem:       392  cl-subs:      677  v-elim:      0  v-fix:    0  time:  0.05 s
254.69/32.25	c vivif2 --  cl tried    68532 cl shrink      867 lits rem        911 time: 0.03
254.69/32.27	c vivif2 --  cl tried    18620 cl shrink     1930 lits rem       4479 time: 0.02
255.50/32.36	c asymm  cl-useful: 69/5666/68237 lits-rem:207 time: 0.09
255.50/32.38	c calculated reachability. Time: 0.01
255.50/32.38	c  N dy   343     69877     17627     68168    117117     18498    290001    291199      4.93   no data
263.48/33.34	c Finding binary XORs  T:     0.03 s  found:      78
265.03/33.50	c  N dy   379     74356     17598     68101    136962     22824    289543    400689      5.00     11.53
273.81/34.66	c  N dy   414     79119     17596     68101    137055     27452    289541    470825      5.04      5.34
285.81/36.12	c  N dy   453     84214     17550     68101    145117     32421    289539    572370      5.10      7.64
291.41/36.81	c Finding binary XORs  T:     0.03 s  found:     116
291.41/36.84	c Replacing      194 vars Replaced    27684 lits Time:     0.03 s 
293.80/37.16	c  F st   482     87500     17349     67753    144671     35555    287512    632373      5.14   no data
301.00/38.04	c  N st   487     90797     17349     67753    144706     24498    287512    409722      5.14   no data
312.98/39.54	c  N dy   518     96613     17338     67753    145589     30186    287512    624209      5.18      8.88
327.38/41.36	c  N dy   565    102814     17334     67753    146195     36229    287501    742704      5.24      8.42
332.97/42.00	c  S st   583    104815     17334     67753    146219     38190    287501    793641      5.28   no data
334.63/42.24	c  S st   583    105318     17328     67753    146863     38617    287501    798582      5.28   no data
334.63/42.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
344.95/43.53	c Flit:    52 Blit:      5 bXBeca:    0 bXProp:  102 Bins:   5702 BRemL:  37548 BRemN:     97 P: 14.0M T:  1.26
344.95/43.58	c Replacing      102 vars Replaced    12814 lits Time:     0.05 s 
345.75/43.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
345.75/43.65	c bin-w-bin subsume rem        17543 bins  time:  0.05 s
345.75/43.68	c subs with bin:     2038  lits-rem:       493  v-fix:    0  time:  0.03 s
346.55/43.73	c Subs w/ non-existent bins:    338 l-rem:    251 v-fix:     0 done:  17164 time:  0.05 s
346.55/43.75	c Removed useless bin:     589  fixed:     0  props:   0.78M  time:  0.02 s
347.36/43.85	c lits-rem:       252  cl-subs:      695  v-elim:    418  v-fix:    0  time:  0.10 s
348.16/43.93	c subs with bin:      871  lits-rem:      2773  v-fix:    0  time:  0.05 s
348.96/44.03	c lits-rem:      1203  cl-subs:     1195  v-elim:      0  v-fix:    0  time:  0.09 s
348.96/44.06	c vivif2 --  cl tried    64558 cl shrink      550 lits rem        600 time: 0.03
349.76/44.11	c vivif2 --  cl tried    33116 cl shrink     4584 lits rem      10317 time: 0.04
354.55/44.71	c asymm  cl-useful: 2596/21213/64356 lits-rem:3885 time: 0.60
354.55/44.73	c calculated reachability. Time: 0.01
354.55/44.73	c  N dy   583    105318     16746     64029     92386     32977    271534    363654      5.28   no data
354.55/44.76	c Finding binary XORs  T:     0.03 s  found:      53
370.54/46.75	c  N dy   634    112125     16726     64029     94798     39620    271532    505849      5.34      7.25
388.12/48.98	c  N dy   696    119310     16726     64029     98678     32050    271529    377256      5.43      8.55
389.72/49.16	c Finding binary XORs  T:     0.03 s  found:      48
407.31/51.39	c  N dy   759    126987     16719     63951     99647     39526    271137    546278      5.51      8.93
424.89/53.51	c Finding binary XORs  T:     0.03 s  found:      87
424.89/53.55	c Replacing      188 vars Replaced    16961 lits Time:     0.04 s 
429.69/54.17	c  N dy   828    135109     16503     63664    102311     47448    269433    726485      5.60      6.98
444.88/56.07	c Finding binary XORs  T:     0.03 s  found:      37
452.07/56.98	c  N dy   893    143786     16463     63595    116049     38210    269057    423920      5.67      6.51
478.46/60.20	c  N dy   970    153046     16459     63595    118556     47331    269056    681365      5.78      6.09
485.65/61.15	c Finding binary XORs  T:     0.03 s  found:      55
493.64/62.16	c  S st  1014    157978     16457     63550    118672     52163    268645    817813      5.83      5.92
496.04/62.44	c  S st  1014    158478     16457     63550    118697     52638    268645    822523      5.83   no data
496.04/62.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
513.62/64.65	c Flit:    32 Blit:      1 bXBeca:    0 bXProp:   54 Bins:  26217 BRemL:  46154 BRemN:    375 P: 18.5M T:  2.19
514.42/64.70	c Replacing      146 vars Replaced    13347 lits Time:     0.05 s 
514.42/64.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
514.42/64.74	c bin-w-bin subsume rem        12942 bins  time:  0.02 s
514.42/64.77	c subs with bin:     2671  lits-rem:       667  v-fix:    0  time:  0.03 s
515.22/64.82	c Subs w/ non-existent bins:    321 l-rem:    138 v-fix:     0 done:  16278 time:  0.05 s
515.22/64.84	c Removed useless bin:     545  fixed:     0  props:   0.77M  time:  0.02 s
516.02/64.96	c lits-rem:       286  cl-subs:     1289  v-elim:    668  v-fix:    0  time:  0.11 s
516.83/65.07	c subs with bin:     1174  lits-rem:      4807  v-fix:    0  time:  0.08 s
517.63/65.20	c lits-rem:      1467  cl-subs:     1382  v-elim:      0  v-fix:    0  time:  0.12 s
518.48/65.23	c vivif2 --  cl tried    59655 cl shrink      618 lits rem        649 time: 0.03
519.28/65.30	c vivif2 --  cl tried    44995 cl shrink     5448 lits rem      14253 time: 0.07
523.22/65.86	c asymm  cl-useful: 805/8161/59466 lits-rem:2415 time: 0.55
523.22/65.87	c calculated reachability. Time: 0.01
523.22/65.87	c  N dy  1014    158478     15610     58661     77475     44904    252170    417934      5.83   no data
524.02/65.91	c Finding binary XORs  T:     0.04 s  found:      95
543.20/68.33	c Finding binary XORs  T:     0.03 s  found:      14
550.39/69.20	c  N dy  1088    168614     15607     58657     93778     37999    252116    329554      5.89      7.23
563.24/70.84	c Finding binary XORs  T:     0.03 s  found:       9
580.03/72.97	c  N dy  1177    179411     15588     58656    104297     48655    252095    629096      5.98     11.17
614.35/77.26	c  N dy  1272    190921     15587     58656    105006     60037    252094    932506      6.06     11.29
615.20/77.31	c Finding binary XORs  T:     0.03 s  found:      59
615.20/77.34	c Replacing      177 vars Replaced     9746 lits Time:     0.03 s 
649.52/81.63	c  N dy  1369    203136     15409     58485    104327     51229    250822    575216      6.14      8.24
683.89/85.90	c Finding binary XORs  T:     0.03 s  found:      80
687.09/86.32	c  N dy  1466    216224     15400     58446    106743     64183    250632    904593      6.21      6.60
721.51/90.65	c Finding binary XORs  T:     0.03 s  found:      52
728.66/91.58	c  N dy  1578    230100     15392     58422    114115     55456    250461    624446      6.30      6.64
751.03/94.39	c  S st  1639    237717     15391     58422    114539     63002    250461    825817      6.34   no data
753.43/94.66	c  S st  1639    238219     15391     58422    114553     63489    250461    830831      6.34   no data
753.43/94.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
773.47/97.18	c Flit:    11 Blit:      3 bXBeca:    0 bXProp:   31 Bins:  17014 BRemL:  34106 BRemN:    259 P: 22.0M T:  2.50
774.28/97.23	c Replacing      163 vars Replaced    13066 lits Time:     0.05 s 
774.28/97.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
774.28/97.27	c bin-w-bin subsume rem        14073 bins  time:  0.02 s
775.02/97.30	c subs with bin:     1667  lits-rem:       313  v-fix:    0  time:  0.03 s
775.02/97.35	c Subs w/ non-existent bins:    197 l-rem:     82 v-fix:     0 done:  15213 time:  0.04 s
775.02/97.37	c Removed useless bin:     456  fixed:     0  props:   0.74M  time:  0.02 s
775.81/97.47	c lits-rem:       153  cl-subs:      690  v-elim:    387  v-fix:    0  time:  0.10 s
777.41/97.69	c subs with bin:     1050  lits-rem:      6331  v-fix:    0  time:  0.19 s
779.81/97.94	c lits-rem:      2002  cl-subs:     1424  v-elim:      0  v-fix:    0  time:  0.24 s
779.81/97.98	c vivif2 --  cl tried    56002 cl shrink      242 lits rem        258 time: 0.03
781.41/98.10	c vivif2 --  cl tried    59319 cl shrink     7750 lits rem      57588 time: 0.12
785.40/98.63	c asymm  cl-useful: 74/8536/55940 lits-rem:222 time: 0.52
785.40/98.64	c calculated reachability. Time: 0.01
785.40/98.65	c  N dy  1639    238219     14826     55866     78359     59256    239269    630946      6.34   no data
785.40/98.68	c Finding binary XORs  T:     0.04 s  found:      10
810.19/101.76	c Finding binary XORs  T:     0.04 s  found:      53
833.37/104.65	c  N dy  1752    253738     14811     55830     96691     74530    239022   1101674      6.44      6.95
866.95/108.80	c Finding binary XORs  T:     0.04 s  found:      30
882.14/110.78	c  N dy  1867    270038     14796     55769     99505     66396    238771    845448      6.51      6.86
938.09/117.70	c  N dy  2001    287389     14794     55769    100200     58928    238771    525257      6.59      6.95
956.48/120.05	c Finding binary XORs  T:     0.04 s  found:      13
991.65/124.41	c  N dy  2124    305810     14789     55747    100361     76627    238611   1002308      6.66      7.05
993.29/124.61	c  F st  2128    306250     14789     55747    100361     77062    238611   1014897      6.66   no data
993.29/124.66	c Replacing      106 vars Replaced     9277 lits Time:     0.03 s 
1050.00/131.79	c Finding binary XORs  T:     0.04 s  found:      94
1053.20/132.20	c  N dy  2242    325345     14668     55592    106023     70361    237807    776609      6.71     10.02
1122.75/140.84	c  N dy  2399    345402     14655     55592    108139     90242    237806   1392613      6.81     11.47
1122.75/140.90	c Finding binary XORs  T:     0.04 s  found:      11
1162.72/145.80	c  S st  2498    357328     14651     55569    108000     75059    237553    831038      6.87   no data
1165.11/146.11	c  S st  2498    357831     14651     55569    108019     75543    237553    837268      6.87   no data
1165.11/146.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1187.56/148.91	c Flit:     6 Blit:      0 bXBeca:    0 bXProp:   23 Bins:  19812 BRemL:  26217 BRemN:     83 P: 27.6M T:  2.78
1187.56/148.96	c Replacing      128 vars Replaced    11051 lits Time:     0.05 s 
1187.56/148.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1188.29/149.00	c bin-w-bin subsume rem        10673 bins  time:  0.02 s
1188.29/149.03	c subs with bin:      991  lits-rem:       178  v-fix:    0  time:  0.03 s
1188.29/149.08	c Subs w/ non-existent bins:    150 l-rem:     52 v-fix:     0 done:  14517 time:  0.04 s
1189.09/149.10	c Removed useless bin:     228  fixed:     0  props:   0.72M  time:  0.02 s
1189.09/149.19	c lits-rem:        81  cl-subs:      375  v-elim:    196  v-fix:    0  time:  0.10 s
1191.49/149.46	c subs with bin:     1155  lits-rem:      6268  v-fix:    0  time:  0.22 s
1193.88/149.72	c lits-rem:      2120  cl-subs:     1423  v-elim:      0  v-fix:    0  time:  0.24 s
1193.88/149.75	c vivif2 --  cl tried    54070 cl shrink      178 lits rem        188 time: 0.04
1194.68/149.90	c vivif2 --  cl tried    71040 cl shrink     6801 lits rem      45328 time: 0.14
1199.48/150.42	c asymm  cl-useful: 57/6261/54033 lits-rem:171 time: 0.51
1199.48/150.44	c calculated reachability. Time: 0.01
1199.48/150.44	c  N dy  2498    357831     14321     53976     88106     70986    231446    680309      6.87   no data
1199.48/150.48	c Finding binary XORs  T:     0.04 s  found:      17
1229.86/154.29	c Finding binary XORs  T:     0.04 s  found:      14
1265.04/158.60	c Finding binary XORs  T:     0.04 s  found:       2
1271.43/159.43	c  N dy  2658    378276     14295     53931    107477     89207    230890   1272784      6.95      7.56
1337.03/167.68	c  N dy  2785    398648     14258     53931    108489     81798    230890    950524      6.98      7.43
1348.97/169.14	c Following stats are for *FIRST FINISHED THREAD ONLY*
1348.97/169.14	c num threads              : 8          
1348.97/169.14	c restarts                 : 2671       
1348.97/169.14	c dynamic restarts         : 2647       
1348.97/169.14	c static restarts          : 24         
1348.97/169.14	c full restarts            : 3          
1348.97/169.14	c total simplify time      : 1.61       
1348.97/169.14	c learnts DL2              : 0          
1348.97/169.14	c learnts size 2           : 1197901    
1348.97/169.14	c learnts size 1           : 12671       (12.81     % of vars)
1348.97/169.14	c filedLit time            : 12.54       (7.45      % time)
1348.97/169.14	c v-elim SatELite          : 62881       (63.56     % vars)
1348.97/169.14	c SatELite time            : 5.53        (3.28      % time)
1348.97/169.14	c v-elim xor               : 0           (0.00      % vars)
1348.97/169.14	c xor elim time            : 0.07        (0.04      % time)
1348.97/169.14	c num binary xor trees     : 5587       
1348.97/169.14	c binxor trees' crown      : 11995       (2.15      leafs/tree)
1348.97/169.14	c bin xor find time        : 0.88       
1348.97/169.14	c OTF clause improved      : 2496        (0.01      clauses/conflict)
1348.97/169.14	c OTF impr. size diff      : 3069        (1.23       lits/clause)
1348.97/169.14	c OTF cl watch-shrink      : 246329      (0.63      clauses/conflict)
1348.97/169.14	c OTF cl watch-sh-lit      : 1064437     (4.32       lits/clause)
1348.97/169.14	c tried to recurMin cls    : 168437      (43.00      % of conflicts)
1348.97/169.14	c updated cache            : 0           (0.00       lits/tried recurMin)
1348.97/169.14	c unit cls recevied        : 1140        (9.00      % of units)
1348.97/169.14	c unit cls sent            : 444         (3.50      % of units)
1348.97/169.14	c bin cls recevied         : 559006     
1348.97/169.14	c bin cls sent             : 180913     
1348.97/169.14	c clauses over max glue    : 0           (0.00      % of all clauses)
1348.97/169.14	c conflicts                : 391702      (2325.95   / sec)
1348.97/169.14	c decisions                : 1161081     (6.05      % random)
1348.97/169.14	c bogo-props               : 5466624358  (32461099.36 / sec)
1348.97/169.14	c conflict literals        : 9223361     (30.16     % deleted)
1348.97/169.14	c Memory used              : 2027.14     MB
1348.97/169.14	c single-thread CPU time   : 168.41      s
1348.97/169.14	c all-threads sum CPU time : 1346.42     s
1348.97/169.14	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: 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-3321162-1304324555/watcher-3321162-1304324555 -o /tmp/evaluation-result-3321162-1304324555/solver-3321162-1304324555 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3321162-1304324555.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.89 7.79 7.24 1/218 19384
/proc/meminfo: memFree=30108372/32950928 swapFree=67093856/67111528
[pid=19384] ppid=19382 vsize=92188 CPUtime=0.02 cores=0-7
/proc/19384/stat : 19384 (strangenight2-m) R 19382 19384 19044 0 -1 4202496 412 0 0 0 2 0 0 0 23 0 8 0 544052240 94400512 352 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19384/statm: 23047 352 299 106 0 18018 0
[pid=19384/tid=19385] ppid=19382 vsize=92188 CPUtime=0 cores=0-7
/proc/19384/task/19385/stat : 19385 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 8 0 544052240 94400512 352 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134504 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19386] ppid=19382 vsize=92188 CPUtime=0 cores=0-7
/proc/19384/task/19386/stat : 19386 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 8 0 544052240 94400512 352 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=92188 CPUtime=0 cores=0-7
/proc/19384/task/19387/stat : 19387 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 8 0 544052240 94400512 352 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134518 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=92188 CPUtime=0 cores=0-7
/proc/19384/task/19388/stat : 19388 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 544052240 94400512 352 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=92188 CPUtime=0 cores=0-7
/proc/19384/task/19389/stat : 19389 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 544052240 94400512 352 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134512 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=92188 CPUtime=0 cores=0-7
/proc/19384/task/19390/stat : 19390 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 544052240 94400512 352 33554432000 4194304 4627427 140734505384224 18446744073709551615 254500748273 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=92188 CPUtime=0 cores=0-7
/proc/19384/task/19391/stat : 19391 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 544052240 94400512 352 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134514 0 0 4096 2 0 0 0 -1 6 0 0 0

[startup+0.0783369 s]
/proc/loadavg: 7.89 7.79 7.24 1/218 19384
/proc/meminfo: memFree=30108372/32950928 swapFree=67093856/67111528
[pid=19384] ppid=19382 vsize=92188 CPUtime=0.51 cores=0-7
/proc/19384/stat : 19384 (strangenight2-m) R 19382 19384 19044 0 -1 4202496 421 0 0 0 51 0 0 0 24 0 8 0 544052240 94400512 361 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134099 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19384/statm: 23047 361 303 106 0 18018 0
[pid=19384/tid=19385] ppid=19382 vsize=92188 CPUtime=0.07 cores=0-7
/proc/19384/task/19385/stat : 19385 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 1 0 0 0 7 0 0 0 24 0 8 0 544052240 94400512 361 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134105 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19386] ppid=19382 vsize=92188 CPUtime=0 cores=0-7
/proc/19384/task/19386/stat : 19386 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 8 0 544052240 94400512 361 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=92188 CPUtime=0.07 cores=0-7
/proc/19384/task/19387/stat : 19387 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 5 0 0 0 7 0 0 0 24 0 8 0 544052240 94400512 361 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134096 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=92188 CPUtime=0.07 cores=0-7
/proc/19384/task/19388/stat : 19388 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 1 0 0 0 7 0 0 0 25 0 8 0 544052240 94400512 361 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134105 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=92188 CPUtime=0.07 cores=0-7
/proc/19384/task/19389/stat : 19389 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 1 0 0 0 7 0 0 0 25 0 8 0 544052240 94400512 361 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134099 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=92188 CPUtime=0.06 cores=0-7
/proc/19384/task/19390/stat : 19390 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 1 0 0 0 6 0 0 0 25 0 8 0 544052240 94400512 361 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134105 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=92188 CPUtime=0.07 cores=0-7
/proc/19384/task/19391/stat : 19391 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 1 0 0 0 7 0 0 0 25 0 8 0 544052240 94400512 361 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134105 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 92188

[startup+0.101335 s]
/proc/loadavg: 7.89 7.79 7.24 1/218 19384
/proc/meminfo: memFree=30108372/32950928 swapFree=67093856/67111528
[pid=19384] ppid=19382 vsize=92188 CPUtime=0.67 cores=0-7
/proc/19384/stat : 19384 (strangenight2-m) R 19382 19384 19044 0 -1 4202496 421 0 0 0 67 0 0 0 24 0 8 0 544052240 94400512 361 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134105 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19384/statm: 23047 361 303 106 0 18018 0
[pid=19384/tid=19385] ppid=19382 vsize=92188 CPUtime=0.09 cores=0-7
/proc/19384/task/19385/stat : 19385 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 1 0 0 0 9 0 0 0 24 0 8 0 544052240 94400512 361 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134105 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19386] ppid=19382 vsize=92188 CPUtime=0 cores=0-7
/proc/19384/task/19386/stat : 19386 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 8 0 544052240 94400512 361 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=92188 CPUtime=0.09 cores=0-7
/proc/19384/task/19387/stat : 19387 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 5 0 0 0 9 0 0 0 24 0 8 0 544052240 94400512 361 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134105 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=92188 CPUtime=0.09 cores=0-7
/proc/19384/task/19388/stat : 19388 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 1 0 0 0 9 0 0 0 25 0 8 0 544052240 94400512 361 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134105 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=92188 CPUtime=0.09 cores=0-7
/proc/19384/task/19389/stat : 19389 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 1 0 0 0 9 0 0 0 25 0 8 0 544052240 94400512 361 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134105 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=92188 CPUtime=0.09 cores=0-7
/proc/19384/task/19390/stat : 19390 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 1 0 0 0 9 0 0 0 25 0 8 0 544052240 94400512 361 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134105 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=92188 CPUtime=0.09 cores=0-7
/proc/19384/task/19391/stat : 19391 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 1 0 0 0 9 0 0 0 25 0 8 0 544052240 94400512 361 33554432000 4194304 4627427 140734505384224 18446744073709551615 47813985134099 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 92188

[startup+0.301305 s]
/proc/loadavg: 7.89 7.79 7.24 1/218 19384
/proc/meminfo: memFree=30108372/32950928 swapFree=67093856/67111528
[pid=19384] ppid=19382 vsize=684236 CPUtime=1.53 cores=0-7
/proc/19384/stat : 19384 (strangenight2-m) S 19382 19384 19044 0 -1 4202496 42092 0 0 0 123 30 0 0 17 0 8 0 544052240 700657664 34298 33554432000 4194304 4627427 140734505384224 18446744073709551615 254500796910 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19384/statm: 171059 34324 339 106 0 166030 0
[pid=19384/tid=19385] ppid=19382 vsize=684236 CPUtime=0.17 cores=0-7
/proc/19384/task/19385/stat : 19385 (strangenight2-m) S 19382 19384 19044 0 -1 4202560 5079 0 0 0 15 2 0 0 16 0 8 0 544052240 700657664 34336 33554432000 4194304 4627427 140734505384224 18446744073709551615 254500796910 0 0 4096 2 18446604453871030464 0 0 -1 2 0 0 0
[pid=19384/tid=19386] ppid=19382 vsize=684236 CPUtime=0.05 cores=0-7
/proc/19384/task/19386/stat : 19386 (strangenight2-m) S 19382 19384 19044 0 -1 4202560 3867 0 0 0 4 1 0 0 17 0 8 0 544052240 700657664 34348 33554432000 4194304 4627427 140734505384224 18446744073709551615 254500796910 0 0 4096 2 18446604453871030464 0 0 -1 6 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=684236 CPUtime=0.18 cores=0-7
/proc/19384/task/19387/stat : 19387 (strangenight2-m) S 19382 19384 19044 0 -1 4202560 4856 0 0 0 15 3 0 0 16 0 8 0 544052240 700657664 34361 33554432000 4194304 4627427 140734505384224 18446744073709551615 254500796910 0 0 4096 2 18446604453871030464 0 0 -1 0 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=684236 CPUtime=0.22 cores=0-7
/proc/19384/task/19388/stat : 19388 (strangenight2-m) S 19382 19384 19044 0 -1 4202560 5627 0 0 0 17 5 0 0 17 0 8 0 544052240 700657664 34372 33554432000 4194304 4627427 140734505384224 18446744073709551615 254500796910 0 0 4096 2 18446604453871030464 0 0 -1 1 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=684236 CPUtime=0.22 cores=0-7
/proc/19384/task/19389/stat : 19389 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 5523 0 0 0 18 4 0 0 17 0 8 0 544052240 700657664 34384 33554432000 4194304 4627427 140734505384224 18446744073709551615 254500389323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=684236 CPUtime=0.21 cores=0-7
/proc/19384/task/19390/stat : 19390 (strangenight2-m) S 19382 19384 19044 0 -1 4202560 5765 0 0 0 17 4 0 0 16 0 8 0 544052240 700657664 34396 33554432000 4194304 4627427 140734505384224 18446744073709551615 254500796910 0 0 4096 2 18446604453871030464 0 0 -1 6 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=684236 CPUtime=0.18 cores=0-7
/proc/19384/task/19391/stat : 19391 (strangenight2-m) S 19382 19384 19044 0 -1 4202560 5874 0 0 0 15 3 0 0 16 0 8 0 544052240 700657664 34408 33554432000 4194304 4627427 140734505384224 18446744073709551615 254500796910 0 0 4096 2 18446604453871030464 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 684236

[startup+1.12075 s]
/proc/loadavg: 7.89 7.79 7.24 1/218 19384
/proc/meminfo: memFree=30108372/32950928 swapFree=67093856/67111528
[pid=19384] ppid=19382 vsize=766180 CPUtime=7.03 cores=0-7
/proc/19384/stat : 19384 (strangenight2-m) R 19382 19384 19044 0 -1 4202496 101850 0 0 0 640 63 0 0 18 0 8 0 544052240 784568320 84591 33554432000 4194304 4627427 140734505384224 18446744073709551615 4238640 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19384/statm: 191545 84591 367 106 0 186516 0
[pid=19384/tid=19385] ppid=19382 vsize=766180 CPUtime=0.85 cores=0-7
/proc/19384/task/19385/stat : 19385 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 12719 0 0 0 79 6 0 0 16 0 8 0 544052240 784568320 84591 33554432000 4194304 4627427 140734505384224 18446744073709551615 254500796959 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19384/tid=19386] ppid=19382 vsize=766180 CPUtime=0.65 cores=0-7
/proc/19384/task/19386/stat : 19386 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 13161 0 0 0 61 4 0 0 16 0 8 0 544052240 784568320 84591 33554432000 4194304 4627427 140734505384224 18446744073709551615 254500796910 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=766180 CPUtime=0.86 cores=0-7
/proc/19384/task/19387/stat : 19387 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 11663 0 0 0 80 6 0 0 16 0 8 0 544052240 784568320 84591 33554432000 4194304 4627427 140734505384224 18446744073709551615 254500796959 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=766180 CPUtime=0.95 cores=0-7
/proc/19384/task/19388/stat : 19388 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 11875 0 0 0 84 11 0 0 18 0 8 0 544052240 784568320 84591 33554432000 4194304 4627427 140734505384224 18446744073709551615 254500796959 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=766180 CPUtime=0.95 cores=0-7
/proc/19384/task/19389/stat : 19389 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 12517 0 0 0 84 11 0 0 18 0 8 0 544052240 784568320 84591 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=766180 CPUtime=0.88 cores=0-7
/proc/19384/task/19390/stat : 19390 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 13356 0 0 0 81 7 0 0 16 0 8 0 544052240 784568320 84591 33554432000 4194304 4627427 140734505384224 18446744073709551615 254500796959 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=766180 CPUtime=0.87 cores=0-7
/proc/19384/task/19391/stat : 19391 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 14027 0 0 0 81 6 0 0 16 0 8 0 544052240 784568320 84591 33554432000 4194304 4627427 140734505384224 18446744073709551615 4299630 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 766180

[startup+1.508 s]
/proc/loadavg: 8.06 7.83 7.26 10/226 19392
/proc/meminfo: memFree=29770656/32950928 swapFree=67093856/67111528
[pid=19384] ppid=19382 vsize=766180 CPUtime=10.12 cores=0-7
/proc/19384/stat : 19384 (strangenight2-m) R 19382 19384 19044 0 -1 4202496 101961 0 0 0 949 63 0 0 19 0 8 0 544052240 784568320 84702 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308275 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19384/statm: 191545 84702 367 106 0 186516 0
[pid=19384/tid=19385] ppid=19382 vsize=766180 CPUtime=1.24 cores=0-7
/proc/19384/task/19385/stat : 19385 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 12729 0 0 0 118 6 0 0 16 0 8 0 544052240 784568320 84702 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308194 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19384/tid=19386] ppid=19382 vsize=766180 CPUtime=1.03 cores=0-7
/proc/19384/task/19386/stat : 19386 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 13184 0 0 0 99 4 0 0 16 0 8 0 544052240 784568320 84702 33554432000 4194304 4627427 140734505384224 18446744073709551615 4299701 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=766180 CPUtime=1.25 cores=0-7
/proc/19384/task/19387/stat : 19387 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 11672 0 0 0 119 6 0 0 16 0 8 0 544052240 784568320 84702 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=766180 CPUtime=1.34 cores=0-7
/proc/19384/task/19388/stat : 19388 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 11881 0 0 0 123 11 0 0 19 0 8 0 544052240 784568320 84702 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=766180 CPUtime=1.34 cores=0-7
/proc/19384/task/19389/stat : 19389 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 12524 0 0 0 123 11 0 0 19 0 8 0 544052240 784568320 84702 33554432000 4194304 4627427 140734505384224 18446744073709551615 4238272 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=766180 CPUtime=1.27 cores=0-7
/proc/19384/task/19390/stat : 19390 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 13365 0 0 0 120 7 0 0 16 0 8 0 544052240 784568320 84702 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=766180 CPUtime=1.25 cores=0-7
/proc/19384/task/19391/stat : 19391 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 14056 0 0 0 119 6 0 0 17 0 8 0 544052240 784568320 84702 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.12
Current children cumulated vsize (KiB) 766180

[startup+3.10068 s]
/proc/loadavg: 8.06 7.83 7.26 10/226 19392
/proc/meminfo: memFree=29764456/32950928 swapFree=67093856/67111528
[pid=19384] ppid=19382 vsize=770820 CPUtime=22.85 cores=0-7
/proc/19384/stat : 19384 (strangenight2-m) R 19382 19384 19044 0 -1 4202496 103482 0 0 0 2222 63 0 0 22 0 8 0 544052240 789319680 86223 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308912 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19384/statm: 192705 86223 368 106 0 187676 0
[pid=19384/tid=19385] ppid=19382 vsize=770820 CPUtime=2.83 cores=0-7
/proc/19384/task/19385/stat : 19385 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 12750 0 0 0 277 6 0 0 19 0 8 0 544052240 789319680 86223 33554432000 4194304 4627427 140734505384224 18446744073709551615 4238464 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19384/tid=19386] ppid=19382 vsize=770820 CPUtime=2.61 cores=0-7
/proc/19384/task/19386/stat : 19386 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 13195 0 0 0 257 4 0 0 18 0 8 0 544052240 789319680 86223 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308120 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=770820 CPUtime=2.85 cores=0-7
/proc/19384/task/19387/stat : 19387 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 11677 0 0 0 279 6 0 0 19 0 8 0 544052240 789319680 86223 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308265 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=770820 CPUtime=2.94 cores=0-7
/proc/19384/task/19388/stat : 19388 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 11903 0 0 0 283 11 0 0 22 0 8 0 544052240 789319680 86223 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308323 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=770820 CPUtime=2.93 cores=0-7
/proc/19384/task/19389/stat : 19389 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 12547 0 0 0 282 11 0 0 22 0 8 0 544052240 789319680 86223 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=770820 CPUtime=2.86 cores=0-7
/proc/19384/task/19390/stat : 19390 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 13378 0 0 0 279 7 0 0 19 0 8 0 544052240 789319680 86223 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308188 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=770820 CPUtime=2.85 cores=0-7
/proc/19384/task/19391/stat : 19391 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 15463 0 0 0 278 7 0 0 18 0 8 0 544052240 789319680 86223 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308438 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.85
Current children cumulated vsize (KiB) 770820

[startup+6.30105 s]
/proc/loadavg: 8.06 7.83 7.26 9/226 19392
/proc/meminfo: memFree=29559820/32950928 swapFree=67093856/67111528
[pid=19384] ppid=19382 vsize=927812 CPUtime=47.94 cores=0-7
/proc/19384/stat : 19384 (strangenight2-m) R 19382 19384 19044 0 -1 4202496 171357 0 0 0 4677 117 0 0 21 0 8 0 544052240 950079488 137339 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308987 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19384/statm: 231953 137339 387 106 0 226924 0
[pid=19384/tid=19385] ppid=19382 vsize=927812 CPUtime=5.96 cores=0-7
/proc/19384/task/19385/stat : 19385 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 24144 0 0 0 582 14 0 0 20 0 8 0 544052240 950079488 137339 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19384/tid=19386] ppid=19382 vsize=927812 CPUtime=5.73 cores=0-7
/proc/19384/task/19386/stat : 19386 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 23451 0 0 0 561 12 0 0 21 0 8 0 544052240 950079488 137339 33554432000 4194304 4627427 140734505384224 18446744073709551615 4407079 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=927812 CPUtime=5.96 cores=0-7
/proc/19384/task/19387/stat : 19387 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 21474 0 0 0 581 15 0 0 21 0 8 0 544052240 950079488 137339 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=927812 CPUtime=6.08 cores=0-7
/proc/19384/task/19388/stat : 19388 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 21937 0 0 0 590 18 0 0 20 0 8 0 544052240 950079488 137339 33554432000 4194304 4627427 140734505384224 18446744073709551615 4324972 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=927812 CPUtime=6.04 cores=0-7
/proc/19384/task/19389/stat : 19389 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 22751 0 0 0 585 19 0 0 21 0 8 0 544052240 950079488 137339 33554432000 4194304 4627427 140734505384224 18446744073709551615 4324663 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=927812 CPUtime=6.01 cores=0-7
/proc/19384/task/19390/stat : 19390 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 20553 0 0 0 588 13 0 0 21 0 8 0 544052240 950079488 137339 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=927812 CPUtime=6.02 cores=0-7
/proc/19384/task/19391/stat : 19391 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 15798 0 0 0 595 7 0 0 21 0 8 0 544052240 950079488 137339 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 0 0 0 0

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

[pid=19384] ppid=19382 vsize=2055780 CPUtime=814.98 cores=0-7
/proc/19384/stat : 19384 (strangenight2-m) R 19382 19384 19044 0 -1 4202496 842390 0 0 0 81230 268 0 0 25 0 8 0 544052240 2105118720 372134 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19384/statm: 513945 372134 392 106 0 508916 0
[pid=19384/tid=19385] ppid=19382 vsize=2055780 CPUtime=101.94 cores=0-7
/proc/19384/task/19385/stat : 19385 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 118703 0 0 0 10158 36 0 0 25 0 8 0 544052240 2105118720 372134 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19384/tid=19386] ppid=19382 vsize=2055780 CPUtime=101.08 cores=0-7
/proc/19384/task/19386/stat : 19386 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 109204 0 0 0 10081 27 0 0 25 0 8 0 544052240 2105118720 372134 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=2055780 CPUtime=101.92 cores=0-7
/proc/19384/task/19387/stat : 19387 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 102947 0 0 0 10158 34 0 0 25 0 8 0 544052240 2105118720 372134 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308282 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=2055780 CPUtime=102.06 cores=0-7
/proc/19384/task/19388/stat : 19388 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 95339 0 0 0 10170 36 0 0 25 0 8 0 544052240 2105118720 372134 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308606 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=2055780 CPUtime=102.02 cores=0-7
/proc/19384/task/19389/stat : 19389 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 107707 0 0 0 10165 37 0 0 25 0 8 0 544052240 2105118720 372134 33554432000 4194304 4627427 140734505384224 18446744073709551615 4324759 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=2055780 CPUtime=101.98 cores=0-7
/proc/19384/task/19390/stat : 19390 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 110045 0 0 0 10165 33 0 0 25 0 8 0 544052240 2105118720 372134 33554432000 4194304 4627427 140734505384224 18446744073709551615 4410118 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=2055780 CPUtime=102.01 cores=0-7
/proc/19384/task/19391/stat : 19391 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 87079 0 0 0 10176 25 0 0 25 0 8 0 544052240 2105118720 372134 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 814.98
Current children cumulated vsize (KiB) 2055780

[startup+162.301 s]
/proc/loadavg: 8.14 7.95 7.39 9/226 19396
/proc/meminfo: memFree=28613592/32950928 swapFree=67093856/67111528
[pid=19384] ppid=19382 vsize=2070852 CPUtime=1294.6 cores=0-7
/proc/19384/stat : 19384 (strangenight2-m) R 19382 19384 19044 0 -1 4202496 900341 0 0 0 129169 291 0 0 25 0 8 0 544052240 2120552448 373210 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19384/statm: 517713 373210 391 106 0 512684 0
[pid=19384/tid=19385] ppid=19382 vsize=2070852 CPUtime=161.94 cores=0-7
/proc/19384/task/19385/stat : 19385 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 126498 0 0 0 16155 39 0 0 25 0 8 0 544052240 2120552448 373210 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19384/tid=19386] ppid=19382 vsize=2070852 CPUtime=160.7 cores=0-7
/proc/19384/task/19386/stat : 19386 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 116940 0 0 0 16039 31 0 0 25 0 8 0 544052240 2120552448 373210 33554432000 4194304 4627427 140734505384224 18446744073709551615 4326846 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=2070852 CPUtime=161.92 cores=0-7
/proc/19384/task/19387/stat : 19387 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 109839 0 0 0 16155 37 0 0 25 0 8 0 544052240 2120552448 373210 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308411 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=2070852 CPUtime=162.06 cores=0-7
/proc/19384/task/19388/stat : 19388 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 104442 0 0 0 16167 39 0 0 25 0 8 0 544052240 2120552448 373210 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308712 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=2070852 CPUtime=162.03 cores=0-7
/proc/19384/task/19389/stat : 19389 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 116534 0 0 0 16162 41 0 0 25 0 8 0 544052240 2120552448 373210 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=2070852 CPUtime=161.97 cores=0-7
/proc/19384/task/19390/stat : 19390 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 114744 0 0 0 16162 35 0 0 25 0 8 0 544052240 2120552448 373210 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=2070852 CPUtime=162.01 cores=0-7
/proc/19384/task/19391/stat : 19391 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 91717 0 0 0 16175 26 0 0 25 0 8 0 544052240 2120552448 373210 33554432000 4194304 4627427 140734505384224 18446744073709551615 4310392 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1294.6
Current children cumulated vsize (KiB) 2070852

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

[startup+163.501 s]
/proc/loadavg: 8.14 7.95 7.39 9/226 19396
/proc/meminfo: memFree=28612228/32950928 swapFree=67093856/67111528
[pid=19384] ppid=19382 vsize=2070852 CPUtime=1304.2 cores=0-7
/proc/19384/stat : 19384 (strangenight2-m) R 19382 19384 19044 0 -1 4202496 900892 0 0 0 130128 292 0 0 25 0 8 0 544052240 2120552448 373761 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19384/statm: 517713 373761 391 106 0 512684 0
[pid=19384/tid=19385] ppid=19382 vsize=2070852 CPUtime=163.14 cores=0-7
/proc/19384/task/19385/stat : 19385 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 126498 0 0 0 16275 39 0 0 25 0 8 0 544052240 2120552448 373761 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19384/tid=19386] ppid=19382 vsize=2070852 CPUtime=161.89 cores=0-7
/proc/19384/task/19386/stat : 19386 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 117017 0 0 0 16158 31 0 0 25 0 8 0 544052240 2120552448 373761 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=2070852 CPUtime=163.12 cores=0-7
/proc/19384/task/19387/stat : 19387 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 109920 0 0 0 16275 37 0 0 25 0 8 0 544052240 2120552448 373762 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=2070852 CPUtime=163.27 cores=0-7
/proc/19384/task/19388/stat : 19388 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 104516 0 0 0 16287 40 0 0 25 0 8 0 544052240 2120552448 373765 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308940 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=2070852 CPUtime=163.23 cores=0-7
/proc/19384/task/19389/stat : 19389 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 116621 0 0 0 16282 41 0 0 25 0 8 0 544052240 2120552448 373767 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308654 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=2070852 CPUtime=163.17 cores=0-7
/proc/19384/task/19390/stat : 19390 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 114841 0 0 0 16282 35 0 0 25 0 8 0 544052240 2120552448 373769 33554432000 4194304 4627427 140734505384224 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=2070852 CPUtime=163.21 cores=0-7
/proc/19384/task/19391/stat : 19391 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 91764 0 0 0 16295 26 0 0 25 0 8 0 544052240 2120552448 373771 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1304.2
Current children cumulated vsize (KiB) 2070852

[startup+166.701 s]
/proc/loadavg: 8.13 7.95 7.39 9/226 19396
/proc/meminfo: memFree=28609996/32950928 swapFree=67093856/67111528
[pid=19384] ppid=19382 vsize=2071168 CPUtime=1329.78 cores=0-7
/proc/19384/stat : 19384 (strangenight2-m) R 19382 19384 19044 0 -1 4202496 905318 0 0 0 132685 293 0 0 25 0 8 0 544052240 2120876032 374294 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19384/statm: 517792 374294 391 106 0 512763 0
[pid=19384/tid=19385] ppid=19382 vsize=2071168 CPUtime=166.34 cores=0-7
/proc/19384/task/19385/stat : 19385 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 126566 0 0 0 16595 39 0 0 25 0 8 0 544052240 2120876032 374294 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308425 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19384/tid=19386] ppid=19382 vsize=2071168 CPUtime=165.07 cores=0-7
/proc/19384/task/19386/stat : 19386 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 118235 0 0 0 16476 31 0 0 25 0 8 0 544052240 2120876032 374294 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=2071168 CPUtime=166.32 cores=0-7
/proc/19384/task/19387/stat : 19387 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 111074 0 0 0 16595 37 0 0 25 0 8 0 544052240 2120876032 374294 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=2071168 CPUtime=166.46 cores=0-7
/proc/19384/task/19388/stat : 19388 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 104724 0 0 0 16606 40 0 0 25 0 8 0 544052240 2120876032 374294 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308615 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=2071168 CPUtime=166.42 cores=0-7
/proc/19384/task/19389/stat : 19389 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 116845 0 0 0 16601 41 0 0 25 0 8 0 544052240 2120876032 374294 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=2071168 CPUtime=166.37 cores=0-7
/proc/19384/task/19390/stat : 19390 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 116019 0 0 0 16602 35 0 0 25 0 8 0 544052240 2120876032 374294 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=2071168 CPUtime=166.41 cores=0-7
/proc/19384/task/19391/stat : 19391 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 91893 0 0 0 16615 26 0 0 25 0 8 0 544052240 2120876032 374294 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1329.78
Current children cumulated vsize (KiB) 2071168

[startup+168.301 s]
/proc/loadavg: 8.13 7.95 7.39 9/226 19397
/proc/meminfo: memFree=28608136/32950928 swapFree=67093856/67111528
[pid=19384] ppid=19382 vsize=2075784 CPUtime=1342.57 cores=0-7
/proc/19384/stat : 19384 (strangenight2-m) R 19382 19384 19044 0 -1 4202496 908705 0 0 0 133964 293 0 0 25 0 8 0 544052240 2125602816 376934 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19384/statm: 518946 376934 393 106 0 513917 0
[pid=19384/tid=19385] ppid=19382 vsize=2075784 CPUtime=167.94 cores=0-7
/proc/19384/task/19385/stat : 19385 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 129011 0 0 0 16755 39 0 0 25 0 8 0 544052240 2125602816 376934 33554432000 4194304 4627427 140734505384224 18446744073709551615 4426782 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19384/tid=19386] ppid=19382 vsize=2075784 CPUtime=166.66 cores=0-7
/proc/19384/task/19386/stat : 19386 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 118476 0 0 0 16635 31 0 0 25 0 8 0 544052240 2125602816 376934 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=2075784 CPUtime=167.92 cores=0-7
/proc/19384/task/19387/stat : 19387 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 111166 0 0 0 16755 37 0 0 25 0 8 0 544052240 2125602816 376934 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=2075784 CPUtime=168.06 cores=0-7
/proc/19384/task/19388/stat : 19388 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 104820 0 0 0 16766 40 0 0 25 0 8 0 544052240 2125602816 376934 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=2075784 CPUtime=168.02 cores=0-7
/proc/19384/task/19389/stat : 19389 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 116940 0 0 0 16761 41 0 0 25 0 8 0 544052240 2125602816 376934 33554432000 4194304 4627427 140734505384224 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=2075784 CPUtime=167.97 cores=0-7
/proc/19384/task/19390/stat : 19390 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 116256 0 0 0 16762 35 0 0 25 0 8 0 544052240 2125602816 376934 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=2075784 CPUtime=168.01 cores=0-7
/proc/19384/task/19391/stat : 19391 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 91963 0 0 0 16775 26 0 0 25 0 8 0 544052240 2125602816 376934 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1342.57
Current children cumulated vsize (KiB) 2075784

[startup+168.709 s]
/proc/loadavg: 8.13 7.95 7.39 9/226 19397
/proc/meminfo: memFree=28599208/32950928 swapFree=67093856/67111528
[pid=19384] ppid=19382 vsize=2075784 CPUtime=1345.83 cores=0-7
/proc/19384/stat : 19384 (strangenight2-m) R 19382 19384 19044 0 -1 4202496 908905 0 0 0 134289 294 0 0 25 0 8 0 544052240 2125602816 377132 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19384/statm: 518946 377132 391 106 0 513917 0
[pid=19384/tid=19385] ppid=19382 vsize=2075784 CPUtime=168.35 cores=0-7
/proc/19384/task/19385/stat : 19385 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 129048 0 0 0 16796 39 0 0 25 0 8 0 544052240 2125602816 377132 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19384/tid=19386] ppid=19382 vsize=2075784 CPUtime=167.06 cores=0-7
/proc/19384/task/19386/stat : 19386 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 118500 0 0 0 16675 31 0 0 25 0 8 0 544052240 2125602816 377132 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=2075784 CPUtime=168.33 cores=0-7
/proc/19384/task/19387/stat : 19387 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 111186 0 0 0 16796 37 0 0 25 0 8 0 544052240 2125602816 377132 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=2075784 CPUtime=168.47 cores=0-7
/proc/19384/task/19388/stat : 19388 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 104842 0 0 0 16807 40 0 0 25 0 8 0 544052240 2125602816 377132 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=2075784 CPUtime=168.43 cores=0-7
/proc/19384/task/19389/stat : 19389 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 116963 0 0 0 16802 41 0 0 25 0 8 0 544052240 2125602816 377132 33554432000 4194304 4627427 140734505384224 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=2075784 CPUtime=168.38 cores=0-7
/proc/19384/task/19390/stat : 19390 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 116289 0 0 0 16803 35 0 0 25 0 8 0 544052240 2125602816 377132 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308940 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=2075784 CPUtime=168.42 cores=0-7
/proc/19384/task/19391/stat : 19391 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 91978 0 0 0 16816 26 0 0 25 0 8 0 544052240 2125602816 377132 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308940 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1345.83
Current children cumulated vsize (KiB) 2075784

[startup+169.101 s]
/proc/loadavg: 8.13 7.95 7.39 9/226 19397
/proc/meminfo: memFree=28599208/32950928 swapFree=67093856/67111528
[pid=19384] ppid=19382 vsize=2075784 CPUtime=1348.97 cores=0-7
/proc/19384/stat : 19384 (strangenight2-m) R 19382 19384 19044 0 -1 4202496 909199 0 0 0 134603 294 0 0 25 0 8 0 544052240 2125602816 377426 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19384/statm: 518946 377426 391 106 0 513917 0
[pid=19384/tid=19385] ppid=19382 vsize=2075784 CPUtime=168.74 cores=0-7
/proc/19384/task/19385/stat : 19385 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 129049 0 0 0 16835 39 0 0 25 0 8 0 544052240 2125602816 377426 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19384/tid=19386] ppid=19382 vsize=2075784 CPUtime=167.45 cores=0-7
/proc/19384/task/19386/stat : 19386 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 118526 0 0 0 16714 31 0 0 25 0 8 0 544052240 2125602816 377427 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19384/tid=19387] ppid=19382 vsize=2075784 CPUtime=168.72 cores=0-7
/proc/19384/task/19387/stat : 19387 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 111344 0 0 0 16835 37 0 0 25 0 8 0 544052240 2125602816 377427 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19384/tid=19388] ppid=19382 vsize=2075784 CPUtime=168.86 cores=0-7
/proc/19384/task/19388/stat : 19388 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 104864 0 0 0 16846 40 0 0 25 0 8 0 544052240 2125602816 377427 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19384/tid=19389] ppid=19382 vsize=2075784 CPUtime=168.82 cores=0-7
/proc/19384/task/19389/stat : 19389 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 116983 0 0 0 16841 41 0 0 25 0 8 0 544052240 2125602816 377427 33554432000 4194304 4627427 140734505384224 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19384/tid=19390] ppid=19382 vsize=2075784 CPUtime=168.77 cores=0-7
/proc/19384/task/19390/stat : 19390 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 116318 0 0 0 16842 35 0 0 25 0 8 0 544052240 2125602816 377427 33554432000 4194304 4627427 140734505384224 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19384/tid=19391] ppid=19382 vsize=2075784 CPUtime=168.81 cores=0-7
/proc/19384/task/19391/stat : 19391 (strangenight2-m) R 19382 19384 19044 0 -1 4202560 91991 0 0 0 16855 26 0 0 25 0 8 0 544052240 2125602816 377427 33554432000 4194304 4627427 140734505384224 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1348.97
Current children cumulated vsize (KiB) 2075784

[startup+169.201 s]
/proc/loadavg: 8.13 7.95 7.39 9/226 19397
/proc/meminfo: memFree=28599208/32950928 swapFree=67093856/67111528
[pid=19384] ppid=19382 vsize=0 CPUtime=1349.41 cores=0-7
/proc/19384/stat : 19384 (strangenight2-m) Z 19382 19384 19044 0 -1 4203548 909222 0 0 0 134642 299 0 0 25 0 2 0 544052240 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19384/statm: 0 0 0 0 0 0 0
[pid=19384/tid=19386] ppid=19382 vsize=0 CPUtime=167.55 cores=0-7
/proc/19384/task/19386/stat : 19386 (strangenight2-m) R 19382 19384 19044 0 -1 4203588 118528 0 0 0 16719 36 0 0 25 0 2 0 544052240 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1349.41
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 169.233
CPU time (s): 1349.45
CPU user time (s): 1346.42
CPU system time (s): 3.02354
CPU usage (%): 797.389
Max. virtual memory (cumulated for all children) (KiB): 2122324

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

runsolver used 0.295955 second user time and 0.814876 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-02 10:22:36
IDJOB=3321162
IDBENCH=82482
IDSOLVER=1709
FILE ID=node149/3321162-1304324555
RUNJOBID= node149-1304322183-19058
PBS_JOBID= 13176777
Free space on /tmp= 73596 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321162-1304324555/watcher-3321162-1304324555 -o /tmp/evaluation-result-3321162-1304324555/solver-3321162-1304324555 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3321162-1304324555.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=95761839

node149.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.806
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
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:      30108776 kB
Buffers:         87236 kB
Cached:         829948 kB
SwapCached:        100 kB
Active:        1673800 kB
Inactive:       921372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30108776 kB
SwapTotal:    67111528 kB
SwapFree:     67093856 kB
Dirty:           10512 kB
Writeback:           0 kB
AnonPages:     1678656 kB
Mapped:          18824 kB
Slab:           172296 kB
PageTables:      12352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 22653676 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= 73588 MiB
End job on node149 at 2011-05-02 10:25:25