Trace number 3280961

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-st? (TO) 1300.01 1300.02

General information on the benchmark

Nameindustrial/crypto/
mizh-sha0-36-2.cnf
MD5SUM82bf685774b76ba263c886940c3aa94d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.3281
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210239
Sum of the clauses size628391
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286996
Number of clauses of size 338042
Number of clauses of size 485024
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 1 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-3280961-1303749598.cnf'
0.00/0.00	c -- header says num vars:          50073
0.00/0.00	c -- header says num clauses:      210239
0.09/0.13	c -- clauses added:            0 learnts,       210239 normals,            0 xors
0.09/0.13	c -- vars added      50073
0.09/0.13	c Parsing time:  0.12 s
0.09/0.13	c  N st     0         0     50073    101090     78841         0    520862         0   no data   no data  --
0.18/0.23	c asymm  cl-useful: 435/43695/100101 lits-rem:456 time: 0.10
0.69/0.72	c Flit:    19 Blit:    166 bXBeca:    0 bXProp: 6619 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.7M T:  0.48
0.69/0.72	c Cleaning up after failed var search:     0.00 s 
0.69/0.76	c Calc non-exist non-lernt bins v-fix:     0 done:  31782 time:  0.04 s
0.69/0.76	c Cache  BProp: 20 Set: 0 BXProp: 0 T: 0.00
0.69/0.77	c Subs w/ non-existent bins:    282 time:  0.01 s
0.79/0.80	c Replacing     6619 vars Replaced   173050 lits Time:     0.03 s 
0.79/0.84	c bin-w-bin subsume rem            7 bins  time:  0.01 s
0.79/0.85	c subs with bin:       37  lits-rem:       976  v-fix:    0  time:  0.01 s
0.79/0.87	c Removed useless bin:    1349  fixed:     0  bprops:   0.58M  time:  0.02 s
1.00/1.06	c lits-rem:        15  cl-subs:    14895  v-elim:  12884  v-fix:    0  time:  0.19 s
1.00/1.06	c learnt bin added due to v-elim: 0
1.00/1.08	c Finding binary XORs  T:     0.01 s  found:     686
1.00/1.09	c Replacing      686 vars Replaced     6506 lits Time:     0.01 s 
1.09/1.14	c Finding non-binary XORs:     0.04 s (found:   10101, avg size: 3.7)
1.09/1.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    744 locsubst:   544 time:   0.01
1.09/1.15	c Replacing      249 vars Replaced     2582 lits Time:     0.01 s 
1.09/1.16	c calculated reachability. Time: 0.00
1.09/1.16	c Calc default polars -  time:   0.00 s pos:    6958 undec:   26288 neg:   16827
1.09/1.16	c =========================================================================================
1.09/1.16	c types(t): F = full restart, N = normal restart
1.09/1.16	c types(t): S = simplification begin/end, E = solution found
1.09/1.16	c restart types(rt): st = static, dy = dynamic
1.09/1.16	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
1.09/1.16	c  B st     0         0     24088     34691     27383         0    196686         0   no data   no data  --
1.19/1.28	c Decided on static restart strategy
1.39/1.43	c  N dy     8      6457     24085     34691     27757      5804    196686     48348      9.47      5.05  --
1.59/1.65	c  N dy     9     12908     24075     34691     27929     11743    196686     98829      7.94      5.18  --
1.79/1.87	c  N dy    11     17896     24057     34691     28084     16327    196686    137369      6.55      5.25  --
2.09/2.19	c  N dy    12     24267     24047     34691     28258     13123    196685     79722      9.46      5.21  --
2.39/2.43	c  N dy    13     30000     24027     34691     28390     18472    196685    131007      7.04      5.36  --
2.39/2.43	c  S st    13     30000     24027     34691     28390     18472    196685    131007      7.04      5.36  --
2.39/2.50	c  S st    13     30503     24012     34691     28476     18865    196685    133558      7.04      5.36  --
2.49/2.51	c x-sub:   262 x-cut:      0 vfix:      0 v-elim:     68 locsubst:   122 time:   0.01
2.49/2.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.89/2.91	c Flit:     8 Blit:     27 bXBeca:    2 bXProp:  852 Bin:   5306 BRemL:    707 BRemN:    245 CBin:       0 P:  4.4M T:  0.40
2.89/2.93	c Calc non-exist non-lernt bins v-fix:     0 done:  23841 time:  0.02 s
2.89/2.93	c Cache  BProp: 5 Set: 0 BXProp: 0 T: 0.00
2.89/2.94	c Subs w/ non-existent bins:    883 time:  0.01 s
2.89/2.96	c Replacing      996 vars Replaced    29250 lits Time:     0.02 s 
2.89/2.98	c bin-w-bin subsume rem         2613 bins  time:  0.01 s
2.89/2.99	c subs with bin:     1007  lits-rem:      2945  v-fix:    0  time:  0.01 s
2.99/3.00	c Removed useless bin:      19  fixed:     0  bprops:   0.20M  time:  0.01 s
3.08/3.13	c lits-rem:      1536  cl-subs:    15997  v-elim:   6126  v-fix:    0  time:  0.12 s
3.08/3.13	c learnt bin added due to v-elim: 0
3.08/3.13	c vivif2 --  cl tried    36798 cl shrink      576 lits rem        588 time: 0.00
3.08/3.13	c vivif2 --  cl tried     8029 cl shrink      299 lits rem        375 time: 0.00
3.08/3.18	c asymm  cl-useful: 56/36767/36767 lits-rem:168 time: 0.05
3.08/3.19	c calculated reachability. Time: 0.00
3.08/3.19	c  N dy    13     30503     16722     36711      9532      8013    156175     48759      7.04      5.36  --
3.08/3.19	c  F st    13     30503     16722     36711      9532      8013    156175     48759      7.04      5.36  --
3.19/3.29	c Decided on static restart strategy
3.48/3.54	c  N dy    22     36870     16649     36711      9707     13841    156175     89937      7.87      5.31  --
3.78/3.84	c  N dy    23     45261     16637     36711      9817     21598    156175    161422      7.77      5.51  --
3.78/3.87	c  S st    24     45756     16634     36711      9840     22039    156175    164722      7.80      5.50  --
3.88/3.93	c  S st    24     46257     16630     36711      9909     22439    156175    166922      7.80      5.50  --
3.88/3.94	c x-sub:    94 x-cut:      0 vfix:      0 v-elim:      4 locsubst:   457 time:   0.01
3.88/3.94	c Cache  BProp: 4 Set: 0 BXProp: 0 T: 0.00
4.19/4.21	c Flit:     5 Blit:      8 bXBeca:    1 bXProp:  379 Bin:   1759 BRemL:    781 BRemN:    110 CBin:       0 P:  3.4M T:  0.27
4.19/4.23	c Calc non-exist non-lernt bins v-fix:     0 done:  16483 time:  0.01 s
4.19/4.23	c Cache  BProp: 6 Set: 0 BXProp: 0 T: 0.00
4.19/4.24	c Subs w/ non-existent bins:   1375 time:  0.01 s
4.19/4.25	c Replacing      680 vars Replaced    19828 lits Time:     0.01 s 
4.19/4.27	c bin-w-bin subsume rem          855 bins  time:  0.00 s
4.19/4.28	c subs with bin:      757  lits-rem:      1718  v-fix:    0  time:  0.01 s
4.19/4.28	c Removed useless bin:       2  fixed:     0  bprops:   0.09M  time:  0.00 s
4.30/4.37	c lits-rem:      1784  cl-subs:     3213  v-elim:    261  v-fix:    0  time:  0.08 s
4.30/4.37	c learnt bin added due to v-elim: 0
4.30/4.37	c vivif2 --  cl tried    36289 cl shrink        0 lits rem          0 time: 0.00
4.30/4.38	c vivif2 --  cl tried    14973 cl shrink      480 lits rem        670 time: 0.00
4.40/4.43	c asymm  cl-useful: 46/36289/36289 lits-rem:139 time: 0.06
4.40/4.44	c calculated reachability. Time: 0.00
4.40/4.44	c  N dy    24     46257     15557     36243      7996     14956    150611    100237      7.80      5.50  --
5.19/5.26	c  N dy    25     69386     15504     36243      8224     23439    150611    154053      9.80      5.68  --
5.19/5.26	c  S st    25     69386     15504     36243      8224     23439    150611    154053      9.80      5.68  --
5.29/5.31	c  S st    25     69887     15503     36243      8254     23896    150611    156898      9.80      5.68  --
5.29/5.32	c x-sub:   231 x-cut:      0 vfix:      0 v-elim:      2 locsubst:   400 time:   0.01
5.29/5.33	c Cache  BProp: 6 Set: 0 BXProp: 3 T: 0.00
5.50/5.58	c Flit:     8 Blit:      1 bXBeca:    0 bXProp:  268 Bin:   1063 BRemL:    571 BRemN:     55 CBin:       0 P:  3.3M T:  0.25
5.50/5.59	c Calc non-exist non-lernt bins v-fix:     0 done:  15459 time:  0.01 s
5.50/5.59	c Cache  BProp: 7 Set: 0 BXProp: 0 T: 0.00
5.59/5.60	c Subs w/ non-existent bins:   1135 time:  0.01 s
5.59/5.62	c Replacing      518 vars Replaced    14611 lits Time:     0.02 s 
5.59/5.63	c bin-w-bin subsume rem          543 bins  time:  0.00 s
5.59/5.64	c subs with bin:      795  lits-rem:       906  v-fix:    0  time:  0.01 s
5.59/5.64	c Removed useless bin:       0  fixed:     0  bprops:   0.08M  time:  0.00 s
5.79/5.82	c ORs :   2069 avg-s:  2.0 cl-sh:  1305 l-rem:   1305 b-add:     76 v-rep:  18 cl-rem: 22 avg s: 3.6 T:    0.11
9.59/9.68	c Added 0 vars  tried: 80000 time: 3.86
9.59/9.68	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:    3.86
9.69/9.70	c lits-rem:      1125  cl-subs:     2589  v-elim:      1  v-fix:    0  time:  4.05 s
9.69/9.70	c learnt bin added due to v-elim: 0
9.69/9.70	c vivif2 --  cl tried    35210 cl shrink        2 lits rem          2 time: 0.00
9.69/9.70	c vivif2 --  cl tried    17200 cl shrink      449 lits rem        511 time: 0.00
9.69/9.76	c asymm  cl-useful: 20/35208/35208 lits-rem:60 time: 0.06
9.69/9.77	c calculated reachability. Time: 0.00
9.69/9.77	c  N dy    25     69887     14945     35188      7582     17179    145804    101415      9.80      5.68  --
9.69/9.77	c  F st    25     69887     14945     35188      7582     17179    145804    101415      9.80      5.68  --
9.69/9.78	c Replacing       18 vars Replaced      323 lits Time:     0.01 s 
9.90/9.91	c Decided on static restart strategy
11.69/11.75	c  N dy    32    104831     14912     35188      7653     33740    145732    308534     15.50      6.46  --
11.69/11.76	c  S st    32    104831     14912     35188      7653     33740    145732    308534     15.50      6.46  --
11.79/11.83	c  S st    32    105333     14903     35188      7682     34188    145732    311414     15.50      6.46  --
11.79/11.84	c x-sub:   202 x-cut:      0 vfix:      0 v-elim:      1 locsubst:   351 time:   0.01
11.79/11.84	c Cache  BProp: 6 Set: 0 BXProp: 0 T: 0.00
12.10/12.11	c Flit:     3 Blit:      3 bXBeca:    0 bXProp:  219 Bin:    985 BRemL:    558 BRemN:     59 CBin:       0 P:  3.8M T:  0.27
12.10/12.12	c Calc non-exist non-lernt bins v-fix:     0 done:  14833 time:  0.01 s
12.10/12.12	c Cache  BProp: 6 Set: 0 BXProp: 0 T: 0.00
12.10/12.14	c Subs w/ non-existent bins:    639 time:  0.01 s
12.10/12.16	c Replacing      455 vars Replaced    18449 lits Time:     0.02 s 
12.10/12.18	c bin-w-bin subsume rem          564 bins  time:  0.00 s
12.10/12.19	c subs with bin:      648  lits-rem:      1552  v-fix:    0  time:  0.01 s
12.19/12.20	c Removed useless bin:       3  fixed:     0  bprops:   0.07M  time:  0.00 s
12.49/12.58	c ORs :   1958 avg-s:  2.0 cl-sh:   182 l-rem:    182 b-add:     29 v-rep:  10 cl-rem: 6 avg s: 4.7 T:    0.13
16.18/16.24	c Added 0 vars  tried: 80000 time: 3.65
16.18/16.24	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:    3.65
16.18/16.25	c lits-rem:      2485  cl-subs:     3508  v-elim:      0  v-fix:    0  time:  4.05 s
16.18/16.25	c learnt bin added due to v-elim: 0
16.18/16.26	c vivif2 --  cl tried    34113 cl shrink        1 lits rem          1 time: 0.00
16.18/16.27	c vivif2 --  cl tried    28838 cl shrink      355 lits rem        402 time: 0.01
16.28/16.34	c asymm  cl-useful: 21/34112/34112 lits-rem:63 time: 0.07
16.28/16.35	c calculated reachability. Time: 0.00
16.28/16.35	c  N dy    32    105333     14378     34091      7095     28834    140958    250649     15.50      6.46  --
19.69/19.73	c  N dy    33    157999     14360     34091      7256     39910    140958    441308     42.97      7.46  --
19.69/19.75	c  S st    33    157999     14360     34091      7256     39910    140958    441308     42.97      7.46  --
19.79/19.82	c  S st    33    158505     14348     34091      7281     40368    140958    444329     42.97      7.46  --
19.79/19.83	c x-sub:   174 x-cut:      0 vfix:      0 v-elim:      1 locsubst:   238 time:   0.01
19.79/19.83	c Cache  BProp: 4 Set: 0 BXProp: 0 T: 0.00
20.08/20.14	c Flit:     3 Blit:      0 bXBeca:    0 bXProp:  181 Bin:   1039 BRemL:    512 BRemN:    106 CBin:       0 P:  4.6M T:  0.30
20.08/20.15	c Calc non-exist non-lernt bins v-fix:     0 done:  14274 time:  0.01 s
20.08/20.15	c Cache  BProp: 3 Set: 0 BXProp: 0 T: 0.00
20.08/20.17	c Subs w/ non-existent bins:    621 time:  0.02 s
20.18/20.20	c Replacing      347 vars Replaced    15320 lits Time:     0.03 s 
20.18/20.22	c bin-w-bin subsume rem          504 bins  time:  0.00 s
20.18/20.24	c subs with bin:      613  lits-rem:      2080  v-fix:    0  time:  0.02 s
20.18/20.25	c Removed useless bin:       5  fixed:     0  bprops:   0.07M  time:  0.00 s
20.98/21.04	c ORs :   1873 avg-s:  2.0 cl-sh:   783 l-rem:    783 b-add:     18 v-rep:   3 cl-rem: 8 avg s: 3.6 T:    0.14
25.18/25.22	c Added 0 vars  tried: 80000 time: 4.17
25.18/25.22	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:    4.17
25.18/25.24	c lits-rem:      2580  cl-subs:     3693  v-elim:      1  v-fix:    0  time:  4.98 s
25.18/25.24	c learnt bin added due to v-elim: 0
25.18/25.24	c vivif2 --  cl tried    32959 cl shrink        0 lits rem          0 time: 0.00
25.18/25.26	c vivif2 --  cl tried    34785 cl shrink      421 lits rem        482 time: 0.01
25.28/25.34	c asymm  cl-useful: 12/32959/32959 lits-rem:36 time: 0.08
25.28/25.34	c calculated reachability. Time: 0.00
25.28/25.34	c  N dy    33    158505     13932     32947      7025     34764    136341    362445     42.97      7.46  --
33.17/33.26	c Finding binary XORs  T:     0.01 s  found:      99
34.76/34.85	c  N dy    34    237757     13864     32438      7411     40869    135062   1424041    117.40     10.50  --
34.86/34.96	c  S st    34    237757     13864     32438      7411     40869    135062   1424041    117.40     10.50  --
34.96/35.06	c  S st    34    238259     13864     32438      7433     41335    135062   1426731    117.40     10.50  --
34.96/35.07	c x-sub:   113 x-cut:      0 vfix:      0 v-elim:      0 locsubst:   147 time:   0.01
34.96/35.07	c Cache  BProp: 2 Set: 0 BXProp: 0 T: 0.00
35.57/35.63	c Flit:     3 Blit:      2 bXBeca:    0 bXProp:   47 Bin:    332 BRemL:    297 BRemN:     35 CBin:       0 P:  6.1M T:  0.56
35.57/35.64	c Calc non-exist non-lernt bins v-fix:     0 done:  13859 time:  0.01 s
35.57/35.65	c Cache  BProp: 2 Set: 0 BXProp: 0 T: 0.00
35.57/35.68	c Subs w/ non-existent bins:    341 time:  0.04 s
35.67/35.77	c Replacing      245 vars Replaced    32714 lits Time:     0.09 s 
35.77/35.83	c bin-w-bin subsume rem           66 bins  time:  0.01 s
35.86/35.99	c subs with bin:      338  lits-rem:      6862  v-fix:    0  time:  0.16 s
35.96/36.00	c Removed useless bin:       3  fixed:     0  bprops:   0.07M  time:  0.00 s
38.06/38.11	c ORs :   1954 avg-s:  2.0 cl-sh:   846 l-rem:    846 b-add:      8 v-rep:   0 cl-rem: 16 avg s: 3.3 T:    0.28
39.26/39.37	c Added 51 vars  tried: 80000 time: 1.26
39.37/39.41	c ORs :     51 avg-s:  0.0 cl-sh:  3731 l-rem:   3731 b-add:    102 v-rep:   0 cl-rem: 0 avg s: nan T:    1.30
39.37/39.44	c lits-rem:      2866  cl-subs:     2224  v-elim:      0  v-fix:    0  time:  3.44 s
39.37/39.44	c learnt bin added due to v-elim: 0
39.37/39.44	c vivif2 --  cl tried    32117 cl shrink        0 lits rem          0 time: 0.00
39.47/39.51	c vivif2 --  cl tried    38601 cl shrink     1315 lits rem       1895 time: 0.06
39.57/39.64	c asymm  cl-useful: 29/32117/32117 lits-rem:87 time: 0.13
39.57/39.64	c calculated reachability. Time: 0.00
39.57/39.64	c  N dy    34    238259     13666     32088      7210     38588    133224   1310615    117.40     10.50  --
80.86/80.92	c  N dy    35    357392     13659     32088      7262     45572    133224   3042156    242.08     21.04  --
81.06/81.12	c  S st    35    357392     13659     32088      7262     45572    133224   3042156    242.08     21.04  --
81.16/81.23	c  S st    35    357893     13653     32088      7285     46038    133224   3044866    242.08     21.04  --
81.16/81.25	c x-sub:    74 x-cut:      0 vfix:      0 v-elim:      0 locsubst:   114 time:   0.01
81.16/81.25	c Cache  BProp: 2 Set: 0 BXProp: 0 T: 0.00
81.75/81.85	c Flit:     4 Blit:      6 bXBeca:    0 bXProp:   63 Bin:    163 BRemL:    115 BRemN:     36 CBin:       0 P:  6.4M T:  0.60
81.75/81.86	c Calc non-exist non-lernt bins v-fix:     0 done:  13638 time:  0.01 s
81.75/81.86	c Cache  BProp: 2 Set: 0 BXProp: 0 T: 0.00
81.85/81.95	c Subs w/ non-existent bins:    224 time:  0.09 s
82.05/82.13	c Replacing      119 vars Replaced    32629 lits Time:     0.18 s 
82.15/82.24	c bin-w-bin subsume rem           75 bins  time:  0.00 s
82.56/82.64	c subs with bin:      171  lits-rem:      3112  v-fix:    0  time:  0.41 s
82.56/82.65	c Removed useless bin:       4  fixed:     0  bprops:   0.07M  time:  0.00 s
87.16/87.29	c ORs :   1999 avg-s:  2.0 cl-sh:  3157 l-rem:   3157 b-add:      6 v-rep:   0 cl-rem: 10 avg s: 3.6 T:    0.68
87.97/88.02	c Added 51 vars  tried: 80000 time: 0.73
88.06/88.14	c ORs :     51 avg-s:  0.0 cl-sh:  9375 l-rem:   9375 b-add:    102 v-rep:   0 cl-rem: 0 avg s: nan T:    0.85
88.06/88.19	c lits-rem:       488  cl-subs:     1877  v-elim:      0  v-fix:    0  time:  5.54 s
88.06/88.19	c learnt bin added due to v-elim: 0
88.06/88.19	c vivif2 --  cl tried    31856 cl shrink        0 lits rem          0 time: 0.00
88.26/88.32	c vivif2 --  cl tried    43865 cl shrink     1691 lits rem       1864 time: 0.12
88.46/88.52	c asymm  cl-useful: 1/31856/31856 lits-rem:3 time: 0.20
88.46/88.52	c calculated reachability. Time: 0.00
88.46/88.52	c  N dy    35    357893     13574     31855      7133     43865    132201   2849114    242.08     21.04  --
161.36/161.47	c  N dy    36    536840     13572     31855      7176     58139    132201   5733308    293.28     30.80  --
161.76/161.87	c  S st    36    536840     13572     31855      7176     58139    132201   5733308    293.28     30.80  --
161.96/162.00	c  S st    36    537342     13572     31855      7197     58616    132201   5735912    293.28     30.80  --
161.96/162.02	c x-sub:    41 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    62 time:   0.02
161.96/162.02	c Cache  BProp: 2 Set: 0 BXProp: 0 T: 0.00
162.96/163.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   22 Bin:     32 BRemL:     41 BRemN:     11 CBin:       0 P:  8.9M T:  1.07
163.06/163.11	c Calc non-exist non-lernt bins v-fix:     0 done:  13572 time:  0.01 s
163.06/163.11	c Cache  BProp: 2 Set: 0 BXProp: 0 T: 0.00
163.16/163.25	c Subs w/ non-existent bins:    125 time:  0.14 s
163.56/163.62	c Replacing       47 vars Replaced    21872 lits Time:     0.37 s 
163.66/163.80	c bin-w-bin subsume rem           17 bins  time:  0.00 s
164.26/164.37	c subs with bin:      174  lits-rem:      5318  v-fix:    0  time:  0.57 s
164.26/164.38	c Removed useless bin:       0  fixed:     0  bprops:   0.07M  time:  0.00 s
266.56/266.60	c ORs :   2050 avg-s:  2.0 cl-sh:   484 l-rem:    484 b-add:      2 v-rep:   0 cl-rem: 3 avg s: 3.3 T:    1.35
267.27/267.32	c Added 51 vars  tried: 80000 time: 0.71
267.46/267.52	c ORs :     51 avg-s:  0.0 cl-sh: 15047 l-rem:  15047 b-add:    102 v-rep:   0 cl-rem: 0 avg s: nan T:    0.92
267.56/267.61	c lits-rem:         5  cl-subs:     1786  v-elim:      0  v-fix:    0  time: 103.23 s
267.56/267.61	c learnt bin added due to v-elim: 0
267.56/267.61	c vivif2 --  cl tried    31760 cl shrink        0 lits rem          0 time: 0.00
267.66/267.75	c vivif2 --  cl tried    56651 cl shrink      456 lits rem        457 time: 0.14
267.96/268.03	c asymm  cl-useful: 0/30600/31760 lits-rem:0 time: 0.28
267.96/268.04	c calculated reachability. Time: 0.00
267.96/268.04	c  N dy    36    537342     13576     31760      7217     56650    131935   5421207    293.28     30.80  --
267.96/268.04	c  F st    36    537342     13576     31760      7217     56650    131935   5421207    293.28     30.80  --
268.27/268.36	c Decided on static restart strategy
375.76/375.89	c  N dy    43    806013     13575     31760      7267     52353    131935   1599439    147.76     37.18  --
375.96/376.00	c  S st    43    806013     13575     31760      7267     52353    131935   1599439    147.76     37.18  --
375.96/376.03	c Finding binary XORs  T:     0.01 s  found:      10
376.07/376.13	c  S st    43    806516     13575     31733      7288     52742    131876   1601951    147.76     37.18  --
376.07/376.15	c x-sub:    29 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    19 time:   0.01
376.07/376.15	c Cache  BProp: 2 Set: 0 BXProp: 0 T: 0.00
376.66/376.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bin:     14 BRemL:      9 BRemN:      0 CBin:       0 P:  9.2M T:  0.60
376.66/376.76	c Calc non-exist non-lernt bins v-fix:     0 done:  13575 time:  0.01 s
376.66/376.76	c Cache  BProp: 2 Set: 0 BXProp: 0 T: 0.00
376.76/376.80	c Subs w/ non-existent bins:     28 time:  0.04 s
376.76/376.86	c Replacing       22 vars Replaced     4395 lits Time:     0.05 s 
376.86/376.92	c bin-w-bin subsume rem            5 bins  time:  0.00 s
376.96/377.08	c subs with bin:      261  lits-rem:      1017  v-fix:    0  time:  0.16 s
376.96/377.09	c Removed useless bin:       0  fixed:     0  bprops:   0.07M  time:  0.00 s
379.56/379.66	c ORs :   2105 avg-s:  2.0 cl-sh:    15 l-rem:     15 b-add:      0 v-rep:   0 cl-rem: 4 avg s: 5.2 T:    0.34
380.86/380.91	c Added 50 vars  tried: 80000 time: 1.25
380.86/380.95	c ORs :     50 avg-s:  0.0 cl-sh:  4957 l-rem:   4957 b-add:    100 v-rep:   0 cl-rem: 0 avg s: nan T:    1.29
380.86/380.98	c lits-rem:       970  cl-subs:     2560  v-elim:      0  v-fix:    0  time:  3.90 s
380.86/380.98	c learnt bin added due to v-elim: 0
380.86/380.99	c vivif2 --  cl tried    31694 cl shrink        0 lits rem          0 time: 0.00
380.96/381.04	c vivif2 --  cl tried    49969 cl shrink      863 lits rem       1022 time: 0.05
380.96/381.04	c asymm  cl-useful: 0/1094/31694 lits-rem:0 time: 0.00
380.96/381.05	c calculated reachability. Time: 0.00
380.96/381.05	c  N dy    43    806516     13603     31694      7355     49969    131852   1465604    147.76     37.18  --
597.27/597.39	c  N dy    44   1209775     13603     31694      7386     81331    131852   6562006    201.25     46.31  --
597.67/597.77	c  S st    44   1209775     13603     31694      7386     81331    131852   6562006    201.25     46.31  --
597.87/597.97	c  S st    44   1210278     13603     31694      7399     81812    131852   6565260    201.25     46.31  --
597.87/597.99	c x-sub:     8 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     8 time:   0.02
597.87/597.99	c Cache  BProp: 2 Set: 0 BXProp: 3 T: 0.00
599.47/599.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    6 Bin:     13 BRemL:      7 BRemN:      1 CBin:       0 P: 15.2M T:  1.58
599.47/599.58	c Calc non-exist non-lernt bins v-fix:     0 done:  13603 time:  0.01 s
599.47/599.58	c Cache  BProp: 2 Set: 0 BXProp: 0 T: 0.00
599.67/599.75	c Subs w/ non-existent bins:     26 time:  0.17 s
599.97/600.09	c Replacing       12 vars Replaced    12026 lits Time:     0.34 s 
600.16/600.28	c bin-w-bin subsume rem            2 bins  time:  0.00 s
600.86/600.93	c subs with bin:      195  lits-rem:      1380  v-fix:    0  time:  0.65 s
600.86/600.94	c Removed useless bin:       0  fixed:     0  bprops:   0.08M  time:  0.00 s
722.88/722.97	c ORs :   2157 avg-s:  2.0 cl-sh:     1 l-rem:      1 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 4.0 T:    1.31
723.58/723.67	c Added 51 vars  tried: 80000 time: 0.70
723.78/723.89	c ORs :     51 avg-s:  0.0 cl-sh: 16252 l-rem:  16252 b-add:    102 v-rep:   0 cl-rem: 0 avg s: nan T:    0.92
723.88/723.99	c lits-rem:        78  cl-subs:     4233  v-elim:      0  v-fix:    0  time: 123.05 s
723.88/723.99	c learnt bin added due to v-elim: 0
723.88/723.99	c vivif2 --  cl tried    31705 cl shrink        0 lits rem          0 time: 0.00
724.08/724.12	c vivif2 --  cl tried    77396 cl shrink       64 lits rem         71 time: 0.13
724.37/724.40	c asymm  cl-useful: 6/21720/31705 lits-rem:18 time: 0.27
724.37/724.40	c calculated reachability. Time: 0.00
724.37/724.40	c  N dy    44   1210278     13642     31699      7493     77396    132060   6056116    201.25     46.31  --
1037.48/1037.53	c  N dy    45   1710278     13642     31699      7507     82523    132060   5135821    263.10     51.39  --
1037.68/1037.76	c  S st    45   1710278     13642     31699      7507     82523    132060   5135821    263.10     51.39  --
1037.88/1037.93	c  S st    45   1710779     13641     31699      7521     82997    132060   5138539    263.10     51.39  --
1037.88/1037.95	c x-sub:     3 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    11 time:   0.02
1037.88/1037.95	c Cache  BProp: 2 Set: 0 BXProp: 4 T: 0.00
1039.08/1039.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bin:      6 BRemL:      8 BRemN:      1 CBin:       0 P: 16.1M T:  1.15
1039.08/1039.11	c Calc non-exist non-lernt bins v-fix:     0 done:  13641 time:  0.01 s
1039.08/1039.11	c Cache  BProp: 2 Set: 0 BXProp: 0 T: 0.00
1039.18/1039.24	c Subs w/ non-existent bins:     50 time:  0.13 s
1039.28/1039.40	c Replacing       13 vars Replaced     6984 lits Time:     0.16 s 
1039.48/1039.55	c bin-w-bin subsume rem            2 bins  time:  0.01 s
1040.07/1040.12	c subs with bin:       62  lits-rem:      6108  v-fix:    0  time:  0.56 s
1040.07/1040.12	c Removed useless bin:       0  fixed:     0  bprops:   0.08M  time:  0.01 s
1126.18/1126.25	c ORs :   2206 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 7.0 T:    1.17
1126.88/1126.98	c Added 31 vars  tried: 80000 time: 0.73
1126.98/1127.05	c ORs :     31 avg-s:  0.0 cl-sh:  5570 l-rem:   5570 b-add:     62 v-rep:   0 cl-rem: 0 avg s: nan T:    0.80
1127.08/1127.13	c lits-rem:       414  cl-subs:     2462  v-elim:      0  v-fix:    0  time: 87.01 s
1127.08/1127.13	c learnt bin added due to v-elim: 0
1127.08/1127.13	c vivif2 --  cl tried    31673 cl shrink        0 lits rem          0 time: 0.00
1127.18/1127.25	c vivif2 --  cl tried    80397 cl shrink      186 lits rem        186 time: 0.11
1127.28/1127.31	c asymm  cl-useful: 0/9953/31673 lits-rem:0 time: 0.06
1127.28/1127.31	c calculated reachability. Time: 0.00
1127.28/1127.32	c  N dy    45   1710779     13659     31673      7555     80397    132090   4832768    263.10     51.39  --

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-3280961-1303749598/watcher-3280961-1303749598 -o /tmp/evaluation-result-3280961-1303749598/solver-3280961-1303749598 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3280961-1303749598.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.68 2.59 2.78 4/187 27863
/proc/meminfo: memFree=17958824/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=29544 CPUtime=0 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 982 0 0 0 0 0 0 0 24 0 1 0 486559441 30253056 917 33554432000 4194304 4797429 140735104806880 18446744073709551615 4629040 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 7386 917 348 148 0 2315 0

