Trace number 3368737

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 (fixed)? (TO) 4800.13 1203.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1514125851-037.UNKNOWN.cnf
MD5SUM7ce6e28d94f25a5004daf47b6c05c693
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark935.616
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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-3368737-1305401901.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        500
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       500      2130         0         0      6390         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     220 undec:      60 neg:     220
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       486      2122         0         0      6460         0   no data   no data  --
0.00/0.06	c Decided on static restart strategy
0.37/0.15	c  N st     8      4919       486      2122         0      4827      6460    109729   no data   no data  --
1.17/0.39	c  N st    10     11301       486      2122         0      4471      6460     74663   no data   no data  --
2.37/0.64	c  N st    11     17044       486      2122         0     10097      6460    200087   no data   no data  --
3.98/1.04	c  F st    12     25001       486      2122         0     12375      6460    249717   no data   no data  --
3.98/1.04	c  N st    12     25001       486      2122         0     12375      6460    249717   no data   no data  --
4.75/1.28	c Decided on static restart strategy
4.75/1.28	c  N st    18     30001       486      2122         0     10648      6460    192499   no data   no data  --
4.75/1.28	c  S st    18     30001       486      2122         0     10648      6460    192499   no data   no data  --
5.15/1.31	c  S st    18     30503       486      2122         0     11149      6460    203879   no data   no data  --
5.15/1.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.15/1.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.15/1.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.15/1.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.15/1.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
5.15/1.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.50	c lits-rem:       141  cl-subs:      618  v-elim:      0  v-fix:    0  time:  0.73 s
5.96/1.51	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.03
5.96/1.51	c calculated reachability. Time: 0.00
5.96/1.51	c  N st    18     30503       486      2122         0     10531      6460    189283   no data   no data  --
7.15/1.85	c  N st    20     37615       486      2122         0      9803      6460    160749   no data   no data  --
8.80/2.24	c  N st    21     44014       486      2122         0     16087      6460    314134   no data   no data  --
9.14/2.36	c  S st    22     45756       486      2122         0      9038      6460    124549   no data   no data  --
9.14/2.39	c  S st    22     46258       486      2122         0      9540      6460    135374   no data   no data  --
9.14/2.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.14/2.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.14/2.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.14/2.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.14/2.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.14/2.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
9.14/2.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.54/2.47	c lits-rem:        36  cl-subs:       46  v-elim:      0  v-fix:    0  time:  0.31 s
9.54/2.47	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
9.54/2.48	c vivif2 --  cl tried     9494 cl shrink        0 lits rem          0 time: 0.00
9.54/2.48	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.03
9.54/2.48	c calculated reachability. Time: 0.00
9.54/2.48	c  N st    22     46258       486      2122         0      9494      6460    134067   no data   no data  --
13.53/3.43	c  N st    23     60656       486      2122         0     13796      6460    223685   no data   no data  --
15.93/4.07	c  N st    24     69387       486      2122         0     11613      6460    165414   no data   no data  --
15.93/4.07	c  S st    24     69387       486      2122         0     11613      6460    165414   no data   no data  --
16.33/4.10	c  S st    24     69889       486      2122         0     12113      6460    176754   no data   no data  --
16.33/4.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.33/4.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.33/4.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
16.33/4.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.33/4.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.33/4.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
16.33/4.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.73/4.27	c lits-rem:        92  cl-subs:      107  v-elim:      0  v-fix:    0  time:  0.65 s
16.73/4.27	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
16.73/4.28	c vivif2 --  cl tried    12006 cl shrink        0 lits rem          0 time: 0.01
16.73/4.28	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.03
16.73/4.29	c calculated reachability. Time: 0.00
16.73/4.29	c  N st    24     69889       486      2122         0     12006      6460    174134   no data   no data  --
21.95/5.56	c  F st    25     87502       486      2122         0     17446      6460    300071   no data   no data  --
21.95/5.56	c  N st    25     87502       486      2122         0     17446      6460    300071   no data   no data  --
23.50/5.93	c Decided on static restart strategy
24.30/6.17	c  N st    32     95542       486      2122         0     25299      6460    479800   no data   no data  --
27.09/6.80	c  N st    34    104834       486      2122         0     21679      6460    369694   no data   no data  --
27.09/6.80	c  S st    34    104834       486      2122         0     21679      6460    369694   no data   no data  --
27.09/6.86	c  S st    34    105338       486      2122         0     22182      6460    381154   no data   no data  --
27.09/6.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.09/6.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.09/6.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
27.09/6.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.09/6.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.09/6.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
27.09/6.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.73/7.74	c lits-rem:       639  cl-subs:     1240  v-elim:      0  v-fix:    0  time:  3.42 s
30.73/7.74	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
30.73/7.74	c vivif2 --  cl tried    20942 cl shrink        0 lits rem          0 time: 0.02
30.73/7.76	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.06
30.73/7.76	c calculated reachability. Time: 0.00
30.73/7.76	c  N st    34    105338       486      2122         0     20942      6460    354346   no data   no data  --
34.28/8.61	c  N st    35    114936       486      2122         0     16683      6460    237975   no data   no data  --
39.50/9.99	c  N st    36    129336       486      2122         0     16091      6460    206976   no data   no data  --
47.04/11.86	c  N st    37    150931       486      2122         0     21549      6460    322982   no data   no data  --
49.82/12.52	c  S st    38    158008       486      2122         0     28468      6460    481750   no data   no data  --
49.82/12.59	c  S st    38    158511       486      2122         0     28970      6460    493530   no data   no data  --
49.82/12.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
49.82/12.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.22/12.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
50.22/12.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.22/12.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.22/12.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
50.22/12.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.82/14.02	c lits-rem:       421  cl-subs:     1420  v-elim:      0  v-fix:    0  time:  5.62 s
55.82/14.02	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
55.82/14.03	c vivif2 --  cl tried    27550 cl shrink        0 lits rem          0 time: 0.02
55.82/14.05	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.08
55.82/14.05	c calculated reachability. Time: 0.00
55.82/14.05	c  N st    38    158511       486      2122         0     27550      6460    462526   no data   no data  --
74.95/18.87	c  N st    39    207102       486      2122         0     22265      6460    308973   no data   no data  --
88.51/22.23	c  N st    40    237767       486      2122         0     32593      6460    546807   no data   no data  --
88.51/22.23	c  S st    40    237767       486      2122         0     32593      6460    546807   no data   no data  --
88.91/22.31	c  S st    40    238271       486      2122         0     33097      6460    557659   no data   no data  --
88.91/22.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
88.91/22.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
88.91/22.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
88.91/22.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.91/22.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.91/22.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
88.91/22.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
96.54/24.26	c lits-rem:       619  cl-subs:     2195  v-elim:      0  v-fix:    0  time:  7.63 s
96.54/24.26	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
96.54/24.26	c vivif2 --  cl tried    30902 cl shrink        0 lits rem          0 time: 0.02
96.54/24.29	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.09
96.54/24.29	c calculated reachability. Time: 0.00
96.54/24.29	c  N st    40    238271       486      2122         0     30902      6460    505715   no data   no data  --
127.99/32.15	c  F st    41    306252       486      2122         0     32839      6460    501396   no data   no data  --
127.99/32.15	c  N st    41    306252       486      2122         0     32839      6460    501396   no data   no data  --
130.79/32.82	c Decided on static restart strategy
142.35/35.73	c  N st    51    334554       486      2122         0     37156      6460    571631   no data   no data  --
153.90/38.66	c  N st    53    357406       486      2122         0     34953      6460    501068   no data   no data  --
153.90/38.66	c  S st    53    357406       486      2122         0     34953      6460    501068   no data   no data  --
154.30/38.75	c  S st    53    357907       486      2122         0     35454      6460    512781   no data   no data  --
154.30/38.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
154.30/38.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
154.30/38.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
154.30/38.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
154.30/38.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
154.30/38.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
154.30/38.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
160.68/40.30	c lits-rem:       410  cl-subs:     1368  v-elim:      0  v-fix:    0  time:  6.09 s
160.68/40.30	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
160.68/40.31	c vivif2 --  cl tried    34086 cl shrink        0 lits rem          0 time: 0.02
160.68/40.33	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.10
160.68/40.33	c calculated reachability. Time: 0.00
160.68/40.33	c  N st    53    357907       486      2122         0     34086      6460    483505   no data   no data  --
176.64/44.35	c  N st    54    390300       486      2122         0     40471      6460    625799   no data   no data  --
202.16/50.79	c  N st    55    438888       486      2122         0     34153      6460    446697   no data   no data  --
244.04/61.28	c  N st    56    511770       486      2122         0     47695      6460    742708   no data   no data  --
258.42/64.87	c  N st    57    536860       486      2122         0     41867      6460    570798   no data   no data  --
258.42/64.87	c  S st    57    536860       486      2122         0     41867      6460    570798   no data   no data  --
258.84/64.99	c  S st    57    537361       486      2122         0     42364      6460    582094   no data   no data  --
258.84/64.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
258.84/64.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
259.18/65.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
259.18/65.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
259.18/65.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
259.18/65.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
259.18/65.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
266.36/66.82	c lits-rem:      1381  cl-subs:     2168  v-elim:      0  v-fix:    0  time:  7.16 s
266.36/66.82	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
266.36/66.82	c vivif2 --  cl tried    40196 cl shrink        0 lits rem          0 time: 0.02
266.36/66.86	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.14
266.36/66.86	c calculated reachability. Time: 0.00
266.36/66.86	c  N st    57    537361       486      2122         0     40196      6460    536966   no data   no data  --
367.26/92.13	c  N st    58    701346       486      2122         0     69482      6460   1229139   no data   no data  --
441.04/110.66	c  N st    59    806043       486      2122         0     63284      6460   1043377   no data   no data  --
441.04/110.66	c  S st    59    806043       486      2122         0     63284      6460   1043377   no data   no data  --
441.84/110.85	c  S st    59    806544       486      2122         0     63784      6460   1055474   no data   no data  --
441.84/110.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
441.84/110.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
441.84/110.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
442.24/110.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
442.24/110.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
442.24/110.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
442.24/110.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
456.24/114.43	c lits-rem:        33  cl-subs:     4079  v-elim:      0  v-fix:    0  time: 14.01 s
456.24/114.43	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
456.24/114.45	c vivif2 --  cl tried    59705 cl shrink        0 lits rem          0 time: 0.05
456.59/114.51	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.25
456.59/114.51	c calculated reachability. Time: 0.00
456.59/114.51	c  N st    59    806544       486      2122         0     59705      6460    950581   no data   no data  --
670.36/168.11	c  F st    60   1071875       486      2122         0     75317      6460   1174336   no data   no data  --
670.36/168.11	c  N st    60   1071875       486      2122         0     75317      6460   1174336   no data   no data  --
675.93/169.54	c Decided on static restart strategy
694.27/174.17	c  N st    70   1100179       486      2122         0     59356      6460    794874   no data   no data  --
728.22/182.64	c  N st    72   1136174       486      2122         0     49747      6460    549731   no data   no data  --
752.90/188.84	c  N st    73   1168567       486      2122         0     81401      6460   1289119   no data   no data  --
785.58/197.08	c  N st    74   1209819       486      2122         0     75749      6460   1127828   no data   no data  --
785.58/197.08	c  S st    74   1209819       486      2122         0     75749      6460   1127828   no data   no data  --
786.78/197.33	c  S st    74   1210319       486      2122         0     76248      6460   1139492   no data   no data  --
786.78/197.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
786.78/197.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
786.78/197.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
787.18/197.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
787.18/197.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
787.18/197.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
787.18/197.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
800.75/200.82	c lits-rem:       548  cl-subs:     4246  v-elim:      0  v-fix:    0  time: 13.63 s
800.75/200.82	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
800.75/200.84	c vivif2 --  cl tried    72002 cl shrink        0 lits rem          0 time: 0.05
801.15/200.93	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.37
801.15/200.93	c calculated reachability. Time: 0.00
801.15/200.93	c  N st    74   1210319       486      2122         0     72002      6460   1053716   no data   no data  --
878.10/220.24	c  N st    75   1283202       486      2122         0     48598      6460    472991   no data   no data  --
992.93/249.02	c  N st    76   1392525       486      2122         0     56437      6460    614414   no data   no data  --
1144.09/286.99	c  N st    77   1556509       486      2122         0     61506      6460    723986   no data   no data  --
1315.16/329.82	c  N st    78   1710321       486      2122         0    103147      6460   1730738   no data   no data  --
1315.16/329.82	c  S st    78   1710321       486      2122         0    103147      6460   1730738   no data   no data  --
1316.34/330.16	c  S st    78   1710822       486      2122         0    103645      6460   1742444   no data   no data  --
1316.34/330.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1316.34/330.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1316.74/330.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1316.74/330.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1316.74/330.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1316.74/330.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
1316.74/330.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1364.99/342.39	c lits-rem:      1247  cl-subs:     6908  v-elim:      0  v-fix:    0  time: 48.25 s
1364.99/342.39	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
1365.39/342.41	c vivif2 --  cl tried    96737 cl shrink        0 lits rem          0 time: 0.08
1365.79/342.53	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.49
1365.79/342.53	c calculated reachability. Time: 0.00
1365.79/342.53	c  N st    78   1710822       486      2122         0     96737      6460   1575974   no data   no data  --
1812.43/454.54	c  N st    79   2079788       486      2122         0    108493      6460   1813222   no data   no data  --
1970.73/494.25	c  N st    80   2210822       486      2122         0    112427      6460   1862229   no data   no data  --
1970.73/494.25	c  S st    80   2210822       486      2122         0    112427      6460   1862229   no data   no data  --
1972.33/494.66	c  S st    80   2211326       486      2122         0    112929      6460   1874401   no data   no data  --
1972.33/494.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1972.33/494.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1972.73/494.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
1972.73/494.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1972.73/494.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1972.73/494.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
1972.73/494.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2020.58/506.74	c lits-rem:       368  cl-subs:     7409  v-elim:      0  v-fix:    0  time: 47.65 s
2020.58/506.74	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
2020.58/506.76	c vivif2 --  cl tried   105520 cl shrink        0 lits rem          0 time: 0.09
2020.98/506.89	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.53
2021.38/506.90	c calculated reachability. Time: 0.00
2021.38/506.90	c  N st    80   2211326       486      2122         0    105520      6460   1709737   no data   no data  --
2642.68/662.72	c  N st    81   2711326       486      2122         0    128650      6460   2107158   no data   no data  --
2642.68/662.72	c  S st    81   2711326       486      2122         0    128650      6460   2107158   no data   no data  --
2644.28/663.20	c  S st    81   2711828       486      2122         0    129152      6460   2118576   no data   no data  --
2644.28/663.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2644.28/663.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2644.70/663.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.25
2645.12/663.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2645.12/663.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2645.12/663.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
2645.12/663.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2738.36/686.76	c lits-rem:       768  cl-subs:    12489  v-elim:      0  v-fix:    0  time: 93.34 s
2738.36/686.76	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
2738.36/686.79	c vivif2 --  cl tried   116663 cl shrink        0 lits rem          0 time: 0.10
2739.16/686.94	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.62
2739.16/686.95	c calculated reachability. Time: 0.00
2739.16/686.95	c  N st    81   2711828       486      2122         0    116663      6460   1845500   no data   no data  --
3414.67/856.32	c  N st    82   3211829       486      2122         0     92873      6460   1124615   no data   no data  --
3414.67/856.32	c  S st    82   3211829       486      2122         0     92873      6460   1124615   no data   no data  --
3415.87/856.61	c  S st    82   3212331       486      2122         0     93374      6460   1136466   no data   no data  --
3415.87/856.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3415.87/856.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3415.87/856.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
3415.87/856.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3415.87/856.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3415.87/856.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
3415.87/856.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3428.63/859.88	c lits-rem:       334  cl-subs:     2790  v-elim:      0  v-fix:    0  time: 12.71 s
3428.63/859.88	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
3429.03/859.90	c vivif2 --  cl tried    90584 cl shrink        0 lits rem          0 time: 0.06
3429.43/860.01	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.46
3429.43/860.01	c calculated reachability. Time: 0.00
3429.43/860.01	c  N st    82   3212331       486      2122         0     90584      6460   1071790   no data   no data  --
4079.07/1022.91	c  N st    83   3712332       486      2122         0    101350      6460   1231195   no data   no data  --
4079.07/1022.91	c  S st    83   3712332       486      2122         0    101350      6460   1231195   no data   no data  --
4080.24/1023.24	c  S st    83   3712834       486      2122         0    101849      6460   1243854   no data   no data  --
4080.24/1023.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4080.24/1023.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4080.64/1023.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
4080.64/1023.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4080.64/1023.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4080.64/1023.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
4080.64/1023.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4096.18/1027.29	c lits-rem:       265  cl-subs:     3968  v-elim:      0  v-fix:    0  time: 15.71 s
4096.18/1027.29	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
4096.18/1027.30	c vivif2 --  cl tried    97881 cl shrink        0 lits rem          0 time: 0.06
4097.02/1027.43	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.50
4097.02/1027.43	c calculated reachability. Time: 0.00
4097.02/1027.43	c  N st    83   3712834       486      2122         0     97881      6460   1158439   no data   no data  --
4150.02/1040.70	c  F st    84   3751562       486      2122         0    135498      6460   2039527   no data   no data  --
4150.02/1040.70	c  N st    84   3751562       486      2122         0    135498      6460   2039527   no data   no data  --
4158.79/1042.96	c Decided on static restart strategy
4206.71/1054.98	c  N st    94   3779870       486      2122         0    163122      6460   2721597   no data   no data  --
4252.51/1066.46	c  N st    96   3815862       486      2122         0    115587      6460   1527928   no data   no data  --
4310.72/1081.04	c  N st    97   3848254       486      2122         0    147091      6460   2302567   no data   no data  --
4384.89/1099.60	c  N st    98   3896846       486      2122         0    110841      6460   1375104   no data   no data  --
4518.88/1133.22	c  N st    99   3969728       486      2122         0     97262      6460   1057937   no data   no data  --
4695.95/1177.66	c  N st   100   4079052       486      2122         0    117879      6460   1525049   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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368737-1305401901/watcher-3368737-1305401901 -o /tmp/evaluation-result-3368737-1305401901/solver-3368737-1305401901 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368737-1305401901.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: 7.42 7.95 8.01 3/365 5420
/proc/meminfo: memFree=18290140/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=273708 CPUtime=0 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 702 0 0 0 0 0 0 0 23 0 4 0 730420747 280276992 626 33554432000 4194304 4650419 140733683708848 18446744073709551615 4520352 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 68427 628 343 112 0 63392 0
[pid=5420/tid=5424] ppid=5418 vsize=274288 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 262 0 0 0 0 0 0 0 23 0 4 0 730420747 280870912 1027 33554432000 4194304 4650419 140733683708848 18446744073709551615 4314944 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=274288 CPUtime=0.01 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 219 0 0 0 1 0 0 0 23 0 4 0 730420747 280870912 1027 33554432000 4194304 4650419 140733683708848 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=274288 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 11 0 0 0 0 0 0 0 24 0 4 0 730420747 280870912 1027 33554432000 4194304 4650419 140733683708848 18446744073709551615 224285030894 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.06548 s]
/proc/loadavg: 7.42 7.95 8.01 3/365 5420
/proc/meminfo: memFree=18290140/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=282492 CPUtime=0.23 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 1487 0 0 0 23 0 0 0 23 0 4 0 730420747 289271808 1369 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 70623 1369 391 112 0 65588 0
[pid=5420/tid=5424] ppid=5418 vsize=282492 CPUtime=0.06 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 329 0 0 0 6 0 0 0 23 0 4 0 730420747 289271808 1369 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=282492 CPUtime=0.06 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 283 0 0 0 6 0 0 0 23 0 4 0 730420747 289271808 1369 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=282492 CPUtime=0.04 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 165 0 0 0 4 0 0 0 23 0 4 0 730420747 289271808 1369 33554432000 4194304 4650419 140733683708848 18446744073709551615 4333974 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 282492

