Trace number 3175788

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st? (TO) 1300.04 1300.01

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S775210372-041.UNKNOWN.cnf
MD5SUM3ecea073a44f0b1adf464774647edbfb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58010

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175788-1301787559.cnf'
0.00/0.00	c -- header says num vars:             90
0.00/0.00	c -- header says num clauses:        8010
0.00/0.01	c -- clauses added:            0 learnts,         8010 normals,            0 xors
0.00/0.01	c -- vars added         90
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        90      8010         0         0     56070         0   no data   no data  --
0.19/0.21	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.20
0.19/0.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.19/0.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.19/0.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.19/0.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
0.19/0.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.19/0.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
0.19/0.24	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.24	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.19/0.24	c calculated reachability. Time: 0.00
0.19/0.24	c Calc default polars -  time:   0.00 s pos:      45 undec:       1 neg:      44
0.19/0.24	c =========================================================================================
0.19/0.24	c types(t): F = full restart, N = normal restart
0.19/0.24	c types(t): S = simplification begin/end, E = solution found
0.19/0.24	c restart types(rt): st = static, dy = dynamic
0.19/0.24	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.24	c  B st     0         0        90      8010         0         0     56070         0   no data   no data  --
0.39/0.46	c  N dy     8      5991        90      8010         0      3237     56070     84054     24.47     25.84  --
0.59/0.66	c  N dy    35     10352        90      8010         0      7309     56070    205544     25.58     26.97  --
0.89/0.98	c  N dy    44     17283        90      8010         0      9796     56070    262790     25.46     26.82  --
1.19/1.23	c  N dy    45     22054        90      8010         0      8975     56070    218544     25.15     26.50  --
1.39/1.40	c  F st    50     25000        90      8010         0     11725     56070    299097     25.14   no data  --
1.39/1.48	c  N st    53     26195        90      8010         0      6511     56070    129616     25.14   no data  --
1.59/1.67	c  S st    56     30002        90      8010         0     10037     56070    234288     25.14   no data  --
1.69/1.71	c  S st    56     30506        90      8010         0     10520     56070    248763     25.14   no data  --
1.69/1.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.69/1.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.69/1.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
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:     90 time:  0.00 s
1.69/1.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.89/2.90	c lits-rem:      1592  cl-subs:      751  v-elim:      0  v-fix:    0  time:  1.17 s
3.19/3.24	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.34
3.19/3.24	c calculated reachability. Time: 0.00
3.19/3.24	c  N dy    56     30506        90      8010         0      9769     56070    222988     25.14   no data  --
3.49/3.52	c  N dy    66     35257        90      8010         0     14190     56070    351990     25.11     26.54  --
3.99/4.03	c  N dy    76     43961        90      8010         0     14877     56070    354548     24.97     26.37  --
4.09/4.17	c  S st    81     45760        90      8010         0      8279     56070    148750     24.96     23.41  --
4.18/4.21	c  S st    81     46264        90      8010         0      8752     56070    162721     24.96   no data  --
4.18/4.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.18/4.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.18/4.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.18/4.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.18/4.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.18/4.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
4.18/4.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.18/5.24	c lits-rem:       126  cl-subs:       53  v-elim:      0  v-fix:    0  time:  1.03 s
5.18/5.24	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
5.18/5.25	c vivif2 --  cl tried     8699 cl shrink        0 lits rem          0 time: 0.00
5.49/5.57	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.33
5.49/5.57	c calculated reachability. Time: 0.00
5.49/5.57	c  N dy    81     46264        90      8010         0      8699     56070    160789     24.96   no data  --
5.78/5.82	c  N dy    92     50541        90      8010         0     12650     56070    276462     25.00     26.39  --
6.28/6.36	c  N dy   107     58300        90      8010         0     10614     56070    197729     24.94     26.29  --
6.59/6.64	c  N dy   139     62763        90      8010         0     14790     56070    323120     25.10     26.51  --
6.88/6.97	c  N dy   172     66862        90      8010         0     18584     56070    436311     25.21     26.56  --
7.08/7.18	c  S st   190     69396        90      8010         0     10759     56070    185618     25.26   no data  --
7.18/7.22	c  S st   190     69898        90      8010         0     11245     56070    199991     25.26   no data  --
7.18/7.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.18/7.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.18/7.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.18/7.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.18/7.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.18/7.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
7.18/7.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.19/8.25	c lits-rem:       304  cl-subs:      121  v-elim:      0  v-fix:    0  time:  1.01 s
8.19/8.25	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
8.19/8.25	c vivif2 --  cl tried    11124 cl shrink        0 lits rem          0 time: 0.00
8.59/8.62	c asymm  cl-useful: 0/7951/8010 lits-rem:0 time: 0.37
8.59/8.62	c calculated reachability. Time: 0.00
8.59/8.62	c  N dy   190     69898        90      8010         0     11124     56070    195476     25.26   no data  --
8.99/9.08	c  N dy   211     76534        90      8010         0     17254     56070    375786     25.28     26.74  --
9.79/9.87	c  F st   223     87502        90      8010         0     16255     56070    329258     25.20     23.52  --
9.79/9.88	c  N st   223     87502        90      8010         0     16255     56070    329258     25.20     23.52  --
10.29/10.30	c  N dy   233     93202        90      8010         0     21525     56070    487576     25.21     26.61  --
10.69/10.78	c  N dy   256     99245        90      8010         0     15094     56070    280573     25.25     28.63  --
11.09/11.19	c  S st   273    104847        90      8010         0     20290     56070    432776     25.26     22.51  --
11.19/11.25	c  S st   273    105353        90      8010         0     20760     56070    446537     25.26   no data  --
11.19/11.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.19/11.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.19/11.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.19/11.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.19/11.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.19/11.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
11.19/11.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.19/13.23	c lits-rem:      2278  cl-subs:     1500  v-elim:      0  v-fix:    0  time:  1.96 s
13.19/13.23	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
13.19/13.23	c vivif2 --  cl tried    19260 cl shrink        0 lits rem          0 time: 0.00
13.58/13.61	c asymm  cl-useful: 0/5586/8010 lits-rem:0 time: 0.37
13.58/13.61	c calculated reachability. Time: 0.00
13.58/13.61	c  N dy   273    105353        90      8010         0     19260     56070    395753     25.26   no data  --
14.39/14.45	c  N dy   301    115439        90      8010         0     15702     56070    279667     25.30     26.65  --
14.99/15.05	c  N dy   323    122826        90      8010         0     22541     56070    480192     25.30     28.70  --
15.79/15.81	c  N dy   334    131968        90      8010         0     17108     56070    303317     25.25     26.66  --
16.59/16.67	c  N dy   360    142502        90      8010         0     26914     56070    593955     25.25     26.68  --
17.89/17.95	c  N dy   366    158031        90      8010         0     26352     56070    552266     25.12     24.32  --
17.89/17.95	c  S st   366    158031        90      8010         0     26352     56070    552266     25.12     24.32  --
17.99/18.02	c  S st   366    158533        90      8010         0     26832     56070    566642     25.12   no data  --
17.99/18.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.99/18.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.99/18.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
17.99/18.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.99/18.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.99/18.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
17.99/18.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.39/20.47	c lits-rem:      1772  cl-subs:     2609  v-elim:      0  v-fix:    0  time:  2.43 s
20.39/20.47	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
20.39/20.48	c vivif2 --  cl tried    24223 cl shrink        0 lits rem          0 time: 0.01
20.59/20.67	c asymm  cl-useful: 0/1949/8010 lits-rem:0 time: 0.19
20.59/20.67	c calculated reachability. Time: 0.00
20.59/20.67	c  N dy   366    158533        90      8010         0     24223     56070    489981     25.12   no data  --
22.08/22.16	c  N dy   396    174106        90      8010         0     22939     56070    437604     25.08     26.45  --
23.28/23.33	c  N dy   435    185258        90      8010         0     16768     56070    244761     25.10     26.65  --
24.38/24.40	c  N dy   494    197300        90      8010         0     27927     56070    573471     25.16     26.53  --
25.79/25.81	c  N dy   552    210098        90      8010         0     22254     56070    384444     25.20     26.54  --
27.19/27.23	c  N dy   608    223586        90      8010         0     34741     56070    753500     25.24     27.83  --
28.49/28.52	c  S st   615    237799        90      8010         0     29345     56070    569719     25.16     22.77  --
28.49/28.60	c  S st   615    238303        90      8010         0     29822     56070    584137     25.16   no data  --
28.49/28.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.49/28.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.59/28.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
28.59/28.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.59/28.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.59/28.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
28.59/28.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.29/31.36	c lits-rem:      2224  cl-subs:     2611  v-elim:      0  v-fix:    0  time:  2.74 s
31.29/31.37	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
31.29/31.37	c vivif2 --  cl tried    27211 cl shrink        0 lits rem          0 time: 0.01
31.49/31.56	c asymm  cl-useful: 0/2463/8010 lits-rem:0 time: 0.18
31.49/31.56	c calculated reachability. Time: 0.00
31.49/31.56	c  N dy   615    238303        90      8010         0     27211     56070    507364     25.16   no data  --
33.49/33.59	c  N dy   649    258561        90      8010         0     26610     56070    476307     25.12     26.53  --
36.19/36.22	c  N dy   669    284181        90      8010         0     29980     56070    557439     24.93     26.26  --
38.49/38.51	c  N dy   761    303545        90      8010         0     26689     56070    446348     24.99     26.33  --
38.79/38.82	c  F st   785    306250        90      8010         0     29207     56070    521684     25.01   no data  --
41.18/41.21	c  N dy   825    325223        90      8010         0     24603     56070    365734     25.00     26.41  --
43.58/43.66	c  N dy   916    345232        90      8010         0     43210     56070    913942     25.04     26.39  --
44.98/45.05	c  S st   945    357455        90      8010         0     31283     56070    540740     25.03     24.46  --
45.08/45.14	c  S st   945    357959        90      8010         0     31767     56070    555252     25.03   no data  --
45.08/45.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.08/45.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.08/45.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
45.08/45.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.08/45.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.08/45.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
45.08/45.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.39/47.44	c lits-rem:      1114  cl-subs:     1771  v-elim:      0  v-fix:    0  time:  2.27 s
47.39/47.44	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
47.39/47.44	c vivif2 --  cl tried    29996 cl shrink        0 lits rem          0 time: 0.00
47.59/47.64	c asymm  cl-useful: 0/1758/8010 lits-rem:0 time: 0.19
47.59/47.64	c calculated reachability. Time: 0.00
47.59/47.64	c  N dy   945    357959        90      8010         0     29996     56070    502121     25.03   no data  --
50.39/50.41	c  N dy  1045    378030        90      8010         0     24612     56070    329658     25.08     26.49  --
54.28/54.32	c  N dy  1068    414166        90      8010         0     32937     56070    552917     24.94     26.34  --
57.08/57.16	c  N dy  1171    434225        90      8010         0     51580     56070   1102470     24.98     26.49  --
59.68/59.77	c  N dy  1274    454271        90      8010         0     44308     56070    879026     25.02     28.50  --
62.69/62.70	c  N dy  1370    474361        90      8010         0     36068     56070    615932     25.06     26.51  --
65.89/65.96	c  N dy  1485    494529        90      8010         0     54836     56070   1176849     25.11     26.49  --
68.68/68.74	c  N dy  1544    516147        90      8010         0     47013     56070    914530     25.12     26.50  --
71.49/71.59	c  N dy  1610    536413        90      8010         0     37035     56070    605445     25.12     26.52  --
71.58/71.65	c  S st  1611    536940        90      8010         0     37528     56070    619867     25.12     24.64  --
71.68/71.75	c  S st  1611    537445        90      8010         0     37998     56070    634112     25.12   no data  --
71.68/71.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.68/71.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
71.68/71.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
71.68/71.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.68/71.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.68/71.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
71.68/71.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.09/75.13	c lits-rem:      1433  cl-subs:     1703  v-elim:      0  v-fix:    0  time:  3.34 s
75.09/75.13	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
75.09/75.14	c vivif2 --  cl tried    36295 cl shrink        0 lits rem          0 time: 0.01
75.29/75.34	c asymm  cl-useful: 0/1436/8010 lits-rem:0 time: 0.20
75.29/75.34	c calculated reachability. Time: 0.00
75.29/75.34	c  N dy  1611    537445        90      8010         0     36295     56070    580981     25.12   no data  --
78.09/78.19	c  N dy  1674    557453        90      8010         0     54713     56070   1122380     25.13     28.75  --
81.29/81.32	c  N dy  1770    578856        90      8010         0     45006     56070    822444     25.15     26.50  --
84.88/84.95	c  N dy  1867    599909        90      8010         0     33988     56070    476981     25.18     26.52  --
87.78/87.88	c  N dy  1935    620146        90      8010         0     52726     56070   1027364     25.18     26.52  --
91.78/91.89	c  N dy  1986    646634        90      8010         0     45566     56070    793039     25.16     26.52  --
95.09/95.14	c  N dy  2027    666841        90      8010         0     64219     56070   1342455     25.16     26.66  --
97.89/97.93	c  N dy  2070    688077        90      8010         0     51526     56070    959428     25.14     26.48  --
101.28/101.35	c  N dy  2126    708591        90      8010         0     37304     56070    525651     25.13     26.51  --
104.39/104.40	c  N dy  2196    728767        90      8010         0     55957     56070   1074313     25.14     26.57  --
109.19/109.24	c  N dy  2293    757945        90      8010         0     48818     56070    843148     25.15     26.56  --
114.18/114.27	c  N dy  2341    783793        90      8010         0     37575     56070    492051     25.13     26.50  --
117.38/117.48	c  N dy  2407    804865        90      8010         0     57038     56070   1067267     25.14     26.59  --
117.69/117.74	c  S st  2418    806167        90      8010         0     58246     56070   1103300     25.14   no data  --
117.78/117.89	c  S st  2418    806668        90      8010         0     58717     56070   1117178     25.14   no data  --
117.78/117.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
117.78/117.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
117.88/117.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
117.88/117.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
117.88/117.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
117.88/117.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
117.88/117.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
126.78/126.82	c lits-rem:      2531  cl-subs:     4193  v-elim:      0  v-fix:    0  time:  8.88 s
126.78/126.82	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
126.78/126.84	c vivif2 --  cl tried    54524 cl shrink        0 lits rem          0 time: 0.01
126.98/127.07	c asymm  cl-useful: 0/969/8010 lits-rem:0 time: 0.23
126.98/127.07	c calculated reachability. Time: 0.00
126.98/127.07	c  N dy  2418    806668        90      8010         0     54524     56070    983973     25.14   no data  --
148.08/148.11	c  N dy  2488    936708        90      8010         0     63346     56070   1181005     24.83     26.33  --
152.99/153.08	c  N dy  2544    964586        90      8010         0     50640     56070    808780     24.81     26.19  --
157.19/157.29	c  N dy  2674    984669        90      8010         0     69272     56070   1362945     24.84     26.31  --
161.59/161.64	c  N dy  2813   1004692        90      8010         0     48303     56070    728926     24.88     27.56  --
165.38/165.44	c  N dy  2917   1024701        90      8010         0     66825     56070   1280066     24.90     28.26  --
170.18/170.26	c  N dy  3002   1046736        90      8010         0     46525     56070    648002     24.90     26.26  --
174.09/174.19	c  N dy  3119   1066808        90      8010         0     65123     56070   1200184     24.93     28.33  --
175.39/175.42	c  F st  3159   1071875        90      8010         0     69848     56070   1342127     24.94   no data  --
178.59/178.65	c  N dy  3188   1086888        90      8010         0     42132     56070    501846     24.93     28.78  --
183.89/183.94	c  N dy  3249   1119036        90      8010         0     71638     56070   1355878     24.90     26.61  --
189.78/189.81	c  N dy  3363   1145862        90      8010         0     53975     56070    829430     24.91     26.40  --
194.99/195.03	c  N dy  3449   1166499        90      8010         0     73118     56070   1394829     24.93     26.31  --
199.89/199.99	c  N dy  3561   1186753        90      8010         0     48511     56070    658431     24.94     26.30  --
203.69/203.70	c  N dy  3647   1206800        90      8010         0     67088     56070   1208682     24.96     28.55  --
204.49/204.53	c  S st  3678   1210004        90      8010         0     70047     56070   1298256     24.96   no data  --
204.69/204.71	c  S st  3678   1210508        90      8010         0     70520     56070   1312538     24.96   no data  --
204.69/204.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
204.69/204.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
204.69/204.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
204.69/204.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
204.69/204.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
204.69/204.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
204.69/204.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
218.38/218.49	c lits-rem:      3347  cl-subs:     4457  v-elim:      0  v-fix:    0  time: 13.71 s
218.38/218.49	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
218.48/218.51	c vivif2 --  cl tried    66063 cl shrink        0 lits rem          0 time: 0.02
218.69/218.78	c asymm  cl-useful: 0/827/8010 lits-rem:0 time: 0.27
218.69/218.78	c calculated reachability. Time: 0.00
218.69/218.78	c  N dy  3678   1210508        90      8010         0     66063     56070   1164907     24.96   no data  --
223.19/223.25	c  N dy  3737   1230589        90      8010         0     84569     56070   1706070     24.96     28.88  --
227.28/227.36	c  N dy  3833   1250617        90      8010         0     58913     56070    943222     24.98     27.05  --
231.79/231.84	c  N dy  3920   1271503        90      8010         0     78268     56070   1517487     24.99     26.40  --
236.79/236.85	c  N dy  4017   1291566        90      8010         0     51567     56070    705299     25.00     27.23  --
241.89/241.98	c  N dy  4121   1317667        90      8010         0     75694     56070   1414176     25.01     26.39  --
247.58/247.62	c  N dy  4239   1337722        90      8010         0     48025     56070    582159     25.02     27.17  --
251.39/251.43	c  N dy  4337   1358025        90      8010         0     66873     56070   1141065     25.04     26.39  --
256.39/256.40	c  N dy  4441   1378044        90      8010         0     85458     56070   1694195     25.05     26.72  --
261.28/261.31	c  N dy  4542   1398085        90      8010         0     56803     56070    817875     25.06     28.78  --
266.29/266.36	c  N dy  4589   1423307        90      8010         0     80032     56070   1492171     25.05     26.50  --
272.19/272.23	c  N dy  4710   1443319        90      8010         0     50500     56070    615706     25.07     26.73  --
276.29/276.37	c  N dy  4838   1463409        90      8010         0     69150     56070   1174643     25.09     27.02  --
281.29/281.39	c  N dy  4929   1484059        90      8010         0     88244     56070   1741745     25.10     26.43  --
286.59/286.61	c  N dy  5002   1505637        90      8010         0     59102     56070    846728     25.10     26.47  --
291.59/291.60	c  N dy  5091   1528577        90      8010         0     80346     56070   1476703     25.11     26.43  --
297.99/298.04	c  N dy  5191   1550899        90      8010         0     51028     56070    593479     25.12     26.45  --
302.19/302.27	c  N dy  5321   1570994        90      8010         0     69689     56070   1153592     25.14     26.51  --
309.49/309.53	c  N dy  5393   1592860        90      8010         0     89957     56070   1753395     25.14     26.47  --
316.80/316.86	c  N dy  5450   1613572        90      8010         0     58083     56070    775427     25.14     26.47  --
322.29/322.35	c  N dy  5516   1638628        90      8010         0     81143     56070   1451246     25.13     26.54  --
327.59/327.62	c  N dy  5540   1660052        90      8010         0    100795     56070   2025720     25.12     26.48  --
332.29/332.37	c  N dy  5657   1680109        90      8010         0     67757     56070   1060098     25.14     27.47  --
337.19/337.26	c  N dy  5738   1700277        90      8010         0     86411     56070   1615499     25.15     26.47  --
340.09/340.18	c  S st  5774   1710509        90      8010         0     95869     56070   1892411     25.14     24.12  --
340.39/340.45	c  S st  5774   1711015        90      8010         0     96346     56070   1906889     25.14   no data  --
340.39/340.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
340.39/340.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
340.49/340.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
340.49/340.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
340.49/340.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
340.49/340.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
340.49/340.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
430.50/430.59	c lits-rem:      5287  cl-subs:     7565  v-elim:      0  v-fix:    0  time: 90.04 s
430.50/430.59	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
430.60/430.62	c vivif2 --  cl tried    88781 cl shrink        0 lits rem          0 time: 0.02
430.80/430.88	c asymm  cl-useful: 0/557/8010 lits-rem:0 time: 0.27
430.80/430.89	c calculated reachability. Time: 0.00
430.80/430.89	c  N dy  5774   1711015        90      8010         0     88781     56070   1660575     25.14   no data  --
437.39/437.40	c  N dy  5886   1731977        90      8010         0     55783     56070    682893     25.16     26.57  --
441.59/441.69	c  N dy  5982   1752015        90      8010         0     74342     56070   1236247     25.17     27.64  --
455.80/455.87	c  N dy  6079   1817097        90      8010         0     80580     56070   1384908     25.11     26.44  --
462.70/462.72	c  N dy  6175   1837194        90      8010         0     99166     56070   1936158     25.12     26.44  --
470.09/470.16	c  N dy  6264   1857323        90      8010         0     63552     56070    881409     25.12     26.45  --
475.39/475.40	c  N dy  6382   1877420        90      8010         0     82139     56070   1436253     25.14     27.82  --
481.80/481.88	c  N dy  6520   1897518        90      8010         0    100819     56070   1999121     25.16     27.63  --
487.60/487.61	c  N dy  6607   1917608        90      8010         0     63926     56070    868923     25.16     26.79  --
492.60/492.60	c  N dy  6703   1937649        90      8010         0     82484     56070   1421444     25.17     27.10  --
498.89/498.91	c  N dy  6761   1961011        90      8010         0    104066     56070   2058327     25.17     26.61  --
504.80/504.88	c  N dy  6798   1984952        90      8010         0     69737     56070   1013094     25.16     26.69  --
509.60/509.63	c  N dy  6826   2006240        90      8010         0     89359     56070   1586229     25.15     26.70  --
516.30/516.32	c  N dy  6926   2026418        90      8010         0    108025     56070   2140869     25.16     26.56  --
522.09/522.15	c  N dy  7016   2047308        90      8010         0     70145     56070   1016675     25.16     26.54  --
531.69/531.76	c  N dy  7112   2087037        90      8010         0    106714     56070   2100189     25.16     26.53  --
538.19/538.29	c  N dy  7225   2107643        90      8010         0     67671     56070    926121     25.17     26.58  --
543.59/543.63	c  N dy  7302   2130227        90      8010         0     88529     56070   1540497     25.17     26.52  --
550.10/550.10	c  N dy  7397   2150397        90      8010         0    107233     56070   2097612     25.18     26.52  --
556.50/556.54	c  N dy  7497   2170553        90      8010         0     66722     56070    878319     25.18     26.52  --
561.30/561.38	c  N dy  7577   2191360        90      8010         0     85837     56070   1445757     25.19     26.52  --
566.70/566.75	c  S st  7636   2211017        90      8010         0    103910     56070   1976548     25.19   no data  --
567.00/567.01	c  S st  7636   2211518        90      8010         0    104383     56070   1991252     25.19   no data  --
567.00/567.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
567.00/567.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
567.00/567.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
567.10/567.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
567.10/567.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
567.10/567.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
567.10/567.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
673.50/673.55	c lits-rem:      4876  cl-subs:     8710  v-elim:      0  v-fix:    0  time: 106.42 s
673.50/673.55	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
673.50/673.57	c vivif2 --  cl tried    95673 cl shrink        0 lits rem          0 time: 0.02
673.80/673.85	c asymm  cl-useful: 0/785/8010 lits-rem:0 time: 0.28
673.80/673.86	c calculated reachability. Time: 0.00
673.80/673.86	c  N dy  7636   2211518        90      8010         0     95673     56070   1718890     25.19   no data  --
680.60/680.67	c  N dy  7754   2231568        90      8010         0    114201     56070   2273274     25.20     27.22  --
687.10/687.10	c  N dy  7852   2255622        90      8010         0     76766     56070   1161349     25.20     26.57  --
692.50/692.58	c  N dy  7920   2275665        90      8010         0     95293     56070   1708975     25.21     27.24  --
700.00/700.08	c  N dy  8048   2295872        90      8010         0    114041     56070   2272155     25.22     26.69  --
706.00/706.04	c  N dy  8129   2315960        90      8010         0     71771     56070    991957     25.22     26.56  --
711.30/711.34	c  N dy  8239   2335989        90      8010         0     90343     56070   1547363     25.23     26.71  --
717.70/717.72	c  N dy  8330   2356056        90      8010         0    108840     56070   2096584     25.24     27.08  --
725.40/725.43	c  N dy  8443   2376368        90      8010         0     65881     56070    797259     25.24     26.63  --
730.10/730.15	c  N dy  8507   2397008        90      8010         0     84931     56070   1364672     25.25     26.64  --
736.70/736.79	c  N dy  8643   2417039        90      8010         0    103569     56070   1926913     25.26     26.62  --
742.90/742.93	c  N dy  8677   2437137        90      8010         0    122042     56070   2468479     25.25     28.05  --
749.90/749.90	c  N dy  8770   2464088        90      8010         0     84060     56070   1316360     25.25     26.59  --
755.71/755.79	c  N dy  8820   2484349        90      8010         0    102761     56070   1866561     25.25     26.69  --
763.51/763.50	c  N dy  8881   2505901        90      8010         0    122736     56070   2460632     25.25     26.73  --
769.70/769.75	c  N dy  8997   2525992        90      8010         0     77593     56070   1111702     25.26     27.95  --
775.51/775.54	c  N dy  9102   2546472        90      8010         0     96585     56070   1681923     25.27     26.74  --
782.91/782.90	c  N dy  9200   2567151        90      8010         0    115746     56070   2256343     25.28     26.62  --
790.00/790.02	c  N dy  9250   2590213        90      8010         0     72169     56070    923497     25.28     26.75  --
797.71/797.71	c  N dy  9301   2622569        90      8010         0    101790     56070   1774847     25.26     26.61  --
806.10/806.19	c  N dy  9315   2651691        90      8010         0    128479     56070   2558146     25.24     26.60  --
812.30/812.31	c  N dy  9420   2671790        90      8010         0     81709     56070   1200736     25.24     27.71  --
819.01/819.08	c  N dy  9529   2693634        90      8010         0    101873     56070   1803897     25.25     26.61  --
825.81/825.89	c  S st  9632   2711520        90      8010         0    118459     56070   2303553     25.26   no data  --
826.21/826.22	c  S st  9632   2712022        90      8010         0    118936     56070   2317926     25.26   no data  --
826.21/826.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
826.21/826.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
826.21/826.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
826.31/826.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
826.31/826.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
826.31/826.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
826.31/826.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
975.81/975.85	c lits-rem:      5717  cl-subs:     8927  v-elim:      0  v-fix:    0  time: 149.49 s
975.81/975.85	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
975.81/975.88	c vivif2 --  cl tried   110009 cl shrink        0 lits rem          0 time: 0.03
976.21/976.20	c asymm  cl-useful: 0/605/8010 lits-rem:0 time: 0.32
976.21/976.21	c calculated reachability. Time: 0.00
976.21/976.21	c  N dy  9632   2712022        90      8010         0    110009     56070   2022595     25.26   no data  --
987.91/987.98	c  N dy  9751   2745367        90      8010         0     74636     56070    969779     25.26     26.83  --
993.11/993.12	c  N dy  9798   2765815        90      8010         0     93488     56070   1528595     25.26     26.62  --
1000.51/1000.54	c  N dy  9871   2786684        90      8010         0    112776     56070   2099350     25.26     26.62  --
1008.91/1008.90	c  N dy  9943   2807891        90      8010         0    132362     56070   2683354     25.26     26.80  --
1014.51/1014.51	c  N dy 10016   2827893        90      8010         0     83760     56070   1224514     25.27     26.75  --
1021.01/1021.02	c  N dy 10114   2848047        90      8010         0    102450     56070   1783183     25.27     26.69  --
1028.41/1028.46	c  N dy 10193   2868095        90      8010         0    120985     56070   2336409     25.28     26.95  --
1037.11/1037.18	c  N dy 10305   2888639        90      8010         0     71700     56070    844039     25.29     26.66  --
1042.31/1042.36	c  N dy 10381   2908733        90      8010         0     90224     56070   1396728     25.29     26.70  --
1049.81/1049.86	c  N dy 10511   2930001        90      8010         0    109884     56070   1989253     25.30     26.79  --
1057.41/1057.42	c  N dy 10596   2950124        90      8010         0    128493     56070   2543013     25.30     26.72  --
1064.51/1064.52	c  N dy 10653   2970304        90      8010         0     77792     56070   1001302     25.30     26.71  --
1069.12/1069.11	c  N dy 10671   2990420        90      8010         0     96243     56070   1540723     25.30     26.70  --
1076.31/1076.33	c  N dy 10757   3012009        90      8010         0    116193     56070   2133401     25.30     26.92  --
1083.61/1083.69	c  N dy 10800   3032731        90      8010         0    135342     56070   2698193     25.30     26.75  --
1090.02/1090.03	c  N dy 10884   3053347        90      8010         0     84284     56070   1184674     25.30     26.79  --
1096.31/1096.31	c  N dy 10981   3074153        90      8010         0    103560     56070   1761045     25.31     26.69  --
1103.42/1103.41	c  N dy 11046   3094263        90      8010         0    122160     56070   2315258     25.31     26.67  --
1113.01/1113.03	c  N dy 11154   3115006        90      8010         0    141340     56070   2890538     25.31     26.66  --
1118.31/1118.37	c  N dy 11207   3135134        90      8010         0     88715     56070   1285267     25.31     26.70  --
1125.22/1125.23	c  N dy 11216   3162377        90      8010         0    113669     56070   2015247     25.30     26.68  --
1133.22/1133.24	c  N dy 11312   3182461        90      8010         0    132270     56070   2573035     25.30     26.68  --
1142.92/1142.90	c  N dy 11412   3207100        90      8010         0     83046     56070   1103769     25.30     26.64  --
1144.31/1144.31	c  S st 11435   3212023        90      8010         0     87581     56070   1238482     25.31     24.50  --
1144.51/1144.53	c  S st 11435   3212524        90      8010         0     88055     56070   1252930     25.31   no data  --
1144.51/1144.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1144.51/1144.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1144.51/1144.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
1144.61/1144.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1144.61/1144.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1144.61/1144.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1144.61/1144.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1161.42/1161.42	c lits-rem:      1309  cl-subs:     3180  v-elim:      0  v-fix:    0  time: 16.81 s
1161.42/1161.42	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
1161.42/1161.44	c vivif2 --  cl tried    84875 cl shrink        0 lits rem          0 time: 0.02
1161.72/1161.72	c asymm  cl-useful: 0/753/8010 lits-rem:0 time: 0.28
1161.72/1161.72	c calculated reachability. Time: 0.00
1161.72/1161.72	c  N dy 11435   3212524        90      8010         0     84875     56070   1157015     25.31   no data  --
1167.71/1167.78	c  N dy 11535   3232641        90      8010         0    103427     56070   1712667     25.31     26.77  --
1176.82/1176.80	c  N dy 11655   3252646        90      8010         0    121990     56070   2271763     25.32     28.23  --
1189.02/1189.05	c  N dy 11738   3273058        90      8010         0    140813     56070   2833224     25.32     26.73  --
1197.12/1197.11	c  N dy 11801   3293157        90      8010         0     86658     56070   1201875     25.32     26.76  --
1204.61/1204.63	c  N dy 11868   3313712        90      8010         0    105627     56070   1767658     25.32     26.73  --
1214.42/1214.43	c  N dy 11960   3334399        90      8010         0    124705     56070   2338895     25.33     26.77  --
1224.32/1224.33	c  N dy 12038   3354430        90      8010         0    143214     56070   2891875     25.33     26.72  --
1231.01/1231.05	c  N dy 12120   3375090        90      8010         0     88540     56070   1237666     25.34     26.67  --
1243.12/1243.17	c  N dy 12208   3415753        90      8010         0    125903     56070   2344079     25.33     26.67  --
1251.31/1251.35	c  N dy 12256   3436149        90      8010         0    144638     56070   2894420     25.33     26.82  --
1258.61/1258.60	c  N dy 12379   3456186        90      8010         0     88575     56070   1227130     25.33     27.99  --
1264.93/1264.93	c  N dy 12469   3476189        90      8010         0    107096     56070   1782289     25.34     29.11  --
1272.62/1272.67	c  N dy 12548   3497222        90      8010         0    126559     56070   2363134     25.34     26.77  --
1283.02/1283.09	c  N dy 12610   3523372        90      8010         0    150573     56070   3070368     25.34     26.73  --
1289.13/1289.17	c  N dy 12698   3543381        90      8010         0     93457     56070   1351085     25.34     26.68  --
1297.32/1297.39	c  N dy 12784   3569083        90      8010         0    117136     56070   2056016     25.34     26.86  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3175788-1301787559/watcher-3175788-1301787559 -o /tmp/evaluation-result-3175788-1301787559/solver-3175788-1301787559 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3175788-1301787559.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.01 4.02 3.95 3/185 27656
/proc/meminfo: memFree=23696376/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=29672 CPUtime=0 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 290353583 30384128 438 33554432000 4194304 4650387 140734049219504 18446744073709551615 218905774439 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 7418 440 327 112 0 2383 0

