Trace number 3175465

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.12 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S107514131-038.SATISFIABLE.cnf
MD5SUM82989c7f536fd5815485b15c37159486
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005999
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
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-3175465-1304125167.cnf'
0.00/0.00	c -- header says num vars:            550
0.00/0.00	c -- header says num clauses:        2343
0.00/0.01	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.01	c -- vars added        550
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       550      2343         0         0      7029         0   no data   no data  --
0.00/0.81	c asymm  cl-useful: 0/2343/2343 lits-rem:0 time: 0.01
0.00/0.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    550 time:  0.00 s
0.00/0.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.81	c lits-rem:         0  cl-subs:        0  v-elim:     16  v-fix:    0  time:  0.00 s
0.00/0.81	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.81	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.81	c calculated reachability. Time: 0.00
0.00/0.81	c Calc default polars -  time:   0.00 s pos:     234 undec:      72 neg:     244
0.00/0.81	c =========================================================================================
0.00/0.81	c types(t): F = full restart, N = normal restart
0.00/0.81	c types(t): S = simplification begin/end, E = solution found
0.00/0.81	c restart types(rt): st = static, dy = dynamic
0.00/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.81	c  B st     0         0       534      2328         0         0      7058         0   no data   no data  --
0.00/0.81	c Decided on static restart strategy
0.00/0.81	c  N st     8      4922       534      2328         0      4864      7058    126719   no data   no data  --
0.00/0.81	c  N st    10     11306       534      2328         0      4504      7058     82371   no data   no data  --
0.00/0.81	c  N st    11     17049       534      2328         0     10135      7058    231767   no data   no data  --
4.21/1.11	c  F st    12     25000       534      2328         0     12396      7058    283445   no data   no data  --
4.21/1.11	c  N st    12     25000       534      2328         0     12396      7058    283445   no data   no data  --
5.17/1.35	c Decided on static restart strategy
5.17/1.35	c  N st    18     30000       534      2328         0     10672      7058    213975   no data   no data  --
5.17/1.35	c  S st    18     30000       534      2328         0     10672      7058    213975   no data   no data  --
5.17/1.38	c  S st    18     30503       534      2328         0     11175      7058    225976   no data   no data  --
5.17/1.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
5.17/1.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.37/1.61	c lits-rem:       193  cl-subs:      493  v-elim:      0  v-fix:    0  time:  0.86 s
6.37/1.62	c asymm  cl-useful: 0/2328/2328 lits-rem:0 time: 0.03
6.37/1.62	c calculated reachability. Time: 0.00
6.37/1.62	c  N st    18     30503       534      2328         0     10682      7058    212155   no data   no data  --
7.97/2.03	c  N st    20     37613       534      2328         0      9924      7058    173688   no data   no data  --
9.56/2.43	c  N st    21     44013       534      2328         0     16177      7058    336452   no data   no data  --
9.96/2.57	c  S st    22     45755       534      2328         0      9132      7058    137154   no data   no data  --
10.36/2.60	c  S st    22     46258       534      2328         0      9633      7058    149085   no data   no data  --
10.36/2.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.36/2.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.36/2.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
10.36/2.60	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.76/2.70	c lits-rem:        50  cl-subs:       47  v-elim:      0  v-fix:    0  time:  0.39 s
10.76/2.70	c vivif2 --  cl tried     2328 cl shrink        0 lits rem          0 time: 0.00
10.76/2.70	c vivif2 --  cl tried     9586 cl shrink        0 lits rem          0 time: 0.01
10.76/2.71	c asymm  cl-useful: 0/2328/2328 lits-rem:0 time: 0.03
10.76/2.71	c calculated reachability. Time: 0.00
10.76/2.71	c  N st    22     46258       534      2328         0      9586      7058    147819   no data   no data  --
14.36/3.63	c  N st    23     60655       534      2328         0     13891      7058    240645   no data   no data  --
16.75/4.22	c  N st    24     69388       534      2328         0     11704      7058    182157   no data   no data  --
16.75/4.22	c  S st    24     69388       534      2328         0     11704      7058    182157   no data   no data  --
16.75/4.26	c  S st    24     69894       534      2328         0     12207      7058    194055   no data   no data  --
16.75/4.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.75/4.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.75/4.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
16.75/4.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.75/4.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.75/4.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
16.75/4.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.55/4.46	c lits-rem:        78  cl-subs:      201  v-elim:      0  v-fix:    0  time:  0.77 s
17.55/4.46	c vivif2 --  cl tried     2328 cl shrink        0 lits rem          0 time: 0.00
17.55/4.46	c vivif2 --  cl tried    12006 cl shrink        0 lits rem          0 time: 0.01
17.55/4.47	c asymm  cl-useful: 0/2328/2328 lits-rem:0 time: 0.04
17.55/4.47	c calculated reachability. Time: 0.00
17.55/4.47	c  N st    24     69894       534      2328         0     12006      7058    189087   no data   no data  --
22.75/5.77	c  F st    25     87500       534      2328         0     17535      7058    328335   no data   no data  --
22.75/5.77	c  N st    25     87500       534      2328         0     17535      7058    328335   no data   no data  --
24.35/6.18	c Decided on static restart strategy
25.54/6.42	c  N st    32     95542       534      2328         0     25417      7058    529236   no data   no data  --
28.34/7.13	c  N st    34    104842       534      2328         0     21777      7058    398044   no data   no data  --
28.34/7.13	c  S st    34    104842       534      2328         0     21777      7058    398044   no data   no data  --
28.34/7.18	c  S st    34    105346       534      2328         0     22279      7058    410488   no data   no data  --
28.34/7.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.34/7.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.34/7.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
28.74/7.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.74/7.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.74/7.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
28.74/7.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.34/8.12	c lits-rem:       325  cl-subs:      700  v-elim:      0  v-fix:    0  time:  3.65 s
32.34/8.12	c vivif2 --  cl tried     2328 cl shrink        0 lits rem          0 time: 0.00
32.34/8.12	c vivif2 --  cl tried    21579 cl shrink        0 lits rem          0 time: 0.02
32.34/8.14	c asymm  cl-useful: 0/2328/2328 lits-rem:0 time: 0.07
32.34/8.14	c calculated reachability. Time: 0.00
32.34/8.14	c  N st    34    105346       534      2328         0     21579      7058    391796   no data   no data  --
35.93/9.02	c  N st    35    114944       534      2328         0     17284      7058    265338   no data   no data  --
41.13/10.35	c  N st    36    129342       534      2328         0     16705      7058    240261   no data   no data  --
48.72/12.25	c  N st    37    150938       534      2328         0     22187      7058    375017   no data   no data  --
51.53/12.91	c  S st    38    158019       534      2328         0     29079      7058    547515   no data   no data  --
51.53/12.98	c  S st    38    158519       534      2328         0     29579      7058    559376   no data   no data  --
51.53/12.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.53/12.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.53/12.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
51.91/13.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.91/13.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.91/13.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
51.91/13.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
58.71/14.72	c lits-rem:       633  cl-subs:     1297  v-elim:      0  v-fix:    0  time:  6.82 s
58.71/14.72	c vivif2 --  cl tried     2328 cl shrink        0 lits rem          0 time: 0.00
58.71/14.72	c vivif2 --  cl tried    28282 cl shrink        0 lits rem          0 time: 0.02
58.71/14.75	c asymm  cl-useful: 0/2328/2328 lits-rem:0 time: 0.09
58.71/14.75	c calculated reachability. Time: 0.00
58.71/14.75	c  N st    38    158519       534      2328         0     28282      7058    524785   no data   no data  --
78.69/19.76	c  N st    39    207107       534      2328         0     22953      7058    345588   no data   no data  --
93.07/23.32	c  N st    40    237778       534      2328         0     33337      7058    573025   no data   no data  --
93.07/23.32	c  S st    40    237778       534      2328         0     33337      7058    573025   no data   no data  --
93.47/23.40	c  S st    40    238282       534      2328         0     33841      7058    585727   no data   no data  --
93.47/23.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
93.47/23.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
93.47/23.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
93.47/23.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.47/23.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.47/23.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
93.47/23.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
101.05/25.30	c lits-rem:      1208  cl-subs:     1921  v-elim:      0  v-fix:    0  time:  7.48 s
101.05/25.30	c vivif2 --  cl tried     2328 cl shrink        0 lits rem          0 time: 0.00
101.05/25.31	c vivif2 --  cl tried    31920 cl shrink        0 lits rem          0 time: 0.02
101.05/25.34	c asymm  cl-useful: 0/2328/2328 lits-rem:0 time: 0.11
101.05/25.34	c calculated reachability. Time: 0.00
101.05/25.34	c  N st    40    238282       534      2328         0     31920      7058    540691   no data   no data  --
131.82/33.00	c  F st    41    306250       534      2328         0     33885      7058    553806   no data   no data  --
131.82/33.00	c  N st    41    306250       534      2328         0     33885      7058    553806   no data   no data  --
134.22/33.66	c Decided on static restart strategy
144.61/36.25	c  N st    51    334557       534      2328         0     38254      7058    667656   no data   no data  --
156.20/39.12	c  N st    53    357424       534      2328         0     36224      7058    585787   no data   no data  --
156.20/39.12	c  S st    53    357424       534      2328         0     36224      7058    585787   no data   no data  --
156.61/39.21	c  S st    53    357927       534      2328         0     36727      7058    597859   no data   no data  --
156.61/39.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
156.61/39.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
156.61/39.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
156.61/39.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
156.61/39.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
156.61/39.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
156.61/39.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
162.98/40.85	c lits-rem:      1104  cl-subs:      838  v-elim:      0  v-fix:    0  time:  6.41 s
162.98/40.85	c vivif2 --  cl tried     2328 cl shrink        0 lits rem          0 time: 0.00
162.98/40.86	c vivif2 --  cl tried    35889 cl shrink        0 lits rem          0 time: 0.03
162.98/40.89	c asymm  cl-useful: 0/2328/2328 lits-rem:0 time: 0.13
162.98/40.89	c calculated reachability. Time: 0.00
162.98/40.89	c  N st    53    357927       534      2328         0     35889      7058    573097   no data   no data  --
181.77/45.56	c  N st    54    390320       534      2328         0     41967      7058    694630   no data   no data  --
207.34/51.91	c  N st    55    438908       534      2328         0     35771      7058    509723   no data   no data  --
244.91/61.31	c  N st    56    511790       534      2328         0     49511      7058    841347   no data   no data  --
258.87/64.82	c  N st    57    536890       534      2328         0     43580      7058    676421   no data   no data  --
258.87/64.82	c  S st    57    536890       534      2328         0     43580      7058    676421   no data   no data  --
259.27/64.92	c  S st    57    537393       534      2328         0     44083      7058    689349   no data   no data  --
259.27/64.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
259.27/64.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
259.27/64.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
259.27/64.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
259.27/64.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
259.27/64.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
259.27/64.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
268.06/67.11	c lits-rem:       685  cl-subs:     1653  v-elim:      0  v-fix:    0  time:  8.58 s
268.06/67.11	c vivif2 --  cl tried     2328 cl shrink        0 lits rem          0 time: 0.00
268.06/67.12	c vivif2 --  cl tried    42430 cl shrink        0 lits rem          0 time: 0.03
268.06/67.16	c asymm  cl-useful: 0/2328/2328 lits-rem:0 time: 0.17
268.06/67.16	c calculated reachability. Time: 0.00
268.06/67.16	c  N st    57    537393       534      2328         0     42430      7058    646245   no data   no data  --
381.52/95.54	c  N st    58    701377       534      2328         0     36357      7058    394924   no data   no data  --
454.63/113.83	c  N st    59    806089       534      2328         0     65592      7058   1107658   no data   no data  --
454.63/113.83	c  S st    59    806089       534      2328         0     65592      7058   1107658   no data   no data  --
455.45/114.01	c  S st    59    806592       534      2328         0     66095      7058   1120759   no data   no data  --
455.45/114.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
455.45/114.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
455.45/114.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
455.45/114.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
455.45/114.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
455.45/114.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
455.45/114.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
472.21/118.20	c lits-rem:       163  cl-subs:     5241  v-elim:      0  v-fix:    0  time: 16.47 s
472.21/118.20	c vivif2 --  cl tried     2328 cl shrink        0 lits rem          0 time: 0.00
472.21/118.22	c vivif2 --  cl tried    60854 cl shrink        0 lits rem          0 time: 0.05
472.21/118.29	c asymm  cl-useful: 0/2328/2328 lits-rem:0 time: 0.29
472.21/118.29	c calculated reachability. Time: 0.00
472.21/118.29	c  N st    59    806592       534      2328         0     60854      7058    993744   no data   no data  --
685.15/171.53	c  F st    60   1071875       534      2328         0     76861      7058   1320517   no data   no data  --
685.15/171.53	c  N st    60   1071875       534      2328         0     76861      7058   1320517   no data   no data  --
691.15/173.09	c Decided on static restart strategy
709.13/177.57	c  N st    70   1100179       534      2328         0     60605      7058    879560   no data   no data  --
737.11/184.58	c  N st    72   1136171       534      2328         0     50871      7058    617132   no data   no data  --
767.06/192.06	c  N st    73   1168564       534      2328         0     82516      7058   1509137   no data   no data  --
803.42/201.15	c  N st    74   1209888       534      2328         0     76824      7058   1283025   no data   no data  --
803.42/201.15	c  S st    74   1209888       534      2328         0     76824      7058   1283025   no data   no data  --
804.62/201.45	c  S st    74   1210390       534      2328         0     77321      7058   1295934   no data   no data  --
804.62/201.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
804.62/201.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
805.02/201.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.19
805.02/201.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
805.02/201.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
805.02/201.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
805.02/201.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
837.79/209.79	c lits-rem:       232  cl-subs:     4026  v-elim:      0  v-fix:    0  time: 32.93 s
837.79/209.80	c vivif2 --  cl tried     2328 cl shrink        0 lits rem          0 time: 0.00
838.19/209.81	c vivif2 --  cl tried    73295 cl shrink        0 lits rem          0 time: 0.07
838.57/209.94	c asymm  cl-useful: 0/2328/2328 lits-rem:0 time: 0.52
838.57/209.95	c calculated reachability. Time: 0.00
838.57/209.95	c  N st    74   1210390       534      2328         0     73295      7058   1188745   no data   no data  --
918.87/230.04	c  N st    75   1283274       534      2328         0     49765      7058    522929   no data   no data  --
1018.74/255.02	c  N st    76   1392597       534      2328         0     57735      7058    698820   no data   no data  --
1183.74/296.34	c  N st    77   1556581       534      2328         0     62449      7058    756028   no data   no data  --
1319.55/330.58	c  N st    78   1710390       534      2328         0    104743      7058   1996947   no data   no data  --
1319.55/330.58	c  S st    78   1710390       534      2328         0    104743      7058   1996947   no data   no data  --
1321.15/330.93	c  S st    78   1710892       534      2328         0    105243      7058   2009162   no data   no data  --
1321.15/330.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1321.15/330.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1321.15/330.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1321.56/331.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1321.56/331.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1321.56/331.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
1321.56/331.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1371.88/343.62	c lits-rem:       251  cl-subs:     5637  v-elim:      0  v-fix:    0  time: 50.17 s
1371.88/343.62	c vivif2 --  cl tried     2328 cl shrink        0 lits rem          0 time: 0.00
1371.88/343.65	c vivif2 --  cl tried    99606 cl shrink        0 lits rem          0 time: 0.10
1372.69/343.80	c asymm  cl-useful: 0/2328/2328 lits-rem:0 time: 0.63
1372.69/343.81	c calculated reachability. Time: 0.00
1372.69/343.81	c  N st    78   1710892       534      2328         0     99606      7058   1857513   no data   no data  --
1745.79/437.28	c  N st    79   2079858       534      2328         0    111276      7058   2032904   no data   no data  --
1881.61/471.21	c  N st    80   2210892       534      2328         0    115625      7058   2146770   no data   no data  --
1881.61/471.21	c  S st    80   2210892       534      2328         0    115625      7058   2146770   no data   no data  --
1883.23/471.60	c  S st    80   2211402       534      2328         0    116133      7058   2160010   no data   no data  --
1883.23/471.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1883.23/471.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1883.23/471.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
1883.60/471.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1883.60/471.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1883.60/471.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
1883.60/471.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1949.51/488.28	c lits-rem:       228  cl-subs:     5938  v-elim:      0  v-fix:    0  time: 66.07 s
1949.51/488.28	c vivif2 --  cl tried     2328 cl shrink        0 lits rem          0 time: 0.00
1949.91/488.31	c vivif2 --  cl tried   110195 cl shrink        0 lits rem          0 time: 0.10
1950.31/488.48	c asymm  cl-useful: 0/2328/2328 lits-rem:0 time: 0.68
1950.31/488.49	c calculated reachability. Time: 0.00
1950.31/488.49	c  N st    80   2211402       534      2328         0    110195      7058   1996489   no data   no data  --
2543.18/636.83	c  N st    81   2711402       534      2328         0    132624      7058   2367144   no data   no data  --
2543.18/636.83	c  S st    81   2711402       534      2328         0    132624      7058   2367144   no data   no data  --
2545.18/637.30	c  S st    81   2711905       534      2328         0    133126      7058   2380328   no data   no data  --
2545.18/637.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2545.18/637.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2545.18/637.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.28
2545.58/637.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2545.58/637.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2545.58/637.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
2545.58/637.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2652.25/664.14	c lits-rem:       323  cl-subs:    10677  v-elim:      0  v-fix:    0  time: 106.54 s
2652.25/664.14	c vivif2 --  cl tried     2328 cl shrink        0 lits rem          0 time: 0.00
2652.25/664.17	c vivif2 --  cl tried   122449 cl shrink        0 lits rem          0 time: 0.11
2653.03/664.36	c asymm  cl-useful: 0/2328/2328 lits-rem:0 time: 0.77
2653.03/664.36	c calculated reachability. Time: 0.00
2653.03/664.36	c  N st    81   2711905       534      2328         0    122449      7058   2128661   no data   no data  --
3367.30/843.19	c  N st    82   3211905       534      2328         0     98074      7058   1258606   no data   no data  --
3367.30/843.19	c  S st    82   3211905       534      2328         0     98074      7058   1258606   no data   no data  --
3368.52/843.49	c  S st    82   3212408       534      2328         0     98577      7058   1270827   no data   no data  --
3368.90/843.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3368.90/843.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3368.90/843.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
3368.90/843.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3368.90/843.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3368.90/843.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
3368.90/843.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3387.28/848.18	c lits-rem:        48  cl-subs:     4571  v-elim:      0  v-fix:    0  time: 18.33 s
3387.28/848.18	c vivif2 --  cl tried     2328 cl shrink        0 lits rem          0 time: 0.00
3387.28/848.19	c vivif2 --  cl tried    94006 cl shrink        0 lits rem          0 time: 0.06
3388.08/848.31	c asymm  cl-useful: 0/2328/2328 lits-rem:0 time: 0.48
3388.08/848.32	c calculated reachability. Time: 0.00
3388.08/848.32	c  N st    82   3212408       534      2328         0     94006      7058   1168885   no data   no data  --
4070.88/1019.30	c  N st    83   3712408       534      2328         0    105298      7058   1393630   no data   no data  --
4070.88/1019.30	c  S st    83   3712408       534      2328         0    105298      7058   1393630   no data   no data  --
4072.08/1019.59	c  S st    83   3712915       534      2328         0    105805      7058   1406483   no data   no data  --
4072.48/1019.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4072.48/1019.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4072.48/1019.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
4072.88/1019.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4072.88/1019.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4072.88/1019.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
4072.88/1019.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4093.68/1024.96	c lits-rem:       430  cl-subs:     4200  v-elim:      0  v-fix:    0  time: 21.04 s
4093.68/1024.96	c vivif2 --  cl tried     2328 cl shrink        0 lits rem          0 time: 0.00
4093.68/1024.98	c vivif2 --  cl tried   101605 cl shrink        0 lits rem          0 time: 0.08
4094.46/1025.12	c asymm  cl-useful: 0/2328/2328 lits-rem:0 time: 0.55
4094.46/1025.12	c calculated reachability. Time: 0.00
4094.46/1025.12	c  N st    83   3712915       534      2328         0    101605      7058   1305345   no data   no data  --
4153.60/1039.93	c  F st    84   3751562       534      2328         0    139207      7058   2315765   no data   no data  --
4153.60/1039.93	c  N st    84   3751562       534      2328         0    139207      7058   2315765   no data   no data  --
4164.77/1042.79	c Decided on static restart strategy
4217.92/1056.05	c  N st    94   3779865       534      2328         0     84215      7058    819501   no data   no data  --
4257.87/1066.09	c  N st    96   3815860       534      2328         0    119446      7058   1762496   no data   no data  --
4305.02/1077.89	c  N st    97   3848253       534      2328         0    151208      7058   2670829   no data   no data  --
4367.35/1093.46	c  N st    98   3896841       534      2328         0    115016      7058   1697207   no data   no data  --
4491.61/1124.58	c  N st    99   3969725       534      2328         0    101021      7058   1232445   no data   no data  --
4662.61/1167.36	c  N st   100   4079048       534      2328         0    121523      7058   1716291   no data   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 4 cores: 0,2,4,6

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: 3.70 5.32 6.82 2/172 32298
/proc/meminfo: memFree=30957112/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 4 0 524113375 52465664 353 33554432000 4194304 4650419 140733388422960 18446744073709551615 47814369163184 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 12809 353 303 112 0 7774 0
[pid=32298/tid=32300] ppid=32296 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 524113375 52465664 353 33554432000 4194304 4650419 140733388422960 18446744073709551615 254500748273 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 524113375 52465664 353 33554432000 4194304 4650419 140733388422960 18446744073709551615 47814369163190 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 524113375 52465664 353 33554432000 4194304 4650419 140733388422960 18446744073709551615 47814369163186 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.068295 s]
/proc/loadavg: 3.70 5.32 6.82 2/172 32298
/proc/meminfo: memFree=30957112/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=285304 CPUtime=3.41 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 5555 0 0 0 341 0 0 0 19 0 4 0 524113375 292151296 2764 33554432000 4194304 4650419 140733388422960 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 71326 2764 393 112 0 66291 0
[pid=32298/tid=32300] ppid=32296 vsize=285304 CPUtime=0.84 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 1271 0 0 0 84 0 0 0 19 0 4 0 524113375 292151296 2764 33554432000 4194304 4650419 140733388422960 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=285304 CPUtime=0.85 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 1291 0 0 0 85 0 0 0 19 0 4 0 524113375 292151296 2764 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=285304 CPUtime=0.85 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 1181 0 0 0 85 0 0 0 19 0 4 0 524113375 292151296 2764 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 285304

