Trace number 3263253

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 TechDemo-Alpha-mt? (TO) 4800.35 1203.22

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.cnf
MD5SUMfab1e4926bfa9e7a1fae58c3b22b51e8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark947.499
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses46074
Sum of the clauses size92708
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246054
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 4 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3263253-1304137043.cnf'
0.00/0.00	c -- header says num vars:            600
0.00/0.00	c -- header says num clauses:       46074
0.00/0.04	c -- clauses added:            0 learnts,        46074 normals,            0 xors
0.00/0.04	c -- vars added        600
0.00/0.04	c Parsing time:  0.04 s
0.00/0.04	c  N st     0         0       600        20     46054         0     92708         0   no data   no data  --
0.00/0.04	c asymm  cl-useful: 0/20/20 lits-rem:0 time: 0.00
0.00/0.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.3M T:  0.07
0.00/0.08	c Calc non-exist non-lernt bins v-fix:     0 done:    600 time:  0.02 s
0.00/0.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.08	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.08	c bin-w-bin subsume rem            0 bins  time:  0.03 s
0.00/0.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
0.00/0.08	c Removed useless bin:       0  fixed:     0  bprops:   0.19M  time:  0.02 s
0.27/0.10	c lits-rem:       595  cl-subs:        0  v-elim:    380  v-fix:    0  time:  0.07 s
0.27/0.10	c learnt bin added due to v-elim: 0
0.27/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.27/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.27/0.10	c calculated reachability. Time: 0.00
0.27/0.10	c Calc default polars -  time:   0.00 s pos:     295 undec:      20 neg:     285
0.27/0.10	c =========================================================================================
0.27/0.10	c types(t): F = full restart, N = normal restart
0.27/0.10	c types(t): S = simplification begin/end, E = solution found
0.27/0.10	c restart types(rt): st = static, dy = dynamic
0.27/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.27/0.10	c  B st     0         0       580      1380     44094         0    134313         0   no data   no data  --
1.46/0.42	c Decided on static restart strategy
3.05/0.85	c  N dy    20      4103       580      1380     44094      3843    134313    385623     69.81     26.20  --
5.05/1.37	c  N dy    49      8189       580      1380     44094      5391    134313    257830     35.01     18.47  --
6.65/1.77	c  N dy    77     12196       580      1380     44094      5138    134313    197086     57.75     16.38  --
8.26/2.17	c  N dy   105     16229       580      1380     44094      8886    134313    355503     40.15     15.25  --
9.85/2.58	c  N dy   133     20279       580      1380     44095      7393    134313    238204     37.98     14.25  --
11.45/2.96	c  N dy   162     24383       580      1380     44095     11225    134313    427760     81.45     14.01  --
13.44/3.43	c  N dy   190     28476       580      1380     44096      8713    134313    299210     36.59     14.03  --
14.24/3.60	c  S st   201     30001       580      1380     44096     10141    134313    352666     40.62     13.91  --
14.24/3.64	c  S st   201     30504       580      1380     44096     10641    134313    380953     40.62     13.91  --
14.24/3.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
14.24/3.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.84/4.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.2M T:  1.84
15.84/4.13	c Calc non-exist non-lernt bins v-fix:     0 done:    580 time:  0.02 s
15.84/4.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.84/4.14	c Subs w/ non-existent bins:      0 time:  0.03 s
15.84/4.15	c bin-w-bin subsume rem            0 bins  time:  0.02 s
19.03/6.89	c subs with bin:        0  lits-rem:      4406  v-fix:    0  time:  8.27 s
19.03/6.90	c Removed useless bin:       0  fixed:     0  bprops:   0.18M  time:  0.01 s
19.03/9.05	c lits-rem:      1080  cl-subs:     1675  v-elim:    580  v-fix:    0  time:  6.45 s
19.03/9.05	c learnt bin added due to v-elim: 0
19.03/9.05	c vivif2 --  cl tried     1380 cl shrink      863 lits rem       4687 time: 0.01
19.03/9.06	c vivif2 --  cl tried     8966 cl shrink       31 lits rem         31 time: 0.02
32.47/9.47	c asymm  cl-useful: 0/1360/1380 lits-rem:0 time: 1.62
32.47/9.48	c calculated reachability. Time: 0.00
32.47/9.48	c  N dy   201     30504       580      1380     44096      8966    124554    329856     40.62     13.91  --
32.47/9.48	c  F st   201     30504       580      1380     44096      8966    124554    329856     40.62     13.91  --
33.27/9.68	c Decided on static restart strategy
34.47/9.99	c  N dy   221     34593       580      1380     44096     12886    124554    644903     86.42     14.04  --
36.86/10.54	c  N dy   249     38628       580      1380     44096      9313    124554    380864     50.73     14.20  --
39.27/11.14	c  N dy   277     42665       580      1380     44096     13184    124554    683637     47.02     14.61  --
41.66/11.77	c  S st   298     45758       580      1380     44096     16088    124554    806725     48.32     14.41  --
42.06/11.88	c  S st   298     46259       580      1380     44096     16586    124554    835659     48.32     14.41  --
42.06/11.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
42.06/11.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.85/14.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 30.1M T:  8.61
50.85/14.04	c Calc non-exist non-lernt bins v-fix:     0 done:    580 time:  0.02 s
50.85/14.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.85/14.06	c Subs w/ non-existent bins:      0 time:  0.06 s
50.85/14.08	c bin-w-bin subsume rem            0 bins  time:  0.03 s
56.42/15.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.38 s
56.42/15.43	c Removed useless bin:       0  fixed:     0  bprops:   0.18M  time:  0.02 s
65.62/17.76	c lits-rem:      1875  cl-subs:     1468  v-elim:    580  v-fix:    0  time:  9.29 s
65.62/17.76	c learnt bin added due to v-elim: 0
65.62/17.76	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
65.62/17.77	c vivif2 --  cl tried    15118 cl shrink        0 lits rem          0 time: 0.05
67.22/18.12	c asymm  cl-useful: 0/384/1380 lits-rem:0 time: 1.36
67.22/18.12	c calculated reachability. Time: 0.00
67.22/18.12	c  N dy   298     46259       580      1380     44096     15118    124554    737787     48.32     14.41  --
69.61/18.74	c  N dy   326     50364       580      1380     44096     10559    124554    404214     53.31     14.44  --
71.99/19.30	c  N dy   354     54421       580      1380     44096     14399    124554    626104     66.47     14.46  --
74.79/20.01	c  N dy   382     58506       580      1380     44096     18324    124554    940509     74.66     14.81  --
77.18/20.60	c  N dy   410     62571       580      1380     44096     12732    124554    488888     55.97     14.74  --
79.18/21.18	c  N dy   438     66660       580      1380     44096     16648    124554    777380     92.18     14.85  --
81.58/21.73	c  S st   457     69388       580      1380     44096     19251    124554    970619     74.11     14.92  --
81.98/21.80	c  S st   457     69890       580      1380     44096     19751    124554   1002762     74.11     14.92  --
81.98/21.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
81.98/21.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.17/23.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 33.9M T:  7.52
89.17/23.69	c Calc non-exist non-lernt bins v-fix:     0 done:    580 time:  0.02 s
89.17/23.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.57/23.71	c Subs w/ non-existent bins:      0 time:  0.07 s
89.57/23.73	c bin-w-bin subsume rem            0 bins  time:  0.03 s
95.15/25.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.59 s
95.15/25.14	c Removed useless bin:       0  fixed:     0  bprops:   0.18M  time:  0.02 s
100.34/26.41	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.03
110.35/28.94	c Added 6 vars  tried: 80000 time: 10.12
110.35/29.00	c ORs :      6 avg-s:  0.0 cl-sh: 10115 l-rem:  10115 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:   10.33
110.75/29.01	c lits-rem:       759  cl-subs:     1939  v-elim:    580  v-fix:    0  time: 15.46 s
110.75/29.01	c learnt bin added due to v-elim: 0
110.75/29.01	c vivif2 --  cl tried     1386 cl shrink        0 lits rem          0 time: 0.00
110.75/29.03	c vivif2 --  cl tried    17812 cl shrink        0 lits rem          0 time: 0.07
111.53/29.25	c asymm  cl-useful: 0/512/1386 lits-rem:0 time: 0.88
111.53/29.25	c calculated reachability. Time: 0.00
111.53/29.25	c  N dy   457     69890       586      1386     44108     17812    124314    856286     74.11     14.92  --
111.53/29.25	c  F st   457     69890       586      1386     44108     17812    124314    856286     74.11     14.92  --
112.73/29.59	c Decided on static restart strategy
114.32/29.92	c  N dy   480     74418       586      1386     44111     11690    124314    394865     50.76     15.27  --
116.31/30.50	c  N dy   513     79188       586      1386     44111     16185    124314    612100     50.47     15.05  --
120.30/31.43	c  N dy   548     84364       586      1386     44111     21097    124314    901334     47.74     14.90  --
123.10/32.14	c  N dy   585     89747       586      1386     44116     14781    124314    549790     54.21     14.72  --
125.90/32.81	c  N dy   625     95571       586      1386     44116     20214    124314    756803     30.18     14.49  --
129.10/33.67	c  N dy   666    101733       586      1386     44117     13763    124314    480961     54.64     14.31  --
131.10/34.11	c  S st   688    104835       586      1386     44125     16703    124314    638277     79.29     14.31  --
131.10/34.16	c  S st   688    105338       586      1386     44125     17200    124314    673524     79.29     14.31  --
131.10/34.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
131.10/34.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
138.68/36.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:    593 BRemL:      9 BRemN:      0 CBin:       0 P: 36.6M T:  7.39
138.68/36.02	c Calc non-exist non-lernt bins v-fix:     0 done:    586 time:  0.02 s
138.68/36.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
138.68/36.04	c Subs w/ non-existent bins:      0 time:  0.06 s
138.68/36.06	c bin-w-bin subsume rem            0 bins  time:  0.03 s
144.28/37.40	c subs with bin:        0  lits-rem:       520  v-fix:    0  time:  5.38 s
144.28/37.41	c Removed useless bin:       0  fixed:     0  bprops:   0.11M  time:  0.01 s
154.68/40.03	c ORs :     15 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 3.0 T:    0.04
154.68/40.04	c lits-rem:      1952  cl-subs:     1952  v-elim:   1017  v-fix:    0  time: 10.51 s
154.68/40.04	c learnt bin added due to v-elim: 0
154.68/40.04	c vivif2 --  cl tried     1555 cl shrink      109 lits rem        109 time: 0.00
154.68/40.06	c vivif2 --  cl tried    15248 cl shrink      557 lits rem        684 time: 0.07
155.86/40.30	c asymm  cl-useful: 0/550/1446 lits-rem:0 time: 0.99
155.86/40.31	c calculated reachability. Time: 0.00
155.86/40.31	c  N dy   688    105338       585      1446     44644     15248    124378    597213     79.29     14.31  --
159.45/41.29	c  N dy   735    112102       585      1446     44645     21659    124378    991217     56.44     14.35  --
163.84/42.38	c  N dy   785    119336       585      1446     44645     15370    124378    584095     75.30     14.29  --
167.87/43.33	c  N dy   838    127024       585      1446     44645     22680    124378   1015873     55.41     14.16  --
172.26/44.44	c  N dy   895    135216       585      1446     44648     16285    124378    668827    106.64     14.28  --
179.02/46.18	c  N dy   954    143875       585      1446     44648     24583    124378   1313220     73.68     14.47  --
188.62/48.55	c  N dy  1018    153130       585      1446     44648     18190    124378    695477     29.49     14.54  --
191.41/49.27	c  S st  1052    158007       585      1446     44648     22791    124378    942632     59.78     14.51  --
191.81/49.35	c  S st  1052    158508       585      1446     44648     23290    124378    968166     59.78     14.51  --
191.81/49.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
191.81/49.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
203.01/52.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:    111 CBin:       0 P: 57.8M T: 11.12
203.01/52.15	c Calc non-exist non-lernt bins v-fix:     0 done:    585 time:  0.02 s
203.01/52.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
203.01/52.17	c Subs w/ non-existent bins:      0 time:  0.09 s
203.01/52.19	c bin-w-bin subsume rem          109 bins  time:  0.03 s
208.59/53.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.61 s
208.59/53.59	c Removed useless bin:       0  fixed:     0  bprops:   0.12M  time:  0.01 s
212.18/54.47	c ORs :     15 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.04
212.18/54.49	c lits-rem:       440  cl-subs:     1778  v-elim:    578  v-fix:    0  time:  3.56 s
212.18/54.49	c learnt bin added due to v-elim: 0
212.18/54.49	c vivif2 --  cl tried     1446 cl shrink        1 lits rem          1 time: 0.00
212.58/54.51	c vivif2 --  cl tried    21512 cl shrink       79 lits rem         91 time: 0.08
213.38/54.77	c asymm  cl-useful: 0/381/1446 lits-rem:0 time: 1.04
213.38/54.77	c calculated reachability. Time: 0.00
213.38/54.77	c  N dy  1052    158508       585      1446     44428     21512    124155    886317     59.78     14.51  --
220.58/56.55	c  N dy  1121    168635       585      1446     44429     30990    124155   1287468     61.12     14.39  --
227.35/58.26	c  N dy  1195    179427       585      1446     44433     25147    124155   1086106     46.01     14.29  --
234.94/60.19	c  N dy  1274    190980       585      1446     44433     19081    124155    634979     51.39     14.12  --
241.33/61.76	c  N dy  1358    203189       585      1446     44433     30537    124155   1150258     52.45     13.97  --
248.52/63.50	c  N dy  1447    216225       585      1446     44433     24945    124155    894303     48.53     13.91  --
258.51/66.04	c  N dy  1539    230032       585      1446     44435     18998    124155    528660     43.77     13.80  --
263.30/67.25	c  S st  1592    237763       585      1446     44435     26294    124155    894189     43.61     13.75  --
263.70/67.31	c  S st  1592    238263       585      1446     44435     26794    124155    932714     43.61     13.75  --
263.70/67.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
263.70/67.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
274.48/70.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T: 10.90
274.48/70.05	c Calc non-exist non-lernt bins v-fix:     0 done:    585 time:  0.02 s
274.48/70.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
274.48/70.07	c Subs w/ non-existent bins:      0 time:  0.10 s
274.48/70.09	c bin-w-bin subsume rem            0 bins  time:  0.03 s
280.07/71.49	c subs with bin:       25  lits-rem:        32  v-fix:    0  time:  5.58 s
280.07/71.49	c Removed useless bin:       0  fixed:     0  bprops:   0.12M  time:  0.01 s
290.47/74.00	c ORs :     15 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.06
290.47/74.02	c lits-rem:      1117  cl-subs:     2401  v-elim:    578  v-fix:    0  time: 10.06 s
290.47/74.02	c learnt bin added due to v-elim: 0
290.47/74.02	c vivif2 --  cl tried     1446 cl shrink        2 lits rem          3 time: 0.00
290.47/74.04	c vivif2 --  cl tried    24368 cl shrink      168 lits rem        176 time: 0.09
291.25/74.27	c asymm  cl-useful: 0/330/1446 lits-rem:0 time: 0.93
291.25/74.27	c calculated reachability. Time: 0.00
291.25/74.27	c  N dy  1592    238263       585      1446     44435     24368    124151    855789     43.61     13.75  --
300.84/76.67	c  N dy  1695    253531       585      1446     44435     38642    124151   1448120     31.91     13.70  --
310.02/78.93	c  N dy  1804    269828       585      1446     44437     34058    124151    979355     42.60     13.55  --
319.60/81.32	c  N dy  1923    287082       585      1446     44438     29818    124151    922378     47.80     13.61  --
330.40/84.05	c  N dy  2049    305414       611      1446     46671     26592    125277    783261     68.89     13.61  --
345.56/87.88	c  N dy  2183    324969       611      1446     46671     44967    125277   1703373     37.12     13.60  --
358.74/91.10	c  N dy  2320    345000       611      1446     46673     40733    125277   1352658     33.58     13.53  --
366.33/93.02	c  S st  2406    357394       611      1446     46673     28659    125277    816591     58.25     13.51  --
366.33/93.09	c  S st  2406    357897       611      1446     46675     29159    125277    852651     58.25     13.51  --
366.73/93.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
366.73/93.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
378.31/96.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bin:    347 BRemL:     89 BRemN:     15 CBin:       0 P: 60.0M T: 11.79
378.31/96.06	c Calc non-exist non-lernt bins v-fix:     0 done:    611 time:  0.02 s
378.31/96.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
378.31/96.09	c Subs w/ non-existent bins:    522 time:  0.12 s
378.72/96.11	c Replacing        3 vars Replaced     3215 lits Time:     0.06 s 
378.72/96.13	c bin-w-bin subsume rem          502 bins  time:  0.03 s
384.29/97.51	c subs with bin:       49  lits-rem:        79  v-fix:    0  time:  5.50 s
384.29/97.51	c Removed useless bin:     255  fixed:     0  bprops:   0.08M  time:  0.01 s
395.48/100.33	c ORs :     15 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 3.0 T:    0.04
395.48/100.35	c lits-rem:      2173  cl-subs:     3267  v-elim:    578  v-fix:    0  time: 11.33 s
395.48/100.35	c learnt bin added due to v-elim: 0
395.48/100.35	c vivif2 --  cl tried     1446 cl shrink        7 lits rem          7 time: 0.00
395.48/100.37	c vivif2 --  cl tried    25318 cl shrink      399 lits rem        440 time: 0.10
396.66/100.63	c asymm  cl-useful: 0/381/1446 lits-rem:0 time: 1.01
396.66/100.63	c calculated reachability. Time: 0.00
396.66/100.63	c  N dy  2406    357897       608      1446     46163     25311    124721    779028     58.25     13.51  --
412.65/104.64	c  N dy  2543    377974       608      1446     46164     44351    124721   1722635     79.25     13.51  --
425.02/107.75	c  N dy  2680    398114       608      1446     46164     38958    124721   1305494     37.54     13.53  --
436.60/110.61	c  N dy  2816    418124       608      1446     46167     32410    124721    925385     48.91     13.42  --
449.38/113.86	c  N dy  2951    438187       608      1446     46169     51134    124721   1717502     34.30     13.35  --
463.75/117.46	c  N dy  3087    458266       608      1446     46169     43642    124721   1410034     26.22     13.32  --
480.13/121.50	c  N dy  3225    478392       608      1446     46174     35399    124721   1051687    100.73     13.37  --
496.50/125.67	c  N dy  3362    498471       608      1446     46174     54229    124721   1783745     26.37     13.34  --
510.10/129.02	c  N dy  3500    518532       608      1446     46175     44989    124721   1402187     32.67     13.29  --
523.69/132.48	c  S st  3625    536846       608      1446     46176     33036    124721    849213     32.68     13.28  --
524.06/132.55	c  S st  3625    537348       608      1446     46176     33531    124721    869425     32.68     13.28  --
524.06/132.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
524.06/132.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
532.85/134.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      1 BRemL:      3 BRemN:    726 CBin:       0 P: 60.0M T:  8.93
533.25/134.80	c Calc non-exist non-lernt bins v-fix:     0 done:    608 time:  0.03 s
533.25/134.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
533.25/134.83	c Subs w/ non-existent bins:      0 time:  0.14 s
533.25/134.86	c bin-w-bin subsume rem            5 bins  time:  0.03 s
538.85/136.26	c subs with bin:       42  lits-rem:        93  v-fix:    0  time:  5.63 s
538.85/136.27	c Removed useless bin:       0  fixed:     0  bprops:   0.08M  time:  0.01 s
548.42/138.62	c ORs :     15 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.04
548.42/138.63	c lits-rem:      2386  cl-subs:     4005  v-elim:    578  v-fix:    0  time:  9.42 s
548.42/138.63	c learnt bin added due to v-elim: 0
548.42/138.63	c vivif2 --  cl tried     1446 cl shrink        7 lits rem          9 time: 0.00
548.42/138.66	c vivif2 --  cl tried    29484 cl shrink      485 lits rem        537 time: 0.12
549.22/138.89	c asymm  cl-useful: 0/422/1446 lits-rem:0 time: 0.91
549.22/138.89	c calculated reachability. Time: 0.00
549.22/138.89	c  N dy  3625    537348       608      1446     45443     29484    123259    811160     32.68     13.28  --
549.22/138.89	c  F st  3625    537348       608      1446     45443     29484    123259    811160     32.68     13.28  --
550.41/139.17	c Decided on static restart strategy
569.59/143.99	c  N dy  3753    557473       636      1446     47810     49239    124419   1742383     30.41     13.32  --
593.97/150.01	c  N dy  3890    577499       636      1446     47812     37850    124419   1294889     39.37     13.46  --
616.31/155.66	c  N dy  4025    597590       636      1446     47814     56494    124419   1993338     32.68     13.42  --
631.89/159.54	c  N dy  4161    617632       636      1446     47815     44174    124419   1260323     26.39     13.38  --
647.85/163.57	c  N dy  4296    637719       636      1446     47817     62977    124419   2116291     54.47     13.36  --
663.86/167.57	c  N dy  4433    657742       636      1446     47820     49817    124419   1717223     38.66     13.41  --
685.00/172.80	c  N dy  4569    677807       636      1446     48479     36196    124697   1007522     47.68     13.46  --
702.99/177.32	c  N dy  4706    697849       636      1446     48481     55059    124697   1948188     67.05     13.48  --
725.36/182.94	c  N dy  4842    717902       636      1446     48483     39865    124697   1146764     45.64     13.50  --
745.71/188.02	c  N dy  4976    737942       636      1446     48487     58530    124697   2020918     53.10     13.50  --
764.49/192.74	c Finding binary XORs  T:     0.00 s  found:       2
770.08/194.12	c  N dy  5111    758059       657      1446     49915     43339    125411   1204513     23.09     13.48  --
792.44/199.73	c  N dy  5248    778149       657      1446     49923     62381    125411   2312026     56.29     13.56  --
820.79/206.83	c  N dy  5384    798240       657      1446     49924     45221    125411   1371873     33.85     13.63  --
826.40/208.27	c  S st  5438    806022       657      1446     49924     52502    125411   1678800     61.02     13.62  --
826.80/208.37	c  S st  5438    806523       657      1446     49924     52999    125411   1706230     61.02     13.62  --
826.80/208.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
826.80/208.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
841.96/212.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:    514 BRemL:    354 BRemN:    237 CBin:       0 P: 60.0M T: 14.99
841.96/212.14	c Calc non-exist non-lernt bins v-fix:     0 done:    657 time:  0.03 s
841.96/212.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
842.36/212.20	c Subs w/ non-existent bins:    994 time:  0.25 s
842.36/212.21	c Replacing        2 vars Replaced      335 lits Time:     0.03 s 
842.36/212.25	c bin-w-bin subsume rem          819 bins  time:  0.03 s
848.77/213.81	c subs with bin:      234  lits-rem:         0  v-fix:    0  time:  6.25 s
848.77/213.82	c Removed useless bin:     157  fixed:     0  bprops:   0.06M  time:  0.01 s
861.12/216.92	c ORs :     15 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 4 avg s: 3.0 T:    0.08
873.50/220.07	c Added 7 vars  tried: 80000 time: 12.58
873.90/220.15	c ORs :      7 avg-s:  0.0 cl-sh: 11081 l-rem:  11081 b-add:     17 v-rep:   1 cl-rem: 9 avg s: 3.0 T:   12.88
873.90/220.17	c lits-rem:      1531  cl-subs:     6987  v-elim:    578  v-fix:    0  time: 25.38 s
873.90/220.17	c learnt bin added due to v-elim: 0
873.90/220.17	c vivif2 --  cl tried     1453 cl shrink       18 lits rem         23 time: 0.00
874.30/220.23	c vivif2 --  cl tried    44770 cl shrink     1664 lits rem       2003 time: 0.22
875.49/220.51	c asymm  cl-useful: 0/150/1453 lits-rem:0 time: 1.13
875.49/220.52	c calculated reachability. Time: 0.00
875.49/220.52	c  N dy  5438    806523       662      1453     48891     44759    124422   1515310     61.02     13.62  --
901.47/227.04	c  N dy  5574    826596       662      1453     48910     63766    124422   2700529     70.47     13.69  --
927.83/233.64	c  N dy  5711    846653       662      1453     48927     46573    124422   1543444     59.68     13.73  --
952.98/239.94	c  N dy  5847    866723       662      1453     48931     65537    124422   2698314     76.31     13.79  --
982.13/247.23	c  N dy  5983    886798       662      1453     48942     46971    124422   1508661     39.29     13.85  --
1007.68/253.68	c  N dy  6119    906874       662      1453     49369     65937    124424   2581186     62.10     13.87  --
1037.26/261.02	c  N dy  6255    926954       683      1453     50468     46550    124830   1540701     39.66     13.96  --
1076.80/271.00	c  N dy  6390    946996       683      1453     50474     65580    124830   2741164     77.62     14.09  --
1125.13/283.04	c  N dy  6524    967049       683      1453     50475     44647    124830   1194478     36.15     14.15  --
1147.50/288.62	c  N dy  6661    987150       683      1453     50484     63687    124830   2245303     55.15     14.20  --
1183.02/297.56	c  N dy  6795   1007159       683      1453     51018     41996    124968   1102001     34.74     14.25  --
1205.79/303.23	c  N dy  6931   1027231       697      1453     51438     60927    125024   2217287     40.18     14.31  --
1249.33/314.18	c  N dy  7065   1047351       697      1453     51443     79826    125024   3262326     45.72     14.36  --
1277.28/321.17	c  N dy  7200   1067415       697      1453     51446     57094    125024   1710797     28.37     14.35  --
1298.85/326.53	c  N dy  7335   1087465       697      1453     51446     75915    125024   2662548     31.38     14.35  --
1326.02/333.32	c  N dy  7471   1107482       697      1453     52059     52576    125288   1803561     71.23     14.41  --
1361.96/342.32	c  N dy  7606   1127558       697      1453     52062     71630    125288   2998213     61.06     14.47  --
1411.88/354.86	c  N dy  7740   1147590       728      1453     53945     47570    126312   1360179     34.26     14.52  --
1439.03/361.62	c  N dy  7876   1167651       728      1453     53947     66595    126312   2454251     39.60     14.54  --
1488.17/373.99	c  N dy  8008   1187678       727      1453     53960     85367    126312   3523518     99.09     14.56  --
1513.73/380.38	c  N dy  8145   1207786       727      1453     54511     60137    126540   2151359     36.78     14.59  --
1516.54/381.08	c  S st  8159   1209784       727      1453     54511     62047    126540   2281058     84.72     14.60  --
1517.32/381.23	c  S st  8159   1210288       727      1453     54511     62546    126540   2317022     84.72     14.60  --
1517.32/381.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1517.32/381.24	c Cache  BProp: 0 Set: 0 BXProp: 3 T: 0.00
1538.10/386.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bin:     20 BRemL:   1588 BRemN:   1538 CBin:       0 P: 60.0M T: 20.83
1538.10/386.46	c Calc non-exist non-lernt bins v-fix:     0 done:    727 time:  0.03 s
1538.10/386.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1538.50/386.54	c Subs w/ non-existent bins:    936 time:  0.31 s
1538.88/386.63	c Replacing        9 vars Replaced    10973 lits Time:     0.36 s 
1538.88/386.68	c bin-w-bin subsume rem          848 bins  time:  0.03 s
1545.28/388.26	c subs with bin:      206  lits-rem:       119  v-fix:    0  time:  6.32 s
1545.28/388.26	c Removed useless bin:      77  fixed:     0  bprops:   0.06M  time:  0.01 s
1568.05/393.94	c ORs :     27 avg-s:  2.0 cl-sh:    17 l-rem:     17 b-add:      0 v-rep:   0 cl-rem: 10 avg s: 3.0 T:    0.12
1583.23/397.77	c Added 8 vars  tried: 80000 time: 15.32
1583.63/397.86	c ORs :      8 avg-s:  0.0 cl-sh: 14003 l-rem:  14003 b-add:     16 v-rep:   0 cl-rem: 14 avg s: 3.0 T:   15.70
1584.03/397.90	c lits-rem:      2536  cl-subs:     5526  v-elim:    961  v-fix:    0  time: 38.48 s
1584.03/397.90	c learnt bin added due to v-elim: 0
1584.03/397.90	c vivif2 --  cl tried     1752 cl shrink      195 lits rem        196 time: 0.01
1584.03/397.96	c vivif2 --  cl tried    49707 cl shrink     1687 lits rem       2362 time: 0.22
1585.23/398.29	c asymm  cl-useful: 0/94/1569 lits-rem:0 time: 1.33
1585.23/398.29	c calculated reachability. Time: 0.00
1585.23/398.29	c  N dy  8159   1210288       724      1569     50102     49657    122608   1966526     84.72     14.60  --
1611.98/404.96	c  N dy  8295   1230417       724      1569     50112     68732    122608   2992305     33.73     14.58  --
1649.91/414.47	c  N dy  8429   1250460       724      1569     50116     87598    122608   4022286     39.11     14.57  --
1670.67/419.69	c  N dy  8564   1270490       724      1569     50123     61421    122608   2038896     42.06     14.56  --
1694.64/425.68	c  N dy  8699   1290548       724      1569     50132     80305    122608   3055285     65.03     14.55  --
1722.20/432.50	c  N dy  8835   1310649       724      1569     50139     53471    122608   1714162     27.53     14.55  --
1744.98/438.27	c  N dy  8970   1330679       740      1569     51101     72323    122672   2694606     41.16     14.55  --
1776.11/446.04	c  N dy  9106   1350701       740      1569     51103     91178    122672   3781167     61.92     14.57  --
1799.28/451.80	c  N dy  9241   1370770       740      1569     51106     62984    122672   2045955     42.32     14.57  --
1822.04/457.59	c  N dy  9376   1390858       740      1569     51108     81919    122672   3055301     78.43     14.57  --
1848.81/464.23	c Finding binary XORs  T:     0.01 s  found:       0
1850.80/464.71	c  N dy  9513   1410975       740      1569     51741     53126    122958   1570233     35.67     14.56  --
1870.77/469.74	c  N dy  9650   1431073       740      1569     51742     72112    122958   2609057     45.23     14.57  --
1905.51/478.46	c  N dy  9785   1451123       740      1569     51742     91275    122958   4028968     81.84     14.62  --
1935.06/485.87	c  N dy  9919   1471181       764      1569     52766     61385    123264   1884047     28.80     14.62  --
1954.24/490.62	c  N dy 10054   1491237       764      1569     52767     80129    123264   2712117     36.90     14.60  --
1979.80/497.08	c  N dy 10189   1511254       764      1569     52768     99018    123264   3860093     74.07     14.62  --
2002.16/502.69	c  N dy 10325   1531398       764      1569     52770     67975    123264   2479443     81.43     14.65  --
2036.51/511.29	c  N dy 10461   1551475       764      1569     52772     86883    123264   3540558     48.25     14.64  --
2076.85/521.37	c  N dy 10596   1571515       764      1569     53293     54945    123656   1670617     77.18     14.65  --
2106.40/528.74	c  N dy 10732   1591615       796      1569     54307     74356    123990   2845148     39.69     14.66  --
2149.16/539.47	c  N dy 10867   1611711       796      1569     54309     93442    123990   4038277     69.75     14.68  --
2191.89/550.15	c  N dy 11003   1631849       796      1569     54682     60214    123990   2017179     73.86     14.72  --
2219.06/556.92	c  N dy 11139   1651964       796      1569     54703     79299    123990   3131562     57.98     14.74  --
2259.76/567.13	c  N dy 11274   1672013       796      1569     54705     98342    123990   4421291     69.38     14.76  --
2293.31/575.52	c  N dy 11410   1692125       796      1569     54708     64038    123990   2022798     55.11     14.77  --
2312.48/580.32	c  S st 11534   1710289       796      1569     54717     81132    123990   2790381     43.67     14.74  --
2313.28/580.50	c  S st 11534   1710791       796      1569     54717     81631    123990   2828180     43.67     14.74  --
2313.28/580.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2313.28/580.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2331.67/585.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bin:     14 BRemL:   1671 BRemN:   1776 CBin:       0 P: 60.0M T: 18.56
2331.67/585.16	c Calc non-exist non-lernt bins v-fix:     0 done:    796 time:  0.04 s
2331.67/585.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2332.07/585.27	c Subs w/ non-existent bins:    560 time:  0.43 s
2332.07/585.28	c Replacing        4 vars Replaced      188 lits Time:     0.04 s 
2332.46/585.34	c bin-w-bin subsume rem          625 bins  time:  0.03 s
2339.23/587.04	c subs with bin:      414  lits-rem:       258  v-fix:    0  time:  6.78 s
2339.23/587.04	c Removed useless bin:      22  fixed:     0  bprops:   0.05M  time:  0.01 s
2368.41/594.33	c ORs :     37 avg-s:  2.0 cl-sh:     1 l-rem:      1 b-add:      0 v-rep:   0 cl-rem: 23 avg s: 3.0 T:    0.15
2385.58/598.67	c Added 9 vars  tried: 80000 time: 17.35
2385.99/598.80	c ORs :      9 avg-s:  0.0 cl-sh: 16328 l-rem:  16328 b-add:     20 v-rep:   0 cl-rem: 11 avg s: 3.0 T:   17.85
2386.40/598.84	c lits-rem:      1371  cl-subs:    13479  v-elim:    929  v-fix:    0  time: 47.11 s
2386.40/598.84	c learnt bin added due to v-elim: 0
2386.40/598.84	c vivif2 --  cl tried     2222 cl shrink      355 lits rem        359 time: 0.01
2386.77/598.93	c vivif2 --  cl tried    67158 cl shrink     3018 lits rem       3590 time: 0.35
2387.97/599.22	c asymm  cl-useful: 1/101/1885 lits-rem:1 time: 1.15
2387.97/599.22	c calculated reachability. Time: 0.00
2387.97/599.22	c  N dy 11534   1710791       797      1885     50281     67137    120359   2277168     43.67     14.74  --
2416.32/606.38	c  N dy 11670   1730825       797      1885     50296     86220    120359   3437207     48.83     14.75  --
2455.06/616.06	c  N dy 11805   1750836       797      1885     50298    105142    120359   4480350     58.02     14.76  --
2477.82/621.72	c  N dy 11941   1770926       797      1885     50312     70842    120359   2495096     29.93     14.78  --
2509.40/629.60	c  N dy 12076   1790980       797      1885     50323     89780    120359   3554005     41.59     14.77  --
2551.31/640.15	c  N dy 12210   1811026       797      1885     50759    108667    120361   4497408     60.10     14.77  --
2572.47/645.46	c  N dy 12345   1831124       797      1885     50816     72907    120361   2323738     34.41     14.76  --
2596.03/651.31	c  N dy 12480   1851151       832      1885     51812     92055    120681   3121798     35.01     14.73  --
2628.78/659.55	c  N dy 12615   1871244       832      1885     51816    111131    120681   4308166     33.90     14.76  --
2653.96/665.87	c  N dy 12752   1891388       832      1885     51818     74513    120681   2624682     72.13     14.80  --
2693.08/675.68	c  N dy 12887   1911490       832      1885     51818     93525    120681   3739378     71.49     14.83  --
2750.62/690.02	c  N dy 13021   1931633       832      1885     52078    112572    120685   4793025     58.39     14.85  --
2773.37/695.73	c  N dy 13159   1951787       832      1885     52096     75015    120685   2579469     43.16     14.85  --
2807.72/704.33	c  N dy 13295   1971930       832      1885     52098     94124    120685   3693954     68.55     14.86  --
2856.04/716.45	c  N dy 13429   1992061       868      1885     53517    113480    120991   4856234     89.52     14.89  --
2858.42/717.02	c Finding binary XORs  T:     0.00 s  found:       7
2883.18/723.22	c  N dy 13565   2012197       868      1885     53518     74560    120991   2476456     43.67     14.90  --
2912.33/730.55	c  N dy 13701   2032335       868      1885     53521     93616    120991   3419905     60.73     14.90  --
2951.07/740.26	c  N dy 13834   2052367       868      1885     53524    112560    120991   4421510     49.72     14.89  --
2979.04/747.21	c  N dy 13970   2072397       868      1885     54013     72855    120991   2505516     71.52     14.91  --
3018.99/757.27	c  N dy 14105   2092400       894      1885     54795     91992    121103   3705420     49.78     14.95  --
3069.29/769.86	c  N dy 14239   2112428       894      1885     54798    110978    121103   4764946     63.28     14.97  --
3107.63/779.49	c  N dy 14374   2132482       894      1885     54802     70097    121103   2159701     60.36     14.98  --
3139.99/787.53	c  N dy 14509   2152594       894      1885     54963     89181    121105   3324375     46.83     15.01  --
3187.92/799.53	c  N dy 14643   2172741       894      1885     54987    108344    121113   4458915     63.61     15.02  --
3237.85/812.08	c  N dy 14778   2192781       894      1885     54989     66516    121113   1925284     36.87     15.03  --
3261.01/817.83	c  S st 14901   2210792       894      1885     54994     83614    121113   2856818     79.28     15.04  --
3262.21/818.11	c  S st 14901   2211293       894      1885     54994     84115    121113   2889355     79.28     15.04  --
3262.21/818.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3262.21/818.12	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
3285.36/823.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bin:      4 BRemL:   2376 BRemN:   1344 CBin:       0 P: 60.0M T: 23.43
3285.76/824.00	c Calc non-exist non-lernt bins v-fix:     0 done:    894 time:  0.04 s
3285.76/824.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3286.16/824.12	c Subs w/ non-existent bins:    183 time:  0.48 s
3286.58/824.24	c Replacing       12 vars Replaced    25452 lits Time:     0.47 s 
3286.58/824.30	c bin-w-bin subsume rem          400 bins  time:  0.04 s
3293.37/825.99	c subs with bin:        3  lits-rem:        11  v-fix:    0  time:  6.76 s
3293.37/825.99	c Removed useless bin:       9  fixed:     0  bprops:   0.05M  time:  0.01 s
3318.92/832.34	c ORs :     58 avg-s:  2.0 cl-sh:    68 l-rem:     68 b-add:     33 v-rep:   0 cl-rem: 5 avg s: 3.0 T:    0.18
3336.09/836.68	c Added 9 vars  tried: 80000 time: 17.34
3336.89/836.85	c ORs :      9 avg-s:  0.0 cl-sh: 18489 l-rem:  18489 b-add:     18 v-rep:   0 cl-rem: 22 avg s: 3.0 T:   18.01
3336.89/836.89	c lits-rem:      1418  cl-subs:     9698  v-elim:    758  v-fix:    0  time: 43.51 s
3336.89/836.89	c learnt bin added due to v-elim: 0
3336.89/836.89	c vivif2 --  cl tried     2135 cl shrink      150 lits rem        152 time: 0.00
3337.29/836.99	c vivif2 --  cl tried    74179 cl shrink     3055 lits rem       3871 time: 0.39
3338.89/837.32	c asymm  cl-useful: 0/84/1997 lits-rem:0 time: 1.32
3338.89/837.32	c calculated reachability. Time: 0.00
3338.89/837.32	c  N dy 14901   2211293       889      1997     50760     74171    118218   2524117     79.28     15.04  --
3375.63/846.54	c  N dy 15035   2231309       889      1997     50763     93132    118218   3593850     24.80     15.05  --
3422.78/858.37	c  N dy 15168   2251355       889      1997     50775    112000    118218   4578500     44.47     15.06  --
3465.91/869.15	c  N dy 15302   2271392       889      1997     50793     69590    118218   2021862     40.05     15.06  --
3487.88/874.61	c  N dy 15426   2291467       889      1997     51428     88512    118218   3012212     64.01     15.06  --
3522.21/883.30	c  N dy 15559   2311559       889      1997     51430    107528    118218   3915633     41.49     15.06  --
3560.16/892.70	c  N dy 15694   2331636       913      1997     52057     64298    118314   1721403     42.38     15.06  --
3585.34/899.09	c  N dy 15830   2351724       912      1997     52067     83271    118314   2763659     48.50     15.08  --
3623.67/908.66	c  N dy 15964   2371772       912      1997     52069    102185    118314   3855571     56.01     15.10  --
3676.79/921.91	c  N dy 16098   2391902       912      1997     52156    121171    118314   4945543     52.41     15.11  --
3707.94/929.79	c  N dy 16234   2412013       912      1997     52169     76871    118318   2247957     68.75     15.11  --
3735.12/936.54	c  N dy 16370   2432056       952      1997     52990     95876    118482   3302797     66.21     15.12  --
3777.82/947.20	c  N dy 16501   2452158       952      1997     52990    115016    118482   4555076     60.34     15.15  --
3822.58/958.43	c  N dy 16632   2472161       952      1997     53008     69622    118492   1871418     24.58     15.15  --
3846.12/964.34	c  N dy 16751   2492237       952      1997     53352     88847    118498   2993539     43.79     15.15  --
3881.65/973.27	c  N dy 16885   2512316       952      1997     53352    107748    118498   3815476     57.60     15.14  --
3930.39/985.48	c  N dy 17017   2532384       952      1997     53395    126620    118502   4797099     59.23     15.14  --
3965.54/994.20	c  N dy 17137   2552431       966      1997     53596     80695    118664   2758693     45.91     15.17  --
4004.28/1003.96	c  N dy 17260   2572533       966      1997     53598     99862    118664   3853720     37.70     15.17  --
4052.60/1016.08	c  N dy 17388   2592565       966      1997     53601    118770    118664   4887565     71.59     15.18  --
4104.94/1029.12	c  N dy 17499   2612601       966      1997     53633     71283    118664   2075037     42.96     15.20  --
4136.50/1037.05	c  N dy 17602   2633357       966      1997     53639     90994    118664   3414358     92.04     15.22  --
4188.83/1050.16	c  N dy 17718   2653473       966      1997     53639    109926    118664   4440445     59.15     15.22  --
4253.91/1066.40	c  N dy 17840   2673577       966      1997     53641    128930    118664   5593970     65.47     15.24  --
4293.85/1076.40	c  N dy 17946   2693676       966      1997     53643     80808    118664   2594772     73.09     15.25  --
4325.01/1084.22	c  S st 18064   2711293       966      1997     53646     97545    118664   3557003     54.29     15.27  --
4325.81/1084.49	c  S st 18064   2711794       966      1997     53646     98046    118664   3589835     54.29     15.27  --
4326.21/1084.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4326.21/1084.50	c Cache  BProp: 2 Set: 0 BXProp: 4 T: 0.00
4353.77/1091.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bin:      6 BRemL:   1842 BRemN:    404 CBin:       0 P: 60.1M T: 27.86
4353.77/1091.49	c Calc non-exist non-lernt bins v-fix:     0 done:    966 time:  0.04 s
4353.77/1091.49	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
4354.59/1091.65	c Subs w/ non-existent bins:    219 time:  0.63 s
4355.36/1091.80	c Replacing        8 vars Replaced    25109 lits Time:     0.62 s 
4355.36/1091.88	c bin-w-bin subsume rem          139 bins  time:  0.03 s
4362.97/1093.72	c subs with bin:        1  lits-rem:         2  v-fix:    0  time:  7.36 s
4362.97/1093.72	c Removed useless bin:      14  fixed:     0  bprops:   0.05M  time:  0.01 s
4393.72/1101.43	c ORs :     83 avg-s:  2.0 cl-sh:    18 l-rem:     18 b-add:      1 v-rep:   0 cl-rem: 1 avg s: 3.0 T:    0.33
4415.68/1106.91	c Added 10 vars  tried: 80000 time: 21.89
4416.08/1107.08	c ORs :     10 avg-s:  0.0 cl-sh: 19174 l-rem:  19174 b-add:     21 v-rep:   0 cl-rem: 21 avg s: 3.0 T:   22.55
4416.46/1107.13	c lits-rem:       237  cl-subs:     8358  v-elim:    551  v-fix:    0  time: 53.56 s
4416.46/1107.13	c learnt bin added due to v-elim: 0
4416.46/1107.14	c vivif2 --  cl tried     2006 cl shrink       10 lits rem         10 time: 0.00
4416.86/1107.26	c vivif2 --  cl tried    87695 cl shrink     3571 lits rem       5440 time: 0.49
4418.47/1107.60	c asymm  cl-useful: 0/58/2005 lits-rem:0 time: 1.35
4418.47/1107.60	c calculated reachability. Time: 0.00
4418.47/1107.60	c  N dy 18064   2711794       968      2005     51100     87656    117195   3248161     54.29     15.27  --
4418.47/1107.60	c  F st 18064   2711794       968      2005     51100     87656    117195   3248161     54.29     15.27  --
4422.06/1108.55	c Decided on static restart strategy
4460.39/1118.17	c  N dy 18185   2731923       968      2005     51109    106578    117195   4245024     38.89     15.28  --
4510.32/1130.66	c  N dy 18293   2752014       968      2005     51121    125516    117195   5329282     48.93     15.30  --
4549.07/1140.34	c Finding binary XORs  T:     0.01 s  found:       1
4556.69/1142.23	c  N dy 18422   2772086       968      2005     51599     76711    117197   2308294     63.59     15.30  --
4587.45/1149.90	c  N dy 18544   2792094       968      2005     51604     95617    117197   3376891     32.88     15.31  --
4634.95/1161.84	c  N dy 18676   2812209       971      2005     51999    114489    117209   4291276     61.73     15.31  --
4702.07/1178.63	c  N dy 18803   2832305       971      2005     52002    133323    117209   5256571     31.52     15.32  --
4738.39/1187.71	c  N dy 18934   2852343       971      2005     52006     83503    117209   2665748     69.52     15.32  --
4774.73/1196.84	c  N dy 19042   2872429       971      2005     52012    102451    117209   3662333     38.02     15.32  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.46 7.89 7.47 7/178 13794
/proc/meminfo: memFree=30849184/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=22932 CPUtime=0 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 884 0 0 0 0 0 0 0 25 0 1 0 525303957 23482368 823 33554432000 4194304 4797429 140736332558032 18446744073709551615 210646807237 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13794/statm: 5733 823 346 148 0 662 0

