Trace number 3369756

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 (fixed)? (TO) 1300.06 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S845438593-067-UNKNOWN.cnf
MD5SUM3b06c2c5c22c8501e021c8b11d20bcd0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1042.77
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-3369756-1305381919.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.23	c asymm  cl-useful: 0/168000/168000 lits-rem:0 time: 0.12
0.28/0.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.12
0.39/0.46	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.39/0.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.39/0.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.01 s
0.39/0.49	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
0.79/0.86	c lits-rem:         0  cl-subs:        0  v-elim:   1161  v-fix:    0  time:  0.36 s
0.79/0.86	c Finding binary XORs  T:     0.01 s  found:       0
0.89/0.95	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
0.89/0.95	c calculated reachability. Time: 0.00
0.89/0.96	c Calc default polars -  time:   0.01 s pos:   17674 undec:    4556 neg:   17770
0.89/0.96	c =========================================================================================
0.89/0.96	c types(t): F = full restart, N = normal restart
0.89/0.96	c types(t): S = simplification begin/end, E = solution found
0.89/0.96	c restart types(rt): st = static, dy = dynamic
0.89/0.96	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.89/0.96	c  B st     0         0     38839    166144         0         0    505009         0   no data   no data  --
2.49/2.56	c  N dy    18      4162     38839    166144         0      4161    505009   1146340    167.72    178.05  --
4.09/4.19	c  N dy    48      8165     38839    166144         0      8164    505009   2181748    172.52    190.23  --
5.78/5.81	c  N dy    80     12198     38839    166144         0     12195    505009   3289165    177.48    209.29  --
7.49/7.57	c  N dy   110     16383     38839    166144         0     16380    505009   4441107    179.49    192.62  --
9.18/9.28	c  N dy   139     20522     38839    166144         0     10525    505009    817931    179.73    196.86  --
10.90/10.91	c  N dy   164     24557     38839    166144         0     14560    505009   1883902    178.63    188.30  --
11.09/11.10	c  F st   168     25000     38839    166144         0     15003    505009   1996639    178.59   no data  --
13.29/13.36	c  N dy   174     30001     38839    166144         0     20002    505009   3967858    178.59   no data  --
13.29/13.36	c  S st   174     30001     38839    166144         0     20002    505009   3967858    178.59   no data  --
13.48/13.57	c  S st   174     30504     38839    166144         0     20505    505009   4072038    178.59   no data  --
13.48/13.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
13.48/13.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.78/13.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.27
14.20/14.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
14.31/14.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
14.31/14.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
14.31/14.34	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
24.99/25.07	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 10.73 s
25.20/25.27	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.20
25.20/25.28	c calculated reachability. Time: 0.00
25.20/25.28	c  N dy   174     30504     38839    166144         0     20503    505009   4070266    178.59   no data  --
27.09/27.12	c  N dy   200     34526     38839    166144         0     24525    505009   5127218    178.42    193.11  --
29.09/29.12	c  N dy   231     38647     38839    166144         0     28646    505009   6253051    178.76    196.45  --
30.99/31.03	c  N dy   259     42650     38839    166144         0     17150    505009   1261017    179.11    258.04  --
32.29/32.31	c  S st   280     45758     38839    166144         0     20258    505009   2104702    179.03   no data  --
32.49/32.52	c  S st   280     46261     38839    166144         0     20761    505009   2217085    179.03   no data  --
32.49/32.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
32.49/32.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.79/32.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.28
33.00/33.02	c bin-w-bin subsume rem            0 bins  time:  0.01 s
33.00/33.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
33.00/33.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
33.00/33.06	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
38.79/38.80	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  5.74 s
38.79/38.81	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
38.79/38.85	c vivif2 --  cl tried    20759 cl shrink        0 lits rem          0 time: 0.03
38.99/39.04	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.19
38.99/39.05	c calculated reachability. Time: 0.00
38.99/39.05	c  N dy   280     46261     38839    166144         0     20759    505009   2216334    179.03   no data  --
40.89/40.94	c  N dy   308     50295     38839    166144         0     24793    505009   3294970    179.15    189.35  --
42.90/42.95	c  N dy   332     54435     38839    166144         0     28933    505009   4372112    178.31    193.97  --
44.79/44.88	c  N dy   359     58454     38839    166144         0     32951    505009   5440895    178.06    188.25  --
46.59/46.66	c  N dy   381     62521     38839    166144         0     37018    505009   6506910    177.50    197.14  --
48.40/48.44	c  N dy   406     66666     38839    166144         0     22413    505009   1739636    177.02    188.87  --
49.50/49.59	c  S st   427     69391     38839    166144         0     25138    505009   2483048    177.29    183.51  --
49.79/49.81	c  S st   427     69895     38839    166144         0     25642    505009   2598442    177.29   no data  --
49.79/49.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
49.79/49.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.09/50.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.28
50.29/50.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
50.29/50.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
50.29/50.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
50.29/50.38	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
57.49/57.56	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  7.17 s
57.49/57.58	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
57.59/57.62	c vivif2 --  cl tried    25641 cl shrink        0 lits rem          0 time: 0.04
57.69/57.79	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.18
57.79/57.80	c calculated reachability. Time: 0.00
57.79/57.81	c  N dy   427     69895     38839    166144         0     25641    505009   2597416    177.29   no data  --
59.89/59.95	c  N dy   462     74366     38839    166144         0     30111    505009   3840068    178.03    201.77  --
62.29/62.35	c  N dy   493     79260     38839    166144         0     35004    505009   5113251    177.81    193.28  --
64.91/64.92	c  N dy   525     84468     38839    166144         0     40212    505009   6478651    177.53    190.74  --
66.29/66.32	c  F st   548     87501     38839    166144         0     22374    505009   1169941    177.70   no data  --
67.79/67.89	c  N st   553     90796     38839    166144         0     25669    505009   2477126    177.70   no data  --
70.40/70.44	c  N dy   580     96588     38839    166144         0     31460    505009   4305052    177.73    188.30  --
73.19/73.22	c  N dy   626    102789     38839    166144         0     37660    505009   5997870    178.01    199.69  --
74.09/74.17	c  S st   642    104844     38839    166144         0     39715    505009   6557222    178.00   no data  --
74.29/74.39	c  S st   642    105349     38839    166144         0     40220    505009   6644485    178.00   no data  --
74.39/74.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
74.39/74.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
74.70/74.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.29
75.19/75.23	c bin-w-bin subsume rem            0 bins  time:  0.01 s
75.19/75.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
75.19/75.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
75.19/75.27	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
166.70/166.75	c lits-rem:         2  cl-subs:        5  v-elim:      0  v-fix:    0  time: 91.49 s
166.70/166.77	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
166.80/166.88	c vivif2 --  cl tried    40215 cl shrink        0 lits rem          0 time: 0.11
167.10/167.11	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.23
167.10/167.13	c calculated reachability. Time: 0.00
167.10/167.13	c  N dy   642    105349     38839    166144         0     40215    505009   6643489    178.00   no data  --
170.19/170.24	c  N dy   687    112101     38839    166144         0     24531    505009   1259126    177.87    190.98  --
173.39/173.48	c  N dy   738    119433     38839    166144         0     31862    505009   3266216    178.09    189.02  --
177.00/177.01	c  N dy   793    127172     38839    166144         0     39600    505009   5411089    178.27    191.60  --
180.80/180.81	c  N dy   842    135403     38839    166144         0     24115    505009    741993    177.95    187.34  --
184.70/184.71	c  N dy   906    144205     38839    166144         0     32917    505009   3081814    177.93    188.26  --
188.89/188.98	c  N dy   970    153488     38839    166144         0     42200    505009   5654953    178.16    189.62  --
191.09/191.13	c  S st  1004    158023     38839    166144         0     46735    505009   6869182    178.22   no data  --
191.29/191.37	c  S st  1004    158523     38839    166144         0     47235    505009   6980090    178.22   no data  --
191.29/191.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
191.29/191.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
191.69/191.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.30
192.19/192.21	c bin-w-bin subsume rem            0 bins  time:  0.01 s
192.19/192.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
192.19/192.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
192.19/192.25	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
299.00/299.05	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 106.80 s
299.00/299.07	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
299.10/299.20	c vivif2 --  cl tried    47234 cl shrink        0 lits rem          0 time: 0.12
299.40/299.46	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.26
299.40/299.48	c calculated reachability. Time: 0.00
299.40/299.48	c  N dy  1004    158523     38839    166144         0     47234    505009   6979378    178.22   no data  --
304.79/304.81	c  N dy  1077    168645     38839    166144         0     32502    505009   2707225    178.44    202.27  --
310.60/310.69	c  N dy  1156    179727     38839    166144         0     43583    505009   5733749    178.70    190.19  --
316.89/316.96	c  N dy  1238    191259     38839    166144         0     29187    505009   1517710    178.92    188.97  --
323.50/323.58	c  N dy  1327    203733     38839    166144         0     41660    505009   4932875    179.05    189.42  --
330.79/330.86	c  N dy  1422    216857     38839    166144         0     27817    505009    796768    179.42    203.56  --
338.10/338.14	c  N dy  1517    230829     38839    166144         0     41787    505009   4622845    179.43    204.50  --
341.80/341.86	c  S st  1558    237784     38839    166144         0     48742    505009   6466390    179.24    142.94  --
342.11/342.16	c  S st  1558    238291     38839    166144         0     49249    505009   6569979    179.24   no data  --
342.11/342.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
342.11/342.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
342.50/342.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.32
343.00/343.04	c bin-w-bin subsume rem            0 bins  time:  0.01 s
343.00/343.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
343.00/343.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
343.00/343.08	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
440.10/440.14	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 97.05 s
440.10/440.17	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
440.20/440.29	c vivif2 --  cl tried    49247 cl shrink        0 lits rem          0 time: 0.12
440.50/440.56	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.27
440.50/440.57	c calculated reachability. Time: 0.00
440.50/440.58	c  N dy  1558    238291     38839    166144         0     49247    505009   6568145    179.24   no data  --
447.80/447.89	c  N dy  1670    253584     38839    166144         0     36558    505009   2909835    179.50    193.08  --
455.60/455.60	c  N dy  1786    269835     38839    166144         0     52809    505009   7331946    179.61    189.98  --
463.59/463.67	c  N dy  1904    287107     38839    166144         0     41092    505009   3803412    179.53    191.79  --
472.50/472.52	c  N dy  2041    305442     38839    166144         0     59426    505009   8828768    179.72    203.15  --
472.91/472.95	c  F st  2046    306251     38839    166144         0     30239    505009    578455    179.69   no data  --
481.71/481.81	c  N dy  2145    325128     38839    166144         0     49115    505009   6207612    179.66    192.76  --
491.30/491.37	c  N dy  2281    345156     38839    166144         0     38146    505009   2484863    179.72    195.25  --
497.22/497.22	c  S st  2370    357436     38839    166144         0     50426    505009   5859958    179.74    170.72  --
497.40/497.45	c  S st  2370    357937     38839    166144         0     50927    505009   5965730    179.74   no data  --
497.40/497.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
497.40/497.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
497.70/497.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.30
498.11/498.19	c bin-w-bin subsume rem            0 bins  time:  0.01 s
498.21/498.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
498.21/498.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
498.21/498.23	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
582.01/582.05	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 83.83 s
582.01/582.07	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
582.11/582.17	c vivif2 --  cl tried    50926 cl shrink        0 lits rem          0 time: 0.10
582.41/582.42	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.25
582.41/582.44	c calculated reachability. Time: 0.00
582.41/582.44	c  N dy  2370    357937     38839    166144         0     50926    505009   5965657    179.74   no data  --
593.30/593.34	c  N dy  2505    377940     38839    166144         0     38932    505009   2403541    179.65    202.08  --
604.40/604.43	c  N dy  2638    397949     38839    166144         0     58941    505009   7830966    179.67    194.81  --
615.71/615.71	c  N dy  2769    418111     38839    166144         0     46103    505009   4116993    179.58    191.65  --
627.30/627.37	c  N dy  2921    438112     38839    166144         0     66104    505009   9673939    179.77    189.38  --
638.50/638.59	c  N dy  3061    458303     38839    166144         0     52298    505009   5478206    179.80    190.23  --
650.30/650.33	c  N dy  3208    478312     38839    166144         0     37306    505009   1134369    179.96    189.52  --
661.51/661.59	c  N dy  3345    498518     38839    166144         0     57511    505009   6692389    180.03    193.30  --
673.01/673.10	c  N dy  3486    518612     38839    166144         0     41603    505009   2024509    180.05    192.26  --
683.31/683.37	c  S st  3618    536906     38839    166144         0     59897    505009   7001762    180.09   no data  --
683.61/683.67	c  S st  3618    537406     38839    166144         0     60397    505009   7100563    180.09   no data  --
683.71/683.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
683.71/683.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
684.01/684.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.34
684.61/684.61	c bin-w-bin subsume rem            0 bins  time:  0.01 s
684.61/684.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
684.61/684.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
684.61/684.66	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
799.91/799.91	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 115.26 s
799.91/799.94	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
800.01/800.07	c vivif2 --  cl tried    60392 cl shrink        0 lits rem          0 time: 0.13
800.31/800.37	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.31
800.31/800.39	c calculated reachability. Time: 0.00
800.31/800.39	c  N dy  3618    537406     38839    166144         0     60392    505009   7097203    180.09   no data  --
812.11/812.16	c  N dy  3769    557530     38839    166144         0     43516    505009   2303980    180.20    193.36  --
823.51/823.53	c  N dy  3907    577593     38839    166144         0     63578    505009   7804792    180.24    194.51  --
835.41/835.43	c  N dy  4051    597811     38839    166144         0     45799    505009   2695600    180.32    195.40  --
846.81/846.84	c  N dy  4184    617821     38839    166144         0     65807    505009   8103539    180.27    190.09  --
858.61/858.61	c  N dy  4322    638007     38839    166144         0     46997    505009   2690622    180.33    190.29  --
870.21/870.21	c  N dy  4462    658028     38839    166144         0     67016    505009   8185812    180.41    191.18  --
882.01/882.07	c  N dy  4599    678069     38839    166144         0     47058    505009   2424520    180.41    193.42  --
893.61/893.64	c  N dy  4735    698136     38839    166144         0     67125    505009   7887674    180.39    196.94  --
905.61/905.64	c  N dy  4877    718209     38839    166144         0     46202    505009   1935843    180.41    191.51  --
917.11/917.13	c  N dy  5012    738215     38839    166144         0     66208    505009   7443799    180.45    190.19  --
929.31/929.36	c  N dy  5150    758286     38839    166144         0     44276    505009   1138124    180.55    206.40  --
940.81/940.80	c  N dy  5288    778315     38839    166144         0     64303    505009   6646472    180.57    194.22  --
953.01/953.07	c  N dy  5430    798375     38839    166144         0     84361    505009  12168392    180.63    192.59  --
957.51/957.54	c  S st  5485    806109     38839    166144         0     49094    505009   2187168    180.65   no data  --
957.81/957.83	c  S st  5485    806610     38839    166144         0     49595    505009   2287628    180.65   no data  --
957.81/957.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
957.81/957.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
958.12/958.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.32
958.41/958.42	c bin-w-bin subsume rem            0 bins  time:  0.01 s
958.41/958.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
958.41/958.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
958.41/958.47	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
965.83/965.85	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  7.38 s
965.83/965.87	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
965.92/965.92	c vivif2 --  cl tried    49595 cl shrink        0 lits rem          0 time: 0.04
966.12/966.18	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.27
966.12/966.20	c calculated reachability. Time: 0.00
966.22/966.20	c  N dy  5485    806610     38839    166144         0     49595    505009   2287627    180.65   no data  --
977.71/977.70	c  N dy  5626    826755     38839    166144         0     69740    505009   7771091    180.67    191.80  --
989.92/989.94	c  N dy  5758    846789     38839    166144         0     45776    505009    999650    180.67    193.90  --
1001.21/1001.28	c  N dy  5898    866800     38839    166144         0     65784    505009   6480547    180.70    196.16  --
1013.02/1013.03	c  N dy  6028    886855     38839    166144         0     85839    505009  12045253    180.70    191.32  --
1022.92/1023.00	c  N dy  6159    906984     38839    166144         0     60973    505009   4858342    180.66    194.36  --
1033.41/1033.50	c  N dy  6306    927029     38839    166144         0     81016    505009  10433172    180.73    190.88  --
1043.92/1043.98	c  N dy  6447    947138     38839    166144         0     55132    505009   3103507    180.80    201.92  --
1054.11/1054.11	c  N dy  6580    967198     38839    166144         0     75192    505009   8548226    180.78    191.97  --
1064.72/1064.78	c  N dy  6709    987212     38839    166144         0     48207    505009    843058    180.73    206.67  --
1074.73/1074.78	c  N dy  6853   1007526     38839    166144         0     68518    505009   6412950    180.76    198.26  --
1085.42/1085.41	c  N dy  6986   1027600     38839    166144         0     88591    505009  11913370    180.75    190.35  --
1095.71/1095.78	c  N dy  7123   1047692     38839    166144         0     60682    505009   4012609    180.75    194.76  --
1106.21/1106.26	c  N dy  7268   1067830     38839    166144         0     80819    505009   9551018    180.80    190.87  --
1108.42/1108.41	c  F st  7295   1071875     38839    166144         0     84864    505009  10649602    180.79   no data  --
1117.22/1117.23	c  N dy  7375   1087953     38839    166144         0     51948    505009   1347210    180.79    191.67  --
1127.53/1127.55	c  N dy  7512   1108101     38839    166144         0     72095    505009   6837177    180.78    196.93  --
1141.51/1141.51	c  N dy  7658   1128125     38839    166144         0     92118    505009  12405481    180.87    191.99  --
1153.11/1153.17	c  N dy  7799   1148244     38839    166144         0     62237    505009   3873657    180.90    195.11  --
1164.62/1164.67	c  N dy  7937   1168388     38839    166144         0     82381    505009   9383101    180.93    197.82  --
1177.52/1177.58	c  N dy  8081   1188595     38839    166144         0     51595    505009    700361    180.99    199.22  --
1189.22/1189.21	c  N dy  8212   1208600     38839    166144         0     71600    505009   6213633    181.01    204.29  --
1190.02/1190.04	c  S st  8221   1209915     38839    166144         0     72915    505009   6588185    181.02    169.00  --
1190.31/1190.36	c  S st  8221   1210417     38839    166144         0     73417    505009   6695820    181.02   no data  --
1190.31/1190.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1190.41/1190.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1190.71/1190.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.35
1191.22/1191.29	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1191.22/1191.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1191.33/1191.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38839 time:  0.01 s
1191.33/1191.34	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
1298.42/1298.43	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 107.09 s
1298.42/1298.45	c vivif2 --  cl tried   166144 cl shrink        0 lits rem          0 time: 0.02
1298.52/1298.58	c vivif2 --  cl tried    73414 cl shrink        0 lits rem          0 time: 0.13
1298.92/1298.91	c asymm  cl-useful: 0/166144/166144 lits-rem:0 time: 0.33
1298.92/1298.93	c calculated reachability. Time: 0.00
1298.92/1298.93	c  N dy  8221   1210417     38839    166144         0     73414    505009   6694849    181.02   no data  --

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: 961)

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.54 3.12 3.46 5/351 10560
/proc/meminfo: memFree=18193788/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=25668 CPUtime=0 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 1817 0 0 0 0 0 0 0 20 0 1 0 649789886 26284032 1562 33554432000 4194304 4650387 140734923583680 18446744073709551615 4317100 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 6417 1565 326 112 0 1382 0

