Trace number 3369732

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-S1368340883-085-UNKNOWN.cnf
MD5SUMc6eeff67aa308a86267a5f4d04512b40
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark50.5953
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.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369732-1305380883.cnf'
0.00/0.01	c -- header says num vars:          40000
0.00/0.01	c -- header says num clauses:      168000
0.08/0.11	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.08/0.11	c -- vars added      40000
0.08/0.11	c Parsing time:  0.10 s
0.08/0.11	c  N st     0         0     40000    168000         0         0    504000         0   no data   no data  --
0.18/0.23	c asymm  cl-useful: 0/168000/168000 lits-rem:0 time: 0.11
0.29/0.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.11
0.39/0.45	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.39/0.46	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.78/0.84	c lits-rem:         0  cl-subs:        0  v-elim:   1145  v-fix:    0  time:  0.35 s
0.78/0.85	c Finding binary XORs  T:     0.01 s  found:       0
0.88/0.93	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
0.88/0.93	c calculated reachability. Time: 0.00
0.88/0.94	c Calc default polars -  time:   0.01 s pos:   17785 undec:    4500 neg:   17715
0.88/0.94	c =========================================================================================
0.88/0.94	c types(t): F = full restart, N = normal restart
0.88/0.94	c types(t): S = simplification begin/end, E = solution found
0.88/0.94	c restart types(rt): st = static, dy = dynamic
0.88/0.94	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.88/0.94	c  B st     0         0     38855    166049         0         0    504446         0   no data   no data  --
2.39/2.49	c  N dy    22      4100     38855    166049         0      4100    504446   1250909    173.96    185.26  --
3.99/4.00	c  N dy    51      8116     38855    166049         0      8116    504446   2334454    177.06    188.49  --
5.50/5.53	c  N dy    79     12118     38855    166049         0     12118    504446   3411470    177.35    205.07  --
7.09/7.12	c  N dy   111     16128     38855    166049         0     16128    504446   4575377    180.70    208.05  --
8.69/8.77	c  N dy   140     20241     38855    166049         0     10243    504446    760127    179.61    192.30  --
10.29/10.36	c  N dy   173     24266     38855    166049         0     14268    504446   1909774    181.73    202.75  --
10.59/10.64	c  F st   178     25000     38855    166049         0     15002    504446   2089199    181.36    155.40  --
11.99/12.03	c  N st   183     28300     38855    166049         0     18302    504446   3264068    181.36   no data  --
12.69/12.74	c  S st   184     30001     38855    166049         0     20003    504446   3920075    181.36   no data  --
12.89/12.93	c  S st   184     30506     38855    166049         0     20508    504446   4023327    181.36   no data  --
12.89/12.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.89/12.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.20/13.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.26
13.59/13.63	c bin-w-bin subsume rem            0 bins  time:  0.01 s
13.59/13.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
13.59/13.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
13.59/13.67	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
28.89/28.91	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 15.24 s
28.99/29.09	c asymm  cl-useful: 0/166049/166049 lits-rem:0 time: 0.18
29.09/29.10	c calculated reachability. Time: 0.00
29.09/29.10	c  N dy   184     30506     38855    166049         0     20507    504446   4023201    181.36   no data  --
30.89/30.94	c  N dy   213     34580     38855    166049         0     24581    504446   5128605    180.92    192.45  --
32.69/32.76	c  N dy   241     38713     38855    166049         0     28714    504446   6273789    180.95    190.58  --
34.39/34.46	c  N dy   268     42732     38855    166049         0     17232    504446   1309617    180.70    194.92  --
35.59/35.69	c  S st   291     45759     38855    166049         0     20259    504446   2149030    180.81   no data  --
35.89/35.90	c  S st   291     46262     38855    166049         0     20762    504446   2285029    180.81   no data  --
35.89/35.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
35.89/35.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.09/36.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.26
36.30/36.38	c bin-w-bin subsume rem            0 bins  time:  0.01 s
36.30/36.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
36.39/36.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
36.39/36.42	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
42.29/42.38	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  5.95 s
42.29/42.39	c vivif2 --  cl tried   166049 cl shrink        0 lits rem          0 time: 0.02
42.39/42.43	c vivif2 --  cl tried    20761 cl shrink        0 lits rem          0 time: 0.03
42.49/42.59	c asymm  cl-useful: 0/166049/166049 lits-rem:0 time: 0.17
42.59/42.61	c calculated reachability. Time: 0.00
42.59/42.61	c  N dy   291     46262     38855    166049         0     20761    504446   2284689    180.81   no data  --
44.19/44.26	c  N dy   322     50328     38855    166049         0     24827    504446   3374119    180.87    194.95  --
45.89/45.91	c  N dy   344     54362     38855    166049         0     28861    504446   4471019    180.61    190.37  --
47.59/47.68	c  N dy   372     58578     38855    166049         0     33077    504446   5623106    180.62    191.11  --
49.40/49.41	c  N dy   400     62677     38855    166049         0     37176    504446   6758513    180.74    195.32  --
51.09/51.10	c  N dy   430     66749     38855    166049         0     22499    504446   1836909    181.06    222.33  --
52.09/52.17	c  S st   448     69393     38855    166049         0     25143    504446   2561701    181.04    165.67  --
52.29/52.36	c  S st   448     69900     38855    166049         0     25650    504446   2655349    181.04   no data  --
52.29/52.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
52.29/52.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.59/52.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.27
52.80/52.86	c bin-w-bin subsume rem            0 bins  time:  0.01 s
52.80/52.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
52.80/52.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
52.89/52.90	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
59.69/59.78	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  6.88 s
59.79/59.80	c vivif2 --  cl tried   166049 cl shrink        0 lits rem          0 time: 0.02
59.79/59.84	c vivif2 --  cl tried    25649 cl shrink        0 lits rem          0 time: 0.04
59.99/60.01	c asymm  cl-useful: 0/166049/166049 lits-rem:0 time: 0.17
59.99/60.02	c calculated reachability. Time: 0.00
59.99/60.02	c  N dy   448     69900     38855    166049         0     25649    504446   2654682    181.04   no data  --
61.79/61.86	c  N dy   476     74413     38855    166049         0     30161    504446   3872289    180.70    192.56  --
63.89/63.93	c  N dy   509     79264     38855    166049         0     35012    504446   5213067    180.67    190.62  --
66.09/66.11	c  N dy   543     84362     38855    166049         0     40110    504446   6576843    180.46    193.26  --
67.39/67.47	c  F st   566     87500     38855    166049         0     22374    504446   1162227    180.42   no data  --
68.90/68.90	c  N st   571     90800     38855    166049         0     25672    504446   2331176    180.42   no data  --
71.29/71.39	c  N dy   598     96677     38855    166049         0     31549    504446   4148773    180.34    191.24  --
73.99/74.01	c  N dy   636    102898     38855    166049         0     37770    504446   5823629    180.05    190.63  --
74.80/74.86	c  S st   649    104850     38855    166049         0     39722    504446   6342701    180.02   no data  --
74.99/75.08	c  S st   649    105353     38855    166049         0     40225    504446   6427129    180.02   no data  --
75.09/75.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
75.09/75.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.29/75.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.28
75.80/75.84	c bin-w-bin subsume rem            0 bins  time:  0.01 s
75.80/75.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
75.80/75.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
75.80/75.88	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
153.60/153.69	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 77.81 s
153.70/153.71	c vivif2 --  cl tried   166049 cl shrink        0 lits rem          0 time: 0.02
153.80/153.80	c vivif2 --  cl tried    40221 cl shrink        0 lits rem          0 time: 0.09
154.01/154.01	c asymm  cl-useful: 0/166049/166049 lits-rem:0 time: 0.21
154.01/154.02	c calculated reachability. Time: 0.00
154.01/154.02	c  N dy   649    105353     38855    166049         0     40221    504446   6423189    180.02   no data  --
156.89/156.98	c  N dy   695    112136     38855    166049         0     24568    504446   1281179    179.79    189.92  --
159.99/160.00	c  N dy   744    119362     38855    166049         0     31794    504446   3252900    179.78    192.77  --
163.19/163.24	c  N dy   793    126980     38855    166049         0     39412    504446   5318389    179.59    198.62  --
166.89/166.91	c  N dy   850    135135     38855    166049         0     23850    504446    691941    179.67    198.20  --
170.50/170.54	c  N dy   909    143912     38855    166049         0     32626    504446   3054152    179.66    191.50  --
174.50/174.57	c  N dy   973    153172     38855    166049         0     41886    504446   5621114    179.81    197.57  --
176.69/176.73	c  S st  1009    158029     38855    166049         0     46743    504446   6959091    179.92   no data  --
176.89/176.96	c  S st  1009    158536     38855    166049         0     47250    504446   7054354    179.92   no data  --
176.89/176.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
176.89/176.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
177.19/177.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.29
177.70/177.76	c bin-w-bin subsume rem            0 bins  time:  0.01 s
177.70/177.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
177.70/177.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
177.70/177.80	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
275.59/275.63	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 97.84 s
275.59/275.65	c vivif2 --  cl tried   166049 cl shrink        0 lits rem          0 time: 0.02
275.69/275.75	c vivif2 --  cl tried    47245 cl shrink        0 lits rem          0 time: 0.10
275.89/275.97	c asymm  cl-useful: 0/166049/166049 lits-rem:0 time: 0.22
275.89/275.98	c calculated reachability. Time: 0.00
275.89/275.99	c  N dy  1009    158536     38855    166049         0     47245    504446   7051998    179.92   no data  --
280.30/280.36	c  N dy  1074    168747     38855    166049         0     32598    504446   2714513    179.85    205.62  --
285.10/285.13	c  N dy  1149    179584     38855    166049         0     43435    504446   5703670    179.96    190.73  --
290.31/290.32	c  N dy  1233    191083     38855    166049         0     29004    504446   1456155    180.12    215.50  --
295.50/295.56	c  N dy  1311    203334     38855    166049         0     41255    504446   4780557    180.11    198.22  --
301.41/301.42	c  N dy  1393    216419     38855    166049         0     27378    504446    675885    180.04    192.23  --
307.40/307.49	c  N dy  1491    230484     38855    166049         0     41443    504446   4548718    180.12    197.36  --
310.79/310.81	c  S st  1546    237804     38855    166049         0     48763    504446   6613908    180.30   no data  --
310.99/311.05	c  S st  1546    238309     38855    166049         0     49268    504446   6725859    180.30   no data  --
310.99/311.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
310.99/311.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
311.31/311.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.29
311.80/311.80	c bin-w-bin subsume rem            0 bins  time:  0.01 s
311.80/311.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
311.80/311.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
311.80/311.84	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
403.00/403.07	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time: 91.23 s
403.00/403.09	c vivif2 --  cl tried   166049 cl shrink        0 lits rem          0 time: 0.02
403.20/403.20	c vivif2 --  cl tried    49261 cl shrink        0 lits rem          0 time: 0.10
403.40/403.43	c asymm  cl-useful: 0/166049/166049 lits-rem:0 time: 0.24
403.40/403.45	c calculated reachability. Time: 0.00
403.40/403.45	c  N dy  1546    238309     38855    166049         0     49261    504446   6723057    180.30   no data  --
410.90/410.98	c  N dy  1649    253730     38855    166049         0     36700    504446   2951797    180.51    191.50  --
418.60/418.67	c  N dy  1760    270209     38855    166049         0     53178    504446   7376144    180.27    193.12  --
426.40/426.42	c  N dy  1890    287579     38855    166049         0     41560    504446   4082013    180.67    190.80  --
434.90/434.93	c  N dy  2014    306131     38855    166049         0     30117    504446    559179    180.74    192.03  --
434.90/434.97	c  F st  2015    306250     38855    166049         0     30236    504446    583800    180.72    146.95  --
443.60/443.66	c  N dy  2116    325676     38855    166049         0     49661    504446   6654749    180.77    191.09  --
452.80/452.81	c  N dy  2254    345988     38855    166049         0     38974    504446   2659153    180.67    193.58  --
457.80/457.86	c  S st  2331    357463     38855    166049         0     50449    504446   5773257    180.62    185.19  --
458.00/458.09	c  S st  2331    357965     38855    166049         0     50951    504446   5863265    180.62   no data  --
458.10/458.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
458.10/458.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
458.40/458.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.29
458.71/458.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
458.71/458.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
458.80/458.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
458.80/458.82	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
531.60/531.60	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 72.78 s
531.60/531.62	c vivif2 --  cl tried   166049 cl shrink        0 lits rem          0 time: 0.02
531.70/531.71	c vivif2 --  cl tried    50946 cl shrink        0 lits rem          0 time: 0.09
531.90/531.93	c asymm  cl-useful: 0/166049/166049 lits-rem:0 time: 0.23
531.90/531.95	c calculated reachability. Time: 0.00
531.90/531.95	c  N dy  2331    357965     38855    166049         0     50946    504446   5862233    180.62   no data  --
541.11/541.12	c  N dy  2470    378063     38855    166049         0     39043    504446   2479040    180.79    195.16  --
550.20/550.21	c  N dy  2604    398068     38855    166049         0     59048    504446   7950584    180.72    197.29  --
559.21/559.29	c  N dy  2731    418201     38855    166049         0     46181    504446   4114053    180.61    191.94  --
568.50/568.52	c  N dy  2861    438205     38855    166049         0     66185    504446   9583466    180.59    195.14  --
577.41/577.45	c  N dy  3002    458210     38855    166049         0     52193    504446   5481514    180.58    198.17  --
586.90/586.95	c  N dy  3140    478274     38855    166049         0     37257    504446   1142171    180.69    204.35  --
595.90/595.93	c  N dy  3277    498384     38855    166049         0     57367    504446   6657210    180.70    190.81  --
605.30/605.35	c  N dy  3411    518512     38855    166049         0     41494    504446   2010965    180.69    194.25  --
613.82/613.82	c  S st  3536    536947     38855    166049         0     59928    504446   7072239    180.73    140.20  --
614.00/614.06	c  S st  3536    537448     38855    166049         0     60429    504446   7185870    180.73   no data  --
614.00/614.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
614.00/614.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
614.30/614.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.30
614.81/614.84	c bin-w-bin subsume rem            0 bins  time:  0.01 s
614.81/614.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
614.81/614.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
614.81/614.88	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
719.91/719.92	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 105.04 s
719.91/719.94	c vivif2 --  cl tried   166049 cl shrink        0 lits rem          0 time: 0.02
720.01/720.04	c vivif2 --  cl tried    60424 cl shrink        0 lits rem          0 time: 0.11
720.21/720.29	c asymm  cl-useful: 0/166049/166049 lits-rem:0 time: 0.25
720.31/720.30	c calculated reachability. Time: 0.00
720.31/720.30	c  N dy  3536    537448     38855    166049         0     60424    504446   7183324    180.73   no data  --
729.70/729.78	c  N dy  3675    557537     38855    166049         0     43513    504446   2394588    180.78    191.06  --
739.00/739.08	c  N dy  3822    577560     38855    166049         0     63534    504446   7896580    180.86    191.79  --
748.50/748.52	c  N dy  3966    597644     38855    166049         0     45619    504446   2618466    180.93    192.04  --
757.81/757.83	c  N dy  4101    617753     38855    166049         0     65726    504446   8221652    180.99    197.87  --
767.30/767.35	c  N dy  4226    637836     38855    166049         0     46810    504446   2691755    180.97    193.32  --
776.62/776.64	c  N dy  4363    657956     38855    166049         0     66928    504446   8171695    180.99    196.05  --
786.20/786.28	c  N dy  4512    677971     38855    166049         0     46948    504446   2416682    181.09    191.85  --
795.61/795.66	c  N dy  4657    697980     38855    166049         0     66956    504446   7964753    181.18    194.85  --
805.30/805.33	c  N dy  4793    718078     38855    166049         0     46060    504446   1924812    181.14    190.80  --
814.50/814.55	c  N dy  4923    738154     38855    166049         0     66135    504446   7400435    181.07    196.63  --
824.31/824.34	c  N dy  5057    758276     38855    166049         0     44253    504446   1132635    181.08    191.14  --
833.61/833.62	c  N dy  5191    778465     38855    166049         0     64442    504446   6656694    181.05    197.98  --
843.51/843.57	c  N dy  5326    798487     38855    166049         0     84463    504446  12158998    181.09    190.87  --
847.11/847.18	c  S st  5381    806174     38855    166049         0     49153    504446   2225960    181.11   no data  --
847.41/847.40	c  S st  5381    806675     38855    166049         0     49654    504446   2335955    181.11   no data  --
847.41/847.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
847.41/847.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
847.71/847.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.29
847.81/847.89	c bin-w-bin subsume rem            0 bins  time:  0.01 s
847.91/847.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
847.91/847.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
847.91/847.93	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
854.91/854.93	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  6.99 s
854.91/854.95	c vivif2 --  cl tried   166049 cl shrink        0 lits rem          0 time: 0.02
854.91/854.99	c vivif2 --  cl tried    49652 cl shrink        0 lits rem          0 time: 0.04
855.21/855.23	c asymm  cl-useful: 0/166049/166049 lits-rem:0 time: 0.24
855.21/855.25	c calculated reachability. Time: 0.00
855.21/855.25	c  N dy  5381    806675     38855    166049         0     49652    504446   2334709    181.11   no data  --
865.21/865.21	c  N dy  5518    826713     38855    166049         0     69689    504446   7774325    181.12    195.47  --
875.11/875.19	c  N dy  5659    846809     38855    166049         0     45781    504446   1040837    181.21    194.44  --
884.43/884.44	c  N dy  5791    866945     38855    166049         0     65916    504446   6660506    181.21    191.69  --
894.41/894.49	c  N dy  5927    887020     38855    166049         0     85990    504446  12171028    181.21    191.59  --
903.91/903.92	c  N dy  6063    907023     38855    166049         0     60997    504446   5016630    181.25    199.51  --
913.71/913.78	c  N dy  6206    927041     38855    166049         0     81013    504446  10704896    181.35    222.41  --
923.51/923.55	c  N dy  6347    947142     38855    166049         0     55117    504446   3031582    181.37    191.06  --
933.11/933.18	c  N dy  6489    967251     38855    166049         0     75225    504446   8644774    181.44    192.58  --
943.22/943.26	c  N dy  6619    987304     38855    166049         0     48276    504446    861026    181.47    191.92  --
952.62/952.65	c  N dy  6755   1007487     38855    166049         0     68457    504446   6393591    181.46    195.44  --
962.53/962.58	c  N dy  6893   1027542     38855    166049         0     88509    504446  11900654    181.48    192.28  --
971.72/971.73	c  N dy  7030   1047565     38855    166049         0     60536    504446   4066324    181.50    197.06  --
980.32/980.37	c  N dy  7169   1067592     38855    166049         0     80561    504446   9544682    181.49    192.84  --
982.22/982.27	c  F st  7196   1071876     38855    166049         0     84845    504446  10718808    181.47    155.05  --
989.51/989.54	c  N dy  7275   1087690     38855    166049         0     51661    504446   1250475    181.47    195.09  --
997.92/997.96	c  N dy  7413   1107720     38855    166049         0     71691    504446   6811447    181.52    238.66  --
1006.92/1006.93	c  N dy  7551   1127771     38855    166049         0     91741    504446  12385330    181.55    196.80  --
1015.62/1015.68	c  N dy  7690   1147795     38855    166049         0     61771    504446   3818065    181.59    196.09  --
1024.32/1024.38	c  N dy  7831   1167896     38855    166049         0     81870    504446   9362979    181.61    198.08  --
1033.71/1033.71	c  N dy  7971   1188040     38855    166049         0     51019    504446    548303    181.62    197.74  --
1042.11/1042.16	c  N dy  8109   1208104     38855    166049         0     71082    504446   6159367    181.64    192.28  --
1042.92/1042.97	c  S st  8121   1210014     38855    166049         0     72992    504446   6684466    181.64    198.05  --
1043.12/1043.19	c  S st  8121   1210518     38855    166049         0     73496    504446   6777228    181.64   no data  --
1043.22/1043.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1043.22/1043.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1043.52/1043.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.29
1043.82/1043.88	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1043.82/1043.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1043.82/1043.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
1043.93/1043.92	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
1140.12/1140.10	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time: 96.18 s
1140.12/1140.11	c vivif2 --  cl tried   166049 cl shrink        0 lits rem          0 time: 0.01
1140.22/1140.21	c vivif2 --  cl tried    73489 cl shrink        0 lits rem          0 time: 0.09
1140.42/1140.44	c asymm  cl-useful: 0/166049/166049 lits-rem:0 time: 0.23
1140.42/1140.45	c calculated reachability. Time: 0.00
1140.42/1140.45	c  N dy  8121   1210518     38855    166049         0     73489    504446   6772736    181.64   no data  --
1149.32/1149.37	c  N dy  8256   1230630     38855    166049         0     93600    504446  12252767    181.61    197.22  --
1158.22/1158.21	c  N dy  8388   1250643     38855    166049         0     61622    504446   3196867    181.61    191.53  --
1166.82/1166.88	c  N dy  8523   1270776     38855    166049         0     81753    504446   8864825    181.64    191.91  --
1176.12/1176.13	c  N dy  8667   1290785     38855    166049         0    101759    504446  14456500    181.67    195.97  --
1184.73/1184.80	c  N dy  8802   1310825     38855    166049         0     68796    504446   4955229    181.69    195.58  --
1193.62/1193.63	c  N dy  8938   1330853     38855    166049         0     88821    504446  10498614    181.71    192.04  --
1202.91/1202.94	c  N dy  9073   1351019     38855    166049         0     54987    504446    803133    181.72    191.54  --
1211.42/1211.48	c  N dy  9219   1371119     38855    166049         0     75087    504446   6389924    181.74    191.77  --
1220.42/1220.44	c  N dy  9354   1391200     38855    166049         0     95167    504446  11927424    181.75    199.03  --
1229.62/1229.69	c  N dy  9496   1411291     38855    166049         0     60256    504446   1973457    181.73    197.36  --
1238.32/1238.36	c  N dy  9640   1431367     38855    166049         0     80332    504446   7623012    181.77    196.99  --
1247.52/1247.57	c  N dy  9782   1451491     38855    166049         0    100454    504446  13219777    181.80    194.69  --
1256.72/1256.78	c  N dy  9922   1471637     38855    166049         0     64611    504446   2959162    181.81    194.56  --
1265.52/1265.50	c  N dy 10054   1491864     38855    166049         0     84837    504446   8449700    181.77    191.61  --
1274.83/1274.87	c  N dy 10201   1511968     38855    166049         0    104938    504446  14014511    181.80    194.25  --
1283.82/1283.84	c  N dy 10335   1531991     38855    166049         0     67961    504446   3582420    181.79    191.75  --
1292.72/1292.76	c  N dy 10469   1552264     38855    166049         0     88233    504446   9218586    181.79    194.34  --

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.05 4.03 3.37 5/328 5573
/proc/meminfo: memFree=19843260/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=23260 CPUtime=0 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 1189 0 0 0 0 0 0 0 25 0 1 0 382279568 23818240 1064 33554432000 4194304 4650387 140735398587008 18446744073709551615 4319131 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 5839 1065 326 112 0 804 0