[startup+0.0867219 s]
/proc/loadavg: 7.46 7.89 7.47 7/178 13794
/proc/meminfo: memFree=30849184/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=676428 CPUtime=0.2 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 2538 0 0 0 20 0 0 0 25 0 4 0 525303957 692662272 2442 33554432000 4194304 4797429 140736332558032 18446744073709551615 4431452 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13794/statm: 169107 2444 399 148 0 164036 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 676428

[startup+0.102934 s]
/proc/loadavg: 7.46 7.89 7.47 7/178 13794
/proc/meminfo: memFree=30849184/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=676696 CPUtime=0.27 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 3076 0 0 0 27 0 0 0 25 0 4 0 525303957 692936704 2956 33554432000 4194304 4797429 140736332558032 18446744073709551615 4358468 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13794/statm: 169174 2956 399 148 0 164103 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 676696

[startup+0.300918 s]
/proc/loadavg: 7.46 7.89 7.47 7/178 13794
/proc/meminfo: memFree=30849184/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=677092 CPUtime=1.06 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 4000 0 0 0 106 0 0 0 25 0 4 0 525303957 693342208 3868 33554432000 4194304 4797429 140736332558032 18446744073709551615 4424998 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13794/statm: 169273 3868 411 148 0 164202 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 677092

[startup+0.700852 s]
/proc/loadavg: 7.46 7.89 7.47 7/178 13794
/proc/meminfo: memFree=30849184/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=678396 CPUtime=2.65 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 5327 0 0 0 265 0 0 0 25 0 4 0 525303957 694677504 4833 33554432000 4194304 4797429 140736332558032 18446744073709551615 4425054 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13794/statm: 169599 4833 411 148 0 164528 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 678396

