Trace number 3367315

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.06 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S92008434-079-UNKNOWN.cnf
MD5SUMaeb1e99b5983291023a10a1b4c71c10e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark40.0889
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367315-1305380621.cnf'
0.00/0.01	c -- header says num vars:          25000
0.00/0.01	c -- header says num clauses:      105000
0.00/0.06	c -- clauses added:            0 learnts,       105000 normals,            0 xors
0.00/0.06	c -- vars added      25000
0.00/0.06	c Parsing time:  0.05 s
0.00/0.06	c  N st     0         0     25000    105000         0         0    315000         0   no data   no data
0.09/0.15	c asymm  cl-useful: 0/105000/105000 lits-rem:0 time: 0.09
0.09/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
0.19/0.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.19/0.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.19/0.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.19/0.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  25000 time:  0.01 s
0.19/0.24	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
0.29/0.38	c lits-rem:         0  cl-subs:        0  v-elim:    619  v-fix:    0  time:  0.14 s
0.29/0.39	c Finding binary XORs  T:     0.00 s  found:       0
0.39/0.42	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.39/0.42	c calculated reachability. Time: 0.00
0.39/0.43	c Calc default polars -  time:   0.01 s pos:   11331 undec:    2769 neg:   10900
0.39/0.43	c =========================================================================================
0.39/0.43	c types(t): F = full restart, N = normal restart
0.39/0.43	c types(t): S = simplification begin/end, E = solution found
0.39/0.43	c restart types(rt): st = static, dy = dynamic
0.39/0.43	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.39/0.43	c  B st     0         0     24381    104349         0         0    316886         0   no data   no data
1.69/1.74	c  N dy    20      4072     24381    104349         0      4072    316886   1093751    152.36    202.63
2.99/3.03	c  N dy    49      8133     24381    104349         0      8132    316886   2038370    151.35    160.47
4.29/4.32	c  N dy    76     12138     24381    104349         0     12137    316886   2965306    150.48    181.46
5.50/5.53	c  N dy    98     16205     24381    104349         0     16204    316886   3884285    148.58    159.95
6.79/6.85	c  N dy   126     20320     24381    104349         0     10321    316886    666961    148.13    156.00
8.09/8.15	c  N dy   149     24391     24381    104349         0     14392    316886   1620588    147.92    156.25
8.29/8.34	c  F st   153     25000     24381    104349         0     15001    316886   1759974    148.06    155.20
10.00/10.07	c  N dy   159     30001     24381    104349         0     20002    316886   3235117    148.06   no data
10.00/10.07	c  S st   159     30001     24381    104349         0     20002    316886   3235117    148.06   no data
10.19/10.23	c  S st   159     30505     24381    104349         0     20506    316886   3312182    148.06   no data
10.19/10.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
10.29/10.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.06
10.29/10.34	c blocked clauses removed:      540 vars:     87 tried:       24381 T: 0.01 s
10.29/10.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
10.29/10.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
10.29/10.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24294 time:  0.01 s
10.29/10.36	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
10.39/10.46	c lits-rem:         0  cl-subs:        0  v-elim:     16  v-fix:    0  time:  0.10 s
10.59/10.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
11.39/11.46	c lits-rem:         3  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.76 s
11.49/11.56	c asymm  cl-useful: 0/103795/103795 lits-rem:0 time: 0.10
11.49/11.57	c calculated reachability. Time: 0.00
11.49/11.57	c  N dy   159     30505     24278    103795         0     20171    315330   3173396    148.06   no data
12.89/12.95	c  N dy   185     34669     24278    103795         0     24335    315330   4141891    147.52    155.80
14.30/14.36	c  N dy   209     38731     24278    103795         0     28397    315330   5039038    146.89    192.26
15.69/15.76	c  N dy   237     43053     24278    103795         0     17385    315330   1178361    146.44    155.18
16.50/16.60	c  S st   252     45757     24278    103795         0     20087    315330   1781728    146.44   no data
16.69/16.75	c  S st   252     46261     24278    103795         0     20591    315330   1856844    146.44   no data
16.69/16.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.79/16.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.06
16.79/16.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.79/16.85	c bin-w-bin subsume rem            0 bins  time:  0.01 s
16.79/16.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.79/16.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24278 time:  0.01 s
16.79/16.87	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
16.89/16.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
16.99/17.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
17.19/17.29	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.22 s
17.19/17.29	c vivif2 --  cl tried   103795 cl shrink        0 lits rem          0 time: 0.01
17.29/17.32	c vivif2 --  cl tried    20590 cl shrink        0 lits rem          0 time: 0.03
17.39/17.43	c asymm  cl-useful: 0/103795/103795 lits-rem:0 time: 0.11
17.39/17.43	c calculated reachability. Time: 0.00
17.39/17.43	c  N dy   252     46261     24278    103795         0     20590    315330   1856600    146.44   no data
18.70/18.74	c  N dy   275     50355     24278    103795         0     24683    315330   2775827    146.22    164.72
19.99/20.08	c  N dy   301     54457     24278    103795         0     28785    315330   3709676    146.07    154.24
21.39/21.48	c  N dy   329     58539     24278    103795         0     32867    315330   4622703    146.05    160.32
22.89/22.97	c  N dy   356     62551     24278    103795         0     36879    315330   5545291    145.96    159.49
24.30/24.33	c  N dy   380     66609     24278    103795         0     22271    315330   1523368    145.88    155.76
25.19/25.21	c  S st   396     69391     24278    103795         0     25053    315330   2152420    145.66    123.75
25.30/25.37	c  S st   396     69895     24278    103795         0     25557    315330   2243136    145.66   no data
25.30/25.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
25.40/25.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.06
25.40/25.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.40/25.47	c bin-w-bin subsume rem            0 bins  time:  0.01 s
25.40/25.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.40/25.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24278 time:  0.01 s
25.40/25.49	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
25.49/25.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
25.59/25.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.99/26.06	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.37 s
25.99/26.07	c vivif2 --  cl tried   103795 cl shrink        0 lits rem          0 time: 0.01
26.09/26.11	c vivif2 --  cl tried    25556 cl shrink        0 lits rem          0 time: 0.04
26.19/26.23	c asymm  cl-useful: 0/103795/103795 lits-rem:0 time: 0.12
26.19/26.23	c calculated reachability. Time: 0.00
26.19/26.23	c  N dy   396     69895     24278    103795         0     25556    315330   2243022    145.66   no data
27.69/27.75	c  N dy   429     74394     24278    103795         0     30055    315330   3272977    145.89    155.27
29.39/29.48	c  N dy   460     79180     24278    103795         0     34841    315330   4373710    145.97    157.71
31.20/31.28	c  N dy   493     84329     24278    103795         0     39990    315330   5527320    146.00    154.72
32.29/32.39	c  F st   514     87500     24278    103795         0     22333    315330    989557    145.97   no data
33.49/33.55	c  N st   519     90795     24278    103795         0     25628    315330   1956668    145.97   no data
35.60/35.69	c  N dy   541     97061     24278    103795         0     31894    315330   3478857    145.45    153.70
37.90/37.90	c  N dy   580    103283     24278    103795         0     38114    315330   4862531    145.15    156.46
38.40/38.48	c  S st   593    104842     24278    103795         0     39673    315330   5213132    145.12   no data
38.60/38.67	c  S st   593    105349     24278    103795         0     40180    315330   5305753    145.12   no data
38.60/38.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
38.69/38.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.07
38.69/38.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.69/38.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.69/38.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
38.69/38.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24278 time:  0.01 s
38.79/38.80	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
38.89/38.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
39.19/39.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
40.80/40.81	c lits-rem:         9  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.58 s
40.80/40.82	c vivif2 --  cl tried   103795 cl shrink        0 lits rem          0 time: 0.01
40.89/40.90	c vivif2 --  cl tried    40174 cl shrink        0 lits rem          0 time: 0.08
40.99/41.05	c asymm  cl-useful: 0/103795/103795 lits-rem:0 time: 0.15
40.99/41.06	c calculated reachability. Time: 0.00
40.99/41.06	c  N dy   593    105349     24278    103795         0     40174    315330   5302965    145.12   no data
44.19/44.28	c  N dy   638    112316     24278    103795         0     24724    315330   1129347    144.93    155.94
46.79/46.80	c  N dy   690    119623     24278    103795         0     32030    315330   2790757    145.24    153.84
49.50/49.55	c  N dy   742    127466     24278    103795         0     39873    315330   4528519    145.01    158.16
52.39/52.49	c  N dy   793    135803     24278    103795         0     24505    315330    760032    144.84    155.26
55.49/55.50	c  N dy   845    144566     24278    103795         0     33267    315330   2701632    144.63    172.31
58.69/58.70	c  N dy   911    153848     24278    103795         0     42549    315330   4828653    144.82    168.29
60.09/60.18	c  S st   940    158023     24278    103795         0     46724    315330   5752646    144.75   no data
60.29/60.37	c  S st   940    158526     24278    103795         0     47227    315330   5834321    144.75   no data
60.29/60.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
60.39/60.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
60.39/60.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
60.50/60.51	c bin-w-bin subsume rem            0 bins  time:  0.01 s
60.50/60.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
60.50/60.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24278 time:  0.01 s
60.50/60.52	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
60.60/60.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
60.89/60.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
63.10/63.12	c lits-rem:         6  cl-subs:        8  v-elim:      0  v-fix:    0  time:  2.19 s
63.10/63.13	c vivif2 --  cl tried   103795 cl shrink        0 lits rem          0 time: 0.01
63.20/63.22	c vivif2 --  cl tried    47219 cl shrink        0 lits rem          0 time: 0.08
63.30/63.36	c asymm  cl-useful: 0/103795/103795 lits-rem:0 time: 0.14
63.30/63.36	c calculated reachability. Time: 0.00
63.30/63.37	c  N dy   940    158526     24278    103795         0     47219    315330   5830653    144.75   no data
66.79/66.81	c  N dy  1008    168667     24278    103795         0     32509    315330   2266047    144.60    153.23
70.59/70.63	c  N dy  1079    179539     24278    103795         0     43380    315330   4689342    144.50    154.52
74.80/74.83	c  N dy  1162    191100     24278    103795         0     29013    315330   1216971    144.40    156.47
78.99/79.01	c  N dy  1241    203352     24278    103795         0     41265    315330   4005273    144.41    152.63
83.79/83.83	c  N dy  1330    216372     24278    103795         0     27322    315330    593205    144.38    154.83
88.49/88.59	c  N dy  1419    230372     24278    103795         0     41322    315330   3751276    144.30    158.15
91.30/91.32	c  S st  1468    237790     24278    103795         0     48740    315330   5420951    144.21   no data
91.49/91.52	c  S st  1468    238292     24278    103795         0     49242    315330   5503934    144.21   no data
91.49/91.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
91.59/91.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
91.59/91.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
91.59/91.66	c bin-w-bin subsume rem            0 bins  time:  0.01 s
91.59/91.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
91.59/91.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24278 time:  0.01 s
91.59/91.68	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
91.80/91.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
92.00/92.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
94.30/94.33	c lits-rem:        13  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.27 s
94.30/94.34	c vivif2 --  cl tried   103795 cl shrink        0 lits rem          0 time: 0.01
94.40/94.43	c vivif2 --  cl tried    49242 cl shrink        0 lits rem          0 time: 0.09
94.50/94.58	c asymm  cl-useful: 0/103795/103795 lits-rem:0 time: 0.15
94.50/94.59	c calculated reachability. Time: 0.00
94.50/94.59	c  N dy  1468    238292     24278    103795         0     49242    315330   5503921    144.21   no data
100.00/100.09	c  N dy  1578    253608     24278    103795         0     36577    315330   2453977    144.31    158.86
105.89/105.91	c  N dy  1688    269963     24278    103795         0     52932    315330   6182622    144.35    152.18
111.89/111.98	c  N dy  1809    287287     24278    103795         0     41264    315330   3258503    144.53    158.31
118.50/118.59	c  N dy  1925    305710     24278    103795         0     59686    315330   7403154    144.46    180.29
118.80/118.83	c  F st  1930    306250     24278    103795         0     30231    315330    527008    144.46   no data
126.19/126.28	c  N dy  2027    325323     24278    103795         0     49303    315330   5265141    144.51    154.94
134.31/134.32	c  N dy  2162    345348     24278    103795         0     38332    315330   2092264    144.50    162.54
138.71/138.75	c  S st  2241    357439     24278    103795         0     50423    315330   4806297    144.46   no data
138.90/138.95	c  S st  2241    357944     24278    103795         0     50928    315330   4881493    144.46   no data
138.90/138.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
139.00/139.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
139.00/139.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.00/139.08	c bin-w-bin subsume rem            0 bins  time:  0.01 s
139.00/139.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
139.00/139.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24278 time:  0.01 s
139.10/139.10	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
139.20/139.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
139.40/139.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
141.40/141.46	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.03 s
141.40/141.47	c vivif2 --  cl tried   103795 cl shrink        0 lits rem          0 time: 0.01
141.50/141.55	c vivif2 --  cl tried    50925 cl shrink        0 lits rem          0 time: 0.08
141.70/141.70	c asymm  cl-useful: 0/103795/103795 lits-rem:0 time: 0.15
141.70/141.71	c calculated reachability. Time: 0.00
141.70/141.71	c  N dy  2241    357944     24278    103795         0     50925    315330   4879044    144.46   no data
149.10/149.17	c  N dy  2372    378052     24278    103795         0     39031    315330   2077053    144.47    152.21
156.50/156.56	c  N dy  2504    398097     24278    103795         0     59075    315330   6602665    144.51    170.35
164.09/164.10	c  N dy  2638    418176     24278    103795         0     46154    315330   3447592    144.49    192.89
171.71/171.79	c  N dy  2773    438259     24278    103795         0     66236    315330   8018717    144.51    162.58
179.09/179.16	c  N dy  2911    458395     24278    103795         0     52370    315330   4664686    144.59    160.18
186.90/186.93	c  N dy  3046    478633     24278    103795         0     37610    315330   1061291    144.56    158.80
194.29/194.30	c  N dy  3184    498677     24278    103795         0     57653    315330   5582386    144.61    162.04
201.90/201.93	c  N dy  3313    518747     24278    103795         0     41731    315330   1752059    144.52    172.11
208.90/208.91	c  S st  3442    536916     24278    103795         0     59900    315330   5906084    144.61   no data
209.11/209.14	c  S st  3442    537424     24278    103795         0     60408    315330   6003929    144.61   no data
209.11/209.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
209.20/209.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
209.20/209.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
209.20/209.28	c bin-w-bin subsume rem            0 bins  time:  0.01 s
209.20/209.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
209.20/209.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24278 time:  0.01 s
209.30/209.30	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
209.40/209.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
209.70/209.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
212.90/212.90	c lits-rem:         4  cl-subs:        7  v-elim:      0  v-fix:    0  time:  3.18 s
212.90/212.91	c vivif2 --  cl tried   103795 cl shrink        0 lits rem          0 time: 0.01
213.00/213.00	c vivif2 --  cl tried    60401 cl shrink        0 lits rem          0 time: 0.10
213.10/213.17	c asymm  cl-useful: 0/103795/103795 lits-rem:0 time: 0.16
213.10/213.18	c calculated reachability. Time: 0.00
213.10/213.18	c  N dy  3442    537424     24278    103795         0     60401    315330   6001145    144.61   no data
220.99/221.01	c  N dy  3581    557593     24278    103795         0     43566    315330   1958819    144.70    152.80
228.60/228.62	c  N dy  3725    577596     24278    103795         0     63567    315330   6556657    144.81    184.30
236.50/236.51	c  N dy  3859    597828     24278    103795         0     45806    315330   2243394    144.82    152.65
244.10/244.15	c  N dy  3997    617889     24278    103795         0     65865    315330   6927577    144.91    160.20
252.10/252.18	c  N dy  4133    637912     24278    103795         0     46893    315330   2245778    144.93    207.38
260.30/260.34	c  N dy  4272    658021     24278    103795         0     67000    315330   6890576    145.01    152.77
268.60/268.66	c  N dy  4406    678130     24278    103795         0     47108    315330   2089851    145.00    160.91
276.69/276.74	c  N dy  4538    698272     24278    103795         0     67248    315330   6702744    145.02    159.67
285.10/285.14	c  N dy  4668    718295     24278    103795         0     46273    315330   1680030    145.04    240.42
293.40/293.48	c  N dy  4803    738632     24278    103795         0     66610    315330   6326663    145.05    158.01
302.30/302.30	c  N dy  4940    758810     24278    103795         0     44786    315330   1120673    145.08    154.04
310.30/310.33	c  N dy  5076    778914     24278    103795         0     64890    315330   5705300    145.08    153.35
319.01/319.04	c  N dy  5209    798921     24278    103795         0     84894    315330  10155589    145.05    154.78
321.90/321.91	c  S st  5258    806136     24278    103795         0     49114    315330   1848834    145.05    134.49
322.10/322.11	c  S st  5258    806641     24278    103795         0     49619    315330   1939050    145.05   no data
322.10/322.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
322.20/322.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
322.20/322.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
322.20/322.24	c bin-w-bin subsume rem            0 bins  time:  0.01 s
322.20/322.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
322.20/322.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24278 time:  0.01 s
322.20/322.26	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
322.31/322.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
322.41/322.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
323.10/323.14	c lits-rem:         3  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.68 s
323.10/323.16	c vivif2 --  cl tried   103795 cl shrink        0 lits rem          0 time: 0.01
323.10/323.19	c vivif2 --  cl tried    49617 cl shrink        0 lits rem          0 time: 0.03
323.30/323.34	c asymm  cl-useful: 0/103795/103795 lits-rem:0 time: 0.15
323.30/323.35	c calculated reachability. Time: 0.00
323.30/323.35	c  N dy  5258    806641     24278    103795         0     49617    315330   1937536    145.05   no data
331.40/331.40	c  N dy  5387    826664     24278    103795         0     69640    315330   6515398    145.05    154.15
340.20/340.22	c  N dy  5525    846814     24278    103795         0     45785    315330    882484    145.08    156.18
348.20/348.22	c  N dy  5660    867044     24278    103795         0     66014    315330   5485327    145.08    154.45
357.10/357.10	c  N dy  5796    887087     24278    103795         0     86056    315330  10041422    145.10    153.77
365.20/365.22	c  N dy  5939    907121     24278    103795         0     61094    315330   4164484    145.17    154.30
373.70/373.75	c  N dy  6075    927243     24278    103795         0     81216    315330   8739250    145.19    164.95
382.20/382.27	c  N dy  6207    947291     24278    103795         0     55266    315330   2576825    145.18    153.00
390.70/390.77	c  N dy  6343    967360     24278    103795         0     75334    315330   7220277    145.22    185.28
399.60/399.68	c  N dy  6475    987377     24278    103795         0     48352    315330    777786    145.19    156.96
407.80/407.83	c  N dy  6613   1007476     24278    103795         0     68449    315330   5348306    145.21    192.40
416.70/416.73	c  N dy  6742   1027491     24278    103795         0     88464    315330   9925398    145.21    155.44
425.00/425.00	c  N dy  6882   1047563     24278    103795         0     60539    315330   3362637    145.23    153.01
433.10/433.17	c  N dy  7021   1067587     24278    103795         0     80560    315330   7959809    145.27    157.88
435.00/435.01	c  F st  7052   1071877     24278    103795         0     84849    315330   8935821    145.28   no data
442.21/442.21	c  N dy  7131   1087663     24278    103795         0     51637    315330   1111612    145.28    154.67
450.50/450.52	c  N dy  7267   1107702     24278    103795         0     71676    315330   5609373    145.27    154.72
459.50/459.55	c  N dy  7408   1127752     24278    103795         0     91726    315330  10189208    145.29    169.20
468.00/468.03	c  N dy  7545   1147846     24278    103795         0     61816    315330   3184067    145.28    183.55
476.42/476.41	c  N dy  7684   1167936     24278    103795         0     81903    315330   7824488    145.33    159.99
485.70/485.72	c  N dy  7818   1187980     24278    103795         0    101944    315330  12387041    145.35    154.46
493.70/493.72	c  N dy  7944   1208052     24278    103795         0     71021    315330   5051636    145.34    162.53
494.41/494.48	c  S st  7954   1209961     24278    103795         0     72930    315330   5469383    145.33   no data
494.71/494.70	c  S st  7954   1210468     24278    103795         0     73437    315330   5547225    145.33   no data
494.71/494.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
494.81/494.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.09
494.81/494.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
494.81/494.84	c bin-w-bin subsume rem            0 bins  time:  0.01 s
494.81/494.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
494.81/494.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24278 time:  0.01 s
494.81/494.87	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
494.91/494.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
495.21/495.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
498.31/498.35	c lits-rem:         1  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.09 s
498.31/498.36	c vivif2 --  cl tried   103795 cl shrink        0 lits rem          0 time: 0.01
498.41/498.45	c vivif2 --  cl tried    73432 cl shrink        0 lits rem          0 time: 0.09
498.60/498.64	c asymm  cl-useful: 0/103795/103795 lits-rem:0 time: 0.19
498.60/498.65	c calculated reachability. Time: 0.00
498.60/498.65	c  N dy  7954   1210468     24278    103795         0     73432    315330   5544911    145.33   no data
507.41/507.44	c  N dy  8088   1230521     24278    103795         0     93483    315330  10136426    145.34    185.70
516.01/516.09	c  N dy  8226   1250585     24278    103795         0     61553    315330   2676711    145.37    179.99
524.31/524.31	c  N dy  8358   1270800     24278    103795         0     81767    315330   7236316    145.34    154.56
533.21/533.23	c  N dy  8489   1290819     24278    103795         0    101785    315330  11763255    145.32    157.23
541.90/541.90	c  N dy  8624   1310876     24278    103795         0     68850    315330   4088767    145.32    154.16
550.80/550.80	c  N dy  8763   1330890     24278    103795         0     88863    315330   8622375    145.32    158.06
560.40/560.49	c  N dy  8904   1350938     24278    103795         0     54911    315330    724707    145.32    154.42
569.01/569.02	c  N dy  9045   1371009     24278    103795         0     74981    315330   5397906    145.37    164.18
577.80/577.89	c  N dy  9173   1391082     24278    103795         0     95054    315330   9957606    145.38    154.69
586.90/586.98	c  N dy  9305   1411140     24278    103795         0     60116    315330   1677971    145.39    173.14
595.30/595.38	c  N dy  9434   1431208     24278    103795         0     80183    315330   6214941    145.38    154.72
604.60/604.63	c  N dy  9565   1451288     24278    103795         0    100262    315330  10827840    145.38    159.34
613.61/613.64	c  N dy  9702   1471303     24278    103795         0     64275    315330   2388593    145.40    156.40
622.30/622.36	c  N dy  9838   1491376     24278    103795         0     84348    315330   6978225    145.41    154.09
631.61/631.67	c  N dy  9965   1511512     24278    103795         0    104484    315330  11544976    145.40    153.96
640.80/640.87	c  N dy 10108   1531557     24278    103795         0     67534    315330   2974587    145.41    157.66
649.41/649.49	c  N dy 10239   1551570     24278    103795         0     87547    315330   7512904    145.40    153.30
659.02/659.07	c  N dy 10373   1571637     24278    103795         0    107614    315330  12086802    145.41    159.97
668.21/668.24	c  N dy 10518   1591917     24278    103795         0     69891    315330   3268096    145.46    155.39
677.00/677.03	c  N dy 10654   1611926     24278    103795         0     89900    315330   7808852    145.46    154.11
686.71/686.78	c  N dy 10788   1632065     24278    103795         0    110036    315330  12422708    145.46    154.84
695.51/695.53	c  N dy 10920   1652131     24278    103795         0     71101    315330   3248438    145.45    157.90
704.61/704.62	c  N dy 11050   1672150     24278    103795         0     91120    315330   7781285    145.45    165.81
714.21/714.22	c  N dy 11183   1692262     24278    103795         0    111231    315330  12384658    145.45    153.17
722.71/722.75	c  S st 11306   1710469     24278    103795         0     69442    315330   2777075    145.44    106.59
722.91/722.96	c  S st 11306   1710974     24278    103795         0     69947    315330   2861455    145.44   no data
722.91/722.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
723.01/723.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.09
723.01/723.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
723.01/723.09	c bin-w-bin subsume rem            0 bins  time:  0.01 s
723.11/723.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
723.11/723.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24278 time:  0.01 s
723.11/723.12	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
723.21/723.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
723.31/723.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
725.31/725.32	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.96 s
725.31/725.33	c vivif2 --  cl tried   103795 cl shrink        0 lits rem          0 time: 0.01
725.31/725.37	c vivif2 --  cl tried    69944 cl shrink        0 lits rem          0 time: 0.05
725.51/725.54	c asymm  cl-useful: 0/103795/103795 lits-rem:0 time: 0.17
725.51/725.55	c calculated reachability. Time: 0.00
725.51/725.55	c  N dy 11306   1710974     24278    103795         0     69944    315330   2860667    145.44   no data
734.50/734.55	c  N dy 11442   1731172     24278    103795         0     90142    315330   7442581    145.43    153.58
744.21/744.29	c  N dy 11587   1751230     24278    103795         0    110199    315330  12070935    145.46    153.45
753.71/753.77	c  N dy 11724   1771320     24278    103795         0     69285    315330   2405854    145.47    156.69
762.42/762.44	c  N dy 11856   1791346     24278    103795         0     89311    315330   7010894    145.48    153.93
771.91/771.98	c  N dy 11996   1811419     24278    103795         0    109384    315330  11643884    145.50    155.30
781.41/781.47	c  N dy 12131   1831461     24278    103795         0     67432    315330   1793994    145.51    157.61
789.92/789.96	c  N dy 12271   1851523     24278    103795         0     87493    315330   6409662    145.53    179.90
799.61/799.64	c  N dy 12405   1871669     24278    103795         0    107636    315330  10979176    145.54    155.07
809.62/809.65	c  N dy 12543   1892031     24278    103795         0     65000    315330   1001828    145.55    156.76
818.31/818.34	c  N dy 12679   1912094     24278    103795         0     85063    315330   5594393    145.56    157.89
827.71/827.79	c  N dy 12811   1932176     24278    103795         0    105145    315330  10155936    145.58    154.23
837.91/837.99	c  N dy 12958   1952182     24278    103795         0    125149    315330  14752861    145.61    156.86
846.91/846.92	c  N dy 13100   1972222     24278    103795         0     81191    315330   4537300    145.63    156.27
856.31/856.33	c  N dy 13239   1992381     24278    103795         0    101349    315330   9185425    145.65    154.14
866.11/866.13	c  N dy 13379   2012472     24278    103795         0    121439    315330  13807137    145.67    153.73
875.41/875.42	c  N dy 13511   2032487     24278    103795         0     76455    315330   3174219    145.66    160.71
884.32/884.30	c  N dy 13645   2052491     24278    103795         0     96459    315330   7756450    145.68    158.82
893.72/893.72	c  N dy 13783   2072514     24278    103795         0    116477    315330  12315945    145.70    212.74
903.81/903.87	c  N dy 13924   2092534     24278    103795         0     70501    315330   1613560    145.71    153.89
912.81/912.81	c  N dy 14060   2112577     24278    103795         0     90538    315330   6209472    145.72    154.07
922.52/922.50	c  N dy 14189   2132612     24278    103795         0    110570    315330  10828199    145.71    155.83
932.72/932.75	c  N dy 14331   2152715     24278    103795         0    130671    315330  15529497    145.75    164.72
942.11/942.17	c  N dy 14465   2172734     24278    103795         0     83705    315330   4404302    145.76    158.21
951.42/951.42	c  N dy 14606   2192815     24278    103795         0    103784    315330   9016705    145.77    157.81
960.71/960.71	c  S st 14728   2210974     24278    103795         0    121942    315330  13165660    145.78   no data
961.01/961.02	c  S st 14728   2211479     24278    103795         0    122447    315330  13246528    145.78   no data
961.01/961.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
961.11/961.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.14
961.21/961.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
961.21/961.23	c bin-w-bin subsume rem            0 bins  time:  0.01 s
961.21/961.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
961.21/961.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24278 time:  0.01 s
961.21/961.25	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
961.42/961.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
962.11/962.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
969.32/969.39	c lits-rem:         0  cl-subs:        9  v-elim:      0  v-fix:    0  time:  7.21 s
969.42/969.40	c vivif2 --  cl tried   103795 cl shrink        0 lits rem          0 time: 0.01
969.62/969.60	c vivif2 --  cl tried   122438 cl shrink        0 lits rem          0 time: 0.20
969.82/969.85	c asymm  cl-useful: 0/103795/103795 lits-rem:0 time: 0.25
969.82/969.86	c calculated reachability. Time: 0.00
969.82/969.86	c  N dy 14728   2211479     24278    103795         0    122438    315330  13242312    145.78   no data
980.12/980.11	c  N dy 14866   2231759     24278    103795         0     74719    315330   2149007    145.79    157.05
989.11/989.16	c  N dy 15000   2252009     24278    103795         0     94967    315330   6793243    145.80    154.53
999.01/999.06	c  N dy 15143   2272075     24278    103795         0    115032    315330  11479094    145.84    155.52
1009.41/1009.48	c  N dy 15275   2292112     24278    103795         0    135066    315330  16069495    145.84    159.46
1018.73/1018.73	c  N dy 15417   2312282     24278    103795         0     86243    315330   4546691    145.86    154.01
1028.32/1028.34	c  N dy 15562   2332299     24278    103795         0    106259    315330   9169537    145.88    153.79
1038.43/1038.46	c  N dy 15700   2352358     24278    103795         0    126317    315330  13767761    145.89    154.94
1048.72/1048.74	c  N dy 15829   2372373     24278    103795         0     76338    315330   2024429    145.88    156.75
1057.91/1057.98	c  N dy 15961   2392702     24278    103795         0     96667    315330   6703280    145.89    154.48
1067.72/1067.78	c  N dy 16099   2412789     24278    103795         0    116752    315330  11350179    145.90    155.31
1078.21/1078.26	c  N dy 16242   2432831     24278    103795         0    136793    315330  15983532    145.93    161.86
1087.72/1087.76	c  N dy 16380   2452873     24278    103795         0     85837    315330   4016925    145.94    156.14
1097.52/1097.56	c  N dy 16522   2473016     24278    103795         0    105978    315330   8727330    145.98    153.69
1107.92/1107.98	c  N dy 16660   2493138     24278    103795         0    126100    315330  13360258    145.98    155.04
1118.92/1118.94	c  N dy 16801   2513176     24278    103795         0     74133    315330   1130029    146.00    171.51
1128.11/1128.17	c  N dy 16939   2533335     24278    103795         0     94291    315330   5788544    146.01    157.96
1138.02/1138.03	c  N dy 17070   2553368     24278    103795         0    114323    315330  10303146    146.01    154.95
1148.72/1148.74	c  N dy 17213   2573412     24278    103795         0    134366    315330  14941226    146.03    155.58
1159.02/1159.01	c  N dy 17350   2593504     24278    103795         0     81462    315330   2516722    146.04    154.91
1168.23/1168.29	c  N dy 17489   2613531     24278    103795         0    101488    315330   7173248    146.07    180.24
1178.42/1178.44	c  N dy 17627   2633788     24278    103795         0    121742    315330  11834669    146.07    156.90
1188.92/1188.96	c  N dy 17756   2653887     24278    103795         0    141841    315330  16366206    146.07    155.60
1198.53/1198.55	c  N dy 17890   2673922     24278    103795         0     87877    315330   3835790    146.08    158.89
1207.93/1207.95	c  N dy 18017   2693935     24278    103795         0    107888    315330   8360245    146.07    156.20
1217.02/1217.04	c  S st 18142   2711479     24278    103795         0    125432    315330  12433710    146.09    130.68
1217.32/1217.33	c  S st 18142   2711986     24278    103795         0    125939    315330  12517495    146.09   no data
1217.32/1217.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1217.52/1217.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.14
1217.52/1217.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1217.52/1217.54	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1217.52/1217.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1217.52/1217.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24278 time:  0.01 s
1217.52/1217.57	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
1217.73/1217.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
1218.32/1218.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1225.43/1225.43	c lits-rem:         4  cl-subs:        7  v-elim:      0  v-fix:    0  time:  7.06 s
1225.43/1225.44	c vivif2 --  cl tried   103795 cl shrink        0 lits rem          0 time: 0.01
1225.62/1225.63	c vivif2 --  cl tried   125932 cl shrink        0 lits rem          0 time: 0.19
1225.82/1225.88	c asymm  cl-useful: 0/103795/103795 lits-rem:0 time: 0.25
1225.82/1225.89	c calculated reachability. Time: 0.00
1225.82/1225.89	c  N dy 18142   2711986     24278    103795         0    125932    315330  12514924    146.09   no data
1236.82/1236.90	c  N dy 18283   2731993     24278    103795         0    145937    315330  17062982    146.10    171.70
1246.43/1246.49	c  N dy 18428   2752089     24278    103795         0     91038    315330   4342878    146.13    195.19
1256.23/1256.28	c  N dy 18577   2772098     24278    103795         0    111047    315330   9043213    146.16    186.49
1266.42/1266.41	c  N dy 18710   2792218     24278    103795         0    131167    315330  13670275    146.16    160.65
1277.32/1277.39	c  N dy 18842   2812377     24278    103795         0    151324    315330  18343835    146.17    156.23
1286.42/1286.47	c  N dy 18975   2832436     24278    103795         0     95382    315330   5094029    146.16    155.19
1296.43/1296.43	c  N dy 19118   2852537     24278    103795         0    115482    315330   9771410    146.18    157.53

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3367315-1305380621/watcher-3367315-1305380621 -o /tmp/evaluation-result-3367315-1305380621/solver-3367315-1305380621 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367315-1305380621.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: 3.99 3.97 3.15 5/284 23616
/proc/meminfo: memFree=20397968/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=28716 CPUtime=0 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 2542 0 0 0 0 0 0 0 25 0 1 0 649661878 29405184 1987 33554432000 4194304 4580011 140736313843792 18446744073709551615 237278576395 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 7179 2000 322 95 0 2161 0