[startup+0.100473 s]
/proc/loadavg: 7.42 7.95 8.01 3/365 5420
/proc/meminfo: memFree=18290140/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=282628 CPUtime=0.37 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 1677 0 0 0 37 0 0 0 23 0 4 0 730420747 289411072 1559 33554432000 4194304 4650419 140733683708848 18446744073709551615 4363883 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 70657 1560 391 112 0 65622 0
[pid=5420/tid=5424] ppid=5418 vsize=282628 CPUtime=0.09 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 376 0 0 0 9 0 0 0 23 0 4 0 730420747 289411072 1560 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=282628 CPUtime=0.09 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 331 0 0 0 9 0 0 0 23 0 4 0 730420747 289411072 1560 33554432000 4194304 4650419 140733683708848 18446744073709551615 4364358 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=282628 CPUtime=0.08 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 212 0 0 0 8 0 0 0 23 0 4 0 730420747 289411072 1560 33554432000 4194304 4650419 140733683708848 18446744073709551615 4363553 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282628

[startup+0.30044 s]
/proc/loadavg: 7.42 7.95 8.01 3/365 5420
/proc/meminfo: memFree=18290140/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=283876 CPUtime=1.17 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 2776 0 0 0 117 0 0 0 23 0 4 0 730420747 290689024 2108 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365333 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 70969 2108 393 112 0 65934 0
[pid=5420/tid=5424] ppid=5418 vsize=283876 CPUtime=0.29 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 654 0 0 0 29 0 0 0 23 0 4 0 730420747 290689024 2108 33554432000 4194304 4650419 140733683708848 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=283876 CPUtime=0.29 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 600 0 0 0 29 0 0 0 23 0 4 0 730420747 290689024 2108 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=283876 CPUtime=0.28 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 486 0 0 0 28 0 0 0 25 0 4 0 730420747 290689024 2108 33554432000 4194304 4650419 140733683708848 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283876