[startup+1.50072 s]
/proc/loadavg: 7.46 7.89 7.47 9/182 13798
/proc/meminfo: memFree=30820648/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=682112 CPUtime=5.85 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 7871 0 0 0 584 1 0 0 25 0 4 0 525303957 698482688 6025 33554432000 4194304 4797429 140736332558032 18446744073709551615 4425054 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13794/statm: 170528 6025 415 148 0 165457 0
[pid=13794/tid=13796] ppid=13792 vsize=682112 CPUtime=1.44 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 1527 0 0 0 144 0 0 0 25 0 4 0 525303962 698482688 6025 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=682112 CPUtime=1.45 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 1462 0 0 0 145 0 0 0 25 0 4 0 525303962 698482688 6025 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=682112 CPUtime=1.44 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 1580 0 0 0 144 0 0 0 25 0 4 0 525303962 698482688 6026 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 682112

[startup+3.10045 s]
/proc/loadavg: 7.46 7.89 7.47 9/182 13798
/proc/meminfo: memFree=30809200/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=685756 CPUtime=12.25 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 11515 0 0 0 1223 2 0 0 25 0 4 0 525303957 702214144 8762 33554432000 4194304 4797429 140736332558032 18446744073709551615 4425051 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13794/statm: 171439 8762 415 148 0 166368 0
[pid=13794/tid=13796] ppid=13792 vsize=685756 CPUtime=3.04 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 2199 0 0 0 304 0 0 0 25 0 4 0 525303962 702214144 8762 33554432000 4194304 4797429 140736332558032 18446744073709551615 4520291 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=685756 CPUtime=3.05 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 2178 0 0 0 305 0 0 0 25 0 4 0 525303962 702214144 8762 33554432000 4194304 4797429 140736332558032 18446744073709551615 4520396 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=685756 CPUtime=3.04 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 2539 0 0 0 304 0 0 0 25 0 4 0 525303962 702214144 8762 33554432000 4194304 4797429 140736332558032 18446744073709551615 4520256 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 685756

