Trace number 3273758

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? (TO) 1300.05 1300.01

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-3273758-1303607443.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.00/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.49	c  N st    10     11303       220        88       440      4449      1320    129200   no data   no data
0.79/0.84	c  N st    11     17047       220        88       440     10025      1320    349345   no data   no data
1.29/1.33	c  F st    12     25001       220        88       440     12267      1320    403807   no data   no data
1.29/1.33	c  N st    12     25001       220        88       440     12267      1320    403807   no data   no data
1.59/1.66	c Decided on static restart strategy
1.59/1.66	c  N st    18     30002       220        88       440     10557      1320    306033   no data   no data
1.59/1.66	c  S st    18     30002       220        88       440     10557      1320    306033   no data   no data
1.69/1.72	c  S st    18     30506       220        88       440     11054      1320    321341   no data   no data
1.69/1.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.69/1.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1.69/1.73	c blocked clauses removed:        0 vars:      0 tried:         220 T: 0.00 s
1.69/1.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.69/1.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.69/1.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
1.69/1.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.69/1.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.69/1.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
1.79/1.87	c lits-rem:       373  cl-subs:      154  v-elim:      0  v-fix:    0  time:  0.09 s
1.79/1.88	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.00
1.79/1.88	c calculated reachability. Time: 0.00
1.79/1.88	c  N st    18     30506       220        88       440     10900      1320    315345   no data   no data
2.39/2.44	c  N st    20     37616       220        88       440     10122      1320    278141   no data   no data
2.89/2.97	c  N st    21     44016       220        88       440     16391      1320    514415   no data   no data
3.09/3.13	c  S st    22     45759       220        88       440      9364      1320    219643   no data   no data
3.09/3.18	c  S st    22     46261       220        88       440      9862      1320    234707   no data   no data
3.09/3.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.09/3.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
3.09/3.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
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:    220 time:  0.00 s
3.09/3.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.09/3.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.19/3.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
3.19/3.25	c lits-rem:        40  cl-subs:       30  v-elim:      0  v-fix:    0  time:  0.02 s
3.19/3.25	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
3.19/3.25	c vivif2 --  cl tried     9832 cl shrink        0 lits rem          0 time: 0.00
3.19/3.25	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.00
3.19/3.25	c calculated reachability. Time: 0.00
3.19/3.25	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.49/5.55	c  N st    24     69392       220        88       440     11960      1320    279953   no data   no data
5.49/5.55	c  S st    24     69392       220        88       440     11960      1320    279953   no data   no data
5.59/5.62	c  S st    24     69898       220        88       440     12463      1320    295274   no data   no data
5.59/5.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.59/5.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
5.59/5.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.59/5.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.59/5.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.59/5.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
5.59/5.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.59/5.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.59/5.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
5.69/5.71	c lits-rem:        35  cl-subs:       77  v-elim:      0  v-fix:    0  time:  0.04 s
5.69/5.71	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
5.69/5.71	c vivif2 --  cl tried    12386 cl shrink        0 lits rem          0 time: 0.00
5.69/5.72	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.00
5.69/5.72	c calculated reachability. Time: 0.00
5.69/5.72	c  N st    24     69898       220        88       440     12386      1320    292668   no data   no data
7.39/7.45	c  F st    25     87500       220        88       440     17898      1320    475267   no data   no data
7.39/7.45	c  N st    25     87500       220        88       440     17898      1320    475267   no data   no data
7.99/8.08	c Decided on static restart strategy
8.39/8.42	c  N st    32     95540       220        88       440     13041      1320    271174   no data   no data
9.39/9.41	c  N st    34    104848       220        88       440     22091      1320    605262   no data   no data
9.39/9.41	c  S st    34    104848       220        88       440     22091      1320    605262   no data   no data
9.49/9.51	c  S st    34    105350       220        88       440     22590      1320    620143   no data   no data
9.49/9.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.49/9.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
9.49/9.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.49/9.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.49/9.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.49/9.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
9.49/9.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.49/9.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.59/9.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
9.80/9.88	c lits-rem:       409  cl-subs:      319  v-elim:      0  v-fix:    0  time:  0.24 s
9.80/9.88	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
9.80/9.89	c vivif2 --  cl tried    22271 cl shrink        0 lits rem          0 time: 0.01
9.80/9.89	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.01
9.80/9.89	c calculated reachability. Time: 0.00
9.80/9.89	c  N st    34    105350       220        88       440     22271      1320    607253   no data   no data
11.00/11.00	c  N st    35    114948       220        88       440     17963      1320    442957   no data   no data
12.89/12.91	c  N st    36    129346       220        88       440     17350      1320    380323   no data   no data
15.39/15.47	c  N st    37    150942       220        88       440     22878      1320    563250   no data   no data
16.39/16.44	c  S st    38    158025       220        88       440     29833      1320    802004   no data   no data
16.49/16.58	c  S st    38    158525       220        88       440     30330      1320    816870   no data   no data
16.49/16.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.59/16.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
16.59/16.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.59/16.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.59/16.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.59/16.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
16.59/16.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.59/16.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
16.69/16.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
17.19/17.23	c lits-rem:       602  cl-subs:      385  v-elim:      0  v-fix:    0  time:  0.48 s
17.19/17.23	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
17.19/17.24	c vivif2 --  cl tried    29945 cl shrink        0 lits rem          0 time: 0.01
17.19/17.25	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.01
17.19/17.25	c calculated reachability. Time: 0.00
17.19/17.25	c  N st    38    158525       220        88       440     29945      1320    802719   no data   no data
24.39/24.43	c  N st    39    207114       220        88       440     24563      1320    569330   no data   no data
28.89/29.00	c  N st    40    237788       220        88       440     35044      1320    909829   no data   no data
28.89/29.00	c  S st    40    237788       220        88       440     35044      1320    909829   no data   no data
29.09/29.16	c  S st    40    238291       220        88       440     35547      1320    924793   no data   no data
29.09/29.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.09/29.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
29.09/29.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.09/29.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.09/29.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.09/29.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
29.09/29.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.19/29.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.29/29.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
29.99/30.02	c lits-rem:       615  cl-subs:      572  v-elim:      0  v-fix:    0  time:  0.68 s
29.99/30.02	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
29.99/30.03	c vivif2 --  cl tried    34975 cl shrink        0 lits rem          0 time: 0.01
29.99/30.04	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.01
29.99/30.04	c calculated reachability. Time: 0.00
29.99/30.04	c  N st    40    238291       220        88       440     34975      1320    906381   no data   no data
40.99/41.04	c  F st    41    306251       220        88       440     36890      1320    959543   no data   no data
40.99/41.04	c  N st    41    306251       220        88       440     36890      1320    959543   no data   no data
41.89/41.94	c Decided on static restart strategy
46.10/46.15	c  N st    51    334559       220        88       440     41221      1320   1085246   no data   no data
50.19/50.20	c  N st    53    357438       220        88       440     39159      1320    981871   no data   no data
50.19/50.20	c  S st    53    357438       220        88       440     39159      1320    981871   no data   no data
50.39/50.41	c  S st    53    357940       220        88       440     39658      1320    996321   no data   no data
50.39/50.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.39/50.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
50.39/50.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.39/50.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.39/50.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.39/50.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
50.39/50.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.39/50.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.60/50.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.17 s
51.49/51.59	c lits-rem:       513  cl-subs:      439  v-elim:      0  v-fix:    0  time:  0.92 s
51.49/51.59	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
51.59/51.61	c vivif2 --  cl tried    39219 cl shrink        0 lits rem          0 time: 0.02
51.59/51.62	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.02
51.59/51.63	c calculated reachability. Time: 0.00
51.59/51.63	c  N st    53    357940       220        88       440     39219      1320    981727   no data   no data
58.50/58.57	c  N st    54    390333       220        88       440     45371      1320   1193298   no data   no data
67.49/67.53	c  N st    55    438921       220        88       440     39115      1320    899676   no data   no data
82.19/82.26	c  N st    56    511803       220        88       440     52760      1320   1382417   no data   no data
87.59/87.60	c  N st    57    536910       220        88       440     46954      1320   1114684   no data   no data
87.59/87.60	c  S st    57    536910       220        88       440     46954      1320   1114684   no data   no data
87.69/87.79	c  S st    57    537414       220        88       440     47454      1320   1130435   no data   no data
87.69/87.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
87.79/87.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.03
87.79/87.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
87.79/87.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.79/87.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.79/87.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
87.79/87.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
87.79/87.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
88.00/88.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.14 s
88.79/88.88	c lits-rem:       360  cl-subs:      513  v-elim:      0  v-fix:    0  time:  0.86 s
88.79/88.88	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
88.79/88.89	c vivif2 --  cl tried    46941 cl shrink        0 lits rem          0 time: 0.02
88.89/88.90	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.01
88.89/88.91	c calculated reachability. Time: 0.00
88.89/88.91	c  N st    57    537414       220        88       440     46941      1320   1113222   no data   no data
128.80/128.86	c  N st    58    701398       220        88       440     41001      1320    819674   no data   no data
157.79/157.87	c  N st    59    806122       220        88       440     70196      1320   1852024   no data   no data
157.79/157.87	c  S st    59    806122       220        88       440     70196      1320   1852024   no data   no data
158.09/158.19	c  S st    59    806628       220        88       440     70700      1320   1867455   no data   no data
158.09/158.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
158.19/158.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.07
158.19/158.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
158.19/158.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
158.19/158.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
158.19/158.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
158.19/158.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
158.19/158.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
158.60/158.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.29 s
161.70/161.71	c lits-rem:      3655  cl-subs:     1073  v-elim:      0  v-fix:    0  time:  3.08 s
161.70/161.71	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
161.70/161.73	c vivif2 --  cl tried    69627 cl shrink        0 lits rem          0 time: 0.03
161.70/161.76	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.02
161.70/161.76	c calculated reachability. Time: 0.00
161.70/161.76	c  N st    59    806628       220        88       440     69627      1320   1830185   no data   no data
236.41/236.42	c  F st    60   1071876       220        88       440     85324      1320   2323412   no data   no data
236.41/236.42	c  N st    60   1071876       220        88       440     85324      1320   2323412   no data   no data
238.40/238.41	c Decided on static restart strategy
243.90/243.99	c  N st    70   1100179       220        88       440     69171      1320   1630935   no data   no data
255.59/255.64	c  N st    72   1136174       220        88       440     59432      1320   1241678   no data   no data
265.30/265.30	c  N st    73   1168566       220        88       440     91222      1320   2340449   no data   no data
280.90/280.94	c  N st    74   1209943       220        88       440     85650      1320   2138323   no data   no data
280.90/280.94	c  S st    74   1209943       220        88       440     85650      1320   2138323   no data   no data
281.40/281.49	c  S st    74   1210447       220        88       440     86152      1320   2153344   no data   no data
281.40/281.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
281.61/281.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.12
281.61/281.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
281.61/281.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
281.61/281.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
281.61/281.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
281.61/281.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
281.61/281.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
282.10/282.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.39 s
286.30/286.38	c lits-rem:       621  cl-subs:     1385  v-elim:      0  v-fix:    0  time:  4.28 s
286.30/286.38	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
286.40/286.42	c vivif2 --  cl tried    84767 cl shrink        0 lits rem          0 time: 0.03
286.40/286.45	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.03
286.40/286.45	c calculated reachability. Time: 0.00
286.40/286.45	c  N st    74   1210447       220        88       440     84767      1320   2111528   no data   no data
310.11/310.18	c  N st    75   1283329       220        88       440     61275      1320   1277619   no data   no data
345.41/345.45	c  N st    76   1392652       220        88       440     69302      1320   1527297   no data   no data
398.81/398.83	c  N st    77   1556637       220        88       440     74011      1320   1562217   no data   no data
451.30/451.35	c  N st    78   1710448       220        88       440     60083      1320   1041387   no data   no data
451.30/451.35	c  S st    78   1710448       220        88       440     60083      1320   1041387   no data   no data
451.60/451.62	c  S st    78   1710950       220        88       440     60584      1320   1055785   no data   no data
451.60/451.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
451.60/451.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.05
451.60/451.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
451.60/451.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
451.60/451.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
451.60/451.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
451.60/451.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
451.60/451.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
451.80/451.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
452.30/452.35	c lits-rem:       332  cl-subs:      275  v-elim:      0  v-fix:    0  time:  0.54 s
452.30/452.35	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
452.30/452.37	c vivif2 --  cl tried    60309 cl shrink        0 lits rem          0 time: 0.02
452.30/452.39	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.02
452.30/452.39	c calculated reachability. Time: 0.00
452.30/452.39	c  N st    78   1710950       220        88       440     60309      1320   1049452   no data   no data
600.31/600.39	c  N st    79   2079915       220        88       440     66372      1320   1145608   no data   no data
654.01/654.06	c  N st    80   2210951       220        88       440     68340      1320   1183337   no data   no data
654.01/654.06	c  S st    80   2210951       220        88       440     68340      1320   1183337   no data   no data
654.31/654.36	c  S st    80   2211456       220        88       440     68844      1320   1199155   no data   no data
654.31/654.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
654.42/654.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.06
654.42/654.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
654.42/654.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
654.42/654.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
654.42/654.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
654.42/654.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
654.42/654.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
654.52/654.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
655.11/655.16	c lits-rem:       212  cl-subs:      205  v-elim:      0  v-fix:    0  time:  0.57 s
655.11/655.16	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
655.11/655.18	c vivif2 --  cl tried    68639 cl shrink        0 lits rem          0 time: 0.02
655.21/655.20	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.02
655.21/655.20	c calculated reachability. Time: 0.00
655.21/655.20	c  N st    80   2211456       220        88       440     68639      1320   1193534   no data   no data
886.02/886.08	c  N st    81   2711458       220        88       440     85358      1320   1631186   no data   no data
886.02/886.08	c  S st    81   2711458       220        88       440     85358      1320   1631186   no data   no data
886.42/886.45	c  S st    81   2711961       220        88       440     85858      1320   1647003   no data   no data
886.42/886.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
886.52/886.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.08
886.52/886.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
886.52/886.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
886.52/886.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
886.52/886.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
886.52/886.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
886.52/886.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
886.82/886.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.20 s
888.21/888.21	c lits-rem:       322  cl-subs:      436  v-elim:      0  v-fix:    0  time:  1.39 s
888.21/888.21	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
888.21/888.24	c vivif2 --  cl tried    85422 cl shrink        0 lits rem          0 time: 0.02
888.21/888.26	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.03
888.21/888.27	c calculated reachability. Time: 0.00
888.21/888.27	c  N st    81   2711961       220        88       440     85422      1320   1634145   no data   no data
1115.62/1115.68	c  N st    82   3211961       220        88       440    130941      1320   3165243   no data   no data
1115.62/1115.68	c  S st    82   3211961       220        88       440    130941      1320   3165243   no data   no data
1116.32/1116.30	c  S st    82   3212461       220        88       440    131439      1320   3180948   no data   no data
1116.32/1116.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1116.43/1116.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.1M T:  0.16
1116.43/1116.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1116.43/1116.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1116.43/1116.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1116.43/1116.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
1116.43/1116.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1116.53/1116.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1117.12/1117.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.50 s
1122.92/1122.97	c lits-rem:       918  cl-subs:     2040  v-elim:      0  v-fix:    0  time:  5.86 s
1122.92/1122.97	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
1123.03/1123.02	c vivif2 --  cl tried   129399 cl shrink        0 lits rem          0 time: 0.05
1123.03/1123.08	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.06
1123.03/1123.09	c calculated reachability. Time: 0.00
1123.03/1123.09	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: 935)

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-3273758-1303607443/watcher-3273758-1303607443 -o /tmp/evaluation-result-3273758-1303607443/solver-3273758-1303607443 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3273758-1303607443.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: 0.85 1.03 1.77 3/179 15862
/proc/meminfo: memFree=16939300/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=29772 CPUtime=0 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 550974903 30486528 461 33554432000 4194304 4627331 140734547175104 18446744073709551615 260020056773 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 7443 461 371 106 0 2414 0