[startup+0.100213 s]
/proc/loadavg: 3.99 3.97 3.15 5/284 23616
/proc/meminfo: memFree=20397968/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=43236 CPUtime=0.09 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 4878 0 0 0 9 0 0 0 25 0 1 0 649661878 44273664 4310 33554432000 4194304 4580011 140736313843792 18446744073709551615 4293172 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 10809 4310 339 95 0 5791 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43236

[startup+0.200199 s]
/proc/loadavg: 3.99 3.97 3.15 5/284 23616
/proc/meminfo: memFree=20397968/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=49100 CPUtime=0.19 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 6124 0 0 0 18 1 0 0 25 0 1 0 649661878 50278400 5556 33554432000 4194304 4580011 140736313843792 18446744073709551615 4401133 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 12275 5558 344 95 0 7257 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 49100

[startup+0.30118 s]
/proc/loadavg: 3.99 3.97 3.15 5/284 23616
/proc/meminfo: memFree=20397968/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=62676 CPUtime=0.29 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 9862 0 0 0 28 1 0 0 25 0 1 0 649661878 64180224 8644 33554432000 4194304 4580011 140736313843792 18446744073709551615 4442038 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 15669 8644 353 95 0 10651 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62676

[startup+0.701118 s]
/proc/loadavg: 3.99 3.97 3.15 5/284 23616
/proc/meminfo: memFree=20397968/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=58476 CPUtime=0.69 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 10482 0 0 0 68 1 0 0 25 0 1 0 649661878 59879424 8071 33554432000 4194304 4580011 140736313843792 18446744073709551615 4293650 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 14619 8071 364 95 0 9601 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58476