[startup+0.700375 s]
/proc/loadavg: 7.42 7.95 8.01 3/365 5420
/proc/meminfo: memFree=18290140/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=293944 CPUtime=2.77 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 4907 0 0 0 277 0 0 0 25 0 4 0 730420747 300998656 2362 33554432000 4194304 4650419 140733683708848 18446744073709551615 4332022 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 71327 2362 393 112 0 66292 0
[pid=5420/tid=5424] ppid=5418 vsize=285308 CPUtime=0.69 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 1201 0 0 0 69 0 0 0 25 0 4 0 730420747 292155392 2362 33554432000 4194304 4650419 140733683708848 18446744073709551615 224284969095 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=285308 CPUtime=0.69 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 1143 0 0 0 69 0 0 0 25 0 4 0 730420747 292155392 2362 33554432000 4194304 4650419 140733683708848 18446744073709551615 4367295 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=285308 CPUtime=0.68 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 987 0 0 0 68 0 0 0 25 0 4 0 730420747 292155392 2362 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 293944

[startup+1.50024 s]
/proc/loadavg: 7.47 7.95 8.01 11/373 5428
/proc/meminfo: memFree=18265648/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=286076 CPUtime=5.96 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 8468 0 0 0 595 1 0 0 25 0 4 0 730420747 292941824 4591 33554432000 4194304 4650419 140733683708848 18446744073709551615 4542185 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 71519 4591 395 112 0 66484 0
[pid=5420/tid=5424] ppid=5418 vsize=286076 CPUtime=1.49 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 1823 0 0 0 149 0 0 0 25 0 4 0 730420747 292941824 4591 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=286076 CPUtime=1.49 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 1763 0 0 0 149 0 0 0 25 0 4 0 730420747 292941824 4591 33554432000 4194304 4650419 140733683708848 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=286076 CPUtime=1.46 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 1536 0 0 0 146 0 0 0 25 0 4 0 730420747 292941824 4591 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286076

