Trace number 3175128

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

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-3175128-1304090386.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.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.06	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.01 s
0.00/0.06	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.06	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.06	c calculated reachability. Time: 0.00
0.00/0.06	c Calc default polars -  time:   0.00 s pos:     220 undec:      60 neg:     220
0.00/0.06	c =========================================================================================
0.00/0.06	c types(t): F = full restart, N = normal restart
0.00/0.06	c types(t): S = simplification begin/end, E = solution found
0.00/0.06	c restart types(rt): st = static, dy = dynamic
0.00/0.06	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.06	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.40/0.15	c  N st     8      4919       486      2122         0      4827      6460    109729   no data   no data  --
1.18/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.97/1.05	c  F st    12     25001       486      2122         0     12375      6460    249717   no data   no data  --
3.97/1.05	c  N st    12     25001       486      2122         0     12375      6460    249717   no data   no data  --
4.80/1.28	c Decided on static restart strategy
4.80/1.28	c  N st    18     30001       486      2122         0     10648      6460    192499   no data   no data  --
4.80/1.28	c  S st    18     30001       486      2122         0     10648      6460    192499   no data   no data  --
5.17/1.31	c  S st    18     30503       486      2122         0     11149      6460    203879   no data   no data  --
5.17/1.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
5.17/1.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.51	c lits-rem:       141  cl-subs:      618  v-elim:      0  v-fix:    0  time:  0.72 s
5.97/1.51	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.03
5.97/1.52	c calculated reachability. Time: 0.00
5.97/1.52	c  N st    18     30503       486      2122         0     10531      6460    189283   no data   no data  --
7.17/1.86	c  N st    20     37615       486      2122         0      9803      6460    160749   no data   no data  --
8.79/2.25	c  N st    21     44014       486      2122         0     16087      6460    314134   no data   no data  --
9.19/2.37	c  S st    22     45756       486      2122         0      9038      6460    124549   no data   no data  --
9.19/2.40	c  S st    22     46258       486      2122         0      9540      6460    135374   no data   no data  --
9.57/2.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.57/2.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.57/2.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.57/2.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.57/2.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
9.57/2.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.57/2.48	c lits-rem:        36  cl-subs:       46  v-elim:      0  v-fix:    0  time:  0.32 s
9.57/2.48	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
9.57/2.48	c vivif2 --  cl tried     9494 cl shrink        0 lits rem          0 time: 0.00
9.57/2.49	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.03
9.57/2.49	c calculated reachability. Time: 0.00
9.57/2.49	c  N st    22     46258       486      2122         0      9494      6460    134067   no data   no data  --
13.58/3.44	c  N st    23     60656       486      2122         0     13796      6460    223685   no data   no data  --
15.96/4.08	c  N st    24     69387       486      2122         0     11613      6460    165414   no data   no data  --
15.96/4.08	c  S st    24     69387       486      2122         0     11613      6460    165414   no data   no data  --
16.36/4.11	c  S st    24     69889       486      2122         0     12113      6460    176754   no data   no data  --
16.36/4.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.36/4.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.36/4.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
16.36/4.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.36/4.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.36/4.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
16.36/4.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.76/4.29	c lits-rem:        92  cl-subs:      107  v-elim:      0  v-fix:    0  time:  0.65 s
16.76/4.29	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
16.76/4.29	c vivif2 --  cl tried    12006 cl shrink        0 lits rem          0 time: 0.01
17.15/4.30	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.04
17.15/4.30	c calculated reachability. Time: 0.00
17.15/4.30	c  N st    24     69889       486      2122         0     12006      6460    174134   no data   no data  --
21.97/5.57	c  F st    25     87502       486      2122         0     17446      6460    300071   no data   no data  --
21.97/5.57	c  N st    25     87502       486      2122         0     17446      6460    300071   no data   no data  --
23.55/5.94	c Decided on static restart strategy
24.34/6.19	c  N st    32     95542       486      2122         0     25299      6460    479800   no data   no data  --
27.14/6.82	c  N st    34    104834       486      2122         0     21679      6460    369694   no data   no data  --
27.14/6.82	c  S st    34    104834       486      2122         0     21679      6460    369694   no data   no data  --
27.14/6.88	c  S st    34    105338       486      2122         0     22182      6460    381154   no data   no data  --
27.14/6.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.14/6.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.14/6.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
27.54/6.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.54/6.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.54/6.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
27.54/6.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.75/7.76	c lits-rem:       639  cl-subs:     1240  v-elim:      0  v-fix:    0  time:  3.42 s
30.75/7.76	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
30.75/7.76	c vivif2 --  cl tried    20942 cl shrink        0 lits rem          0 time: 0.02
30.75/7.78	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.06
30.75/7.78	c calculated reachability. Time: 0.00
30.75/7.78	c  N st    34    105338       486      2122         0     20942      6460    354346   no data   no data  --
34.32/8.64	c  N st    35    114936       486      2122         0     16683      6460    237975   no data   no data  --
39.94/10.01	c  N st    36    129336       486      2122         0     16091      6460    206976   no data   no data  --
47.51/11.90	c  N st    37    150931       486      2122         0     21549      6460    322982   no data   no data  --
49.90/12.56	c  S st    38    158008       486      2122         0     28468      6460    481750   no data   no data  --
50.30/12.62	c  S st    38    158511       486      2122         0     28970      6460    493530   no data   no data  --
50.30/12.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.30/12.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.30/12.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
50.30/12.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.30/12.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.30/12.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
50.30/12.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.90/14.06	c lits-rem:       421  cl-subs:     1420  v-elim:      0  v-fix:    0  time:  5.62 s
55.90/14.06	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
55.90/14.06	c vivif2 --  cl tried    27550 cl shrink        0 lits rem          0 time: 0.02
55.90/14.08	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.08
55.90/14.08	c calculated reachability. Time: 0.00
55.90/14.08	c  N st    38    158511       486      2122         0     27550      6460    462526   no data   no data  --
75.47/18.93	c  N st    39    207102       486      2122         0     22265      6460    308973   no data   no data  --
88.65/22.29	c  N st    40    237767       486      2122         0     32593      6460    546807   no data   no data  --
88.65/22.29	c  S st    40    237767       486      2122         0     32593      6460    546807   no data   no data  --
89.06/22.37	c  S st    40    238271       486      2122         0     33097      6460    557659   no data   no data  --
89.06/22.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
89.06/22.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.06/22.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
89.46/22.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.46/22.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.46/22.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
89.46/22.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
97.06/24.32	c lits-rem:       619  cl-subs:     2195  v-elim:      0  v-fix:    0  time:  7.65 s
97.06/24.32	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
97.06/24.33	c vivif2 --  cl tried    30902 cl shrink        0 lits rem          0 time: 0.02
97.06/24.35	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.09
97.06/24.35	c calculated reachability. Time: 0.00
97.06/24.35	c  N st    40    238271       486      2122         0     30902      6460    505715   no data   no data  --
128.60/32.24	c  F st    41    306252       486      2122         0     32839      6460    501396   no data   no data  --
128.60/32.24	c  N st    41    306252       486      2122         0     32839      6460    501396   no data   no data  --
131.40/32.90	c Decided on static restart strategy
142.98/35.82	c  N st    51    334554       486      2122         0     37156      6460    571631   no data   no data  --
154.56/38.75	c  N st    53    357406       486      2122         0     34953      6460    501068   no data   no data  --
154.56/38.75	c  S st    53    357406       486      2122         0     34953      6460    501068   no data   no data  --
154.96/38.85	c  S st    53    357907       486      2122         0     35454      6460    512781   no data   no data  --
154.96/38.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
154.96/38.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
154.96/38.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
154.96/38.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
154.96/38.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
154.96/38.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
154.96/38.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
160.96/40.39	c lits-rem:       410  cl-subs:     1368  v-elim:      0  v-fix:    0  time:  6.07 s
160.96/40.39	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
161.36/40.40	c vivif2 --  cl tried    34086 cl shrink        0 lits rem          0 time: 0.02
161.36/40.43	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.10
161.36/40.43	c calculated reachability. Time: 0.00
161.36/40.43	c  N st    53    357907       486      2122         0     34086      6460    483505   no data   no data  --
177.34/44.44	c  N st    54    390300       486      2122         0     40471      6460    625799   no data   no data  --
203.30/50.94	c  N st    55    438888       486      2122         0     34153      6460    446697   no data   no data  --
245.25/61.44	c  N st    56    511770       486      2122         0     47695      6460    742708   no data   no data  --
259.65/65.04	c  N st    57    536860       486      2122         0     41867      6460    570798   no data   no data  --
259.65/65.04	c  S st    57    536860       486      2122         0     41867      6460    570798   no data   no data  --
260.02/65.16	c  S st    57    537361       486      2122         0     42364      6460    582094   no data   no data  --
260.02/65.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
260.02/65.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
260.02/65.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
260.02/65.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
260.02/65.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
260.02/65.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
260.02/65.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
267.21/66.99	c lits-rem:      1381  cl-subs:     2168  v-elim:      0  v-fix:    0  time:  7.20 s
267.21/66.99	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
267.61/67.00	c vivif2 --  cl tried    40196 cl shrink        0 lits rem          0 time: 0.02
267.61/67.03	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.14
267.61/67.03	c calculated reachability. Time: 0.00
267.61/67.03	c  N st    57    537361       486      2122         0     40196      6460    536966   no data   no data  --
369.09/92.45	c  N st    58    701346       486      2122         0     69482      6460   1229139   no data   no data  --
443.37/111.08	c  N st    59    806043       486      2122         0     63284      6460   1043377   no data   no data  --
443.37/111.08	c  S st    59    806043       486      2122         0     63284      6460   1043377   no data   no data  --
444.19/111.27	c  S st    59    806544       486      2122         0     63784      6460   1055474   no data   no data  --
444.19/111.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
444.19/111.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
444.57/111.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
444.57/111.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
444.57/111.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
444.57/111.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
444.57/111.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
458.95/114.92	c lits-rem:        33  cl-subs:     4079  v-elim:      0  v-fix:    0  time: 14.29 s
458.95/114.92	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
458.95/114.93	c vivif2 --  cl tried    59705 cl shrink        0 lits rem          0 time: 0.04
458.95/114.99	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.26
458.95/114.99	c calculated reachability. Time: 0.00
458.95/114.99	c  N st    59    806544       486      2122         0     59705      6460    950581   no data   no data  --
673.86/168.78	c  F st    60   1071875       486      2122         0     75317      6460   1174336   no data   no data  --
673.86/168.78	c  N st    60   1071875       486      2122         0     75317      6460   1174336   no data   no data  --
679.86/170.21	c Decided on static restart strategy
698.23/174.87	c  N st    70   1100179       486      2122         0     59356      6460    794874   no data   no data  --
732.18/183.36	c  N st    72   1136174       486      2122         0     49747      6460    549731   no data   no data  --
756.95/189.54	c  N st    73   1168567       486      2122         0     81401      6460   1289119   no data   no data  --
790.11/197.87	c  N st    74   1209819       486      2122         0     75749      6460   1127828   no data   no data  --
790.11/197.87	c  S st    74   1209819       486      2122         0     75749      6460   1127828   no data   no data  --
791.32/198.12	c  S st    74   1210319       486      2122         0     76248      6460   1139492   no data   no data  --
791.32/198.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
791.32/198.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
791.32/198.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
791.32/198.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
791.32/198.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
791.32/198.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
791.32/198.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
804.89/201.59	c lits-rem:       548  cl-subs:     4246  v-elim:      0  v-fix:    0  time: 13.55 s
804.89/201.59	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
805.28/201.60	c vivif2 --  cl tried    72002 cl shrink        0 lits rem          0 time: 0.05
805.28/201.68	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.34
805.28/201.69	c calculated reachability. Time: 0.00
805.28/201.69	c  N st    74   1210319       486      2122         0     72002      6460   1053716   no data   no data  --
882.78/221.01	c  N st    75   1283202       486      2122         0     48598      6460    472991   no data   no data  --
997.85/249.86	c  N st    76   1392525       486      2122         0     56437      6460    614414   no data   no data  --
1150.42/288.00	c  N st    77   1556509       486      2122         0     61506      6460    723986   no data   no data  --
1321.79/330.98	c  N st    78   1710321       486      2122         0    103147      6460   1730738   no data   no data  --
1321.79/330.98	c  S st    78   1710321       486      2122         0    103147      6460   1730738   no data   no data  --
1323.38/331.32	c  S st    78   1710822       486      2122         0    103645      6460   1742444   no data   no data  --
1323.38/331.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1323.38/331.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1323.38/331.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1323.78/331.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1323.78/331.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1323.78/331.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
1323.78/331.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1372.12/343.55	c lits-rem:      1247  cl-subs:     6908  v-elim:      0  v-fix:    0  time: 48.38 s
1372.12/343.55	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
1372.12/343.57	c vivif2 --  cl tried    96737 cl shrink        0 lits rem          0 time: 0.08
1372.52/343.69	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.50
1372.92/343.70	c calculated reachability. Time: 0.00
1372.92/343.70	c  N st    78   1710822       486      2122         0     96737      6460   1575974   no data   no data  --
1820.72/455.88	c  N st    79   2079788       486      2122         0    108493      6460   1813222   no data   no data  --
1979.71/495.64	c  N st    80   2210822       486      2122         0    112427      6460   1862229   no data   no data  --
1979.71/495.64	c  S st    80   2210822       486      2122         0    112427      6460   1862229   no data   no data  --
1981.30/496.05	c  S st    80   2211326       486      2122         0    112929      6460   1874401   no data   no data  --
1981.30/496.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1981.30/496.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1981.72/496.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.22
1981.72/496.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1981.72/496.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1981.72/496.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
1981.72/496.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2029.64/508.14	c lits-rem:       368  cl-subs:     7409  v-elim:      0  v-fix:    0  time: 47.79 s
2029.64/508.14	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
2029.64/508.16	c vivif2 --  cl tried   105520 cl shrink        0 lits rem          0 time: 0.08
2030.05/508.29	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.52
2030.05/508.30	c calculated reachability. Time: 0.00
2030.05/508.30	c  N st    80   2211326       486      2122         0    105520      6460   1709737   no data   no data  --
2654.79/664.66	c  N st    81   2711326       486      2122         0    128650      6460   2107158   no data   no data  --
2654.79/664.66	c  S st    81   2711326       486      2122         0    128650      6460   2107158   no data   no data  --
2656.79/665.12	c  S st    81   2711828       486      2122         0    129152      6460   2118576   no data   no data  --
2656.79/665.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2656.79/665.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2656.79/665.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.26
2657.19/665.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2657.19/665.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2657.19/665.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
2657.19/665.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2751.46/688.85	c lits-rem:       768  cl-subs:    12489  v-elim:      0  v-fix:    0  time: 94.18 s
2751.46/688.85	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
2751.46/688.87	c vivif2 --  cl tried   116663 cl shrink        0 lits rem          0 time: 0.10
2752.26/689.03	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.63
2752.26/689.04	c calculated reachability. Time: 0.00
2752.26/689.04	c  N st    81   2711828       486      2122         0    116663      6460   1845500   no data   no data  --
3430.54/858.87	c  N st    82   3211829       486      2122         0     92873      6460   1124615   no data   no data  --
3430.54/858.87	c  S st    82   3211829       486      2122         0     92873      6460   1124615   no data   no data  --
3431.76/859.16	c  S st    82   3212331       486      2122         0     93374      6460   1136466   no data   no data  --
3431.76/859.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3431.76/859.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3432.16/859.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
3432.16/859.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3432.16/859.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3432.16/859.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
3432.16/859.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3444.94/862.44	c lits-rem:       334  cl-subs:     2790  v-elim:      0  v-fix:    0  time: 12.74 s
3444.94/862.44	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
3444.94/862.46	c vivif2 --  cl tried    90584 cl shrink        0 lits rem          0 time: 0.06
3445.35/862.57	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.46
3445.35/862.57	c calculated reachability. Time: 0.00
3445.35/862.57	c  N st    82   3212331       486      2122         0     90584      6460   1071790   no data   no data  --
4097.64/1025.83	c  N st    83   3712332       486      2122         0    101350      6460   1231195   no data   no data  --
4097.64/1025.83	c  S st    83   3712332       486      2122         0    101350      6460   1231195   no data   no data  --
4098.84/1026.16	c  S st    83   3712834       486      2122         0    101849      6460   1243854   no data   no data  --
4098.84/1026.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4098.84/1026.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4099.24/1026.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
4099.24/1026.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4099.24/1026.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4099.24/1026.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
4099.24/1026.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4114.82/1030.18	c lits-rem:       265  cl-subs:     3968  v-elim:      0  v-fix:    0  time: 15.67 s
4114.82/1030.18	c vivif2 --  cl tried     2122 cl shrink        0 lits rem          0 time: 0.00
4115.22/1030.20	c vivif2 --  cl tried    97881 cl shrink        0 lits rem          0 time: 0.07
4115.62/1030.33	c asymm  cl-useful: 0/2122/2122 lits-rem:0 time: 0.52
4115.62/1030.33	c calculated reachability. Time: 0.00
4115.62/1030.33	c  N st    83   3712834       486      2122         0     97881      6460   1158439   no data   no data  --
4172.35/1044.54	c  F st    84   3751562       486      2122         0    135498      6460   2039527   no data   no data  --
4172.35/1044.54	c  N st    84   3751562       486      2122         0    135498      6460   2039527   no data   no data  --
4181.53/1046.81	c Decided on static restart strategy
4229.06/1058.70	c  N st    94   3779870       486      2122         0    163122      6460   2721597   no data   no data  --
4272.21/1069.50	c  N st    96   3815862       486      2122         0    115587      6460   1527928   no data   no data  --
4330.52/1084.15	c  N st    97   3848254       486      2122         0    147091      6460   2302567   no data   no data  --
4404.83/1102.77	c  N st    98   3896846       486      2122         0    110841      6460   1375104   no data   no data  --
4539.85/1136.51	c  N st    99   3969728       486      2122         0     97262      6460   1057937   no data   no data  --
4717.61/1181.04	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: 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-3175128-1304090386/watcher-3175128-1304090386 -o /tmp/evaluation-result-3175128-1304090386/solver-3175128-1304090386 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175128-1304090386.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.85 8.04 7.99 5/180 5860
/proc/meminfo: memFree=19765808/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 520638322 52465664 357 33554432000 4194304 4650419 140735919775376 18446744073709551615 237278879675 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 12809 357 306 112 0 7774 0
[pid=5860/tid=5861] ppid=5858 vsize=116772 CPUtime=0 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 19 0 0 0 0 0 0 0 25 0 4 0 520638322 119574528 395 33554432000 4194304 4650419 140735919775376 18446744073709551615 237278540485 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=116776 CPUtime=0 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 4 0 520638322 119578624 397 33554432000 4194304 4650419 140735919775376 18446744073709551615 237278922842 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=116784 CPUtime=0 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 4 0 520638322 119586816 406 33554432000 4194304 4650419 140735919775376 18446744073709551615 237278877755 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.107025 s]
/proc/loadavg: 7.85 8.04 7.99 5/180 5860
/proc/meminfo: memFree=19765808/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=282216 CPUtime=0.4 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 1713 0 0 0 40 0 0 0 25 0 4 0 520638322 288989184 1593 33554432000 4194304 4650419 140735919775376 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 70554 1593 391 112 0 65519 0
[pid=5860/tid=5861] ppid=5858 vsize=282216 CPUtime=0.1 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 338 0 0 0 10 0 0 0 25 0 4 0 520638322 288989184 1593 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=282216 CPUtime=0.09 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 362 0 0 0 9 0 0 0 25 0 4 0 520638322 288989184 1595 33554432000 4194304 4650419 140735919775376 18446744073709551615 237278576395 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=282216 CPUtime=0.1 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 256 0 0 0 10 0 0 0 25 0 4 0 520638322 288989184 1601 33554432000 4194304 4650419 140735919775376 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282216

