Trace number 3369002

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.11 1203.04

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S9113894-047.SATISFIABLE.cnf
MD5SUMc18e380499d0835f10de248aeec99cf2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005999
Satisfiable
(Un)Satisfiability was proved
Number of 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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369002-1305409983.cnf'
0.00/0.01	c -- header says num vars:            500
0.00/0.01	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        500
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       500      2130         0         0      6390         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.00/0.01	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.01	c lits-rem:         0  cl-subs:        0  v-elim:     17  v-fix:    0  time:  0.01 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:     213 undec:      64 neg:     223
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       483      2107         0         0      6405         0   no data   no data  --
0.11/0.06	c Decided on static restart strategy
0.37/0.15	c  N st     8      4914       483      2107         0      4842      6405    121668   no data   no data  --
1.57/0.41	c  N st    10     11298       483      2107         0      4465      6405     77719   no data   no data  --
2.37/0.66	c  N st    11     17041       483      2107         0     10130      6405    226602   no data   no data  --
3.98/1.06	c  F st    12     25002       483      2107         0     12428      6405    272568   no data   no data  --
3.98/1.06	c  N st    12     25002       483      2107         0     12428      6405    272568   no data   no data  --
5.16/1.30	c Decided on static restart strategy
5.16/1.30	c  N st    18     30002       483      2107         0     10675      6405    199413   no data   no data  --
5.16/1.30	c  S st    18     30002       483      2107         0     10675      6405    199413   no data   no data  --
5.16/1.33	c  S st    18     30504       483      2107         0     11177      6405    211158   no data   no data  --
5.16/1.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.16/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.16/1.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
5.16/1.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.53	c lits-rem:       106  cl-subs:      567  v-elim:      0  v-fix:    0  time:  0.76 s
5.96/1.54	c asymm  cl-useful: 0/2107/2107 lits-rem:0 time: 0.04
5.96/1.54	c calculated reachability. Time: 0.00
5.96/1.54	c  N st    18     30504       483      2107         0     10610      6405    196849   no data   no data  --
7.56/1.92	c  N st    20     37615       483      2107         0      9855      6405    164936   no data   no data  --
8.80/2.29	c  N st    21     44016       483      2107         0     16155      6405    321424   no data   no data  --
9.55/2.41	c  S st    22     45757       483      2107         0      9081      6405    128143   no data   no data  --
9.55/2.44	c  S st    22     46258       483      2107         0      9580      6405    139498   no data   no data  --
9.55/2.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.55/2.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.55/2.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.55/2.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
9.55/2.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.95/2.54	c lits-rem:        45  cl-subs:       37  v-elim:      0  v-fix:    0  time:  0.35 s
9.95/2.54	c vivif2 --  cl tried     2107 cl shrink        0 lits rem          0 time: 0.00
9.95/2.54	c vivif2 --  cl tried     9543 cl shrink        0 lits rem          0 time: 0.00
9.95/2.54	c asymm  cl-useful: 0/2107/2107 lits-rem:0 time: 0.03
9.95/2.55	c calculated reachability. Time: 0.00
9.95/2.55	c  N st    22     46258       483      2107         0      9543      6405    138558   no data   no data  --
13.54/3.41	c  N st    23     60657       483      2107         0     13841      6405    236884   no data   no data  --
15.94/4.04	c  N st    24     69388       483      2107         0     11614      6405    169905   no data   no data  --
15.94/4.04	c  S st    24     69388       483      2107         0     11614      6405    169905   no data   no data  --
15.94/4.07	c  S st    24     69891       483      2107         0     12115      6405    181806   no data   no data  --
15.94/4.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.94/4.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.94/4.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.94/4.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.94/4.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.94/4.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
15.94/4.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.74/4.26	c lits-rem:        51  cl-subs:      170  v-elim:      0  v-fix:    0  time:  0.70 s
16.74/4.26	c vivif2 --  cl tried     2107 cl shrink        0 lits rem          0 time: 0.00
16.74/4.26	c vivif2 --  cl tried    11945 cl shrink        0 lits rem          0 time: 0.01
16.74/4.27	c asymm  cl-useful: 0/2107/2107 lits-rem:0 time: 0.04
16.74/4.27	c calculated reachability. Time: 0.00
16.74/4.27	c  N st    24     69891       483      2107         0     11945      6405    177938   no data   no data  --
21.97/5.59	c  F st    25     87500       483      2107         0     17483      6405    315329   no data   no data  --
21.97/5.59	c  N st    25     87500       483      2107         0     17483      6405    315329   no data   no data  --
23.92/6.01	c Decided on static restart strategy
24.72/6.28	c  N st    32     95546       483      2107         0     25395      6405    500520   no data   no data  --
27.50/6.99	c  N st    34    104836       483      2107         0     21755      6405    394741   no data   no data  --
27.50/6.99	c  S st    34    104836       483      2107         0     21755      6405    394741   no data   no data  --
27.90/7.04	c  S st    34    105338       483      2107         0     22254      6405    406217   no data   no data  --
27.90/7.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.90/7.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.90/7.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
27.90/7.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.90/7.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.90/7.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
27.90/7.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.90/8.01	c lits-rem:       308  cl-subs:      631  v-elim:      0  v-fix:    0  time:  3.80 s
31.90/8.01	c vivif2 --  cl tried     2107 cl shrink        0 lits rem          0 time: 0.00
31.90/8.02	c vivif2 --  cl tried    21623 cl shrink        0 lits rem          0 time: 0.02
31.90/8.04	c asymm  cl-useful: 0/2107/2107 lits-rem:0 time: 0.07
31.90/8.04	c calculated reachability. Time: 0.00
31.90/8.04	c  N st    34    105338       483      2107         0     21623      6405    388460   no data   no data  --
35.48/8.92	c  N st    35    114936       483      2107         0     17285      6405    254597   no data   no data  --
40.67/10.25	c  N st    36    129337       483      2107         0     16662      6405    225462   no data   no data  --
47.88/12.07	c  N st    37    150932       483      2107         0     22092      6405    337416   no data   no data  --
50.25/12.65	c  S st    38    158010       483      2107         0     29060      6405    507503   no data   no data  --
50.65/12.72	c  S st    38    158513       483      2107         0     29562      6405    519761   no data   no data  --
50.65/12.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
50.65/12.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.65/12.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
50.65/12.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.65/12.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.65/12.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
50.65/12.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
56.66/14.24	c lits-rem:       606  cl-subs:     1215  v-elim:      0  v-fix:    0  time:  5.96 s
56.66/14.24	c vivif2 --  cl tried     2107 cl shrink        0 lits rem          0 time: 0.00
56.66/14.25	c vivif2 --  cl tried    28347 cl shrink        0 lits rem          0 time: 0.02
56.66/14.27	c asymm  cl-useful: 0/2107/2107 lits-rem:0 time: 0.10
56.66/14.27	c calculated reachability. Time: 0.00
56.66/14.27	c  N st    38    158513       483      2107         0     28347      6405    491819   no data   no data  --
75.79/19.00	c  N st    39    207101       483      2107         0     22977      6405    326039   no data   no data  --
89.76/22.53	c  N st    40    237769       483      2107         0     33415      6405    558842   no data   no data  --
89.76/22.53	c  S st    40    237769       483      2107         0     33415      6405    558842   no data   no data  --
90.16/22.62	c  S st    40    238272       483      2107         0     33917      6405    570509   no data   no data  --
90.16/22.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
90.16/22.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
90.16/22.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
90.16/22.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.16/22.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.16/22.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
90.16/22.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
97.34/24.49	c lits-rem:       678  cl-subs:     2152  v-elim:      0  v-fix:    0  time:  7.32 s
97.34/24.49	c vivif2 --  cl tried     2107 cl shrink        0 lits rem          0 time: 0.00
97.34/24.49	c vivif2 --  cl tried    31765 cl shrink        0 lits rem          0 time: 0.02
97.73/24.52	c asymm  cl-useful: 0/2107/2107 lits-rem:0 time: 0.11
97.73/24.52	c calculated reachability. Time: 0.00
97.73/24.52	c  N st    40    238272       483      2107         0     31765      6405    520991   no data   no data  --
126.46/31.72	c  F st    41    306252       483      2107         0     33725      6405    552128   no data   no data  --
126.46/31.72	c  N st    41    306252       483      2107         0     33725      6405    552128   no data   no data  --
128.85/32.39	c Decided on static restart strategy
140.46/35.24	c  N st    51    334552       483      2107         0     37953      6405    620234   no data   no data  --
150.40/37.78	c  N st    53    357409       483      2107         0     35890      6405    564215   no data   no data  --
150.40/37.78	c  S st    53    357409       483      2107         0     35890      6405    564215   no data   no data  --
150.80/37.87	c  S st    53    357917       483      2107         0     36396      6405    576048   no data   no data  --
150.80/37.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
150.80/37.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
150.80/37.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
151.20/37.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
151.20/37.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
151.20/37.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
151.20/37.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
157.61/39.61	c lits-rem:       459  cl-subs:     1309  v-elim:      0  v-fix:    0  time:  6.80 s
157.61/39.61	c vivif2 --  cl tried     2107 cl shrink        0 lits rem          0 time: 0.00
158.03/39.61	c vivif2 --  cl tried    35087 cl shrink        0 lits rem          0 time: 0.02
158.03/39.64	c asymm  cl-useful: 0/2107/2107 lits-rem:0 time: 0.12
158.03/39.64	c calculated reachability. Time: 0.00
158.03/39.64	c  N st    53    357917       483      2107         0     35087      6405    542105   no data   no data  --
175.58/44.04	c  N st    54    390310       483      2107         0     41393      6405    684077   no data   no data  --
207.46/52.01	c  N st    55    438898       483      2107         0     35176      6405    477065   no data   no data  --
250.19/62.79	c  N st    56    511780       483      2107         0     48611      6405    790190   no data   no data  --
263.71/66.19	c  N st    57    536875       483      2107         0     42911      6405    649305   no data   no data  --
263.71/66.19	c  S st    57    536875       483      2107         0     42911      6405    649305   no data   no data  --
264.51/66.30	c  S st    57    537382       483      2107         0     43418      6405    661470   no data   no data  --
264.51/66.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
264.51/66.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
264.51/66.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
264.51/66.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
264.51/66.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
264.51/66.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
264.51/66.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
272.49/68.33	c lits-rem:       526  cl-subs:     1252  v-elim:      0  v-fix:    0  time:  7.94 s
272.49/68.33	c vivif2 --  cl tried     2107 cl shrink        0 lits rem          0 time: 0.00
272.49/68.34	c vivif2 --  cl tried    42166 cl shrink        0 lits rem          0 time: 0.03
272.49/68.38	c asymm  cl-useful: 0/2107/2107 lits-rem:0 time: 0.16
272.49/68.38	c calculated reachability. Time: 0.00
272.49/68.38	c  N st    57    537382       483      2107         0     42166      6405    629825   no data   no data  --
379.43/95.10	c  N st    58    701368       483      2107         0     36268      6405    387481   no data   no data  --
452.45/113.41	c  N st    59    806073       483      2107         0     65477      6405   1151614   no data   no data  --
452.45/113.41	c  S st    59    806073       483      2107         0     65477      6405   1151614   no data   no data  --
453.25/113.62	c  S st    59    806580       483      2107         0     65982      6405   1164323   no data   no data  --
453.25/113.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
453.25/113.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
453.25/113.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
453.25/113.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
453.25/113.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
453.25/113.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
453.25/113.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
465.62/116.70	c lits-rem:       292  cl-subs:     2618  v-elim:      0  v-fix:    0  time: 12.03 s
465.62/116.70	c vivif2 --  cl tried     2107 cl shrink        0 lits rem          0 time: 0.00
465.62/116.72	c vivif2 --  cl tried    63364 cl shrink        0 lits rem          0 time: 0.05
465.62/116.79	c asymm  cl-useful: 0/2107/2107 lits-rem:0 time: 0.31
465.62/116.80	c calculated reachability. Time: 0.00
465.62/116.80	c  N st    59    806580       483      2107         0     63364      6405   1094970   no data   no data  --
695.85/174.48	c  F st    60   1071875       483      2107         0     78971      6405   1313725   no data   no data  --
695.85/174.48	c  N st    60   1071875       483      2107         0     78971      6405   1313725   no data   no data  --
701.85/175.98	c Decided on static restart strategy
720.18/180.55	c  N st    70   1100179       483      2107         0     62721      6405    876243   no data   no data  --
752.91/188.76	c  N st    72   1136177       483      2107         0     52915      6405    623640   no data   no data  --
779.24/195.32	c  N st    73   1168570       483      2107         0     84412      6405   1355867   no data   no data  --
813.96/204.03	c  N st    74   1209872       483      2107         0     79117      6405   1255282   no data   no data  --
813.96/204.03	c  S st    74   1209872       483      2107         0     79117      6405   1255282   no data   no data  --
815.15/204.33	c  S st    74   1210375       483      2107         0     79618      6405   1267429   no data   no data  --
815.15/204.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
815.15/204.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
815.15/204.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.17
815.55/204.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
815.55/204.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
815.55/204.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
815.55/204.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
831.11/208.39	c lits-rem:       165  cl-subs:     3637  v-elim:      0  v-fix:    0  time: 15.82 s
831.11/208.39	c vivif2 --  cl tried     2107 cl shrink        0 lits rem          0 time: 0.00
831.51/208.41	c vivif2 --  cl tried    75981 cl shrink        0 lits rem          0 time: 0.06
831.91/208.51	c asymm  cl-useful: 0/2107/2107 lits-rem:0 time: 0.41
831.91/208.51	c calculated reachability. Time: 0.00
831.91/208.51	c  N st    74   1210375       483      2107         0     75981      6405   1185289   no data   no data  --
894.56/224.22	c  N st    75   1283257       483      2107         0     52484      6405    576639   no data   no data  --
997.90/250.15	c  N st    76   1392580       483      2107         0     60355      6405    745855   no data   no data  --
1161.10/291.05	c  N st    77   1556566       483      2107         0     65090      6405    797786   no data   no data  --
1310.72/328.57	c  N st    78   1710376       483      2107         0    107327      6405   1913250   no data   no data  --
1310.72/328.57	c  S st    78   1710376       483      2107         0    107327      6405   1913250   no data   no data  --
1312.36/328.97	c  S st    78   1710880       483      2107         0    107830      6405   1925211   no data   no data  --
1312.36/328.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1312.36/328.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1312.71/329.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
1313.11/329.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1313.11/329.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1313.11/329.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
1313.11/329.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1358.21/340.42	c lits-rem:       442  cl-subs:     4943  v-elim:      0  v-fix:    0  time: 45.16 s
1358.21/340.42	c vivif2 --  cl tried     2107 cl shrink        0 lits rem          0 time: 0.00
1358.21/340.44	c vivif2 --  cl tried   102887 cl shrink        0 lits rem          0 time: 0.09
1358.61/340.59	c asymm  cl-useful: 0/2107/2107 lits-rem:0 time: 0.58
1358.61/340.59	c calculated reachability. Time: 0.00
1358.61/340.59	c  N st    78   1710880       483      2107         0    102887      6405   1796437   no data   no data  --
1758.82/440.84	c  N st    79   2079844       483      2107         0    114693      6405   2041654   no data   no data  --
1916.81/480.43	c  N st    80   2210882       483      2107         0    119070      6405   2085641   no data   no data  --
1916.81/480.43	c  S st    80   2210882       483      2107         0    119070      6405   2085641   no data   no data  --
1918.40/480.82	c  S st    80   2211386       483      2107         0    119572      6405   2097549   no data   no data  --
1918.40/480.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1918.40/480.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1918.40/480.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
1918.80/480.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1918.80/480.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1918.80/480.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
1918.80/480.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1975.11/495.08	c lits-rem:       223  cl-subs:     5486  v-elim:      0  v-fix:    0  time: 56.35 s
1975.11/495.08	c vivif2 --  cl tried     2107 cl shrink        0 lits rem          0 time: 0.00
1975.46/495.11	c vivif2 --  cl tried   114086 cl shrink        0 lits rem          0 time: 0.10
1975.86/495.28	c asymm  cl-useful: 0/2107/2107 lits-rem:0 time: 0.70
1975.86/495.29	c calculated reachability. Time: 0.00
1975.86/495.29	c  N st    80   2211386       483      2107         0    114086      6405   1958563   no data   no data  --
2579.58/646.57	c  N st    81   2711386       483      2107         0    136279      6405   2397939   no data   no data  --
2579.58/646.57	c  S st    81   2711386       483      2107         0    136279      6405   2397939   no data   no data  --
2581.57/647.03	c  S st    81   2711890       483      2107         0    136783      6405   2410761   no data   no data  --
2581.57/647.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2581.57/647.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2581.97/647.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.28
2581.97/647.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2581.97/647.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2581.97/647.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
2581.97/647.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2697.28/676.03	c lits-rem:       774  cl-subs:    12379  v-elim:      0  v-fix:    0  time: 115.03 s
2697.28/676.03	c vivif2 --  cl tried     2107 cl shrink        0 lits rem          0 time: 0.00
2697.28/676.06	c vivif2 --  cl tried   124404 cl shrink        0 lits rem          0 time: 0.11
2698.08/676.26	c asymm  cl-useful: 0/2107/2107 lits-rem:0 time: 0.79
2698.08/676.26	c calculated reachability. Time: 0.00
2698.08/676.26	c  N st    81   2711890       483      2107         0    124404      6405   2123782   no data   no data  --
3400.73/852.37	c  N st    82   3211890       483      2107         0    100865      6405   1401244   no data   no data  --
3400.73/852.37	c  S st    82   3211890       483      2107         0    100865      6405   1401244   no data   no data  --
3401.92/852.69	c  S st    82   3212392       483      2107         0    101366      6405   1413231   no data   no data  --
3402.32/852.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3402.32/852.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3402.32/852.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
3402.32/852.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3402.32/852.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3402.32/852.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
3402.32/852.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3421.07/857.44	c lits-rem:       168  cl-subs:     3419  v-elim:      0  v-fix:    0  time: 18.54 s
3421.07/857.44	c vivif2 --  cl tried     2107 cl shrink        0 lits rem          0 time: 0.00
3421.07/857.46	c vivif2 --  cl tried    97947 cl shrink        0 lits rem          0 time: 0.07
3421.47/857.59	c asymm  cl-useful: 0/2107/2107 lits-rem:0 time: 0.52
3421.47/857.59	c calculated reachability. Time: 0.00
3421.47/857.59	c  N st    82   3212392       483      2107         0     97947      6405   1326518   no data   no data  --
4159.62/1042.55	c  N st    83   3712392       483      2107         0    108742      6405   1465473   no data   no data  --
4159.62/1042.55	c  S st    83   3712392       483      2107         0    108742      6405   1465473   no data   no data  --
4161.21/1042.93	c  S st    83   3712894       483      2107         0    109244      6405   1477794   no data   no data  --
4161.21/1042.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4161.21/1042.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4161.21/1042.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
4161.61/1043.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4161.61/1043.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4161.61/1043.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
4161.61/1043.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4181.57/1048.01	c lits-rem:       168  cl-subs:     4263  v-elim:      0  v-fix:    0  time: 19.82 s
4181.57/1048.01	c vivif2 --  cl tried     2107 cl shrink        0 lits rem          0 time: 0.00
4181.57/1048.03	c vivif2 --  cl tried   104981 cl shrink        0 lits rem          0 time: 0.08
4181.97/1048.17	c asymm  cl-useful: 0/2107/2107 lits-rem:0 time: 0.59
4181.97/1048.18	c calculated reachability. Time: 0.00
4181.97/1048.18	c  N st    83   3712894       483      2107         0    104981      6405   1386021   no data   no data  --
4248.23/1064.71	c  F st    84   3751562       483      2107         0    142586      6405   2349321   no data   no data  --
4248.23/1064.71	c  N st    84   3751562       483      2107         0    142586      6405   2349321   no data   no data  --
4260.18/1067.71	c Decided on static restart strategy
4307.66/1079.66	c  N st    94   3779864       483      2107         0     87514      6405    860000   no data   no data  --
4358.72/1092.45	c  N st    96   3815856       483      2107         0    122348      6405   1656386   no data   no data  --
4417.79/1107.21	c  N st    97   3848248       483      2107         0    153904      6405   2443404   no data   no data  --
4488.00/1124.88	c  N st    98   3896836       483      2107         0    117712      6405   1644728   no data   no data  --
4602.11/1153.41	c  N st    99   3969718       483      2107         0    103836      6405   1247883   no data   no data  --
4781.27/1198.36	c  N st   100   4079041       483      2107         0    124414      6405   1708414   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-3369002-1305409983/watcher-3369002-1305409983 -o /tmp/evaluation-result-3369002-1305409983/solver-3369002-1305409983 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369002-1305409983.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.01 7.86 7.95 6/320 15008
/proc/meminfo: memFree=28007168/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 411 0 0 0 0 0 0 0 23 0 4 0 652597063 52465664 352 33554432000 4194304 4650419 140734993241984 18446744073709551615 47302952265644 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 12809 352 303 112 0 7774 0
[pid=15008/tid=15009] ppid=15006 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 652597063 52465664 352 33554432000 4194304 4650419 140734993241984 18446744073709551615 47302952265650 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652597063 52465664 352 33554432000 4194304 4650419 140734993241984 18446744073709551615 268272745457 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652597063 52465664 352 33554432000 4194304 4650419 140734993241984 18446744073709551615 47302952265650 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0340171 s]
/proc/loadavg: 7.01 7.86 7.95 6/320 15008
/proc/meminfo: memFree=28007168/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=282108 CPUtime=0.11 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 1328 0 0 0 11 0 0 0 25 0 4 0 652597063 288878592 1197 33554432000 4194304 4650419 140734993241984 18446744073709551615 4363506 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 70527 1197 390 112 0 65492 0
[pid=15008/tid=15009] ppid=15006 vsize=282108 CPUtime=0.03 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 272 0 0 0 3 0 0 0 25 0 4 0 652597063 288878592 1197 33554432000 4194304 4650419 140734993241984 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=282108 CPUtime=0.02 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 231 0 0 0 2 0 0 0 25 0 4 0 652597063 288878592 1197 33554432000 4194304 4650419 140734993241984 18446744073709551615 4360321 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=282108 CPUtime=0.02 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 164 0 0 0 2 0 0 0 25 0 4 0 652597063 288878592 1197 33554432000 4194304 4650419 140734993241984 18446744073709551615 4367295 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 282108

