Trace number 3175599

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st? (TO) 1300.06 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S64788608-008-UNKNOWN.cnf
MD5SUMc0e1e71ade06eb64bd0f5dbaf6b892a1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark138.192
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
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 WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175599-1301784958.cnf'
0.00/0.00	c -- header says num vars:          40000
0.00/0.00	c -- header says num clauses:      168000
0.09/0.11	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.09/0.11	c -- vars added      40000
0.09/0.11	c Parsing time:  0.10 s
0.09/0.11	c  N st     0         0     40000    168000         0         0    504000         0   no data   no data  --
0.19/0.22	c asymm  cl-useful: 0/168000/168000 lits-rem:0 time: 0.11
0.29/0.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.11
0.39/0.44	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.39/0.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.39/0.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.01 s
0.39/0.48	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
0.79/0.82	c lits-rem:         0  cl-subs:        0  v-elim:   1126  v-fix:    0  time:  0.34 s
0.79/0.83	c Finding binary XORs  T:     0.01 s  found:       0
0.89/0.91	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
0.89/0.91	c calculated reachability. Time: 0.00
0.89/0.92	c Calc default polars -  time:   0.01 s pos:   17694 undec:    4590 neg:   17716
0.89/0.92	c =========================================================================================
0.89/0.92	c types(t): F = full restart, N = normal restart
0.89/0.92	c types(t): S = simplification begin/end, E = solution found
0.89/0.92	c restart types(rt): st = static, dy = dynamic
0.89/0.92	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.89/0.92	c  B st     0         0     38874    166076         0         0    504339         0   no data   no data  --
2.39/2.44	c  N dy    16      4106     38874    166076         0      4104    504339   1287378    169.02    178.01  --
3.89/3.96	c  N dy    47      8191     38874    166076         0      8189    504339   2392584    177.86    193.73  --
5.50/5.51	c  N dy    75     12316     38874    166076         0     12314    504339   3491538    177.69    190.87  --
6.99/7.04	c  N dy   100     16337     38874    166076         0     16335    504339   4551482    177.38    194.97  --
8.70/8.71	c  N dy   125     20596     38874    166076         0     10597    504339    841395    176.63    191.16  --
10.19/10.28	c  N dy   153     24707     38874    166076         0     14708    504339   1954371    177.57    190.93  --
10.29/10.39	c  F st   156     25000     38874    166076         0     15001    504339   2031328    177.52   no data  --
12.19/12.29	c  N dy   162     30000     38874    166076         0     20001    504339   3831991    177.52   no data  --
12.19/12.29	c  S st   162     30000     38874    166076         0     20001    504339   3831991    177.52   no data  --
12.39/12.47	c  S st   162     30505     38874    166076         0     20506    504339   3931878    177.52   no data  --
12.39/12.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.39/12.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.69/12.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.26
13.10/13.15	c bin-w-bin subsume rem            0 bins  time:  0.01 s
13.10/13.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
13.10/13.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
13.10/13.18	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
22.79/22.87	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time:  9.68 s
23.00/23.04	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.18
23.00/23.05	c calculated reachability. Time: 0.00
23.00/23.05	c  N dy   162     30505     38874    166076         0     20499    504339   3924713    177.52   no data  --
24.79/24.84	c  N dy   190     34823     38874    166076         0     24817    504339   5078389    177.62    190.52  --
26.49/26.53	c  N dy   218     38997     38874    166076         0     28991    504339   6196699    177.48    188.37  --
28.09/28.15	c  N dy   244     43068     38874    166076         0     17569    504339   1370350    177.42    192.99  --
29.19/29.20	c  S st   260     45757     38874    166076         0     20258    504339   2054028    176.76    156.67  --
29.39/29.40	c  S st   260     46261     38874    166076         0     20762    504339   2144442    176.76   no data  --
29.39/29.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
29.39/29.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.59/29.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.26
29.79/29.88	c bin-w-bin subsume rem            0 bins  time:  0.01 s
29.79/29.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
29.89/29.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
29.89/29.92	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
34.99/35.06	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  5.14 s
34.99/35.08	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
35.10/35.11	c vivif2 --  cl tried    20761 cl shrink        0 lits rem          0 time: 0.03
35.20/35.27	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.16
35.20/35.28	c calculated reachability. Time: 0.00
35.20/35.29	c  N dy   260     46261     38874    166076         0     20761    504339   2144350    176.76   no data  --
36.79/36.87	c  N dy   282     50322     38874    166076         0     24822    504339   3214015    176.48    185.78  --
38.50/38.56	c  N dy   311     54466     38874    166076         0     28966    504339   4311497    176.60    190.64  --
40.29/40.39	c  N dy   341     58651     38874    166076         0     33151    504339   5467645    177.14    186.76  --
41.99/42.07	c  N dy   370     62656     38874    166076         0     37156    504339   6553370    177.62    226.59  --
43.69/43.77	c  N dy   398     66866     38874    166076         0     22614    504339   1829065    177.70    187.15  --
44.69/44.79	c  S st   416     69391     38874    166076         0     25139    504339   2527860    177.74    163.98  --
44.99/45.00	c  S st   416     69893     38874    166076         0     25641    504339   2633759    177.74   no data  --
44.99/45.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
44.99/45.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.19/45.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.26
45.49/45.50	c bin-w-bin subsume rem            0 bins  time:  0.01 s
45.49/45.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
45.49/45.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
45.49/45.54	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
52.39/52.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  6.91 s
52.39/52.47	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
52.49/52.51	c vivif2 --  cl tried    25641 cl shrink        0 lits rem          0 time: 0.04
52.70/52.70	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.19
52.70/52.71	c calculated reachability. Time: 0.00
52.70/52.71	c  N dy   416     69893     38874    166076         0     25641    504339   2633759    177.74   no data  --
54.69/54.78	c  N dy   449     74460     38874    166076         0     30208    504339   3875199    178.08    189.48  --
56.99/57.02	c  N dy   485     79362     38874    166076         0     35110    504339   5248628    178.51    197.37  --
59.29/59.40	c  N dy   519     84589     38874    166076         0     40337    504339   6675397    178.57    188.66  --
60.69/60.72	c  F st   538     87502     38874    166076         0     22378    504339   1129525    178.50   no data  --
62.19/62.21	c  N st   543     90798     38874    166076         0     25674    504339   2259313    178.50   no data  --
64.80/64.82	c  N dy   573     96614     38874    166076         0     31490    504339   4191242    178.58    188.41  --
67.49/67.58	c  N dy   616    102797     38874    166076         0     37672    504339   5855011    178.47    192.52  --
68.49/68.52	c  S st   631    104839     38874    166076         0     39714    504339   6422456    178.59    145.48  --
68.69/68.76	c  S st   631    105342     38874    166076         0     40217    504339   6537842    178.59   no data  --
68.69/68.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
68.69/68.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
68.99/69.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.28
69.50/69.56	c bin-w-bin subsume rem            0 bins  time:  0.01 s
69.50/69.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
69.50/69.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
69.50/69.60	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
149.99/150.09	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 80.50 s
150.09/150.11	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.01
150.19/150.20	c vivif2 --  cl tried    40215 cl shrink        0 lits rem          0 time: 0.09
150.29/150.39	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.19
150.39/150.40	c calculated reachability. Time: 0.00
150.39/150.40	c  N dy   631    105342     38874    166076         0     40215    504339   6536093    178.59   no data  --
153.29/153.33	c  N dy   680    112139     38874    166076         0     24572    504339   1273472    178.86    191.58  --
156.30/156.32	c  N dy   732    119372     38874    166076         0     31804    504339   3250137    179.14    196.14  --
159.50/159.55	c  N dy   784    127069     38874    166076         0     39501    504339   5295989    179.08    191.01  --
163.09/163.15	c  N dy   840    135268     38874    166076         0     23981    504339    742150    179.17    202.74  --
166.69/166.75	c  N dy   900    144132     38874    166076         0     32844    504339   3157328    179.37    194.38  --
170.60/170.63	c  N dy   962    153341     38874    166076         0     42053    504339   5671827    179.35    199.04  --
172.70/172.71	c  S st   993    158014     38874    166076         0     46726    504339   6946735    179.42   no data  --
172.89/172.95	c  S st   993    158516     38874    166076         0     47228    504339   7055714    179.42   no data  --
172.89/172.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
172.89/172.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
173.19/173.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.29
173.70/173.79	c bin-w-bin subsume rem            0 bins  time:  0.01 s
173.80/173.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
173.80/173.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
173.80/173.83	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
270.60/270.61	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 96.78 s
270.60/270.63	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
270.70/270.74	c vivif2 --  cl tried    47227 cl shrink        0 lits rem          0 time: 0.11
270.90/270.97	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.23
270.90/270.98	c calculated reachability. Time: 0.00
270.90/270.98	c  N dy   993    158516     38874    166076         0     47227    504339   7055651    179.42   no data  --
275.49/275.57	c  N dy  1059    168715     38874    166076         0     32567    504339   2738991    179.41    190.02  --
280.50/280.54	c  N dy  1140    179493     38874    166076         0     43343    504339   5816266    179.83    192.18  --
285.90/285.92	c  N dy  1221    191037     38874    166076         0     28957    504339   1385763    179.98    193.79  --
291.09/291.10	c  N dy  1306    203279     38874    166076         0     41199    504339   4752205    180.08    189.65  --
296.91/296.94	c  N dy  1395    216353     38874    166076         0     27315    504339    664800    180.05    191.82  --
302.70/302.72	c  N dy  1486    230226     38874    166076         0     41187    504339   4474614    180.06    195.77  --
305.99/306.02	c  S st  1538    237774     38874    166076         0     48735    504339   6507742    180.01   no data  --
306.19/306.25	c  S st  1538    238279     38874    166076         0     49239    504339   6607705    180.01   no data  --
306.19/306.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
306.19/306.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
306.49/306.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.29
306.90/306.99	c bin-w-bin subsume rem            0 bins  time:  0.01 s
306.99/307.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
306.99/307.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
306.99/307.03	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
395.49/395.56	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 88.53 s
395.49/395.58	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
395.59/395.68	c vivif2 --  cl tried    49233 cl shrink        0 lits rem          0 time: 0.10
395.90/395.92	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.23
395.90/395.93	c calculated reachability. Time: 0.00
395.90/395.93	c  N dy  1538    238279     38874    166076         0     49233    504339   6605313    180.01   no data  --
402.89/402.93	c  N dy  1653    253609     38874    166076         0     36587    504339   2923231    180.27    197.17  --
409.80/409.89	c  N dy  1750    269810     38874    166076         0     52786    504339   7397971    180.10    190.94  --
417.40/417.41	c  N dy  1866    287125     38874    166076         0     41111    504339   3876068    180.14    194.16  --
425.70/425.75	c  N dy  1997    305706     38874    166076         0     59692    504339   8878994    180.08    190.31  --
426.00/426.03	c  F st  2001    306250     38874    166076         0     30240    504339    586652    180.06   no data  --
434.30/434.35	c  N dy  2101    325249     38874    166076         0     49238    504339   6366089    179.97    219.24  --
443.30/443.34	c  N dy  2240    345457     38874    166076         0     38448    504339   2563440    179.97    194.05  --
448.50/448.59	c  S st  2324    357418     38874    166076         0     50408    504339   5865639    180.14   no data  --
448.81/448.82	c  S st  2324    357919     38874    166076         0     50909    504339   5954409    180.14   no data  --
448.81/448.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
448.81/448.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
449.10/449.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.29
449.50/449.52	c bin-w-bin subsume rem            0 bins  time:  0.01 s
449.50/449.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
449.50/449.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
449.50/449.56	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
524.61/524.65	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 75.09 s
524.61/524.67	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
524.71/524.76	c vivif2 --  cl tried    50906 cl shrink        0 lits rem          0 time: 0.09
524.90/524.98	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.22
524.90/524.99	c calculated reachability. Time: 0.00
524.90/524.99	c  N dy  2324    357919     38874    166076         0     50906    504339   5952198    180.14   no data  --
534.10/534.15	c  N dy  2468    378303     38874    166076         0     39290    504339   2520047    180.22    194.17  --
543.11/543.15	c  N dy  2610    398452     38874    166076         0     59437    504339   8000780    180.27    192.28  --
551.90/552.00	c  N dy  2745    418539     38874    166076         0     46525    504339   4186218    180.25    190.13  --
561.11/561.14	c  N dy  2881    438619     38874    166076         0     66604    504339   9601968    180.18    190.80  --
570.01/570.01	c  N dy  3014    458721     38874    166076         0     52704    504339   5593254    180.14    191.04  --
579.21/579.26	c  N dy  3148    478821     38874    166076         0     37812    504339   1251341    180.10    192.76  --
588.10/588.14	c  N dy  3285    498845     38874    166076         0     57836    504339   6718334    180.13    206.39  --
597.51/597.50	c  N dy  3430    518856     38874    166076         0     41847    504339   2151192    180.31    190.49  --
605.60/605.65	c  S st  3558    536878     38874    166076         0     59869    504339   7024733    180.33   no data  --
605.80/605.87	c  S st  3558    537380     38874    166076         0     60371    504339   7105945    180.33   no data  --
605.90/605.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
605.90/605.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
606.20/606.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.30
606.60/606.65	c bin-w-bin subsume rem            0 bins  time:  0.01 s
606.60/606.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
606.60/606.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
606.60/606.69	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
711.51/711.59	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 104.90 s
711.61/711.61	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
711.71/711.71	c vivif2 --  cl tried    60370 cl shrink        0 lits rem          0 time: 0.10
711.91/711.95	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.24
711.91/711.97	c calculated reachability. Time: 0.00
711.91/711.97	c  N dy  3558    537380     38874    166076         0     60370    504339   7105568    180.33   no data  --
721.21/721.25	c  N dy  3699    557440     38874    166076         0     43429    504339   2260046    180.34    199.65  --
730.21/730.25	c  N dy  3829    577519     38874    166076         0     63507    504339   7724790    180.30    192.32  --
739.51/739.57	c  N dy  3961    597590     38874    166076         0     45580    504339   2558326    180.25    195.69  --
748.81/748.80	c  N dy  4099    617782     38874    166076         0     65772    504339   8155903    180.35    195.33  --
758.21/758.28	c  N dy  4244    637980     38874    166076         0     46968    504339   2686947    180.41    190.33  --
767.41/767.47	c  N dy  4387    657984     38874    166076         0     66969    504339   8242395    180.50    193.69  --
776.91/776.94	c  N dy  4517    678176     38874    166076         0     47161    504339   2497034    180.49    190.99  --
786.21/786.28	c  N dy  4659    698272     38874    166076         0     67254    504339   8123260    180.59    208.95  --
795.91/795.99	c  N dy  4811    718287     38874    166076         0     46275    504339   1986222    180.70    195.79  --
805.21/805.24	c  N dy  4956    738311     38874    166076         0     66298    504339   7599184    180.81    204.38  --
815.02/815.01	c  N dy  5089    758324     38874    166076         0     44314    504339   1124463    180.78    196.08  --
824.11/824.15	c  N dy  5231    778428     38874    166076         0     64417    504339   6721537    180.83    191.59  --
833.82/833.89	c  N dy  5368    798447     38874    166076         0     84435    504339  12176018    180.81    228.48  --
837.41/837.45	c  S st  5424    806070     38874    166076         0     49055    504339   2195315    180.83   no data  --
837.61/837.67	c  S st  5424    806576     38874    166076         0     49561    504339   2307063    180.83   no data  --
837.61/837.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
837.61/837.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
837.91/837.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.28
838.12/838.16	c bin-w-bin subsume rem            0 bins  time:  0.01 s
838.12/838.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
838.12/838.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
838.22/838.20	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
844.82/844.88	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  6.67 s
844.91/844.90	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
844.91/844.94	c vivif2 --  cl tried    49559 cl shrink        0 lits rem          0 time: 0.04
845.11/845.16	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.23
845.11/845.18	c calculated reachability. Time: 0.00
845.11/845.18	c  N dy  5424    806576     38874    166076         0     49559    504339   2306511    180.83   no data  --
854.41/854.49	c  N dy  5563    826607     38874    166076         0     69589    504339   7844111    180.89    198.72  --
864.31/864.38	c  N dy  5703    846712     38874    166076         0     45698    504339    984947    180.97    196.37  --
873.42/873.49	c  N dy  5839    866763     38874    166076         0     65747    504339   6530835    180.99    237.48  --
883.32/883.35	c  N dy  5980    886830     38874    166076         0     85812    504339  12172203    181.09    192.31  --
892.72/892.73	c  N dy  6114    906918     38874    166076         0     60901    504339   4819746    181.06    227.97  --
902.42/902.45	c  N dy  6252    927054     38874    166076         0     81036    504339  10423126    181.11    198.76  --
912.11/912.12	c  N dy  6386    947138     38874    166076         0     55124    504339   3017315    181.10    198.73  --
921.52/921.55	c  N dy  6524    967141     38874    166076         0     75126    504339   8561394    181.13    190.83  --
931.62/931.65	c  N dy  6663    987242     38874    166076         0     48235    504339    845100    181.13    192.60  --
940.81/940.84	c  N dy  6795   1007357     38874    166076         0     68348    504339   6400968    181.11    192.52  --
950.82/950.84	c  N dy  6937   1027516     38874    166076         0     88507    504339  11958491    181.14    193.38  --
960.52/960.53	c  N dy  7075   1047611     38874    166076         0     60599    504339   3982326    181.14    191.60  --
970.22/970.29	c  N dy  7223   1067676     38874    166076         0     80663    504339   9645621    181.23    224.14  --
972.42/972.43	c  F st  7257   1071876     38874    166076         0     84863    504339  10852488    181.27   no data  --
980.52/980.53	c  N dy  7339   1087707     38874    166076         0     51691    504339   1301930    181.30    192.31  --
989.92/989.92	c  N dy  7473   1108042     38874    166076         0     72025    504339   6822869    181.28    194.14  --
999.92/999.96	c  N dy  7613   1128075     38874    166076         0     92053    504339  12344609    181.28    216.69  --
1009.62/1009.69	c  N dy  7746   1148086     38874    166076         0     62070    504339   3868139    181.26    196.12  --
1019.21/1019.24	c  N dy  7874   1168163     38874    166076         0     82146    504339   9368972    181.22    194.73  --
1029.82/1029.88	c  N dy  8009   1188200     38874    166076         0     51188    504339    592434    181.21    196.93  --
1040.12/1040.19	c  N dy  8155   1208342     38874    166076         0     71329    504339   6221367    181.24    198.08  --
1040.92/1040.98	c  S st  8165   1209866     38874    166076         0     72853    504339   6614530    181.24    167.19  --
1041.22/1041.26	c  S st  8165   1210367     38874    166076         0     73354    504339   6704872    181.24   no data  --
1041.22/1041.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1041.22/1041.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1041.62/1041.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.32
1042.02/1042.08	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1042.02/1042.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1042.12/1042.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
1042.12/1042.12	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
1140.92/1140.93	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 98.81 s
1140.92/1140.95	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
1141.02/1141.06	c vivif2 --  cl tried    73353 cl shrink        0 lits rem          0 time: 0.11
1141.32/1141.34	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.29
1141.32/1141.36	c calculated reachability. Time: 0.00
1141.32/1141.36	c  N dy  8165   1210367     38874    166076         0     73353    504339   6703309    181.24   no data  --
1152.22/1152.29	c  N dy  8293   1230676     38874    166076         0     93661    504339  12194708    181.18    192.67  --
1163.12/1163.15	c  N dy  8434   1250679     38874    166076         0     61666    504339   3222300    181.21    191.44  --
1173.73/1173.71	c  N dy  8573   1270682     38874    166076         0     81669    504339   8752868    181.24    196.83  --
1185.02/1185.07	c  N dy  8708   1290833     38874    166076         0    101819    504339  14223246    181.21    202.30  --
1195.72/1195.70	c  N dy  8849   1310836     38874    166076         0     68825    504339   4970668    181.25    192.79  --
1206.32/1206.39	c  N dy  8980   1330866     38874    166076         0     88855    504339  10507542    181.26    201.17  --
1217.92/1217.97	c  N dy  9116   1350974     38874    166076         0     54961    504339    823421    181.28    193.65  --
1228.32/1228.34	c  N dy  9256   1371079     38874    166076         0     75065    504339   6422852    181.30    192.79  --
1239.32/1239.32	c  N dy  9391   1391112     38874    166076         0     95093    504339  11948740    181.32    195.38  --
1250.73/1250.74	c  N dy  9530   1411191     38874    166076         0     60173    504339   1979937    181.35    194.48  --
1261.13/1261.16	c  N dy  9659   1431276     38874    166076         0     80257    504339   7581891    181.32    191.32  --
1272.22/1272.21	c  N dy  9794   1451327     38874    166076         0    100308    504339  13056344    181.31    196.00  --
1283.32/1283.36	c  N dy  9927   1471346     38874    166076         0     64335    504339   2865088    181.30    198.38  --
1294.03/1294.10	c  N dy 10070   1491450     38874    166076         0     84439    504339   8400882    181.32    193.96  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3175599-1301784958/watcher-3175599-1301784958 -o /tmp/evaluation-result-3175599-1301784958/solver-3175599-1301784958 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3175599-1301784958.cnf 