[startup+0.201009 s]
/proc/loadavg: 7.85 8.04 7.99 5/180 5860
/proc/meminfo: memFree=19765808/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=283444 CPUtime=0.78 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 2411 0 0 0 78 0 0 0 25 0 4 0 520638322 290246656 1741 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366943 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 70861 1741 393 112 0 65826 0
[pid=5860/tid=5861] ppid=5858 vsize=283444 CPUtime=0.19 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 518 0 0 0 19 0 0 0 25 0 4 0 520638322 290246656 1741 33554432000 4194304 4650419 140735919775376 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=283444 CPUtime=0.19 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 534 0 0 0 19 0 0 0 25 0 4 0 520638322 290246656 1741 33554432000 4194304 4650419 140735919775376 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=283444 CPUtime=0.19 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 426 0 0 0 19 0 0 0 25 0 4 0 520638322 290246656 1742 33554432000 4194304 4650419 140735919775376 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283444

[startup+0.300991 s]
/proc/loadavg: 7.85 8.04 7.99 5/180 5860
/proc/meminfo: memFree=19765808/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=283588 CPUtime=1.18 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 2782 0 0 0 118 0 0 0 25 0 4 0 520638322 290394112 2112 33554432000 4194304 4650419 140735919775376 18446744073709551615 4363522 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 70897 2112 393 112 0 65862 0
[pid=5860/tid=5861] ppid=5858 vsize=283588 CPUtime=0.29 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 609 0 0 0 29 0 0 0 25 0 4 0 520638322 290394112 2112 33554432000 4194304 4650419 140735919775376 18446744073709551615 4315744 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=283588 CPUtime=0.29 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 624 0 0 0 29 0 0 0 25 0 4 0 520638322 290394112 2112 33554432000 4194304 4650419 140735919775376 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=283588 CPUtime=0.29 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 519 0 0 0 29 0 0 0 25 0 4 0 520638322 290394112 2112 33554432000 4194304 4650419 140735919775376 18446744073709551615 4298435 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283588