[startup+0.063935 s]
/proc/loadavg: 3.68 2.59 2.78 4/187 27863
/proc/meminfo: memFree=17958824/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=41932 CPUtime=0.05 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 4784 0 0 0 5 0 0 0 24 0 1 0 486559441 42938368 3825 33554432000 4194304 4797429 140735104806880 18446744073709551615 4367622 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 10483 3826 350 148 0 5412 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 41932

[startup+0.100933 s]
/proc/loadavg: 3.68 2.59 2.78 4/187 27863
/proc/meminfo: memFree=17958824/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=51404 CPUtime=0.09 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 7532 0 0 0 9 0 0 0 24 0 1 0 486559441 52637696 5616 33554432000 4194304 4797429 140735104806880 18446744073709551615 274664808192 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 12851 5616 350 148 0 7780 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51404

[startup+0.300905 s]
/proc/loadavg: 3.68 2.59 2.78 4/187 27863
/proc/meminfo: memFree=17958824/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=161152 CPUtime=0.29 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 10470 0 0 0 28 1 0 0 25 0 1 0 486559441 165019648 7956 33554432000 4194304 4797429 140735104806880 18446744073709551615 274664469189 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 40288 7956 382 148 0 35217 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 161152

[startup+0.700836 s]
/proc/loadavg: 3.68 2.59 2.78 4/187 27863
/proc/meminfo: memFree=17958824/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=164528 CPUtime=0.69 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 11333 0 0 0 68 1 0 0 25 0 1 0 486559441 168476672 8819 33554432000 4194304 4797429 140735104806880 18446744073709551615 4427256 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 41132 8819 382 148 0 36061 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 164528