[startup+1.50099 s]
/proc/loadavg: 3.99 3.97 3.15 5/285 23617
/proc/meminfo: memFree=20362248/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=58476 CPUtime=1.49 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 11148 0 0 0 148 1 0 0 25 0 1 0 649661878 59879424 8737 33554432000 4194304 4580011 140736313843792 18446744073709551615 4318386 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 14619 8737 364 95 0 9601 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58476

[startup+3.10063 s]
/proc/loadavg: 3.99 3.97 3.15 5/285 23617
/proc/meminfo: memFree=20355924/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=91292 CPUtime=3.09 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 12305 0 0 0 308 1 0 0 25 0 1 0 649661878 93483008 9894 33554432000 4194304 4580011 140736313843792 18446744073709551615 4293016 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 22823 9894 364 95 0 17805 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91292

[startup+6.30106 s]
/proc/loadavg: 3.99 3.97 3.15 5/285 23617
/proc/meminfo: memFree=20351956/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=91292 CPUtime=6.29 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 14642 0 0 0 627 2 0 0 25 0 1 0 649661878 93483008 12231 33554432000 4194304 4580011 140736313843792 18446744073709551615 4293688 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 22823 12231 364 95 0 17805 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91292

[startup+12.701 s]
/proc/loadavg: 3.99 3.97 3.15 5/285 23618
/proc/meminfo: memFree=20294068/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=187908 CPUtime=12.69 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 36437 0 0 0 1263 6 0 0 25 0 1 0 649661878 192417792 28690 33554432000 4194304 4580011 140736313843792 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 46977 28690 367 95 0 41959 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 187908