running on 2 cores: 4,6

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: 4.05 3.96 3.64 4/189 20283
/proc/meminfo: memFree=21506352/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=28152 CPUtime=0 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 1985 0 0 0 0 0 0 0 25 0 1 0 270911664 28827648 1723 33554432000 4194304 4650387 140735790785504 18446744073709551615 4361539 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 7038 1735 326 112 0 2003 0

[startup+0.0995981 s]
/proc/loadavg: 4.05 3.96 3.64 4/189 20283
/proc/meminfo: memFree=21506352/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=50944 CPUtime=0.09 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 7107 0 0 0 9 0 0 0 25 0 1 0 270911664 52166656 6048 33554432000 4194304 4650387 140735790785504 18446744073709551615 4520320 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 12736 6048 329 112 0 7701 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50944

[startup+0.100597 s]
/proc/loadavg: 4.05 3.96 3.64 4/189 20283
/proc/meminfo: memFree=21506352/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=50944 CPUtime=0.09 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 7120 0 0 0 9 0 0 0 25 0 1 0 270911664 52166656 6061 33554432000 4194304 4650387 140735790785504 18446744073709551615 4520320 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 12736 6061 329 112 0 7701 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50944

[startup+0.300553 s]
/proc/loadavg: 4.05 3.96 3.64 4/189 20283
/proc/meminfo: memFree=21506352/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=61556 CPUtime=0.29 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 9393 0 0 0 29 0 0 0 25 0 1 0 270911664 63033344 7348 33554432000 4194304 4650387 140735790785504 18446744073709551615 4245532 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 15389 7348 350 112 0 10354 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61556