[startup+1.50069 s]
/proc/loadavg: 3.68 2.59 2.78 6/188 27864
/proc/meminfo: memFree=17909092/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=184912 CPUtime=1.49 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 16476 0 0 0 148 1 0 0 18 0 1 0 486559441 189349888 13852 33554432000 4194304 4797429 140735104806880 18446744073709551615 4422912 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 46228 13852 448 148 0 41157 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 184912

[startup+3.10042 s]
/proc/loadavg: 3.70 2.62 2.79 6/188 27864
/proc/meminfo: memFree=17905496/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=190104 CPUtime=3.08 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 18613 0 0 0 307 1 0 0 20 0 1 0 486559441 194666496 14827 33554432000 4194304 4797429 140735104806880 18446744073709551615 4431799 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 47526 14827 415 148 0 42455 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 190104

[startup+6.30285 s]
/proc/loadavg: 3.70 2.62 2.79 7/188 27864
/proc/meminfo: memFree=17897932/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=192556 CPUtime=6.3 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 20005 0 0 0 628 2 0 0 25 0 1 0 486559441 197177344 15369 33554432000 4194304 4797429 140735104806880 18446744073709551615 4510043 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 48139 15369 419 148 0 43068 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 192556

[startup+12.7007 s]
/proc/loadavg: 3.82 2.68 2.81 6/188 27864
/proc/meminfo: memFree=17894152/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=195036 CPUtime=12.69 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 21391 0 0 0 1267 2 0 0 25 0 1 0 486559441 199716864 16119 33554432000 4194304 4797429 140735104806880 18446744073709551615 4510043 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 48759 16119 419 148 0 43688 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 195036

