Trace number 3174901

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-mt? (TO) 4800.3 1201.77

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S419010076-063-UNKNOWN.cnf
MD5SUM07407a86c8d0f1e46c34022f68908549
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark606.272
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
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-3174901-1304048317.cnf'
0.00/0.00	c -- header says num vars:          35000
0.00/0.00	c -- header says num clauses:      147000
0.36/0.13	c -- clauses added:            0 learnts,       147000 normals,            0 xors
0.36/0.13	c -- vars added      35000
0.36/0.13	c Parsing time:  0.44 s
0.36/0.13	c  N st     0         0     35000    147000         0         0    441000         0   no data   no data  --
0.36/0.24	c asymm  cl-useful: 0/147000/147000 lits-rem:0 time: 0.43
0.36/0.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.36
0.98/0.46	c bin-w-bin subsume rem            0 bins  time:  0.04 s
0.98/0.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
0.98/0.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  35000 time:  0.05 s
0.98/0.50	c Removed useless bin:       0  fixed:     0  props:   0.34M  time:  0.05 s
0.98/0.87	c lits-rem:         0  cl-subs:        0  v-elim:   1028  v-fix:    0  time:  1.49 s
0.98/0.88	c Finding binary XORs  T:     0.03 s  found:       0
0.98/0.97	c Finding non-binary XORs:     0.33 s (found:       0, avg size: nan)
0.98/0.97	c calculated reachability. Time: 0.00
0.98/0.98	c Calc default polars -  time:   0.06 s pos:   15443 undec:    4027 neg:   15530
0.98/0.98	c =========================================================================================
0.98/0.98	c types(t): F = full restart, N = normal restart
0.98/0.98	c types(t): S = simplification begin/end, E = solution found
0.98/0.98	c restart types(rt): st = static, dy = dynamic
0.98/0.98	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.98/0.98	c  B st     0         0     33972    145384         0         0    441840         0   no data   no data  --
10.35/2.60	c  N dy    20      4153     33972    145384         0      4153    441840   1245320    164.29    173.27  --
16.34/4.18	c  N dy    48      8205     33972    145384         0      8205    441840   2274519    166.57    175.49  --
22.74/5.76	c  N dy    75     12237     33972    145384         0     12237    441840   3276288    165.53    177.18  --
29.15/7.35	c  N dy   102     16260     33972    145384         0     16260    441840   4265502    164.76    181.51  --
35.92/9.04	c  N dy   130     20263     33972    145384         0     10265    441840    722413    164.84    208.33  --
42.33/10.63	c  N dy   160     24273     33972    145384         0     14275    441840   1755447    165.70    197.83  --
43.51/10.93	c  F st   167     25000     33972    145384         0     15000    441840   1947147    166.04    144.48  --
49.10/12.31	c  N st   172     28294     33972    145384         0     18292    441840   2973790    166.04   no data  --
51.89/13.09	c  S st   173     30000     33972    145384         0     19998    441840   3641210    166.04   no data  --
52.69/13.30	c  S st   173     30502     33972    145384         0     20500    441840   3733127    166.04   no data  --
53.09/13.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
53.09/13.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
53.90/13.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.87
55.89/14.02	c bin-w-bin subsume rem            0 bins  time:  0.04 s
55.89/14.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
55.89/14.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.05 s
55.89/14.06	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
95.06/23.89	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 39.10 s
95.83/24.07	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.71
95.83/24.08	c calculated reachability. Time: 0.01
95.83/24.08	c  N dy   173     30502     33972    145384         0     20496    441840   3729406    166.04   no data  --
103.44/25.95	c  N dy   199     34549     33972    145384         0     24543    441840   4756133    165.85    174.63  --
110.61/27.79	c  N dy   224     38564     33972    145384         0     28558    441840   5762503    165.52    179.28  --
118.21/29.69	c  N dy   250     42593     33972    145384         0     17090    441840   1198582    165.79    179.64  --
124.20/31.16	c  S st   273     45753     33972    145384         0     20250    441840   1981356    165.90    169.06  --
125.00/31.39	c  S st   273     46258     33972    145384         0     20755    441840   2076065    165.90   no data  --
125.42/31.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
125.42/31.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
126.19/31.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.89
126.99/31.83	c bin-w-bin subsume rem            0 bins  time:  0.04 s
126.99/31.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
126.99/31.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.05 s
126.99/31.87	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
148.56/37.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time: 21.56 s
148.96/37.30	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.08
148.96/37.33	c vivif2 --  cl tried    20755 cl shrink        0 lits rem          0 time: 0.14
149.76/37.50	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.69
149.76/37.52	c calculated reachability. Time: 0.01
149.76/37.52	c  N dy   273     46258     33972    145384         0     20755    441840   2076065    165.90   no data  --
156.57/39.28	c  N dy   299     50277     33972    145384         0     24773    441840   3078702    165.78    177.35  --
163.74/41.08	c  N dy   324     54279     33972    145384         0     28775    441840   4079159    165.50    174.84  --
171.33/42.99	c  N dy   351     58403     33972    145384         0     32899    441840   5130129    165.62    175.53  --
180.52/45.21	c  N dy   378     63062     33972    145384         0     18813    441840    782096    165.66    176.34  --
187.71/47.01	c  N dy   407     67113     33972    145384         0     22864    441840   1826475    165.94    177.21  --
191.72/48.07	c  S st   424     69387     33972    145384         0     25138    441840   2418155    166.06   no data  --
192.89/48.30	c  S st   424     69889     33972    145384         0     25640    441840   2510022    166.06   no data  --
192.89/48.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
192.89/48.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
193.69/48.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.91
194.49/48.79	c bin-w-bin subsume rem            0 bins  time:  0.04 s
194.90/48.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
194.90/48.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.05 s
194.90/48.83	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
223.25/55.99	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time: 28.56 s
223.66/56.01	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.08
223.66/56.05	c vivif2 --  cl tried    25640 cl shrink        0 lits rem          0 time: 0.17
224.46/56.23	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.73
224.46/56.24	c calculated reachability. Time: 0.00
224.46/56.25	c  N dy   424     69889     33972    145384         0     25640    441840   2510020    166.06   no data  --
232.84/58.34	c  N dy   456     74491     33972    145384         0     30242    441840   3703345    166.31    175.27  --
241.63/60.55	c  N dy   490     79266     33972    145384         0     35017    441840   4904381    166.19    205.32  --
251.22/62.96	c  N dy   526     84359     33972    145384         0     40110    441840   6193177    166.37    177.69  --
257.23/64.47	c  F st   547     87501     33972    145384         0     22378    441840   1099885    166.57    170.92  --
263.60/66.08	c  N st   552     90800     33972    145384         0     25675    441840   2297318    166.57   no data  --
274.80/68.87	c  N dy   582     96628     33972    145384         0     31503    441840   4025541    166.84    251.81  --
287.17/71.94	c  N dy   624    102939     33972    145384         0     37814    441840   5616892    166.73    175.78  --
290.77/72.88	c  S st   639    104833     33972    145384         0     39708    441840   6090093    166.75   no data  --
291.97/73.14	c  S st   639    105336     33972    145384         0     40211    441840   6178223    166.75   no data  --
291.97/73.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
291.97/73.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
293.16/73.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.94
295.15/73.94	c bin-w-bin subsume rem            0 bins  time:  0.04 s
295.15/73.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
295.15/73.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.05 s
295.15/73.98	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
603.94/151.24	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 307.61 s
603.94/151.26	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.08
604.36/151.36	c vivif2 --  cl tried    40207 cl shrink        0 lits rem          0 time: 0.39
605.14/151.57	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.87
605.14/151.59	c calculated reachability. Time: 0.00
605.14/151.59	c  N dy   639    105336     33972    145384         0     40207    441840   6176246    166.75   no data  --
617.95/154.77	c  N dy   685    112147     33972    145384         0     24578    441840   1238989    166.88    177.40  --
631.12/158.08	c  N dy   740    119363     33972    145384         0     31793    441840   3085989    167.02    179.27  --
645.89/161.77	c  N dy   789    127064     33972    145384         0     39493    441840   5012101    166.89    181.98  --
662.26/165.87	c  N dy   841    135173     33972    145384         0     23886    441840    677513    167.04    180.65  --
678.24/169.83	c  N dy   899    143906     33972    145384         0     32619    441840   2865875    166.87    176.83  --
695.82/174.22	c  N dy   964    153093     33972    145384         0     41806    441840   5210870    166.94    178.18  --
705.43/176.64	c  S st   997    158004     33972    145384         0     46716    441840   6459396    166.98   no data  --
706.60/176.91	c  S st   997    158512     33972    145384         0     47224    441840   6565230    166.98   no data  --
706.60/176.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
706.60/176.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
707.39/177.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.00
709.82/177.73	c bin-w-bin subsume rem            0 bins  time:  0.04 s
709.82/177.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
709.82/177.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.05 s
709.82/177.77	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.07 s
1077.70/269.87	c lits-rem:         0  cl-subs:        8  v-elim:      0  v-fix:    0  time: 366.61 s
1077.70/269.89	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.08
1078.50/270.00	c vivif2 --  cl tried    47216 cl shrink        0 lits rem          0 time: 0.43
1079.32/270.24	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.93
1079.32/270.25	c calculated reachability. Time: 0.01
1079.32/270.25	c  N dy   997    158512     33972    145384         0     47216    441840   6561491    166.98   no data  --
1098.47/275.00	c  N dy  1066    168680     33972    145384         0     32524    441840   2546069    167.03    181.45  --
1118.86/280.15	c  N dy  1140    179538     33972    145384         0     43380    441840   5341404    167.11    195.93  --
1140.83/285.61	c  N dy  1212    191074     33972    145384         0     28993    441840   1349357    166.99    207.94  --
1163.57/291.40	c  N dy  1289    203312     33972    145384         0     41231    441840   4519102    167.02    191.67  --
1190.35/298.06	c  N dy  1379    216394     33972    145384         0     27349    441840    639967    167.04    176.85  --
1217.10/304.70	c  N dy  1478    230250     33972    145384         0     41205    441840   4200264    167.20    178.18  --
1231.89/308.48	c  S st  1532    237769     33972    145384         0     48723    441840   6169942    167.33   no data  --
1233.11/308.75	c  S st  1532    238273     33972    145384         0     49227    441840   6262549    167.33   no data  --
1233.11/308.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
1233.11/308.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1234.28/309.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.02
1236.28/309.52	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1236.28/309.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1236.28/309.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.05 s
1236.28/309.56	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
1585.41/396.99	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 348.10 s
1585.81/397.01	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.09
1586.21/397.12	c vivif2 --  cl tried    49223 cl shrink        0 lits rem          0 time: 0.44
1587.01/397.37	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.98
1587.01/397.38	c calculated reachability. Time: 0.01
1587.01/397.38	c  N dy  1532    238273     33972    145384         0     49223    441840   6259881    167.33   no data  --
1618.97/405.30	c  N dy  1638    253666     33972    145384         0     36631    441840   2759030    167.58    176.76  --
1652.52/413.74	c  N dy  1744    270029     33972    145384         0     52994    441840   6905256    167.48    178.67  --
1688.47/422.77	c  N dy  1864    287544     33972    145384         0     41519    441840   3722805    167.57    178.03  --
1727.23/432.46	c  N dy  1994    305959     33972    145384         0     59934    441840   8583610    167.85    178.28  --
1728.02/432.65	c  F st  1996    306250     33972    145384         0     30234    441840    569246    167.84    176.91  --
1767.57/442.51	c  N dy  2107    325487     33972    145384         0     49470    441840   6192990    168.06    185.90  --
1808.72/452.86	c  N dy  2245    345579     33972    145384         0     38562    441840   2540843    168.23    227.43  --
1832.28/458.79	c  S st  2325    357410     33972    145384         0     50393    441840   5603338    168.29   no data  --
1833.48/459.06	c  S st  2325    357912     33972    145384         0     50895    441840   5697607    168.29   no data  --
1833.48/459.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
1833.48/459.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1834.69/459.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.01
1836.67/459.80	c bin-w-bin subsume rem            0 bins  time:  0.05 s
1836.67/459.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1836.67/459.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.05 s
1836.67/459.84	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.07 s
2131.07/533.53	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 292.54 s
2131.07/533.55	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.08
2131.48/533.66	c vivif2 --  cl tried    50892 cl shrink        0 lits rem          0 time: 0.40
2132.68/533.91	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 1.00
2132.68/533.92	c calculated reachability. Time: 0.00
2132.68/533.92	c  N dy  2325    357912     33972    145384         0     50892    441840   5696672    168.29   no data  --
2175.42/544.61	c  N dy  2465    377964     33972    145384         0     38948    441840   2285132    168.41    184.39  --
2218.16/555.34	c  N dy  2606    398038     33972    145384         0     59020    441840   7487357    168.54    186.52  --
2260.50/565.91	c  N dy  2734    418326     33972    145384         0     46308    441840   3915531    168.48    179.06  --
2302.44/576.43	c  N dy  2875    438380     33972    145384         0     66360    441840   9060999    168.56    202.54  --
2342.78/586.57	c  N dy  3009    458510     33972    145384         0     52493    441840   5260051    168.57    178.37  --
2385.93/597.35	c  N dy  3150    478538     33972    145384         0     37525    441840   1151043    168.60    190.30  --
2427.48/607.72	c  N dy  3280    498589     33972    145384         0     57575    441840   6351267    168.62    188.55  --
2468.62/618.06	c  N dy  3408    518795     33972    145384         0     41779    441840   1978668    168.52    180.77  --
2504.97/627.17	c  S st  3535    536869     33972    145384         0     59852    441840   6690941    168.59   no data  --
2506.17/627.45	c  S st  3535    537372     33972    145384         0     60355    441840   6793640    168.59   no data  --
2506.17/627.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
2506.17/627.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2507.38/627.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.04
2509.37/628.24	c bin-w-bin subsume rem            0 bins  time:  0.04 s
2509.37/628.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
2509.37/628.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.05 s
2509.37/628.28	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.07 s
2918.80/730.76	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 408.44 s
2918.80/730.79	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.08
2919.60/730.90	c vivif2 --  cl tried    60353 cl shrink        0 lits rem          0 time: 0.46
2920.41/731.17	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 1.06
2920.41/731.18	c calculated reachability. Time: 0.01
2920.41/731.18	c  N dy  3535    537372     33972    145384         0     60353    441840   6792585    168.59   no data  --
2962.33/741.64	c  N dy  3673    557408     33972    145384         0     43392    441840   2187763    168.65    179.34  --
3003.50/751.95	c  N dy  3810    577580     33972    145384         0     63564    441840   7473312    168.69    179.46  --
3045.42/762.43	c  N dy  3953    597626     33972    145384         0     45607    441840   2490031    168.79    187.06  --
3086.56/772.74	c  N dy  4098    617765     33972    145384         0     65746    441840   7712090    168.87    179.05  --
3128.91/783.37	c  N dy  4236    637828     33972    145384         0     46808    441840   2574395    168.93    280.34  --
3169.65/793.57	c  N dy  4362    657848     33972    145384         0     66827    441840   7806837    168.92    189.21  --
3212.78/804.31	c  N dy  4502    677872     33972    145384         0     46854    441840   2301145    169.11    278.99  --
3253.53/814.55	c  N dy  4638    697880     33972    145384         0     66861    441840   7433872    169.11    185.16  --
3296.66/825.39	c  N dy  4777    717882     33972    145384         0     45863    441840   1762409    169.13    180.02  --
3338.21/835.74	c  N dy  4913    737941     33972    145384         0     65922    441840   7001445    169.16    184.40  --
3383.74/847.19	c  N dy  5058    758056     33972    145384         0     44041    441840   1029887    169.25    179.56  --
3426.09/857.70	c  N dy  5203    778097     33972    145384         0     64082    441840   6268301    169.34    181.23  --
3471.63/869.13	c  N dy  5341    798112     33972    145384         0     84094    441840  11451734    169.38    222.98  --
3488.00/873.29	c  S st  5395    806058     33972    145384         0     49047    441840   2069621    169.38   no data  --
3489.20/873.55	c  S st  5395    806561     33972    145384         0     49550    441840   2171604    169.38   no data  --
3489.20/873.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
3489.20/873.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3490.40/873.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.01
3491.22/874.03	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3491.22/874.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
3491.22/874.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.05 s
3491.22/874.07	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.07 s
3515.16/880.08	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 23.98 s
3515.56/880.10	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.08
3515.56/880.14	c vivif2 --  cl tried    49548 cl shrink        0 lits rem          0 time: 0.16
3516.36/880.38	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.95
3516.36/880.39	c calculated reachability. Time: 0.00
3516.36/880.39	c  N dy  5395    806561     33972    145384         0     49548    441840   2171326    169.38   no data  --
3561.52/891.69	c  N dy  5538    826664     33972    145384         0     69651    441840   7447719    169.45    182.96  --
3609.44/903.68	c  N dy  5679    846815     33972    145384         0     45798    441840    963513    169.49    178.69  --
3652.98/914.54	c  N dy  5815    866944     33972    145384         0     65926    441840   6166927    169.49    179.07  --
3699.71/926.27	c  N dy  5946    886994     33972    145384         0     85974    441840  11325433    169.48    180.24  --
3744.46/937.43	c  N dy  6087    907209     33972    145384         0     61193    441840   4741800    169.52    180.16  --
3790.41/948.99	c  N dy  6223    927289     33972    145384         0     81273    441840  10027989    169.56    181.86  --
3837.13/960.63	c  N dy  6360    947407     33972    145384         0     55390    441840   2976314    169.60    182.42  --
3882.28/971.93	c  N dy  6502    967431     33972    145384         0     75411    441840   8230388    169.62    183.27  --
3930.62/984.09	c  N dy  6633    987659     33972    145384         0     48643    441840    933104    169.57    184.48  --
3973.74/994.85	c  N dy  6777   1007783     33972    145384         0     68767    441840   6216893    169.64    184.00  --
4020.88/1006.64	c  N dy  6915   1027946     33972    145384         0     88929    441840  11521726    169.69    206.36  --
4065.61/1017.89	c  N dy  7056   1048037     33972    145384         0     61021    441840   3955534    169.75    210.91  --
4110.78/1029.20	c  N dy  7193   1068155     33972    145384         0     81137    441840   9249260    169.77    178.92  --
4119.96/1031.46	c  F st  7222   1071877     33972    145384         0     84859    441840  10226676    169.78    153.44  --
4159.10/1041.27	c  N dy  7305   1088158     33972    145384         0     52143    441840   1322796    169.77    200.84  --
4202.62/1052.19	c  N dy  7442   1108320     33972    145384         0     72304    441840   6588533    169.79    182.17  --
4250.16/1064.05	c  N dy  7587   1128417     33972    145384         0     92400    441840  11850806    169.83    180.64  --
4295.71/1075.41	c  N dy  7724   1148480     33972    145384         0     62461    441840   3673097    169.83    179.95  --
4340.84/1086.79	c  N dy  7871   1168527     33972    145384         0     82507    441840   8981557    169.89    199.43  --
4390.38/1099.17	c  N dy  8013   1188628     33972    145384         0     51609    441840    703335    169.93    182.74  --
4432.70/1109.78	c  N dy  8162   1208648     33972    145384         0     71627    441840   6006180    169.97    181.23  --
4435.51/1110.45	c  S st  8173   1209843     33972    145384         0     72822    441840   6322524    169.98   no data  --
4436.70/1110.74	c  S st  8173   1210347     33972    145384         0     73326    441840   6418654    169.98   no data  --
4436.70/1110.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
4436.70/1110.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4437.90/1111.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  1.10
4439.90/1111.53	c bin-w-bin subsume rem            0 bins  time:  0.05 s
4439.90/1111.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
4439.90/1111.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.05 s
4439.90/1111.57	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.07 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174901-1304048317/watcher-3174901-1304048317 -o /tmp/evaluation-result-3174901-1304048317/solver-3174901-1304048317 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174901-1304048317.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.49 7.96 7.73 7/180 30301
/proc/meminfo: memFree=24863060/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 417 0 0 0 0 0 0 0 22 0 4 0 595062205 52465664 356 33554432000 4194304 4650419 140736401479616 18446744073709551615 47565117802000 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 12809 356 306 112 0 7774 0
[pid=30301/tid=30302] ppid=30299 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 4 0 595062205 52465664 356 33554432000 4194304 4650419 140736401479616 18446744073709551615 47565117802009 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 595062205 52465664 356 33554432000 4194304 4650419 140736401479616 18446744073709551615 47565117802412 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 595062205 52465664 356 33554432000 4194304 4650419 140736401479616 18446744073709551615 47565117802003 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0334659 s]
/proc/loadavg: 7.49 7.96 7.73 7/180 30301
/proc/meminfo: memFree=24863060/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=316584 CPUtime=0.1 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 15889 0 0 0 8 2 0 0 24 0 4 0 595062205 324182016 11650 33554432000 4194304 4650419 140736401479616 18446744073709551615 4373896 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 79146 11653 344 112 0 74111 0
[pid=30301/tid=30302] ppid=30299 vsize=316584 CPUtime=0.02 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 3804 0 0 0 2 0 0 0 24 0 4 0 595062205 324182016 11654 33554432000 4194304 4650419 140736401479616 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=316584 CPUtime=0.01 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 3696 0 0 0 1 0 0 0 24 0 4 0 595062205 324182016 11656 33554432000 4194304 4650419 140736401479616 18446744073709551615 252457733122 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=316584 CPUtime=0.01 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 4163 0 0 0 1 0 0 0 25 0 4 0 595062205 324182016 11657 33554432000 4194304 4650419 140736401479616 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 316584

