Trace number 3286712

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 533.605 133.978

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.179
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3286712-1307634554.cnf'
0.00/0.00	c -- header says num vars:          25631
0.00/0.00	c -- header says num clauses:      142227
0.18/0.11	c -- clauses added:            0 learnts,       142227 normals,            0 xors
0.18/0.11	c -- vars added      25631
0.18/0.11	c Parsing time:  0.05 s
0.18/0.11	c  N st     0         0     25631     16683    125314         0    317706         0   no data   no data
0.38/0.54	c asymm  cl-useful: 249/16421/16421 lits-rem:261 time: 0.45
16.31/4.11	c Flit:    89 Blit:    104 bXBeca:    0 bXProp: 1680 Bins:      0 BRemL:      0 BRemN:      0 P: 92.8M T:  3.50
16.31/4.11	c Cleaning up after failed var search:     0.00 s 
16.31/4.12	c Replacing     1680 vars Replaced    32196 lits Time:     0.01 s 
16.31/4.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.31/4.14	c bin-w-bin subsume rem         3922 bins  time:  0.01 s
16.31/4.15	c subs with bin:       34  lits-rem:         0  v-fix:    0  time:  0.01 s
17.12/4.35	c Subs w/ non-existent bins:      3 l-rem:      3 v-fix:     0 done:  21184 time:  0.20 s
17.52/4.48	c Removed useless bin:    3201  fixed:     0  props:  20.01M  time:  0.13 s
18.31/4.60	c lits-rem:       737  cl-subs:     4141  v-elim:   4659  v-fix:    0  time:  0.11 s
18.71/4.79	c Finding binary XORs  T:     0.19 s  found:       0
19.13/4.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
19.13/4.85	c calculated reachability. Time: 0.06
19.13/4.85	c Calc default polars -  time:   0.00 s pos:    2235 undec:   10553 neg:   12843
19.13/4.85	c =========================================================================================
19.13/4.85	c types(t): F = full restart, N = normal restart
19.13/4.85	c types(t): S = simplification begin/end, E = solution found
19.13/4.85	c restart types(rt): st = static, dy = dynamic
19.13/4.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
19.13/4.85	c  B st     0         0     16525     10184     88707         0    225844         0   no data   no data
21.10/5.31	c  N dy    17      4099     16431     10184     88820      3903    225844    312741      9.30     10.89
22.70/5.79	c  N dy    36      8106     15825     10072     81310      5338    208515    211308      9.36     10.20
24.70/6.30	c  N dy    55     12171     15823     10072     81661      5211    208515    129867      9.15     10.41
27.10/6.83	c  N dy    78     16770     15736     10072     81696      9702    208515    369906      9.33      9.92
29.09/7.36	c  N dy   105     20921     15731     10072     82121      8324    208515    229455      9.49     10.03
31.10/7.89	c  F st   131     25000     15691     10072     82216     12319    208515    454848      9.59      8.97
31.50/7.91	c  N st   131     25000     15691     10045     80734     12316    205258    453269      9.59      8.97
34.69/8.72	c  N dy   137     30001     15686     10045     80757     10611    205258    446583      9.59   no data
34.69/8.72	c  S st   137     30001     15686     10045     80757     10611    205258    446583      9.59   no data
34.69/8.79	c  S st   137     30504     15686     10045     80996     11090    205258    458437      9.59   no data
34.69/8.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.87/13.04	c Flit:   104 Blit:     57 bXBeca:    0 bXProp:   21 Bins: 208180 BRemL:  30764 BRemN:      8 P: 68.2M T:  4.24
51.87/13.05	c Cleaning up after failed var search:     0.01 s 
51.87/13.07	c Replacing       21 vars Replaced     6854 lits Time:     0.02 s 
51.87/13.08	c blocked clauses removed:        0 vars:    634 tried:       15286 T: 0.01 s
52.27/13.10	c bin-w-bin subsume rem         1488 bins  time:  0.02 s
52.27/13.13	c subs with bin:     1027  lits-rem:      1229  v-fix:    0  time:  0.03 s
52.66/13.29	c Subs w/ non-existent bins:     14 l-rem:     57 v-fix:     0 done:  14391 time:  0.16 s
53.06/13.31	c Removed useless bin:      81  fixed:     0  props:   1.72M  time:  0.02 s
53.06/13.37	c lits-rem:       134  cl-subs:      502  v-elim:    586  v-fix:    0  time:  0.05 s
53.46/13.43	c subs with bin:      166  lits-rem:      3635  v-fix:    0  time:  0.05 s
53.46/13.45	c lits-rem:       490  cl-subs:      253  v-elim:      0  v-fix:    0  time:  0.02 s
54.28/13.66	c asymm  cl-useful: 337/8754/8754 lits-rem:555 time: 0.21
54.68/13.70	c calculated reachability. Time: 0.04
54.68/13.70	c  N dy   137     30504     13805      8754    224575      6108    183304    380036      9.59   no data
55.05/13.86	c Finding binary XORs  T:     0.16 s  found:       0
57.45/14.46	c  N dy   148     36647     13799      8754    224602      6652    183304    373254      9.24      9.85
58.25/14.68	c Finding binary XORs  T:     0.15 s  found:       5
60.25/15.11	c  N dy   154     40836     12748      8635    229074     10693    156303    536273      8.99      9.49
61.85/15.59	c  N dy   181     44923     12748      8635    257835     14711    156303    740518      9.11     24.63
62.25/15.69	c  S st   184     45758     12748      8635    257835      7953    156303    476926      9.09      7.02
62.65/15.75	c  S st   184     46260     12748      8635    257847      8437    156303    486503      9.09   no data
62.65/15.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
70.63/17.77	c Flit:    44 Blit:      0 bXBeca:    0 bXProp:    7 Bins:  34601 BRemL: 132943 BRemN:     19 P: 38.0M T:  2.01
70.63/17.78	c Replacing       12 vars Replaced     1785 lits Time:     0.01 s 
70.63/17.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
71.03/17.80	c bin-w-bin subsume rem         6295 bins  time:  0.02 s
71.03/17.82	c subs with bin:      232  lits-rem:       226  v-fix:    0  time:  0.02 s
71.43/17.92	c Subs w/ non-existent bins:      4 l-rem:      4 v-fix:     0 done:  12683 time:  0.10 s
71.43/17.94	c Removed useless bin:      24  fixed:     0  props:   1.84M  time:  0.02 s
71.43/17.97	c lits-rem:        81  cl-subs:      184  v-elim:    167  v-fix:    0  time:  0.04 s
71.43/18.00	c subs with bin:       94  lits-rem:       991  v-fix:    0  time:  0.02 s
71.85/18.02	c lits-rem:       219  cl-subs:      162  v-elim:      0  v-fix:    0  time:  0.01 s
71.85/18.02	c vivif2 --  cl tried     8134 cl shrink       98 lits rem        117 time: 0.00
71.85/18.04	c vivif2 --  cl tried     6654 cl shrink      827 lits rem       3526 time: 0.01
72.25/18.19	c asymm  cl-useful: 23/8072/8072 lits-rem:26 time: 0.15
72.63/18.22	c calculated reachability. Time: 0.02
72.63/18.22	c  N dy   184     46260     12516      8072    143008      6650    152751    222659      9.09   no data
73.03/18.35	c Finding binary XORs  T:     0.13 s  found:       0
74.63/18.75	c  N dy   200     50350     12513      8072    163988     10692    152751    423815      9.02      9.52
75.83/19.08	c Finding binary XORs  T:     0.13 s  found:       0
76.65/19.27	c  N dy   217     54414     12508      8072    161799     14670    152553    568778      9.01      9.52
78.63/19.78	c  N dy   234     59067     12507      8072    168626     10798    152553    380123      8.96      9.59
80.64/20.27	c  N dy   252     63678     12505      8072    168694     15313    152553    543333      8.92      9.41
82.62/20.74	c  N dy   266     67780     12504      8072    168695     19355    152553    718067      8.91      9.41
83.42/20.96	c  S st   278     69390     12503      8072    168708     10833    152553    338361      8.92   no data
83.82/21.01	c  S st   278     69892     12503      8072    168710     11328    152553    347950      8.92   no data
83.82/21.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
92.61/23.20	c Flit:    33 Blit:      1 bXBeca:    0 bXProp:    1 Bins:  26308 BRemL:  38640 BRemN:     14 P: 36.9M T:  2.18
92.61/23.21	c Replacing        1 vars Replaced       97 lits Time:     0.01 s 
92.61/23.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
92.61/23.23	c bin-w-bin subsume rem         1489 bins  time:  0.01 s
92.61/23.25	c subs with bin:       26  lits-rem:         0  v-fix:    0  time:  0.02 s
93.01/23.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  12428 time:  0.10 s
93.01/23.36	c Removed useless bin:       5  fixed:     0  props:   1.71M  time:  0.02 s
93.01/23.39	c lits-rem:         2  cl-subs:       27  v-elim:     32  v-fix:    0  time:  0.03 s
93.40/23.44	c subs with bin:       87  lits-rem:       986  v-fix:    0  time:  0.04 s
93.40/23.46	c lits-rem:       235  cl-subs:      172  v-elim:      0  v-fix:    0  time:  0.02 s
93.40/23.47	c vivif2 --  cl tried     8040 cl shrink       57 lits rem         76 time: 0.00
93.40/23.49	c vivif2 --  cl tried    10944 cl shrink      718 lits rem      11878 time: 0.02
94.22/23.66	c asymm  cl-useful: 102/8009/8009 lits-rem:127 time: 0.17
94.22/23.68	c calculated reachability. Time: 0.02
94.22/23.68	c  N dy   278     69892     12396      7998    136714     10943    150136    263857      8.92   no data
95.00/23.81	c Finding binary XORs  T:     0.13 s  found:       0
97.00/24.34	c  N dy   305     74404     12395      7998    167389     15349    150136    474850      8.90      9.42
97.40/24.49	c Finding binary XORs  T:     0.13 s  found:       5
99.80/25.08	c  N dy   334     79158     12374      7981    160555     20001    149638    679070      8.98     10.19
102.61/25.76	c  N dy   371     84410     12360      7981    160978     13840    149638    395833      9.08      9.58
104.18/26.11	c  F st   386     87501     12355      7981    160987     16877    149638    499007      9.07      5.46
104.18/26.13	c Replacing        5 vars Replaced     1552 lits Time:     0.01 s 
105.79/26.50	c  N st   391     90799     12350      7977    154713     20102    149116    661547      9.07   no data
107.78/27.07	c Finding binary XORs  T:     0.13 s  found:       3
110.18/27.60	c  N dy   412     97980     12348      7972    162445     14584    149067    357982      9.07      9.57
112.58/28.29	c  N dy   436    104424     12341      7972    162549     20904    149067    567900      9.05      9.54
112.98/28.34	c  S st   441    104840     12341      7972    162550     21315    149067    584997      9.07   no data
113.38/28.40	c  S st   441    105343     12341      7972    162555     21813    149067    599310      9.07   no data
113.38/28.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
121.76/30.55	c Flit:    56 Blit:      0 bXBeca:    0 bXProp:    2 Bins:  34086 BRemL:  37372 BRemN:      2 P: 38.1M T:  2.14
121.76/30.57	c Replacing        5 vars Replaced     3686 lits Time:     0.01 s 
121.76/30.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
121.76/30.59	c bin-w-bin subsume rem         1476 bins  time:  0.01 s
122.16/30.61	c subs with bin:        8  lits-rem:         2  v-fix:    0  time:  0.02 s
122.16/30.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  12129 time:  0.08 s
122.56/30.71	c Removed useless bin:       1  fixed:     0  props:   1.61M  time:  0.02 s
122.56/30.74	c lits-rem:         1  cl-subs:       70  v-elim:     31  v-fix:    0  time:  0.03 s
123.37/30.90	c subs with bin:      102  lits-rem:      3187  v-fix:    0  time:  0.15 s
123.77/31.03	c lits-rem:      1411  cl-subs:      602  v-elim:      0  v-fix:    0  time:  0.13 s
123.77/31.04	c vivif2 --  cl tried     7894 cl shrink       40 lits rem         70 time: 0.00
123.77/31.09	c vivif2 --  cl tried    18818 cl shrink     4552 lits rem      65872 time: 0.05
124.58/31.28	c asymm  cl-useful: 27/7874/7874 lits-rem:48 time: 0.19
124.98/31.31	c calculated reachability. Time: 0.02
124.98/31.31	c  N dy   441    105343     12098      7871    137955     18815    143173    407940      9.07   no data
125.36/31.43	c Finding binary XORs  T:     0.13 s  found:       0
130.55/32.70	c  N dy   453    115699     12096      7871    137964     16349    143173    341551      8.91      9.45
130.95/32.84	c Finding binary XORs  T:     0.13 s  found:       5
134.54/33.70	c  N dy   491    123275     12049      7861    145930     23734    142056    651898      8.93      9.60
138.17/34.69	c  N dy   526    131470     12045      7861    145949     17840    142056    425695      8.93      9.46
142.55/35.74	c  N dy   572    140128     12038      7861    145971     26318    142056    718129      8.94      9.50
146.95/36.89	c  N dy   616    149428     12035      7861    146001     20093    142056    450683      8.95      9.46
151.72/38.00	c  S st   661    158016     12031      7861    146017     28506    142056    740341      8.95   no data
151.72/38.08	c  S st   661    158517     12031      7861    146020     29001    142056    749497      8.95   no data
151.72/38.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
160.51/40.26	c Flit:    81 Blit:      0 bXBeca:    0 bXProp:    3 Bins:  32128 BRemL:  28535 BRemN:      4 P: 37.7M T:  2.17
160.51/40.29	c Replacing        8 vars Replaced     6493 lits Time:     0.03 s 
160.91/40.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
160.91/40.31	c bin-w-bin subsume rem          576 bins  time:  0.01 s
160.91/40.33	c subs with bin:        9  lits-rem:         2  v-fix:    0  time:  0.01 s
161.31/40.40	c Subs w/ non-existent bins:      2 l-rem:      0 v-fix:     0 done:  11942 time:  0.08 s
161.31/40.42	c Removed useless bin:       5  fixed:     0  props:   1.64M  time:  0.02 s
161.31/40.46	c lits-rem:         2  cl-subs:       27  v-elim:     46  v-fix:    0  time:  0.03 s
162.11/40.65	c subs with bin:      266  lits-rem:      3133  v-fix:    0  time:  0.18 s
163.31/40.94	c lits-rem:      2482  cl-subs:      948  v-elim:      0  v-fix:    0  time:  0.29 s
163.31/40.95	c vivif2 --  cl tried     7797 cl shrink       14 lits rem         14 time: 0.00
163.71/41.02	c vivif2 --  cl tried    26018 cl shrink     6588 lits rem     117019 time: 0.07
164.52/41.23	c asymm  cl-useful: 19/7788/7788 lits-rem:27 time: 0.21
164.52/41.25	c calculated reachability. Time: 0.02
164.52/41.25	c  N dy   661    158517     11896      7785    132177     26016    139246    508353      8.95   no data
164.90/41.38	c Finding binary XORs  T:     0.13 s  found:       0
170.50/42.70	c  N dy   706    168766     11836      7785    141228     20502    139246    459651      8.97      9.58
172.10/43.17	c Finding binary XORs  T:     0.12 s  found:       5
176.49/44.20	c  N dy   760    179568     11833      7749    135445     31016    137748    767699      8.96     11.75
182.48/45.74	c  N dy   830    191498     11829      7749    135459     25648    137748    576828      8.99      9.49
189.27/47.45	c  N dy   902    203729     11822      7749    135476     19294    137748    341358      9.01     10.80
193.26/48.48	c Finding binary XORs  T:     0.13 s  found:       6
196.86/49.33	c  N dy   950    216810     11815      7729    155353     31858    137314    699759      8.99      9.47
205.25/51.41	c  N dy   985    233182     11810      7729    157646     28387    137314    607406      8.92      9.42
207.65/52.04	c  S st  1001    237776     11808      7729    157659     32755    137314    716276      8.91   no data
208.06/52.14	c  S st  1001    238277     11808      7729    157662     33247    137314    723588      8.91   no data
208.06/52.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
216.44/54.21	c Flit:    29 Blit:      1 bXBeca:    0 bXProp:   10 Bins:  27971 BRemL:  55070 BRemN:      6 P: 39.0M T:  2.06
216.44/54.25	c Replacing       21 vars Replaced    12733 lits Time:     0.04 s 
216.44/54.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
216.44/54.27	c bin-w-bin subsume rem         1290 bins  time:  0.01 s
216.44/54.28	c subs with bin:        8  lits-rem:         1  v-fix:    0  time:  0.01 s
216.86/54.36	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:  11758 time:  0.08 s
216.86/54.37	c Removed useless bin:       3  fixed:     0  props:   1.55M  time:  0.02 s
217.25/54.41	c lits-rem:         2  cl-subs:       25  v-elim:     60  v-fix:    0  time:  0.03 s
217.63/54.52	c subs with bin:      115  lits-rem:      5652  v-fix:    0  time:  0.10 s
218.43/54.76	c lits-rem:      2676  cl-subs:      918  v-elim:      0  v-fix:    0  time:  0.24 s
218.43/54.77	c vivif2 --  cl tried     7667 cl shrink       47 lits rem         47 time: 0.00
218.83/54.83	c vivif2 --  cl tried    26735 cl shrink     6235 lits rem      81787 time: 0.06
219.63/55.04	c asymm  cl-useful: 15/7634/7634 lits-rem:19 time: 0.20
219.63/55.06	c calculated reachability. Time: 0.02
219.63/55.06	c  N dy  1001    238277     11698      7632    120395     26734    136072    464130      8.91   no data
220.03/55.19	c Finding binary XORs  T:     0.12 s  found:       0
227.22/56.95	c Finding binary XORs  T:     0.12 s  found:       5
228.42/57.25	c  N dy  1036    253612     11682      7615    124811     24119    135677    481656      8.86      9.39
237.60/59.59	c  N dy  1071    269862     11679      7615    124831     20049    135677    307772      8.80     11.34
246.80/61.81	c  N dy  1145    287139     11671      7615    124864     36911    135677    818593      8.78     11.36
256.80/64.35	c  N dy  1220    305467     11661      7615    124888     32939    135677    617813      8.77     11.80
257.18/64.45	c  F st  1226    306251     11661      7615    124888     33716    135677    645392      8.78   no data
257.18/64.47	c Replacing        5 vars Replaced      781 lits Time:     0.01 s 
267.16/66.99	c  N dy  1303    324962     11656      7609    121713     27404    135159    486316      8.79     12.88
279.15/69.91	c  N dy  1396    345502     11654      7609    121724     24048    135159    336907      8.79      9.30
285.14/71.41	c  S st  1448    357416     11653      7609    121731     35671    135159    684563      8.78      8.36
285.54/71.50	c  S st  1448    357919     11653      7609    121733     36163    135159    694378      8.78   no data
285.54/71.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
293.93/73.62	c Flit:     5 Blit:      0 bXBeca:    0 bXProp:    7 Bins:  51239 BRemL:  36241 BRemN:      6 P: 40.4M T:  2.11
293.93/73.66	c Replacing        7 vars Replaced     9165 lits Time:     0.03 s 
293.93/73.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
293.93/73.68	c bin-w-bin subsume rem          757 bins  time:  0.01 s
294.33/73.70	c subs with bin:        9  lits-rem:         0  v-fix:    0  time:  0.02 s
294.33/73.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11641 time:  0.08 s
294.33/73.79	c Removed useless bin:       1  fixed:     0  props:   1.63M  time:  0.02 s
294.73/73.83	c lits-rem:         4  cl-subs:       31  v-elim:     28  v-fix:    0  time:  0.04 s
295.13/73.98	c subs with bin:      105  lits-rem:      6410  v-fix:    0  time:  0.14 s
296.73/74.32	c lits-rem:      3205  cl-subs:     1091  v-elim:      0  v-fix:    0  time:  0.34 s
296.73/74.33	c vivif2 --  cl tried     7595 cl shrink       27 lits rem         28 time: 0.00
297.13/74.42	c vivif2 --  cl tried    31455 cl shrink     7585 lits rem     106330 time: 0.09
297.93/74.65	c asymm  cl-useful: 7/7576/7576 lits-rem:12 time: 0.23
297.93/74.67	c calculated reachability. Time: 0.02
297.93/74.67	c  N dy  1448    357919     11613      7574    133992     31451    134779    555712      8.78   no data
298.33/74.79	c Finding binary XORs  T:     0.12 s  found:       0
305.91/76.68	c Finding binary XORs  T:     0.12 s  found:       4
311.90/78.10	c  N dy  1525    378001     11582      7567    150632     27488    134162    504169      8.75      9.85
323.49/81.05	c  N dy  1642    398049     11564      7567    150691     47013    134162   1028477      8.78      9.43
335.50/84.03	c  N dy  1756    418367     11513      7567    150732     41770    134162    829949      8.81      9.48
347.86/87.13	c  N dy  1879    438402     11507      7567    150762     34712    134162    615831      8.85      9.51
360.64/90.37	c  N dy  2022    458409     11497      7567    150790     54180    134162   1143046      8.91     11.48
372.62/93.31	c  N dy  2124    478493     11496      7567    150821     45810    134162    853795      8.92     12.29
385.80/96.61	c  N dy  2245    498551     11492      7567    150828     36317    134162    595572      8.95     10.76
398.99/99.91	c  N dy  2381    518731     11491      7567    150850     55878    134162   1100397      8.99      9.48
410.20/102.75	c  S st  2484    536878     11491      7567    150870     43441    134162    761264      9.01   no data
410.60/102.86	c  S st  2484    537382     11491      7567    150870     43937    134162    771984      9.01   no data
410.60/102.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
418.98/105.00	c Flit:    53 Blit:      6 bXBeca:    0 bXProp:   11 Bins:  24695 BRemL:  26150 BRemN:      8 P: 43.9M T:  2.13
419.38/105.03	c Replacing       15 vars Replaced     7110 lits Time:     0.02 s 
419.38/105.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
419.38/105.04	c bin-w-bin subsume rem          566 bins  time:  0.01 s
419.38/105.06	c subs with bin:       11  lits-rem:         0  v-fix:    0  time:  0.01 s
419.76/105.13	c Subs w/ non-existent bins:      1 l-rem:      2 v-fix:     0 done:  11383 time:  0.07 s
419.76/105.14	c Removed useless bin:       2  fixed:     0  props:   1.14M  time:  0.01 s
419.76/105.18	c lits-rem:         0  cl-subs:       19  v-elim:     52  v-fix:    0  time:  0.03 s
420.16/105.25	c subs with bin:      177  lits-rem:      2519  v-fix:    0  time:  0.06 s
421.35/105.54	c lits-rem:      4073  cl-subs:     2030  v-elim:      0  v-fix:    0  time:  0.29 s
421.35/105.54	c vivif2 --  cl tried     7447 cl shrink       38 lits rem         40 time: 0.00
421.75/105.61	c vivif2 --  cl tried    34407 cl shrink     7104 lits rem      42873 time: 0.07
422.55/105.89	c asymm  cl-useful: 14/7108/7418 lits-rem:17 time: 0.28
422.95/105.91	c calculated reachability. Time: 0.02
422.95/105.91	c  N dy  2484    537382     11331      7417    110932     34395    129238    462881      9.01   no data
423.37/106.04	c Finding binary XORs  T:     0.12 s  found:       0
430.95/107.98	c Finding binary XORs  T:     0.12 s  found:       1
436.56/109.36	c  N dy  2539    557388     11318      7415    119296     53677    128950    983571      8.97     12.49
448.52/112.34	c  N dy  2620    577592     11307      7415    119337     45997    128950    797111      8.96      9.58
462.92/115.96	c  N dy  2711    597650     11267      7415    119389     35321    128950    502659      8.96      9.48
476.10/119.27	c  N dy  2791    618541     11261      7415    119420     55436    128950    964816      8.95      9.56
489.69/122.63	c  N dy  2854    638630     11258      7415    119437     42730    128950    605972      8.93      9.73
494.08/123.75	c Finding binary XORs  T:     0.12 s  found:      16
504.85/126.42	c  N dy  2954    658817     11190      7341    129771     59050    126311   1002465      8.94      9.46
519.22/130.06	c  N dy  3048    680720     11164      7341    129797     48386    126311    737603      8.93      9.43
533.47/133.94	c Following stats are for *FIRST FINISHED THREAD ONLY*
533.47/133.94	c num threads              : 4          
533.47/133.94	c restarts                 : 2429       
533.47/133.94	c dynamic restarts         : 2405       
533.47/133.94	c static restarts          : 24         
533.47/133.94	c full restarts            : 3          
533.47/133.94	c total simplify time      : 1.56       
533.47/133.94	c learnts DL2              : 0          
533.47/133.94	c learnts size 2           : 888698     
533.47/133.94	c learnts size 1           : 8232        (32.12     % of vars)
533.47/133.94	c filedLit time            : 9.08        (6.83      % time)
533.47/133.94	c v-elim SatELite          : 5640        (22.00     % vars)
533.47/133.94	c SatELite time            : 1.01        (0.76      % time)
533.47/133.94	c v-elim xor               : 0           (0.00      % vars)
533.47/133.94	c xor elim time            : 0.03        (0.03      % time)
533.47/133.94	c num binary xor trees     : 1579       
533.47/133.94	c binxor trees' crown      : 2039        (1.29      leafs/tree)
533.47/133.94	c bin xor find time        : 1.20       
533.47/133.94	c OTF clause improved      : 21867       (0.03      clauses/conflict)
533.47/133.94	c OTF impr. size diff      : 33225       (1.52       lits/clause)
533.47/133.94	c OTF cl watch-shrink      : 493186      (0.65      clauses/conflict)
533.47/133.94	c OTF cl watch-sh-lit      : 1903929     (3.86       lits/clause)
533.47/133.94	c tried to recurMin cls    : 291817      (38.22      % of conflicts)
533.47/133.94	c updated cache            : 11028       (0.04       lits/tried recurMin)
533.47/133.94	c unit cls recevied        : 697         (8.47      % of units)
533.47/133.94	c unit cls sent            : 5272        (64.04     % of units)
533.47/133.94	c bin cls recevied         : 454819     
533.47/133.94	c bin cls sent             : 344287     
533.47/133.94	c clauses over max glue    : 0           (0.00      % of all clauses)
533.47/133.94	c conflicts                : 763498      (5738.83   / sec)
533.47/133.94	c decisions                : 1171593     (1.97      % random)
533.47/133.94	c bogo-props               : 10187797129 (76576502.25 / sec)
533.47/133.94	c conflict literals        : 24328457    (41.05     % deleted)
533.47/133.94	c Memory used              : 1129.43     MB
533.47/133.94	c single-thread CPU time   : 133.04      s
533.47/133.94	c all-threads sum CPU time : 532.88      s
533.47/133.94	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: 977)

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-3286712-1307634554/watcher-3286712-1307634554 -o /tmp/evaluation-result-3286712-1307634554/solver-3286712-1307634554 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3286712-1307634554.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.86 7.95 5.90 6/184 28269
/proc/meminfo: memFree=31392816/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=117720 CPUtime=0 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 1153 0 0 0 0 0 0 0 25 0 4 0 875053283 120545280 1079 33554432000 4194304 4627427 140734712754256 18446744073709551615 271550537531 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 29430 1103 329 106 0 24401 0
[pid=28269/tid=28270] ppid=28267 vsize=117720 CPUtime=0 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 22 0 0 0 0 0 0 0 25 0 4 0 875053283 120545280 1165 33554432000 4194304 4627427 140734712754256 18446744073709551615 271550537531 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=117720 CPUtime=0 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 272 0 0 0 0 0 0 0 25 0 4 0 875053283 120545280 1184 33554432000 4194304 4627427 140734712754256 18446744073709551615 4229088 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=183256 CPUtime=0 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 282 0 0 0 0 0 0 0 25 0 4 0 875053283 187654144 1189 33554432000 4194304 4627427 140734712754256 18446744073709551615 271550642670 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.056298 s]
/proc/loadavg: 7.86 7.95 5.90 6/184 28269
/proc/meminfo: memFree=31392816/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=303160 CPUtime=0.18 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 12179 0 0 0 12 6 0 0 18 0 4 0 875053283 310435840 10253 33554432000 4194304 4627427 140734712754256 18446744073709551615 4360952 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 75790 10271 341 106 0 70761 0
[pid=28269/tid=28270] ppid=28267 vsize=303160 CPUtime=0.04 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) S 28267 28269 28104 0 -1 4202560 3104 0 0 0 3 1 0 0 18 0 4 0 875053283 310435840 10289 33554432000 4194304 4627427 140734712754256 18446744073709551615 271550642670 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=303160 CPUtime=0.04 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 3022 0 0 0 3 1 0 0 18 0 4 0 875053283 310435840 10313 33554432000 4194304 4627427 140734712754256 18446744073709551615 271550642719 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=303160 CPUtime=0.03 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) S 28267 28269 28104 0 -1 4202560 3030 0 0 0 2 1 0 0 18 0 4 0 875053283 310435840 10323 33554432000 4194304 4627427 140734712754256 18446744073709551615 271550642670 0 0 4096 2 18446604454224044480 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 303160