[startup+0.101006 s]
/proc/loadavg: 7.01 7.86 7.95 6/320 15008
/proc/meminfo: memFree=28007168/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=282240 CPUtime=0.37 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 1668 0 0 0 37 0 0 0 25 0 4 0 652597063 289013760 1537 33554432000 4194304 4650419 140734993241984 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 70560 1539 391 112 0 65525 0
[pid=15008/tid=15009] ppid=15006 vsize=282240 CPUtime=0.09 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 358 0 0 0 9 0 0 0 25 0 4 0 652597063 289013760 1539 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=282240 CPUtime=0.08 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 311 0 0 0 8 0 0 0 25 0 4 0 652597063 289013760 1539 33554432000 4194304 4650419 140734993241984 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=282240 CPUtime=0.09 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 252 0 0 0 9 0 0 0 25 0 4 0 652597063 289013760 1539 33554432000 4194304 4650419 140734993241984 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282240

[startup+0.30097 s]
/proc/loadavg: 7.01 7.86 7.95 6/320 15008
/proc/meminfo: memFree=28007168/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=283520 CPUtime=1.17 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 2836 0 0 0 117 0 0 0 25 0 4 0 652597063 290324480 2120 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 70880 2120 393 112 0 65845 0
[pid=15008/tid=15009] ppid=15006 vsize=283520 CPUtime=0.29 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 649 0 0 0 29 0 0 0 25 0 4 0 652597063 290324480 2121 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=283520 CPUtime=0.28 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 602 0 0 0 28 0 0 0 25 0 4 0 652597063 290324480 2121 33554432000 4194304 4650419 140734993241984 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=283520 CPUtime=0.29 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 549 0 0 0 29 0 0 0 25 0 4 0 652597063 290324480 2121 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283520