[startup+0.070061 s]
/proc/loadavg: 4.05 4.03 3.37 5/328 5573
/proc/meminfo: memFree=19843260/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=47900 CPUtime=0.05 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 6093 0 0 0 5 0 0 0 25 0 1 0 382279568 49049600 5034 33554432000 4194304 4650387 140735398587008 18446744073709551615 4520320 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 11975 5034 329 112 0 6940 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 47900

[startup+0.101058 s]
/proc/loadavg: 4.05 4.03 3.37 5/328 5573
/proc/meminfo: memFree=19843260/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=50944 CPUtime=0.08 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 7067 0 0 0 8 0 0 0 25 0 1 0 382279568 52166656 6008 33554432000 4194304 4650387 140735398587008 18446744073709551615 4519989 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 12736 6008 329 112 0 7701 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50944

[startup+0.301023 s]
/proc/loadavg: 4.05 4.03 3.37 5/328 5573
/proc/meminfo: memFree=19843260/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=61556 CPUtime=0.29 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 9393 0 0 0 28 1 0 0 25 0 1 0 382279568 63033344 7348 33554432000 4194304 4650387 140735398587008 18446744073709551615 4369147 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 15389 7348 350 112 0 10354 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61556

[startup+0.700952 s]
/proc/loadavg: 4.05 4.03 3.37 5/328 5573
/proc/meminfo: memFree=19843260/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=87548 CPUtime=0.69 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 15830 0 0 0 68 1 0 0 25 0 1 0 382279568 89649152 13785 33554432000 4194304 4650387 140735398587008 18446744073709551615 268660330981 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 21887 13785 367 112 0 16852 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87548

