Trace number 3368183

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-Night2-st (fixed)? (TO) 1300.06 1300.02

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n220-s24359701-sat.cnf
MD5SUMceff918324677440f95867755c4e7133
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.76412
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses528
Sum of the clauses size1320
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2440
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 588
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368183-1305389328.cnf'
0.00/0.00	c -- header says num vars:            220
0.00/0.00	c -- header says num clauses:         528
0.00/0.00	c -- clauses added:            0 learnts,          528 normals,            0 xors
0.00/0.00	c -- vars added        220
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       220        88       440         0      1320         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:     123 undec:       0 neg:      97
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       220        88       440         0      1320         0   no data   no data
0.04/0.04	c Decided on static restart strategy
0.09/0.17	c  N st     8      4919       220        88       440      4814      1320    168696   no data   no data
0.39/0.48	c  N st    10     11303       220        88       440      4449      1320    129200   no data   no data
0.79/0.82	c  N st    11     17047       220        88       440     10025      1320    349345   no data   no data
1.29/1.30	c  F st    12     25001       220        88       440     12267      1320    403807   no data   no data
1.29/1.30	c  N st    12     25001       220        88       440     12267      1320    403807   no data   no data
1.59/1.63	c Decided on static restart strategy
1.59/1.63	c  N st    18     30002       220        88       440     10557      1320    306033   no data   no data
1.59/1.63	c  S st    18     30002       220        88       440     10557      1320    306033   no data   no data
1.59/1.69	c  S st    18     30506       220        88       440     11054      1320    321341   no data   no data
1.59/1.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.59/1.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1.59/1.70	c blocked clauses removed:        0 vars:      0 tried:         220 T: 0.00 s
1.59/1.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.59/1.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.59/1.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
1.59/1.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.69/1.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.69/1.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
1.79/1.84	c lits-rem:       373  cl-subs:      154  v-elim:      0  v-fix:    0  time:  0.09 s
1.79/1.84	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.00
1.79/1.84	c calculated reachability. Time: 0.00
1.79/1.84	c  N st    18     30506       220        88       440     10900      1320    315345   no data   no data
2.39/2.42	c  N st    20     37616       220        88       440     10122      1320    278141   no data   no data
2.89/2.95	c  N st    21     44016       220        88       440     16391      1320    514415   no data   no data
3.09/3.11	c  S st    22     45759       220        88       440      9364      1320    219643   no data   no data
3.09/3.16	c  S st    22     46261       220        88       440      9862      1320    234707   no data   no data
3.09/3.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.09/3.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
3.09/3.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.09/3.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.09/3.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.09/3.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
3.09/3.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.09/3.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.20/3.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
3.20/3.23	c lits-rem:        40  cl-subs:       30  v-elim:      0  v-fix:    0  time:  0.02 s
3.20/3.23	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
3.20/3.23	c vivif2 --  cl tried     9832 cl shrink        0 lits rem          0 time: 0.00
3.20/3.23	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.00
3.20/3.23	c calculated reachability. Time: 0.00
3.20/3.23	c  N st    22     46261       220        88       440      9832      1320    233593   no data   no data
4.59/4.60	c  N st    23     60658       220        88       440     14146      1320    388412   no data   no data
5.50/5.56	c  N st    24     69392       220        88       440     11960      1320    279953   no data   no data
5.50/5.56	c  S st    24     69392       220        88       440     11960      1320    279953   no data   no data
5.59/5.63	c  S st    24     69898       220        88       440     12463      1320    295274   no data   no data
5.59/5.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.59/5.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
5.59/5.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.59/5.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.59/5.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.59/5.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
5.59/5.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.59/5.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.59/5.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
5.69/5.72	c lits-rem:        35  cl-subs:       77  v-elim:      0  v-fix:    0  time:  0.04 s
5.69/5.72	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
5.69/5.72	c vivif2 --  cl tried    12386 cl shrink        0 lits rem          0 time: 0.00
5.69/5.73	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.00
5.69/5.73	c calculated reachability. Time: 0.00
5.69/5.73	c  N st    24     69898       220        88       440     12386      1320    292668   no data   no data
7.39/7.47	c  F st    25     87500       220        88       440     17898      1320    475267   no data   no data
7.39/7.47	c  N st    25     87500       220        88       440     17898      1320    475267   no data   no data
8.09/8.11	c Decided on static restart strategy
8.39/8.45	c  N st    32     95540       220        88       440     13041      1320    271174   no data   no data
9.39/9.45	c  N st    34    104848       220        88       440     22091      1320    605262   no data   no data
9.39/9.45	c  S st    34    104848       220        88       440     22091      1320    605262   no data   no data
9.49/9.56	c  S st    34    105350       220        88       440     22590      1320    620143   no data   no data
9.49/9.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.49/9.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
9.49/9.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.49/9.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.49/9.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.49/9.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
9.49/9.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.49/9.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.59/9.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
9.90/9.94	c lits-rem:       409  cl-subs:      319  v-elim:      0  v-fix:    0  time:  0.25 s
9.90/9.94	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
9.90/9.95	c vivif2 --  cl tried    22271 cl shrink        0 lits rem          0 time: 0.01
9.90/9.95	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.01
9.90/9.95	c calculated reachability. Time: 0.00
9.90/9.95	c  N st    34    105350       220        88       440     22271      1320    607253   no data   no data
11.00/11.08	c  N st    35    114948       220        88       440     17963      1320    442957   no data   no data
12.89/12.99	c  N st    36    129346       220        88       440     17350      1320    380323   no data   no data
15.49/15.57	c  N st    37    150942       220        88       440     22878      1320    563250   no data   no data
16.50/16.57	c  S st    38    158025       220        88       440     29833      1320    802004   no data   no data
16.69/16.71	c  S st    38    158525       220        88       440     30330      1320    816870   no data   no data
16.69/16.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.69/16.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
16.69/16.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.69/16.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.69/16.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.69/16.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
16.69/16.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.69/16.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
16.79/16.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
17.29/17.39	c lits-rem:       602  cl-subs:      385  v-elim:      0  v-fix:    0  time:  0.50 s
17.29/17.39	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
17.39/17.40	c vivif2 --  cl tried    29945 cl shrink        0 lits rem          0 time: 0.01
17.39/17.41	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.01
17.39/17.41	c calculated reachability. Time: 0.00
17.39/17.41	c  N st    38    158525       220        88       440     29945      1320    802719   no data   no data
24.59/24.66	c  N st    39    207114       220        88       440     24563      1320    569330   no data   no data
29.19/29.29	c  N st    40    237788       220        88       440     35044      1320    909829   no data   no data
29.19/29.29	c  S st    40    237788       220        88       440     35044      1320    909829   no data   no data
29.39/29.46	c  S st    40    238291       220        88       440     35547      1320    924793   no data   no data
29.39/29.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.39/29.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
29.39/29.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.39/29.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.39/29.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.39/29.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
29.39/29.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.49/29.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.60/29.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
30.29/30.36	c lits-rem:       615  cl-subs:      572  v-elim:      0  v-fix:    0  time:  0.71 s
30.29/30.36	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
30.29/30.37	c vivif2 --  cl tried    34975 cl shrink        0 lits rem          0 time: 0.01
30.29/30.38	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.01
30.29/30.38	c calculated reachability. Time: 0.00
30.29/30.38	c  N st    40    238291       220        88       440     34975      1320    906381   no data   no data
41.39/41.47	c  F st    41    306251       220        88       440     36890      1320    959543   no data   no data
41.39/41.47	c  N st    41    306251       220        88       440     36890      1320    959543   no data   no data
42.39/42.41	c Decided on static restart strategy
46.70/46.70	c  N st    51    334559       220        88       440     41221      1320   1085246   no data   no data
50.69/50.78	c  N st    53    357438       220        88       440     39159      1320    981871   no data   no data
50.69/50.78	c  S st    53    357438       220        88       440     39159      1320    981871   no data   no data
50.89/50.96	c  S st    53    357940       220        88       440     39658      1320    996321   no data   no data
50.89/50.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.89/50.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
50.89/50.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.89/50.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.89/50.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.89/50.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
50.89/50.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.99/51.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.09/51.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.13 s
51.79/51.80	c lits-rem:       513  cl-subs:      439  v-elim:      0  v-fix:    0  time:  0.63 s
51.79/51.80	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
51.79/51.81	c vivif2 --  cl tried    39219 cl shrink        0 lits rem          0 time: 0.02
51.79/51.83	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.01
51.79/51.83	c calculated reachability. Time: 0.00
51.79/51.83	c  N st    53    357940       220        88       440     39219      1320    981727   no data   no data
58.39/58.41	c  N st    54    390333       220        88       440     45371      1320   1193298   no data   no data
67.39/67.48	c  N st    55    438921       220        88       440     39115      1320    899676   no data   no data
82.50/82.51	c  N st    56    511803       220        88       440     52760      1320   1382417   no data   no data
87.90/87.94	c  N st    57    536910       220        88       440     46954      1320   1114684   no data   no data
87.90/87.94	c  S st    57    536910       220        88       440     46954      1320   1114684   no data   no data
88.09/88.16	c  S st    57    537414       220        88       440     47454      1320   1130435   no data   no data
88.09/88.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
88.19/88.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
88.19/88.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
88.19/88.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.19/88.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.19/88.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
88.19/88.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
88.19/88.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
88.39/88.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
89.40/89.40	c lits-rem:       360  cl-subs:      513  v-elim:      0  v-fix:    0  time:  0.99 s
89.40/89.40	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
89.40/89.42	c vivif2 --  cl tried    46941 cl shrink        0 lits rem          0 time: 0.02
89.40/89.44	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.02
89.40/89.44	c calculated reachability. Time: 0.00
89.40/89.44	c  N st    57    537414       220        88       440     46941      1320   1113222   no data   no data
130.69/130.70	c  N st    58    701398       220        88       440     41001      1320    819674   no data   no data
158.19/158.29	c  N st    59    806122       220        88       440     70196      1320   1852024   no data   no data
158.19/158.29	c  S st    59    806122       220        88       440     70196      1320   1852024   no data   no data
158.60/158.62	c  S st    59    806628       220        88       440     70700      1320   1867455   no data   no data
158.60/158.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
158.70/158.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.08
158.70/158.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
158.70/158.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
158.70/158.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
158.70/158.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
158.70/158.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
158.70/158.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
158.99/159.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.28 s
162.19/162.24	c lits-rem:      3655  cl-subs:     1073  v-elim:      0  v-fix:    0  time:  3.19 s
162.19/162.24	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
162.19/162.27	c vivif2 --  cl tried    69627 cl shrink        0 lits rem          0 time: 0.03
162.29/162.30	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.03
162.29/162.30	c calculated reachability. Time: 0.00
162.29/162.30	c  N st    59    806628       220        88       440     69627      1320   1830185   no data   no data
240.50/240.53	c  F st    60   1071876       220        88       440     85324      1320   2323412   no data   no data
240.50/240.53	c  N st    60   1071876       220        88       440     85324      1320   2323412   no data   no data
242.59/242.61	c Decided on static restart strategy
248.30/248.37	c  N st    70   1100179       220        88       440     69171      1320   1630935   no data   no data
260.30/260.39	c  N st    72   1136174       220        88       440     59432      1320   1241678   no data   no data
270.40/270.48	c  N st    73   1168566       220        88       440     91222      1320   2340449   no data   no data
283.81/283.86	c  N st    74   1209943       220        88       440     85650      1320   2138323   no data   no data
283.81/283.86	c  S st    74   1209943       220        88       440     85650      1320   2138323   no data   no data
284.30/284.31	c  S st    74   1210447       220        88       440     86152      1320   2153344   no data   no data
284.30/284.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
284.40/284.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.10
284.40/284.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
284.40/284.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
284.40/284.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
284.40/284.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
284.40/284.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
284.40/284.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
284.81/284.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.33 s
289.31/289.32	c lits-rem:       621  cl-subs:     1385  v-elim:      0  v-fix:    0  time:  4.48 s
289.31/289.32	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
289.31/289.35	c vivif2 --  cl tried    84767 cl shrink        0 lits rem          0 time: 0.04
289.31/289.39	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.03
289.31/289.39	c calculated reachability. Time: 0.00
289.31/289.39	c  N st    74   1210447       220        88       440     84767      1320   2111528   no data   no data
314.00/314.03	c  N st    75   1283329       220        88       440     61275      1320   1277619   no data   no data
353.20/353.25	c  N st    76   1392652       220        88       440     69302      1320   1527297   no data   no data
408.90/408.96	c  N st    77   1556637       220        88       440     74011      1320   1562217   no data   no data
462.71/462.71	c  N st    78   1710448       220        88       440     60083      1320   1041387   no data   no data
462.71/462.71	c  S st    78   1710448       220        88       440     60083      1320   1041387   no data   no data
462.91/462.98	c  S st    78   1710950       220        88       440     60584      1320   1055785   no data   no data
462.91/462.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
463.01/463.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.05
463.01/463.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
463.01/463.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
463.01/463.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
463.01/463.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
463.01/463.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
463.01/463.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
463.12/463.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
463.71/463.72	c lits-rem:       332  cl-subs:      275  v-elim:      0  v-fix:    0  time:  0.54 s
463.71/463.72	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
463.71/463.74	c vivif2 --  cl tried    60309 cl shrink        0 lits rem          0 time: 0.02
463.71/463.76	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.02
463.71/463.76	c calculated reachability. Time: 0.00
463.71/463.76	c  N st    78   1710950       220        88       440     60309      1320   1049452   no data   no data
605.31/605.38	c  N st    79   2079915       220        88       440     66372      1320   1145608   no data   no data
663.01/663.02	c  N st    80   2210951       220        88       440     68340      1320   1183337   no data   no data
663.01/663.02	c  S st    80   2210951       220        88       440     68340      1320   1183337   no data   no data
663.32/663.36	c  S st    80   2211456       220        88       440     68844      1320   1199155   no data   no data
663.32/663.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
663.41/663.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.06
663.41/663.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
663.41/663.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
663.41/663.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
663.41/663.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
663.41/663.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
663.41/663.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
663.51/663.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
664.11/664.17	c lits-rem:       212  cl-subs:      205  v-elim:      0  v-fix:    0  time:  0.58 s
664.11/664.17	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
664.11/664.19	c vivif2 --  cl tried    68639 cl shrink        0 lits rem          0 time: 0.02
664.21/664.22	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.03
664.21/664.22	c calculated reachability. Time: 0.00
664.21/664.22	c  N st    80   2211456       220        88       440     68639      1320   1193534   no data   no data
896.02/896.03	c  N st    81   2711458       220        88       440     85358      1320   1631186   no data   no data
896.02/896.03	c  S st    81   2711458       220        88       440     85358      1320   1631186   no data   no data
896.43/896.50	c  S st    81   2711961       220        88       440     85858      1320   1647003   no data   no data
896.43/896.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
896.62/896.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.11
896.62/896.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
896.62/896.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
896.62/896.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
896.62/896.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
896.62/896.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
896.62/896.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
896.92/896.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.22 s
898.42/898.49	c lits-rem:       322  cl-subs:      436  v-elim:      0  v-fix:    0  time:  1.58 s
898.42/898.49	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
898.52/898.51	c vivif2 --  cl tried    85422 cl shrink        0 lits rem          0 time: 0.03
898.52/898.55	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.04
898.52/898.56	c calculated reachability. Time: 0.00
898.52/898.56	c  N st    81   2711961       220        88       440     85422      1320   1634145   no data   no data
1123.42/1123.41	c  N st    82   3211961       220        88       440    130941      1320   3165243   no data   no data
1123.42/1123.41	c  S st    82   3211961       220        88       440    130941      1320   3165243   no data   no data
1124.02/1124.06	c  S st    82   3212461       220        88       440    131439      1320   3180948   no data   no data
1124.02/1124.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1124.23/1124.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.1M T:  0.17
1124.23/1124.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1124.23/1124.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1124.23/1124.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1124.23/1124.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
1124.23/1124.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1124.23/1124.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1124.82/1124.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.51 s
1130.73/1130.72	c lits-rem:       918  cl-subs:     2040  v-elim:      0  v-fix:    0  time:  5.84 s
1130.73/1130.72	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
1130.73/1130.77	c vivif2 --  cl tried   129399 cl shrink        0 lits rem          0 time: 0.05
1130.83/1130.83	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.05
1130.83/1130.83	c calculated reachability. Time: 0.00
1130.83/1130.83	c  N st    82   3212461       220        88       440    129399      1320   3124419   no data   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368183-1305389328/watcher-3368183-1305389328 -o /tmp/evaluation-result-3368183-1305389328/solver-3368183-1305389328 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368183-1305389328.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.11 3.87 3.69 5/286 29713
/proc/meminfo: memFree=24280240/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=29732 CPUtime=0 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 529 0 0 0 0 0 0 0 25 0 1 0 729163390 30445568 469 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 7433 469 363 95 0 2415 0