[startup+0.110085 s]
/proc/loadavg: 7.86 7.95 5.90 6/184 28269
/proc/meminfo: memFree=31392816/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=304772 CPUtime=0.38 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 14101 0 0 0 28 10 0 0 18 0 4 0 875053283 312086528 12169 33554432000 4194304 4627427 140734712754256 18446744073709551615 4299691 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 76193 12169 366 106 0 71164 0
[pid=28269/tid=28270] ppid=28267 vsize=304772 CPUtime=0.09 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 3608 0 0 0 6 3 0 0 18 0 4 0 875053283 312086528 12169 33554432000 4194304 4627427 140734712754256 18446744073709551615 271550642670 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=304772 CPUtime=0.09 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 3292 0 0 0 8 1 0 0 18 0 4 0 875053283 312086528 12169 33554432000 4194304 4627427 140734712754256 18446744073709551615 4523354 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=304772 CPUtime=0.08 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) S 28267 28269 28104 0 -1 4202560 3610 0 0 0 6 2 0 0 18 0 4 0 875053283 312086528 12170 33554432000 4194304 4627427 140734712754256 18446744073709551615 271550642670 0 0 4096 2 18446604454224044480 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 304772

[startup+0.580532 s]
/proc/loadavg: 7.86 7.95 5.90 6/184 28269
/proc/meminfo: memFree=31392816/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=311944 CPUtime=2.63 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 21561 0 0 0 252 11 0 0 18 0 4 0 875053283 319430656 19596 33554432000 4194304 4627427 140734712754256 18446744073709551615 271550642719 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 79768 26414 368 106 0 74739 0
[pid=28269/tid=28270] ppid=28267 vsize=319072 CPUtime=0.79 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 7892 0 0 0 76 3 0 0 19 0 4 0 875053283 326729728 26419 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308787 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=319072 CPUtime=0.79 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 8184 0 0 0 77 2 0 0 19 0 4 0 875053283 326729728 26423 33554432000 4194304 4627427 140734712754256 18446744073709551615 4297757 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=319072 CPUtime=0.79 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 4315 0 0 0 77 2 0 0 19 0 4 0 875053283 326729728 26425 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308396 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 311944