[startup+9.20242 s]
/proc/loadavg: 7.51 7.90 7.47 9/182 13798
/proc/meminfo: memFree=30793248/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=687692 CPUtime=31.67 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 14359 0 0 0 3163 4 0 0 25 0 4 0 525303957 704196608 9772 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429163 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 171923 9772 416 148 0 166852 0
[pid=13794/tid=13796] ppid=13792 vsize=687692 CPUtime=7.53 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 2798 0 0 0 753 0 0 0 25 0 4 0 525303962 704196608 9772 33554432000 4194304 4797429 140736332558032 18446744073709551615 4428984 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=687692 CPUtime=8.97 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 2927 0 0 0 897 0 0 0 25 0 4 0 525303962 704196608 9772 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=687692 CPUtime=8.45 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 2827 0 0 0 844 1 0 0 25 0 4 0 525303962 704196608 9772 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429135 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 31.67
Current children cumulated vsize (KiB) 687692

[startup+12.7008 s]
/proc/loadavg: 7.71 7.93 7.49 9/182 13799
/proc/meminfo: memFree=30784932/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=688576 CPUtime=45.65 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 16788 0 0 0 4560 5 0 0 25 0 4 0 525303957 705101824 10526 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429080 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 172144 10526 418 148 0 167073 0
[pid=13794/tid=13796] ppid=13792 vsize=688576 CPUtime=11.03 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 2921 0 0 0 1103 0 0 0 25 0 4 0 525303962 705101824 10526 33554432000 4194304 4797429 140736332558032 18446744073709551615 4520376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=688576 CPUtime=12.46 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 3078 0 0 0 1246 0 0 0 25 0 4 0 525303962 705101824 10526 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=688576 CPUtime=11.95 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 3284 0 0 0 1194 1 0 0 25 0 4 0 525303962 705101824 10526 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429065 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 45.65
Current children cumulated vsize (KiB) 688576