[startup+0.100457 s]
/proc/loadavg: 7.49 7.96 7.73 7/180 30301
/proc/meminfo: memFree=24863060/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=321208 CPUtime=0.36 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 22769 0 0 0 33 3 0 0 24 0 4 0 595062205 328916992 18530 33554432000 4194304 4650419 140736401479616 18446744073709551615 4520322 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 80302 18531 344 112 0 75267 0
[pid=30301/tid=30302] ppid=30299 vsize=321208 CPUtime=0.09 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 5436 0 0 0 8 1 0 0 24 0 4 0 595062205 328916992 18532 33554432000 4194304 4650419 140736401479616 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=321208 CPUtime=0.08 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 5420 0 0 0 8 0 0 0 24 0 4 0 595062205 328916992 18534 33554432000 4194304 4650419 140736401479616 18446744073709551615 252457734385 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=321208 CPUtime=0.08 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 5933 0 0 0 7 1 0 0 18 0 4 0 595062205 328916992 18535 33554432000 4194304 4650419 140736401479616 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 321208

[startup+0.528191 s]
/proc/loadavg: 7.49 7.96 7.73 7/180 30301
/proc/meminfo: memFree=24863060/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=364652 CPUtime=4 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 48376 0 0 0 392 8 0 0 25 0 4 0 595062205 373403648 41537 33554432000 4194304 4650419 140736401479616 18446744073709551615 4333710 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 91163 41537 391 112 0 86128 0
[pid=30301/tid=30302] ppid=30299 vsize=364652 CPUtime=1 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 13494 0 0 0 98 2 0 0 18 0 4 0 595062205 373403648 41537 33554432000 4194304 4650419 140736401479616 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=364652 CPUtime=0.99 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 13482 0 0 0 97 2 0 0 19 0 4 0 595062205 373403648 41537 33554432000 4194304 4650419 140736401479616 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=364652 CPUtime=0.99 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 7347 0 0 0 98 1 0 0 19 0 4 0 595062205 373403648 41537 33554432000 4194304 4650419 140736401479616 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 364652