[startup+25.5006 s]
/proc/loadavg: 3.99 3.97 3.17 5/285 23618
/proc/meminfo: memFree=20285560/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=141036 CPUtime=25.49 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 49411 0 0 0 2540 9 0 0 25 0 1 0 649661878 144420864 29178 33554432000 4194304 4580011 140736313843792 18446744073709551615 237278538151 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 35259 29178 367 95 0 30241 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 141036

[startup+51.1011 s]
/proc/loadavg: 3.99 3.97 3.19 5/285 23619
/proc/meminfo: memFree=20165612/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=275400 CPUtime=51.09 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 81701 0 0 0 5093 16 0 0 25 0 1 0 649661878 282009600 51660 33554432000 4194304 4580011 140736313843792 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 68850 51660 367 95 0 63832 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 275400

[startup+102.301 s]
/proc/loadavg: 3.99 3.97 3.23 5/285 23620
/proc/meminfo: memFree=20132776/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=321612 CPUtime=102.3 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 110811 0 0 0 10207 23 0 0 25 0 1 0 649661878 329330688 62286 33554432000 4194304 4580011 140736313843792 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 80403 62286 367 95 0 75385 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 321612

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.28 5/285 23621
/proc/meminfo: memFree=20139788/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=274076 CPUtime=162.29 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 136477 0 0 0 16199 30 0 0 25 0 1 0 649661878 280653824 63187 33554432000 4194304 4580011 140736313843792 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 68519 63187 367 95 0 63501 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 274076