[startup+25.5005 s]
/proc/loadavg: 3.85 2.72 2.82 6/188 27865
/proc/meminfo: memFree=17887612/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=198088 CPUtime=25.48 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 23797 0 0 0 2545 3 0 0 25 0 1 0 486559441 202842112 17052 33554432000 4194304 4797429 140735104806880 18446744073709551615 4423652 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 49522 17052 419 148 0 44451 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 198088

[startup+51.1011 s]
/proc/loadavg: 3.90 2.82 2.85 6/188 27865
/proc/meminfo: memFree=17861456/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=207364 CPUtime=51.06 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 36413 0 0 0 5099 7 0 0 25 0 1 0 486559441 212340736 22422 33554432000 4194304 4797429 140735104806880 18446744073709551615 4341486 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 51841 22422 419 148 0 46770 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 207364

[startup+102.306 s]
/proc/loadavg: 3.96 3.02 2.91 6/188 27867
/proc/meminfo: memFree=17838636/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=225196 CPUtime=102.27 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 61983 0 0 0 10214 13 0 0 25 0 1 0 486559441 230600704 26619 33554432000 4194304 4797429 140735104806880 18446744073709551615 4425633 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 56299 26619 419 148 0 51228 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 225196

[startup+162.301 s]
/proc/loadavg: 3.98 3.19 2.98 6/188 27868
/proc/meminfo: memFree=17811836/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=228048 CPUtime=162.26 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 90043 0 0 0 16205 21 0 0 25 0 1 0 486559441 233521152 29203 33554432000 4194304 4797429 140735104806880 18446744073709551615 4429114 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 57012 29203 419 148 0 51941 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 228048

