Trace number 3280869

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.01

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

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-3280869-1303749502.cnf'
0.00/0.00	c -- header says num vars:           1694
0.00/0.00	c -- header says num clauses:        5726
0.00/0.00	c -- clauses added:            0 learnts,         5726 normals,            0 xors
0.00/0.00	c -- vars added       1694
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0      1694      3233      2490         0     14871         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 10/3233/3233 lits-rem:30 time: 0.00
0.00/0.02	c Flit:     9 Blit:      0 bXBeca:    0 bXProp:    6 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.1M T:  0.01
0.00/0.02	c Calc non-exist non-lernt bins v-fix:     0 done:   1673 time:  0.00 s
0.00/0.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.02	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.02	c Replacing        6 vars Replaced       79 lits Time:     0.00 s 
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        4  lits-rem:         4  v-fix:    0  time:  0.00 s
0.00/0.02	c Removed useless bin:       4  fixed:     0  bprops:   0.03M  time:  0.00 s
0.00/0.03	c lits-rem:         5  cl-subs:      173  v-elim:    558  v-fix:    0  time:  0.01 s
0.00/0.03	c learnt bin added due to v-elim: 0
0.00/0.03	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.03	c Finding non-binary XORs:     0.00 s (found:     427, avg size: 3.0)
0.00/0.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     11 locsubst:     0 time:   0.00
0.00/0.03	c calculated reachability. Time: 0.00
0.00/0.03	c Calc default polars -  time:   0.00 s pos:     137 undec:     645 neg:     912
0.00/0.03	c =========================================================================================
0.00/0.03	c types(t): F = full restart, N = normal restart
0.00/0.03	c types(t): S = simplification begin/end, E = solution found
0.00/0.03	c restart types(rt): st = static, dy = dynamic
0.00/0.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.03	c  B st     0         0      1104      2099       955         0     10554         0   no data   no data  --
0.19/0.23	c Decided on static restart strategy
4.59/4.66	c  N dy     7     30000      1101      2099      1105     10591     10554    232039     34.44      9.34  --
4.59/4.68	c  S st     7     30000      1101      2099      1105     10591     10554    232039     34.44      9.34  --
4.69/4.75	c  S st     7     30503      1101      2099      1111     11086     10554    243762     34.44      9.34  --
4.69/4.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.69/4.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.79/4.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:    644 BRemL:     69 BRemN:      0 CBin:       0 P:  2.3M T:  0.07
4.79/4.82	c Calc non-exist non-lernt bins v-fix:     0 done:   1101 time:  0.00 s
4.79/4.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.79/4.83	c Subs w/ non-existent bins:      0 time:  0.01 s
4.79/4.83	c Replacing        1 vars Replaced      162 lits Time:     0.00 s 
4.79/4.84	c bin-w-bin subsume rem            5 bins  time:  0.00 s
4.79/4.88	c subs with bin:     1031  lits-rem:      4968  v-fix:    0  time:  0.04 s
4.79/4.88	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
5.09/5.12	c lits-rem:       828  cl-subs:     1888  v-elim:     52  v-fix:    0  time:  0.24 s
5.09/5.12	c learnt bin added due to v-elim: 0
5.09/5.12	c vivif2 --  cl tried     2115 cl shrink       17 lits rem         23 time: 0.00
5.09/5.13	c vivif2 --  cl tried     8221 cl shrink      551 lits rem        611 time: 0.01
5.09/5.16	c asymm  cl-useful: 24/2115/2115 lits-rem:47 time: 0.03
5.09/5.16	c calculated reachability. Time: 0.00
5.09/5.16	c  N dy     7     30503      1074      2104      1487      8221     10452    185601     34.44      9.34  --
5.09/5.16	c  F st     7     30503      1074      2104      1487      8221     10452    185601     34.44      9.34  --
5.40/5.46	c Decided on static restart strategy
7.59/7.67	c  N dy    14     45755      1074      2104      1490     15544     10452    462222     48.79      9.89  --
7.69/7.70	c  S st    14     45755      1074      2104      1490     15544     10452    462222     48.79      9.89  --
7.78/7.81	c  S st    14     46257      1074      2104      1490     16036     10452    471665     48.79      9.89  --
7.78/7.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.78/7.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.88/7.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:     14 BRemL:      6 BRemN:      0 CBin:       0 P:  5.2M T:  0.16
7.88/7.97	c Calc non-exist non-lernt bins v-fix:     0 done:   1074 time:  0.00 s
7.88/7.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.88/7.98	c Subs w/ non-existent bins:      3 time:  0.01 s
7.88/7.99	c bin-w-bin subsume rem            1 bins  time:  0.00 s
7.98/8.05	c subs with bin:       15  lits-rem:        58  v-fix:    0  time:  0.06 s
7.98/8.05	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
9.79/9.90	c lits-rem:       753  cl-subs:     1623  v-elim:     28  v-fix:    0  time:  1.84 s
9.79/9.90	c learnt bin added due to v-elim: 0
9.79/9.90	c vivif2 --  cl tried     2096 cl shrink        6 lits rem         10 time: 0.00
9.89/9.91	c vivif2 --  cl tried    14415 cl shrink       42 lits rem         43 time: 0.01
9.89/9.98	c asymm  cl-useful: 5/2096/2096 lits-rem:5 time: 0.07
9.89/9.98	c calculated reachability. Time: 0.00
9.89/9.98	c  N dy    14     46257      1071      2096      1483     14415     10384    409773     48.79      9.89  --
13.99/14.05	c  N dy    15     69385      1071      2096      1484     18472     10384    399739     30.94     10.15  --
13.99/14.08	c  S st    15     69385      1071      2096      1484     18472     10384    399739     30.94     10.15  --
14.09/14.18	c  S st    15     69887      1071      2096      1484     18971     10384    412715     30.94     10.15  --
14.09/14.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.09/14.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.29/14.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.7M T:  0.15
14.29/14.33	c Calc non-exist non-lernt bins v-fix:     0 done:   1071 time:  0.00 s
14.29/14.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.29/14.35	c Subs w/ non-existent bins:     14 time:  0.01 s
14.29/14.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.29/14.39	c subs with bin:        8  lits-rem:       124  v-fix:    0  time:  0.03 s
14.29/14.39	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
15.69/15.73	c ORs :    382 avg-s:  2.1 cl-sh: 13571 l-rem:  13596 b-add:     77 v-rep:   0 cl-rem: 10 avg s: 11.1 T:    0.11
16.39/16.40	c Added 11 vars  tried: 80000 time: 0.67
16.39/16.41	c ORs :     11 avg-s:  0.0 cl-sh:  1853 l-rem:   1853 b-add:     22 v-rep:   0 cl-rem: 0 avg s: nan T:    0.67
16.39/16.41	c lits-rem:       905  cl-subs:     2164  v-elim:     26  v-fix:    0  time:  2.02 s
16.39/16.41	c learnt bin added due to v-elim: 0
16.39/16.41	c vivif2 --  cl tried     2028 cl shrink        2 lits rem          2 time: 0.00
16.39/16.43	c vivif2 --  cl tried    16781 cl shrink     1327 lits rem       2458 time: 0.01
16.39/16.48	c asymm  cl-useful: 7/2028/2028 lits-rem:10 time: 0.05
16.39/16.48	c calculated reachability. Time: 0.00
16.39/16.48	c  N dy    15     69887      1081      2027      1580     16781     10297    355323     30.94     10.15  --
16.39/16.48	c  F st    15     69887      1081      2027      1580     16781     10297    355323     30.94     10.15  --
16.79/16.87	c Decided on static restart strategy
23.39/23.49	c  N dy    22    104830      1081      2027      1582     15958     10297    229894     34.10     11.30  --
23.49/23.50	c  S st    22    104830      1081      2027      1582     15958     10297    229894     34.10     11.30  --
23.49/23.60	c  S st    22    105334      1081      2027      1583     16458     10297    238659     34.10     11.30  --
23.59/23.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.59/23.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.69/23.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:     32 BRemL:      6 BRemN:      0 CBin:       0 P:  6.9M T:  0.13
23.69/23.73	c Calc non-exist non-lernt bins v-fix:     0 done:   1081 time:  0.00 s
23.69/23.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.69/23.74	c Subs w/ non-existent bins:      5 time:  0.01 s
23.69/23.74	c bin-w-bin subsume rem           75 bins  time:  0.00 s
23.69/23.76	c subs with bin:        8  lits-rem:        95  v-fix:    0  time:  0.02 s
23.69/23.76	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
24.20/24.22	c ORs :    389 avg-s:  2.1 cl-sh:   145 l-rem:    147 b-add:      3 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
24.69/24.77	c Added 10 vars  tried: 80000 time: 0.55
24.69/24.77	c ORs :     10 avg-s:  0.0 cl-sh:   754 l-rem:    754 b-add:     20 v-rep:   0 cl-rem: 1 avg s: 4.0 T:    0.55
24.69/24.78	c lits-rem:       529  cl-subs:      956  v-elim:     28  v-fix:    0  time:  1.01 s
24.69/24.78	c learnt bin added due to v-elim: 0
24.69/24.78	c vivif2 --  cl tried     2023 cl shrink        8 lits rem          8 time: 0.00
24.69/24.78	c vivif2 --  cl tried    15495 cl shrink       27 lits rem         43 time: 0.01
24.79/24.84	c asymm  cl-useful: 0/2023/2023 lits-rem:0 time: 0.06
24.79/24.84	c calculated reachability. Time: 0.00
24.79/24.84	c  N dy    22    105334      1087      2023      1552     15495     10309    218928     34.10     11.30  --
37.39/37.40	c  N dy    23    158001      1087      2023      1553     23081     10309    368418     32.61     11.17  --
37.39/37.42	c  S st    23    158001      1087      2023      1553     23081     10309    368418     32.61     11.17  --
37.39/37.42	c Finding binary XORs  T:     0.00 s  found:       0
37.49/37.57	c  S st    23    158503      1087      2023      1556     23577     10309    380642     32.61     11.17  --
37.49/37.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.49/37.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.69/37.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:     15 BRemL:      3 BRemN:      0 CBin:       0 P:  9.7M T:  0.19
37.69/37.76	c Calc non-exist non-lernt bins v-fix:     0 done:   1087 time:  0.00 s
37.69/37.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.69/37.78	c Subs w/ non-existent bins:      0 time:  0.01 s
37.69/37.78	c bin-w-bin subsume rem            3 bins  time:  0.00 s
37.79/37.82	c subs with bin:        8  lits-rem:        72  v-fix:    0  time:  0.03 s
37.79/37.82	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
39.19/39.22	c ORs :    399 avg-s:  2.1 cl-sh:     3 l-rem:      3 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 8.3 T:    0.04
39.78/39.85	c Added 10 vars  tried: 80000 time: 0.62
39.78/39.85	c ORs :     10 avg-s:  0.0 cl-sh:   977 l-rem:    977 b-add:     20 v-rep:   0 cl-rem: 0 avg s: nan T:    0.62
39.78/39.85	c lits-rem:       704  cl-subs:     1525  v-elim:     24  v-fix:    0  time:  2.03 s
39.78/39.85	c learnt bin added due to v-elim: 0
39.78/39.85	c vivif2 --  cl tried     2031 cl shrink        0 lits rem          0 time: 0.00
39.78/39.87	c vivif2 --  cl tried    22043 cl shrink        3 lits rem          5 time: 0.01
39.88/39.93	c asymm  cl-useful: 0/2031/2031 lits-rem:0 time: 0.07
39.88/39.93	c calculated reachability. Time: 0.00
39.88/39.93	c  N dy    23    158503      1097      2031      1585     22043     10377    353252     32.61     11.17  --
59.38/59.47	c  N dy    24    237754      1097      2031      1587     27461     10377    444050     35.96     11.46  --
59.47/59.50	c  S st    24    237754      1097      2031      1587     27461     10377    444050     35.96     11.46  --
59.57/59.63	c  S st    24    238257      1097      2031      1587     27964     10377    454122     35.96     11.46  --
59.57/59.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.57/59.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.77/59.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:     18 BRemL:      1 BRemN:      0 CBin:       0 P: 10.7M T:  0.19
59.77/59.83	c Calc non-exist non-lernt bins v-fix:     0 done:   1097 time:  0.00 s
59.77/59.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.77/59.85	c Subs w/ non-existent bins:      0 time:  0.01 s
59.77/59.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.77/59.89	c subs with bin:        4  lits-rem:        17  v-fix:    0  time:  0.04 s
59.77/59.89	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
61.67/61.75	c ORs :    409 avg-s:  2.1 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 14.7 T:    0.06
62.27/62.34	c Added 12 vars  tried: 80000 time: 0.59
62.27/62.35	c ORs :     12 avg-s:  0.0 cl-sh:  1629 l-rem:   1629 b-add:     24 v-rep:   0 cl-rem: 0 avg s: nan T:    0.60
62.27/62.35	c lits-rem:       694  cl-subs:      936  v-elim:     24  v-fix:    0  time:  2.46 s
62.27/62.35	c learnt bin added due to v-elim: 0
62.27/62.35	c vivif2 --  cl tried     2040 cl shrink        0 lits rem          0 time: 0.00
62.27/62.37	c vivif2 --  cl tried    27024 cl shrink      151 lits rem        155 time: 0.01
62.37/62.43	c asymm  cl-useful: 0/2040/2040 lits-rem:0 time: 0.06
62.37/62.43	c calculated reachability. Time: 0.00
62.37/62.43	c  N dy    24    238257      1109      2040      1628     27024     10458    434952     35.96     11.46  --
96.27/96.36	c  N dy    25    357385      1109      2040      1634     30830     10458    409724     27.25     11.30  --
96.27/96.38	c  S st    25    357385      1109      2040      1634     30830     10458    409724     27.25     11.30  --
96.47/96.54	c  S st    25    357889      1109      2040      1634     31334     10458    420790     27.25     11.30  --
96.47/96.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
96.47/96.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.77/96.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:     18 BRemL:      2 BRemN:      0 CBin:       0 P: 15.0M T:  0.27
96.77/96.81	c Calc non-exist non-lernt bins v-fix:     0 done:   1109 time:  0.00 s
96.77/96.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.77/96.82	c Subs w/ non-existent bins:      0 time:  0.01 s
96.77/96.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
96.77/96.86	c subs with bin:        5  lits-rem:        62  v-fix:    0  time:  0.03 s
96.77/96.86	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
98.27/98.39	c ORs :    421 avg-s:  2.1 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 9.5 T:    0.05
98.97/99.01	c Added 12 vars  tried: 80000 time: 0.63
98.97/99.02	c ORs :     12 avg-s:  0.0 cl-sh:  1693 l-rem:   1693 b-add:     24 v-rep:   0 cl-rem: 0 avg s: nan T:    0.63
98.97/99.03	c lits-rem:       764  cl-subs:     1357  v-elim:     24  v-fix:    0  time:  2.17 s
98.97/99.03	c learnt bin added due to v-elim: 0
98.97/99.03	c vivif2 --  cl tried     2050 cl shrink        0 lits rem          0 time: 0.00
98.97/99.04	c vivif2 --  cl tried    29972 cl shrink        1 lits rem          1 time: 0.01
99.07/99.13	c asymm  cl-useful: 2/2050/2050 lits-rem:2 time: 0.09
99.07/99.13	c calculated reachability. Time: 0.00
99.07/99.13	c  N dy    25    357889      1121      2050      1674     29972     10538    398168     27.25     11.30  --
169.47/169.53	c  N dy    26    536834      1121      2050      1674     38135     10538    666333     40.70     11.13  --
169.47/169.57	c  S st    26    536834      1121      2050      1674     38135     10538    666333     40.70     11.13  --
169.67/169.73	c  S st    26    537335      1121      2050      1674     38635     10538    674471     40.70     11.13  --
169.67/169.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
169.67/169.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
170.07/170.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:     10 BRemL:      1 BRemN:      0 CBin:       0 P: 18.7M T:  0.39
170.07/170.13	c Calc non-exist non-lernt bins v-fix:     0 done:   1121 time:  0.00 s
170.07/170.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
170.07/170.15	c Subs w/ non-existent bins:      0 time:  0.02 s
170.07/170.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
170.17/170.23	c subs with bin:        0  lits-rem:       125  v-fix:    0  time:  0.06 s
170.17/170.23	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
172.57/172.68	c ORs :    433 avg-s:  2.1 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 9 avg s: 28.3 T:    0.11
173.37/173.47	c Added 12 vars  tried: 80000 time: 0.79
173.37/173.48	c ORs :     12 avg-s:  0.0 cl-sh:  2298 l-rem:   2298 b-add:     25 v-rep:   0 cl-rem: 1 avg s: 3.0 T:    0.80
173.37/173.49	c lits-rem:      2263  cl-subs:     1286  v-elim:     24  v-fix:    0  time:  3.27 s
173.37/173.49	c learnt bin added due to v-elim: 0
173.37/173.49	c vivif2 --  cl tried     2061 cl shrink        0 lits rem          0 time: 0.00
173.47/173.51	c vivif2 --  cl tried    37339 cl shrink       51 lits rem         56 time: 0.02
173.57/173.61	c asymm  cl-useful: 2/1637/2061 lits-rem:2 time: 0.10
173.57/173.62	c calculated reachability. Time: 0.00
173.57/173.62	c  N dy    26    537335      1133      2061      1708     37339     10619    654406     40.70     11.13  --
173.57/173.62	c  F st    26    537335      1133      2061      1708     37339     10619    654406     40.70     11.13  --
174.17/174.27	c Decided on static restart strategy
309.87/309.91	c  N dy    33    806004      1133      2061      1708     60520     10619   1448284     52.65     11.26  --
309.87/309.99	c  S st    33    806004      1133      2061      1708     60520     10619   1448284     52.65     11.26  --
309.87/309.99	c Finding binary XORs  T:     0.00 s  found:       0
310.17/310.25	c  S st    33    806505      1133      2061      1708     61021     10619   1456464     52.65     11.26  --
310.17/310.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
310.17/310.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
310.87/310.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      2 BRemL:      0 BRemN:      0 CBin:       0 P: 29.8M T:  0.72
310.87/310.98	c Calc non-exist non-lernt bins v-fix:     0 done:   1133 time:  0.00 s
310.87/310.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
310.97/311.03	c Subs w/ non-existent bins:      0 time:  0.05 s
310.97/311.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
311.17/311.21	c subs with bin:        0  lits-rem:        11  v-fix:    0  time:  0.15 s
311.17/311.21	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
313.17/313.24	c ORs :    445 avg-s:  2.1 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 9 avg s: 27.4 T:    0.34
314.47/314.58	c Added 12 vars  tried: 80000 time: 1.34
314.57/314.63	c ORs :     12 avg-s:  0.0 cl-sh:  6662 l-rem:   6662 b-add:     24 v-rep:   0 cl-rem: 0 avg s: nan T:    1.40
314.57/314.66	c lits-rem:       783  cl-subs:     3502  v-elim:     24  v-fix:    0  time:  3.45 s
314.57/314.66	c learnt bin added due to v-elim: 0
314.57/314.66	c vivif2 --  cl tried     2072 cl shrink        0 lits rem          0 time: 0.00
314.67/314.71	c vivif2 --  cl tried    57511 cl shrink       10 lits rem         16 time: 0.05
314.77/314.82	c asymm  cl-useful: 1/1395/2072 lits-rem:1 time: 0.11
314.77/314.82	c calculated reachability. Time: 0.00
314.77/314.83	c  N dy    33    806505      1145      2072      1734     57511     10695   1401929     52.65     11.26  --
510.67/510.78	c  N dy    34   1209758      1144      2072      1743     73659     10695   1284478     31.19     10.86  --
510.77/510.85	c  S st    34   1209758      1144      2072      1743     73659     10695   1284478     31.19     10.86  --
511.07/511.14	c  S st    34   1210261      1144      2072      1743     74160     10695   1292228     31.19     10.86  --
511.07/511.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
511.07/511.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
511.87/511.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:     47 BRemL:      1 BRemN:      0 CBin:       0 P: 40.0M T:  0.78
511.87/511.93	c Calc non-exist non-lernt bins v-fix:     0 done:   1144 time:  0.00 s
511.87/511.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
511.87/511.99	c Subs w/ non-existent bins:      0 time:  0.05 s
511.97/512.03	c bin-w-bin subsume rem            2 bins  time:  0.00 s
512.07/512.13	c subs with bin:       96  lits-rem:       397  v-fix:    0  time:  0.10 s
512.07/512.13	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
513.77/513.88	c ORs :    456 avg-s:  2.1 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 4 avg s: 19.2 T:    0.28
514.68/514.70	c Added 12 vars  tried: 80000 time: 0.83
514.78/514.82	c ORs :     12 avg-s:  0.0 cl-sh:  9853 l-rem:   9853 b-add:     25 v-rep:   0 cl-rem: 0 avg s: nan T:    0.95
514.78/514.85	c lits-rem:      1156  cl-subs:     7296  v-elim:     24  v-fix:    0  time:  2.71 s
514.78/514.85	c learnt bin added due to v-elim: 0
514.78/514.85	c vivif2 --  cl tried     2079 cl shrink        0 lits rem          0 time: 0.00
514.78/514.88	c vivif2 --  cl tried    62547 cl shrink       36 lits rem         42 time: 0.04
514.87/514.94	c asymm  cl-useful: 0/684/2079 lits-rem:0 time: 0.05
514.87/514.94	c calculated reachability. Time: 0.00
514.87/514.94	c  N dy    34   1210261      1156      2079      1796     62547     10754   1130336     31.19     10.86  --
840.58/840.67	c  N dy    35   1710263      1156      2079      1797     94432     10754   2021499     38.66     10.99  --
840.68/840.77	c  S st    35   1710263      1156      2079      1797     94432     10754   2021499     38.66     10.99  --
840.68/840.78	c Finding binary XORs  T:     0.00 s  found:       0
841.08/841.18	c  S st    35   1710768      1156      2079      1798     94933     10754   2030044     38.66     10.99  --
841.08/841.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
841.08/841.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
842.18/842.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      5 BRemL:      0 BRemN:      0 CBin:       0 P: 48.0M T:  1.09
842.18/842.28	c Calc non-exist non-lernt bins v-fix:     0 done:   1156 time:  0.00 s
842.18/842.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
842.28/842.37	c Subs w/ non-existent bins:      0 time:  0.08 s
842.38/842.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
842.59/842.61	c subs with bin:        2  lits-rem:       400  v-fix:    0  time:  0.20 s
842.59/842.61	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
846.38/846.41	c ORs :    467 avg-s:  2.1 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 4 avg s: 23.8 T:    0.55
847.99/848.09	c Added 12 vars  tried: 80000 time: 1.69
848.09/848.15	c ORs :     12 avg-s:  0.0 cl-sh:  6782 l-rem:   6782 b-add:     25 v-rep:   0 cl-rem: 0 avg s: nan T:    1.74
848.09/848.18	c lits-rem:      1244  cl-subs:     9823  v-elim:     25  v-fix:    0  time:  5.57 s
848.09/848.18	c learnt bin added due to v-elim: 0
848.09/848.18	c vivif2 --  cl tried     2096 cl shrink        1 lits rem          1 time: 0.00
848.18/848.25	c vivif2 --  cl tried    85104 cl shrink       14 lits rem         24 time: 0.06
848.28/848.38	c asymm  cl-useful: 0/734/2096 lits-rem:0 time: 0.13
848.28/848.38	c calculated reachability. Time: 0.00
848.28/848.38	c  N dy    35   1710768      1167      2096      1809     85104     10852   1855101     38.66     10.99  --
1178.29/1178.36	c  N dy    36   2210770      1167      2096      1811    101298     10852   2700686     24.86     10.74  --
1178.49/1178.53	c  S st    36   2210770      1167      2096      1811    101298     10852   2700686     24.86     10.74  --
1178.89/1178.94	c  S st    36   2211273      1167      2096      1812    101799     10852   2708759     24.86     10.74  --
1178.89/1178.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1178.89/1178.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1180.49/1180.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:     13 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T:  1.64
1180.49/1180.59	c Calc non-exist non-lernt bins v-fix:     0 done:   1167 time:  0.00 s
1180.49/1180.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1180.59/1180.68	c Subs w/ non-existent bins:      0 time:  0.09 s
1180.69/1180.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1180.99/1181.09	c subs with bin:       10  lits-rem:       110  v-fix:    0  time:  0.35 s
1180.99/1181.09	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
1185.49/1185.52	c ORs :    479 avg-s:  2.1 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 5 avg s: 20.0 T:    0.77
1187.99/1188.07	c Added 12 vars  tried: 80000 time: 2.54
1188.09/1188.16	c ORs :     12 avg-s:  0.0 cl-sh:  8794 l-rem:   8794 b-add:     24 v-rep:   0 cl-rem: 0 avg s: nan T:    2.64
1188.19/1188.21	c lits-rem:      1878  cl-subs:     3882  v-elim:     24  v-fix:    0  time:  7.12 s
1188.19/1188.21	c learnt bin added due to v-elim: 0
1188.19/1188.21	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
1188.29/1188.30	c vivif2 --  cl tried    97906 cl shrink       26 lits rem         36 time: 0.08
1188.39/1188.46	c asymm  cl-useful: 0/915/2104 lits-rem:0 time: 0.16
1188.39/1188.47	c calculated reachability. Time: 0.00
1188.39/1188.47	c  N dy    36   2211273      1179      2104      1849     97906     10928   2633201     24.86     10.74  --

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