[startup+222.311 s]
/proc/loadavg: 4.03 3.99 3.32 5/285 23623
/proc/meminfo: memFree=20130456/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=343280 CPUtime=222.3 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 163690 0 0 0 22196 34 0 0 25 0 1 0 649661878 351518720 66714 33554432000 4194304 4580011 140736313843792 18446744073709551615 4320697 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 85820 66714 367 95 0 80802 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 343280

[startup+282.301 s]
/proc/loadavg: 4.01 3.99 3.36 5/285 23680
/proc/meminfo: memFree=20190080/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=356760 CPUtime=282.3 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 194180 0 0 0 28187 43 0 0 25 0 1 0 649661878 365322240 76864 33554432000 4194304 4580011 140736313843792 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 89190 76864 367 95 0 84172 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 356760

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.40 6/285 23709
/proc/meminfo: memFree=20126848/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=301376 CPUtime=342.3 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 217370 0 0 0 34179 51 0 0 25 0 1 0 649661878 308609024 70106 33554432000 4194304 4580011 140736313843792 18446744073709551615 4317228 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 75344 70106 367 95 0 70326 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 301376

[startup+402.3 s]
/proc/loadavg: 4.08 4.00 3.44 6/285 23711
/proc/meminfo: memFree=20079192/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=301628 CPUtime=402.3 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 242368 0 0 0 40171 59 0 0 25 0 1 0 649661878 308867072 70169 33554432000 4194304 4580011 140736313843792 18446744073709551615 4295806 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 75407 70169 367 95 0 70389 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 301628