[startup+0.044088 s]
/proc/loadavg: 4.11 3.87 3.69 5/286 29713
/proc/meminfo: memFree=24280240/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=29732 CPUtime=0.04 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 605 0 0 0 4 0 0 0 25 0 1 0 729163390 30445568 545 33554432000 4194304 4580011 140735271108752 18446744073709551615 4322636 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 7433 545 363 95 0 2415 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29732

[startup+0.101104 s]
/proc/loadavg: 4.11 3.87 3.69 5/286 29713
/proc/meminfo: memFree=24280240/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=29864 CPUtime=0.09 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 696 0 0 0 9 0 0 0 25 0 1 0 729163390 30580736 636 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 7466 636 364 95 0 2448 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29864

[startup+0.30107 s]
/proc/loadavg: 4.11 3.87 3.69 5/286 29713
/proc/meminfo: memFree=24280240/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=30484 CPUtime=0.29 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 999 0 0 0 29 0 0 0 25 0 1 0 729163390 31215616 756 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294607 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 7621 756 364 95 0 2603 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30484

[startup+0.700993 s]
/proc/loadavg: 4.11 3.87 3.69 5/286 29713
/proc/meminfo: memFree=24280240/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=31100 CPUtime=0.69 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 1487 0 0 0 69 0 0 0 25 0 1 0 729163390 31846400 939 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 7775 940 364 95 0 2757 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31100