[startup+0.87869 s]
/proc/loadavg: 7.86 7.95 5.90 6/184 28269
/proc/meminfo: memFree=31392816/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=324064 CPUtime=3.61 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 32863 0 0 0 347 14 0 0 19 0 4 0 875053283 331841536 30898 33554432000 4194304 4627427 140734712754256 18446744073709551615 4238365 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 81016 30898 368 106 0 75987 0
[pid=28269/tid=28270] ppid=28267 vsize=324064 CPUtime=0.9 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 9261 0 0 0 86 4 0 0 19 0 4 0 875053283 331841536 30901 33554432000 4194304 4627427 140734712754256 18446744073709551615 4229264 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=324064 CPUtime=0.9 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 9871 0 0 0 87 3 0 0 19 0 4 0 875053283 331841536 30901 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=324064 CPUtime=0.89 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 4365 0 0 0 87 2 0 0 19 0 4 0 875053283 331841536 30901 33554432000 4194304 4627427 140734712754256 18446744073709551615 4330015 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 324064

[startup+1.50102 s]
/proc/loadavg: 7.86 7.95 5.90 9/188 28273
/proc/meminfo: memFree=31118276/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=497264 CPUtime=5.95 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 69613 0 0 0 576 19 0 0 20 0 4 0 875053283 509198336 67018 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 124316 67018 370 106 0 119287 0
[pid=28269/tid=28270] ppid=28267 vsize=497264 CPUtime=1.48 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 21353 0 0 0 143 5 0 0 20 0 4 0 875053283 509198336 67018 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=497264 CPUtime=1.49 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 21894 0 0 0 144 5 0 0 20 0 4 0 875053283 509198336 67018 33554432000 4194304 4627427 140734712754256 18446744073709551615 4238365 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=497264 CPUtime=1.47 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 5139 0 0 0 145 2 0 0 20 0 4 0 875053283 509198336 67026 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 497264