[startup+0.958868 s]
/proc/loadavg: 3.70 5.32 6.82 2/172 32298
/proc/meminfo: memFree=30957112/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=285304 CPUtime=3.81 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 5792 0 0 0 381 0 0 0 19 0 4 0 524113375 292151296 3001 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 71326 3001 393 112 0 66291 0
[pid=32298/tid=32300] ppid=32296 vsize=285304 CPUtime=0.94 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 1321 0 0 0 94 0 0 0 19 0 4 0 524113375 292151296 3001 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=285304 CPUtime=0.95 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 1362 0 0 0 95 0 0 0 19 0 4 0 524113375 292151296 3001 33554432000 4194304 4650419 140733388422960 18446744073709551615 4328256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=285304 CPUtime=0.95 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 1241 0 0 0 95 0 0 0 19 0 4 0 524113375 292151296 3001 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 285304

[startup+1.05885 s]
/proc/loadavg: 3.70 5.32 6.82 2/172 32298
/proc/meminfo: memFree=30957112/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=285512 CPUtime=4.21 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 6034 0 0 0 421 0 0 0 19 0 4 0 524113375 292364288 3243 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366743 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 71378 3243 394 112 0 66343 0
[pid=32298/tid=32300] ppid=32296 vsize=285512 CPUtime=1.04 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 1378 0 0 0 104 0 0 0 19 0 4 0 524113375 292364288 3243 33554432000 4194304 4650419 140733388422960 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=285512 CPUtime=1.05 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 1414 0 0 0 105 0 0 0 19 0 4 0 524113375 292364288 3243 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=285512 CPUtime=1.05 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 1318 0 0 0 105 0 0 0 19 0 4 0 524113375 292364288 3243 33554432000 4194304 4650419 140733388422960 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 285512