[startup+1.50082 s]
/proc/loadavg: 4.11 3.87 3.69 5/287 29714
/proc/meminfo: memFree=24286548/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=32036 CPUtime=1.49 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 2475 0 0 0 149 0 0 0 25 0 1 0 729163390 32804864 1053 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 8009 1053 365 95 0 2991 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32036

[startup+3.10055 s]
/proc/loadavg: 4.11 3.87 3.69 5/287 29714
/proc/meminfo: memFree=24285804/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=40144 CPUtime=3.09 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 5484 0 0 0 309 0 0 0 25 0 1 0 729163390 41107456 2945 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 10036 2945 367 95 0 5018 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40144

[startup+6.30096 s]
/proc/loadavg: 4.11 3.87 3.69 5/287 29714
/proc/meminfo: memFree=24275576/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=42304 CPUtime=6.29 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 7637 0 0 0 629 0 0 0 25 0 1 0 729163390 43319296 3757 33554432000 4194304 4580011 140735271108752 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 10576 3757 367 95 0 5558 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42304

[startup+12.7008 s]
/proc/loadavg: 4.10 3.87 3.70 5/287 29714
/proc/meminfo: memFree=24255124/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=51136 CPUtime=12.69 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 12390 0 0 0 1268 1 0 0 23 0 1 0 729163390 52363264 6075 33554432000 4194304 4580011 140735271108752 18446744073709551615 4340566 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 12784 6075 367 95 0 7766 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51136