[startup+0.029659 s]
/proc/loadavg: 4.01 4.02 3.95 3/185 27656
/proc/meminfo: memFree=23696376/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=30076 CPUtime=0.02 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 686 0 0 0 2 0 0 0 25 0 1 0 290353583 30797824 625 33554432000 4194304 4650387 140734049219504 18446744073709551615 4369328 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 7519 625 345 112 0 2484 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30076

[startup+0.100672 s]
/proc/loadavg: 4.01 4.02 3.95 3/185 27656
/proc/meminfo: memFree=23696376/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=30076 CPUtime=0.09 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 700 0 0 0 9 0 0 0 25 0 1 0 290353583 30797824 639 33554432000 4194304 4650387 140734049219504 18446744073709551615 4370419 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 7519 639 345 112 0 2484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30076

[startup+0.300656 s]
/proc/loadavg: 4.01 4.02 3.95 3/185 27656
/proc/meminfo: memFree=23696376/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=32628 CPUtime=0.29 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 1405 0 0 0 29 0 0 0 25 0 1 0 290353583 33411072 1264 33554432000 4194304 4650387 140734049219504 18446744073709551615 4364760 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 8157 1264 376 112 0 3122 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32628

[startup+0.700565 s]
/proc/loadavg: 4.01 4.02 3.95 3/185 27656
/proc/meminfo: memFree=23696376/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=32932 CPUtime=0.69 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 1832 0 0 0 69 0 0 0 25 0 1 0 290353583 33722368 1465 33554432000 4194304 4650387 140734049219504 18446744073709551615 4339837 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 8233 1465 378 112 0 3198 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32932