[startup+1.11127 s]
/proc/loadavg: 7.49 7.96 7.73 7/180 30301
/proc/meminfo: memFree=24863060/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=364652 CPUtime=4.4 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 48661 0 0 0 432 8 0 0 25 0 4 0 595062205 373403648 41822 33554432000 4194304 4650419 140736401479616 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 91163 41822 391 112 0 86128 0
[pid=30301/tid=30302] ppid=30299 vsize=364652 CPUtime=1.1 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 13566 0 0 0 108 2 0 0 18 0 4 0 595062205 373403648 41822 33554432000 4194304 4650419 140736401479616 18446744073709551615 4331074 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=364652 CPUtime=1.09 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 13555 0 0 0 107 2 0 0 19 0 4 0 595062205 373403648 41823 33554432000 4194304 4650419 140736401479616 18446744073709551615 4240915 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=364652 CPUtime=1.09 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 7414 0 0 0 108 1 0 0 19 0 4 0 595062205 373403648 41823 33554432000 4194304 4650419 140736401479616 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 364652

[startup+1.5002 s]
/proc/loadavg: 7.49 7.96 7.73 7/180 30301
/proc/meminfo: memFree=24863060/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=364652 CPUtime=5.96 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 49936 0 0 0 588 8 0 0 25 0 4 0 595062205 373403648 43097 33554432000 4194304 4650419 140736401479616 18446744073709551615 4328238 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 91163 43098 391 112 0 86128 0
[pid=30301/tid=30302] ppid=30299 vsize=364652 CPUtime=1.48 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 13920 0 0 0 146 2 0 0 19 0 4 0 595062205 373403648 43098 33554432000 4194304 4650419 140736401479616 18446744073709551615 4333846 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=364652 CPUtime=1.48 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 13860 0 0 0 146 2 0 0 19 0 4 0 595062205 373403648 43098 33554432000 4194304 4650419 140736401479616 18446744073709551615 4360455 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=364652 CPUtime=1.48 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 7677 0 0 0 147 1 0 0 19 0 4 0 595062205 373403648 43098 33554432000 4194304 4650419 140736401479616 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 364652