[startup+1.50081 s]
/proc/loadavg: 4.05 4.03 3.38 5/329 5574
/proc/meminfo: memFree=19784724/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=87548 CPUtime=1.48 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 16357 0 0 0 147 1 0 0 25 0 1 0 382279568 89649152 14312 33554432000 4194304 4650387 140735398587008 18446744073709551615 4333244 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 21887 14312 379 112 0 16852 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 87548

[startup+3.10053 s]
/proc/loadavg: 4.05 4.03 3.38 5/329 5574
/proc/meminfo: memFree=19776788/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=87548 CPUtime=3.09 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 17540 0 0 0 307 2 0 0 25 0 1 0 382279568 89649152 15495 33554432000 4194304 4650387 140735398587008 18446744073709551615 4363303 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 21887 15495 379 112 0 16852 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87548

[startup+6.30096 s]
/proc/loadavg: 4.05 4.03 3.38 5/329 5574
/proc/meminfo: memFree=19763100/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=139268 CPUtime=6.29 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 19788 0 0 0 627 2 0 0 25 0 1 0 382279568 142610432 17743 33554432000 4194304 4650387 140735398587008 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 34817 17743 379 112 0 29782 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 139268

[startup+12.7008 s]
/proc/loadavg: 4.04 4.03 3.38 5/329 5575
/proc/meminfo: memFree=19746224/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=156092 CPUtime=12.69 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 26310 0 0 0 1265 4 0 0 25 0 1 0 382279568 159838208 17696 33554432000 4194304 4650387 140735398587008 18446744073709551615 4328240 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 39023 17698 382 112 0 33988 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 156092

