Trace number 3249436

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.04 1300.01

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-7x39.cnf
MD5SUMf717554c4e7f802b3078c48464dbcd9d
Bench CategoryCRAFTED (crafted 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 variables1092
Number of clauses64155
Sum of the clauses size253344
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21638
Number of clauses of size 30
Number of clauses of size 462517
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-3249436-1303509917.cnf'
0.00/0.00	c -- header says num vars:           1092
0.00/0.00	c -- header says num clauses:       64155
0.00/0.03	c -- clauses added:            0 learnts,        64155 normals,            0 xors
0.00/0.03	c -- vars added       1092
0.00/0.03	c Parsing time:  0.03 s
0.00/0.03	c  N st     0         0      1092     62517      1638         0    253344         0   no data   no data  --
0.09/0.10	c asymm  cl-useful: 0/14276/62517 lits-rem:0 time: 0.07
0.09/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.6M T:  0.02
0.09/0.12	c Calc non-exist non-lernt bins v-fix:     0 done:   1092 time:  0.00 s
0.09/0.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.09/0.12	c Subs w/ non-existent bins:      0 time:  0.00 s
0.09/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.13	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
0.39/0.44	c lits-rem:         0  cl-subs:        0  v-elim:    581  v-fix:    0  time:  0.30 s
0.39/0.44	c learnt bin added due to v-elim: 0
0.39/0.44	c Finding binary XORs  T:     0.00 s  found:       0
0.39/0.47	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.39/0.47	c calculated reachability. Time: 0.00
0.39/0.47	c Calc default polars -  time:   0.00 s pos:      13 undec:     148 neg:     931
0.39/0.47	c =========================================================================================
0.39/0.47	c types(t): F = full restart, N = normal restart
0.39/0.47	c types(t): S = simplification begin/end, E = solution found
0.39/0.47	c restart types(rt): st = static, dy = dynamic
0.39/0.47	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.39/0.47	c  B st     0         0       944     62369      1194         0    319352         0   no data   no data  --
0.49/0.53	c Decided on static restart strategy
0.59/0.60	c  N dy    21      4071       944     62369      1194      4057    319352    129062     27.47     26.74  --
0.69/0.76	c  N dy    51      8086       944     62369      1194      8061    319352    255493     31.19     26.57  --
0.89/0.91	c  N dy    82     12207       944     62369      1194     12180    319352    368787     27.36     25.35  --
0.99/1.07	c  N dy   112     16270       944     62369      1194     16241    319352    489081     30.10     25.17  --
1.19/1.26	c  N dy   142     20320       944     62369      1194     10305    319352    159464     30.64     24.93  --
1.38/1.41	c  N dy   172     24360       944     62369      1194     14343    319352    273952     29.56     24.74  --
1.49/1.57	c  N dy   203     28483       944     62369      1194     18463    319352    391331     29.59     24.59  --
1.59/1.67	c  S st   215     30001       944     62369      1194     19980    319352    432137     26.40     24.50  --
1.69/1.72	c  S st   215     30504       944     62369      1194     20483    319352    454593     26.40     24.50  --
1.69/1.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.69/1.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.79/1.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  7.0M T:  0.11
1.79/1.84	c Calc non-exist non-lernt bins v-fix:     0 done:    944 time:  0.00 s
1.79/1.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.79/1.85	c Subs w/ non-existent bins:      0 time:  0.01 s
1.79/1.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.89/1.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
1.89/1.91	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
4.89/4.99	c lits-rem:       146  cl-subs:    17562  v-elim:   1131  v-fix:    0  time:  3.08 s
4.89/4.99	c learnt bin added due to v-elim: 0
4.99/5.00	c vivif2 --  cl tried    62244 cl shrink        0 lits rem          0 time: 0.01
4.99/5.00	c vivif2 --  cl tried     2921 cl shrink        0 lits rem          0 time: 0.00
5.09/5.11	c asymm  cl-useful: 0/5050/62244 lits-rem:0 time: 0.11
5.09/5.12	c calculated reachability. Time: 0.00
5.09/5.12	c  N dy   215     30504       819     62244       819      2921    375102     46391     26.40     24.50  --
5.09/5.12	c  F st   215     30504       819     62244       819      2921    375102     46391     26.40     24.50  --
5.19/5.21	c Decided on static restart strategy
5.29/5.31	c  N dy   236     34580       819     62244       819      6982    375102    185869     34.27     24.99  --
5.40/5.49	c  N dy   266     38583       819     62244       819     10974    375102    318559     35.58     25.24  --
5.59/5.69	c  N dy   296     42631       819     62244       819     15013    375102    451246     32.52     25.41  --
5.79/5.89	c  S st   320     45757       819     62244       819     18136    375102    552948     33.06     25.49  --
5.89/5.96	c  S st   320     46263       819     62244       819     18642    375102    582192     33.06     25.49  --
5.89/5.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.89/5.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.09/6.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.5M T:  0.18
6.09/6.14	c Calc non-exist non-lernt bins v-fix:     0 done:    819 time:  0.00 s
6.09/6.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.09/6.16	c Subs w/ non-existent bins:      0 time:  0.01 s
6.09/6.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.19/6.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
6.19/6.26	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
9.90/9.94	c lits-rem:       606  cl-subs:     1454  v-elim:    819  v-fix:    0  time:  3.67 s
9.90/9.94	c learnt bin added due to v-elim: 0
9.90/9.94	c vivif2 --  cl tried    62244 cl shrink        0 lits rem          0 time: 0.01
9.90/9.95	c vivif2 --  cl tried    17188 cl shrink        0 lits rem          0 time: 0.01
9.99/10.03	c asymm  cl-useful: 0/1718/62244 lits-rem:0 time: 0.07
9.99/10.03	c calculated reachability. Time: 0.00
9.99/10.03	c  N dy   320     46263       819     62244       819     17188    375102    525282     33.06     25.49  --
10.19/10.26	c  N dy   350     50283       819     62244       819     21202    375102    660705     35.02     25.69  --
10.39/10.49	c  N dy   381     54410       819     62244       819     25324    375102    795966     32.31     25.80  --
10.69/10.72	c  N dy   411     58427       819     62244       819     29335    375102    920105     29.63     25.78  --
10.89/10.97	c  N dy   442     62541       819     62244       819     17985    375102    329361     32.12     25.77  --
11.09/11.18	c  N dy   472     66560       819     62244       819     21999    375102    460342     31.24     25.83  --
11.29/11.38	c  S st   494     69394       819     62244       819     24830    375102    551435     31.80     25.87  --
11.39/11.44	c  S st   494     69895       819     62244       819     25329    375102    574538     31.80     25.87  --
11.39/11.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.39/11.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.59/11.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 18.0M T:  0.25
11.59/11.69	c Calc non-exist non-lernt bins v-fix:     0 done:    819 time:  0.00 s
11.59/11.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.69/11.71	c Subs w/ non-existent bins:      0 time:  0.01 s
11.69/11.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.69/11.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
11.69/11.79	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
14.59/14.69	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
15.39/15.45	c Added 9 vars  tried: 80000 time: 0.76
15.39/15.45	c ORs :      9 avg-s:  0.0 cl-sh:  5257 l-rem:   5257 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    0.76
15.39/15.47	c lits-rem:       376  cl-subs:     1142  v-elim:    819  v-fix:    0  time:  3.68 s
15.39/15.47	c learnt bin added due to v-elim: 0
15.39/15.48	c vivif2 --  cl tried    62253 cl shrink        0 lits rem          0 time: 0.01
15.39/15.49	c vivif2 --  cl tried    24187 cl shrink        0 lits rem          0 time: 0.01
15.49/15.56	c asymm  cl-useful: 0/1455/62253 lits-rem:0 time: 0.07
15.49/15.56	c calculated reachability. Time: 0.00
15.49/15.56	c  N dy   494     69895       828     62253       837     24187    373303    535055     31.80     25.87  --
15.49/15.56	c  F st   494     69895       828     62253       837     24187    373303    535055     31.80     25.87  --
15.59/15.68	c Decided on static restart strategy
15.79/15.82	c  N dy   518     74355       828     62253       837     28640    373303    684649     32.20     26.00  --
16.08/16.10	c  N dy   554     79120       828     62253       838     33397    373303    837080     29.96     26.02  --
16.39/16.42	c  N dy   592     84185       828     62253       838     19740    373303    311597     29.86     26.02  --
16.59/16.69	c  N dy   632     89620       828     62253       838     25169    373303    491553     33.51     26.11  --
16.99/17.00	c  N dy   675     95370       828     62253       838     30906    373303    671680     31.52     26.12  --
17.29/17.36	c  N dy   721    101540       828     62253       838     37063    373303    870243     32.10     26.16  --
17.60/17.64	c  S st   746    104842       828     62253       838     40361    373303    973010     32.09     26.15  --
17.69/17.73	c  S st   746    105343       828     62253       838     40860    373303   1004774     32.09     26.15  --
17.69/17.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.69/17.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.09/18.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      7 BRemL:      0 BRemN:      0 CBin:       0 P: 27.9M T:  0.46
18.09/18.20	c Calc non-exist non-lernt bins v-fix:     0 done:    828 time:  0.00 s
18.09/18.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.19/18.22	c Subs w/ non-existent bins:      0 time:  0.02 s
18.19/18.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.29/18.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.13 s
18.29/18.38	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
23.79/23.89	c ORs :      1 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
24.59/24.69	c Added 9 vars  tried: 80000 time: 0.80
24.69/24.70	c ORs :      9 avg-s:  0.0 cl-sh:  5291 l-rem:   5291 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    0.81
24.69/24.72	c lits-rem:       815  cl-subs:     7446  v-elim:   1449  v-fix:    0  time:  6.35 s
24.69/24.72	c learnt bin added due to v-elim: 0
24.69/24.73	c vivif2 --  cl tried    62262 cl shrink        8 lits rem          8 time: 0.01
24.69/24.75	c vivif2 --  cl tried    33414 cl shrink        0 lits rem          0 time: 0.01
24.79/24.82	c asymm  cl-useful: 0/1403/62254 lits-rem:0 time: 0.08
24.79/24.82	c calculated reachability. Time: 0.00
24.79/24.82	c  N dy   746    105343       829     62254       847     33414    373500    710107     32.09     26.15  --
25.30/25.32	c  N dy   796    112083       829     62254       848     40119    373500   1010108     50.55     26.85  --
25.79/25.82	c  N dy   849    119337       829     62254       848     26490    373500    582294     48.58     27.77  --
31.59/31.66	c  N dy   867    158014       829     62254       848     42037    373500   2168620    104.25     39.13  --
31.69/31.75	c  S st   867    158014       829     62254       848     42037    373500   2168620    104.25     39.13  --
31.79/31.84	c  S st   867    158518       829     62254       849     42540    373500   2192815    104.25     39.13  --
31.79/31.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.79/31.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.39/32.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      6 BRemL:      0 BRemN:      2 CBin:       0 P: 29.8M T:  0.64
32.39/32.49	c Calc non-exist non-lernt bins v-fix:     0 done:    829 time:  0.00 s
32.39/32.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.49/32.53	c Subs w/ non-existent bins:      0 time:  0.04 s
32.49/32.57	c bin-w-bin subsume rem            8 bins  time:  0.00 s
32.69/32.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
32.69/32.72	c Removed useless bin:       6  fixed:     0  bprops:   0.01M  time:  0.00 s
53.19/53.24	c ORs :      5 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
53.59/53.65	c Added 9 vars  tried: 80000 time: 0.41
53.59/53.68	c ORs :      9 avg-s:  0.0 cl-sh:  6198 l-rem:   6198 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    0.44
53.69/53.70	c lits-rem:      1017  cl-subs:    16671  v-elim:   1615  v-fix:    0  time: 20.99 s
53.69/53.70	c learnt bin added due to v-elim: 0
53.69/53.71	c vivif2 --  cl tried    62263 cl shrink        7 lits rem          7 time: 0.01
53.69/53.72	c vivif2 --  cl tried    25869 cl shrink        0 lits rem          0 time: 0.01
53.69/53.78	c asymm  cl-useful: 0/2086/62256 lits-rem:0 time: 0.06
53.69/53.79	c calculated reachability. Time: 0.00
53.69/53.79	c  N dy   867    158518       831     62256       842     25869    375087    599328    104.25     39.13  --
65.50/65.50	c  N dy   875    237777       831     62256       842     31214    375087    949080     98.51     49.49  --
65.50/65.54	c  S st   875    237777       831     62256       842     31214    375087    949080     98.51     49.49  --
65.60/65.63	c  S st   875    238279       831     62256       842     31716    375087    972319     98.51     49.49  --
65.60/65.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
65.60/65.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
65.90/65.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 28.1M T:  0.33
65.90/65.97	c Calc non-exist non-lernt bins v-fix:     0 done:    831 time:  0.00 s
65.90/65.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
65.90/65.99	c Subs w/ non-existent bins:      0 time:  0.02 s
66.00/66.02	c bin-w-bin subsume rem            7 bins  time:  0.00 s
66.00/66.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
66.00/66.09	c Removed useless bin:       7  fixed:     0  bprops:   0.01M  time:  0.00 s
68.00/68.04	c ORs :     14 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
68.50/68.55	c Added 9 vars  tried: 80000 time: 0.51
68.60/68.62	c ORs :      9 avg-s:  0.0 cl-sh:  9181 l-rem:   9181 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    0.57
68.60/68.64	c lits-rem:       169  cl-subs:     1331  v-elim:    804  v-fix:    0  time:  2.55 s
68.60/68.64	c learnt bin added due to v-elim: 0
68.60/68.65	c vivif2 --  cl tried    62265 cl shrink        0 lits rem          0 time: 0.01
68.60/68.66	c vivif2 --  cl tried    30385 cl shrink        0 lits rem          0 time: 0.02
68.70/68.73	c asymm  cl-useful: 0/1546/62265 lits-rem:0 time: 0.07
68.70/68.74	c calculated reachability. Time: 0.00
68.70/68.74	c  N dy   875    238279       840     62265       846     30385    375134    895717     98.51     49.49  --
89.19/89.25	c  N dy   896    357420       840     62265       846     34981    375134    959366    101.72     59.69  --
89.29/89.30	c  S st   896    357420       840     62265       846     34981    375134    959366    101.72     59.69  --
89.29/89.39	c  S st   896    357922       840     62265       846     35483    375134    984293    101.72     59.69  --
89.29/89.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
89.29/89.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.69/89.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 32.6M T:  0.40
89.69/89.79	c Calc non-exist non-lernt bins v-fix:     0 done:    840 time:  0.00 s
89.69/89.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.79/89.82	c Subs w/ non-existent bins:      0 time:  0.02 s
89.79/89.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.89/89.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
89.89/89.92	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
92.29/92.37	c ORs :     23 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
92.79/92.83	c Added 9 vars  tried: 80000 time: 0.46
92.79/92.87	c ORs :      9 avg-s:  0.0 cl-sh:  6309 l-rem:   6309 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    0.50
92.79/92.89	c lits-rem:        92  cl-subs:     1323  v-elim:    804  v-fix:    0  time:  2.97 s
92.79/92.89	c learnt bin added due to v-elim: 0
92.89/92.90	c vivif2 --  cl tried    62274 cl shrink        0 lits rem          0 time: 0.01
92.89/92.92	c vivif2 --  cl tried    34160 cl shrink        0 lits rem          0 time: 0.02
92.89/92.98	c asymm  cl-useful: 0/1712/62274 lits-rem:0 time: 0.06
92.89/92.99	c calculated reachability. Time: 0.00
92.89/92.99	c  N dy   896    357922       849     62274       864     34160    375156    897232    101.72     59.69  --
135.79/135.84	c  N dy   903    536883       849     62274       864     47264    375156   1954392    107.98     68.54  --
135.89/135.92	c  S st   903    536883       849     62274       864     47264    375156   1954392    107.98     68.54  --
135.99/136.02	c  S st   903    537386       849     62274       864     47767    375156   1975604    107.98     68.54  --
135.99/136.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
135.99/136.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
136.49/136.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 37.6M T:  0.55
136.49/136.58	c Calc non-exist non-lernt bins v-fix:     0 done:    849 time:  0.00 s
136.49/136.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
136.59/136.61	c Subs w/ non-existent bins:      0 time:  0.04 s
136.59/136.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.69/136.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.13 s
136.69/136.78	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
143.39/143.48	c ORs :     32 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.04
144.10/144.13	c Added 9 vars  tried: 80000 time: 0.65
144.59/144.66	c ORs :      9 avg-s:  0.0 cl-sh: 34961 l-rem:  34961 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    1.18
144.59/144.69	c lits-rem:       171  cl-subs:     2476  v-elim:    804  v-fix:    0  time:  7.91 s
144.59/144.69	c learnt bin added due to v-elim: 0
144.69/144.70	c vivif2 --  cl tried    62283 cl shrink        0 lits rem          0 time: 0.01
144.69/144.73	c vivif2 --  cl tried    45291 cl shrink        0 lits rem          0 time: 0.04
144.79/144.81	c asymm  cl-useful: 0/1355/62283 lits-rem:0 time: 0.08
144.79/144.82	c calculated reachability. Time: 0.00
144.79/144.82	c  N dy   903    537386       858     62283       882     45291    375217   1731364    107.98     68.54  --
144.79/144.82	c  F st   903    537386       858     62283       882     45291    375217   1731364    107.98     68.54  --
144.99/145.02	c Decided on static restart strategy
210.40/210.48	c  N dy   956    806081       858     62283       882     42039    375217    775744    113.78     74.22  --
210.50/210.52	c  S st   956    806081       858     62283       882     42039    375217    775744    113.78     74.22  --
210.60/210.62	c  S st   956    806582       858     62283       882     42540    375217    799372    113.78     74.22  --
210.60/210.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
210.60/210.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
211.10/211.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 43.1M T:  0.51
211.10/211.14	c Calc non-exist non-lernt bins v-fix:     0 done:    858 time:  0.00 s
211.10/211.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
211.10/211.16	c Subs w/ non-existent bins:      0 time:  0.02 s
211.10/211.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
211.20/211.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
211.20/211.24	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
213.09/213.12	c ORs :     41 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
213.40/213.48	c Added 9 vars  tried: 80000 time: 0.36
213.40/213.49	c ORs :      9 avg-s:  0.0 cl-sh:  5389 l-rem:   5389 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    0.37
213.49/213.51	c lits-rem:       213  cl-subs:     2646  v-elim:    804  v-fix:    0  time:  2.27 s
213.49/213.51	c learnt bin added due to v-elim: 0
213.49/213.52	c vivif2 --  cl tried    62292 cl shrink        0 lits rem          0 time: 0.01
213.49/213.54	c vivif2 --  cl tried    39894 cl shrink        0 lits rem          0 time: 0.02
213.59/213.60	c asymm  cl-useful: 0/1170/62292 lits-rem:0 time: 0.07
213.59/213.61	c calculated reachability. Time: 0.00
213.59/213.61	c  N dy   956    806582       867     62292       900     39894    373837    734430    113.78     74.22  --
324.10/324.14	c  N dy   983   1209873       867     62292       900     71165    373837   3239830    109.95     78.05  --
324.20/324.27	c  S st   983   1209873       867     62292       900     71165    373837   3239830    109.95     78.05  --
324.30/324.39	c  S st   983   1210377       867     62292       901     71668    373837   3263617    109.95     78.05  --
324.40/324.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
324.40/324.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
325.30/325.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      6 BRemL:      0 BRemN:      0 CBin:       0 P: 52.1M T:  0.93
325.30/325.33	c Calc non-exist non-lernt bins v-fix:     0 done:    867 time:  0.00 s
325.30/325.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
325.30/325.39	c Subs w/ non-existent bins:      0 time:  0.06 s
325.40/325.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
325.70/325.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.31 s
325.70/325.77	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
352.40/352.48	c ORs :     49 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
352.80/352.84	c Added 9 vars  tried: 80000 time: 0.36
352.80/352.85	c ORs :      9 avg-s:  0.0 cl-sh:  4251 l-rem:   4251 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    0.37
352.80/352.88	c lits-rem:       140  cl-subs:    28282  v-elim:   1600  v-fix:    0  time: 27.10 s
352.80/352.88	c learnt bin added due to v-elim: 0
352.80/352.88	c vivif2 --  cl tried    62301 cl shrink        5 lits rem          5 time: 0.01
352.90/352.90	c vivif2 --  cl tried    43386 cl shrink        0 lits rem          0 time: 0.02
352.90/352.97	c asymm  cl-useful: 0/1086/62296 lits-rem:0 time: 0.07
352.90/352.97	c calculated reachability. Time: 0.00
352.90/352.97	c  N dy   983   1210377       871     62296       914     43386    373789    788880    109.95     78.05  --
572.30/572.35	c  N dy   989   1710378       871     62296       915    106793    373789   7524140    132.91     85.14  --
572.61/572.62	c  S st   989   1710378       871     62296       915    106793    373789   7524140    132.91     85.14  --
572.81/572.81	c  S st   989   1710881       871     62296       917    107294    373789   7548469    132.91     85.14  --
572.81/572.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
572.81/572.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
574.51/574.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      1 BRemL:      0 BRemN:      1 CBin:       0 P: 60.0M T:  1.69
574.51/574.53	c Calc non-exist non-lernt bins v-fix:     0 done:    871 time:  0.00 s
574.51/574.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
574.61/574.66	c Subs w/ non-existent bins:      0 time:  0.13 s
574.71/574.79	c bin-w-bin subsume rem            5 bins  time:  0.00 s
575.81/575.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.02 s
575.81/575.81	c Removed useless bin:       4  fixed:     0  bprops:   0.01M  time:  0.00 s
1232.03/1232.04	c ORs :     53 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.49
1233.82/1233.80	c Added 9 vars  tried: 80000 time: 1.76
1239.12/1239.13	c ORs :      9 avg-s:  0.0 cl-sh: 110850 l-rem: 110850 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    7.09
1239.22/1239.23	c lits-rem:      1920  cl-subs:    11152  v-elim:   1364  v-fix:    0  time: 663.43 s
1239.22/1239.23	c learnt bin added due to v-elim: 0
1239.22/1239.24	c vivif2 --  cl tried    62304 cl shrink        4 lits rem          4 time: 0.01
1239.32/1239.37	c vivif2 --  cl tried    96142 cl shrink        0 lits rem          0 time: 0.13
1239.52/1239.52	c asymm  cl-useful: 0/811/62300 lits-rem:0 time: 0.15
1239.52/1239.53	c calculated reachability. Time: 0.00
1239.52/1239.53	c  N dy   989   1710881       875     62300       916     96142    374947   6416244    132.91     85.14  --

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

running on 2 cores: 5,7

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.38 3.87 3.89 4/189 1618
/proc/meminfo: memFree=14924676/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=29240 CPUtime=0 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 864 0 0 0 0 0 0 0 25 0 1 0 443407009 29941760 803 33554432000 4194304 4797429 140735692350736 18446744073709551615 254261283837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 7310 803 348 148 0 2239 0

[startup+0.096024 s]
/proc/loadavg: 3.38 3.87 3.89 4/189 1618
/proc/meminfo: memFree=14924676/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=32900 CPUtime=0.09 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 2230 0 0 0 9 0 0 0 25 0 1 0 443407009 33689600 2014 33554432000 4194304 4797429 140735692350736 18446744073709551615 4428966 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 8225 2014 371 148 0 3154 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32900

[startup+0.10101 s]
/proc/loadavg: 3.38 3.87 3.89 4/189 1618
/proc/meminfo: memFree=14924676/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=32900 CPUtime=0.09 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 2230 0 0 0 9 0 0 0 25 0 1 0 443407009 33689600 2014 33554432000 4194304 4797429 140735692350736 18446744073709551615 4428452 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 8225 2014 371 148 0 3154 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32900

[startup+0.30099 s]
/proc/loadavg: 3.38 3.87 3.89 4/189 1618
/proc/meminfo: memFree=14924676/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=140772 CPUtime=0.29 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 5092 0 0 0 29 0 0 0 25 0 1 0 443407009 144150528 4022 33554432000 4194304 4797429 140735692350736 18446744073709551615 254261272458 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 35193 4022 397 148 0 30122 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 140772

[startup+0.70091 s]
/proc/loadavg: 3.38 3.87 3.89 4/189 1618
/proc/meminfo: memFree=14924676/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=145312 CPUtime=0.69 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 6365 0 0 0 69 0 0 0 18 0 1 0 443407009 148799488 5245 33554432000 4194304 4797429 140735692350736 18446744073709551615 4358689 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 36328 5245 437 148 0 31257 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 145312

[startup+1.50076 s]
/proc/loadavg: 3.38 3.87 3.89 5/190 1619
/proc/meminfo: memFree=14860064/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=149160 CPUtime=1.49 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 8300 0 0 0 148 1 0 0 19 0 1 0 443407009 152739840 5701 33554432000 4194304 4797429 140735692350736 18446744073709551615 4423089 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 37290 5701 409 148 0 32219 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 149160

[startup+3.10049 s]
/proc/loadavg: 3.38 3.87 3.89 5/190 1619
/proc/meminfo: memFree=14856412/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=151012 CPUtime=3.09 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 9038 0 0 0 308 1 0 0 22 0 1 0 443407009 154636288 6436 33554432000 4194304 4797429 140735692350736 18446744073709551615 4568328 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 37753 6436 412 148 0 32682 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 151012

[startup+6.30092 s]
/proc/loadavg: 3.43 3.87 3.89 5/190 1619
/proc/meminfo: memFree=14805696/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=155476 CPUtime=6.29 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 11151 0 0 0 628 1 0 0 25 0 1 0 443407009 159207424 8482 33554432000 4194304 4797429 140735692350736 18446744073709551615 4568105 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 38869 8482 413 148 0 33798 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 155476

[startup+12.7008 s]
/proc/loadavg: 3.48 3.88 3.89 5/190 1619
/proc/meminfo: memFree=14721696/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=159544 CPUtime=12.69 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 13373 0 0 0 1268 1 0 0 25 0 1 0 443407009 163373056 8481 33554432000 4194304 4797429 140735692350736 18446744073709551615 4524484 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 39886 8481 413 148 0 34815 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 159544

[startup+25.5005 s]
/proc/loadavg: 3.59 3.88 3.90 5/190 1619
/proc/meminfo: memFree=14677568/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=166364 CPUtime=25.49 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 18240 0 0 0 2547 2 0 0 25 0 1 0 443407009 170356736 9808 33554432000 4194304 4797429 140735692350736 18446744073709551615 4424659 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 41591 9808 416 148 0 36520 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 166364

[startup+51.101 s]
/proc/loadavg: 3.73 3.89 3.90 5/190 1620
/proc/meminfo: memFree=14611340/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=174792 CPUtime=51.09 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 24944 0 0 0 5105 4 0 0 25 0 1 0 443407009 178987008 13830 33554432000 4194304 4797429 140735692350736 18446744073709551615 4506622 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 43698 13830 416 148 0 38627 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 174792

[startup+102.307 s]
/proc/loadavg: 3.88 3.90 3.90 5/190 1621
/proc/meminfo: memFree=14553736/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=183648 CPUtime=102.29 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 57649 0 0 0 10219 10 0 0 25 0 1 0 443407009 188055552 15710 33554432000 4194304 4797429 140735692350736 18446744073709551615 4423072 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 45912 15710 416 148 0 40841 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 183648

[startup+162.3 s]
/proc/loadavg: 3.95 3.92 3.91 5/190 1623
/proc/meminfo: memFree=14506508/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=190640 CPUtime=162.3 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 88082 0 0 0 16213 17 0 0 25 0 1 0 443407009 195215360 18740 33554432000 4194304 4797429 140735692350736 18446744073709551615 4425057 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 47660 18740 416 148 0 42589 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 190640

[startup+222.301 s]
/proc/loadavg: 3.98 3.93 3.91 5/190 1625
/proc/meminfo: memFree=14467684/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=194604 CPUtime=222.29 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 118428 0 0 0 22205 24 0 0 25 0 1 0 443407009 199274496 20927 33554432000 4194304 4797429 140735692350736 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 48651 20927 416 148 0 43580 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 194604

[startup+282.301 s]
/proc/loadavg: 3.99 3.94 3.91 5/190 1626
/proc/meminfo: memFree=14455724/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=200916 CPUtime=282.3 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 150540 0 0 0 28198 32 0 0 25 0 1 0 443407009 205737984 22401 33554432000 4194304 4797429 140735692350736 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 50229 22401 416 148 0 45158 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 200916

[startup+342.301 s]
/proc/loadavg: 3.99 3.95 3.91 5/190 1628
/proc/meminfo: memFree=14419752/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=210868 CPUtime=342.3 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 171801 0 0 0 34192 38 0 0 25 0 1 0 443407009 215928832 23161 33554432000 4194304 4797429 140735692350736 18446744073709551615 4506506 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 52717 23161 416 148 0 47646 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 210868

[startup+402.301 s]
/proc/loadavg: 4.05 3.97 3.91 5/190 1629
/proc/meminfo: memFree=14402088/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=215992 CPUtime=402.29 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 192005 0 0 0 40182 47 0 0 25 0 1 0 443407009 221175808 23927 33554432000 4194304 4797429 140735692350736 18446744073709551615 4424963 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 53998 23927 416 148 0 48927 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 215992

[startup+462.3 s]
/proc/loadavg: 4.02 3.97 3.91 5/190 1631
/proc/meminfo: memFree=14375008/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=217680 CPUtime=462.3 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 212900 0 0 0 46173 57 0 0 25 0 1 0 443407009 222904320 27624 33554432000 4194304 4797429 140735692350736 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 54420 27624 416 148 0 49349 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 217680

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 1633
/proc/meminfo: memFree=14365532/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=218680 CPUtime=522.3 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 232556 0 0 0 52164 66 0 0 25 0 1 0 443407009 223928320 29223 33554432000 4194304 4797429 140735692350736 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 54670 29223 416 148 0 49599 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 218680

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 1634
/proc/meminfo: memFree=14311064/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=253852 CPUtime=582.31 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 258476 0 0 0 58157 74 0 0 25 0 1 0 443407009 259944448 37060 33554432000 4194304 4797429 140735692350736 18446744073709551615 4506622 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 63463 37060 416 148 0 58392 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 253852

[startup+642.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 1636
/proc/meminfo: memFree=14289564/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=255840 CPUtime=642.31 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 258849 0 0 0 64157 74 0 0 25 0 1 0 443407009 261980160 37432 33554432000 4194304 4797429 140735692350736 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 63960 37432 416 148 0 58889 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 255840

[startup+702.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 1637
/proc/meminfo: memFree=14297944/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=255840 CPUtime=702.31 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 258849 0 0 0 70157 74 0 0 25 0 1 0 443407009 261980160 37432 33554432000 4194304 4797429 140735692350736 18446744073709551615 4568062 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 63960 37432 416 148 0 58889 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 255840

[startup+762.307 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 1639
/proc/meminfo: memFree=14298268/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=255840 CPUtime=762.32 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 258849 0 0 0 76158 74 0 0 25 0 1 0 443407009 261980160 37432 33554432000 4194304 4797429 140735692350736 18446744073709551615 4568098 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 63960 37432 416 148 0 58889 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 255840

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 1641
/proc/meminfo: memFree=14285320/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=255840 CPUtime=822.31 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 258849 0 0 0 82157 74 0 0 25 0 1 0 443407009 261980160 37432 33554432000 4194304 4797429 140735692350736 18446744073709551615 4568069 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 63960 37432 416 148 0 58889 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 255840

[startup+882.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 1642
/proc/meminfo: memFree=14262720/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=255840 CPUtime=882.31 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 258849 0 0 0 88157 74 0 0 25 0 1 0 443407009 261980160 37432 33554432000 4194304 4797429 140735692350736 18446744073709551615 4568088 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 63960 37432 416 148 0 58889 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 255840

[startup+942.3 s]
/proc/loadavg: 4.08 3.99 3.92 5/190 1644
/proc/meminfo: memFree=14228568/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=255840 CPUtime=942.32 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 258849 0 0 0 94158 74 0 0 25 0 1 0 443407009 261980160 37432 33554432000 4194304 4797429 140735692350736 18446744073709551615 4568098 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 63960 37432 416 148 0 58889 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 255840

[startup+1002.3 s]
/proc/loadavg: 4.03 3.99 3.92 5/190 1645
/proc/meminfo: memFree=14207596/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=255840 CPUtime=1002.32 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 258849 0 0 0 100158 74 0 0 25 0 1 0 443407009 261980160 37432 33554432000 4194304 4797429 140735692350736 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 63960 37432 416 148 0 58889 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 255840

[startup+1062.3 s]
/proc/loadavg: 4.01 3.99 3.92 5/190 1647
/proc/meminfo: memFree=14200372/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=255840 CPUtime=1062.32 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 258849 0 0 0 106158 74 0 0 25 0 1 0 443407009 261980160 37432 33554432000 4194304 4797429 140735692350736 18446744073709551615 4568088 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 63960 37432 416 148 0 58889 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 255840

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 1649
/proc/meminfo: memFree=14221252/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=255840 CPUtime=1122.32 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 258849 0 0 0 112158 74 0 0 25 0 1 0 443407009 261980160 37432 33554432000 4194304 4797429 140735692350736 18446744073709551615 4568088 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 63960 37432 416 148 0 58889 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 255840

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 1650
/proc/meminfo: memFree=14171988/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=255840 CPUtime=1182.32 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 258849 0 0 0 118158 74 0 0 25 0 1 0 443407009 261980160 37432 33554432000 4194304 4797429 140735692350736 18446744073709551615 4568088 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 63960 37432 416 148 0 58889 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 255840

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 1655
/proc/meminfo: memFree=14192880/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=256648 CPUtime=1242.32 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 259921 0 0 0 124157 75 0 0 25 0 1 0 443407009 262807552 38496 33554432000 4194304 4797429 140735692350736 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 64162 38496 416 148 0 59091 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 256648



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.92 2/184 1659
/proc/meminfo: memFree=14921252/32951124 swapFree=67111528/67111528
[pid=1618] ppid=1616 vsize=259236 CPUtime=1300.03 cores=5,7
/proc/1618/stat : 1618 (techdemo) R 1616 1618 446 0 -1 4202496 280485 0 0 0 129919 84 0 0 25 0 1 0 443407009 265457664 38928 33554432000 4194304 4797429 140735692350736 18446744073709551615 4358614 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/1618/statm: 64809 38928 416 148 0 59738 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 259236

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.04
CPU user time (s): 1299.19
CPU system time (s): 0.84987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 332008

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

runsolver used 2.0037 second user time and 5.10922 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-23 00:05:17
IDJOB=3249436
IDBENCH=83170
IDSOLVER=1585
FILE ID=node140/3249436-1303509917
RUNJOBID= node140-1303509916-1498
PBS_JOBID= 13134247
Free space on /tmp= 71840 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-7x39.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249436-1303509917/watcher-3249436-1303509917 -o /tmp/evaluation-result-3249436-1303509917/solver-3249436-1303509917 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3249436-1303509917.cnf

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

MD5SUM BENCH= f717554c4e7f802b3078c48464dbcd9d
RANDOM SEED=1160195726

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14924956 kB
Buffers:       1884284 kB
Cached:       15371188 kB
SwapCached:          0 kB
Active:        9932816 kB
Inactive:      7542708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14924956 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           61348 kB
Writeback:           0 kB
AnonPages:      219884 kB
Mapped:          16232 kB
Slab:           487840 kB
PageTables:       5912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   756228 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= 71884 MiB
End job on node140 at 2011-04-23 00:26:59