running on 2 cores: 0,2

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: 1.54 2.64 3.07 4/184 18873
/proc/meminfo: memFree=15247692/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=29316 CPUtime=0 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 682 0 0 0 0 0 0 0 23 0 1 0 486549983 30019584 621 33554432000 4194304 4797429 140734715499328 18446744073709551615 4629040 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 7329 621 351 148 0 2258 0

[startup+0.0912629 s]
/proc/loadavg: 1.54 2.64 3.07 4/184 18873
/proc/meminfo: memFree=15247692/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=129076 CPUtime=0.08 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 1098 0 0 0 8 0 0 0 23 0 1 0 486549983 132173824 1012 33554432000 4194304 4797429 140734715499328 18446744073709551615 4341360 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 32269 1012 412 148 0 27198 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 129076

[startup+0.101257 s]
/proc/loadavg: 1.54 2.64 3.07 4/184 18873
/proc/meminfo: memFree=15247692/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=129076 CPUtime=0.09 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 1103 0 0 0 9 0 0 0 23 0 1 0 486549983 132173824 1017 33554432000 4194304 4797429 140734715499328 18446744073709551615 4387501 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 32269 1017 412 148 0 27198 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 129076

[startup+0.300166 s]
/proc/loadavg: 1.54 2.64 3.07 4/184 18873
/proc/meminfo: memFree=15247692/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=129216 CPUtime=0.29 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 1231 0 0 0 29 0 0 0 24 0 1 0 486549983 132317184 1142 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424987 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 32304 1142 413 148 0 27233 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 129216