[startup+25.5006 s]
/proc/loadavg: 4.03 4.03 3.39 5/329 5575
/proc/meminfo: memFree=19075328/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=243868 CPUtime=25.49 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 48278 0 0 0 2543 6 0 0 25 0 1 0 382279568 249720832 39664 33554432000 4194304 4650387 140735398587008 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 60967 39664 383 112 0 55932 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 243868

[startup+51.1011 s]
/proc/loadavg: 4.02 4.02 3.40 5/329 5576
/proc/meminfo: memFree=18967896/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=185684 CPUtime=51.09 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 64481 0 0 0 5099 10 0 0 25 0 1 0 382279568 190140416 40323 33554432000 4194304 4650387 140735398587008 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 46421 40323 383 112 0 41386 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 185684

[startup+102.312 s]
/proc/loadavg: 4.10 4.05 3.45 5/329 5577
/proc/meminfo: memFree=18883848/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=326388 CPUtime=102.3 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 90520 0 0 0 10215 15 0 0 25 0 1 0 382279568 334221312 62656 33554432000 4194304 4650387 140735398587008 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 81597 62656 383 112 0 76562 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 326388

[startup+162.3 s]
/proc/loadavg: 4.08 4.05 3.48 5/329 5579
/proc/meminfo: memFree=18790508/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=342648 CPUtime=162.29 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 97329 0 0 0 16212 17 0 0 25 0 1 0 382279568 350871552 65069 33554432000 4194304 4650387 140735398587008 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 85662 65069 383 112 0 80627 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 342648