[startup+25.5007 s]
/proc/loadavg: 7.77 7.93 7.49 9/182 13799
/proc/meminfo: memFree=30768912/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=690808 CPUtime=96.75 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 21955 0 0 0 9669 6 0 0 25 0 4 0 525303957 707387392 13556 33554432000 4194304 4797429 140736332558032 18446744073709551615 4524576 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 172702 13556 418 148 0 167631 0
[pid=13794/tid=13796] ppid=13792 vsize=690808 CPUtime=23.82 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 3448 0 0 0 2381 1 0 0 25 0 4 0 525303962 707387392 13556 33554432000 4194304 4797429 140736332558032 18446744073709551615 4424998 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=690808 CPUtime=25.24 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 3607 0 0 0 2524 0 0 0 25 0 4 0 525303962 707387392 13556 33554432000 4194304 4797429 140736332558032 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=690808 CPUtime=24.74 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 3737 0 0 0 2473 1 0 0 25 0 4 0 525303962 707387392 13556 33554432000 4194304 4797429 140736332558032 18446744073709551615 4424963 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 96.75
Current children cumulated vsize (KiB) 690808

[startup+51.1004 s]
/proc/loadavg: 7.92 7.95 7.51 9/182 13800
/proc/meminfo: memFree=30752256/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=694428 CPUtime=198.99 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 33824 0 0 0 19890 9 0 0 25 0 4 0 525303957 711094272 15196 33554432000 4194304 4797429 140736332558032 18446744073709551615 4427299 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 173607 15196 419 148 0 168536 0
[pid=13794/tid=13796] ppid=13792 vsize=694428 CPUtime=49.4 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 4612 0 0 0 4939 1 0 0 25 0 4 0 525303962 711094272 15196 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=694428 CPUtime=50.83 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 4615 0 0 0 5083 0 0 0 25 0 4 0 525303962 711094272 15196 33554432000 4194304 4797429 140736332558032 18446744073709551615 4568144 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=694428 CPUtime=50.34 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 4666 0 0 0 5033 1 0 0 25 0 4 0 525303962 711094272 15196 33554432000 4194304 4797429 140736332558032 18446744073709551615 4416317 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 198.99
Current children cumulated vsize (KiB) 694428

