Trace number 3369842

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) 1299.99 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S285324961-078-UNKNOWN.cnf
MD5SUM7b0b378358197932f5212c7e9e31a14b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.9671
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
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-3369842-1305383187.cnf'
0.00/0.01	c -- header says num vars:          30000
0.00/0.01	c -- header says num clauses:      126000
0.05/0.08	c -- clauses added:            0 learnts,       126000 normals,            0 xors
0.05/0.08	c -- vars added      30000
0.05/0.08	c Parsing time:  0.07 s
0.05/0.08	c  N st     0         0     30000    126000         0         0    378000         0   no data   no data  --
0.09/0.16	c asymm  cl-useful: 0/126000/126000 lits-rem:0 time: 0.08
0.19/0.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.07
0.28/0.32	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.28/0.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.28/0.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  30000 time:  0.01 s
0.28/0.34	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
0.59/0.61	c lits-rem:         0  cl-subs:        0  v-elim:    844  v-fix:    0  time:  0.26 s
0.59/0.61	c Finding binary XORs  T:     0.01 s  found:       0
0.59/0.68	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.59/0.68	c calculated reachability. Time: 0.00
0.59/0.69	c Calc default polars -  time:   0.01 s pos:   13180 undec:    3445 neg:   13375
0.59/0.69	c =========================================================================================
0.59/0.69	c types(t): F = full restart, N = normal restart
0.59/0.69	c types(t): S = simplification begin/end, E = solution found
0.59/0.69	c restart types(rt): st = static, dy = dynamic
0.59/0.69	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.59/0.69	c  B st     0         0     29156    124542         0         0    378224         0   no data   no data  --
1.98/2.05	c  N dy    21      4180     29156    124542         0      4180    378224   1049328    153.00    161.06  --
3.39/3.40	c  N dy    50      8239     29156    124542         0      8239    378224   2030074    155.23    167.34  --
4.69/4.72	c  N dy    77     12242     29156    124542         0     12242    378224   2962428    154.16    169.34  --
6.09/6.11	c  N dy   106     16374     29156    124542         0     16374    378224   3932628    154.48    165.17  --
7.60/7.61	c  N dy   136     20581     29156    124542         0     10583    378224    750691    155.26    166.38  --
8.89/8.97	c  N dy   163     24591     29156    124542         0     14593    378224   1701630    155.38    168.22  --
9.09/9.10	c  F st   165     25001     29156    124542         0     15003    378224   1788354    155.04    157.13  --
10.90/10.99	c  N dy   171     30001     29156    124542         0     20003    378224   3431319    155.04   no data  --
10.90/10.99	c  S st   171     30001     29156    124542         0     20003    378224   3431319    155.04   no data  --
11.09/11.16	c  S st   171     30504     29156    124542         0     20506    378224   3531101    155.04   no data  --
11.09/11.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
11.09/11.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.29/11.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.18
11.69/11.71	c bin-w-bin subsume rem            0 bins  time:  0.01 s
11.69/11.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
11.69/11.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
11.69/11.74	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
19.58/19.62	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  7.88 s
19.70/19.77	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.15
19.70/19.78	c calculated reachability. Time: 0.00
19.70/19.78	c  N dy   171     30504     29156    124542         0     20502    378224   3528804    155.04   no data  --
21.29/21.33	c  N dy   196     34588     29156    124542         0     24585    378224   4500257    154.94    178.23  --
22.79/22.88	c  N dy   227     38728     29156    124542         0     28725    378224   5497815    155.07    165.58  --
24.39/24.40	c  N dy   256     42832     29156    124542         0     17331    378224   1194531    155.18    165.52  --
25.39/25.48	c  S st   279     45756     29156    124542         0     20255    378224   1931337    155.93    127.87  --
25.59/25.65	c  S st   279     46259     29156    124542         0     20758    378224   2022860    155.93   no data  --
25.59/25.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
25.59/25.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.79/25.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.17
25.99/26.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
25.99/26.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
25.99/26.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
25.99/26.03	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
30.88/30.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  4.94 s
30.88/30.98	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.01
30.98/31.02	c vivif2 --  cl tried    20758 cl shrink        0 lits rem          0 time: 0.03
31.08/31.16	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.15
31.08/31.17	c calculated reachability. Time: 0.00
31.08/31.17	c  N dy   279     46259     29156    124542         0     20758    378224   2022860    155.93   no data  --
32.69/32.71	c  N dy   309     50364     29156    124542         0     24863    378224   3006100    156.23    169.10  --
34.29/34.33	c  N dy   336     54720     29156    124542         0     29219    378224   4056565    156.25    170.37  --
35.79/35.87	c  N dy   366     58814     29156    124542         0     33312    378224   5027838    156.20    169.05  --
37.40/37.45	c  N dy   393     62858     29156    124542         0     37356    378224   6003065    156.26    165.97  --
38.88/38.93	c  N dy   423     66892     29156    124542         0     22642    378224   1654751    156.41    173.73  --
39.78/39.81	c  S st   437     69388     29156    124542         0     25138    378224   2238457    156.23    134.20  --
39.88/39.99	c  S st   437     69889     29156    124542         0     25639    378224   2326798    156.23   no data  --
39.98/40.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
39.98/40.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.08/40.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.18
40.28/40.37	c bin-w-bin subsume rem            0 bins  time:  0.01 s
40.28/40.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
40.28/40.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
40.28/40.40	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
46.29/46.38	c lits-rem:         3  cl-subs:        0  v-elim:      0  v-fix:    0  time:  5.98 s
46.29/46.39	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.01
46.39/46.43	c vivif2 --  cl tried    25639 cl shrink        0 lits rem          0 time: 0.04
46.49/46.58	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.16
46.49/46.59	c calculated reachability. Time: 0.00
46.49/46.59	c  N dy   437     69889     29156    124542         0     25639    378224   2326795    156.23   no data  --
48.29/48.37	c  N dy   467     74351     29156    124542         0     30101    378224   3389178    156.11    165.55  --
50.09/50.19	c  N dy   502     79151     29156    124542         0     34901    378224   4555310    156.22    168.50  --
52.09/52.13	c  N dy   535     84235     29156    124542         0     39985    378224   5760430    156.26    186.38  --
53.38/53.44	c  F st   561     87500     29156    124542         0     22373    378224   1053728    156.44    123.71  --
54.58/54.68	c  N st   566     90796     29156    124542         0     25669    378224   1972666    156.44   no data  --
56.89/56.95	c  N dy   590     96643     29156    124542         0     31516    378224   3671558    156.40    169.85  --
59.30/59.40	c  N dy   633    103117     29156    124542         0     37990    378224   5225665    156.22    164.75  --
59.98/60.07	c  S st   646    104833     29156    124542         0     39706    378224   5652424    156.32   no data  --
60.18/60.28	c  S st   646    105338     29156    124542         0     40211    378224   5743769    156.32   no data  --
60.28/60.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
60.28/60.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.39/60.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.20
60.89/60.91	c bin-w-bin subsume rem            0 bins  time:  0.01 s
60.89/60.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
60.89/60.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
60.89/60.94	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
126.98/127.08	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time: 66.14 s
126.98/127.09	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.01
127.08/127.18	c vivif2 --  cl tried    40204 cl shrink        0 lits rem          0 time: 0.09
127.28/127.37	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.19
127.28/127.38	c calculated reachability. Time: 0.00
127.28/127.38	c  N dy   646    105338     29156    124542         0     40204    378224   5740242    156.32   no data  --
130.18/130.22	c  N dy   690    112064     29156    124542         0     24496    378224   1145386    156.27    167.16  --
132.99/133.03	c  N dy   739    119254     29156    124542         0     31686    378224   2938031    156.62    165.91  --
135.99/136.03	c  N dy   794    126896     29156    124542         0     39328    378224   4810985    156.93    165.60  --
139.28/139.31	c  N dy   853    135023     29156    124542         0     23739    378224    611862    157.04    173.13  --
142.48/142.59	c  N dy   911    143711     29156    124542         0     32427    378224   2718854    157.01    172.61  --
146.08/146.15	c  N dy   973    152942     29156    124542         0     41658    378224   4906977    156.82    168.74  --
148.08/148.19	c  S st  1009    158008     29156    124542         0     46723    378224   6106746    156.81   no data  --
148.40/148.41	c  S st  1009    158511     29156    124542         0     47226    378224   6199159    156.81   no data  --
148.40/148.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
148.40/148.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
148.59/148.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.20
148.99/149.04	c bin-w-bin subsume rem            0 bins  time:  0.01 s
148.99/149.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
148.99/149.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
148.99/149.07	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
232.88/232.99	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time: 83.92 s
232.98/233.01	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.01
232.98/233.10	c vivif2 --  cl tried    47225 cl shrink        0 lits rem          0 time: 0.10
233.28/233.31	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.20
233.28/233.31	c calculated reachability. Time: 0.00
233.28/233.32	c  N dy  1009    158511     29156    124542         0     47225    378224   6198584    156.81   no data  --
237.50/237.53	c  N dy  1082    168650     29156    124542         0     32507    378224   2451983    157.02    183.49  --
242.08/242.15	c  N dy  1153    179497     29156    124542         0     43353    378224   5084802    157.03    175.08  --
246.68/246.79	c  N dy  1234    191044     29156    124542         0     28965    378224   1283329    156.92    176.21  --
251.48/251.58	c  N dy  1319    203355     29156    124542         0     41275    378224   4336543    157.05    167.76  --
256.88/256.90	c  N dy  1400    216387     29156    124542         0     27345    378224    610024    157.00    167.18  --
262.18/262.28	c  N dy  1497    230303     29156    124542         0     41261    378224   4021816    157.14    166.39  --
265.29/265.31	c  S st  1550    237767     29156    124542         0     48725    378224   5848159    157.15   no data  --
265.48/265.54	c  S st  1550    238273     29156    124542         0     49231    378224   5944893    157.15   no data  --
265.48/265.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
265.48/265.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
265.68/265.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.20
266.10/266.14	c bin-w-bin subsume rem            0 bins  time:  0.01 s
266.10/266.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
266.10/266.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
266.10/266.17	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
344.38/344.45	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 78.27 s
344.38/344.46	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.01
344.48/344.55	c vivif2 --  cl tried    49225 cl shrink        0 lits rem          0 time: 0.09
344.68/344.76	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.21
344.68/344.77	c calculated reachability. Time: 0.00
344.68/344.77	c  N dy  1550    238273     29156    124542         0     49225    378224   5941611    157.15   no data  --
351.18/351.25	c  N dy  1658    253571     29156    124542         0     36539    378224   2642513    157.40    174.73  --
358.18/358.20	c  N dy  1768    269925     29156    124542         0     52893    378224   6610630    157.41    171.84  --
365.09/365.20	c  N dy  1893    287240     29156    124542         0     41219    378224   3531239    157.62    169.16  --
372.90/372.94	c  N dy  2025    305668     29156    124542         0     59644    378224   8096508    157.75    170.96  --
373.18/373.21	c  F st  2028    306250     29156    124542         0     30235    378224    544276    157.74    158.24  --
380.88/380.91	c  N dy  2124    325301     29156    124542         0     49286    378224   5855582    157.72    168.03  --
389.08/389.14	c  N dy  2252    345510     29156    124542         0     38495    378224   2260996    157.57    166.67  --
393.88/393.91	c  S st  2329    357409     29156    124542         0     50394    378224   5150162    157.54    166.93  --
394.08/394.12	c  S st  2329    357910     29156    124542         0     50894    378224   5236953    157.54   no data  --
394.08/394.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
394.08/394.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
394.28/394.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.20
394.57/394.68	c bin-w-bin subsume rem            0 bins  time:  0.01 s
394.57/394.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
394.68/394.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
394.68/394.71	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
457.28/457.30	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 62.59 s
457.28/457.32	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.01
457.38/457.40	c vivif2 --  cl tried    50893 cl shrink        0 lits rem          0 time: 0.08
457.49/457.61	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.21
457.59/457.62	c calculated reachability. Time: 0.00
457.59/457.62	c  N dy  2329    357910     29156    124542         0     50893    378224   5236884    157.54   no data  --
466.07/466.17	c  N dy  2457    377928     29156    124542         0     38914    378224   2135325    157.49    173.00  --
474.68/474.77	c  N dy  2580    398022     29156    124542         0     59007    378224   7001217    157.33    168.32  --
482.89/482.99	c  N dy  2713    418070     29156    124542         0     46063    378224   3648745    157.29    174.98  --
491.48/491.52	c  N dy  2852    438234     29156    124542         0     66226    378224   8576946    157.31    166.38  --
499.68/499.72	c  N dy  2983    458607     29156    124542         0     52597    378224   4993907    157.30    166.05  --
508.28/508.33	c  N dy  3115    478695     29156    124542         0     37682    378224   1113332    157.29    165.91  --
516.48/516.50	c  N dy  3254    498699     29156    124542         0     57685    378224   6028748    157.37    173.46  --
524.98/525.07	c  N dy  3384    518892     29156    124542         0     41879    378224   1929554    157.41    165.96  --
532.38/532.46	c  S st  3509    536866     29156    124542         0     59851    378224   6280003    157.44   no data  --
532.57/532.68	c  S st  3509    537368     29156    124542         0     60353    378224   6365653    157.44   no data  --
532.67/532.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
532.67/532.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
532.87/532.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.21
533.27/533.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
533.27/533.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
533.27/533.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
533.27/533.34	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
623.77/623.87	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 90.52 s
623.77/623.88	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.01
623.87/623.98	c vivif2 --  cl tried    60351 cl shrink        0 lits rem          0 time: 0.10
624.17/624.21	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.23
624.17/624.22	c calculated reachability. Time: 0.00
624.17/624.22	c  N dy  3509    537368     29156    124542         0     60351    378224   6365144    157.44   no data  --
633.17/633.29	c  N dy  3648    557488     29156    124542         0     43474    378224   2089153    157.47    167.71  --
642.17/642.27	c  N dy  3788    577583     29156    124542         0     63568    378224   7037793    157.53    177.19  --
650.97/651.01	c  N dy  3922    597625     29156    124542         0     45608    378224   2314136    157.49    166.94  --
659.37/659.44	c  N dy  4056    617662     29156    124542         0     65644    378224   7191548    157.47    167.14  --
668.07/668.17	c  N dy  4196    637747     29156    124542         0     46735    378224   2357625    157.49    199.62  --
676.57/676.66	c  N dy  4325    657920     29156    124542         0     66906    378224   7254461    157.48    167.86  --
685.37/685.47	c  N dy  4463    677942     29156    124542         0     46930    378224   2197374    157.55    172.60  --
693.98/694.07	c  N dy  4606    698180     29156    124542         0     67166    378224   7168957    157.61    165.94  --
702.97/703.00	c  N dy  4742    718296     29156    124542         0     46282    378224   1724997    157.60    166.97  --
711.47/711.57	c  N dy  4893    738336     29156    124542         0     66320    378224   6651028    157.70    211.84  --
720.67/720.71	c  N dy  5034    758394     29156    124542         0     44384    378224   1128445    157.73    166.20  --
729.18/729.21	c  N dy  5178    778490     29156    124542         0     64479    378224   6045642    157.76    184.64  --
738.27/738.38	c  N dy  5313    798571     29156    124542         0     84556    378224  10938272    157.81    182.98  --
741.48/741.57	c  S st  5369    806052     29156    124542         0     49042    378224   1969217    157.83   no data  --
741.68/741.78	c  S st  5369    806558     29156    124542         0     49548    378224   2057263    157.83   no data  --
741.78/741.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
741.78/741.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
741.98/742.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.20
742.08/742.15	c bin-w-bin subsume rem            0 bins  time:  0.01 s
742.08/742.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
742.08/742.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
742.08/742.19	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
747.89/748.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  5.81 s
747.99/748.01	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.01
747.99/748.04	c vivif2 --  cl tried    49548 cl shrink        0 lits rem          0 time: 0.03
748.18/748.23	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.19
748.18/748.24	c calculated reachability. Time: 0.00
748.18/748.24	c  N dy  5369    806558     29156    124542         0     49548    378224   2057263    157.83   no data  --
756.98/757.00	c  N dy  5514    826875     29156    124542         0     69863    378224   7126693    157.91    171.15  --
766.37/766.42	c  N dy  5648    846930     29156    124542         0     45915    378224    949101    157.96    167.97  --
774.77/774.89	c  N dy  5785    867072     29156    124542         0     66054    378224   5909255    157.98    170.58  --
784.18/784.22	c  N dy  5927    887116     29156    124542         0     86095    378224  10850967    158.06    172.75  --
792.77/792.83	c  N dy  6067    907280     29156    124542         0     61262    378224   4441976    158.07    173.26  --
801.78/801.91	c  N dy  6209    927420     29156    124542         0     81402    378224   9386920    158.13    173.82  --
810.97/811.05	c  N dy  6348    947738     29156    124542         0     55722    378224   2889051    158.17    169.53  --
819.77/819.85	c  N dy  6490    967804     29156    124542         0     75787    378224   7802499    158.17    171.30  --
829.17/829.25	c  N dy  6625    987883     29156    124542         0     48867    378224    953847    158.16    167.17  --
837.77/837.88	c  N dy  6769   1007901     29156    124542         0     68885    378224   5896557    158.20    169.67  --
847.17/847.21	c  N dy  6913   1027960     29156    124542         0     88944    378224  10821459    158.25    168.05  --
856.07/856.16	c  N dy  7056   1048044     29156    124542         0     61031    378224   3711190    158.30    171.65  --
865.17/865.27	c  N dy  7201   1068145     29156    124542         0     81130    378224   8688263    158.35    169.53  --
866.87/866.98	c  F st  7225   1071877     29156    124542         0     84860    378224   9608416    158.34   no data  --
874.57/874.60	c  N dy  7300   1088184     29156    124542         0     52166    378224   1310007    158.32    173.51  --
883.28/883.36	c  N dy  7436   1108287     29156    124542         0     72268    378224   6281002    158.33    167.55  --
892.67/892.70	c  N dy  7566   1128319     29156    124542         0     92300    378224  11162140    158.33    167.76  --
901.67/901.71	c  N dy  7697   1148403     29156    124542         0     62400    378224   3569585    158.34    168.13  --
910.78/910.82	c  N dy  7834   1168538     29156    124542         0     82534    378224   8521536    158.34    168.22  --
920.58/920.67	c  N dy  7973   1188616     29156    124542         0     51610    378224    678748    158.35    172.49  --
929.17/929.27	c  N dy  8103   1208702     29156    124542         0     71695    378224   5572806    158.32    176.70  --
929.77/929.81	c  S st  8112   1209837     29156    124542         0     72830    378224   5859342    158.33   no data  --
929.97/930.05	c  S st  8112   1210338     29156    124542         0     73331    378224   5949121    158.33   no data  --
929.97/930.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
929.97/930.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
930.27/930.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
930.58/930.67	c bin-w-bin subsume rem            0 bins  time:  0.01 s
930.58/930.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
930.58/930.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
930.67/930.70	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
1014.47/1014.50	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 83.80 s
1014.47/1014.51	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.01
1014.57/1014.61	c vivif2 --  cl tried    73328 cl shrink        0 lits rem          0 time: 0.09
1014.77/1014.86	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.25
1014.77/1014.87	c calculated reachability. Time: 0.00
1014.77/1014.87	c  N dy  8112   1210338     29156    124542         0     73328    378224   5946374    158.33   no data  --
1024.47/1024.58	c  N dy  8246   1230418     29156    124542         0     93407    378224  10838723    158.32    169.00  --
1034.27/1034.32	c  N dy  8386   1250441     29156    124542         0     61428    378224   2790840    158.33    167.31  --
1043.78/1043.81	c  N dy  8519   1270522     29156    124542         0     81508    378224   7778505    158.35    171.17  --
1053.68/1053.73	c  N dy  8660   1290815     29156    124542         0    101800    378224  12824227    158.39    172.09  --
1062.58/1062.68	c  N dy  8799   1310820     29156    124542         0     68801    378224   4431185    158.41    168.73  --
1071.77/1071.87	c  N dy  8934   1330855     29156    124542         0     88832    378224   9383493    158.43    218.33  --
1081.86/1081.96	c  N dy  9069   1351042     29156    124542         0     55022    378224    762189    158.46    167.53  --
1090.66/1090.70	c  N dy  9206   1371088     29156    124542         0     75067    378224   5714313    158.49    169.17  --
1100.16/1100.24	c  N dy  9349   1391122     29156    124542         0     95101    378224  10696476    158.52    167.56  --
1109.96/1110.03	c  N dy  9485   1411233     29156    124542         0     60218    378224   1799140    158.52    169.08  --
1119.07/1119.10	c  N dy  9634   1431336     29156    124542         0     80320    378224   6812762    158.59    168.54  --
1128.76/1128.84	c  N dy  9772   1451378     29156    124542         0    100362    378224  11739452    158.61    189.15  --
1138.37/1138.42	c  N dy  9900   1471453     29156    124542         0     64440    378224   2659066    158.62    167.19  --
1147.36/1147.48	c  N dy 10031   1491535     29156    124542         0     84521    378224   7495386    158.59    168.14  --
1157.26/1157.33	c  N dy 10166   1511585     29156    124542         0    104570    378224  12357135    158.58    170.92  --
1166.86/1166.93	c  N dy 10305   1531800     29156    124542         0     67781    378224   3189584    158.61    168.58  --
1176.07/1176.19	c  N dy 10444   1551873     29156    124542         0     87854    378224   8168419    158.65    171.47  --
1186.16/1186.29	c  N dy 10584   1571968     29156    124542         0    107945    378224  13173629    158.68    168.53  --
1195.76/1195.85	c  N dy 10725   1592004     29156    124542         0     69983    378224   3561373    158.70    168.32  --
1205.06/1205.17	c  N dy 10852   1612145     29156    124542         0     90124    378224   8570616    158.70    170.40  --
1215.16/1215.27	c  N dy 10992   1632187     29156    124542         0    110165    378224  13571060    158.74    216.66  --
1224.76/1224.87	c  N dy 11133   1652230     29156    124542         0     71208    378224   3586235    158.77    172.48  --
1234.17/1234.26	c  N dy 11279   1672298     29156    124542         0     91276    378224   8576892    158.82    169.57  --
1244.46/1244.58	c  N dy 11422   1692454     29156    124542         0    111429    378224  13630257    158.85    178.78  --
1253.16/1253.21	c  S st 11549   1710339     29156    124542         0     69326    378224   2902607    158.87   no data  --
1253.36/1253.44	c  S st 11549   1710840     29156    124542         0     69827    378224   2981209    158.87   no data  --
1253.36/1253.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1253.36/1253.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1253.56/1253.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1253.76/1253.89	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1253.76/1253.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1253.87/1253.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
1253.87/1253.92	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
1269.75/1269.88	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time: 15.95 s
1269.75/1269.89	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.01
1269.85/1269.94	c vivif2 --  cl tried    69826 cl shrink        0 lits rem          0 time: 0.05
1270.05/1270.17	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.23
1270.05/1270.18	c calculated reachability. Time: 0.00
1270.05/1270.18	c  N dy 11549   1710840     29156    124542         0     69826    378224   2980947    158.87   no data  --
1279.26/1279.39	c  N dy 11683   1730944     29156    124542         0     89929    378224   7916247    158.86    170.12  --
1289.75/1289.87	c  N dy 11816   1751009     29156    124542         0    109993    378224  12903660    158.86    168.85  --

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-3369842-1305383187/watcher-3369842-1305383187 -o /tmp/evaluation-result-3369842-1305383187/solver-3369842-1305383187 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3369842-1305383187.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: 4.10 4.02 3.66 3/338 29141
/proc/meminfo: memFree=17652324/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=27636 CPUtime=0 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 2300 0 0 0 0 0 0 0 25 0 1 0 649919673 28299264 1781 33554432000 4194304 4650387 140736126502880 18446744073709551615 4317100 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 6909 1786 326 112 0 1874 0