[startup+0.701106 s]
/proc/loadavg: 1.54 2.64 3.07 4/184 18873
/proc/meminfo: memFree=15247692/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=129812 CPUtime=0.69 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 1496 0 0 0 69 0 0 0 25 0 1 0 486549983 132927488 1156 33554432000 4194304 4797429 140734715499328 18446744073709551615 4422912 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 32453 1156 413 148 0 27382 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129812

[startup+1.50095 s]
/proc/loadavg: 1.66 2.65 3.07 5/190 18884
/proc/meminfo: memFree=15232144/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=130268 CPUtime=1.49 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 1933 0 0 0 149 0 0 0 25 0 1 0 486549983 133394432 1259 33554432000 4194304 4797429 140734715499328 18446744073709551615 4423166 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 32567 1259 413 148 0 27496 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130268

[startup+3.10061 s]
/proc/loadavg: 1.66 2.65 3.07 5/190 18885
/proc/meminfo: memFree=15126124/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=130608 CPUtime=3.09 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 2475 0 0 0 309 0 0 0 25 0 1 0 486549983 133742592 1445 33554432000 4194304 4797429 140734715499328 18446744073709551615 4389968 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 32652 1445 413 148 0 27581 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 130608

[startup+6.3011 s]
/proc/loadavg: 1.85 2.67 3.08 5/190 18885
/proc/meminfo: memFree=14776456/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=133184 CPUtime=6.29 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 3771 0 0 0 629 0 0 0 25 0 1 0 486549983 136380416 2360 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424630 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 33296 2360 415 148 0 28225 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133184