[startup+0.700923 s]
/proc/loadavg: 7.85 8.04 7.99 5/180 5860
/proc/meminfo: memFree=19765808/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=284692 CPUtime=2.77 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 4604 0 0 0 277 0 0 0 25 0 4 0 520638322 291524608 2593 33554432000 4194304 4650419 140735919775376 18446744073709551615 4313071 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 71173 2593 393 112 0 66138 0
[pid=5860/tid=5861] ppid=5858 vsize=284692 CPUtime=0.69 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 1000 0 0 0 69 0 0 0 25 0 4 0 520638322 291524608 2593 33554432000 4194304 4650419 140735919775376 18446744073709551615 4313711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=284692 CPUtime=0.69 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 1167 0 0 0 69 0 0 0 25 0 4 0 520638322 291524608 2593 33554432000 4194304 4650419 140735919775376 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=284692 CPUtime=0.69 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 1018 0 0 0 69 0 0 0 25 0 4 0 520638322 291524608 2593 33554432000 4194304 4650419 140735919775376 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284692

[startup+1.50078 s]
/proc/loadavg: 7.85 8.04 7.99 9/184 5864
/proc/meminfo: memFree=19753376/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=285660 CPUtime=5.97 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 8458 0 0 0 596 1 0 0 25 0 4 0 520638322 292515840 4623 33554432000 4194304 4650419 140735919775376 18446744073709551615 4476769 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 71415 4623 395 112 0 66380 0
[pid=5860/tid=5861] ppid=5858 vsize=285660 CPUtime=1.48 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 1771 0 0 0 148 0 0 0 25 0 4 0 520638322 292515840 4623 33554432000 4194304 4650419 140735919775376 18446744073709551615 4330466 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=285660 CPUtime=1.49 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 1792 0 0 0 149 0 0 0 25 0 4 0 520638322 292515840 4623 33554432000 4194304 4650419 140735919775376 18446744073709551615 4329831 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=285660 CPUtime=1.49 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 1572 0 0 0 149 0 0 0 25 0 4 0 520638322 292515840 4623 33554432000 4194304 4650419 140735919775376 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285660

