Trace number 3369729

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.02 1300.02

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1793954886-065-UNKNOWN.cnf
MD5SUMf6b9ddbb2d1027fc4cfe1e8c2d86f4e1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark122.013
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
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-3369729-1305380803.cnf'
0.00/0.01	c -- header says num vars:           1500
0.00/0.01	c -- header says num clauses:       30000
0.00/0.01	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.01	c -- vars added       1500
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data  --
0.09/0.16	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.14
0.09/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.09/0.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.09/0.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.19/0.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
0.19/0.21	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.22	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.19/0.22	c calculated reachability. Time: 0.00
0.19/0.22	c Calc default polars -  time:   0.00 s pos:     736 undec:      61 neg:     703
0.19/0.22	c =========================================================================================
0.19/0.22	c types(t): F = full restart, N = normal restart
0.19/0.22	c types(t): S = simplification begin/end, E = solution found
0.19/0.22	c restart types(rt): st = static, dy = dynamic
0.19/0.22	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.22	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data  --
0.49/0.57	c  N dy    19      4099      1500     30000         0      4089    150000    666237    128.08    138.70  --
0.89/0.93	c  N dy    41      8167      1500     30000         0      5663    150000    645021    124.06    133.75  --
1.29/1.31	c  N dy    60     12282      1500     30000         0      5532    150000    409306    122.04    129.55  --
1.59/1.69	c  N dy    87     16321      1500     30000         0      9569    150000   1038309    122.85    132.20  --
2.10/2.11	c  N dy   114     20452      1500     30000         0      8076    150000    624182    123.30    131.24  --
2.49/2.51	c  N dy   137     24532      1500     30000         0     12153    150000   1242582    123.00    131.27  --
2.49/2.56	c  F st   142     25001      1500     30000         0     12622    150000   1315047    123.10   no data  --
2.99/3.07	c  N dy   148     30001      1500     30000         0     10815    150000    894716    123.10   no data  --
2.99/3.07	c  S st   148     30001      1500     30000         0     10815    150000    894716    123.10   no data  --
3.09/3.13	c  S st   148     30503      1500     30000         0     11317    150000    961881    123.10   no data  --
3.09/3.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.09/3.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.09/3.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
3.09/3.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.09/3.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.09/3.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3.09/3.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.19/5.25	c lits-rem:      1199  cl-subs:       15  v-elim:      0  v-fix:    0  time:  2.05 s
5.40/5.42	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.18
5.40/5.43	c calculated reachability. Time: 0.00
5.40/5.43	c  N dy   148     30503      1500     30000         0     11302    150000    955435    123.10   no data  --
5.79/5.86	c  N dy   176     34607      1500     30000         0     15405    150000   1593813    123.39    130.58  --
6.19/6.29	c  N dy   193     38996      1500     30000         0     11888    150000    879341    123.19    131.12  --
6.69/6.73	c  N dy   216     43107      1500     30000         0     15998    150000   1514540    123.30    129.85  --
6.99/7.03	c  S st   235     45755      1500     30000         0      9699    150000    399462    123.56   no data  --
6.99/7.09	c  S st   235     46256      1500     30000         0     10200    150000    466508    123.56   no data  --
6.99/7.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.99/7.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.09/7.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
7.09/7.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.09/7.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.09/7.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
7.09/7.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.19/11.29	c lits-rem:      1432  cl-subs:        3  v-elim:      0  v-fix:    0  time:  4.16 s
11.19/11.29	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
11.19/11.29	c vivif2 --  cl tried    10197 cl shrink        0 lits rem          0 time: 0.00
11.39/11.47	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.17
11.39/11.47	c calculated reachability. Time: 0.00
11.39/11.47	c  N dy   235     46256      1500     30000         0     10197    150000    464010    123.56   no data  --
11.79/11.89	c  N dy   263     50292      1500     30000         0     14233    150000   1085272    123.63    131.85  --
12.29/12.33	c  N dy   288     54321      1500     30000         0     18260    150000   1706184    123.74    131.58  --
12.69/12.78	c  N dy   307     58507      1500     30000         0     12465    150000    678489    123.61    131.37  --
13.20/13.23	c  N dy   337     62548      1500     30000         0     16505    150000   1317949    123.95    130.84  --
13.59/13.69	c  N dy   360     66611      1500     30000         0     20565    150000   1943793    123.87    131.70  --
13.98/14.01	c  S st   379     69385      1500     30000         0     12352    150000    510477    123.95    120.36  --
13.98/14.08	c  S st   379     69890      1500     30000         0     12857    150000    584751    123.95   no data  --
13.98/14.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.98/14.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.08/14.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
14.08/14.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.08/14.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.08/14.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
14.08/14.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
18.49/18.52	c lits-rem:      1781  cl-subs:        3  v-elim:      0  v-fix:    0  time:  4.40 s
18.49/18.52	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
18.49/18.53	c vivif2 --  cl tried    12854 cl shrink        0 lits rem          0 time: 0.01
18.71/18.72	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
18.71/18.72	c calculated reachability. Time: 0.00
18.71/18.72	c  N dy   379     69890      1500     30000         0     12854    150000    582123    123.95   no data  --
19.19/19.22	c  N dy   409     74357      1500     30000         0     17318    150000   1271033    124.00    130.90  --
19.70/19.80	c  N dy   442     79286      1500     30000         0     22245    150000   2045611    124.14    132.42  --
20.39/20.40	c  N dy   474     84572      1500     30000         0     15541    150000    865827    124.20    131.43  --
20.69/20.73	c  F st   496     87500      1500     30000         0     18468    150000   1323702    124.27   no data  --
21.09/21.11	c  N st   501     90797      1500     30000         0     21761    150000   1880678    124.27   no data  --
21.79/21.84	c  N dy   525     96720      1500     30000         0     14686    150000    584065    124.24    131.20  --
22.49/22.55	c  N dy   559    102894      1500     30000         0     20855    150000   1538091    124.16    131.95  --
22.69/22.79	c  S st   572    104836      1500     30000         0     22797    150000   1833266    124.12    118.77  --
22.79/22.87	c  S st   572    105337      1500     30000         0     23298    150000   1898405    124.12   no data  --
22.79/22.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.79/22.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.79/22.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
22.89/22.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.89/22.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.89/22.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
22.89/22.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.00/33.02	c lits-rem:       745  cl-subs:        7  v-elim:      0  v-fix:    0  time: 10.05 s
33.00/33.02	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
33.00/33.04	c vivif2 --  cl tried    23291 cl shrink        0 lits rem          0 time: 0.02
33.19/33.29	c asymm  cl-useful: 0/28516/30000 lits-rem:0 time: 0.25
33.19/33.30	c calculated reachability. Time: 0.00
33.19/33.30	c  N dy   572    105337      1500     30000         0     23291    150000   1895293    124.12   no data  --
34.10/34.17	c  N dy   610    112360      1500     30000         0     16327    150000    690297    124.01    131.03  --
34.99/35.01	c  N dy   647    119658      1500     30000         0     23622    150000   1813817    123.81    134.60  --
35.99/36.03	c  N dy   696    127293      1500     30000         0     16262    150000    527011    123.84    132.87  --
36.89/36.98	c  N dy   738    135563      1500     30000         0     24527    150000   1794508    123.83    130.77  --
38.09/38.14	c  N dy   790    144309      1500     30000         0     17277    150000    538529    123.82    131.42  --
39.19/39.23	c  N dy   843    153542      1500     30000         0     26506    150000   1957561    123.76    130.48  --
39.78/39.81	c  S st   869    158007      1500     30000         0     30967    150000   2642448    123.73    122.22  --
39.88/39.90	c  S st   869    158509      1500     30000         0     31469    150000   2708205    123.73   no data  --
39.88/39.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
39.88/39.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.88/39.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
39.99/40.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.99/40.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.99/40.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
39.99/40.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
57.99/58.02	c lits-rem:       569  cl-subs:       13  v-elim:      0  v-fix:    0  time: 17.99 s
57.99/58.02	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
57.99/58.05	c vivif2 --  cl tried    31456 cl shrink        0 lits rem          0 time: 0.03
57.99/58.07	c asymm  cl-useful: 0/1484/30000 lits-rem:0 time: 0.02
57.99/58.07	c calculated reachability. Time: 0.00
57.99/58.07	c  N dy   869    158509      1500     30000         0     31456    150000   2703615    123.73   no data  --
59.30/59.36	c  N dy   933    168654      1500     30000         0     24605    150000   1532657    123.77    133.15  --
60.69/60.78	c  N dy   993    179426      1500     30000         0     35371    150000   3199636    123.71    135.39  --
62.19/62.23	c  N dy  1059    190997      1500     30000         0     28948    150000   2074015    123.74    130.56  --
63.88/63.92	c  N dy  1136    203279      1500     30000         0     22230    150000    879113    123.91    131.98  --
65.59/65.67	c  N dy  1218    216285      1500     30000         0     35228    150000   2912517    124.02    132.47  --
67.48/67.55	c  N dy  1296    230177      1500     30000         0     29131    150000   1795037    123.98    146.60  --
68.59/68.64	c  S st  1342    237763      1500     30000         0     36713    150000   2950823    123.94    117.53  --
68.69/68.75	c  S st  1342    238267      1500     30000         0     37217    150000   3014295    123.94   no data  --
68.69/68.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
68.69/68.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
68.69/68.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
68.79/68.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
68.79/68.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.79/68.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
68.79/68.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
220.78/220.83	c lits-rem:       392  cl-subs:       19  v-elim:      0  v-fix:    0  time: 151.94 s
220.78/220.83	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
220.78/220.86	c vivif2 --  cl tried    37198 cl shrink        0 lits rem          0 time: 0.03
221.09/221.15	c asymm  cl-useful: 0/22332/30000 lits-rem:0 time: 0.29
221.09/221.15	c calculated reachability. Time: 0.00
221.09/221.15	c  N dy  1342    238267      1500     30000         0     37198    150000   3007166    123.94   no data  --
223.20/223.24	c  N dy  1428    253500      1500     30000         0     31427    150000   1994252    123.87    145.79  --
225.59/225.62	c  N dy  1530    269740      1500     30000         0     25671    150000    968447    123.89    133.57  --
228.08/228.12	c  N dy  1630    287057      1500     30000         0     42979    150000   3639814    123.84    131.30  --
230.69/230.76	c  N dy  1742    305407      1500     30000         0     38334    150000   2773547    123.85    130.39  --
230.79/230.89	c  F st  1748    306250      1500     30000         0     39174    150000   2902605    123.85    129.84  --
233.58/233.61	c  N dy  1833    324909      1500     30000         0     33828    150000   1940618    123.82    131.20  --
236.69/236.73	c  N dy  1945    344940      1500     30000         0     28865    150000   1014578    123.80    132.32  --
238.49/238.54	c  S st  2022    357401      1500     30000         0     41319    150000   2943859    123.83   no data  --
238.60/238.65	c  S st  2022    357903      1500     30000         0     41821    150000   3013647    123.83   no data  --
238.60/238.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
238.60/238.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
238.60/238.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
238.70/238.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
238.70/238.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.70/238.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
238.70/238.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
389.79/389.85	c lits-rem:       362  cl-subs:       26  v-elim:      0  v-fix:    0  time: 151.07 s
389.79/389.85	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
389.79/389.88	c vivif2 --  cl tried    41795 cl shrink        0 lits rem          0 time: 0.03
389.99/390.02	c asymm  cl-useful: 0/7668/30000 lits-rem:0 time: 0.14
389.99/390.02	c calculated reachability. Time: 0.00
389.99/390.02	c  N dy  2022    357903      1500     30000         0     41795    150000   3005022    123.83   no data  --
393.09/393.11	c  N dy  2140    378059      1500     30000         0     35957    150000   1968451    123.80    130.63  --
396.29/396.38	c  N dy  2262    398068      1500     30000         0     28969    150000    752288    123.82    131.63  --
399.38/399.46	c  N dy  2376    418229      1500     30000         0     49124    150000   3840783    123.77    130.31  --
402.60/402.69	c  N dy  2497    438580      1500     30000         0     41476    150000   2535632    123.76    132.23  --
406.08/406.13	c  N dy  2619    458656      1500     30000         0     32558    150000    999555    123.80    134.24  --
409.29/409.36	c  N dy  2736    479038      1500     30000         0     52931    150000   4125330    123.76    130.42  --
412.50/412.59	c  N dy  2852    499105      1500     30000         0     42997    150000   2481820    123.75    130.71  --
416.19/416.23	c  N dy  2971    519203      1500     30000         0     32107    150000    645565    123.75    164.28  --
418.89/418.98	c  S st  3077    536854      1500     30000         0     49746    150000   3360377    123.74   no data  --
419.00/419.11	c  S st  3077    537357      1500     30000         0     50249    150000   3430355    123.74   no data  --
419.10/419.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
419.10/419.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
419.10/419.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
419.19/419.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
419.19/419.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
419.19/419.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
419.19/419.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
632.99/633.06	c lits-rem:       256  cl-subs:       13  v-elim:      0  v-fix:    0  time: 213.80 s
632.99/633.06	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
632.99/633.09	c vivif2 --  cl tried    50236 cl shrink        0 lits rem          0 time: 0.03
633.39/633.41	c asymm  cl-useful: 0/18487/30000 lits-rem:0 time: 0.31
633.39/633.41	c calculated reachability. Time: 0.00
633.39/633.41	c  N dy  3077    537357      1500     30000         0     50236    150000   3426016    123.74   no data  --
636.99/637.00	c  N dy  3197    557385      1500     30000         0     38270    150000   1452621    123.75    133.67  --
640.39/640.44	c  N dy  3319    577458      1500     30000         0     58329    150000   4563480    123.77    132.62  --
643.69/643.74	c  N dy  3434    597467      1500     30000         0     45350    150000   2396384    123.79    131.78  --
647.50/647.58	c  N dy  3552    617681      1500     30000         0     65551    150000   5531687    123.79    130.97  --
650.89/650.94	c  N dy  3674    637775      1500     30000         0     51643    150000   3239172    123.84    131.74  --
654.79/654.83	c  N dy  3793    657813      1500     30000         0     36697    150000    767884    123.83    130.98  --
658.09/658.18	c  N dy  3914    677925      1500     30000         0     56795    150000   3886871    123.83    132.49  --
662.10/662.12	c  N dy  4029    698258      1500     30000         0     41139    150000   1301155    123.83    132.00  --
665.69/665.72	c  N dy  4153    718323      1500     30000         0     61199    150000   4424327    123.85    165.48  --
669.59/669.61	c  N dy  4272    738397      1500     30000         0     44286    150000   1642886    123.86    130.39  --
673.20/673.21	c  N dy  4387    758429      1500     30000         0     64308    150000   4752850    123.87    130.52  --
677.09/677.15	c  N dy  4517    778647      1500     30000         0     46535    150000   1843878    123.89    131.89  --
680.90/680.98	c  N dy  4638    798775      1500     30000         0     66653    150000   4965934    123.89    130.66  --
682.59/682.61	c  S st  4685    806035      1500     30000         0     73911    150000   6083634    123.89    128.94  --
682.69/682.79	c  S st  4685    806539      1500     30000         0     74415    150000   6151695    123.89   no data  --
682.79/682.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
682.79/682.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
682.79/682.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
683.00/683.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
683.00/683.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
683.00/683.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
683.00/683.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.00 3.99 3.30 5/361 23878
/proc/meminfo: memFree=16203844/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=30784 CPUtime=0 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 986 0 0 0 0 0 0 0 25 0 1 0 630496439 31522816 927 33554432000 4194304 4650387 140737191170368 18446744073709551615 4519989 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 7696 927 328 112 0 2661 0