[startup+1.15883 s]
/proc/loadavg: 3.70 5.32 6.82 2/172 32298
/proc/meminfo: memFree=30957112/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=285564 CPUtime=4.6 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 6458 0 0 0 460 0 0 0 19 0 4 0 524113375 292417536 3349 33554432000 4194304 4650419 140733388422960 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 71391 3349 394 112 0 66356 0
[pid=32298/tid=32300] ppid=32296 vsize=285564 CPUtime=1.14 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 1458 0 0 0 114 0 0 0 19 0 4 0 524113375 292417536 3349 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=285564 CPUtime=1.15 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 1469 0 0 0 115 0 0 0 19 0 4 0 524113375 292417536 3349 33554432000 4194304 4650419 140733388422960 18446744073709551615 4361023 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=285564 CPUtime=1.15 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 1536 0 0 0 115 0 0 0 19 0 4 0 524113375 292417536 3349 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 285564

[startup+1.50076 s]
/proc/loadavg: 3.70 5.32 6.82 2/172 32298
/proc/meminfo: memFree=30957112/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=286020 CPUtime=5.97 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 9024 0 0 0 597 0 0 0 20 0 4 0 524113375 292884480 4854 33554432000 4194304 4650419 140733388422960 18446744073709551615 4439366 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 71505 4854 395 112 0 66470 0
[pid=32298/tid=32300] ppid=32296 vsize=286020 CPUtime=1.48 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 1808 0 0 0 148 0 0 0 20 0 4 0 524113375 292884480 4854 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=286020 CPUtime=1.49 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 1854 0 0 0 149 0 0 0 20 0 4 0 524113375 292884480 4854 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=286020 CPUtime=1.49 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 1710 0 0 0 149 0 0 0 20 0 4 0 524113375 292884480 4854 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286020