[startup+3.1005 s]
/proc/loadavg: 7.85 8.04 7.99 9/184 5864
/proc/meminfo: memFree=19733308/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=304184 CPUtime=12.36 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 16646 0 0 0 1234 2 0 0 25 0 4 0 520638322 311484416 9402 33554432000 4194304 4650419 140735919775376 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 76046 9402 395 112 0 71011 0
[pid=5860/tid=5861] ppid=5858 vsize=304184 CPUtime=3.07 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 4008 0 0 0 307 0 0 0 25 0 4 0 520638322 311484416 9402 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=304184 CPUtime=3.08 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 4422 0 0 0 308 0 0 0 25 0 4 0 520638322 311484416 9402 33554432000 4194304 4650419 140735919775376 18446744073709551615 4329831 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=304184 CPUtime=3.08 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 3663 0 0 0 308 0 0 0 25 0 4 0 520638322 311484416 9402 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 304184

[startup+6.30093 s]
/proc/loadavg: 7.86 8.04 7.99 9/184 5864
/proc/meminfo: memFree=19705408/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=296048 CPUtime=25.14 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 26131 0 0 0 2510 4 0 0 25 0 4 0 520638322 303153152 12764 33554432000 4194304 4650419 140735919775376 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 74012 12764 395 112 0 68977 0
[pid=5860/tid=5861] ppid=5858 vsize=296048 CPUtime=6.25 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 6736 0 0 0 625 0 0 0 25 0 4 0 520638322 303153152 12764 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=296048 CPUtime=6.28 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 7230 0 0 0 627 1 0 0 25 0 4 0 520638322 303153152 12764 33554432000 4194304 4650419 140735919775376 18446744073709551615 4438383 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=296048 CPUtime=6.29 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 5262 0 0 0 628 1 0 0 25 0 4 0 520638322 303153152 12764 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 296048