[startup+222.301 s]
/proc/loadavg: 4.09 4.06 3.52 5/329 5580
/proc/meminfo: memFree=18687008/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=367452 CPUtime=222.29 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 110247 0 0 0 22209 20 0 0 25 0 1 0 382279568 376270848 73659 33554432000 4194304 4650387 140735398587008 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 91863 73659 383 112 0 86828 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 367452

[startup+282.3 s]
/proc/loadavg: 4.03 4.05 3.55 5/329 5582
/proc/meminfo: memFree=18526388/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=383480 CPUtime=282.29 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 116028 0 0 0 28208 21 0 0 25 0 1 0 382279568 392683520 74839 33554432000 4194304 4650387 140735398587008 18446744073709551615 4363420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 95870 74839 383 112 0 90835 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 383480

[startup+342.301 s]
/proc/loadavg: 4.01 4.03 3.57 5/329 5583
/proc/meminfo: memFree=18049372/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=386816 CPUtime=342.3 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 129953 0 0 0 34205 25 0 0 25 0 1 0 382279568 396099584 78732 33554432000 4194304 4650387 140735398587008 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 96704 78732 383 112 0 91669 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 386816

[startup+402.301 s]
/proc/loadavg: 4.00 4.03 3.59 5/329 5585
/proc/meminfo: memFree=18016392/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=387044 CPUtime=402.3 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 130022 0 0 0 40205 25 0 0 25 0 1 0 382279568 396333056 78801 33554432000 4194304 4650387 140735398587008 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 96761 78801 383 112 0 91726 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 387044