[startup+462.301 s]
/proc/loadavg: 4.07 4.01 3.48 6/285 23712
/proc/meminfo: memFree=19992236/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=359780 CPUtime=462.3 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 269417 0 0 0 46164 66 0 0 25 0 1 0 649661878 368414720 79105 33554432000 4194304 4580011 140736313843792 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 89945 79105 367 95 0 84927 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 359780

[startup+522.301 s]
/proc/loadavg: 4.02 4.01 3.50 6/285 23714
/proc/meminfo: memFree=19932428/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=360632 CPUtime=522.31 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 292470 0 0 0 52158 73 0 0 25 0 1 0 649661878 369287168 73936 33554432000 4194304 4580011 140736313843792 18446744073709551615 4293906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 90158 73936 367 95 0 85140 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 360632

[startup+582.3 s]
/proc/loadavg: 4.08 4.03 3.54 6/285 23716
/proc/meminfo: memFree=19935724/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=360948 CPUtime=582.3 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 318162 0 0 0 58150 80 0 0 25 0 1 0 649661878 369610752 79850 33554432000 4194304 4580011 140736313843792 18446744073709551615 4324064 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 90237 79850 367 95 0 85219 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 360948

[startup+642.301 s]
/proc/loadavg: 4.08 4.04 3.57 6/285 23717
/proc/meminfo: memFree=19928364/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=368476 CPUtime=642.3 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 343329 0 0 0 64144 86 0 0 25 0 1 0 649661878 377319424 73314 33554432000 4194304 4580011 140736313843792 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 92119 73314 367 95 0 87101 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 368476