[startup+0.0687931 s]
/proc/loadavg: 4.00 3.99 3.30 5/361 23878
/proc/meminfo: memFree=16203844/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=31520 CPUtime=0.06 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 1325 0 0 0 6 0 0 0 25 0 1 0 630496439 32276480 1266 33554432000 4194304 4650387 140737191170368 18446744073709551615 4371056 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 7880 1266 347 112 0 2845 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 31520

[startup+0.100787 s]
/proc/loadavg: 4.00 3.99 3.30 5/361 23878
/proc/meminfo: memFree=16203844/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=31652 CPUtime=0.09 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 1357 0 0 0 9 0 0 0 25 0 1 0 630496439 32411648 1298 33554432000 4194304 4650387 140737191170368 18446744073709551615 4370698 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 7913 1298 347 112 0 2878 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31652

[startup+0.300753 s]
/proc/loadavg: 4.00 3.99 3.30 5/361 23878
/proc/meminfo: memFree=16203844/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=40880 CPUtime=0.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 3733 0 0 0 29 0 0 0 25 0 1 0 630496439 41861120 3285 33554432000 4194304 4650387 140737191170368 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 10220 3285 377 112 0 5185 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40880

[startup+0.700687 s]
/proc/loadavg: 4.00 3.99 3.30 5/361 23878
/proc/meminfo: memFree=16203844/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=41512 CPUtime=0.69 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 4886 0 0 0 69 0 0 0 25 0 1 0 630496439 42508288 3363 33554432000 4194304 4650387 140737191170368 18446744073709551615 4364747 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 10378 3363 379 112 0 5343 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41512