[startup+0.0693651 s]
/proc/loadavg: 0.85 1.03 1.77 3/179 15862
/proc/meminfo: memFree=16939300/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=29904 CPUtime=0.06 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 657 0 0 0 6 0 0 0 22 0 1 0 550974903 30621696 597 33554432000 4194304 4627331 140734547175104 18446744073709551615 4321475 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 7476 597 371 106 0 2447 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29904

[startup+0.100401 s]
/proc/loadavg: 0.85 1.03 1.77 3/179 15862
/proc/meminfo: memFree=16939300/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=29904 CPUtime=0.09 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 699 0 0 0 9 0 0 0 22 0 1 0 550974903 30621696 639 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309245 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 7476 639 371 106 0 2447 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29904

[startup+0.300357 s]
/proc/loadavg: 0.85 1.03 1.77 3/179 15862
/proc/meminfo: memFree=16939300/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=30524 CPUtime=0.29 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 994 0 0 0 29 0 0 0 22 0 1 0 550974903 31256576 751 33554432000 4194304 4627331 140734547175104 18446744073709551615 4332735 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 7631 751 372 106 0 2602 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30524

[startup+0.700285 s]
/proc/loadavg: 0.85 1.03 1.77 3/179 15862
/proc/meminfo: memFree=16939300/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=31140 CPUtime=0.69 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 1488 0 0 0 69 0 0 0 23 0 1 0 550974903 31887360 940 33554432000 4194304 4627331 140734547175104 18446744073709551615 4310542 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 7785 940 372 106 0 2756 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31140