[startup+0.062068 s]
/proc/loadavg: 4.10 4.02 3.66 3/338 29141
/proc/meminfo: memFree=17652324/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=43784 CPUtime=0.05 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 4774 0 0 0 5 0 0 0 25 0 1 0 649919673 44834816 4249 33554432000 4194304 4650387 140736126502880 18446744073709551615 270612807888 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 10946 4274 329 112 0 5911 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 43784

[startup+0.101073 s]
/proc/loadavg: 4.10 4.02 3.66 3/338 29141
/proc/meminfo: memFree=17652324/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=43912 CPUtime=0.09 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 5306 0 0 0 9 0 0 0 25 0 1 0 649919673 44965888 4780 33554432000 4194304 4650387 140736126502880 18446744073709551615 4536387 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 10978 4780 346 112 0 5943 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43912

[startup+0.30106 s]
/proc/loadavg: 4.10 4.02 3.66 3/338 29141
/proc/meminfo: memFree=17652324/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=60776 CPUtime=0.28 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 9203 0 0 0 28 0 0 0 25 0 1 0 649919673 62234624 7937 33554432000 4194304 4650387 140736126502880 18446744073709551615 4426427 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 15194 7937 356 112 0 10159 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 60776

[startup+0.700957 s]
/proc/loadavg: 4.10 4.02 3.66 3/338 29141
/proc/meminfo: memFree=17652324/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=73780 CPUtime=0.69 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 12322 0 0 0 68 1 0 0 25 0 1 0 649919673 75550720 11056 33554432000 4194304 4650387 140736126502880 18446744073709551615 4334341 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 18445 11056 379 112 0 13410 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73780