[startup+25.5004 s]
/proc/loadavg: 4.07 3.88 3.70 5/287 29714
/proc/meminfo: memFree=24279916/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=59828 CPUtime=25.5 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 19300 0 0 0 2547 3 0 0 25 0 1 0 729163390 61263872 7939 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 14957 7939 367 95 0 9939 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 59828

[startup+51.1007 s]
/proc/loadavg: 4.05 3.89 3.71 5/287 29715
/proc/meminfo: memFree=24234988/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=70948 CPUtime=51.09 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 30019 0 0 0 5103 6 0 0 25 0 1 0 729163390 72650752 10664 33554432000 4194304 4580011 140735271108752 18446744073709551615 4412864 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 17737 10664 367 95 0 12719 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70948

[startup+102.31 s]
/proc/loadavg: 4.02 3.90 3.72 5/287 29716
/proc/meminfo: memFree=24196876/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=82640 CPUtime=102.31 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 45793 0 0 0 10222 9 0 0 25 0 1 0 729163390 84623360 12875 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 20660 12875 367 95 0 15642 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 82640

[startup+162.3 s]
/proc/loadavg: 4.00 3.92 3.74 5/287 29718
/proc/meminfo: memFree=24165588/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=103860 CPUtime=162.29 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 62048 0 0 0 16217 12 0 0 25 0 1 0 729163390 106352640 18859 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 25965 18859 367 95 0 20947 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 103860