[startup+462.301 s]
/proc/loadavg: 4.07 4.04 3.62 5/329 5589
/proc/meminfo: memFree=17855196/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=402132 CPUtime=462.3 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 157564 0 0 0 46198 32 0 0 25 0 1 0 382279568 411783168 81893 33554432000 4194304 4650387 140735398587008 18446744073709551615 4476101 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 100533 81893 383 112 0 95498 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 402132

[startup+522.301 s]
/proc/loadavg: 4.10 4.05 3.65 5/329 5591
/proc/meminfo: memFree=17404164/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=402132 CPUtime=522.3 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 157564 0 0 0 52198 32 0 0 25 0 1 0 382279568 411783168 81893 33554432000 4194304 4650387 140735398587008 18446744073709551615 4476729 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 100533 81893 383 112 0 95498 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 402132

[startup+582.3 s]
/proc/loadavg: 4.03 4.04 3.67 5/329 5593
/proc/meminfo: memFree=17358764/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=415044 CPUtime=582.31 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 183844 0 0 0 58191 40 0 0 25 0 1 0 382279568 425005056 87755 33554432000 4194304 4650387 140735398587008 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 103761 87755 383 112 0 98726 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 415044

[startup+642.301 s]
/proc/loadavg: 4.01 4.03 3.69 5/329 5594
/proc/meminfo: memFree=17309756/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=415084 CPUtime=642.31 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 197722 0 0 0 64187 44 0 0 25 0 1 0 382279568 425046016 86586 33554432000 4194304 4650387 140735398587008 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 103771 86586 383 112 0 98736 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 415084