[startup+3.10098 s]
/proc/loadavg: 7.47 7.95 8.01 10/373 5428
/proc/meminfo: memFree=18220196/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=282020 CPUtime=12.34 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 16583 0 0 0 1232 2 0 0 25 0 4 0 730420747 288788480 9436 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 70505 9436 395 112 0 65470 0
[pid=5420/tid=5424] ppid=5418 vsize=282020 CPUtime=3.09 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 3986 0 0 0 309 0 0 0 25 0 4 0 730420747 288788480 9436 33554432000 4194304 4650419 140733683708848 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=282020 CPUtime=3.09 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 4383 0 0 0 309 0 0 0 25 0 4 0 730420747 288788480 9436 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=282020 CPUtime=3.05 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 3633 0 0 0 305 0 0 0 25 0 4 0 730420747 288788480 9436 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 282020

[startup+6.30045 s]
/proc/loadavg: 7.47 7.95 8.01 10/373 5428
/proc/meminfo: memFree=18179280/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=289040 CPUtime=25.1 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 25770 0 0 0 2507 3 0 0 25 0 4 0 730420747 295976960 13019 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 72260 13019 395 112 0 67225 0
[pid=5420/tid=5424] ppid=5418 vsize=289040 CPUtime=6.29 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 6712 0 0 0 629 0 0 0 25 0 4 0 730420747 295976960 13019 33554432000 4194304 4650419 140733683708848 18446744073709551615 4330639 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=289040 CPUtime=6.28 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 7203 0 0 0 628 0 0 0 25 0 4 0 730420747 295976960 13019 33554432000 4194304 4650419 140733683708848 18446744073709551615 4441740 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=289040 CPUtime=6.21 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 4872 0 0 0 621 0 0 0 25 0 4 0 730420747 295976960 13019 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 289040