[startup+0.700901 s]
/proc/loadavg: 7.01 7.86 7.95 6/320 15008
/proc/meminfo: memFree=28007168/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=284464 CPUtime=2.77 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 4449 0 0 0 277 0 0 0 25 0 4 0 652597063 291291136 2872 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 71116 2872 393 112 0 66081 0
[pid=15008/tid=15009] ppid=15006 vsize=284464 CPUtime=0.69 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 1055 0 0 0 69 0 0 0 25 0 4 0 652597063 291291136 2872 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=284464 CPUtime=0.68 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 1008 0 0 0 68 0 0 0 25 0 4 0 652597063 291291136 2872 33554432000 4194304 4650419 140734993241984 18446744073709551615 4313443 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=284464 CPUtime=0.69 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 931 0 0 0 69 0 0 0 25 0 4 0 652597063 291291136 2872 33554432000 4194304 4650419 140734993241984 18446744073709551615 4339837 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284464

[startup+1.50076 s]
/proc/loadavg: 7.01 7.86 7.95 10/324 15012
/proc/meminfo: memFree=27988164/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=285628 CPUtime=5.96 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 8736 0 0 0 595 1 0 0 25 0 4 0 652597063 292483072 4712 33554432000 4194304 4650419 140734993241984 18446744073709551615 4438464 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 71407 4712 395 112 0 66372 0
[pid=15008/tid=15009] ppid=15006 vsize=285628 CPUtime=1.49 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 1866 0 0 0 149 0 0 0 25 0 4 0 652597063 292483072 4712 33554432000 4194304 4650419 140734993241984 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=285628 CPUtime=1.47 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 1815 0 0 0 147 0 0 0 25 0 4 0 652597063 292483072 4712 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=285628 CPUtime=1.49 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 1650 0 0 0 149 0 0 0 25 0 4 0 652597063 292483072 4712 33554432000 4194304 4650419 140734993241984 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285628