[startup+12.7008 s]
/proc/loadavg: 7.87 8.03 7.99 9/184 5864
/proc/meminfo: memFree=19676808/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=323660 CPUtime=50.7 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 39993 0 0 0 5063 7 0 0 25 0 4 0 520638322 331427840 18931 33554432000 4194304 4650419 140735919775376 18446744073709551615 4433087 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 80915 18931 395 112 0 75880 0
[pid=5860/tid=5861] ppid=5858 vsize=323660 CPUtime=12.62 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 10674 0 0 0 1261 1 0 0 25 0 4 0 520638322 331427840 18931 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=323660 CPUtime=12.69 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 10171 0 0 0 1267 2 0 0 25 0 4 0 520638322 331427840 18931 33554432000 4194304 4650419 140735919775376 18446744073709551615 4363435 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=323660 CPUtime=12.68 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 8063 0 0 0 1267 1 0 0 25 0 4 0 520638322 331427840 18931 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 323660

[startup+25.5005 s]
/proc/loadavg: 7.98 8.05 8.00 9/184 5865
/proc/meminfo: memFree=19648152/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=325200 CPUtime=101.84 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 58641 0 0 0 10171 13 0 0 25 0 4 0 520638322 333004800 24927 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 81300 24927 395 112 0 76265 0
[pid=5860/tid=5861] ppid=5858 vsize=325200 CPUtime=25.34 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 17189 0 0 0 2531 3 0 0 25 0 4 0 520638322 333004800 24927 33554432000 4194304 4650419 140735919775376 18446744073709551615 4334014 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=325200 CPUtime=25.49 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 16535 0 0 0 2545 4 0 0 25 0 4 0 520638322 333004800 24927 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=325200 CPUtime=25.49 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 8915 0 0 0 2547 2 0 0 25 0 4 0 520638322 333004800 24927 33554432000 4194304 4650419 140735919775376 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 325200