[startup+222.3 s]
/proc/loadavg: 3.99 3.34 3.04 6/188 27869
/proc/meminfo: memFree=17791716/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=249204 CPUtime=222.26 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 95135 0 0 0 22204 22 0 0 25 0 1 0 486559441 255184896 34295 33554432000 4194304 4797429 140735104806880 18446744073709551615 4567905 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 62301 34295 419 148 0 57230 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 249204

[startup+282.301 s]
/proc/loadavg: 4.07 3.47 3.10 6/188 27871
/proc/meminfo: memFree=17783404/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=251840 CPUtime=282.26 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 102303 0 0 0 28202 24 0 0 25 0 1 0 486559441 257884160 32506 33554432000 4194304 4797429 140735104806880 18446744073709551615 4423552 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 62960 32506 419 148 0 57889 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 251840

[startup+342.301 s]
/proc/loadavg: 4.02 3.57 3.16 6/188 27873
/proc/meminfo: memFree=17790836/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=254660 CPUtime=342.26 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 130102 0 0 0 34195 31 0 0 25 0 1 0 486559441 260771840 31098 33554432000 4194304 4797429 140735104806880 18446744073709551615 4425054 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 63665 31098 419 148 0 58594 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 254660

[startup+402.3 s]
/proc/loadavg: 4.01 3.64 3.21 6/188 27875
/proc/meminfo: memFree=17773952/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=259476 CPUtime=402.26 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 155475 0 0 0 40188 38 0 0 25 0 1 0 486559441 265703424 33904 33554432000 4194304 4797429 140735104806880 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 64869 33904 419 148 0 59798 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 259476