[startup+0.0418 s]
/proc/loadavg: 1.54 3.12 3.46 5/351 10560
/proc/meminfo: memFree=18193788/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=44760 CPUtime=0.03 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 5130 0 0 0 2 1 0 0 20 0 1 0 649789886 45834240 4071 33554432000 4194304 4650387 140734923583680 18446744073709551615 228244348672 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 11190 4071 329 112 0 6155 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 44760

[startup+0.100803 s]
/proc/loadavg: 1.54 3.12 3.46 5/351 10560
/proc/meminfo: memFree=18193788/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=50936 CPUtime=0.09 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 7095 0 0 0 8 1 0 0 20 0 1 0 649789886 52158464 6036 33554432000 4194304 4650387 140734923583680 18446744073709551615 4514684 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 12734 6037 329 112 0 7699 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50936

[startup+0.300767 s]
/proc/loadavg: 1.54 3.12 3.46 5/351 10560
/proc/meminfo: memFree=18193788/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=61548 CPUtime=0.28 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 9391 0 0 0 27 1 0 0 21 0 1 0 649789886 63025152 7346 33554432000 4194304 4650387 140734923583680 18446744073709551615 4302826 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 15387 7346 350 112 0 10352 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 61548

[startup+0.700711 s]
/proc/loadavg: 1.54 3.12 3.46 5/351 10560
/proc/meminfo: memFree=18193788/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=86136 CPUtime=0.69 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 15455 0 0 0 67 2 0 0 22 0 1 0 649789886 88203264 13410 33554432000 4194304 4650387 140734923583680 18446744073709551615 228244004032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 21534 13410 367 112 0 16499 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86136