[startup+1.5004 s]
/proc/loadavg: 3.93 4.00 3.95 4/188 27684
/proc/meminfo: memFree=23684132/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=34012 CPUtime=1.49 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 3045 0 0 0 149 0 0 0 25 0 1 0 290353583 34828288 1533 33554432000 4194304 4650387 140734049219504 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 8503 1533 379 112 0 3468 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34012

[startup+3.10111 s]
/proc/loadavg: 3.93 4.00 3.95 5/190 27711
/proc/meminfo: memFree=23673252/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=41000 CPUtime=3.09 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 4812 0 0 0 309 0 0 0 25 0 1 0 290353583 41984000 3300 33554432000 4194304 4650387 140734049219504 18446744073709551615 4370605 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 10250 3300 380 112 0 5215 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41000

[startup+6.30053 s]
/proc/loadavg: 3.93 4.00 3.95 5/190 27711
/proc/meminfo: memFree=23657240/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=41200 CPUtime=6.28 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 6370 0 0 0 628 0 0 0 25 0 1 0 290353583 42188800 3256 33554432000 4194304 4650387 140734049219504 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 10300 3256 380 112 0 5265 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41200

[startup+12.7004 s]
/proc/loadavg: 3.94 4.00 3.95 5/190 27711
/proc/meminfo: memFree=23628504/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=48972 CPUtime=12.68 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 10398 0 0 0 1267 1 0 0 19 0 1 0 290353583 50147328 5305 33554432000 4194304 4650387 140734049219504 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 12243 5305 380 112 0 7208 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48972