[startup+1.50084 s]
/proc/loadavg: 4.10 4.02 3.66 5/349 29162
/proc/meminfo: memFree=17531296/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=73780 CPUtime=1.48 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 12955 0 0 0 147 1 0 0 25 0 1 0 649919673 75550720 11689 33554432000 4194304 4650387 140736126502880 18446744073709551615 4368252 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 18445 11689 379 112 0 13410 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 73780

[startup+3.10055 s]
/proc/loadavg: 4.09 4.01 3.67 5/349 29162
/proc/meminfo: memFree=17501412/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=73780 CPUtime=3.09 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 14112 0 0 0 307 2 0 0 25 0 1 0 649919673 75550720 12846 33554432000 4194304 4650387 140736126502880 18446744073709551615 4364471 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 18445 12846 379 112 0 13410 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73780

[startup+6.30096 s]
/proc/loadavg: 4.09 4.01 3.67 5/349 29162
/proc/meminfo: memFree=17478772/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=120772 CPUtime=6.29 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 16344 0 0 0 627 2 0 0 25 0 1 0 649919673 123670528 15078 33554432000 4194304 4650387 140736126502880 18446744073709551615 4363478 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 30193 15079 379 112 0 25158 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 120772

[startup+12.7008 s]
/proc/loadavg: 4.08 4.01 3.67 5/349 29162
/proc/meminfo: memFree=17399236/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=208916 CPUtime=12.69 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 39564 0 0 0 1263 6 0 0 25 0 1 0 649919673 213929984 32756 33554432000 4194304 4650387 140736126502880 18446744073709551615 4476202 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 52229 32756 383 112 0 47194 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 208916