[startup+3.10074 s]
/proc/loadavg: 7.86 7.95 5.90 9/188 28273
/proc/meminfo: memFree=30890756/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=749316 CPUtime=12.32 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 125056 0 0 0 1202 30 0 0 24 0 4 0 875053283 767299584 121883 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309043 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 187329 121883 370 106 0 182300 0
[pid=28269/tid=28270] ppid=28267 vsize=749316 CPUtime=3.07 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 39662 0 0 0 298 9 0 0 25 0 4 0 875053283 767299584 121883 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308425 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=749316 CPUtime=3.08 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 39519 0 0 0 300 8 0 0 25 0 4 0 875053283 767299584 121883 33554432000 4194304 4627427 140734712754256 18446744073709551615 4299595 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=749316 CPUtime=3.07 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 6092 0 0 0 304 3 0 0 25 0 4 0 875053283 767299584 121883 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 749316

[startup+6.30115 s]
/proc/loadavg: 7.87 7.95 5.91 9/188 28273
/proc/meminfo: memFree=30872240/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=824768 CPUtime=25.1 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 136911 0 0 0 2477 33 0 0 25 0 4 0 875053283 844562432 129219 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 206192 129219 388 106 0 201163 0
[pid=28269/tid=28270] ppid=28267 vsize=824768 CPUtime=6.27 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 42418 0 0 0 618 9 0 0 20 0 4 0 875053283 844562432 129219 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308329 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=824768 CPUtime=6.28 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 42695 0 0 0 619 9 0 0 20 0 4 0 875053283 844562432 129219 33554432000 4194304 4627427 140734712754256 18446744073709551615 4507264 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=824768 CPUtime=6.24 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 8729 0 0 0 621 3 0 0 25 0 4 0 875053283 844562432 129219 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 824768