[startup+462.301 s]
/proc/loadavg: 4.00 3.70 3.25 6/188 27876
/proc/meminfo: memFree=17746516/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=261448 CPUtime=462.26 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 179835 0 0 0 46180 46 0 0 25 0 1 0 486559441 267722752 38768 33554432000 4194304 4797429 140735104806880 18446744073709551615 4341100 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 65362 38768 419 148 0 60291 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 261448

[startup+522.301 s]
/proc/loadavg: 4.00 3.76 3.30 6/188 27877
/proc/meminfo: memFree=17769188/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=265156 CPUtime=522.27 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 204330 0 0 0 52173 54 0 0 25 0 1 0 486559441 271519744 34174 33554432000 4194304 4797429 140735104806880 18446744073709551615 4424399 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 66289 34174 419 148 0 61218 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 265156

[startup+582.3 s]
/proc/loadavg: 4.06 3.81 3.34 6/188 27879
/proc/meminfo: memFree=17744984/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=266368 CPUtime=582.27 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 224777 0 0 0 58165 62 0 0 25 0 1 0 486559441 272760832 33293 33554432000 4194304 4797429 140735104806880 18446744073709551615 4423077 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 66592 33293 419 148 0 61521 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 266368

[startup+642.301 s]
/proc/loadavg: 4.02 3.84 3.38 6/188 27881
/proc/meminfo: memFree=17701568/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=285672 CPUtime=642.28 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 235278 0 0 0 64164 64 0 0 25 0 1 0 486559441 292528128 43768 33554432000 4194304 4797429 140735104806880 18446744073709551615 4568088 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 71418 43768 419 148 0 66347 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 285672