[startup+25.5011 s]
/proc/loadavg: 3.95 4.00 3.95 5/190 27712
/proc/meminfo: memFree=23591428/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=55808 CPUtime=25.49 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 17027 0 0 0 2546 3 0 0 25 0 1 0 290353583 57147392 6761 33554432000 4194304 4650387 140734049219504 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 13952 6761 380 112 0 8917 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55808

[startup+51.1004 s]
/proc/loadavg: 3.97 4.00 3.95 5/190 27712
/proc/meminfo: memFree=23572988/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=62276 CPUtime=51.09 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 26595 0 0 0 5104 5 0 0 25 0 1 0 290353583 63770624 8412 33554432000 4194304 4650387 140734049219504 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 15569 8412 380 112 0 10534 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 62276

[startup+102.306 s]
/proc/loadavg: 3.98 4.00 3.95 5/190 27714
/proc/meminfo: memFree=23551252/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=66488 CPUtime=102.29 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 42514 0 0 0 10221 8 0 0 25 0 1 0 290353583 68083712 9664 33554432000 4194304 4650387 140734049219504 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 16622 9664 380 112 0 11587 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 66488

[startup+162.3 s]
/proc/loadavg: 3.99 4.00 3.95 5/190 27715
/proc/meminfo: memFree=23497756/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=79380 CPUtime=162.28 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 58050 0 0 0 16217 11 0 0 25 0 1 0 290353583 81285120 12509 33554432000 4194304 4650387 140734049219504 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 19845 12509 380 112 0 14810 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 79380