[startup+702.3 s]
/proc/loadavg: 4.06 4.04 3.71 5/329 5596
/proc/meminfo: memFree=17267076/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=415084 CPUtime=702.31 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 197722 0 0 0 70187 44 0 0 25 0 1 0 382279568 425046016 86586 33554432000 4194304 4650387 140735398587008 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 103771 86586 383 112 0 98736 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 415084

[startup+762.313 s]
/proc/loadavg: 4.02 4.03 3.73 5/329 5598
/proc/meminfo: memFree=16537260/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=428344 CPUtime=762.32 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 220576 0 0 0 76181 51 0 0 25 0 1 0 382279568 438624256 93249 33554432000 4194304 4650387 140735398587008 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 107086 93249 383 112 0 102051 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 428344

[startup+822.301 s]
/proc/loadavg: 4.04 4.03 3.74 5/329 5608
/proc/meminfo: memFree=16349820/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=442480 CPUtime=822.31 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 251563 0 0 0 82169 62 0 0 25 0 1 0 382279568 453099520 97833 33554432000 4194304 4650387 140735398587008 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 110620 97833 383 112 0 105585 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 442480

[startup+882.3 s]
/proc/loadavg: 4.01 4.03 3.76 5/329 5610
/proc/meminfo: memFree=16373588/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=442764 CPUtime=882.31 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 273890 0 0 0 88162 69 0 0 25 0 1 0 382279568 453390336 91553 33554432000 4194304 4650387 140735398587008 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 110691 91553 383 112 0 105656 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 442764