[startup+702.3 s]
/proc/loadavg: 4.00 3.87 3.42 6/188 27883
/proc/meminfo: memFree=17692376/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=285672 CPUtime=702.27 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 235278 0 0 0 70163 64 0 0 25 0 1 0 486559441 292528128 43768 33554432000 4194304 4797429 140735104806880 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 71418 43768 419 148 0 66347 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 285672

[startup+762.307 s]
/proc/loadavg: 4.00 3.89 3.45 6/188 27884
/proc/meminfo: memFree=17689264/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=288636 CPUtime=762.28 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 249526 0 0 0 76160 68 0 0 25 0 1 0 486559441 295563264 46459 33554432000 4194304 4797429 140735104806880 18446744073709551615 4352787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 72159 46459 419 148 0 67088 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 288636

[startup+822.301 s]
/proc/loadavg: 4.00 3.91 3.48 6/188 27885
/proc/meminfo: memFree=17712672/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=289776 CPUtime=822.27 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 272232 0 0 0 82151 76 0 0 25 0 1 0 486559441 296730624 39122 33554432000 4194304 4797429 140735104806880 18446744073709551615 4341204 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 72444 39122 419 148 0 67373 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 289776

[startup+882.3 s]
/proc/loadavg: 4.07 3.95 3.52 6/188 27887
/proc/meminfo: memFree=17673216/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=290488 CPUtime=882.27 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 293485 0 0 0 88144 83 0 0 25 0 1 0 486559441 297459712 48885 33554432000 4194304 4797429 140735104806880 18446744073709551615 4423347 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 72622 48885 419 148 0 67551 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 290488