[startup+1.50114 s]
/proc/loadavg: 0.85 1.03 1.77 4/185 15873
/proc/meminfo: memFree=16921424/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=32076 CPUtime=1.49 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 2465 0 0 0 149 0 0 0 25 0 1 0 550974903 32845824 1043 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 8019 1043 373 106 0 2990 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32076

[startup+3.10084 s]
/proc/loadavg: 1.02 1.06 1.78 5/190 15883
/proc/meminfo: memFree=16897696/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=49368 CPUtime=3.09 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 5482 0 0 0 309 0 0 0 25 0 1 0 550974903 50552832 3538 33554432000 4194304 4627331 140734547175104 18446744073709551615 4503103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 12342 3538 377 106 0 7313 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49368

[startup+6.30024 s]
/proc/loadavg: 1.02 1.06 1.78 5/190 15883
/proc/meminfo: memFree=16872280/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=42344 CPUtime=6.29 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 7653 0 0 0 629 0 0 0 25 0 1 0 550974903 43360256 3773 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 10586 3773 377 106 0 5557 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42344

[startup+12.7011 s]
/proc/loadavg: 1.48 1.16 1.80 5/190 15883
/proc/meminfo: memFree=16831260/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=51240 CPUtime=12.69 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 12748 0 0 0 1268 1 0 0 25 0 1 0 550974903 52469760 5533 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309536 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 12810 5533 377 106 0 7781 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51240