[startup+51.101 s]
/proc/loadavg: 7.98 8.04 8.00 9/184 5865
/proc/meminfo: memFree=19615112/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=326896 CPUtime=204.1 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 87191 0 0 0 20389 21 0 0 25 0 4 0 520638322 334741504 32349 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 81724 32349 395 112 0 76689 0
[pid=5860/tid=5861] ppid=5858 vsize=326896 CPUtime=50.81 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 27075 0 0 0 5075 6 0 0 25 0 4 0 520638322 334741504 32349 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=326896 CPUtime=51.08 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 25984 0 0 0 5102 6 0 0 25 0 4 0 520638322 334741504 32349 33554432000 4194304 4650419 140735919775376 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=326896 CPUtime=51.09 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 9832 0 0 0 5107 2 0 0 25 0 4 0 520638322 334741504 32349 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 326896

[startup+102.301 s]
/proc/loadavg: 7.99 8.03 8.00 9/184 5867
/proc/meminfo: memFree=19538224/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=329284 CPUtime=408.64 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 130848 0 0 0 40827 37 0 0 25 0 4 0 520638322 337186816 38509 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 82321 38509 395 112 0 77286 0
[pid=5860/tid=5861] ppid=5858 vsize=329284 CPUtime=101.74 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 38215 0 0 0 10164 10 0 0 25 0 4 0 520638322 337186816 38509 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=329284 CPUtime=102.29 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 39119 0 0 0 10218 11 0 0 25 0 4 0 520638322 337186816 38509 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=329284 CPUtime=102.29 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 14940 0 0 0 10226 3 0 0 25 0 4 0 520638322 337186816 38509 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 329284

[startup+162.3 s]

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

[pid=5860] ppid=5858 vsize=613068 CPUtime=2565.72 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 410592 0 0 0 256411 161 0 0 25 0 4 0 520638322 627781632 86401 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 153267 86401 395 112 0 148232 0
[pid=5860/tid=5861] ppid=5858 vsize=613068 CPUtime=638.8 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 128019 0 0 0 63831 49 0 0 25 0 4 0 520638322 627781632 86401 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=613068 CPUtime=642.29 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 133997 0 0 0 64174 55 0 0 25 0 4 0 520638322 627781632 86401 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=613068 CPUtime=642.3 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 22845 0 0 0 64223 7 0 0 25 0 4 0 520638322 627781632 86401 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.72
Current children cumulated vsize (KiB) 613068