[startup+0.70049 s]
/proc/loadavg: 4.05 3.96 3.64 4/189 20283
/proc/meminfo: memFree=21506352/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=86228 CPUtime=0.69 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 15439 0 0 0 68 1 0 0 25 0 1 0 270911664 88297472 13394 33554432000 4194304 4650387 140735790785504 18446744073709551615 233509994037 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 21557 13394 367 112 0 16522 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86228

[startup+1.50031 s]
/proc/loadavg: 4.05 3.96 3.64 5/190 20284
/proc/meminfo: memFree=21450544/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=86228 CPUtime=1.49 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 15997 0 0 0 148 1 0 0 25 0 1 0 270911664 88297472 13952 33554432000 4194304 4650387 140735790785504 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 21557 13952 379 112 0 16522 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86228

[startup+3.10105 s]
/proc/loadavg: 4.05 3.96 3.64 5/190 20284
/proc/meminfo: memFree=21443352/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=86228 CPUtime=3.09 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 17229 0 0 0 308 1 0 0 25 0 1 0 270911664 88297472 15184 33554432000 4194304 4650387 140735790785504 18446744073709551615 4363521 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 21557 15184 379 112 0 16522 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86228

[startup+6.30049 s]
/proc/loadavg: 4.05 3.96 3.64 5/190 20284
/proc/meminfo: memFree=21425636/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=137948 CPUtime=6.29 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 19462 0 0 0 627 2 0 0 25 0 1 0 270911664 141258752 17417 33554432000 4194304 4650387 140735790785504 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 34487 17417 379 112 0 29452 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 137948