[startup+1.50056 s]
/proc/loadavg: 1.54 3.12 3.46 5/352 10561
/proc/meminfo: memFree=18122720/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=86136 CPUtime=1.49 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 15878 0 0 0 147 2 0 0 25 0 1 0 649789886 88203264 13833 33554432000 4194304 4650387 140734923583680 18446744073709551615 4363303 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 21534 13834 379 112 0 16499 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86136

[startup+3.10027 s]
/proc/loadavg: 1.54 3.12 3.46 5/352 10561
/proc/meminfo: memFree=18103748/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=86136 CPUtime=3.09 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 16935 0 0 0 307 2 0 0 25 0 1 0 649789886 88203264 14890 33554432000 4194304 4650387 140734923583680 18446744073709551615 4315121 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 21534 14890 379 112 0 16499 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86136

[startup+6.30072 s]
/proc/loadavg: 1.73 3.13 3.46 5/352 10561
/proc/meminfo: memFree=18064172/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=137856 CPUtime=6.29 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 19035 0 0 0 626 3 0 0 25 0 1 0 649789886 141164544 16990 33554432000 4194304 4650387 140734923583680 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 34464 16990 379 112 0 29429 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 137856

[startup+12.7006 s]
/proc/loadavg: 1.92 3.14 3.46 5/352 10561
/proc/meminfo: memFree=18055908/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=154348 CPUtime=12.69 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 25051 0 0 0 1265 4 0 0 25 0 1 0 649789886 158052352 16634 33554432000 4194304 4650387 140734923583680 18446744073709551615 4364471 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 38587 16634 382 112 0 33552 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 154348