[startup+12.7009 s]
/proc/loadavg: 2.02 2.69 3.08 5/190 18885
/proc/meminfo: memFree=14554784/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=135940 CPUtime=12.69 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 5831 0 0 0 1268 1 0 0 25 0 1 0 486549983 139202560 2725 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 33985 2725 415 148 0 28914 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 135940

[startup+25.5007 s]
/proc/loadavg: 2.46 2.75 3.10 5/190 18885
/proc/meminfo: memFree=14545824/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=137992 CPUtime=25.49 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 8360 0 0 0 2547 2 0 0 25 0 1 0 486549983 141303808 3377 33554432000 4194304 4797429 140734715499328 18446744073709551615 4352546 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 34498 3377 418 148 0 29427 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 137992

[startup+51.1002 s]
/proc/loadavg: 3.05 2.87 3.12 5/190 18886
/proc/meminfo: memFree=14543564/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=140192 CPUtime=51.08 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 13087 0 0 0 5104 4 0 0 25 0 1 0 486549983 143556608 4251 33554432000 4194304 4797429 140734715499328 18446744073709551615 4422912 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 35048 4251 418 148 0 29977 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 140192

[startup+102.307 s]
/proc/loadavg: 3.63 3.06 3.17 5/190 18887
/proc/meminfo: memFree=14512068/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=143868 CPUtime=102.27 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 21284 0 0 0 10222 5 0 0 25 0 1 0 486549983 147320832 5208 33554432000 4194304 4797429 140734715499328 18446744073709551615 4425824 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 35967 5208 418 148 0 30896 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 143868