[startup+25.5007 s]
/proc/loadavg: 1.87 1.25 1.83 5/190 15884
/proc/meminfo: memFree=16809008/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=59868 CPUtime=25.49 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 19373 0 0 0 2547 2 0 0 25 0 1 0 550974903 61304832 8012 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 14967 8012 377 106 0 9938 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59868

[startup+51.101 s]
/proc/loadavg: 2.59 1.47 1.88 5/190 15884
/proc/meminfo: memFree=16762408/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=73448 CPUtime=51.09 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 30591 0 0 0 5105 4 0 0 25 0 1 0 550974903 75210752 11236 33554432000 4194304 4627331 140734547175104 18446744073709551615 4467595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 18362 11236 377 106 0 13333 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73448

[startup+102.307 s]
/proc/loadavg: 3.44 1.89 2.00 5/190 15886
/proc/meminfo: memFree=16710800/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=82680 CPUtime=102.29 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 46042 0 0 0 10223 6 0 0 25 0 1 0 550974903 84664320 13124 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 20670 13124 377 106 0 15641 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 82680

[startup+162.301 s]
/proc/loadavg: 3.83 2.29 2.13 5/190 15887
/proc/meminfo: memFree=16636248/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=103900 CPUtime=162.3 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 62122 0 0 0 16220 10 0 0 25 0 1 0 550974903 106393600 18933 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309185 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 25975 18933 377 106 0 20946 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 103900