[startup+3.1009 s]
/proc/loadavg: 7.49 7.96 7.73 9/184 30305
/proc/meminfo: memFree=24644644/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=397472 CPUtime=12.36 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 54894 0 0 0 1226 10 0 0 25 0 4 0 595062205 407011328 48055 33554432000 4194304 4650419 140736401479616 18446744073709551615 4363460 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 99368 48055 391 112 0 94333 0
[pid=30301/tid=30302] ppid=30299 vsize=397472 CPUtime=3.08 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 15128 0 0 0 306 2 0 0 22 0 4 0 595062205 407011328 48055 33554432000 4194304 4650419 140736401479616 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=397472 CPUtime=3.06 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 15054 0 0 0 304 2 0 0 25 0 4 0 595062205 407011328 48055 33554432000 4194304 4650419 140736401479616 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=397472 CPUtime=3.08 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 9118 0 0 0 307 1 0 0 25 0 4 0 595062205 407011328 48055 33554432000 4194304 4650419 140736401479616 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 397472

[startup+6.3003 s]
/proc/loadavg: 7.53 7.96 7.73 9/184 30305
/proc/meminfo: memFree=24545320/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=545540 CPUtime=25.13 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 63024 0 0 0 2501 12 0 0 25 0 4 0 595062205 558632960 56185 33554432000 4194304 4650419 140736401479616 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 136385 56185 391 112 0 131350 0
[pid=30301/tid=30302] ppid=30299 vsize=545540 CPUtime=6.28 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 17177 0 0 0 625 3 0 0 25 0 4 0 595062205 558632960 56185 33554432000 4194304 4650419 140736401479616 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=545540 CPUtime=6.25 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 17086 0 0 0 622 3 0 0 25 0 4 0 595062205 558632960 56185 33554432000 4194304 4650419 140736401479616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=545540 CPUtime=6.28 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 11146 0 0 0 626 2 0 0 25 0 4 0 595062205 558632960 56185 33554432000 4194304 4650419 140736401479616 18446744073709551615 4363455 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 545540