[startup+25.5003 s]
/proc/loadavg: 2.51 3.22 3.48 5/352 10561
/proc/meminfo: memFree=17886572/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=247404 CPUtime=25.49 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 49191 0 0 0 2542 7 0 0 25 0 1 0 649789886 253341696 40774 33554432000 4194304 4650387 140734923583680 18446744073709551615 4328243 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 61851 40774 383 112 0 56816 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 247404

[startup+51.1008 s]
/proc/loadavg: 3.02 3.28 3.49 5/352 10562
/proc/meminfo: memFree=17848896/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=198736 CPUtime=51.09 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 67031 0 0 0 5098 11 0 0 25 0 1 0 649789886 203505664 43214 33554432000 4194304 4650387 140734923583680 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 49684 43214 383 112 0 44649 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 198736

[startup+102.313 s]
/proc/loadavg: 3.57 3.39 3.52 5/352 10563
/proc/meminfo: memFree=17707372/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=334196 CPUtime=102.31 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 96414 0 0 0 10214 17 0 0 25 0 1 0 649789886 342216704 64751 33554432000 4194304 4650387 140734923583680 18446744073709551615 4476079 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 83549 64751 383 112 0 78514 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 334196

[startup+162.3 s]
/proc/loadavg: 3.84 3.50 3.55 5/352 10565
/proc/meminfo: memFree=17641492/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=334196 CPUtime=162.3 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 96438 0 0 0 16213 17 0 0 25 0 1 0 649789886 342216704 64775 33554432000 4194304 4650387 140734923583680 18446744073709551615 4476195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 83549 64775 383 112 0 78514 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 334196