[startup+222.3 s]
/proc/loadavg: 4.04 3.94 3.75 5/287 29720
/proc/meminfo: memFree=24137148/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=104276 CPUtime=222.3 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 73767 0 0 0 22214 16 0 0 25 0 1 0 729163390 106778624 18638 33554432000 4194304 4580011 140735271108752 18446744073709551615 4317099 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 26069 18638 367 95 0 21051 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 104276

[startup+282.3 s]
/proc/loadavg: 4.01 3.95 3.77 5/287 29721
/proc/meminfo: memFree=24072772/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=104616 CPUtime=282.3 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 84489 0 0 0 28210 20 0 0 25 0 1 0 729163390 107126784 19044 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294542 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 26154 19044 367 95 0 21136 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 104616

[startup+342.301 s]
/proc/loadavg: 4.00 3.96 3.78 5/287 29723
/proc/meminfo: memFree=24032668/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=123508 CPUtime=342.3 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 97485 0 0 0 34207 23 0 0 25 0 1 0 729163390 126472192 23760 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 30877 23760 367 95 0 25859 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 123508

[startup+402.301 s]
/proc/loadavg: 4.00 3.96 3.79 5/287 29724
/proc/meminfo: memFree=23998012/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=123712 CPUtime=402.3 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 106752 0 0 0 40204 26 0 0 25 0 1 0 729163390 126681088 24241 33554432000 4194304 4580011 140735271108752 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 30928 24241 367 95 0 25910 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 123712

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.80 5/287 29726
/proc/meminfo: memFree=23956908/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=124008 CPUtime=462.31 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 117050 0 0 0 46202 29 0 0 25 0 1 0 729163390 126984192 22460 33554432000 4194304 4580011 140735271108752 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 31002 22460 367 95 0 25984 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 124008