[startup+25.5006 s]
/proc/loadavg: 4.06 4.01 3.67 5/349 29162
/proc/meminfo: memFree=17258196/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=160300 CPUtime=25.49 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 46815 0 0 0 2541 8 0 0 25 0 1 0 649919673 164147200 33291 33554432000 4194304 4650387 140736126502880 18446744073709551615 4331027 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 40075 33291 383 112 0 35040 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 160300

[startup+51.1011 s]
/proc/loadavg: 4.04 4.01 3.68 5/349 29163
/proc/meminfo: memFree=17213564/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=236284 CPUtime=51.09 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 60369 0 0 0 5097 12 0 0 25 0 1 0 649919673 241954816 40096 33554432000 4194304 4650387 140736126502880 18446744073709551615 4364572 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 59071 40096 383 112 0 54036 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 236284

[startup+102.313 s]
/proc/loadavg: 4.01 4.00 3.70 5/349 29164
/proc/meminfo: memFree=17076444/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=288016 CPUtime=102.3 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 81418 0 0 0 10215 15 0 0 25 0 1 0 649919673 294928384 54253 33554432000 4194304 4650387 140736126502880 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 72004 54253 383 112 0 66969 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 288016

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/349 29166
/proc/meminfo: memFree=16970620/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=319760 CPUtime=162.28 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 97710 0 0 0 16208 20 0 0 25 0 1 0 649919673 327434240 63051 33554432000 4194304 4650387 140736126502880 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 79940 63051 383 112 0 74905 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 319760