[startup+1.50054 s]
/proc/loadavg: 4.00 3.99 3.30 5/362 23879
/proc/meminfo: memFree=16162172/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=41508 CPUtime=1.49 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 6689 0 0 0 149 0 0 0 25 0 1 0 630496439 42504192 3791 33554432000 4194304 4650387 140737191170368 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 10377 3791 379 112 0 5342 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41508

[startup+3.10026 s]
/proc/loadavg: 4.00 3.99 3.30 5/362 23879
/proc/meminfo: memFree=16162212/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=41744 CPUtime=3.09 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 10186 0 0 0 308 1 0 0 18 0 1 0 630496439 42745856 4033 33554432000 4194304 4650387 140737191170368 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 10436 4033 380 112 0 5401 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41744

[startup+6.30071 s]
/proc/loadavg: 4.00 3.99 3.31 5/362 23879
/proc/meminfo: memFree=16131984/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=66484 CPUtime=6.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 18101 0 0 0 626 3 0 0 25 0 1 0 630496439 68079616 10045 33554432000 4194304 4650387 140737191170368 18446744073709551615 4365316 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 16621 10045 381 112 0 11586 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66484

[startup+12.7006 s]
/proc/loadavg: 4.08 4.00 3.31 5/362 23879
/proc/meminfo: memFree=16130280/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=66604 CPUtime=12.69 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 22035 0 0 0 1265 4 0 0 25 0 1 0 630496439 68202496 9715 33554432000 4194304 4650387 140737191170368 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 16651 9715 381 112 0 11616 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66604