[startup+3.10048 s]
/proc/loadavg: 7.01 7.86 7.95 10/324 15012
/proc/meminfo: memFree=27955184/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=304272 CPUtime=12.35 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 17214 0 0 0 1232 3 0 0 25 0 4 0 652597063 311574528 9709 33554432000 4194304 4650419 140734993241984 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 76068 9709 395 112 0 71033 0
[pid=15008/tid=15009] ppid=15006 vsize=304272 CPUtime=3.09 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 4070 0 0 0 309 0 0 0 25 0 4 0 652597063 311574528 9709 33554432000 4194304 4650419 140734993241984 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=304272 CPUtime=3.05 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 4720 0 0 0 305 0 0 0 25 0 4 0 652597063 311574528 9709 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=304272 CPUtime=3.08 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 3805 0 0 0 308 0 0 0 25 0 4 0 652597063 311574528 9709 33554432000 4194304 4650419 140734993241984 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 304272

[startup+6.30091 s]
/proc/loadavg: 7.17 7.88 7.95 9/324 15012
/proc/meminfo: memFree=27898024/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=322780 CPUtime=25.12 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 25275 0 0 0 2507 5 0 0 25 0 4 0 652597063 330526720 13497 33554432000 4194304 4650419 140734993241984 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 80695 13497 395 112 0 75660 0
[pid=15008/tid=15009] ppid=15006 vsize=322780 CPUtime=6.29 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 6774 0 0 0 628 1 0 0 25 0 4 0 652597063 330526720 13497 33554432000 4194304 4650419 140734993241984 18446744073709551615 4363448 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=322780 CPUtime=6.23 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 6669 0 0 0 622 1 0 0 25 0 4 0 652597063 330526720 13497 33554432000 4194304 4650419 140734993241984 18446744073709551615 4457424 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=322780 CPUtime=6.28 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 5033 0 0 0 628 0 0 0 25 0 4 0 652597063 330526720 13497 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 322780