[startup+162.301 s]
/proc/loadavg: 3.86 3.23 3.22 5/190 18889
/proc/meminfo: memFree=14088128/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=145880 CPUtime=162.26 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 29573 0 0 0 16218 8 0 0 25 0 1 0 486549983 149381120 6106 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424779 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 36470 6106 418 148 0 31399 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 145880

[startup+222.301 s]
/proc/loadavg: 3.98 3.38 3.27 5/190 18890
/proc/meminfo: memFree=14027836/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=149064 CPUtime=222.26 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 36943 0 0 0 22216 10 0 0 25 0 1 0 486549983 152641536 5933 33554432000 4194304 4797429 140734715499328 18446744073709551615 4425966 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 37266 5933 418 148 0 32195 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 149064

[startup+282.3 s]
/proc/loadavg: 3.99 3.49 3.31 5/190 18892
/proc/meminfo: memFree=14016276/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=150172 CPUtime=282.27 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 43354 0 0 0 28214 13 0 0 25 0 1 0 486549983 153776128 6634 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424662 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 37543 6634 418 148 0 32472 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 150172

[startup+342.301 s]
/proc/loadavg: 3.99 3.58 3.36 5/190 18894
/proc/meminfo: memFree=13956500/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=156876 CPUtime=342.26 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 49735 0 0 0 34211 15 0 0 25 0 1 0 486549983 160641024 8283 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424855 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 39219 8283 418 148 0 34148 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 156876