[startup+702.301 s]
/proc/loadavg: 4.03 4.03 3.60 5/285 23719
/proc/meminfo: memFree=19884776/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=368748 CPUtime=702.31 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 368424 0 0 0 70137 94 0 0 25 0 1 0 649661878 377597952 76186 33554432000 4194304 4580011 140736313843792 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 92187 76186 367 95 0 87169 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 368748

[startup+762.3 s]
/proc/loadavg: 4.01 4.02 3.62 5/285 23721
/proc/meminfo: memFree=19915116/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=369112 CPUtime=762.32 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 391824 0 0 0 76132 100 0 0 25 0 1 0 649661878 377970688 76426 33554432000 4194304 4580011 140736313843792 18446744073709551615 4294526 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 92278 76426 367 95 0 87260 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 369112

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 3.64 5/285 23722
/proc/meminfo: memFree=19895616/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=369376 CPUtime=822.32 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 416572 0 0 0 82125 107 0 0 25 0 1 0 649661878 378241024 77014 33554432000 4194304 4580011 140736313843792 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 92344 77014 367 95 0 87326 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 369376

[startup+882.31 s]
/proc/loadavg: 4.00 4.01 3.66 6/285 23724
/proc/meminfo: memFree=19919476/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=342156 CPUtime=882.32 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 444499 0 0 0 88118 114 0 0 25 0 1 0 649661878 350367744 69343 33554432000 4194304 4580011 140736313843792 18446744073709551615 4321518 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 85539 69343 367 95 0 80521 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 342156

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.68 6/285 23725
/proc/meminfo: memFree=19903584/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=342608 CPUtime=942.31 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 475715 0 0 0 94109 122 0 0 25 0 1 0 649661878 350830592 67120 33554432000 4194304 4580011 140736313843792 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 85652 67120 367 95 0 80634 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 342608