[startup+12.7011 s]
/proc/loadavg: 7.57 7.96 7.74 10/184 30305
/proc/meminfo: memFree=24504456/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=629444 CPUtime=50.72 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 87719 0 0 0 5053 19 0 0 25 0 4 0 595062205 644550656 56682 33554432000 4194304 4650419 140736401479616 18446744073709551615 4368121 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 157361 56682 394 112 0 152326 0
[pid=30301/tid=30302] ppid=30299 vsize=629444 CPUtime=12.69 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 23014 0 0 0 1264 5 0 0 25 0 4 0 595062205 644550656 56682 33554432000 4194304 4650419 140736401479616 18446744073709551615 4334297 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=629444 CPUtime=12.62 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 23021 0 0 0 1257 5 0 0 25 0 4 0 595062205 644550656 56682 33554432000 4194304 4650419 140736401479616 18446744073709551615 4328256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=629444 CPUtime=12.69 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 18270 0 0 0 1265 4 0 0 25 0 4 0 595062205 644550656 56682 33554432000 4194304 4650419 140736401479616 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 629444

[startup+25.5007 s]
/proc/loadavg: 7.74 7.98 7.74 11/185 30308
/proc/meminfo: memFree=24137288/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=815640 CPUtime=101.83 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 183341 0 0 0 10139 44 0 0 25 0 4 0 595062205 835215360 131851 33554432000 4194304 4650419 140736401479616 18446744073709551615 4363566 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 203910 131851 395 112 0 198875 0
[pid=30301/tid=30302] ppid=30299 vsize=815640 CPUtime=25.48 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 53198 0 0 0 2538 10 0 0 25 0 4 0 595062205 835215360 131851 33554432000 4194304 4650419 140736401479616 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=815640 CPUtime=25.35 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 38411 0 0 0 2525 10 0 0 25 0 4 0 595062205 835215360 131851 33554432000 4194304 4650419 140736401479616 18446744073709551615 4333403 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=815640 CPUtime=25.48 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 45624 0 0 0 2536 12 0 0 25 0 4 0 595062205 835215360 131851 33554432000 4194304 4650419 140736401479616 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 815640