[startup+222.301 s]
/proc/loadavg: 4.03 4.01 3.95 5/190 27717
/proc/meminfo: memFree=23453932/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=87996 CPUtime=222.28 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 69145 0 0 0 22215 13 0 0 25 0 1 0 290353583 90107904 15456 33554432000 4194304 4650387 140734049219504 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 21999 15456 380 112 0 16964 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 87996

[startup+282.301 s]
/proc/loadavg: 4.01 4.01 3.95 5/190 27718
/proc/meminfo: memFree=23447428/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=88248 CPUtime=282.29 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 80510 0 0 0 28212 17 0 0 25 0 1 0 290353583 90365952 15554 33554432000 4194304 4650387 140734049219504 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 22062 15554 380 112 0 17027 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 88248

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 27720
/proc/meminfo: memFree=23383516/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=103068 CPUtime=342.29 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 93425 0 0 0 34208 21 0 0 25 0 1 0 290353583 105541632 18845 33554432000 4194304 4650387 140734049219504 18446744073709551615 4432344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 25767 18845 380 112 0 20732 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 103068

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 27722
/proc/meminfo: memFree=23378116/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=104348 CPUtime=402.3 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 93868 0 0 0 40208 22 0 0 25 0 1 0 290353583 106852352 19288 33554432000 4194304 4650387 140734049219504 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 26087 19288 380 112 0 21052 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 104348

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 27723
/proc/meminfo: memFree=23354624/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=104448 CPUtime=462.3 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 99223 0 0 0 46207 23 0 0 25 0 1 0 290353583 106954752 19364 33554432000 4194304 4650387 140734049219504 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 26112 19364 380 112 0 21077 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 104448