[startup+222.301 s]
/proc/loadavg: 3.94 3.59 3.57 5/352 10567
/proc/meminfo: memFree=17588996/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=372480 CPUtime=222.29 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 115545 0 0 0 22209 20 0 0 25 0 1 0 649789886 381419520 74921 33554432000 4194304 4650387 140734923583680 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 93120 74921 383 112 0 88085 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 372480

[startup+282.301 s]
/proc/loadavg: 3.98 3.66 3.59 5/352 10568
/proc/meminfo: memFree=17577800/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=372480 CPUtime=282.3 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 115548 0 0 0 28210 20 0 0 25 0 1 0 649789886 381419520 74924 33554432000 4194304 4650387 140734923583680 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 93120 74924 383 112 0 88085 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 372480

[startup+342.301 s]
/proc/loadavg: 4.04 3.73 3.62 5/352 10570
/proc/meminfo: memFree=17523468/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=387536 CPUtime=342.3 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 134110 0 0 0 34203 27 0 0 25 0 1 0 649789886 396836864 78687 33554432000 4194304 4650387 140734923583680 18446744073709551615 4369273 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 96884 78687 383 112 0 91849 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 387536

[startup+402.301 s]
/proc/loadavg: 4.17 3.81 3.66 5/352 10571
/proc/meminfo: memFree=17534832/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=390604 CPUtime=402.3 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 134951 0 0 0 40202 28 0 0 25 0 1 0 649789886 399978496 79528 33554432000 4194304 4650387 140734923583680 18446744073709551615 4476442 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 97651 79528 383 112 0 92616 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 390604