[startup+402.301 s]
/proc/loadavg: 3.99 3.65 3.39 5/190 18895
/proc/meminfo: memFree=13938748/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=158120 CPUtime=402.27 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 57166 0 0 0 40209 18 0 0 25 0 1 0 486549983 161914880 9218 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 39530 9218 418 148 0 34459 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 158120

[startup+462.3 s]
/proc/loadavg: 3.99 3.71 3.43 5/190 18897
/proc/meminfo: memFree=13918776/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=159196 CPUtime=462.27 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 64686 0 0 0 46205 22 0 0 25 0 1 0 486549983 163016704 8925 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424333 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 39799 8925 418 148 0 34728 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 159196

[startup+522.301 s]
/proc/loadavg: 3.99 3.76 3.46 5/190 18898
/proc/meminfo: memFree=13899292/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=161364 CPUtime=522.28 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 71223 0 0 0 52203 25 0 0 25 0 1 0 486549983 165236736 10189 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424958 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 40341 10189 418 148 0 35270 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 161364

[startup+582.301 s]
/proc/loadavg: 3.99 3.80 3.49 5/190 18900
/proc/meminfo: memFree=13892448/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=164272 CPUtime=582.28 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 77182 0 0 0 58200 28 0 0 25 0 1 0 486549983 168214528 10435 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424868 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 41068 10435 418 148 0 35997 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 164272