[startup+3.10044 s]
/proc/loadavg: 3.70 5.32 6.82 9/184 32310
/proc/meminfo: memFree=30880340/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=296472 CPUtime=12.36 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 17521 0 0 0 1235 1 0 0 25 0 4 0 524113375 303587328 10150 33554432000 4194304 4650419 140733388422960 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 74118 10150 395 112 0 69083 0
[pid=32298/tid=32300] ppid=32296 vsize=296472 CPUtime=3.07 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 3893 0 0 0 307 0 0 0 25 0 4 0 524113375 303587328 10150 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=296472 CPUtime=3.09 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 4658 0 0 0 309 0 0 0 25 0 4 0 524113375 303587328 10150 33554432000 4194304 4650419 140733388422960 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=296472 CPUtime=3.09 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 4069 0 0 0 309 0 0 0 25 0 4 0 524113375 303587328 10150 33554432000 4194304 4650419 140733388422960 18446744073709551615 4303950 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 296472

[startup+6.30681 s]
/proc/loadavg: 4.04 5.36 6.83 9/184 32310
/proc/meminfo: memFree=30851572/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=324048 CPUtime=25.17 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 26789 0 0 0 2514 3 0 0 25 0 4 0 524113375 331825152 15086 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 81012 15086 395 112 0 75977 0
[pid=32298/tid=32300] ppid=32296 vsize=324048 CPUtime=6.27 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 6194 0 0 0 626 1 0 0 25 0 4 0 524113375 331825152 15086 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=324048 CPUtime=6.29 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 7808 0 0 0 629 0 0 0 25 0 4 0 524113375 331825152 15086 33554432000 4194304 4650419 140733388422960 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=324048 CPUtime=6.28 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 5682 0 0 0 628 0 0 0 25 0 4 0 524113375 331825152 15086 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 324048