[startup+12.7003 s]
/proc/loadavg: 4.04 3.96 3.64 2/181 20304
/proc/meminfo: memFree=21898656/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=154332 CPUtime=12.69 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 25803 0 0 0 1266 3 0 0 25 0 1 0 270911664 158035968 17301 33554432000 4194304 4650387 140735790785504 18446744073709551615 4237214 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 38583 17301 383 112 0 33548 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 154332

[startup+25.501 s]
/proc/loadavg: 3.90 3.93 3.64 5/190 20369
/proc/meminfo: memFree=21636836/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=246000 CPUtime=25.49 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 50263 0 0 0 2542 7 0 0 25 0 1 0 270911664 251904000 41761 33554432000 4194304 4650387 140735790785504 18446744073709551615 4333885 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 61500 41761 383 112 0 56465 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 246000

[startup+51.1004 s]
/proc/loadavg: 3.93 3.94 3.65 5/190 20369
/proc/meminfo: memFree=21513156/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=204556 CPUtime=51.09 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 68465 0 0 0 5098 11 0 0 25 0 1 0 270911664 209465344 44730 33554432000 4194304 4650387 140735790785504 18446744073709551615 4476706 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 51139 44730 383 112 0 46104 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 204556

[startup+102.306 s]
/proc/loadavg: 4.01 3.96 3.67 6/190 20371
/proc/meminfo: memFree=21372748/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=328840 CPUtime=102.29 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 90790 0 0 0 10214 15 0 0 25 0 1 0 270911664 336732160 63271 33554432000 4194304 4650387 140735790785504 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 82210 63271 383 112 0 77175 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 328840