[startup+25.5003 s]
/proc/loadavg: 4.06 4.00 3.32 5/362 23880
/proc/meminfo: memFree=16082904/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=91696 CPUtime=25.49 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 37383 0 0 0 2542 7 0 0 25 0 1 0 630496439 93896704 17221 33554432000 4194304 4650387 140737191170368 18446744073709551615 4439312 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 22924 17221 381 112 0 17889 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 91696

[startup+51.1008 s]
/proc/loadavg: 4.11 4.02 3.35 5/362 23880
/proc/meminfo: memFree=15919264/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=160664 CPUtime=51.09 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 53049 0 0 0 5098 11 0 0 25 0 1 0 630496439 164519936 23740 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 40166 23740 381 112 0 35131 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 160664

[startup+102.314 s]
/proc/loadavg: 4.05 4.01 3.38 5/362 23882
/proc/meminfo: memFree=15717188/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=175884 CPUtime=102.3 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 71234 0 0 0 10215 15 0 0 25 0 1 0 630496439 180105216 27316 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 43971 27316 381 112 0 38936 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 175884

[startup+162.3 s]
/proc/loadavg: 4.02 4.00 3.41 5/362 23883
/proc/meminfo: memFree=15672016/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=175884 CPUtime=162.28 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 71234 0 0 0 16213 15 0 0 25 0 1 0 630496439 180105216 27316 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 43971 27316 381 112 0 38936 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 175884

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.45 5/362 23885
/proc/meminfo: memFree=15418380/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=130392 CPUtime=222.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 73121 0 0 0 22213 16 0 0 25 0 1 0 630496439 133521408 25182 33554432000 4194304 4650387 140737191170368 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 32598 25182 381 112 0 27563 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 130392

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.48 5/362 23886
/proc/meminfo: memFree=15358444/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=185168 CPUtime=282.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 94920 0 0 0 28209 20 0 0 25 0 1 0 630496439 189612032 29091 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 46292 29091 381 112 0 41257 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 185168

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.51 5/362 23888
/proc/meminfo: memFree=15068848/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=185168 CPUtime=342.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 94920 0 0 0 34209 20 0 0 25 0 1 0 630496439 189612032 29091 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 46292 29091 381 112 0 41257 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 185168

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.54 5/362 23890
/proc/meminfo: memFree=15057992/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=138764 CPUtime=402.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 109157 0 0 0 40205 24 0 0 25 0 1 0 630496439 142094336 28230 33554432000 4194304 4650387 140737191170368 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 34691 28230 381 112 0 29656 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 138764

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.56 5/362 23891
/proc/meminfo: memFree=15019872/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=196752 CPUtime=462.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 129417 0 0 0 46199 30 0 0 25 0 1 0 630496439 201474048 31913 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 49188 31913 381 112 0 44153 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 196752