[startup+12.7005 s]
/proc/loadavg: 4.36 5.41 6.83 9/184 32310
/proc/meminfo: memFree=30816164/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=297760 CPUtime=50.71 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 40152 0 0 0 5065 6 0 0 25 0 4 0 524113375 304906240 19175 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 74440 19175 395 112 0 69405 0
[pid=32298/tid=32300] ppid=32296 vsize=297760 CPUtime=12.63 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 10053 0 0 0 1262 1 0 0 25 0 4 0 524113375 304906240 19175 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=297760 CPUtime=12.69 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 10339 0 0 0 1268 1 0 0 25 0 4 0 524113375 304906240 19175 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=297760 CPUtime=12.68 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 8428 0 0 0 1267 1 0 0 25 0 4 0 524113375 304906240 19175 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 297760

[startup+25.501 s]
/proc/loadavg: 5.17 5.53 6.85 9/184 32311
/proc/meminfo: memFree=30757948/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=364260 CPUtime=101.85 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 61268 0 0 0 10173 12 0 0 25 0 4 0 524113375 373002240 27859 33554432000 4194304 4650419 140733388422960 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 91065 27859 395 112 0 86030 0
[pid=32298/tid=32300] ppid=32296 vsize=364260 CPUtime=25.37 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 15770 0 0 0 2534 3 0 0 25 0 4 0 524113375 373002240 27859 33554432000 4194304 4650419 140733388422960 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=364260 CPUtime=25.48 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 14771 0 0 0 2546 2 0 0 25 0 4 0 524113375 373002240 27860 33554432000 4194304 4650419 140733388422960 18446744073709551615 4363866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=364260 CPUtime=25.48 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 12959 0 0 0 2545 3 0 0 25 0 4 0 524113375 373002240 27860 33554432000 4194304 4650419 140733388422960 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 364260