[startup+522.3 s]
/proc/loadavg: 4.05 4.01 3.96 5/190 27725
/proc/meminfo: memFree=23351616/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=104684 CPUtime=522.29 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 108876 0 0 0 52203 26 0 0 25 0 1 0 290353583 107196416 18426 33554432000 4194304 4650387 140734049219504 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 26171 18426 380 112 0 21136 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 104684

[startup+582.3 s]
/proc/loadavg: 4.07 4.02 3.96 5/190 27726
/proc/meminfo: memFree=23340680/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=113172 CPUtime=582.3 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 117463 0 0 0 58201 29 0 0 25 0 1 0 290353583 115888128 21462 33554432000 4194304 4650387 140734049219504 18446744073709551615 4439071 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 28293 21462 380 112 0 23258 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 113172

[startup+642.301 s]
/proc/loadavg: 4.09 4.03 3.97 5/190 27728
/proc/meminfo: memFree=23316588/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=115332 CPUtime=642.31 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 117879 0 0 0 64202 29 0 0 25 0 1 0 290353583 118099968 21878 33554432000 4194304 4650387 140734049219504 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 28833 21878 380 112 0 23798 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 115332

[startup+702.301 s]
/proc/loadavg: 4.03 4.03 3.97 5/190 27730
/proc/meminfo: memFree=23306228/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=115380 CPUtime=702.3 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 121453 0 0 0 70200 30 0 0 25 0 1 0 290353583 118149120 22358 33554432000 4194304 4650387 140734049219504 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 28845 22358 380 112 0 23810 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 115380