[startup+12.701 s]
/proc/loadavg: 7.88 7.95 5.92 9/188 28273
/proc/meminfo: memFree=30792412/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=973192 CPUtime=50.67 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 163983 0 0 0 5028 39 0 0 25 0 4 0 875053283 996548608 153952 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308987 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 243298 153952 391 106 0 238269 0
[pid=28269/tid=28270] ppid=28267 vsize=973192 CPUtime=12.67 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 45646 0 0 0 1257 10 0 0 25 0 4 0 875053283 996548608 153952 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308920 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=973192 CPUtime=12.68 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 47350 0 0 0 1258 10 0 0 25 0 4 0 875053283 996548608 153952 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308156 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=973192 CPUtime=12.6 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 24419 0 0 0 1254 6 0 0 22 0 4 0 875053283 996548608 153952 33554432000 4194304 4627427 140734712754256 18446744073709551615 4299545 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 973192

[startup+25.5007 s]
/proc/loadavg: 7.90 7.95 5.95 9/188 28274
/proc/meminfo: memFree=30719004/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=1002404 CPUtime=101.79 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 185151 0 0 0 10136 43 0 0 25 0 4 0 875053283 1026461696 168027 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 250601 168027 391 106 0 245572 0
[pid=28269/tid=28270] ppid=28267 vsize=1002404 CPUtime=25.47 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 51516 0 0 0 2536 11 0 0 25 0 4 0 875053283 1026461696 168027 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308143 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=1002404 CPUtime=25.48 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 52171 0 0 0 2537 11 0 0 25 0 4 0 875053283 1026461696 168027 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308345 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=1002404 CPUtime=25.34 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 31941 0 0 0 2526 8 0 0 25 0 4 0 875053283 1026461696 168027 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308599 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 1002404