[startup+462.301 s]
/proc/loadavg: 4.13 3.86 3.68 5/352 10573
/proc/meminfo: memFree=17512972/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=405624 CPUtime=462.3 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 146320 0 0 0 46200 30 0 0 25 0 1 0 649789886 415358976 79853 33554432000 4194304 4650387 140734923583680 18446744073709551615 4303957 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 101406 79853 383 112 0 96371 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 405624

[startup+522.301 s]
/proc/loadavg: 4.05 3.88 3.70 5/352 10575
/proc/meminfo: memFree=17507220/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=405940 CPUtime=522.3 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 162101 0 0 0 52195 35 0 0 25 0 1 0 649789886 415682560 82920 33554432000 4194304 4650387 140734923583680 18446744073709551615 4476729 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 101485 82920 383 112 0 96450 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 405940

[startup+582.3 s]
/proc/loadavg: 4.12 3.93 3.72 5/352 10576
/proc/meminfo: memFree=17463908/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=405940 CPUtime=582.31 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 162101 0 0 0 58196 35 0 0 25 0 1 0 649789886 415682560 82920 33554432000 4194304 4650387 140734923583680 18446744073709551615 4369154 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 101485 82920 383 112 0 96450 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 405940

[startup+642.301 s]
/proc/loadavg: 4.11 3.96 3.74 5/352 10578
/proc/meminfo: memFree=17439940/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=418864 CPUtime=642.31 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 187186 0 0 0 64186 45 0 0 25 0 1 0 649789886 428916736 87601 33554432000 4194304 4650387 140734923583680 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 104716 87601 383 112 0 99681 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 418864