[startup+51.1009 s]
/proc/loadavg: 6.26 5.76 6.89 9/184 32311
/proc/meminfo: memFree=30704500/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=365360 CPUtime=204.14 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 94789 0 0 0 20391 23 0 0 25 0 4 0 524113375 374128640 36188 33554432000 4194304 4650419 140733388422960 18446744073709551615 4363493 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 91340 36188 395 112 0 86305 0
[pid=32298/tid=32300] ppid=32296 vsize=365360 CPUtime=50.85 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 25813 0 0 0 5079 6 0 0 25 0 4 0 524113375 374128640 36188 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=365360 CPUtime=51.09 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 22472 0 0 0 5104 5 0 0 25 0 4 0 524113375 374128640 36188 33554432000 4194304 4650419 140733388422960 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=365360 CPUtime=51.08 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 18623 0 0 0 5104 4 0 0 25 0 4 0 524113375 374128640 36188 33554432000 4194304 4650419 140733388422960 18446744073709551615 4303950 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.14
Current children cumulated vsize (KiB) 365360

[startup+102.301 s]
/proc/loadavg: 7.31 6.12 6.95 9/184 32322
/proc/meminfo: memFree=30667152/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=357688 CPUtime=408.69 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 129881 0 0 0 40835 34 0 0 25 0 4 0 524113375 366272512 40718 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 89422 40718 395 112 0 84387 0
[pid=32298/tid=32300] ppid=32296 vsize=357688 CPUtime=101.8 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 35376 0 0 0 10172 8 0 0 25 0 4 0 524113375 366272512 40718 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=357688 CPUtime=102.28 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 29048 0 0 0 10221 7 0 0 25 0 4 0 524113375 366272512 40718 33554432000 4194304 4650419 140733388422960 18446744073709551615 4364312 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=357688 CPUtime=102.28 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 24657 0 0 0 10222 6 0 0 25 0 4 0 524113375 366272512 40718 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.69
Current children cumulated vsize (KiB) 357688

[startup+162.301 s]

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

[pid=32298] ppid=32296 vsize=525744 CPUtime=2804.83 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 409382 0 0 0 280341 142 0 0 25 0 4 0 524113375 538361856 90079 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 131436 90079 395 112 0 126401 0
[pid=32298/tid=32300] ppid=32296 vsize=525744 CPUtime=698.68 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 106206 0 0 0 69833 35 0 0 25 0 4 0 524113375 538361856 90079 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=525744 CPUtime=702.29 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 87690 0 0 0 70198 31 0 0 25 0 4 0 524113375 538361856 90079 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=525744 CPUtime=701.65 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 65402 0 0 0 70139 26 0 0 25 0 4 0 524113375 538361856 90079 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2804.83
Current children cumulated vsize (KiB) 525744