[startup+51.107 s]
/proc/loadavg: 7.94 7.95 6.01 9/188 28274
/proc/meminfo: memFree=30641808/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=1003172 CPUtime=204.07 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 212670 0 0 0 20355 52 0 0 25 0 4 0 875053283 1027248128 178779 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 250793 178779 394 106 0 245764 0
[pid=28269/tid=28270] ppid=28267 vsize=1003172 CPUtime=51.08 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 56358 0 0 0 5095 13 0 0 25 0 4 0 875053283 1027248128 178780 33554432000 4194304 4627427 140734712754256 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=1003172 CPUtime=51.08 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 60376 0 0 0 5095 13 0 0 25 0 4 0 875053283 1027248128 178780 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=1003172 CPUtime=50.8 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 39470 0 0 0 5069 11 0 0 25 0 4 0 875053283 1027248128 178780 33554432000 4194304 4627427 140734712754256 18446744073709551615 4450266 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 1003172

[startup+102.301 s]
/proc/loadavg: 8.02 7.97 6.12 9/188 28276
/proc/meminfo: memFree=30554544/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=1069720 CPUtime=408.58 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 249684 0 0 0 40794 64 0 0 25 0 4 0 875053283 1095393280 191226 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308275 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 267430 191226 394 106 0 262401 0
[pid=28269/tid=28270] ppid=28267 vsize=1069720 CPUtime=102.27 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 64362 0 0 0 10211 16 0 0 25 0 4 0 875053283 1095393280 191226 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=1069720 CPUtime=102.28 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 69822 0 0 0 10212 16 0 0 25 0 4 0 875053283 1095393280 191226 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=1069720 CPUtime=101.72 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 50067 0 0 0 10158 14 0 0 25 0 4 0 875053283 1095393280 191226 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 1069720

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