[startup+102.301 s]
/proc/loadavg: 8.04 7.97 7.54 9/182 13801
/proc/meminfo: memFree=30730532/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=699368 CPUtime=403.46 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 54680 0 0 0 40331 15 0 0 25 0 4 0 525303957 716152832 18451 33554432000 4194304 4797429 140736332558032 18446744073709551615 4424963 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 174842 18451 421 148 0 169771 0
[pid=13794/tid=13796] ppid=13792 vsize=699368 CPUtime=100.56 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 5994 0 0 0 10054 2 0 0 25 0 4 0 525303962 716152832 18451 33554432000 4194304 4797429 140736332558032 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=699368 CPUtime=102.02 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 6163 0 0 0 10202 0 0 0 25 0 4 0 525303962 716152832 18451 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=699368 CPUtime=101.51 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 6227 0 0 0 10148 3 0 0 25 0 4 0 525303962 716152832 18451 33554432000 4194304 4797429 140736332558032 18446744073709551615 4524101 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 403.46
Current children cumulated vsize (KiB) 699368

[startup+162.301 s]
/proc/loadavg: 8.13 8.01 7.58 9/182 13803
/proc/meminfo: memFree=30706308/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=702984 CPUtime=643.06 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 78880 0 0 0 64283 23 0 0 25 0 4 0 525303957 719855616 20569 33554432000 4194304 4797429 140736332558032 18446744073709551615 4389720 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 175746 20569 422 148 0 170675 0
[pid=13794/tid=13796] ppid=13792 vsize=702984 CPUtime=160.5 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 7726 0 0 0 16048 2 0 0 25 0 4 0 525303962 719855616 20569 33554432000 4194304 4797429 140736332558032 18446744073709551615 4428910 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=702984 CPUtime=162 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 7563 0 0 0 16199 1 0 0 25 0 4 0 525303962 719855616 20569 33554432000 4194304 4797429 140736332558032 18446744073709551615 4524493 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=702984 CPUtime=161.48 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 8225 0 0 0 16142 6 0 0 25 0 4 0 525303962 719855616 20569 33554432000 4194304 4797429 140736332558032 18446744073709551615 4520396 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 643.06
Current children cumulated vsize (KiB) 702984