[startup+522.301 s]
/proc/loadavg: 4.05 4.01 3.59 5/362 23893
/proc/meminfo: memFree=14866548/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=196752 CPUtime=522.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 129417 0 0 0 52199 30 0 0 25 0 1 0 630496439 201474048 31913 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 49188 31913 381 112 0 44153 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 196752

[startup+582.301 s]
/proc/loadavg: 4.13 4.04 3.63 5/362 23894
/proc/meminfo: memFree=14828064/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=196752 CPUtime=582.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 129417 0 0 0 58199 30 0 0 25 0 1 0 630496439 201474048 31913 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 49188 31913 381 112 0 44153 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 196752

[startup+642.301 s]
/proc/loadavg: 4.09 4.05 3.65 5/362 23896
/proc/meminfo: memFree=14732024/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=149008 CPUtime=642.3 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 138795 0 0 0 64198 32 0 0 25 0 1 0 630496439 152584192 29393 33554432000 4194304 4650387 140737191170368 18446744073709551615 4315672 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 37252 29393 381 112 0 32217 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 149008

[startup+702.3 s]
/proc/loadavg: 4.03 4.03 3.67 5/362 23898
/proc/meminfo: memFree=14659032/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=248492 CPUtime=702.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 188443 0 0 0 70184 45 0 0 25 0 1 0 630496439 254455808 46342 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 62123 46342 381 112 0 57088 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 248492