[startup+222.301 s]
/proc/loadavg: 4.11 4.03 3.74 5/349 29167
/proc/meminfo: memFree=16946252/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=319760 CPUtime=222.28 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 97711 0 0 0 22208 20 0 0 25 0 1 0 649919673 327434240 63052 33554432000 4194304 4650387 140736126502880 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 79940 63052 383 112 0 74905 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 319760

[startup+282.301 s]
/proc/loadavg: 4.08 4.04 3.75 5/349 29169
/proc/meminfo: memFree=16905408/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=335144 CPUtime=282.28 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 114144 0 0 0 28203 25 0 0 25 0 1 0 649919673 343187456 67069 33554432000 4194304 4650387 140736126502880 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 83786 67069 383 112 0 78751 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 335144

[startup+342.3 s]
/proc/loadavg: 4.02 4.03 3.77 5/349 29171
/proc/meminfo: memFree=16858980/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=335144 CPUtime=342.28 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 114145 0 0 0 34203 25 0 0 25 0 1 0 649919673 343187456 67070 33554432000 4194304 4650387 140736126502880 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 83786 67070 383 112 0 78751 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 335144

[startup+402.301 s]
/proc/loadavg: 4.01 4.02 3.78 5/349 29172
/proc/meminfo: memFree=16830536/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=360620 CPUtime=402.28 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 141053 0 0 0 40196 32 0 0 25 0 1 0 649919673 369274880 72997 33554432000 4194304 4650387 140736126502880 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 90155 72997 383 112 0 85120 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 360620