[startup+762.3 s]
/proc/loadavg: 8.00 7.84 7.51 9/184 32342
/proc/meminfo: memFree=30301844/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=538396 CPUtime=3044.52 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 424594 0 0 0 304302 150 0 0 25 0 4 0 524113375 551317504 96618 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 134599 96618 395 112 0 129564 0
[pid=32298/tid=32300] ppid=32296 vsize=538396 CPUtime=758.37 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 112778 0 0 0 75798 39 0 0 25 0 4 0 524113375 551317504 96618 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=538396 CPUtime=762.29 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 88272 0 0 0 76198 31 0 0 25 0 4 0 524113375 551317504 96618 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=538396 CPUtime=761.66 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 68284 0 0 0 76138 28 0 0 25 0 4 0 524113375 551317504 96618 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.52
Current children cumulated vsize (KiB) 538396

[startup+822.3 s]
/proc/loadavg: 8.15 7.90 7.55 9/184 32344
/proc/meminfo: memFree=30271408/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=570060 CPUtime=3284.21 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 442655 0 0 0 328264 157 0 0 25 0 4 0 524113375 583741440 97592 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 142515 97592 395 112 0 137480 0
[pid=32298/tid=32300] ppid=32296 vsize=570060 CPUtime=818.05 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 120010 0 0 0 81764 41 0 0 25 0 4 0 524113375 583741440 97592 33554432000 4194304 4650419 140733388422960 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=570060 CPUtime=822.29 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 92789 0 0 0 82195 34 0 0 25 0 4 0 524113375 583741440 97592 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=570060 CPUtime=821.66 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 68411 0 0 0 82138 28 0 0 25 0 4 0 524113375 583741440 97592 33554432000 4194304 4650419 140733388422960 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.21
Current children cumulated vsize (KiB) 570060

[startup+882.3 s]
/proc/loadavg: 8.19 7.95 7.58 9/184 32346
/proc/meminfo: memFree=30257856/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=528976 CPUtime=3523.91 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 465051 0 0 0 352223 168 0 0 25 0 4 0 524113375 541671424 99454 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 132244 99454 395 112 0 127209 0
[pid=32298/tid=32300] ppid=32296 vsize=528976 CPUtime=877.74 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 124101 0 0 0 87730 44 0 0 25 0 4 0 524113375 541671424 99454 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366950 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=528976 CPUtime=882.29 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 98225 0 0 0 88192 37 0 0 25 0 4 0 524113375 541671424 99454 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=528976 CPUtime=881.67 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 72593 0 0 0 88137 30 0 0 25 0 4 0 524113375 541671424 99454 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.91
Current children cumulated vsize (KiB) 528976

[startup+942.301 s]
/proc/loadavg: 5.75 7.31 7.39 5/175 32364
/proc/meminfo: memFree=30588280/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=529552 CPUtime=3763.65 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 487134 0 0 0 376185 180 0 0 25 0 4 0 524113375 542261248 93730 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 132388 93730 395 112 0 127353 0
[pid=32298/tid=32300] ppid=32296 vsize=529552 CPUtime=937.46 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 130036 0 0 0 93698 48 0 0 25 0 4 0 524113375 542261248 93730 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=529552 CPUtime=942.3 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 102381 0 0 0 94191 39 0 0 25 0 4 0 524113375 542261248 93730 33554432000 4194304 4650419 140733388422960 18446744073709551615 4364406 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=529552 CPUtime=941.67 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 76703 0 0 0 94136 31 0 0 25 0 4 0 524113375 542261248 93730 33554432000 4194304 4650419 140733388422960 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.65
Current children cumulated vsize (KiB) 529552

[startup+1002.3 s]
/proc/loadavg: 4.64 6.70 7.17 5/175 32366
/proc/meminfo: memFree=30589688/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=505064 CPUtime=4003.36 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 509256 0 0 0 400146 190 0 0 25 0 4 0 524113375 517185536 93449 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 126266 93449 395 112 0 121231 0
[pid=32298/tid=32300] ppid=32296 vsize=505064 CPUtime=997.18 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 137123 0 0 0 99668 50 0 0 25 0 4 0 524113375 517185536 93449 33554432000 4194304 4650419 140733388422960 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=505064 CPUtime=1002.29 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 107089 0 0 0 100187 42 0 0 25 0 4 0 524113375 517185536 93449 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=505064 CPUtime=1001.67 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 79627 0 0 0 100134 33 0 0 25 0 4 0 524113375 517185536 93449 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.36
Current children cumulated vsize (KiB) 505064

[startup+1062.31 s]
/proc/loadavg: 4.23 6.21 6.97 5/175 32367
/proc/meminfo: memFree=30549904/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=518252 CPUtime=4243.11 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 535380 0 0 0 424113 198 0 0 25 0 4 0 524113375 530690048 103349 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365300 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 129563 103349 395 112 0 124528 0
[pid=32298/tid=32300] ppid=32296 vsize=518252 CPUtime=1056.91 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 143307 0 0 0 105639 52 0 0 25 0 4 0 524113375 530690048 103349 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=518252 CPUtime=1062.3 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 110953 0 0 0 106186 44 0 0 25 0 4 0 524113375 530690048 103349 33554432000 4194304 4650419 140733388422960 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=518252 CPUtime=1061.68 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 87202 0 0 0 106133 35 0 0 25 0 4 0 524113375 530690048 103349 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.11
Current children cumulated vsize (KiB) 518252