[startup+1002.3 s]
/proc/loadavg: 4.09 4.03 3.71 6/285 23727
/proc/meminfo: memFree=19727104/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=443628 CPUtime=1002.32 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 525493 0 0 0 100102 130 0 0 25 0 1 0 649661878 454275072 99894 33554432000 4194304 4580011 140736313843792 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 110907 99894 367 95 0 105889 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 443628

[startup+1062.3 s]
/proc/loadavg: 4.03 4.02 3.72 6/285 23737
/proc/meminfo: memFree=19761548/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=444124 CPUtime=1062.32 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 556390 0 0 0 106093 139 0 0 25 0 1 0 649661878 454782976 95855 33554432000 4194304 4580011 140736313843792 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 111031 95855 367 95 0 106013 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 444124

[startup+1122.3 s]
/proc/loadavg: 4.06 4.03 3.74 6/285 23739
/proc/meminfo: memFree=19762340/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=384252 CPUtime=1122.32 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 586467 0 0 0 112088 144 0 0 25 0 1 0 649661878 393474048 90011 33554432000 4194304 4580011 140736313843792 18446744073709551615 4293076 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 96063 90011 367 95 0 91045 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 384252

[startup+1182.3 s]
/proc/loadavg: 4.10 4.04 3.76 5/285 23741
/proc/meminfo: memFree=19746924/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=444696 CPUtime=1182.32 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 615257 0 0 0 118079 153 0 0 25 0 1 0 649661878 455368704 100540 33554432000 4194304 4580011 140736313843792 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 111174 100540 367 95 0 106156 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 444696

[startup+1242.3 s]
/proc/loadavg: 4.03 4.03 3.77 5/285 23745
/proc/meminfo: memFree=19745992/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=418068 CPUtime=1242.32 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 649737 0 0 0 124071 161 0 0 25 0 1 0 649661878 428101632 97880 33554432000 4194304 4580011 140736313843792 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 104517 97880 367 95 0 99499 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 418068



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.78 5/285 23747
/proc/meminfo: memFree=19606644/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=478864 CPUtime=1300.03 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 677736 0 0 0 129834 169 0 0 25 0 1 0 649661878 490356736 106744 33554432000 4194304 4580011 140736313843792 18446744073709551615 4321128 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 119716 106744 367 95 0 114698 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 478864

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.78 5/285 23747
/proc/meminfo: memFree=19606644/32950904 swapFree=67057400/67111528
[pid=23616] ppid=23614 vsize=478864 CPUtime=1300.03 cores=0,2
/proc/23616/stat : 23616 (strangenight2-s) R 23614 23616 23326 0 -1 4202496 677736 0 0 0 129834 169 0 0 25 0 1 0 649661878 490356736 106744 33554432000 4194304 4580011 140736313843792 18446744073709551615 4321128 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23616/statm: 119716 106744 367 95 0 114698 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 478864

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1298.35
CPU system time (s): 1.71474
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 721288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.35
system time used= 1.71474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 677737
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= 12
involuntary context switches= 1848

runsolver used 3.2665 second user time and 7.81281 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-14 15:43:41
IDJOB=3367315
IDBENCH=82524
IDSOLVER=1845
FILE ID=node121/3367315-1305380621
RUNJOBID= node121-1305379153-23344
PBS_JOBID= 13324381
Free space on /tmp= 73396 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S92008434-079-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367315-1305380621/watcher-3367315-1305380621 -o /tmp/evaluation-result-3367315-1305380621/solver-3367315-1305380621 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367315-1305380621.cnf

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

MD5SUM BENCH= aeb1e99b5983291023a10a1b4c71c10e
RANDOM SEED=589708489

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

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20398124 kB
Buffers:        287648 kB
Cached:        5960164 kB
SwapCached:       7656 kB
Active:        6988376 kB
Inactive:      5210988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20398124 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           16352 kB
Writeback:          16 kB
AnonPages:     5949308 kB
Mapped:          22876 kB
Slab:           265264 kB
PageTables:      26228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 31420548 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= 73404 MiB
End job on node121 at 2011-05-14 16:05:23