[startup+462.3 s]
/proc/loadavg: 4.00 4.01 3.79 5/349 29174
/proc/meminfo: memFree=16810412/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=360620 CPUtime=462.27 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 143635 0 0 0 46195 32 0 0 25 0 1 0 649919673 369274880 75579 33554432000 4194304 4650387 140736126502880 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 90155 75579 383 112 0 85120 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 360620

[startup+522.301 s]
/proc/loadavg: 4.08 4.03 3.81 5/349 29175
/proc/meminfo: memFree=16781116/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=360656 CPUtime=522.28 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 168874 0 0 0 52187 41 0 0 25 0 1 0 649919673 369311744 77024 33554432000 4194304 4650387 140736126502880 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 90164 77024 383 112 0 85129 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 360656

[startup+582.301 s]
/proc/loadavg: 4.03 4.02 3.82 5/349 29177
/proc/meminfo: memFree=16797076/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=360708 CPUtime=582.27 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 172684 0 0 0 58185 42 0 0 25 0 1 0 649919673 369364992 74164 33554432000 4194304 4650387 140736126502880 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 90177 74164 383 112 0 85142 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 360708

[startup+642.3 s]
/proc/loadavg: 4.01 4.01 3.83 5/349 29179
/proc/meminfo: memFree=16788460/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=372104 CPUtime=642.28 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 182773 0 0 0 64182 46 0 0 25 0 1 0 649919673 381034496 77474 33554432000 4194304 4650387 140736126502880 18446744073709551615 4364304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 93026 77474 383 112 0 87991 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 372104