[startup+942.301 s]
/proc/loadavg: 4.08 3.97 3.55 6/188 27889
/proc/meminfo: memFree=17683744/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=292340 CPUtime=942.28 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 314950 0 0 0 94138 90 0 0 25 0 1 0 486559441 299356160 43433 33554432000 4194304 4797429 140735104806880 18446744073709551615 4403480 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 73085 43433 419 148 0 68014 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 292340

[startup+1002.3 s]
/proc/loadavg: 4.03 3.97 3.58 6/188 27891
/proc/meminfo: memFree=17670336/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=292388 CPUtime=1002.27 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 333501 0 0 0 100130 97 0 0 25 0 1 0 486559441 299405312 47745 33554432000 4194304 4797429 140735104806880 18446744073709551615 4259014 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 73097 47745 419 148 0 68026 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 292388

[startup+1062.3 s]
/proc/loadavg: 4.01 3.97 3.60 6/188 27892
/proc/meminfo: memFree=17660528/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=303752 CPUtime=1062.27 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 347143 0 0 0 106126 101 0 0 25 0 1 0 486559441 311042048 46656 33554432000 4194304 4797429 140735104806880 18446744073709551615 4568069 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 75938 46656 419 148 0 70867 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 303752

[startup+1122.3 s]
/proc/loadavg: 4.08 3.99 3.63 6/188 27893
/proc/meminfo: memFree=17667576/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=303752 CPUtime=1122.28 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 347143 0 0 0 112127 101 0 0 25 0 1 0 486559441 311042048 46656 33554432000 4194304 4797429 140735104806880 18446744073709551615 4568144 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 75938 46656 419 148 0 70867 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 303752

[startup+1182.3 s]
/proc/loadavg: 4.03 3.99 3.65 6/188 27895
/proc/meminfo: memFree=17633960/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=306760 CPUtime=1182.28 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 365838 0 0 0 118118 110 0 0 25 0 1 0 486559441 314122240 54051 33554432000 4194304 4797429 140735104806880 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 76690 54051 419 148 0 71619 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 306760

[startup+1242.3 s]
/proc/loadavg: 2.31 3.52 3.51 2/170 27951
/proc/meminfo: memFree=18328884/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=309076 CPUtime=1242.28 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 389131 0 0 0 124114 114 0 0 25 0 1 0 486559441 316493824 52356 33554432000 4194304 4797429 140735104806880 18446744073709551615 4341181 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 77269 52356 419 148 0 72198 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 309076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.52 3.10 3.36 2/170 27962
/proc/meminfo: memFree=18334028/32951132 swapFree=67111528/67111528
[pid=27863] ppid=27861 vsize=312188 CPUtime=1299.99 cores=1,3
/proc/27863/stat : 27863 (techdemo) R 27861 27863 27276 0 -1 4202496 409522 0 0 0 129881 118 0 0 25 0 1 0 486559441 319680512 51005 33554432000 4194304 4797429 140735104806880 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27863/statm: 78047 51005 419 148 0 72976 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 312188

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): 1300.02
CPU time (s): 1300.01
CPU user time (s): 1298.81
CPU system time (s): 1.19282
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 401848

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

runsolver used 1.9987 second user time and 5.02324 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-25 18:39:58
IDJOB=3280961
IDBENCH=20483
IDSOLVER=1585
FILE ID=node131/3280961-1303749598
RUNJOBID= node131-1303749490-27793
PBS_JOBID= 13154031
Free space on /tmp= 72024 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT07/industrial/crypto/mizh-sha0-36-2.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280961-1303749598/watcher-3280961-1303749598 -o /tmp/evaluation-result-3280961-1303749598/solver-3280961-1303749598 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3280961-1303749598.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 82bf685774b76ba263c886940c3aa94d
RANDOM SEED=1300255785

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      17959104 kB
Buffers:       1000528 kB
Cached:       12863212 kB
SwapCached:          0 kB
Active:        5035024 kB
Inactive:      9441344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17959104 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12188 kB
Writeback:           0 kB
AnonPages:      611880 kB
Mapped:          16824 kB
Slab:           452268 kB
PageTables:       6648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1156496 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= 72044 MiB
End job on node131 at 2011-04-25 19:01:40