[startup+51.101 s]
/proc/loadavg: 8.02 8.03 7.76 10/184 30309
/proc/meminfo: memFree=24003376/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=916016 CPUtime=204.09 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 249197 0 0 0 20346 63 0 0 25 0 4 0 595062205 938000384 151426 33554432000 4194304 4650419 140736401479616 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 229004 151426 395 112 0 223969 0
[pid=30301/tid=30302] ppid=30299 vsize=916016 CPUtime=51.08 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 53554 0 0 0 5098 10 0 0 25 0 4 0 595062205 938000384 151426 33554432000 4194304 4650419 140736401479616 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=916016 CPUtime=50.81 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 65776 0 0 0 5064 17 0 0 25 0 4 0 595062205 938000384 151426 33554432000 4194304 4650419 140736401479616 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=916016 CPUtime=51.08 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 61980 0 0 0 5089 19 0 0 25 0 4 0 595062205 938000384 151426 33554432000 4194304 4650419 140736401479616 18446744073709551615 4364346 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 916016

[startup+102.3 s]
/proc/loadavg: 8.04 8.04 7.78 10/184 30310
/proc/meminfo: memFree=23819544/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=945308 CPUtime=408.6 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 495700 0 0 0 40746 114 0 0 25 0 4 0 595062205 967995392 176998 33554432000 4194304 4650419 140736401479616 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 236327 176998 395 112 0 231292 0
[pid=30301/tid=30302] ppid=30299 vsize=945308 CPUtime=102.29 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 72933 0 0 0 10211 18 0 0 25 0 4 0 595062205 967995392 176998 33554432000 4194304 4650419 140736401479616 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=945308 CPUtime=101.73 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 89544 0 0 0 10148 25 0 0 25 0 4 0 595062205 967995392 176998 33554432000 4194304 4650419 140736401479616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=945308 CPUtime=102.27 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 94528 0 0 0 10198 29 0 0 25 0 4 0 595062205 967995392 176998 33554432000 4194304 4650419 140736401479616 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 945308

[startup+162.3 s]

################
# More data... #
################

[pid=30301] ppid=30299 vsize=1415672 CPUtime=2565.69 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 4621164 0 0 0 255667 902 0 0 25 0 4 0 595062205 1449648128 287411 33554432000 4194304 4650419 140736401479616 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 353918 287411 395 112 0 348883 0
[pid=30301/tid=30302] ppid=30299 vsize=1415672 CPUtime=642.29 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 224001 0 0 0 64136 93 0 0 25 0 4 0 595062205 1449648128 287411 33554432000 4194304 4650419 140736401479616 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=1415672 CPUtime=638.79 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 977331 0 0 0 63660 219 0 0 25 0 4 0 595062205 1449648128 287411 33554432000 4194304 4650419 140736401479616 18446744073709551615 4328378 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=1415672 CPUtime=642.28 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1224882 0 0 0 63991 237 0 0 25 0 4 0 595062205 1449648128 287412 33554432000 4194304 4650419 140736401479616 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.69
Current children cumulated vsize (KiB) 1415672

[startup+702.301 s]
/proc/loadavg: 8.15 8.08 7.91 10/184 30326
/proc/meminfo: memFree=23113008/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=1467132 CPUtime=2805.36 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 4813153 0 0 0 279579 957 0 0 25 0 4 0 595062205 1502343168 290369 33554432000 4194304 4650419 140736401479616 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 366783 290369 395 112 0 361748 0
[pid=30301/tid=30302] ppid=30299 vsize=1467132 CPUtime=702.29 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 252796 0 0 0 70122 107 0 0 25 0 4 0 595062205 1502343168 290369 33554432000 4194304 4650419 140736401479616 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=1467132 CPUtime=698.46 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1006414 0 0 0 69614 232 0 0 25 0 4 0 595062205 1502343168 290369 33554432000 4194304 4650419 140736401479616 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=1467132 CPUtime=702.27 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1248623 0 0 0 69979 248 0 0 25 0 4 0 595062205 1502343168 290369 33554432000 4194304 4650419 140736401479616 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.36
Current children cumulated vsize (KiB) 1467132