[startup+702.3 s]
/proc/loadavg: 4.04 3.97 3.75 5/352 10579
/proc/meminfo: memFree=17437164/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=418940 CPUtime=702.31 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 202108 0 0 0 70179 52 0 0 25 0 1 0 649789886 428994560 87457 33554432000 4194304 4650387 140734923583680 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 104735 87457 383 112 0 99700 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 418940

[startup+762.314 s]
/proc/loadavg: 4.01 3.97 3.77 5/352 10581
/proc/meminfo: memFree=17440216/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=418940 CPUtime=762.32 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 202108 0 0 0 76180 52 0 0 25 0 1 0 649789886 428994560 87457 33554432000 4194304 4650387 140734923583680 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 104735 87457 383 112 0 99700 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 418940

[startup+822.3 s]
/proc/loadavg: 4.00 3.97 3.78 5/352 10583
/proc/meminfo: memFree=17421692/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=432488 CPUtime=822.31 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 213355 0 0 0 82175 56 0 0 25 0 1 0 649789886 442867712 90864 33554432000 4194304 4650387 140734923583680 18446744073709551615 4328243 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 108122 90864 383 112 0 103087 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 432488

[startup+882.301 s]
/proc/loadavg: 4.07 3.99 3.79 5/352 10584
/proc/meminfo: memFree=17418396/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=369424 CPUtime=882.31 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 234483 0 0 0 88166 65 0 0 25 0 1 0 649789886 378290176 86593 33554432000 4194304 4650387 140734923583680 18446744073709551615 4314821 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 92356 86593 383 112 0 87321 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 369424