[startup+102.807 s]
/proc/loadavg: 8.02 7.97 6.12 9/188 28276
/proc/meminfo: memFree=30575500/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=1069720 CPUtime=410.6 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 249773 0 0 0 40996 64 0 0 25 0 4 0 875053283 1095393280 191315 33554432000 4194304 4627427 140734712754256 18446744073709551615 4299732 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 267430 191315 394 106 0 262401 0
[pid=28269/tid=28270] ppid=28267 vsize=1069720 CPUtime=102.78 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 64362 0 0 0 10262 16 0 0 25 0 4 0 875053283 1095393280 191315 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=1069720 CPUtime=102.78 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 69859 0 0 0 10262 16 0 0 25 0 4 0 875053283 1095393280 191315 33554432000 4194304 4627427 140734712754256 18446744073709551615 4322254 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=1069720 CPUtime=102.22 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 50119 0 0 0 10208 14 0 0 25 0 4 0 875053283 1095393280 191315 33554432000 4194304 4627427 140734712754256 18446744073709551615 4327413 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 410.6
Current children cumulated vsize (KiB) 1069720

[startup+115.6 s]
/proc/loadavg: 8.02 7.97 6.14 9/188 28276
/proc/meminfo: memFree=30594824/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=1080216 CPUtime=461.7 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 256851 0 0 0 46104 66 0 0 25 0 4 0 875053283 1106141184 192083 33554432000 4194304 4627427 140734712754256 18446744073709551615 4330046 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 270054 192083 394 106 0 265025 0
[pid=28269/tid=28270] ppid=28267 vsize=1080216 CPUtime=115.57 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 66559 0 0 0 11541 16 0 0 25 0 4 0 875053283 1106141184 192083 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308590 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=1080216 CPUtime=115.58 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 71297 0 0 0 11541 17 0 0 25 0 4 0 875053283 1106141184 192083 33554432000 4194304 4627427 140734712754256 18446744073709551615 4324759 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=1080216 CPUtime=114.95 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 51445 0 0 0 11480 15 0 0 25 0 4 0 875053283 1106141184 192083 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 461.7
Current children cumulated vsize (KiB) 1080216

[startup+122.001 s]
/proc/loadavg: 8.01 7.97 6.16 9/188 28276
/proc/meminfo: memFree=30513220/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=1145752 CPUtime=487.27 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 259334 0 0 0 48660 67 0 0 25 0 4 0 875053283 1173250048 192129 33554432000 4194304 4627427 140734712754256 18446744073709551615 4507037 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 286438 192129 394 106 0 281409 0
[pid=28269/tid=28270] ppid=28267 vsize=1145752 CPUtime=121.97 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 66999 0 0 0 12181 16 0 0 25 0 4 0 875053283 1173250048 192129 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=1145752 CPUtime=121.98 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 72402 0 0 0 12181 17 0 0 25 0 4 0 875053283 1173250048 192129 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=1145752 CPUtime=121.31 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 52383 0 0 0 12116 15 0 0 25 0 4 0 875053283 1173250048 192129 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 487.27
Current children cumulated vsize (KiB) 1145752

[startup+128.401 s]
/proc/loadavg: 8.01 7.97 6.17 9/188 28277
/proc/meminfo: memFree=30501432/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=1080680 CPUtime=512.83 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 262114 0 0 0 51215 68 0 0 25 0 4 0 875053283 1106616320 192297 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309186 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 270170 192297 394 106 0 265141 0
[pid=28269/tid=28270] ppid=28267 vsize=1080680 CPUtime=128.37 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 67693 0 0 0 12821 16 0 0 25 0 4 0 875053283 1106616320 192297 33554432000 4194304 4627427 140734712754256 18446744073709551615 4332890 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=1080680 CPUtime=128.38 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 72580 0 0 0 12821 17 0 0 25 0 4 0 875053283 1106616320 192297 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=1080680 CPUtime=127.68 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 54165 0 0 0 12752 16 0 0 25 0 4 0 875053283 1106616320 192297 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 512.83
Current children cumulated vsize (KiB) 1080680

[startup+131.6 s]
/proc/loadavg: 8.01 7.97 6.18 9/188 28277
/proc/meminfo: memFree=30514948/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=1146216 CPUtime=525.62 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 263197 0 0 0 52493 69 0 0 25 0 4 0 875053283 1173725184 193380 33554432000 4194304 4627427 140734712754256 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 286554 193380 394 106 0 281525 0
[pid=28269/tid=28270] ppid=28267 vsize=1146216 CPUtime=131.57 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 68106 0 0 0 13140 17 0 0 25 0 4 0 875053283 1173725184 193380 33554432000 4194304 4627427 140734712754256 18446744073709551615 4299664 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=1146216 CPUtime=131.58 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 72580 0 0 0 13141 17 0 0 25 0 4 0 875053283 1173725184 193380 33554432000 4194304 4627427 140734712754256 18446744073709551615 4324280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=1146216 CPUtime=130.86 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 54833 0 0 0 13070 16 0 0 25 0 4 0 875053283 1173725184 193380 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 525.62
Current children cumulated vsize (KiB) 1146216