[startup+12.7008 s]
/proc/loadavg: 7.23 7.88 7.95 10/324 15012
/proc/meminfo: memFree=27856624/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=323636 CPUtime=50.65 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 38311 0 0 0 5057 8 0 0 25 0 4 0 652597063 331403264 18251 33554432000 4194304 4650419 140734993241984 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 80909 18251 395 112 0 75874 0
[pid=15008/tid=15009] ppid=15006 vsize=323636 CPUtime=12.69 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 10721 0 0 0 1267 2 0 0 25 0 4 0 652597063 331403264 18251 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=323636 CPUtime=12.56 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 10567 0 0 0 1254 2 0 0 25 0 4 0 652597063 331403264 18252 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365639 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=323636 CPUtime=12.69 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 6336 0 0 0 1268 1 0 0 25 0 4 0 652597063 331403264 18252 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 323636

[startup+25.5005 s]
/proc/loadavg: 7.40 7.89 7.95 10/324 15012
/proc/meminfo: memFree=27792144/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=324868 CPUtime=101.72 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 58797 0 0 0 10159 13 0 0 25 0 4 0 652597063 332664832 26505 33554432000 4194304 4650419 140734993241984 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 81217 26505 395 112 0 76182 0
[pid=15008/tid=15009] ppid=15006 vsize=324868 CPUtime=25.49 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 17329 0 0 0 2545 4 0 0 25 0 4 0 652597063 332664832 26505 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=324868 CPUtime=25.22 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 16985 0 0 0 2519 3 0 0 25 0 4 0 652597063 332664832 26505 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=324868 CPUtime=25.48 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 7106 0 0 0 2547 1 0 0 25 0 4 0 652597063 332664832 26505 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 324868