[startup+642.3 s]
/proc/loadavg: 4.10 3.87 3.53 5/190 18902
/proc/meminfo: memFree=13867732/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=164688 CPUtime=642.28 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 82692 0 0 0 64197 31 0 0 25 0 1 0 486549983 168640512 9526 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 41172 9526 418 148 0 36101 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 164688

[startup+702.301 s]
/proc/loadavg: 4.03 3.89 3.56 5/190 18903
/proc/meminfo: memFree=13711832/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=164784 CPUtime=702.28 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 87547 0 0 0 70195 33 0 0 25 0 1 0 486549983 168738816 10990 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424868 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 41196 10990 418 148 0 36125 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 164784

[startup+762.307 s]
/proc/loadavg: 4.06 3.92 3.59 5/190 18905
/proc/meminfo: memFree=13584832/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=165024 CPUtime=762.28 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 93696 0 0 0 76193 35 0 0 25 0 1 0 486549983 168984576 11261 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 41256 11261 418 148 0 36185 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 165024

[startup+822.301 s]
/proc/loadavg: 4.02 3.93 3.61 5/190 18906
/proc/meminfo: memFree=13487728/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=166124 CPUtime=822.28 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 99237 0 0 0 82191 37 0 0 25 0 1 0 486549983 170110976 9918 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424812 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 41531 9918 418 148 0 36460 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 166124