[startup+762.301 s]
/proc/loadavg: 8.15 8.09 7.92 10/184 30328
/proc/meminfo: memFree=22938636/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=1499528 CPUtime=3045.02 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 4990065 0 0 0 303496 1006 0 0 25 0 4 0 595062205 1535516672 318499 33554432000 4194304 4650419 140736401479616 18446744073709551615 4368121 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 374882 318499 395 112 0 369847 0
[pid=30301/tid=30302] ppid=30299 vsize=1499528 CPUtime=762.29 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 280500 0 0 0 76110 119 0 0 25 0 4 0 595062205 1535516672 318499 33554432000 4194304 4650419 140736401479616 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=1499528 CPUtime=758.14 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1037683 0 0 0 75572 242 0 0 25 0 4 0 595062205 1535516672 318499 33554432000 4194304 4650419 140736401479616 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=1499528 CPUtime=762.26 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1277347 0 0 0 75967 259 0 0 25 0 4 0 595062205 1535516672 318499 33554432000 4194304 4650419 140736401479616 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 1499528

[startup+822.301 s]
/proc/loadavg: 8.14 8.10 7.93 9/184 30330
/proc/meminfo: memFree=22921764/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=1561212 CPUtime=3284.71 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 5094564 0 0 0 327423 1048 0 0 25 0 4 0 595062205 1598681088 327923 33554432000 4194304 4650419 140736401479616 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 390303 327923 395 112 0 385268 0
[pid=30301/tid=30302] ppid=30299 vsize=1561212 CPUtime=822.3 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 304810 0 0 0 82101 129 0 0 25 0 4 0 595062205 1598681088 327924 33554432000 4194304 4650419 140736401479616 18446744073709551615 4367391 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=1561212 CPUtime=817.81 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1064951 0 0 0 81529 252 0 0 25 0 4 0 595062205 1598681088 327924 33554432000 4194304 4650419 140736401479616 18446744073709551615 4315137 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=1561212 CPUtime=822.27 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1301644 0 0 0 81957 270 0 0 25 0 4 0 595062205 1598681088 327924 33554432000 4194304 4650419 140736401479616 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.71
Current children cumulated vsize (KiB) 1561212

[startup+882.3 s]
/proc/loadavg: 8.10 8.10 7.94 9/184 30331
/proc/meminfo: memFree=22972456/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=1643316 CPUtime=3524.35 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 5176463 0 0 0 351349 1086 0 0 25 0 4 0 595062205 1682755584 315080 33554432000 4194304 4650419 140736401479616 18446744073709551615 4363520 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 410829 315080 395 112 0 405794 0
[pid=30301/tid=30302] ppid=30299 vsize=1643316 CPUtime=882.28 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 331385 0 0 0 88086 142 0 0 25 0 4 0 595062205 1682755584 315080 33554432000 4194304 4650419 140736401479616 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=1643316 CPUtime=877.48 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1091088 0 0 0 87483 265 0 0 25 0 4 0 595062205 1682755584 315080 33554432000 4194304 4650419 140736401479616 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=1643316 CPUtime=882.26 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1304921 0 0 0 87955 271 0 0 25 0 4 0 595062205 1682755584 315080 33554432000 4194304 4650419 140736401479616 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.35
Current children cumulated vsize (KiB) 1643316

[startup+942.306 s]
/proc/loadavg: 8.07 8.09 7.94 10/184 30333
/proc/meminfo: memFree=22905604/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=1659260 CPUtime=3764.05 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 5223520 0 0 0 375290 1115 0 0 25 0 4 0 595062205 1699082240 328383 33554432000 4194304 4650419 140736401479616 18446744073709551615 4311360 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 414815 328383 395 112 0 409780 0
[pid=30301/tid=30302] ppid=30299 vsize=1659260 CPUtime=942.29 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 331455 0 0 0 94087 142 0 0 25 0 4 0 595062205 1699082240 328383 33554432000 4194304 4650419 140736401479616 18446744073709551615 4476190 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=1659260 CPUtime=937.16 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1092059 0 0 0 93450 266 0 0 25 0 4 0 595062205 1699082240 328383 33554432000 4194304 4650419 140736401479616 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=1659260 CPUtime=942.27 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1328448 0 0 0 93942 285 0 0 25 0 4 0 595062205 1699082240 328383 33554432000 4194304 4650419 140736401479616 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 1659260

[startup+1002.3 s]
/proc/loadavg: 8.06 8.08 7.95 10/184 30334
/proc/meminfo: memFree=22816308/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=1691080 CPUtime=4003.71 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 5286538 0 0 0 399223 1148 0 0 25 0 4 0 595062205 1731665920 344410 33554432000 4194304 4650419 140736401479616 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 422770 344410 395 112 0 417735 0
[pid=30301/tid=30302] ppid=30299 vsize=1691080 CPUtime=1002.29 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 331455 0 0 0 100087 142 0 0 25 0 4 0 595062205 1731665920 344410 33554432000 4194304 4650419 140736401479616 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=1691080 CPUtime=996.83 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1099254 0 0 0 99414 269 0 0 25 0 4 0 595062205 1731665920 344410 33554432000 4194304 4650419 140736401479616 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=1691080 CPUtime=1002.26 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1357993 0 0 0 99926 300 0 0 25 0 4 0 595062205 1731665920 344410 33554432000 4194304 4650419 140736401479616 18446744073709551615 4367398 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 1691080