[startup+162.301 s]
/proc/loadavg: 4.00 3.97 3.68 5/190 20372
/proc/meminfo: memFree=21282456/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=344568 CPUtime=162.29 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 99890 0 0 0 16212 17 0 0 25 0 1 0 270911664 352837632 67774 33554432000 4194304 4650387 140735790785504 18446744073709551615 4363420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 86142 67774 383 112 0 81107 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 344568

[startup+222.301 s]
/proc/loadavg: 4.00 3.97 3.70 5/190 20374
/proc/meminfo: memFree=21222792/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=369164 CPUtime=222.3 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 110605 0 0 0 22211 19 0 0 25 0 1 0 270911664 378023936 74229 33554432000 4194304 4650387 140735790785504 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 92291 74229 383 112 0 87256 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 369164

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.72 5/190 20376
/proc/meminfo: memFree=21203064/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=385480 CPUtime=282.3 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 119166 0 0 0 28209 21 0 0 25 0 1 0 270911664 394731520 78206 33554432000 4194304 4650387 140735790785504 18446744073709551615 4363482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 96370 78206 383 112 0 91335 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 385480

[startup+342.3 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 20386
/proc/meminfo: memFree=21147308/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=389008 CPUtime=342.29 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 130247 0 0 0 34205 24 0 0 25 0 1 0 270911664 398344192 79067 33554432000 4194304 4650387 140735790785504 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 97252 79067 383 112 0 92217 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 389008

[startup+402.3 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 20388
/proc/meminfo: memFree=21148900/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=340052 CPUtime=402.3 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 135432 0 0 0 40205 25 0 0 25 0 1 0 270911664 348213248 78838 33554432000 4194304 4650387 140735790785504 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 85013 78838 383 112 0 79978 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 340052

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.76 5/190 20389
/proc/meminfo: memFree=21123092/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=403588 CPUtime=462.3 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 157534 0 0 0 46199 31 0 0 25 0 1 0 270911664 413274112 82393 33554432000 4194304 4650387 140735790785504 18446744073709551615 4476104 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 100897 82393 383 112 0 95862 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 403588

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.77 5/190 20391
/proc/meminfo: memFree=21103568/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=403588 CPUtime=522.3 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 157534 0 0 0 52199 31 0 0 25 0 1 0 270911664 413274112 82393 33554432000 4194304 4650387 140735790785504 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 100897 82393 383 112 0 95862 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 403588

[startup+582.3 s]
/proc/loadavg: 4.00 3.97 3.78 5/190 20393
/proc/meminfo: memFree=21085696/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=416452 CPUtime=582.31 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 185860 0 0 0 58193 38 0 0 25 0 1 0 270911664 426446848 83028 33554432000 4194304 4650387 140735790785504 18446744073709551615 4364304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 104113 83028 383 112 0 99078 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 416452

[startup+642.3 s]
/proc/loadavg: 4.06 3.99 3.80 5/190 20394
/proc/meminfo: memFree=21085048/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=416580 CPUtime=642.31 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 197433 0 0 0 64192 39 0 0 25 0 1 0 270911664 426577920 86943 33554432000 4194304 4650387 140735790785504 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 104145 86943 383 112 0 99110 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 416580

[startup+702.301 s]
/proc/loadavg: 4.02 3.99 3.81 5/190 20396
/proc/meminfo: memFree=21091352/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=416580 CPUtime=702.31 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 197433 0 0 0 70192 39 0 0 25 0 1 0 270911664 426577920 86943 33554432000 4194304 4650387 140735790785504 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 104145 86943 383 112 0 99110 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 416580

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.82 5/190 20397
/proc/meminfo: memFree=21062576/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=429940 CPUtime=762.32 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 223288 0 0 0 76187 45 0 0 25 0 1 0 270911664 440258560 88247 33554432000 4194304 4650387 140735790785504 18446744073709551615 4368089 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 107485 88247 383 112 0 102450 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 429940

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.83 5/190 20399
/proc/meminfo: memFree=21057844/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=430368 CPUtime=822.31 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 251109 0 0 0 82181 50 0 0 25 0 1 0 270911664 440696832 88704 33554432000 4194304 4650387 140735790785504 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 107592 88704 383 112 0 102557 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 430368

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.83 5/190 20401
/proc/meminfo: memFree=21011068/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=443392 CPUtime=882.31 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 279794 0 0 0 88175 56 0 0 25 0 1 0 270911664 454033408 97881 33554432000 4194304 4650387 140735790785504 18446744073709551615 4363416 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 110848 97881 383 112 0 105813 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 443392

[startup+942.301 s]
/proc/loadavg: 4.00 3.99 3.84 5/190 20402
/proc/meminfo: memFree=21001248/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=444020 CPUtime=942.31 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 306879 0 0 0 94169 62 0 0 25 0 1 0 270911664 454676480 93592 33554432000 4194304 4650387 140735790785504 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 111005 93592 383 112 0 105970 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 444020

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.84 5/190 20404
/proc/meminfo: memFree=20948280/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=444248 CPUtime=1002.32 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 336031 0 0 0 100164 68 0 0 25 0 1 0 270911664 454909952 99887 33554432000 4194304 4650387 140735790785504 18446744073709551615 4363428 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 111062 99887 383 112 0 106027 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 444248

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.85 5/190 20405
/proc/meminfo: memFree=20900780/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=444852 CPUtime=1062.32 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 352491 0 0 0 106159 73 0 0 25 0 1 0 270911664 455528448 93162 33554432000 4194304 4650387 140735790785504 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 111213 93162 383 112 0 106178 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 444852

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.85 5/190 20407
/proc/meminfo: memFree=20880308/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=444852 CPUtime=1122.32 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 352491 0 0 0 112159 73 0 0 25 0 1 0 270911664 455528448 93162 33554432000 4194304 4650387 140735790785504 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 111213 93162 383 112 0 106178 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 444852

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.86 5/190 20409
/proc/meminfo: memFree=20880176/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=444956 CPUtime=1182.32 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 370530 0 0 0 118152 80 0 0 25 0 1 0 270911664 455634944 99307 33554432000 4194304 4650387 140735790785504 18446744073709551615 4314860 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 111239 99307 383 112 0 106204 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 444956

[startup+1242.3 s]
/proc/loadavg: 4.03 4.00 3.87 5/190 20410
/proc/meminfo: memFree=20855724/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=454276 CPUtime=1242.32 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 398136 0 0 0 124143 89 0 0 25 0 1 0 270911664 465178624 101997 33554432000 4194304 4650387 140735790785504 18446744073709551615 4331965 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 113569 101997 383 112 0 108534 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 454276



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.88 5/190 20412
/proc/meminfo: memFree=20842076/32951124 swapFree=67111528/67111528
[pid=20283] ppid=20281 vsize=469800 CPUtime=1300.03 cores=4,6
/proc/20283/stat : 20283 (strangenight1-s) R 20281 20283 20159 0 -1 4202496 425978 0 0 0 129904 99 0 0 25 0 1 0 270911664 481075200 103754 33554432000 4194304 4650387 140735790785504 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20283/statm: 117450 103754 383 112 0 112415 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 469800

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.03
CPU time (s): 1300.06
CPU user time (s): 1299.04
CPU system time (s): 1.01584
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 469800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.04
system time used= 1.01585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425978
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 1298

runsolver used 2.34964 second user time and 4.77227 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-03 00:55:58
IDJOB=3175599
IDBENCH=82617
IDSOLVER=1589
FILE ID=node145/3175599-1301784958
RUNJOBID= node145-1301783648-20179
PBS_JOBID= 12841373
Free space on /tmp= 72336 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S64788608-008-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175599-1301784958/watcher-3175599-1301784958 -o /tmp/evaluation-result-3175599-1301784958/solver-3175599-1301784958 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3175599-1301784958.cnf

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

MD5SUM BENCH= c0e1e71ade06eb64bd0f5dbaf6b892a1
RANDOM SEED=507021172

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21506508 kB
Buffers:        362508 kB
Cached:       10306260 kB
SwapCached:          0 kB
Active:        7333720 kB
Inactive:      3854044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21506508 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9376 kB
Writeback:           0 kB
AnonPages:      519124 kB
Mapped:          16380 kB
Slab:           192904 kB
PageTables:       6220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   770328 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= 72332 MiB
End job on node145 at 2011-04-03 01:17:40