[startup+762.307 s]
/proc/loadavg: 4.06 4.03 3.97 5/190 27731
/proc/meminfo: memFree=23297664/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=115556 CPUtime=762.31 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 130206 0 0 0 76197 34 0 0 25 0 1 0 290353583 118329344 22328 33554432000 4194304 4650387 140734049219504 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 28889 22328 380 112 0 23854 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 115556

[startup+822.301 s]
/proc/loadavg: 4.02 4.03 3.97 5/190 27733
/proc/meminfo: memFree=23289572/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=115708 CPUtime=822.31 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 138957 0 0 0 82194 37 0 0 25 0 1 0 290353583 118484992 21984 33554432000 4194304 4650387 140734049219504 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 28927 21984 380 112 0 23892 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 115708

[startup+882.3 s]
/proc/loadavg: 4.01 4.02 3.97 5/190 27734
/proc/meminfo: memFree=23289028/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=124732 CPUtime=882.31 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 141197 0 0 0 88193 38 0 0 25 0 1 0 290353583 127725568 24224 33554432000 4194304 4650387 140734049219504 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 31183 24224 380 112 0 26148 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 124732

[startup+942.3 s]
/proc/loadavg: 4.00 4.01 3.97 5/190 27736
/proc/meminfo: memFree=23282644/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=124732 CPUtime=942.31 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 141197 0 0 0 94193 38 0 0 25 0 1 0 290353583 127725568 24224 33554432000 4194304 4650387 140734049219504 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 31183 24224 380 112 0 26148 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 124732

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.97 5/190 27738
/proc/meminfo: memFree=23279252/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=124800 CPUtime=1002.31 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 144526 0 0 0 100192 39 0 0 25 0 1 0 290353583 127795200 24140 33554432000 4194304 4650387 140734049219504 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 31200 24140 380 112 0 26165 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 124800