[startup+702.301 s]
/proc/loadavg: 4.00 4.01 3.83 5/349 29180
/proc/meminfo: memFree=16718956/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=339364 CPUtime=702.27 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 213418 0 0 0 70174 53 0 0 25 0 1 0 649919673 347508736 78286 33554432000 4194304 4650387 140736126502880 18446744073709551615 4363521 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 84841 78286 383 112 0 79806 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 339364

[startup+762.313 s]
/proc/loadavg: 4.06 4.02 3.84 5/349 29182
/proc/meminfo: memFree=16703160/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=397852 CPUtime=762.29 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 238366 0 0 0 76167 62 0 0 25 0 1 0 649919673 407400448 86867 33554432000 4194304 4650387 140736126502880 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 99463 86867 383 112 0 94428 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 397852

[startup+822.3 s]
/proc/loadavg: 4.11 4.04 3.86 5/349 29183
/proc/meminfo: memFree=16678076/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=398464 CPUtime=822.27 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 264171 0 0 0 82158 69 0 0 25 0 1 0 649919673 408027136 86031 33554432000 4194304 4650387 140736126502880 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 99616 86031 383 112 0 94581 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 398464

[startup+882.301 s]
/proc/loadavg: 4.04 4.03 3.86 5/349 29185
/proc/meminfo: memFree=16697880/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=399112 CPUtime=882.27 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 289958 0 0 0 88151 76 0 0 25 0 1 0 649919673 408690688 82730 33554432000 4194304 4650387 140736126502880 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 99778 82730 383 112 0 94743 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 399112