[startup+12.7004 s]
/proc/loadavg: 7.71 7.98 8.02 10/373 5428
/proc/meminfo: memFree=18136320/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=294696 CPUtime=50.62 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 39243 0 0 0 5057 5 0 0 25 0 4 0 730420747 301768704 18082 33554432000 4194304 4650419 140733683708848 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 73674 18082 395 112 0 68639 0
[pid=5420/tid=5424] ppid=5418 vsize=294696 CPUtime=12.68 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 10487 0 0 0 1268 0 0 0 25 0 4 0 730420747 301768704 18082 33554432000 4194304 4650419 140733683708848 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=294696 CPUtime=12.69 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 10147 0 0 0 1268 1 0 0 25 0 4 0 730420747 301768704 18082 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=294696 CPUtime=12.54 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 6963 0 0 0 1253 1 0 0 25 0 4 0 730420747 301768704 18082 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 294696

[startup+25.5002 s]
/proc/loadavg: 7.75 7.98 8.01 10/373 5428
/proc/meminfo: memFree=18069352/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=304452 CPUtime=101.67 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 60171 0 0 0 10157 10 0 0 25 0 4 0 730420747 311758848 25208 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 76113 25208 395 112 0 71078 0
[pid=5420/tid=5424] ppid=5418 vsize=304452 CPUtime=25.49 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 16550 0 0 0 2547 2 0 0 25 0 4 0 730420747 311758848 25208 33554432000 4194304 4650419 140733683708848 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=304452 CPUtime=25.48 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 16525 0 0 0 2546 2 0 0 25 0 4 0 730420747 311758848 25208 33554432000 4194304 4650419 140733683708848 18446744073709551615 4360427 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=304452 CPUtime=25.18 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 10121 0 0 0 2516 2 0 0 25 0 4 0 730420747 311758848 25208 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 304452