[startup+51.1009 s]
/proc/loadavg: 7.61 7.89 7.95 10/324 15013
/proc/meminfo: memFree=27733428/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=336628 CPUtime=203.87 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 88201 0 0 0 20365 22 0 0 25 0 4 0 652597063 344707072 34078 33554432000 4194304 4650419 140734993241984 18446744073709551615 4511549 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 84157 34078 395 112 0 79122 0
[pid=15008/tid=15009] ppid=15006 vsize=336628 CPUtime=51.09 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 27240 0 0 0 5103 6 0 0 25 0 4 0 652597063 344707072 34078 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=336628 CPUtime=50.57 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 26379 0 0 0 5050 7 0 0 25 0 4 0 652597063 344707072 34078 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=336628 CPUtime=51.09 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 8225 0 0 0 5107 2 0 0 25 0 4 0 652597063 344707072 34078 33554432000 4194304 4650419 140734993241984 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 336628

[startup+102.312 s]
/proc/loadavg: 7.90 7.94 7.96 10/324 15014
/proc/meminfo: memFree=27679452/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=329356 CPUtime=408.2 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 133393 0 0 0 40783 37 0 0 25 0 4 0 652597063 337260544 38919 33554432000 4194304 4650419 140734993241984 18446744073709551615 4333710 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 82339 38919 395 112 0 77304 0
[pid=15008/tid=15009] ppid=15006 vsize=329356 CPUtime=102.3 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 42009 0 0 0 10219 11 0 0 25 0 4 0 652597063 337260544 38919 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=329356 CPUtime=101.27 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 39176 0 0 0 10116 11 0 0 25 0 4 0 652597063 337260544 38919 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=329356 CPUtime=102.3 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 10631 0 0 0 10227 3 0 0 25 0 4 0 652597063 337260544 38919 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.2
Current children cumulated vsize (KiB) 329356

[startup+162.301 s]

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

[pid=15008] ppid=15006 vsize=536480 CPUtime=2562.84 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 407006 0 0 0 256127 157 0 0 25 0 4 0 652597063 549355520 91069 33554432000 4194304 4650419 140734993241984 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 134120 91069 395 112 0 129085 0
[pid=15008/tid=15009] ppid=15006 vsize=536480 CPUtime=642.32 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 136887 0 0 0 64177 55 0 0 25 0 4 0 652597063 549355520 91070 33554432000 4194304 4650419 140734993241984 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=536480 CPUtime=635.88 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 113070 0 0 0 63548 40 0 0 25 0 4 0 652597063 549355520 91070 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=536480 CPUtime=642.31 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 19557 0 0 0 64225 6 0 0 25 0 4 0 652597063 549355520 91070 33554432000 4194304 4650419 140734993241984 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2562.84
Current children cumulated vsize (KiB) 536480