[startup+702.3 s]
/proc/loadavg: 8.23 8.12 8.03 9/184 5883
/proc/meminfo: memFree=19141936/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=613296 CPUtime=2805.38 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 429735 0 0 0 280365 173 0 0 25 0 4 0 520638322 628015104 88848 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 153324 88848 395 112 0 148289 0
[pid=5860/tid=5861] ppid=5858 vsize=613296 CPUtime=698.47 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 135105 0 0 0 69794 53 0 0 25 0 4 0 520638322 628015104 88848 33554432000 4194304 4650419 140735919775376 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=613296 CPUtime=702.29 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 141604 0 0 0 70169 60 0 0 25 0 4 0 520638322 628015104 88848 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=613296 CPUtime=702.31 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 23083 0 0 0 70223 8 0 0 25 0 4 0 520638322 628015104 88848 33554432000 4194304 4650419 140735919775376 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.38
Current children cumulated vsize (KiB) 613296

[startup+762.301 s]
/proc/loadavg: 8.16 8.11 8.03 9/184 5884
/proc/meminfo: memFree=19156796/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=616204 CPUtime=3045.08 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 448127 0 0 0 304324 184 0 0 25 0 4 0 520638322 630992896 88634 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 154051 88634 395 112 0 149016 0
[pid=5860/tid=5861] ppid=5858 vsize=616204 CPUtime=758.15 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 143946 0 0 0 75757 58 0 0 25 0 4 0 520638322 630992896 88634 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=616204 CPUtime=762.3 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 148270 0 0 0 76167 63 0 0 25 0 4 0 520638322 630992896 88634 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=616204 CPUtime=762.31 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 23174 0 0 0 76223 8 0 0 25 0 4 0 520638322 630992896 88634 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 616204

[startup+822.301 s]
/proc/loadavg: 8.12 8.10 8.03 9/184 5886
/proc/meminfo: memFree=19105444/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=627940 CPUtime=3284.74 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 471005 0 0 0 328282 192 0 0 25 0 4 0 520638322 643010560 96766 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 156985 96766 395 112 0 151950 0
[pid=5860/tid=5861] ppid=5858 vsize=627940 CPUtime=817.83 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 153981 0 0 0 81722 61 0 0 25 0 4 0 520638322 643010560 96766 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=627940 CPUtime=822.3 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 155318 0 0 0 82164 66 0 0 25 0 4 0 520638322 643010560 96766 33554432000 4194304 4650419 140735919775376 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=627940 CPUtime=822.31 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 26138 0 0 0 82222 9 0 0 25 0 4 0 520638322 643010560 96766 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 627940

[startup+882.307 s]
/proc/loadavg: 8.11 8.10 8.03 9/184 5888
/proc/meminfo: memFree=19054100/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=628160 CPUtime=3524.44 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 492080 0 0 0 352243 201 0 0 25 0 4 0 520638322 643235840 100389 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 157040 100389 395 112 0 152005 0
[pid=5860/tid=5861] ppid=5858 vsize=628160 CPUtime=877.5 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 160736 0 0 0 87686 64 0 0 25 0 4 0 520638322 643235840 100389 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=628160 CPUtime=882.3 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 165225 0 0 0 88161 69 0 0 25 0 4 0 520638322 643235840 100389 33554432000 4194304 4650419 140735919775376 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=628160 CPUtime=882.31 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 26460 0 0 0 88222 9 0 0 25 0 4 0 520638322 643235840 100389 33554432000 4194304 4650419 140735919775376 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.44
Current children cumulated vsize (KiB) 628160

[startup+942.301 s]
/proc/loadavg: 8.09 8.09 8.03 9/184 5889
/proc/meminfo: memFree=19030156/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=628732 CPUtime=3764.1 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 511207 0 0 0 376197 213 0 0 25 0 4 0 520638322 643821568 102214 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 157183 102214 395 112 0 152148 0
[pid=5860/tid=5861] ppid=5858 vsize=628732 CPUtime=937.17 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 167822 0 0 0 93648 69 0 0 25 0 4 0 520638322 643821568 102214 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=628732 CPUtime=942.3 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 172640 0 0 0 94157 73 0 0 25 0 4 0 520638322 643821568 102214 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=628732 CPUtime=942.31 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 26725 0 0 0 94221 10 0 0 25 0 4 0 520638322 643821568 102214 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 628732

[startup+1002.3 s]
/proc/loadavg: 8.14 8.10 8.03 9/184 5891
/proc/meminfo: memFree=19025188/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=628948 CPUtime=4003.78 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 528253 0 0 0 400156 222 0 0 25 0 4 0 520638322 644042752 102899 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 157237 102899 395 112 0 152202 0
[pid=5860/tid=5861] ppid=5858 vsize=628948 CPUtime=996.85 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 174829 0 0 0 99613 72 0 0 25 0 4 0 520638322 644042752 102899 33554432000 4194304 4650419 140735919775376 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=628948 CPUtime=1002.3 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 179100 0 0 0 100153 77 0 0 25 0 4 0 520638322 644042752 102899 33554432000 4194304 4650419 140735919775376 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=628948 CPUtime=1002.31 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 26736 0 0 0 100221 10 0 0 25 0 4 0 520638322 644042752 102899 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 628948