[startup+1062.3 s]
/proc/loadavg: 8.06 8.08 7.95 10/184 30336
/proc/meminfo: memFree=22780944/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=1691904 CPUtime=4243.37 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 5365242 0 0 0 423155 1182 0 0 25 0 4 0 595062205 1732509696 352430 33554432000 4194304 4650419 140736401479616 18446744073709551615 4363613 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 422976 352430 395 112 0 417941 0
[pid=30301/tid=30302] ppid=30299 vsize=1691904 CPUtime=1062.29 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 331455 0 0 0 106087 142 0 0 25 0 4 0 595062205 1732509696 352430 33554432000 4194304 4650419 140736401479616 18446744073709551615 4476133 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=1691904 CPUtime=1056.5 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1128957 0 0 0 105367 283 0 0 25 0 4 0 595062205 1732509696 352430 33554432000 4194304 4650419 140736401479616 18446744073709551615 4333632 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=1691904 CPUtime=1062.26 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1380032 0 0 0 105915 311 0 0 25 0 4 0 595062205 1732509696 352430 33554432000 4194304 4650419 140736401479616 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 1691904

[startup+1122.3 s]
/proc/loadavg: 8.05 8.08 7.96 9/184 30338
/proc/meminfo: memFree=22860264/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=1693064 CPUtime=4483.03 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 5439442 0 0 0 447084 1219 0 0 25 0 4 0 595062205 1733697536 330198 33554432000 4194304 4650419 140736401479616 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 423266 330198 395 112 0 418231 0
[pid=30301/tid=30302] ppid=30299 vsize=1693064 CPUtime=1122.29 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 341097 0 0 0 112082 147 0 0 25 0 4 0 595062205 1733697536 330198 33554432000 4194304 4650419 140736401479616 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=1693064 CPUtime=1116.17 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1154426 0 0 0 111321 296 0 0 25 0 4 0 595062205 1733697536 330198 33554432000 4194304 4650419 140736401479616 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=1693064 CPUtime=1122.26 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1401874 0 0 0 111903 323 0 0 25 0 4 0 595062205 1733697536 330198 33554432000 4194304 4650419 140736401479616 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 1693064

[startup+1182.3 s]
/proc/loadavg: 8.02 8.06 7.96 10/184 30339
/proc/meminfo: memFree=22871512/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=1608900 CPUtime=4722.7 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 5516322 0 0 0 471009 1261 0 0 25 0 4 0 595062205 1647513600 326470 33554432000 4194304 4650419 140736401479616 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 402225 326470 395 112 0 397190 0
[pid=30301/tid=30302] ppid=30299 vsize=1608900 CPUtime=1182.29 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 367327 0 0 0 118068 161 0 0 25 0 4 0 595062205 1647513600 326470 33554432000 4194304 4650419 140736401479616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=1608900 CPUtime=1175.85 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1181492 0 0 0 117273 312 0 0 25 0 4 0 595062205 1647513600 326470 33554432000 4194304 4650419 140736401479616 18446744073709551615 4364406 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=1608900 CPUtime=1182.25 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1425458 0 0 0 117890 335 0 0 25 0 4 0 595062205 1647513600 326470 33554432000 4194304 4650419 140736401479616 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.7
Current children cumulated vsize (KiB) 1608900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.01 8.06 7.96 9/184 30340
/proc/meminfo: memFree=22834288/32951124 swapFree=67111348/67111528
[pid=30301] ppid=30299 vsize=1688444 CPUtime=4800.22 cores=1,3,5,7
/proc/30301/stat : 30301 (strangenight1-m) R 30299 30301 30062 0 -1 4202496 5539223 0 0 0 478749 1273 0 0 25 0 4 0 595062205 1728966656 334991 33554432000 4194304 4650419 140736401479616 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30301/statm: 422111 334991 395 112 0 417076 0
[pid=30301/tid=30302] ppid=30299 vsize=1688444 CPUtime=1201.69 cores=1,3,5,7
/proc/30301/task/30302/stat : 30302 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 375575 0 0 0 120004 165 0 0 25 0 4 0 595062205 1728966656 334991 33554432000 4194304 4650419 140736401479616 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30301/tid=30303] ppid=30299 vsize=1688444 CPUtime=1195.14 cores=1,3,5,7
/proc/30301/task/30303/stat : 30303 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1188201 0 0 0 119198 316 0 0 25 0 4 0 595062205 1728966656 334991 33554432000 4194304 4650419 140736401479616 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30301/tid=30304] ppid=30299 vsize=1688444 CPUtime=1201.65 cores=1,3,5,7
/proc/30301/task/30304/stat : 30304 (strangenight1-m) R 30299 30301 30062 0 -1 4202560 1433402 0 0 0 119827 338 0 0 25 0 4 0 595062205 1728966656 334991 33554432000 4194304 4650419 140736401479616 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1688444

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): 1201.77
CPU time (s): 4800.3
CPU user time (s): 4787.52
CPU system time (s): 12.7831
CPU usage (%): 399.437
Max. virtual memory (cumulated for all children) (KiB): 1693220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787.52
system time used= 12.7831
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5539230
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= 2511
involuntary context switches= 34588

runsolver used 1.62475 second user time and 4.94725 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 05:38:37
IDJOB=3174901
IDBENCH=82519
IDSOLVER=1588
FILE ID=node111/3174901-1304048317
RUNJOBID= node111-1304045909-30081
PBS_JOBID= 13170403
Free space on /tmp= 70888 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S419010076-063-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174901-1304048317/watcher-3174901-1304048317 -o /tmp/evaluation-result-3174901-1304048317/solver-3174901-1304048317 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174901-1304048317.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 07407a86c8d0f1e46c34022f68908549
RANDOM SEED=952587630

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24862968 kB
Buffers:       1268372 kB
Cached:        6243148 kB
SwapCached:        124 kB
Active:        3097880 kB
Inactive:      4503084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24862968 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           15556 kB
Writeback:           0 kB
AnonPages:       88916 kB
Mapped:          15092 kB
Slab:           424188 kB
PageTables:       4680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   294672 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= 70884 MiB
End job on node111 at 2011-04-29 05:58:41