[startup+222.301 s]
/proc/loadavg: 3.94 2.60 2.24 5/190 15889
/proc/meminfo: memFree=16605320/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=104316 CPUtime=222.3 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 74256 0 0 0 22216 14 0 0 25 0 1 0 550974903 106819584 19127 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 26079 19127 377 106 0 21050 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 104316

[startup+282.301 s]
/proc/loadavg: 3.97 2.85 2.35 5/190 15890
/proc/meminfo: memFree=16586072/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=123332 CPUtime=282.3 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 89043 0 0 0 28212 18 0 0 25 0 1 0 550974903 126291968 23598 33554432000 4194304 4627331 140734547175104 18446744073709551615 4420182 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 30833 23598 377 106 0 25804 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 123332

[startup+342.301 s]
/proc/loadavg: 4.03 3.07 2.46 5/190 15892
/proc/meminfo: memFree=16560632/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=123608 CPUtime=342.3 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 99209 0 0 0 34209 21 0 0 25 0 1 0 550974903 126574592 22578 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309245 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 30902 22578 377 106 0 25873 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 123608

[startup+402.301 s]
/proc/loadavg: 4.01 3.24 2.55 5/190 15894
/proc/meminfo: memFree=16549912/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=123816 CPUtime=402.3 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 108944 0 0 0 40206 24 0 0 25 0 1 0 550974903 126787584 23469 33554432000 4194304 4627331 140734547175104 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 30954 23469 377 106 0 25925 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 123816