[startup+222.301 s]
/proc/loadavg: 8.15 8.03 7.61 9/182 13804
/proc/meminfo: memFree=30683816/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=706800 CPUtime=882.68 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 98796 0 0 0 88238 30 0 0 25 0 4 0 525303957 723763200 24280 33554432000 4194304 4797429 140736332558032 18446744073709551615 4351624 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 176700 24280 422 148 0 171629 0
[pid=13794/tid=13796] ppid=13792 vsize=706800 CPUtime=220.45 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 9326 0 0 0 22042 3 0 0 25 0 4 0 525303962 723763200 24280 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=706800 CPUtime=221.98 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 9093 0 0 0 22197 1 0 0 25 0 4 0 525303962 723763200 24280 33554432000 4194304 4797429 140736332558032 18446744073709551615 4520376 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=706800 CPUtime=221.45 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 9260 0 0 0 22137 8 0 0 25 0 4 0 525303962 723763200 24280 33554432000 4194304 4797429 140736332558032 18446744073709551615 4520291 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 882.68
Current children cumulated vsize (KiB) 706800

[startup+282.301 s]

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

[pid=13794] ppid=13792 vsize=720020 CPUtime=2560.1 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 217344 0 0 0 255935 75 0 0 25 0 4 0 525303957 737300480 33211 33554432000 4194304 4797429 140736332558032 18446744073709551615 4424998 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 180005 33211 432 148 0 174934 0
[pid=13794/tid=13796] ppid=13792 vsize=720020 CPUtime=640.17 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 19233 0 0 0 64012 5 0 0 25 0 4 0 525303962 737300480 33211 33554432000 4194304 4797429 140736332558032 18446744073709551615 4524193 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=720020 CPUtime=641.84 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 17295 0 0 0 64181 3 0 0 25 0 4 0 525303962 737300480 33211 33554432000 4194304 4797429 140736332558032 18446744073709551615 4520280 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=720020 CPUtime=641.26 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 18588 0 0 0 64102 24 0 0 25 0 4 0 525303962 737300480 33211 33554432000 4194304 4797429 140736332558032 18446744073709551615 4428372 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2560.1
Current children cumulated vsize (KiB) 720020

[startup+702.301 s]
/proc/loadavg: 8.07 8.08 7.80 9/182 13817
/proc/meminfo: memFree=30583240/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=722316 CPUtime=2799.72 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 233542 0 0 0 279890 82 0 0 25 0 4 0 525303957 739651584 34555 33554432000 4194304 4797429 140736332558032 18446744073709551615 4424960 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 180579 34555 431 148 0 175508 0
[pid=13794/tid=13796] ppid=13792 vsize=722316 CPUtime=700.14 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 20996 0 0 0 70008 6 0 0 25 0 4 0 525303962 739651584 34555 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=722316 CPUtime=701.83 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 18640 0 0 0 70179 4 0 0 25 0 4 0 525303962 739651584 34555 33554432000 4194304 4797429 140736332558032 18446744073709551615 4524484 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=722316 CPUtime=701.22 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 20104 0 0 0 70096 26 0 0 25 0 4 0 525303962 739651584 34555 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2799.72
Current children cumulated vsize (KiB) 722316

[startup+762.301 s]
/proc/loadavg: 8.12 8.09 7.82 9/182 13819
/proc/meminfo: memFree=30571288/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=725204 CPUtime=3039.33 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 248072 0 0 0 303844 89 0 0 25 0 4 0 525303957 742608896 36854 33554432000 4194304 4797429 140736332558032 18446744073709551615 4425045 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 181301 36854 431 148 0 176230 0
[pid=13794/tid=13796] ppid=13792 vsize=725204 CPUtime=760.09 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 21736 0 0 0 76003 6 0 0 25 0 4 0 525303962 742608896 36854 33554432000 4194304 4797429 140736332558032 18446744073709551615 4520273 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=725204 CPUtime=761.8 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 20118 0 0 0 76176 4 0 0 25 0 4 0 525303962 742608896 36854 33554432000 4194304 4797429 140736332558032 18446744073709551615 4520291 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=725204 CPUtime=761.19 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 20830 0 0 0 76091 28 0 0 25 0 4 0 525303962 742608896 36854 33554432000 4194304 4797429 140736332558032 18446744073709551615 4425051 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3039.33
Current children cumulated vsize (KiB) 725204

[startup+822.301 s]
/proc/loadavg: 8.10 8.09 7.83 9/182 13820
/proc/meminfo: memFree=30561440/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=725656 CPUtime=3278.98 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 262185 0 0 0 327804 94 0 0 25 0 4 0 525303957 743071744 36098 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429087 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 181414 36098 431 148 0 176343 0
[pid=13794/tid=13796] ppid=13792 vsize=725656 CPUtime=820.06 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 23106 0 0 0 81999 7 0 0 25 0 4 0 525303962 743071744 36098 33554432000 4194304 4797429 140736332558032 18446744073709551615 4524122 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=725656 CPUtime=821.78 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 20822 0 0 0 82174 4 0 0 25 0 4 0 525303962 743071744 36098 33554432000 4194304 4797429 140736332558032 18446744073709551615 4238940 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=725656 CPUtime=821.17 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 22491 0 0 0 82088 29 0 0 25 0 4 0 525303962 743071744 36098 33554432000 4194304 4797429 140736332558032 18446744073709551615 4258131 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3278.98
Current children cumulated vsize (KiB) 725656