[startup+942.301 s]
/proc/loadavg: 2.95 3.74 3.67 3/317 5647
/proc/meminfo: memFree=23427224/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=443016 CPUtime=942.31 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 302967 0 0 0 94153 78 0 0 25 0 1 0 382279568 453648384 99699 33554432000 4194304 4650387 140735398587008 18446744073709551615 4363490 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 110754 99699 383 112 0 105719 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 443016

[startup+1002.3 s]
/proc/loadavg: 1.90 3.31 3.53 2/311 5667
/proc/meminfo: memFree=23767224/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=443432 CPUtime=1002.31 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 332554 0 0 0 100145 86 0 0 25 0 1 0 382279568 454074368 95624 33554432000 4194304 4650387 140735398587008 18446744073709551615 4363530 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 110858 95624 383 112 0 105823 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 443432

[startup+1062.3 s]
/proc/loadavg: 1.33 2.89 3.37 2/311 5669
/proc/meminfo: memFree=23772516/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=448708 CPUtime=1062.32 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 354487 0 0 0 106139 93 0 0 25 0 1 0 382279568 459476992 94155 33554432000 4194304 4650387 140735398587008 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 112177 94155 383 112 0 107142 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 448708

[startup+1122.3 s]
/proc/loadavg: 1.12 2.54 3.22 2/311 5670
/proc/meminfo: memFree=23772852/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=448708 CPUtime=1122.32 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 354487 0 0 0 112139 93 0 0 25 0 1 0 382279568 459476992 94155 33554432000 4194304 4650387 140735398587008 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 112177 94155 383 112 0 107142 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 448708

[startup+1182.3 s]
/proc/loadavg: 1.04 2.26 3.08 2/311 5672
/proc/meminfo: memFree=23783328/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=454464 CPUtime=1182.32 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 376917 0 0 0 118134 98 0 0 25 0 1 0 382279568 465371136 92097 33554432000 4194304 4650387 140735398587008 18446744073709551615 4363474 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 113616 92097 383 112 0 108581 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 454464

[startup+1242.3 s]
/proc/loadavg: 1.01 2.03 2.94 2/311 5673
/proc/meminfo: memFree=23754536/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=454776 CPUtime=1242.32 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 409115 0 0 0 124127 105 0 0 25 0 1 0 382279568 465690624 98764 33554432000 4194304 4650387 140735398587008 18446744073709551615 4368085 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 113694 98764 383 112 0 108659 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 454776



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.85 2.83 2/311 5675
/proc/meminfo: memFree=23739380/32951124 swapFree=46575252/67111528
[pid=5573] ppid=5571 vsize=455088 CPUtime=1300.03 cores=1,3
/proc/5573/stat : 5573 (strangenight1-s) R 5571 5573 5193 0 -1 4202496 439111 0 0 0 129892 111 0 0 25 0 1 0 382279568 466010112 102233 33554432000 4194304 4650387 140735398587008 18446744073709551615 4303957 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5573/statm: 113772 102233 383 112 0 108737 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 455088

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.93
system time used= 1.12983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 439113
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= 1819

runsolver used 3.61145 second user time and 9.43456 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-14 15:48:03
IDJOB=3369732
IDBENCH=82541
IDSOLVER=1847
FILE ID=node107/3369732-1305380883
RUNJOBID= node107-1305379157-5213
PBS_JOBID= 13324395
Free space on /tmp= 73264 MiB

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

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

MD5SUM BENCH= c6eeff67aa308a86267a5f4d04512b40
RANDOM SEED=1195036549

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19843540 kB
Buffers:        293492 kB
Cached:        4102508 kB
SwapCached:      10016 kB
Active:       10342440 kB
Inactive:      2462400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19843540 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:           74888 kB
Writeback:           0 kB
AnonPages:     8405412 kB
Mapped:          20492 kB
Slab:           159876 kB
PageTables:      79044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70059588 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= 73428 MiB
End job on node107 at 2011-05-14 16:09:45