[startup+51.101 s]
/proc/loadavg: 8.14 8.05 8.03 11/374 5431
/proc/meminfo: memFree=17984108/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=327136 CPUtime=203.76 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 92346 0 0 0 20356 20 0 0 25 0 4 0 730420747 334987264 31132 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 81784 31132 395 112 0 76749 0
[pid=5420/tid=5424] ppid=5418 vsize=327136 CPUtime=51.09 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 25886 0 0 0 5105 4 0 0 25 0 4 0 730420747 334987264 31132 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=327136 CPUtime=51.08 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 25854 0 0 0 5102 6 0 0 25 0 4 0 730420747 334987264 31132 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=327136 CPUtime=50.48 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 14279 0 0 0 5045 3 0 0 25 0 4 0 730420747 334987264 31132 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 327136

[startup+102.314 s]
/proc/loadavg: 8.22 8.10 8.05 10/373 5433
/proc/meminfo: memFree=17945968/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=328664 CPUtime=407.99 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 140764 0 0 0 40767 32 0 0 25 0 4 0 730420747 336551936 37489 33554432000 4194304 4650419 140733683708848 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 82166 37489 395 112 0 77131 0
[pid=5420/tid=5424] ppid=5418 vsize=328664 CPUtime=102.3 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 39553 0 0 0 10223 7 0 0 25 0 4 0 730420747 336551936 37489 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=328664 CPUtime=102.28 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 38553 0 0 0 10218 10 0 0 25 0 4 0 730420747 336551936 37489 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=328664 CPUtime=101.08 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 22225 0 0 0 10103 5 0 0 25 0 4 0 730420747 336551936 37489 33554432000 4194304 4650419 140733683708848 18446744073709551615 4439366 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.99
Current children cumulated vsize (KiB) 328664

[startup+162.3 s]

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

[pid=5420] ppid=5418 vsize=549108 CPUtime=2800.58 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 473021 0 0 0 279908 150 0 0 25 0 4 0 730420747 562286592 90092 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 137277 90092 395 112 0 132242 0
[pid=5420/tid=5424] ppid=5418 vsize=549108 CPUtime=702.29 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 128283 0 0 0 70186 43 0 0 25 0 4 0 730420747 562286592 90092 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=549108 CPUtime=702.17 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 140556 0 0 0 70173 44 0 0 25 0 4 0 730420747 562286592 90092 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=549108 CPUtime=693.82 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 69039 0 0 0 69359 23 0 0 25 0 4 0 730420747 562286592 90092 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2800.58
Current children cumulated vsize (KiB) 549108