[startup+462.301 s]
/proc/loadavg: 4.00 3.38 2.64 5/190 15895
/proc/meminfo: memFree=16535852/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=124620 CPUtime=462.3 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 118501 0 0 0 46204 26 0 0 25 0 1 0 550974903 127610880 23911 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309138 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 31155 23911 377 106 0 26126 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 124620

[startup+522.301 s]
/proc/loadavg: 4.08 3.50 2.73 5/190 15897
/proc/meminfo: memFree=16524024/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=124772 CPUtime=522.3 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 125770 0 0 0 52201 29 0 0 25 0 1 0 550974903 127766528 24745 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 31193 24745 377 106 0 26164 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 124772

[startup+582.301 s]
/proc/loadavg: 4.03 3.59 2.80 5/190 15898
/proc/meminfo: memFree=16522752/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=125020 CPUtime=582.3 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 135308 0 0 0 58198 32 0 0 25 0 1 0 550974903 128020480 24054 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309364 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 31255 24054 377 106 0 26226 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 125020

[startup+642.301 s]
/proc/loadavg: 4.01 3.66 2.88 5/190 15900
/proc/meminfo: memFree=16508084/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=125344 CPUtime=642.31 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 142785 0 0 0 64196 35 0 0 25 0 1 0 550974903 128352256 24478 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309110 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 31336 24478 377 106 0 26307 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 125344

[startup+702.301 s]
/proc/loadavg: 4.00 3.72 2.94 5/190 15902
/proc/meminfo: memFree=16491064/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=127872 CPUtime=702.31 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 150806 0 0 0 70194 37 0 0 25 0 1 0 550974903 130940928 25101 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309174 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 31968 25101 377 106 0 26939 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 127872

[startup+762.307 s]
/proc/loadavg: 4.00 3.77 3.01 5/190 15903
/proc/meminfo: memFree=16503520/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=128348 CPUtime=762.32 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 158376 0 0 0 76193 39 0 0 25 0 1 0 550974903 131428352 25268 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 32087 25268 377 106 0 27058 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 128348

[startup+822.3 s]
/proc/loadavg: 4.00 3.81 3.07 5/190 15905
/proc/meminfo: memFree=16492220/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=129396 CPUtime=822.32 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 166170 0 0 0 82190 42 0 0 25 0 1 0 550974903 132501504 25457 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 32349 25457 377 106 0 27320 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 129396