[startup+942.3 s]
/proc/loadavg: 4.01 4.02 3.87 5/349 29187
/proc/meminfo: memFree=16717280/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=399724 CPUtime=942.27 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 310785 0 0 0 94145 82 0 0 25 0 1 0 649919673 409317376 83083 33554432000 4194304 4650387 140736126502880 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 99931 83083 383 112 0 94896 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 399724

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 3.88 5/349 29188
/proc/meminfo: memFree=16703852/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=399724 CPUtime=1002.27 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 310785 0 0 0 100145 82 0 0 25 0 1 0 649919673 409317376 83083 33554432000 4194304 4650387 140736126502880 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 99931 83083 383 112 0 94896 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 399724

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.88 5/349 29190
/proc/meminfo: memFree=16743604/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=400272 CPUtime=1062.27 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 330419 0 0 0 106138 89 0 0 25 0 1 0 649919673 409878528 81423 33554432000 4194304 4650387 140736126502880 18446744073709551615 4363581 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 100068 81423 383 112 0 95033 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 400272

[startup+1122.3 s]
/proc/loadavg: 4.04 4.02 3.89 5/349 29191
/proc/meminfo: memFree=16669504/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=400584 CPUtime=1122.27 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 357135 0 0 0 112131 96 0 0 25 0 1 0 649919673 410198016 85652 33554432000 4194304 4650387 140736126502880 18446744073709551615 4326714 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 100146 85652 383 112 0 95111 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 400584

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.90 5/349 29193
/proc/meminfo: memFree=16603372/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=401212 CPUtime=1182.26 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 383149 0 0 0 118122 104 0 0 25 0 1 0 649919673 410841088 88444 33554432000 4194304 4650387 140736126502880 18446744073709551615 4314672 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 100303 88444 383 112 0 95268 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 401212

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.90 5/349 29195
/proc/meminfo: memFree=16585336/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=401844 CPUtime=1242.27 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 409033 0 0 0 124115 112 0 0 25 0 1 0 649919673 411488256 89771 33554432000 4194304 4650387 140736126502880 18446744073709551615 4328103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 100461 89771 383 112 0 95426 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 401844



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 4/348 29197
/proc/meminfo: memFree=16797728/32951124 swapFree=67056804/67111528
[pid=29141] ppid=29139 vsize=341152 CPUtime=1299.96 cores=0,2
/proc/29141/stat : 29141 (strangenight1-s) R 29139 29141 28535 0 -1 4202496 425032 0 0 0 129879 117 0 0 25 0 1 0 649919673 349339648 80289 33554432000 4194304 4650387 140736126502880 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29141/statm: 85288 80289 383 112 0 80253 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 341152

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): 1299.99
CPU user time (s): 1298.79
CPU system time (s): 1.19482
CPU usage (%): 99.9966
Max. virtual memory (cumulated for all children) (KiB): 402008

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

runsolver used 4.48432 second user time and 9.73152 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-14 16:26:27
IDJOB=3369842
IDBENCH=82651
IDSOLVER=1847
FILE ID=node108/3369842-1305383187
RUNJOBID= node108-1305381885-28972
PBS_JOBID= 13324394
Free space on /tmp= 73540 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S285324961-078-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369842-1305383187/watcher-3369842-1305383187 -o /tmp/evaluation-result-3369842-1305383187/solver-3369842-1305383187 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369842-1305383187.cnf

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

MD5SUM BENCH= 7b0b378358197932f5212c7e9e31a14b
RANDOM SEED=912966672

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.75
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.820
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.820
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:      17652480 kB
Buffers:        295496 kB
Cached:        4582964 kB
SwapCached:       8700 kB
Active:       11033844 kB
Inactive:      3950844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17652480 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:           15164 kB
Writeback:           0 kB
AnonPages:    10103676 kB
Mapped:          26576 kB
Slab:           209332 kB
PageTables:      38812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52285900 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= 73532 MiB
End job on node108 at 2011-05-14 16:48:09