[startup+942.301 s]
/proc/loadavg: 4.08 4.00 3.81 5/352 10586
/proc/meminfo: memFree=17423436/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=433168 CPUtime=942.31 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 257194 0 0 0 94156 75 0 0 25 0 1 0 649789886 443564032 91004 33554432000 4194304 4650387 140734923583680 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 108292 91004 383 112 0 103257 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 433168

[startup+1002.3 s]
/proc/loadavg: 4.11 4.03 3.83 5/352 10587
/proc/meminfo: memFree=17353344/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=446220 CPUtime=1002.31 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 279488 0 0 0 100147 84 0 0 25 0 1 0 649789886 456929280 93940 33554432000 4194304 4650387 140734923583680 18446744073709551615 4363478 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 111555 93940 383 112 0 106520 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 446220

[startup+1062.3 s]
/proc/loadavg: 4.08 4.03 3.84 5/352 10589
/proc/meminfo: memFree=17334456/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=446416 CPUtime=1062.31 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 305705 0 0 0 106139 92 0 0 25 0 1 0 649789886 457129984 99640 33554432000 4194304 4650387 140734923583680 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 111604 99640 383 112 0 106569 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 446416

[startup+1122.3 s]
/proc/loadavg: 4.08 4.04 3.85 5/352 10591
/proc/meminfo: memFree=17366784/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=447096 CPUtime=1122.31 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 330510 0 0 0 112132 99 0 0 25 0 1 0 649789886 457826304 91188 33554432000 4194304 4650387 140734923583680 18446744073709551615 4363499 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 111774 91188 383 112 0 106739 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 447096

[startup+1182.3 s]
/proc/loadavg: 4.03 4.03 3.86 5/352 10592
/proc/meminfo: memFree=17368356/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=451936 CPUtime=1182.32 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 353676 0 0 0 118124 108 0 0 25 0 1 0 649789886 462782464 91140 33554432000 4194304 4650387 140734923583680 18446744073709551615 4363585 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 112984 91140 383 112 0 107949 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 451936

[startup+1242.3 s]
/proc/loadavg: 4.04 4.03 3.87 5/352 10594
/proc/meminfo: memFree=17338948/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=451936 CPUtime=1242.32 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 357409 0 0 0 124123 109 0 0 25 0 1 0 649789886 462782464 94873 33554432000 4194304 4650387 140734923583680 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 112984 94873 383 112 0 107949 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 451936



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.03 3.88 2/346 10598
/proc/meminfo: memFree=17815116/32951124 swapFree=67082152/67111528
[pid=10560] ppid=10558 vsize=451936 CPUtime=1300.02 cores=0,2
/proc/10560/stat : 10560 (strangenight1-s) R 10558 10560 10078 0 -1 4202496 357906 0 0 0 129893 109 0 0 25 0 1 0 649789886 462782464 95370 33554432000 4194304 4650387 140734923583680 18446744073709551615 4364418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10560/statm: 112984 95370 383 112 0 107949 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 451936

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): 1298.94
CPU system time (s): 1.11683
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 451936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.94
system time used= 1.11683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357909
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2334

runsolver used 4.44432 second user time and 9.80251 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-14 16:05:19
IDJOB=3369756
IDBENCH=82565
IDSOLVER=1847
FILE ID=node136/3369756-1305381919
RUNJOBID= node136-1305381919-10518
PBS_JOBID= 13324366
Free space on /tmp= 72972 MiB

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

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

MD5SUM BENCH= 3b06c2c5c22c8501e021c8b11d20bcd0
RANDOM SEED=186141520

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18193944 kB
Buffers:        282336 kB
Cached:        5003196 kB
SwapCached:       2740 kB
Active:       10548044 kB
Inactive:      3867460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18193944 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:           29600 kB
Writeback:           0 kB
AnonPages:     9128352 kB
Mapped:          28360 kB
Slab:           237148 kB
PageTables:      40516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69961704 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= 72984 MiB
End job on node136 at 2011-05-14 16:27:01