[startup+702.301 s]
/proc/loadavg: 8.44 8.20 8.06 10/324 15042
/proc/meminfo: memFree=27159420/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=602120 CPUtime=2802.22 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 424665 0 0 0 280056 166 0 0 25 0 4 0 652597063 616570880 94793 33554432000 4194304 4650419 140734993241984 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 150530 94793 395 112 0 145495 0
[pid=15008/tid=15009] ppid=15006 vsize=602120 CPUtime=702.31 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 143891 0 0 0 70172 59 0 0 25 0 4 0 652597063 616570880 94793 33554432000 4194304 4650419 140734993241984 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=602120 CPUtime=695.27 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 117370 0 0 0 69484 43 0 0 25 0 4 0 652597063 616570880 94793 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=602120 CPUtime=702.3 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 19676 0 0 0 70224 6 0 0 25 0 4 0 652597063 616570880 94793 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.22
Current children cumulated vsize (KiB) 602120

[startup+762.312 s]
/proc/loadavg: 8.29 8.21 8.07 10/324 15044
/proc/meminfo: memFree=27161696/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=614184 CPUtime=3041.66 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 442342 0 0 0 303992 174 0 0 25 0 4 0 652597063 628924416 102515 33554432000 4194304 4650419 140734993241984 18446744073709551615 4313048 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 153546 102515 395 112 0 148511 0
[pid=15008/tid=15009] ppid=15006 vsize=614184 CPUtime=762.32 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 151268 0 0 0 76170 62 0 0 25 0 4 0 652597063 628924416 102515 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=614184 CPUtime=754.68 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 122320 0 0 0 75422 46 0 0 25 0 4 0 652597063 628924416 102515 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=614184 CPUtime=762.31 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 21463 0 0 0 76225 6 0 0 25 0 4 0 652597063 628924416 102515 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3041.66
Current children cumulated vsize (KiB) 614184

[startup+822.301 s]
/proc/loadavg: 8.26 8.21 8.08 10/324 15045
/proc/meminfo: memFree=27133388/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=614236 CPUtime=3281.02 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 458595 0 0 0 327921 181 0 0 25 0 4 0 652597063 628977664 103369 33554432000 4194304 4650419 140734993241984 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 153559 103369 395 112 0 148524 0
[pid=15008/tid=15009] ppid=15006 vsize=614236 CPUtime=822.31 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 160113 0 0 0 82166 65 0 0 25 0 4 0 652597063 628977664 103369 33554432000 4194304 4650419 140734993241984 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=614236 CPUtime=814.07 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 125296 0 0 0 81360 47 0 0 25 0 4 0 652597063 628977664 103369 33554432000 4194304 4650419 140734993241984 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=614236 CPUtime=822.31 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 22636 0 0 0 82223 8 0 0 25 0 4 0 652597063 628977664 103369 33554432000 4194304 4650419 140734993241984 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.02
Current children cumulated vsize (KiB) 614236

[startup+882.301 s]
/proc/loadavg: 8.19 8.20 8.09 10/324 15047
/proc/meminfo: memFree=27103960/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=677832 CPUtime=3520.42 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 474938 0 0 0 351851 191 0 0 25 0 4 0 652597063 694099968 104357 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 169458 104357 395 112 0 164423 0
[pid=15008/tid=15009] ppid=15006 vsize=677832 CPUtime=882.31 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 168385 0 0 0 88162 69 0 0 25 0 4 0 652597063 694099968 104357 33554432000 4194304 4650419 140734993241984 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=677832 CPUtime=873.46 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 129636 0 0 0 87296 50 0 0 25 0 4 0 652597063 694099968 104357 33554432000 4194304 4650419 140734993241984 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=677832 CPUtime=882.31 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 22773 0 0 0 88223 8 0 0 25 0 4 0 652597063 694099968 104357 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.42
Current children cumulated vsize (KiB) 677832

[startup+942.3 s]
/proc/loadavg: 8.10 8.17 8.09 9/324 15049
/proc/meminfo: memFree=27076404/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=678544 CPUtime=3759.82 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 496193 0 0 0 375781 201 0 0 25 0 4 0 652597063 694829056 103895 33554432000 4194304 4650419 140734993241984 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 169636 103895 395 112 0 164601 0
[pid=15008/tid=15009] ppid=15006 vsize=678544 CPUtime=942.31 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 175187 0 0 0 94158 73 0 0 25 0 4 0 652597063 694829056 103895 33554432000 4194304 4650419 140734993241984 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=678544 CPUtime=932.86 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 137357 0 0 0 93233 53 0 0 25 0 4 0 652597063 694829056 103895 33554432000 4194304 4650419 140734993241984 18446744073709551615 4328325 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=678544 CPUtime=942.31 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 22952 0 0 0 94223 8 0 0 25 0 4 0 652597063 694829056 103895 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3759.82
Current children cumulated vsize (KiB) 678544

[startup+1002.3 s]
/proc/loadavg: 8.15 8.17 8.09 9/324 15050
/proc/meminfo: memFree=27059004/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=628272 CPUtime=3999.22 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 517924 0 0 0 399711 211 0 0 25 0 4 0 652597063 643350528 108379 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 157068 108380 395 112 0 152033 0
[pid=15008/tid=15009] ppid=15006 vsize=628272 CPUtime=1002.32 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 181843 0 0 0 100156 76 0 0 25 0 4 0 652597063 643350528 108380 33554432000 4194304 4650419 140734993241984 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=628272 CPUtime=992.26 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 144086 0 0 0 99171 55 0 0 25 0 4 0 652597063 643350528 108380 33554432000 4194304 4650419 140734993241984 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=628272 CPUtime=1002.31 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 23296 0 0 0 100223 8 0 0 25 0 4 0 652597063 643350528 108380 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.22
Current children cumulated vsize (KiB) 628272