[startup+1062.3 s]
/proc/loadavg: 8.15 8.11 8.04 9/184 5892
/proc/meminfo: memFree=19040312/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=654320 CPUtime=4243.45 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 547782 0 0 0 424114 231 0 0 25 0 4 0 520638322 670023680 106985 33554432000 4194304 4650419 140735919775376 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 163580 106985 395 112 0 158545 0
[pid=5860/tid=5861] ppid=5858 vsize=654320 CPUtime=1056.52 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 182708 0 0 0 105578 74 0 0 25 0 4 0 520638322 670023680 106985 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=654320 CPUtime=1062.3 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 183379 0 0 0 106151 79 0 0 25 0 4 0 520638322 670023680 106985 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=654320 CPUtime=1062.31 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 28254 0 0 0 106220 11 0 0 25 0 4 0 520638322 670023680 106985 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 654320

[startup+1122.3 s]
/proc/loadavg: 6.33 7.66 7.89 5/175 5912
/proc/meminfo: memFree=19536780/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=654588 CPUtime=4483.13 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 570444 0 0 0 448072 241 0 0 25 0 4 0 520638322 670298112 109811 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 163647 109811 395 112 0 158612 0
[pid=5860/tid=5861] ppid=5858 vsize=654588 CPUtime=1116.19 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 189680 0 0 0 111541 78 0 0 25 0 4 0 520638322 670298112 109811 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=654588 CPUtime=1122.3 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 191952 0 0 0 112149 81 0 0 25 0 4 0 520638322 670298112 109811 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=654588 CPUtime=1122.32 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 30137 0 0 0 112220 12 0 0 25 0 4 0 520638322 670298112 109811 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 654588

[startup+1182.3 s]
/proc/loadavg: 4.85 6.99 7.64 5/175 5913
/proc/meminfo: memFree=19545204/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=694236 CPUtime=4722.81 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 587020 0 0 0 472030 251 0 0 25 0 4 0 520638322 710897664 107568 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 173559 107568 395 112 0 168524 0
[pid=5860/tid=5861] ppid=5858 vsize=694236 CPUtime=1175.87 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 195104 0 0 0 117506 81 0 0 25 0 4 0 520638322 710897664 107568 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=694236 CPUtime=1182.31 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 198638 0 0 0 118146 85 0 0 25 0 4 0 520638322 710897664 107568 33554432000 4194304 4650419 140735919775376 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=694236 CPUtime=1182.32 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 30310 0 0 0 118220 12 0 0 25 0 4 0 520638322 710897664 107568 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 694236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.61 6.80 7.57 5/175 5914
/proc/meminfo: memFree=19543216/32950904 swapFree=67082284/67111528
[pid=5860] ppid=5858 vsize=695704 CPUtime=4800.31 cores=1,3,5,7
/proc/5860/stat : 5860 (strangenight1-m) R 5858 5860 5556 0 -1 4202496 591360 0 0 0 479777 254 0 0 25 0 4 0 520638322 712400896 108124 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5860/statm: 173926 108124 395 112 0 168891 0
[pid=5860/tid=5861] ppid=5858 vsize=695704 CPUtime=1195.17 cores=1,3,5,7
/proc/5860/task/5861/stat : 5861 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 197859 0 0 0 119433 84 0 0 25 0 4 0 520638322 712400896 108124 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5860/tid=5862] ppid=5858 vsize=695704 CPUtime=1201.71 cores=1,3,5,7
/proc/5860/task/5862/stat : 5862 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 200125 0 0 0 120085 86 0 0 25 0 4 0 520638322 712400896 108124 33554432000 4194304 4650419 140735919775376 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5860/tid=5863] ppid=5858 vsize=695704 CPUtime=1201.72 cores=1,3,5,7
/proc/5860/task/5863/stat : 5863 (strangenight1-m) R 5858 5860 5556 0 -1 4202560 30312 0 0 0 120160 12 0 0 25 0 4 0 520638322 712400896 108124 33554432000 4194304 4650419 140735919775376 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 695704

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.36
CPU user time (s): 4797.8
CPU system time (s): 2.56761
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 771572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.8
system time used= 2.56761
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 591361
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= 230
involuntary context switches= 33307

runsolver used 1.72574 second user time and 4.84726 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 17:19:46
IDJOB=3175128
IDBENCH=82746
IDSOLVER=1588
FILE ID=node121/3175128-1304090386
RUNJOBID= node121-1304087860-5575
PBS_JOBID= 13170562
Free space on /tmp= 72648 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3175128-1304090386/watcher-3175128-1304090386 -o /tmp/evaluation-result-3175128-1304090386/solver-3175128-1304090386 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175128-1304090386.cnf

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

MD5SUM BENCH= 7ce6e28d94f25a5004daf47b6c05c693
RANDOM SEED=425370574

node121.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      19766088 kB
Buffers:       2182788 kB
Cached:       10240960 kB
SwapCached:       2776 kB
Active:        9336920 kB
Inactive:      3328776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19766088 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:      239756 kB
Mapped:          14564 kB
Slab:           455576 kB
PageTables:       5216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   496312 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= 72648 MiB
End job on node121 at 2011-04-29 17:39:49