[startup+762.315 s]
/proc/loadavg: 8.17 8.15 8.09 10/373 5451
/proc/meminfo: memFree=17448756/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=614908 CPUtime=3039.91 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 496546 0 0 0 303832 159 0 0 25 0 4 0 730420747 629665792 93914 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 153727 93914 395 112 0 148692 0
[pid=5420/tid=5424] ppid=5418 vsize=614908 CPUtime=762.31 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 135972 0 0 0 76185 46 0 0 25 0 4 0 730420747 629665792 93915 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=614908 CPUtime=762.16 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 147344 0 0 0 76170 46 0 0 25 0 4 0 730420747 629665792 93915 33554432000 4194304 4650419 140733683708848 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=614908 CPUtime=753.13 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 71420 0 0 0 75288 25 0 0 25 0 4 0 730420747 629665792 93915 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3039.91
Current children cumulated vsize (KiB) 614908

[startup+822.301 s]
/proc/loadavg: 8.21 8.17 8.10 10/373 5453
/proc/meminfo: memFree=17448728/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=635360 CPUtime=3279.1 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 519560 0 0 0 327742 168 0 0 25 0 4 0 730420747 650608640 96631 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 158840 96631 395 112 0 153805 0
[pid=5420/tid=5424] ppid=5418 vsize=635360 CPUtime=822.29 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 144616 0 0 0 82181 48 0 0 25 0 4 0 730420747 650608640 96631 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=635360 CPUtime=822.14 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 154468 0 0 0 82164 50 0 0 25 0 4 0 730420747 650608640 96631 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=635360 CPUtime=812.37 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 75046 0 0 0 81210 27 0 0 25 0 4 0 730420747 650608640 96631 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.1
Current children cumulated vsize (KiB) 635360

[startup+882.301 s]
/proc/loadavg: 8.16 8.16 8.10 10/373 5453
/proc/meminfo: memFree=17351852/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=635580 CPUtime=3518.35 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 545656 0 0 0 351657 178 0 0 25 0 4 0 730420747 650833920 109505 33554432000 4194304 4650419 140733683708848 18446744073709551615 4313054 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 158895 109505 395 112 0 153860 0
[pid=5420/tid=5424] ppid=5418 vsize=635580 CPUtime=882.3 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 150919 0 0 0 88178 52 0 0 25 0 4 0 730420747 650833920 109505 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=635580 CPUtime=882.13 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 164490 0 0 0 88161 52 0 0 25 0 4 0 730420747 650833920 109505 33554432000 4194304 4650419 140733683708848 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=635580 CPUtime=871.62 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 78739 0 0 0 87134 28 0 0 25 0 4 0 730420747 650833920 109505 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3518.35
Current children cumulated vsize (KiB) 635580

[startup+942.301 s]
/proc/loadavg: 8.06 8.13 8.09 10/373 5455
/proc/meminfo: memFree=17388656/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=635756 CPUtime=3757.64 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 565518 0 0 0 375577 187 0 0 25 0 4 0 730420747 651014144 104754 33554432000 4194304 4650419 140733683708848 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 158939 104754 395 112 0 153904 0
[pid=5420/tid=5424] ppid=5418 vsize=635756 CPUtime=942.3 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 157355 0 0 0 94175 55 0 0 25 0 4 0 730420747 651014144 104754 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=635756 CPUtime=942.12 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 171653 0 0 0 94157 55 0 0 25 0 4 0 730420747 651014144 104754 33554432000 4194304 4650419 140733683708848 18446744073709551615 4363311 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=635756 CPUtime=930.92 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 80209 0 0 0 93062 30 0 0 25 0 4 0 730420747 651014144 104754 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3757.64
Current children cumulated vsize (KiB) 635756

[startup+1002.3 s]
/proc/loadavg: 8.08 8.12 8.09 10/373 5457
/proc/meminfo: memFree=17361468/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=637760 CPUtime=3996.89 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 586419 0 0 0 399493 196 0 0 25 0 4 0 730420747 653066240 107043 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 159440 107043 395 112 0 154405 0
[pid=5420/tid=5424] ppid=5418 vsize=637760 CPUtime=1002.3 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 163684 0 0 0 100173 57 0 0 25 0 4 0 730420747 653066240 107043 33554432000 4194304 4650419 140733683708848 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=637760 CPUtime=1002.11 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 178039 0 0 0 100153 58 0 0 25 0 4 0 730420747 653066240 107043 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=637760 CPUtime=990.19 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 84801 0 0 0 98988 31 0 0 25 0 4 0 730420747 653066240 107043 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3996.89
Current children cumulated vsize (KiB) 637760

[startup+1062.3 s]
/proc/loadavg: 8.03 8.09 8.08 10/373 5459
/proc/meminfo: memFree=17397760/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=658980 CPUtime=4236.16 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 606265 0 0 0 423411 205 0 0 25 0 4 0 730420747 674795520 104137 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 164745 104137 395 112 0 159710 0
[pid=5420/tid=5424] ppid=5418 vsize=658980 CPUtime=1062.3 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 169512 0 0 0 106170 60 0 0 25 0 4 0 730420747 674795520 104137 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=658980 CPUtime=1062.1 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 182378 0 0 0 106149 61 0 0 25 0 4 0 730420747 674795520 104137 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=658980 CPUtime=1049.47 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 88638 0 0 0 104915 32 0 0 25 0 4 0 730420747 674795520 104137 33554432000 4194304 4650419 140733683708848 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.16
Current children cumulated vsize (KiB) 658980