[startup+882.301 s]
/proc/loadavg: 4.01 3.94 3.63 5/190 18908
/proc/meminfo: memFree=13461176/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=173612 CPUtime=882.29 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 105726 0 0 0 88189 40 0 0 25 0 1 0 486549983 177778688 12844 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 43403 12844 418 148 0 38332 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 173612

[startup+942.3 s]
/proc/loadavg: 4.00 3.95 3.65 5/190 18910
/proc/meminfo: memFree=13404236/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=173464 CPUtime=942.28 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 112570 0 0 0 94186 42 0 0 25 0 1 0 486549983 177627136 12290 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424649 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 43366 12290 418 148 0 38295 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 173464

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.67 5/190 18911
/proc/meminfo: memFree=13391568/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=173556 CPUtime=1002.29 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 117765 0 0 0 100184 45 0 0 25 0 1 0 486549983 177721344 13606 33554432000 4194304 4797429 140734715499328 18446744073709551615 4423083 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 43389 13606 418 148 0 38318 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 173556

[startup+1062.3 s]
/proc/loadavg: 4.00 3.96 3.69 5/190 18913
/proc/meminfo: memFree=13390184/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=174560 CPUtime=1062.29 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 124206 0 0 0 106181 48 0 0 25 0 1 0 486549983 178749440 12312 33554432000 4194304 4797429 140734715499328 18446744073709551615 4340989 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 43640 12312 418 148 0 38569 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 174560

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.70 5/190 18914
/proc/meminfo: memFree=13377024/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=175836 CPUtime=1122.29 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 129313 0 0 0 112179 50 0 0 25 0 1 0 486549983 180056064 13274 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 43959 13274 418 148 0 38888 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 175836

[startup+1182.3 s]
/proc/loadavg: 4.06 3.99 3.73 5/190 18916
/proc/meminfo: memFree=13334956/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=179692 CPUtime=1182.29 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 135003 0 0 0 118177 52 0 0 25 0 1 0 486549983 184004608 14747 33554432000 4194304 4797429 140734715499328 18446744073709551615 4568019 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 44923 14747 418 148 0 39852 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 179692

[startup+1242.3 s]
/proc/loadavg: 4.02 3.99 3.74 5/190 18918
/proc/meminfo: memFree=13305308/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=184112 CPUtime=1242.3 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 138959 0 0 0 124176 54 0 0 25 0 1 0 486549983 188530688 14669 33554432000 4194304 4797429 140734715499328 18446744073709551615 4331610 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 46028 14669 418 148 0 40957 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 184112



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.77 3.94 3.73 3/180 18955
/proc/meminfo: memFree=15612160/32950928 swapFree=67111528/67111528
[pid=18873] ppid=18871 vsize=184456 CPUtime=1300 cores=0,2
/proc/18873/stat : 18873 (techdemo) R 18871 18873 18216 0 -1 4202496 142682 0 0 0 129945 55 0 0 25 0 1 0 486549983 188882944 15053 33554432000 4194304 4797429 140734715499328 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18873/statm: 46114 15053 418 148 0 41043 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 184456

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.01
CPU time (s): 1300.01
CPU user time (s): 1299.46
CPU system time (s): 0.556915
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 274132

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

runsolver used 2.07868 second user time and 5.02124 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-25 18:38:22
IDJOB=3280869
IDBENCH=20468
IDSOLVER=1585
FILE ID=node123/3280869-1303749502
RUNJOBID= node123-1303749490-18787
PBS_JOBID= 13154039
Free space on /tmp= 72704 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.12.unsat.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280869-1303749502/watcher-3280869-1303749502 -o /tmp/evaluation-result-3280869-1303749502/solver-3280869-1303749502 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3280869-1303749502.cnf

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

MD5SUM BENCH= 8d6acb9f6b752ad76c024133f5175c69
RANDOM SEED=1300255785

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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:     32950928 kB
MemFree:      15247972 kB
Buffers:       2142900 kB
Cached:       14532460 kB
SwapCached:          0 kB
Active:        8339724 kB
Inactive:      8829000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15247972 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           74188 kB
Writeback:           0 kB
AnonPages:      493412 kB
Mapped:          15824 kB
Slab:           468376 kB
PageTables:       6016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   928112 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72752 MiB
End job on node123 at 2011-04-25 19:00:04