[startup+762.314 s]
/proc/loadavg: 4.01 4.03 3.69 5/362 23899
/proc/meminfo: memFree=14512624/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=248640 CPUtime=762.31 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 188480 0 0 0 76186 45 0 0 25 0 1 0 630496439 254607360 46379 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476335 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 62160 46379 381 112 0 57125 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 248640

[startup+822.3 s]
/proc/loadavg: 4.00 4.02 3.70 5/362 23901
/proc/meminfo: memFree=14509848/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=248640 CPUtime=822.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 188480 0 0 0 82184 45 0 0 25 0 1 0 630496439 254607360 46379 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 62160 46379 381 112 0 57125 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 248640

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 3.72 5/362 23911
/proc/meminfo: memFree=14484432/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=248640 CPUtime=882.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 188480 0 0 0 88184 45 0 0 25 0 1 0 630496439 254607360 46379 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 62160 46379 381 112 0 57125 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 248640

[startup+942.3 s]
/proc/loadavg: 4.00 4.01 3.74 5/362 23913
/proc/meminfo: memFree=14484144/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=248640 CPUtime=942.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 188480 0 0 0 94184 45 0 0 25 0 1 0 630496439 254607360 46379 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476379 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 62160 46379 381 112 0 57125 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 248640

[startup+1002.3 s]
/proc/loadavg: 3.16 3.80 3.68 3/350 23951
/proc/meminfo: memFree=19008932/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=249004 CPUtime=1002.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 188537 0 0 0 100184 45 0 0 25 0 1 0 630496439 254980096 46436 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476265 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 62251 46436 381 112 0 57216 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 249004