[startup+1062.3 s]
/proc/loadavg: 4.07 4.02 3.98 5/190 27739
/proc/meminfo: memFree=23273508/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=177072 CPUtime=1062.31 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 151575 0 0 0 106190 41 0 0 25 0 1 0 290353583 181321728 24811 33554432000 4194304 4650387 140734049219504 18446744073709551615 4313447 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 44268 24811 380 112 0 39233 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 177072

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.98 5/190 27741
/proc/meminfo: memFree=23276656/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=125092 CPUtime=1122.32 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 160265 0 0 0 112187 45 0 0 25 0 1 0 290353583 128094208 23612 33554432000 4194304 4650387 140734049219504 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 31273 23612 380 112 0 26238 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 125092

[startup+1182.3 s]
/proc/loadavg: 4.01 4.01 3.98 5/190 27742
/proc/meminfo: memFree=23247956/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=126912 CPUtime=1182.32 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 165382 0 0 0 118185 47 0 0 25 0 1 0 290353583 129957888 25367 33554432000 4194304 4650387 140734049219504 18446744073709551615 4367200 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 31728 25367 380 112 0 26693 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 126912

[startup+1242.3 s]
/proc/loadavg: 4.06 4.02 3.98 6/190 27744
/proc/meminfo: memFree=23244936/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=127032 CPUtime=1242.32 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 171981 0 0 0 124182 50 0 0 25 0 1 0 290353583 130080768 24977 33554432000 4194304 4650387 140734049219504 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 31758 24977 380 112 0 26723 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 127032



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.98 4/188 27747
/proc/meminfo: memFree=23332712/32951124 swapFree=67111528/67111528
[pid=27656] ppid=27654 vsize=127152 CPUtime=1300.02 cores=0,2
/proc/27656/stat : 27656 (strangenight1-s) R 27654 27656 27198 0 -1 4202496 178985 0 0 0 129950 52 0 0 25 0 1 0 290353583 130203648 24941 33554432000 4194304 4650387 140734049219504 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27656/statm: 31788 24941 380 112 0 26753 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 127152

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.04
CPU user time (s): 1299.51
CPU system time (s): 0.531919
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 180892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.51
system time used= 0.531919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178985
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= 10
involuntary context switches= 2058

runsolver used 2.28865 second user time and 4.83726 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-03 01:39:19
IDJOB=3175788
IDBENCH=82806
IDSOLVER=1589
FILE ID=node137/3175788-1301787559
RUNJOBID= node137-1301783649-27216
PBS_JOBID= 12841381
Free space on /tmp= 72388 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S775210372-041.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175788-1301787559/watcher-3175788-1301787559 -o /tmp/evaluation-result-3175788-1301787559/solver-3175788-1301787559 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3175788-1301787559.cnf

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

MD5SUM BENCH= 3ecea073a44f0b1adf464774647edbfb
RANDOM SEED=1971008313

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23696656 kB
Buffers:        328384 kB
Cached:        8612812 kB
SwapCached:          0 kB
Active:        5188036 kB
Inactive:      3823104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23696656 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12472 kB
Writeback:           0 kB
AnonPages:       69632 kB
Mapped:          15628 kB
Slab:           180356 kB
PageTables:       5212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   287244 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= 72384 MiB
End job on node137 at 2011-04-03 02:01:01