[startup+522.301 s]
/proc/loadavg: 4.04 3.99 3.82 5/287 29728
/proc/meminfo: memFree=23948456/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=124732 CPUtime=522.31 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 124799 0 0 0 52200 31 0 0 25 0 1 0 729163390 127725568 23774 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294481 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 31183 23774 367 95 0 26165 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 124732

[startup+582.301 s]
/proc/loadavg: 4.06 4.00 3.83 5/287 29729
/proc/meminfo: memFree=23958212/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=124980 CPUtime=582.31 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 134302 0 0 0 58197 34 0 0 25 0 1 0 729163390 127979520 23048 33554432000 4194304 4580011 140735271108752 18446744073709551615 4293184 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 31245 23048 367 95 0 26227 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 124980

[startup+642.301 s]
/proc/loadavg: 3.95 3.98 3.83 5/287 29869
/proc/meminfo: memFree=25325152/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=125304 CPUtime=642.32 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 142131 0 0 0 64196 36 0 0 25 0 1 0 729163390 128311296 23824 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 31326 23824 367 95 0 26308 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 125304

[startup+702.301 s]
/proc/loadavg: 4.07 4.01 3.85 5/287 29870
/proc/meminfo: memFree=25165336/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=127832 CPUtime=702.31 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 150152 0 0 0 70192 39 0 0 25 0 1 0 729163390 130899968 24447 33554432000 4194304 4580011 140735271108752 18446744073709551615 4293200 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 31958 24447 367 95 0 26940 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 127832

[startup+762.311 s]
/proc/loadavg: 4.11 4.04 3.86 5/287 29872
/proc/meminfo: memFree=25121120/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=128308 CPUtime=762.32 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 157540 0 0 0 76191 41 0 0 25 0 1 0 729163390 131387392 24432 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294607 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 32077 24432 367 95 0 27059 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 128308