[startup+1062.3 s]
/proc/loadavg: 8.12 8.17 8.09 10/324 15052
/proc/meminfo: memFree=27064172/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=628364 CPUtime=4238.63 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 533517 0 0 0 423643 220 0 0 25 0 4 0 652597063 643444736 108218 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 157091 108218 395 112 0 152056 0
[pid=15008/tid=15009] ppid=15006 vsize=628364 CPUtime=1062.31 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 189974 0 0 0 106152 79 0 0 25 0 4 0 652597063 643444736 108218 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=628364 CPUtime=1051.66 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 146352 0 0 0 105109 57 0 0 25 0 4 0 652597063 643444736 108218 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=628364 CPUtime=1062.31 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 23356 0 0 0 106223 8 0 0 25 0 4 0 652597063 643444736 108218 33554432000 4194304 4650419 140734993241984 18446744073709551615 4363568 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4238.63
Current children cumulated vsize (KiB) 628364

[startup+1122.3 s]
/proc/loadavg: 8.20 8.17 8.10 10/324 15053
/proc/meminfo: memFree=27017288/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=641520 CPUtime=4478.01 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 550349 0 0 0 447571 230 0 0 25 0 4 0 652597063 656916480 110935 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 160380 110935 395 112 0 155345 0
[pid=15008/tid=15009] ppid=15006 vsize=641520 CPUtime=1122.31 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 195430 0 0 0 112148 83 0 0 25 0 4 0 652597063 656916480 110935 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=641520 CPUtime=1111.05 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 151959 0 0 0 111045 60 0 0 25 0 4 0 652597063 656916480 110935 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=641520 CPUtime=1122.31 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 23356 0 0 0 112223 8 0 0 25 0 4 0 652597063 656916480 110935 33554432000 4194304 4650419 140734993241984 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4478.01
Current children cumulated vsize (KiB) 641520

[startup+1182.3 s]
/proc/loadavg: 8.15 8.15 8.09 10/324 15055
/proc/meminfo: memFree=27012056/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=641720 CPUtime=4717.43 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 566368 0 0 0 471503 240 0 0 25 0 4 0 652597063 657121280 112763 33554432000 4194304 4650419 140734993241984 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 160430 112763 395 112 0 155395 0
[pid=15008/tid=15009] ppid=15006 vsize=641720 CPUtime=1182.31 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 202099 0 0 0 118145 86 0 0 25 0 4 0 652597063 657121280 112763 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=641720 CPUtime=1170.45 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 156503 0 0 0 116982 63 0 0 25 0 4 0 652597063 657121280 112763 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=641720 CPUtime=1182.31 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 23356 0 0 0 118223 8 0 0 25 0 4 0 652597063 657121280 112763 33554432000 4194304 4650419 140734993241984 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4717.43
Current children cumulated vsize (KiB) 641720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.10 8.14 8.09 9/324 15056
/proc/meminfo: memFree=27013916/32950928 swapFree=60199044/67111528
[pid=15008] ppid=15006 vsize=641840 CPUtime=4800.05 cores=1,3,5,7
/proc/15008/stat : 15008 (strangenight1-m) R 15006 15008 14558 0 -1 4202496 573688 0 0 0 479760 245 0 0 25 0 4 0 652597063 657244160 109833 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15008/statm: 160460 109833 395 112 0 155425 0
[pid=15008/tid=15009] ppid=15006 vsize=641840 CPUtime=1203.03 cores=1,3,5,7
/proc/15008/task/15009/stat : 15009 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 204686 0 0 0 120215 88 0 0 25 0 4 0 652597063 657244160 109833 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15008/tid=15010] ppid=15006 vsize=641840 CPUtime=1190.94 cores=1,3,5,7
/proc/15008/task/15010/stat : 15010 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 158825 0 0 0 119030 64 0 0 25 0 4 0 652597063 657244160 109833 33554432000 4194304 4650419 140734993241984 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15008/tid=15011] ppid=15006 vsize=641840 CPUtime=1203.02 cores=1,3,5,7
/proc/15008/task/15011/stat : 15011 (strangenight1-m) R 15006 15008 14558 0 -1 4202560 23356 0 0 0 120294 8 0 0 25 0 4 0 652597063 657244160 109833 33554432000 4194304 4650419 140734993241984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 641840

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): 1203.04
CPU time (s): 4800.11
CPU user time (s): 4797.64
CPU system time (s): 2.46762
CPU usage (%): 399
Max. virtual memory (cumulated for all children) (KiB): 745740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.64
system time used= 2.46762
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 573690
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= 193
involuntary context switches= 31528

runsolver used 3.2925 second user time and 8.79266 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-14 23:53:03
IDJOB=3369002
IDBENCH=83011
IDSOLVER=1846
FILE ID=node122/3369002-1305409983
RUNJOBID= node122-1305409983-14985
PBS_JOBID= 13324494
Free space on /tmp= 73432 MiB

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

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

MD5SUM BENCH= c18e380499d0835f10de248aeec99cf2
RANDOM SEED=335347614

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28007200 kB
Buffers:        276120 kB
Cached:        3351568 kB
SwapCached:      50104 kB
Active:         880724 kB
Inactive:      3854156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28007200 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:           12588 kB
Writeback:           0 kB
AnonPages:     1068056 kB
Mapped:          13740 kB
Slab:           113192 kB
PageTables:      32036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52611076 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= 73424 MiB
End job on node122 at 2011-05-15 00:13:08