[startup+1122.3 s]
/proc/loadavg: 4.08 5.80 6.78 5/175 32369
/proc/meminfo: memFree=30526380/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=596148 CPUtime=4482.81 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 557257 0 0 0 448074 207 0 0 25 0 4 0 524113375 610455552 109373 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 149037 109373 395 112 0 144002 0
[pid=32298/tid=32300] ppid=32296 vsize=596148 CPUtime=1116.63 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 150449 0 0 0 111608 55 0 0 25 0 4 0 524113375 610455552 109373 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=596148 CPUtime=1122.3 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 116268 0 0 0 112183 47 0 0 25 0 4 0 524113375 610455552 109373 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=596148 CPUtime=1121.67 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 89256 0 0 0 112132 35 0 0 25 0 4 0 524113375 610455552 109373 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.81
Current children cumulated vsize (KiB) 596148

[startup+1182.3 s]
/proc/loadavg: 4.03 5.47 6.61 5/175 32371
/proc/meminfo: memFree=30529416/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=541428 CPUtime=4722.54 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 576679 0 0 0 472037 217 0 0 25 0 4 0 524113375 554422272 108297 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 135357 108297 395 112 0 130322 0
[pid=32298/tid=32300] ppid=32296 vsize=541428 CPUtime=1176.36 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 154714 0 0 0 117578 58 0 0 25 0 4 0 524113375 554422272 108297 33554432000 4194304 4650419 140733388422960 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=541428 CPUtime=1182.29 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 121430 0 0 0 118179 50 0 0 25 0 4 0 524113375 554422272 108297 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=541428 CPUtime=1181.68 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 93400 0 0 0 118131 37 0 0 25 0 4 0 524113375 554422272 108297 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.54
Current children cumulated vsize (KiB) 541428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.02 5.38 6.55 5/175 32371
/proc/meminfo: memFree=30556676/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=560212 CPUtime=4800.07 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 582668 0 0 0 479787 220 0 0 25 0 4 0 524113375 573657088 101552 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 140053 101552 395 112 0 135018 0
[pid=32298/tid=32300] ppid=32296 vsize=560212 CPUtime=1195.67 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 154836 0 0 0 119509 58 0 0 25 0 4 0 524113375 573657088 101552 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=560212 CPUtime=1201.7 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 122380 0 0 0 120119 51 0 0 25 0 4 0 524113375 573657088 101552 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=560212 CPUtime=1201.09 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 95359 0 0 0 120071 38 0 0 25 0 4 0 524113375 573657088 101552 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 560212

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

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

[startup+1201.7 s]
/proc/loadavg: 4.02 5.38 6.55 5/175 32371
/proc/meminfo: memFree=30556676/32950928 swapFree=67111464/67111528
[pid=32298] ppid=32296 vsize=560212 CPUtime=4800.07 cores=0,2,4,6
/proc/32298/stat : 32298 (strangenight1-m) R 32296 32298 31569 0 -1 4202496 582668 0 0 0 479787 220 0 0 25 0 4 0 524113375 573657088 101552 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32298/statm: 140053 101552 395 112 0 135018 0
[pid=32298/tid=32300] ppid=32296 vsize=560212 CPUtime=1195.67 cores=0,2,4,6
/proc/32298/task/32300/stat : 32300 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 154836 0 0 0 119509 58 0 0 25 0 4 0 524113375 573657088 101552 33554432000 4194304 4650419 140733388422960 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32298/tid=32301] ppid=32296 vsize=560212 CPUtime=1201.7 cores=0,2,4,6
/proc/32298/task/32301/stat : 32301 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 122380 0 0 0 120119 51 0 0 25 0 4 0 524113375 573657088 101552 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32298/tid=32302] ppid=32296 vsize=560212 CPUtime=1201.09 cores=0,2,4,6
/proc/32298/task/32302/stat : 32302 (strangenight1-m) R 32296 32298 31569 0 -1 4202560 95359 0 0 0 120071 38 0 0 25 0 4 0 524113375 573657088 101552 33554432000 4194304 4650419 140733388422960 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 560212

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.12
CPU user time (s): 4797.9
CPU system time (s): 2.22766
CPU usage (%): 399.433
Max. virtual memory (cumulated for all children) (KiB): 720340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.9
system time used= 2.22766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 582670
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= 525
involuntary context switches= 22693

runsolver used 1.81372 second user time and 4.14437 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-30 02:59:27
IDJOB=3175465
IDBENCH=83083
IDSOLVER=1588
FILE ID=node149/3175465-1304125167
RUNJOBID= node149-1304125167-32283
PBS_JOBID= 13170723
Free space on /tmp= 71932 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S107514131-038.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175465-1304125167/watcher-3175465-1304125167 -o /tmp/evaluation-result-3175465-1304125167/solver-3175465-1304125167 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175465-1304125167.cnf

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

MD5SUM BENCH= 82989c7f536fd5815485b15c37159486
RANDOM SEED=356597161

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.82
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.806
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:     32950928 kB
MemFree:      30957400 kB
Buffers:        452288 kB
Cached:        1108232 kB
SwapCached:         60 kB
Active:         154280 kB
Inactive:      1470428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30957400 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           12428 kB
Writeback:           8 kB
AnonPages:       63728 kB
Mapped:          14484 kB
Slab:           305124 kB
PageTables:       4800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185792 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= 71928 MiB
End job on node149 at 2011-04-30 03:19:31