[startup+882.301 s]
/proc/loadavg: 8.12 8.10 7.85 9/182 13822
/proc/meminfo: memFree=30548484/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=725984 CPUtime=3518.62 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 272919 0 0 0 351764 98 0 0 25 0 4 0 525303957 743407616 39133 33554432000 4194304 4797429 140736332558032 18446744073709551615 4425054 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 181496 39133 427 148 0 176425 0
[pid=13794/tid=13796] ppid=13792 vsize=725984 CPUtime=880.03 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 23967 0 0 0 87996 7 0 0 25 0 4 0 525303962 743407616 39133 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429139 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=725984 CPUtime=881.77 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 22211 0 0 0 88172 5 0 0 25 0 4 0 525303962 743407616 39133 33554432000 4194304 4797429 140736332558032 18446744073709551615 4424975 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=725984 CPUtime=881.15 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 23222 0 0 0 88084 31 0 0 25 0 4 0 525303962 743407616 39133 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3518.62
Current children cumulated vsize (KiB) 725984

[startup+942.301 s]
/proc/loadavg: 8.09 8.09 7.86 9/182 13824
/proc/meminfo: memFree=30548080/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=727004 CPUtime=3758.25 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 288532 0 0 0 375721 104 0 0 25 0 4 0 525303957 744452096 39955 33554432000 4194304 4797429 140736332558032 18446744073709551615 4422906 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 181751 39955 427 148 0 176680 0
[pid=13794/tid=13796] ppid=13792 vsize=727004 CPUtime=939.99 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 25604 0 0 0 93992 7 0 0 25 0 4 0 525303962 744452096 39955 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429080 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=727004 CPUtime=941.75 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 22882 0 0 0 94170 5 0 0 25 0 4 0 525303962 744452096 39955 33554432000 4194304 4797429 140736332558032 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=727004 CPUtime=941.12 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 25032 0 0 0 94080 32 0 0 25 0 4 0 525303962 744452096 39955 33554432000 4194304 4797429 140736332558032 18446744073709551615 4424960 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3758.25
Current children cumulated vsize (KiB) 727004

[startup+1002.3 s]
/proc/loadavg: 8.03 8.07 7.86 9/182 13825
/proc/meminfo: memFree=30524728/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=727276 CPUtime=3997.89 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 303665 0 0 0 399679 110 0 0 25 0 4 0 525303957 744730624 40229 33554432000 4194304 4797429 140736332558032 18446744073709551615 4425030 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 181819 40229 427 148 0 176748 0
[pid=13794/tid=13796] ppid=13792 vsize=727276 CPUtime=999.95 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 27201 0 0 0 99987 8 0 0 25 0 4 0 525303962 744730624 40229 33554432000 4194304 4797429 140736332558032 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=727276 CPUtime=1001.74 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 24545 0 0 0 100168 6 0 0 25 0 4 0 525303962 744730624 40229 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=727276 CPUtime=1001.1 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 25826 0 0 0 100075 35 0 0 25 0 4 0 525303962 744730624 40229 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3997.89
Current children cumulated vsize (KiB) 727276

[startup+1062.3 s]
/proc/loadavg: 8.01 8.06 7.87 9/182 13827
/proc/meminfo: memFree=30523088/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=727304 CPUtime=4237.55 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 315258 0 0 0 423639 116 0 0 25 0 4 0 525303957 744759296 42209 33554432000 4194304 4797429 140736332558032 18446744073709551615 4425054 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 181826 42209 427 148 0 176755 0
[pid=13794/tid=13796] ppid=13792 vsize=727304 CPUtime=1059.93 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 28071 0 0 0 105985 8 0 0 25 0 4 0 525303962 744759296 42209 33554432000 4194304 4797429 140736332558032 18446744073709551615 4428910 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=727304 CPUtime=1061.72 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 25914 0 0 0 106166 6 0 0 25 0 4 0 525303962 744759296 42209 33554432000 4194304 4797429 140736332558032 18446744073709551615 4520392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=727304 CPUtime=1061.07 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 27219 0 0 0 106070 37 0 0 25 0 4 0 525303962 744759296 42209 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4237.55
Current children cumulated vsize (KiB) 727304

[startup+1122.3 s]
/proc/loadavg: 8.11 8.07 7.89 9/182 13828
/proc/meminfo: memFree=30509888/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=727492 CPUtime=4477.19 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 326032 0 0 0 447600 119 0 0 25 0 4 0 525303957 744951808 42647 33554432000 4194304 4797429 140736332558032 18446744073709551615 4351613 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 181873 42647 424 148 0 176802 0
[pid=13794/tid=13796] ppid=13792 vsize=727492 CPUtime=1119.9 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 29649 0 0 0 111981 9 0 0 25 0 4 0 525303962 744951808 42647 33554432000 4194304 4797429 140736332558032 18446744073709551615 4346327 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=727492 CPUtime=1121.69 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 26632 0 0 0 112163 6 0 0 25 0 4 0 525303962 744951808 42647 33554432000 4194304 4797429 140736332558032 18446744073709551615 4524204 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=727492 CPUtime=1121.05 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 28586 0 0 0 112067 38 0 0 25 0 4 0 525303962 744951808 42647 33554432000 4194304 4797429 140736332558032 18446744073709551615 4238950 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4477.19
Current children cumulated vsize (KiB) 727492

[startup+1182.3 s]
/proc/loadavg: 8.08 8.07 7.90 9/182 13830
/proc/meminfo: memFree=30496196/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=730832 CPUtime=4716.83 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 336852 0 0 0 471558 125 0 0 25 0 4 0 525303957 748371968 44938 33554432000 4194304 4797429 140736332558032 18446744073709551615 4425019 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 182708 44938 424 148 0 177637 0
[pid=13794/tid=13796] ppid=13792 vsize=730832 CPUtime=1179.86 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 30428 0 0 0 117977 9 0 0 25 0 4 0 525303962 748371968 44938 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429253 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=730832 CPUtime=1181.67 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 28053 0 0 0 118161 6 0 0 25 0 4 0 525303962 748371968 44938 33554432000 4194304 4797429 140736332558032 18446744073709551615 4495473 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=730832 CPUtime=1181.03 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 29405 0 0 0 118064 39 0 0 25 0 4 0 525303962 748371968 44938 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429139 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4716.83
Current children cumulated vsize (KiB) 730832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.2 s]
/proc/loadavg: 8.06 8.07 7.90 6/176 13837
/proc/meminfo: memFree=30686548/32951132 swapFree=67080200/67111528
[pid=13794] ppid=13792 vsize=730680 CPUtime=4800.31 cores=0,2,4,6
/proc/13794/stat : 13794 (techdemo) R 13792 13794 13214 0 -1 4202496 342209 0 0 0 479903 128 0 0 25 0 4 0 525303957 748216320 44587 33554432000 4194304 4797429 140736332558032 18446744073709551615 4424977 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13794/statm: 182670 44587 424 148 0 177599 0
[pid=13794/tid=13796] ppid=13792 vsize=730680 CPUtime=1200.75 cores=0,2,4,6
/proc/13794/task/13796/stat : 13796 (techdemo) R 13792 13794 13214 0 -1 4202560 30709 0 0 0 120066 9 0 0 25 0 4 0 525303962 748216320 44587 33554432000 4194304 4797429 140736332558032 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13794/tid=13797] ppid=13792 vsize=730680 CPUtime=1202.58 cores=0,2,4,6
/proc/13794/task/13797/stat : 13797 (techdemo) R 13792 13794 13214 0 -1 4202560 28289 0 0 0 120251 7 0 0 25 0 4 0 525303962 748216320 44587 33554432000 4194304 4797429 140736332558032 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13794/tid=13798] ppid=13792 vsize=730680 CPUtime=1201.92 cores=0,2,4,6
/proc/13794/task/13798/stat : 13798 (techdemo) R 13792 13794 13214 0 -1 4202560 29589 0 0 0 120151 41 0 0 25 0 4 0 525303962 748216320 44587 33554432000 4194304 4797429 140736332558032 18446744073709551615 4648004 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 730680

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.22
CPU time (s): 4800.35
CPU user time (s): 4799.06
CPU system time (s): 1.2898
CPU usage (%): 398.958
Max. virtual memory (cumulated for all children) (KiB): 840828

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

runsolver used 2.18567 second user time and 5.13022 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-30 06:17:23
IDJOB=3263253
IDBENCH=83949
IDSOLVER=1584
FILE ID=node129/3263253-1304137043
RUNJOBID= node129-1304135838-13665
PBS_JOBID= 13170799
Free space on /tmp= 67244 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263253-1304137043/watcher-3263253-1304137043 -o /tmp/evaluation-result-3263253-1304137043/solver-3263253-1304137043 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3263253-1304137043.cnf

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

MD5SUM BENCH= fab1e4926bfa9e7a1fae58c3b22b51e8
RANDOM SEED=358900887

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30849340 kB
Buffers:        262440 kB
Cached:        1445924 kB
SwapCached:       4932 kB
Active:         140612 kB
Inactive:      1621828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30849340 kB
SwapTotal:    67111528 kB
SwapFree:     67080200 kB
Dirty:           16360 kB
Writeback:           0 kB
AnonPages:       51652 kB
Mapped:          13204 kB
Slab:           275808 kB
PageTables:       4268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   676640 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67244 MiB
End job on node129 at 2011-04-30 06:37:29