[startup+882.3 s]
/proc/loadavg: 4.06 3.86 3.13 5/190 15906
/proc/meminfo: memFree=16467756/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=131608 CPUtime=882.32 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 173055 0 0 0 88187 45 0 0 25 0 1 0 550974903 134766592 24317 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309163 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 32902 24317 377 106 0 27873 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 131608

[startup+942.3 s]
/proc/loadavg: 4.02 3.88 3.18 5/190 15908
/proc/meminfo: memFree=16441296/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=196548 CPUtime=942.32 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 180885 0 0 0 94185 47 0 0 25 0 1 0 550974903 201265152 28151 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309247 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 49137 28151 377 106 0 44108 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 196548

[startup+1002.3 s]
/proc/loadavg: 4.01 3.90 3.23 5/190 15910
/proc/meminfo: memFree=16400356/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=138784 CPUtime=1002.32 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 188313 0 0 0 100182 50 0 0 25 0 1 0 550974903 142114816 27234 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 34696 27234 377 106 0 29667 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 138784

[startup+1062.3 s]
/proc/loadavg: 4.00 3.91 3.27 5/190 15911
/proc/meminfo: memFree=16404648/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=197760 CPUtime=1062.32 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 194186 0 0 0 106179 53 0 0 25 0 1 0 550974903 202506240 28796 33554432000 4194304 4627331 140734547175104 18446744073709551615 4324309 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 49440 28796 377 106 0 44411 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 197760

[startup+1122.3 s]
/proc/loadavg: 4.00 3.93 3.31 5/190 15913
/proc/meminfo: memFree=16371248/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=170956 CPUtime=1122.32 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 209109 0 0 0 112175 57 0 0 25 0 1 0 550974903 175058944 35208 33554432000 4194304 4627331 140734547175104 18446744073709551615 4427758 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 42739 35208 377 106 0 37710 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 170956

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 3.36 5/190 15914
/proc/meminfo: memFree=16324584/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=171152 CPUtime=1182.33 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 216685 0 0 0 118174 59 0 0 25 0 1 0 550974903 175259648 34018 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 42788 34018 377 106 0 37759 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 171152

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.39 5/190 15916
/proc/meminfo: memFree=16304824/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=171240 CPUtime=1242.33 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 222636 0 0 0 124172 61 0 0 25 0 1 0 550974903 175349760 35493 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 42810 35493 377 106 0 37781 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 171240



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.42 4/188 15919
/proc/meminfo: memFree=16428624/32951124 swapFree=67111528/67111528
[pid=15862] ppid=15860 vsize=171392 CPUtime=1300.03 cores=0,2
/proc/15862/stat : 15862 (strangenight2-s) R 15860 15862 14643 0 -1 4202496 230110 0 0 0 129940 63 0 0 25 0 1 0 550974903 175505408 33710 33554432000 4194304 4627331 140734547175104 18446744073709551615 4309163 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 42848 33710 377 106 0 37819 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 171392

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.01
CPU time (s): 1300.05
CPU user time (s): 1299.41
CPU system time (s): 0.645901
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 232212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.41
system time used= 0.645901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230110
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= 8
involuntary context switches= 1448

runsolver used 2.24266 second user time and 4.86626 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-24 03:10:43
IDJOB=3273758
IDBENCH=83146
IDSOLVER=1587
FILE ID=node110/3273758-1303607443
RUNJOBID= node110-1303607442-15840
PBS_JOBID= 13150594
Free space on /tmp= 71952 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
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-3273758-1303607443/watcher-3273758-1303607443 -o /tmp/evaluation-result-3273758-1303607443/solver-3273758-1303607443 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3273758-1303607443.cnf

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

MD5SUM BENCH= ceff918324677440f95867755c4e7133
RANDOM SEED=1147483984

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:      16939580 kB
Buffers:       2317964 kB
Cached:       13062144 kB
SwapCached:          0 kB
Active:        8027180 kB
Inactive:      7419576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16939580 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11244 kB
Writeback:           8 kB
AnonPages:       65168 kB
Mapped:          15320 kB
Slab:           503284 kB
PageTables:       4744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   220256 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= 71940 MiB
End job on node110 at 2011-04-24 03:32:25