[startup+1062.3 s]
/proc/loadavg: 2.42 3.47 3.57 3/350 23952
/proc/meminfo: memFree=18891596/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=249004 CPUtime=1062.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 188537 0 0 0 106184 45 0 0 25 0 1 0 630496439 254980096 46436 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 62251 46436 381 112 0 57216 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 249004

[startup+1122.3 s]
/proc/loadavg: 1.64 3.06 3.42 2/344 23972
/proc/meminfo: memFree=21419088/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=249004 CPUtime=1122.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 188537 0 0 0 112184 45 0 0 25 0 1 0 630496439 254980096 46436 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476322 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 62251 46436 381 112 0 57216 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 249004

[startup+1182.3 s]
/proc/loadavg: 1.24 2.68 3.27 2/344 23973
/proc/meminfo: memFree=21419300/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=249004 CPUtime=1182.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 188537 0 0 0 118184 45 0 0 25 0 1 0 630496439 254980096 46436 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 62251 46436 381 112 0 57216 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 249004

[startup+1242.3 s]
/proc/loadavg: 1.08 2.37 3.12 2/344 23975
/proc/meminfo: memFree=21418652/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=249004 CPUtime=1242.29 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 188537 0 0 0 124184 45 0 0 25 0 1 0 630496439 254980096 46436 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 62251 46436 381 112 0 57216 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 249004



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.03 2.12 2.99 2/344 23977
/proc/meminfo: memFree=21418632/32951124 swapFree=67111348/67111528
[pid=23878] ppid=23876 vsize=249004 CPUtime=1300 cores=5,7
/proc/23878/stat : 23878 (strangenight1-s) R 23876 23878 23551 0 -1 4202496 188537 0 0 0 129955 45 0 0 25 0 1 0 630496439 254980096 46436 33554432000 4194304 4650387 140737191170368 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23878/statm: 62251 46436 381 112 0 57216 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 249004

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.02
CPU time (s): 1300.02
CPU user time (s): 1299.56
CPU system time (s): 0.462929
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 249004

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

runsolver used 4.34034 second user time and 10.7074 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-14 15:46:43
IDJOB=3369729
IDBENCH=82538
IDSOLVER=1847
FILE ID=node144/3369729-1305380803
RUNJOBID= node144-1305379151-23572
PBS_JOBID= 13324358
Free space on /tmp= 73072 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S1793954886-065-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369729-1305380803/watcher-3369729-1305380803 -o /tmp/evaluation-result-3369729-1305380803/solver-3369729-1305380803 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369729-1305380803.cnf

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

MD5SUM BENCH= f6b9ddbb2d1027fc4cfe1e8c2d86f4e1
RANDOM SEED=1905148437

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16204000 kB
Buffers:        275028 kB
Cached:        3766212 kB
SwapCached:          0 kB
Active:       13506228 kB
Inactive:      2882156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16204000 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            7056 kB
Writeback:           0 kB
AnonPages:    12346872 kB
Mapped:          28608 kB
Slab:           244236 kB
PageTables:      50336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88550384 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= 73236 MiB
End job on node144 at 2011-05-14 16:08:25