[startup+822.301 s]
/proc/loadavg: 4.04 4.03 3.87 5/287 29874
/proc/meminfo: memFree=25025432/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=129356 CPUtime=822.31 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 164794 0 0 0 82187 44 0 0 25 0 1 0 729163390 132460544 24081 33554432000 4194304 4580011 140735271108752 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 32339 24081 367 95 0 27321 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 129356

[startup+882.301 s]
/proc/loadavg: 4.01 4.02 3.87 5/287 29875
/proc/meminfo: memFree=24969192/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=131248 CPUtime=882.31 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 171082 0 0 0 88185 46 0 0 25 0 1 0 729163390 134397952 26371 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 32812 26371 367 95 0 27794 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 131248

[startup+942.3 s]
/proc/loadavg: 4.00 4.02 3.88 5/287 29877
/proc/meminfo: memFree=24898076/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=138588 CPUtime=942.32 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 179827 0 0 0 94183 49 0 0 25 0 1 0 729163390 141914112 27093 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 34647 27093 367 95 0 29629 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 138588

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.89 5/287 29878
/proc/meminfo: memFree=24849552/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=138744 CPUtime=1002.32 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 187440 0 0 0 100181 51 0 0 25 0 1 0 729163390 142073856 26361 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294607 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 34686 26361 367 95 0 29668 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 138744

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/287 29880
/proc/meminfo: memFree=24842052/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=197720 CPUtime=1062.33 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 193989 0 0 0 106179 54 0 0 25 0 1 0 729163390 202465280 28599 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 49430 28599 367 95 0 44412 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 197720

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.90 6/287 29882
/proc/meminfo: memFree=24781740/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=139232 CPUtime=1122.32 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 201786 0 0 0 112176 56 0 0 25 0 1 0 729163390 142573568 27885 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294398 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 34808 27885 367 95 0 29790 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 139232

[startup+1182.3 s]
/proc/loadavg: 4.04 4.01 3.91 6/287 29883
/proc/meminfo: memFree=24765188/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=230948 CPUtime=1182.33 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 214248 0 0 0 118174 59 0 0 25 0 1 0 729163390 236490752 35950 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 57737 35950 367 95 0 52719 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 230948

[startup+1242.3 s]
/proc/loadavg: 4.07 4.02 3.91 5/287 29885
/proc/meminfo: memFree=24709716/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=171200 CPUtime=1242.33 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 221548 0 0 0 124172 61 0 0 25 0 1 0 729163390 175308800 34405 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 42800 34405 367 95 0 37782 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 171200



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.15 4.05 3.93 5/287 29886
/proc/meminfo: memFree=24694020/32951124 swapFree=67083432/67111528
[pid=29713] ppid=29711 vsize=171268 CPUtime=1300.04 cores=0,2
/proc/29713/stat : 29713 (strangenight2-s) R 29711 29713 29599 0 -1 4202496 227123 0 0 0 129942 62 0 0 25 0 1 0 729163390 175378432 35444 33554432000 4194304 4580011 140735271108752 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29713/statm: 42817 35444 367 95 0 37799 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 171268

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.06
CPU user time (s): 1299.42
CPU system time (s): 0.631903
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 231836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.42
system time used= 0.631903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227123
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= 15
involuntary context switches= 16105

runsolver used 3.54446 second user time and 7.50986 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-14 18:08:48
IDJOB=3368183
IDBENCH=83146
IDSOLVER=1845
FILE ID=node110/3368183-1305389328
RUNJOBID= node110-1305388660-29617
PBS_JOBID= 13324412
Free space on /tmp= 73568 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n220-s24359701-sat.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368183-1305389328/watcher-3368183-1305389328 -o /tmp/evaluation-result-3368183-1305389328/solver-3368183-1305389328 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368183-1305389328.cnf

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

MD5SUM BENCH= ceff918324677440f95867755c4e7133
RANDOM SEED=1125028041

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.74
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.830
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:      24280396 kB
Buffers:        266964 kB
Cached:        3503752 kB
SwapCached:       1440 kB
Active:        5681488 kB
Inactive:      2655304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24280396 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:            5472 kB
Writeback:           0 kB
AnonPages:     4564444 kB
Mapped:          23920 kB
Slab:           246068 kB
PageTables:      24292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 47906864 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= 73560 MiB
End job on node110 at 2011-05-14 18:30:30