[startup+1122.3 s]
/proc/loadavg: 8.08 8.10 8.09 10/373 5461
/proc/meminfo: memFree=17393012/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=659248 CPUtime=4475.41 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 628342 0 0 0 447325 216 0 0 25 0 4 0 730420747 675069952 104764 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 164812 104764 395 112 0 159777 0
[pid=5420/tid=5424] ppid=5418 vsize=659248 CPUtime=1122.3 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 175734 0 0 0 112167 63 0 0 25 0 4 0 730420747 675069952 104764 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=659248 CPUtime=1122.08 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 190767 0 0 0 112144 64 0 0 25 0 4 0 730420747 675069952 104764 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=659248 CPUtime=1108.73 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 91410 0 0 0 110840 33 0 0 25 0 4 0 730420747 675069952 104764 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4475.41
Current children cumulated vsize (KiB) 659248

[startup+1182.3 s]
/proc/loadavg: 8.08 8.10 8.09 10/373 5461
/proc/meminfo: memFree=17366324/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=659532 CPUtime=4714.7 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 648959 0 0 0 471244 226 0 0 25 0 4 0 730420747 675360768 104369 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 164883 104369 395 112 0 159848 0
[pid=5420/tid=5424] ppid=5418 vsize=659532 CPUtime=1182.31 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 181681 0 0 0 118165 66 0 0 25 0 4 0 730420747 675360768 104369 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=659532 CPUtime=1182.07 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 197571 0 0 0 118140 67 0 0 25 0 4 0 730420747 675360768 104369 33554432000 4194304 4650419 140733683708848 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=659532 CPUtime=1168.03 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 93444 0 0 0 116768 35 0 0 25 0 4 0 730420747 675360768 104369 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4714.7
Current children cumulated vsize (KiB) 659532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.18 8.12 8.09 9/373 5463
/proc/meminfo: memFree=17369788/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=659592 CPUtime=4800.06 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 655106 0 0 0 479777 229 0 0 25 0 4 0 730420747 675422208 104298 33554432000 4194304 4650419 140733683708848 18446744073709551615 4314985 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 164898 104298 395 112 0 159863 0
[pid=5420/tid=5424] ppid=5418 vsize=659592 CPUtime=1203.72 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 182933 0 0 0 120305 67 0 0 25 0 4 0 730420747 675422208 104299 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=659592 CPUtime=1203.48 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 198996 0 0 0 120280 68 0 0 25 0 4 0 730420747 675422208 104299 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=659592 CPUtime=1189.17 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 94216 0 0 0 118882 35 0 0 25 0 4 0 730420747 675422208 104299 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 659592

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

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

[startup+1203.7 s]
/proc/loadavg: 8.18 8.12 8.09 9/373 5463
/proc/meminfo: memFree=17369788/32951124 swapFree=45193364/67111528
[pid=5420] ppid=5418 vsize=659592 CPUtime=4800.06 cores=0,2,4,6
/proc/5420/stat : 5420 (strangenight1-m) R 5418 5420 5085 0 -1 4202496 655106 0 0 0 479777 229 0 0 25 0 4 0 730420747 675422208 104298 33554432000 4194304 4650419 140733683708848 18446744073709551615 4314985 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5420/statm: 164898 104298 395 112 0 159863 0
[pid=5420/tid=5424] ppid=5418 vsize=659592 CPUtime=1203.72 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 182933 0 0 0 120305 67 0 0 25 0 4 0 730420747 675422208 104299 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=659592 CPUtime=1203.48 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 198996 0 0 0 120280 68 0 0 25 0 4 0 730420747 675422208 104299 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=659592 CPUtime=1189.17 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (strangenight1-m) R 5418 5420 5085 0 -1 4202560 94216 0 0 0 118882 35 0 0 25 0 4 0 730420747 675422208 104299 33554432000 4194304 4650419 140733683708848 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 659592

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.74
CPU time (s): 4800.13
CPU user time (s): 4797.82
CPU system time (s): 2.31165
CPU usage (%): 398.768
Max. virtual memory (cumulated for all children) (KiB): 724936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.82
system time used= 2.31165
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 655109
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= 177
involuntary context switches= 32778

runsolver used 4.16237 second user time and 10.3944 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-14 21:38:21
IDJOB=3368737
IDBENCH=82746
IDSOLVER=1846
FILE ID=node118/3368737-1305401901
RUNJOBID= node118-1305401901-5401
PBS_JOBID= 13324486
Free space on /tmp= 73052 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1514125851-037.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368737-1305401901/watcher-3368737-1305401901 -o /tmp/evaluation-result-3368737-1305401901/solver-3368737-1305401901 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368737-1305401901.cnf

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

MD5SUM BENCH= 7ce6e28d94f25a5004daf47b6c05c693
RANDOM SEED=1571044916

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18290560 kB
Buffers:        273852 kB
Cached:        4388688 kB
SwapCached:      22084 kB
Active:       11774540 kB
Inactive:      2582736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18290560 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:           12600 kB
Writeback:           0 kB
AnonPages:     9685340 kB
Mapped:          15000 kB
Slab:           148728 kB
PageTables:      90076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88631940 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= 73040 MiB
End job on node118 at 2011-05-14 21:58:27