[startup+133.201 s]
/proc/loadavg: 8.01 7.97 6.18 9/188 28277
/proc/meminfo: memFree=30533540/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=1156532 CPUtime=532.01 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) R 28267 28269 28104 0 -1 4202496 264026 0 0 0 53132 69 0 0 25 0 4 0 875053283 1184288768 194209 33554432000 4194304 4627427 140734712754256 18446744073709551615 47375435335193 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 289133 194209 394 106 0 284104 0
[pid=28269/tid=28270] ppid=28267 vsize=1156532 CPUtime=133.17 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 68205 0 0 0 13300 17 0 0 25 0 4 0 875053283 1184288768 194209 33554432000 4194304 4627427 140734712754256 18446744073709551615 4409170 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=1156532 CPUtime=133.18 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 73196 0 0 0 13301 17 0 0 25 0 4 0 875053283 1184288768 194209 33554432000 4194304 4627427 140734712754256 18446744073709551615 47375435335193 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=1156532 CPUtime=132.45 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 54942 0 0 0 13229 16 0 0 25 0 4 0 875053283 1184288768 194209 33554432000 4194304 4627427 140734712754256 18446744073709551615 47375435310635 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 532.01
Current children cumulated vsize (KiB) 1156532

[startup+133.607 s]
/proc/loadavg: 8.01 7.97 6.18 8/188 28277
/proc/meminfo: memFree=30523372/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=1156532 CPUtime=532.89 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) S 28267 28269 28104 0 -1 4202496 264658 0 0 0 53220 69 0 0 25 0 4 0 875053283 1184288768 194840 33554432000 4194304 4627427 140734712754256 18446744073709551615 47375435335220 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 289133 194840 394 106 0 284104 0
[pid=28269/tid=28270] ppid=28267 vsize=1156532 CPUtime=133.57 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 68837 0 0 0 13340 17 0 0 25 0 4 0 875053283 1184288768 194840 33554432000 4194304 4627427 140734712754256 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=1156532 CPUtime=133.21 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) S 28267 28269 28104 0 -1 4202560 73196 0 0 0 13304 17 0 0 25 0 4 0 875053283 1184288768 194840 33554432000 4194304 4627427 140734712754256 18446744073709551615 47375435335220 0 0 4096 2 18446604454224044480 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=1156532 CPUtime=132.86 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 54942 0 0 0 13270 16 0 0 25 0 4 0 875053283 1184288768 194840 33554432000 4194304 4627427 140734712754256 18446744073709551615 47375435310635 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 532.89
Current children cumulated vsize (KiB) 1156532

[startup+133.801 s]
/proc/loadavg: 8.01 7.97 6.18 8/188 28277
/proc/meminfo: memFree=30523372/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=1156532 CPUtime=533.27 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) S 28267 28269 28104 0 -1 4202496 264897 0 0 0 53258 69 0 0 25 0 4 0 875053283 1184288768 195079 33554432000 4194304 4627427 140734712754256 18446744073709551615 47375435335220 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 289133 195079 394 106 0 284104 0
[pid=28269/tid=28270] ppid=28267 vsize=1156532 CPUtime=133.77 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 69076 0 0 0 13360 17 0 0 25 0 4 0 875053283 1184288768 195079 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=1156532 CPUtime=133.21 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) S 28267 28269 28104 0 -1 4202560 73196 0 0 0 13304 17 0 0 25 0 4 0 875053283 1184288768 195079 33554432000 4194304 4627427 140734712754256 18446744073709551615 47375435335220 0 0 4096 2 18446604454224044480 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=1156532 CPUtime=133.05 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 54942 0 0 0 13289 16 0 0 25 0 4 0 875053283 1184288768 195079 33554432000 4194304 4627427 140734712754256 18446744073709551615 47375435310635 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 533.27
Current children cumulated vsize (KiB) 1156532

[startup+133.901 s]
/proc/loadavg: 8.01 7.97 6.18 8/188 28277
/proc/meminfo: memFree=30523372/32951124 swapFree=67054536/67111528
[pid=28269] ppid=28267 vsize=1156532 CPUtime=533.47 cores=1,3,5,7
/proc/28269/stat : 28269 (strangenight2-m) S 28267 28269 28104 0 -1 4202496 264898 0 0 0 53278 69 0 0 25 0 4 0 875053283 1184288768 195080 33554432000 4194304 4627427 140734712754256 18446744073709551615 47375435335220 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28269/statm: 289133 195080 394 106 0 284104 0
[pid=28269/tid=28270] ppid=28267 vsize=1156532 CPUtime=133.87 cores=1,3,5,7
/proc/28269/task/28270/stat : 28270 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 69077 0 0 0 13370 17 0 0 25 0 4 0 875053283 1184288768 195080 33554432000 4194304 4627427 140734712754256 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28269/tid=28271] ppid=28267 vsize=1156532 CPUtime=133.21 cores=1,3,5,7
/proc/28269/task/28271/stat : 28271 (strangenight2-m) S 28267 28269 28104 0 -1 4202560 73196 0 0 0 13304 17 0 0 25 0 4 0 875053283 1184288768 195080 33554432000 4194304 4627427 140734712754256 18446744073709551615 47375435335220 0 0 4096 2 18446604454224044480 0 0 -1 1 0 0 0
[pid=28269/tid=28272] ppid=28267 vsize=1156532 CPUtime=133.15 cores=1,3,5,7
/proc/28269/task/28272/stat : 28272 (strangenight2-m) R 28267 28269 28104 0 -1 4202560 54942 0 0 0 13299 16 0 0 25 0 4 0 875053283 1184288768 195080 33554432000 4194304 4627427 140734712754256 18446744073709551615 47375435310635 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 533.47
Current children cumulated vsize (KiB) 1156532

Child status: 20
Real time (s): 133.978
CPU time (s): 533.605
CPU user time (s): 532.876
CPU system time (s): 0.728889
CPU usage (%): 398.279
Max. virtual memory (cumulated for all children) (KiB): 1190816

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

runsolver used 0.212967 second user time and 0.527919 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-09 17:49:14
IDJOB=3286712
IDBENCH=82433
IDSOLVER=1586
FILE ID=node133/3286712-1307634554
RUNJOBID= node133-1307633326-28123
PBS_JOBID= 13549393
Free space on /tmp= 74160 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286712-1307634554/watcher-3286712-1307634554 -o /tmp/evaluation-result-3286712-1307634554/solver-3286712-1307634554 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3286712-1307634554.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=1184979248

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31393508 kB
Buffers:        177600 kB
Cached:         363208 kB
SwapCached:      10420 kB
Active:        1098216 kB
Inactive:       261728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31393508 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:            7808 kB
Writeback:           0 kB
AnonPages:      816504 kB
Mapped:          13332 kB
Slab:           132280 kB
PageTables:       6424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1298408 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74152 MiB
End job on node133 at 2011-06-09 17:51:28