Trace number 3175439

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1940049314-069.SATISFIABLE.cnf
MD5SUMc3d1d9237da00564d672945308bcff7c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010998
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175439-1304123912.cnf'
0.00/0.00	c -- header says num vars:            550
0.00/0.00	c -- header says num clauses:        2343
0.00/0.00	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.00	c -- vars added        550
0.00/0.00	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       550      2343         0         0      7029         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2343/2343 lits-rem:0 time: 0.01
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:    550 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.85	c lits-rem:         0  cl-subs:        0  v-elim:     22  v-fix:    0  time:  0.01 s
0.00/0.85	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.85	c calculated reachability. Time: 0.00
0.00/0.85	c Calc default polars -  time:   0.00 s pos:     255 undec:      62 neg:     233
0.00/0.85	c =========================================================================================
0.00/0.85	c types(t): F = full restart, N = normal restart
0.00/0.85	c types(t): S = simplification begin/end, E = solution found
0.00/0.85	c restart types(rt): st = static, dy = dynamic
0.00/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.85	c  B st     0         0       528      2319         0         0      7104         0   no data   no data  --
0.00/0.85	c Decided on static restart strategy
0.00/0.85	c  N st     8      4920       528      2319         0      4842      7104    123747   no data   no data  --
0.00/0.85	c  N st    10     11306       528      2319         0      4482      7104     81960   no data   no data  --
0.00/0.85	c  N st    11     17050       528      2319         0     10120      7104    236786   no data   no data  --
4.38/1.15	c  F st    12     25000       528      2319         0     12371      7104    276682   no data   no data  --
4.38/1.15	c  N st    12     25000       528      2319         0     12371      7104    276682   no data   no data  --
5.17/1.39	c Decided on static restart strategy
5.17/1.39	c  N st    18     30000       528      2319         0     10655      7104    211359   no data   no data  --
5.17/1.39	c  S st    18     30000       528      2319         0     10655      7104    211359   no data   no data  --
5.57/1.42	c  S st    18     30501       528      2319         0     11156      7104    223369   no data   no data  --
5.57/1.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.57/1.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.57/1.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
5.57/1.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.38/1.65	c lits-rem:       107  cl-subs:      544  v-elim:      0  v-fix:    0  time:  0.88 s
6.38/1.66	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.03
6.38/1.66	c calculated reachability. Time: 0.00
6.38/1.66	c  N st    18     30501       528      2319         0     10612      7104    209007   no data   no data  --
7.99/2.08	c  N st    20     37613       528      2319         0      9897      7104    173346   no data   no data  --
9.57/2.48	c  N st    21     44012       528      2319         0     16171      7104    336875   no data   no data  --
10.37/2.60	c  S st    22     45753       528      2319         0      9104      7104    136491   no data   no data  --
10.37/2.63	c  S st    22     46255       528      2319         0      9606      7104    148204   no data   no data  --
10.37/2.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.37/2.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.37/2.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.37/2.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.37/2.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.37/2.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
10.37/2.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.77/2.73	c lits-rem:        45  cl-subs:       48  v-elim:      0  v-fix:    0  time:  0.39 s
10.77/2.73	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
10.77/2.74	c vivif2 --  cl tried     9558 cl shrink        0 lits rem          0 time: 0.01
10.77/2.74	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.03
10.77/2.74	c calculated reachability. Time: 0.00
10.77/2.74	c  N st    22     46255       528      2319         0      9558      7104    146827   no data   no data  --
14.36/3.67	c  N st    23     60653       528      2319         0     13837      7104    239376   no data   no data  --
17.16/4.33	c  N st    24     69383       528      2319         0     11670      7104    181381   no data   no data  --
17.16/4.33	c  S st    24     69383       528      2319         0     11670      7104    181381   no data   no data  --
17.16/4.36	c  S st    24     69888       528      2319         0     12171      7104    193303   no data   no data  --
17.16/4.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.16/4.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.16/4.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.16/4.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.16/4.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.16/4.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
17.16/4.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.96/4.57	c lits-rem:        98  cl-subs:      198  v-elim:      0  v-fix:    0  time:  0.79 s
17.96/4.57	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
17.96/4.57	c vivif2 --  cl tried    11973 cl shrink        0 lits rem          0 time: 0.01
17.96/4.58	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.04
17.96/4.58	c calculated reachability. Time: 0.00
17.96/4.58	c  N st    24     69888       528      2319         0     11973      7104    188233   no data   no data  --
23.15/5.88	c  F st    25     87501       528      2319         0     17492      7104    322854   no data   no data  --
23.15/5.88	c  N st    25     87501       528      2319         0     17492      7104    322854   no data   no data  --
24.75/6.26	c Decided on static restart strategy
25.57/6.47	c  N st    32     95546       528      2319         0     25446      7104    536028   no data   no data  --
28.35/7.13	c  N st    34    104833       528      2319         0     21788      7104    435062   no data   no data  --
28.35/7.13	c  S st    34    104833       528      2319         0     21788      7104    435062   no data   no data  --
28.35/7.19	c  S st    34    105333       528      2319         0     22288      7104    446692   no data   no data  --
28.35/7.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.35/7.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.35/7.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
28.75/7.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.75/7.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.75/7.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
28.75/7.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.14/8.38	c lits-rem:       350  cl-subs:      679  v-elim:      0  v-fix:    0  time:  4.67 s
33.14/8.38	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
33.14/8.39	c vivif2 --  cl tried    21609 cl shrink        0 lits rem          0 time: 0.02
33.54/8.41	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.08
33.54/8.41	c calculated reachability. Time: 0.00
33.54/8.41	c  N st    34    105333       528      2319         0     21609      7104    425062   no data   no data  --
36.73/9.28	c  N st    35    114932       528      2319         0     17334      7104    277701   no data   no data  --
41.93/10.50	c  N st    36    129329       528      2319         0     16748      7104    239439   no data   no data  --
49.12/12.34	c  N st    37    150926       528      2319         0     22168      7104    367114   no data   no data  --
51.54/12.93	c  S st    38    157999       528      2319         0     29123      7104    555535   no data   no data  --
51.54/13.00	c  S st    38    158501       528      2319         0     29625      7104    568227   no data   no data  --
51.54/13.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.54/13.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.93/13.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
51.93/13.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.93/13.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.93/13.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
51.93/13.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
58.71/14.72	c lits-rem:       636  cl-subs:     1167  v-elim:      0  v-fix:    0  time:  6.76 s
58.71/14.72	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
58.71/14.73	c vivif2 --  cl tried    28458 cl shrink        0 lits rem          0 time: 0.02
58.71/14.75	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.10
58.71/14.75	c calculated reachability. Time: 0.00
58.71/14.75	c  N st    38    158501       528      2319         0     28458      7104    534464   no data   no data  --
79.48/19.97	c  N st    39    207090       528      2319         0     23180      7104    350515   no data   no data  --
93.06/23.36	c  N st    40    237752       528      2319         0     33759      7104    640256   no data   no data  --
93.06/23.36	c  S st    40    237752       528      2319         0     33759      7104    640256   no data   no data  --
93.46/23.44	c  S st    40    238257       528      2319         0     34263      7104    653170   no data   no data  --
93.46/23.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
93.46/23.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
93.46/23.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
93.46/23.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.46/23.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.46/23.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
93.46/23.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
101.44/25.47	c lits-rem:       510  cl-subs:     1018  v-elim:      0  v-fix:    0  time:  7.97 s
101.44/25.47	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
101.44/25.47	c vivif2 --  cl tried    33245 cl shrink        0 lits rem          0 time: 0.03
101.84/25.50	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.12
101.84/25.50	c calculated reachability. Time: 0.00
101.84/25.50	c  N st    40    238257       528      2319         0     33245      7104    622068   no data   no data  --
135.80/34.09	c  F st    41    306250       528      2319         0     34864      7104    607810   no data   no data  --
135.80/34.09	c  N st    41    306250       528      2319         0     34864      7104    607810   no data   no data  --
138.99/34.82	c Decided on static restart strategy
149.78/37.50	c  N st    51    334549       528      2319         0     39073      7104    667803   no data   no data  --
160.56/40.27	c  N st    53    357385       528      2319         0     37063      7104    618034   no data   no data  --
160.56/40.27	c  S st    53    357385       528      2319         0     37063      7104    618034   no data   no data  --
160.96/40.37	c  S st    53    357887       528      2319         0     37563      7104    630437   no data   no data  --
160.96/40.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
160.96/40.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
160.96/40.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
160.96/40.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.96/40.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.96/40.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
160.96/40.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
168.16/42.14	c lits-rem:       875  cl-subs:     1089  v-elim:      0  v-fix:    0  time:  6.93 s
168.16/42.14	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
168.16/42.14	c vivif2 --  cl tried    36474 cl shrink        0 lits rem          0 time: 0.03
168.16/42.18	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.14
168.16/42.18	c calculated reachability. Time: 0.00
168.16/42.18	c  N st    53    357887       528      2319         0     36474      7104    600786   no data   no data  --
185.73/46.52	c  N st    54    390280       528      2319         0     42644      7104    716611   no data   no data  --
211.70/53.03	c  N st    55    438870       528      2319         0     36519      7104    554671   no data   no data  --
253.66/63.53	c  N st    56    511753       528      2319         0     49914      7104    860746   no data   no data  --
268.42/67.24	c  N st    57    536830       528      2319         0     44150      7104    712171   no data   no data  --
268.42/67.24	c  S st    57    536830       528      2319         0     44150      7104    712171   no data   no data  --
268.82/67.36	c  S st    57    537338       528      2319         0     44658      7104    725119   no data   no data  --
268.82/67.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
268.82/67.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
268.82/67.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
269.22/67.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
269.22/67.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
269.22/67.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
269.22/67.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
278.01/69.62	c lits-rem:       905  cl-subs:     1570  v-elim:      0  v-fix:    0  time:  8.85 s
278.01/69.62	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
278.01/69.63	c vivif2 --  cl tried    43088 cl shrink        0 lits rem          0 time: 0.03
278.01/69.67	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.17
278.01/69.67	c calculated reachability. Time: 0.00
278.01/69.67	c  N st    57    537338       528      2319         0     43088      7104    679918   no data   no data  --
390.28/97.76	c  N st    58    701322       528      2319         0     37147      7104    421539   no data   no data  --
472.15/118.25	c  N st    59    806008       528      2319         0     65884      7104   1104736   no data   no data  --
472.15/118.25	c  S st    59    806008       528      2319         0     65884      7104   1104736   no data   no data  --
472.95/118.44	c  S st    59    806513       528      2319         0     66389      7104   1117199   no data   no data  --
472.95/118.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
472.95/118.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
472.95/118.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
473.37/118.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
473.37/118.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
473.37/118.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
473.37/118.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
490.53/122.81	c lits-rem:        64  cl-subs:     5277  v-elim:      0  v-fix:    0  time: 17.17 s
490.53/122.81	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
490.53/122.82	c vivif2 --  cl tried    61112 cl shrink        0 lits rem          0 time: 0.05
490.53/122.89	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.30
490.53/122.90	c calculated reachability. Time: 0.00
490.53/122.90	c  N st    59    806513       528      2319         0     61112      7104    997162   no data   no data  --
715.82/179.23	c  F st    60   1071875       528      2319         0     77163      7104   1357615   no data   no data  --
715.82/179.23	c  N st    60   1071875       528      2319         0     77163      7104   1357615   no data   no data  --
721.41/180.70	c Decided on static restart strategy
739.79/185.29	c  N st    70   1100179       528      2319         0     61101      7104    899121   no data   no data  --
772.16/193.39	c  N st    72   1136171       528      2319         0     51493      7104    630548   no data   no data  --
798.53/199.96	c  N st    73   1168564       528      2319         0     83140      7104   1445555   no data   no data  --
839.65/210.29	c  N st    74   1209771       528      2319         0     77443      7104   1214998   no data   no data  --
839.65/210.29	c  S st    74   1209771       528      2319         0     77443      7104   1214998   no data   no data  --
840.85/210.57	c  S st    74   1210276       528      2319         0     77947      7104   1227868   no data   no data  --
840.85/210.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
840.85/210.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
841.25/210.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.19
841.25/210.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
841.25/210.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
841.25/210.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
841.25/210.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
864.84/216.52	c lits-rem:       147  cl-subs:     4886  v-elim:      0  v-fix:    0  time: 23.36 s
864.84/216.52	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
864.84/216.53	c vivif2 --  cl tried    73061 cl shrink        0 lits rem          0 time: 0.06
865.21/216.63	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.39
865.21/216.63	c calculated reachability. Time: 0.00
865.21/216.63	c  N st    74   1210276       528      2319         0     73061      7104   1122725   no data   no data  --
941.52/235.79	c  N st    75   1283159       528      2319         0     49568      7104    523584   no data   no data  --
1059.35/265.24	c  N st    76   1392486       528      2319         0     57589      7104    695450   no data   no data  --
1224.75/306.69	c  N st    77   1556470       528      2319         0     62443      7104    762031   no data   no data  --
1383.34/346.35	c  N st    78   1710277       528      2319         0    104161      7104   1801507   no data   no data  --
1383.34/346.35	c  S st    78   1710277       528      2319         0    104161      7104   1801507   no data   no data  --
1384.92/346.73	c  S st    78   1710781       528      2319         0    104665      7104   1814009   no data   no data  --
1384.92/346.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1384.92/346.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1384.92/346.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.22
1385.32/346.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1385.32/346.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1385.32/346.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
1385.32/346.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1445.24/361.83	c lits-rem:      1734  cl-subs:     8811  v-elim:      0  v-fix:    0  time: 59.78 s
1445.24/361.83	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
1445.24/361.85	c vivif2 --  cl tried    95854 cl shrink        0 lits rem          0 time: 0.08
1446.04/362.00	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.60
1446.04/362.00	c calculated reachability. Time: 0.00
1446.04/362.00	c  N st    78   1710781       528      2319         0     95854      7104   1607894   no data   no data  --
1872.27/468.75	c  N st    79   2079746       528      2319         0    107743      7104   1841308   no data   no data  --
2028.88/507.94	c  N st    80   2210783       528      2319         0    111645      7104   1835584   no data   no data  --
2028.88/507.94	c  S st    80   2210783       528      2319         0    111645      7104   1835584   no data   no data  --
2030.06/508.29	c  S st    80   2211286       528      2319         0    112147      7104   1848477   no data   no data  --
2030.46/508.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2030.46/508.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2030.46/508.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.22
2030.86/508.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2030.86/508.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2030.86/508.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
2030.86/508.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2089.18/523.08	c lits-rem:       272  cl-subs:     9969  v-elim:      0  v-fix:    0  time: 58.55 s
2089.18/523.08	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
2089.58/523.10	c vivif2 --  cl tried   102178 cl shrink        0 lits rem          0 time: 0.08
2089.98/523.26	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.64
2089.98/523.27	c calculated reachability. Time: 0.00
2089.98/523.27	c  N st    80   2211286       528      2319         0    102178      7104   1620345   no data   no data  --
2684.78/672.10	c  N st    81   2711286       528      2319         0    126097      7104   2276308   no data   no data  --
2684.78/672.10	c  S st    81   2711286       528      2319         0    126097      7104   2276308   no data   no data  --
2686.38/672.56	c  S st    81   2711789       528      2319         0    126598      7104   2289325   no data   no data  --
2686.38/672.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2686.38/672.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2686.78/672.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.27
2687.18/672.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2687.18/672.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2687.18/672.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
2687.18/672.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2768.27/693.01	c lits-rem:        66  cl-subs:     6781  v-elim:      0  v-fix:    0  time: 81.05 s
2768.27/693.01	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
2768.27/693.04	c vivif2 --  cl tried   119817 cl shrink        0 lits rem          0 time: 0.11
2769.07/693.22	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.76
2769.07/693.23	c calculated reachability. Time: 0.00
2769.07/693.23	c  N st    81   2711789       528      2319         0    119817      7104   2102859   no data   no data  --
3388.24/848.21	c  N st    82   3211790       528      2319         0     95151      7104   1218226   no data   no data  --
3388.24/848.21	c  S st    82   3211790       528      2319         0     95151      7104   1218226   no data   no data  --
3389.44/848.50	c  S st    82   3212292       528      2319         0     95653      7104   1231475   no data   no data  --
3389.44/848.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3389.44/848.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3389.44/848.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
3389.44/848.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3389.44/848.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3389.44/848.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
3389.44/848.60	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3402.62/851.80	c lits-rem:       316  cl-subs:     3559  v-elim:      0  v-fix:    0  time: 12.80 s
3402.62/851.80	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
3402.62/851.82	c vivif2 --  cl tried    92094 cl shrink        0 lits rem          0 time: 0.06
3403.02/851.95	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.52
3403.02/851.95	c calculated reachability. Time: 0.00
3403.02/851.95	c  N st    82   3212292       528      2319         0     92094      7104   1153548   no data   no data  --
4128.85/1033.70	c  N st    83   3712294       528      2319         0    103376      7104   1382752   no data   no data  --
4128.85/1033.70	c  S st    83   3712294       528      2319         0    103376      7104   1382752   no data   no data  --
4130.45/1034.06	c  S st    83   3712799       528      2319         0    103881      7104   1395568   no data   no data  --
4130.45/1034.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4130.45/1034.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4130.85/1034.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.23
4130.85/1034.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4130.85/1034.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4130.85/1034.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
4130.85/1034.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4150.03/1038.94	c lits-rem:       307  cl-subs:     2241  v-elim:      0  v-fix:    0  time: 19.04 s
4150.03/1038.94	c vivif2 --  cl tried     2319 cl shrink        0 lits rem          0 time: 0.00
4150.03/1038.96	c vivif2 --  cl tried   101640 cl shrink        0 lits rem          0 time: 0.07
4150.83/1039.12	c asymm  cl-useful: 0/2319/2319 lits-rem:0 time: 0.62
4150.83/1039.12	c calculated reachability. Time: 0.00
4150.83/1039.12	c  N st    83   3712799       528      2319         0    101640      7104   1337313   no data   no data  --
4201.55/1051.83	c  F st    84   3751563       528      2319         0    139495      7104   2373071   no data   no data  --
4201.55/1051.83	c  N st    84   3751563       528      2319         0    139495      7104   2373071   no data   no data  --
4212.34/1054.59	c Decided on static restart strategy
4257.10/1065.72	c  N st    94   3779867       528      2319         0     84160      7104    812690   no data   no data  --
4302.21/1077.04	c  N st    96   3815860       528      2319         0    119492      7104   1759818   no data   no data  --
4356.95/1090.72	c  N st    97   3848252       528      2319         0    151091      7104   2580534   no data   no data  --
4418.86/1106.20	c  N st    98   3896841       528      2319         0    114501      7104   1591990   no data   no data  --
4533.53/1134.98	c  N st    99   3969725       528      2319         0    100838      7104   1249005   no data   no data  --
4690.90/1174.34	c  N st   100   4079049       528      2319         0    121439      7104   1756863   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-3175439-1304123912/watcher-3175439-1304123912 -o /tmp/evaluation-result-3175439-1304123912/solver-3175439-1304123912 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175439-1304123912.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: 8.13 8.07 8.01 2/174 28124
/proc/meminfo: memFree=30933304/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 414 0 0 0 0 0 0 0 20 0 4 0 523989151 52465664 353 33554432000 4194304 4650419 140733331576448 18446744073709551615 47184348174262 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 12809 353 303 112 0 7774 0
[pid=28124/tid=28126] ppid=28121 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 4 0 523989151 52465664 353 33554432000 4194304 4650419 140733331576448 18446744073709551615 47184348174248 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 4 0 523989151 52465664 353 33554432000 4194304 4650419 140733331576448 18446744073709551615 47184348174258 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 523989151 52465664 353 33554432000 4194304 4650419 140733331576448 18446744073709551615 228122770417 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.905321 s]
/proc/loadavg: 8.13 8.07 8.01 2/174 28124
/proc/meminfo: memFree=30933304/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=285824 CPUtime=3.6 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 5651 0 0 0 359 1 0 0 25 0 4 0 523989151 292683776 2826 33554432000 4194304 4650419 140733331576448 18446744073709551615 4360431 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 71456 2826 393 112 0 66421 0
[pid=28124/tid=28126] ppid=28121 vsize=285824 CPUtime=0.9 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1410 0 0 0 90 0 0 0 19 0 4 0 523989151 292683776 2826 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=285824 CPUtime=0.9 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1348 0 0 0 90 0 0 0 19 0 4 0 523989151 292683776 2826 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=285824 CPUtime=0.89 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1160 0 0 0 89 0 0 0 19 0 4 0 523989151 292683776 2826 33554432000 4194304 4650419 140733331576448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 285824

[startup+1.0003 s]
/proc/loadavg: 8.13 8.07 8.01 2/174 28124
/proc/meminfo: memFree=30933304/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=286012 CPUtime=3.98 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 5887 0 0 0 397 1 0 0 25 0 4 0 523989151 292876288 3062 33554432000 4194304 4650419 140733331576448 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 71503 3062 393 112 0 66468 0
[pid=28124/tid=28126] ppid=28121 vsize=286012 CPUtime=0.99 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1456 0 0 0 99 0 0 0 19 0 4 0 523989151 292876288 3062 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=286012 CPUtime=0.99 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1407 0 0 0 99 0 0 0 19 0 4 0 523989151 292876288 3062 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=286012 CPUtime=0.99 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1232 0 0 0 99 0 0 0 19 0 4 0 523989151 292876288 3062 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 286012

[startup+1.10029 s]
/proc/loadavg: 8.13 8.07 8.01 2/174 28124
/proc/meminfo: memFree=30933304/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=286068 CPUtime=4.38 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 6252 0 0 0 437 1 0 0 25 0 4 0 523989151 292933632 3117 33554432000 4194304 4650419 140733331576448 18446744073709551615 4366933 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 71517 3117 394 112 0 66482 0
[pid=28124/tid=28126] ppid=28121 vsize=286068 CPUtime=1.09 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1500 0 0 0 109 0 0 0 19 0 4 0 523989151 292933632 3117 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=286068 CPUtime=1.09 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1461 0 0 0 109 0 0 0 19 0 4 0 523989151 292933632 3117 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=286068 CPUtime=1.08 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1449 0 0 0 108 0 0 0 19 0 4 0 523989151 292933632 3117 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 286068

[startup+1.20027 s]
/proc/loadavg: 8.13 8.07 8.01 2/174 28124
/proc/meminfo: memFree=30933304/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=286372 CPUtime=4.78 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 6720 0 0 0 477 1 0 0 25 0 4 0 523989151 293244928 3220 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 71593 3220 394 112 0 66558 0
[pid=28124/tid=28126] ppid=28121 vsize=286372 CPUtime=1.19 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1578 0 0 0 119 0 0 0 19 0 4 0 523989151 293244928 3220 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=286372 CPUtime=1.19 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1718 0 0 0 119 0 0 0 19 0 4 0 523989151 293244928 3220 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=286372 CPUtime=1.18 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1510 0 0 0 118 0 0 0 19 0 4 0 523989151 293244928 3220 33554432000 4194304 4650419 140733331576448 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 286372

[startup+1.50022 s]
/proc/loadavg: 8.13 8.07 8.01 2/174 28124
/proc/meminfo: memFree=30933304/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=291180 CPUtime=5.98 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 9034 0 0 0 596 2 0 0 25 0 4 0 523989151 298168320 4836 33554432000 4194304 4650419 140733331576448 18446744073709551615 4439344 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 72795 4836 395 112 0 67760 0
[pid=28124/tid=28126] ppid=28121 vsize=291180 CPUtime=1.49 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1926 0 0 0 149 0 0 0 20 0 4 0 523989151 298168320 4836 33554432000 4194304 4650419 140733331576448 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=291180 CPUtime=1.49 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1889 0 0 0 149 0 0 0 19 0 4 0 523989151 298168320 4836 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=291180 CPUtime=1.48 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 1658 0 0 0 148 0 0 0 20 0 4 0 523989151 298168320 4836 33554432000 4194304 4650419 140733331576448 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 291180

[startup+3.10693 s]
/proc/loadavg: 8.28 8.11 8.02 9/184 28155
/proc/meminfo: memFree=30849616/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=291528 CPUtime=12.39 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 17060 0 0 0 1236 3 0 0 25 0 4 0 523989151 298524672 9759 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 72882 9759 395 112 0 67847 0
[pid=28124/tid=28126] ppid=28121 vsize=291528 CPUtime=3.08 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 3946 0 0 0 308 0 0 0 25 0 4 0 523989151 298524672 9759 33554432000 4194304 4650419 140733331576448 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=291528 CPUtime=3.09 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 4748 0 0 0 309 0 0 0 25 0 4 0 523989151 298524672 9759 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=291528 CPUtime=3.09 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 3783 0 0 0 309 0 0 0 25 0 4 0 523989151 298524672 9759 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365773 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 291528

[startup+6.30035 s]
/proc/loadavg: 8.26 8.10 8.02 9/184 28155
/proc/meminfo: memFree=30821724/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=292188 CPUtime=25.17 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 25659 0 0 0 2512 5 0 0 25 0 4 0 523989151 299200512 13196 33554432000 4194304 4650419 140733331576448 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 73047 13196 395 112 0 68012 0
[pid=28124/tid=28126] ppid=28121 vsize=292188 CPUtime=6.26 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 6656 0 0 0 626 0 0 0 25 0 4 0 523989151 299200512 13196 33554432000 4194304 4650419 140733331576448 18446744073709551615 4313331 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=292188 CPUtime=6.29 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 6715 0 0 0 628 1 0 0 25 0 4 0 523989151 299200512 13196 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=292188 CPUtime=6.29 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 5511 0 0 0 628 1 0 0 25 0 4 0 523989151 299200512 13196 33554432000 4194304 4650419 140733331576448 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 292188

[startup+12.7012 s]
/proc/loadavg: 8.24 8.10 8.02 9/184 28155
/proc/meminfo: memFree=30784580/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=301280 CPUtime=50.72 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 40293 0 0 0 5064 8 0 0 25 0 4 0 523989151 308510720 17888 33554432000 4194304 4650419 140733331576448 18446744073709551615 4363448 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 75320 17888 395 112 0 70285 0
[pid=28124/tid=28126] ppid=28121 vsize=301280 CPUtime=12.63 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 10516 0 0 0 1261 2 0 0 25 0 4 0 523989151 308510720 17888 33554432000 4194304 4650419 140733331576448 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=301280 CPUtime=12.69 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 10398 0 0 0 1267 2 0 0 25 0 4 0 523989151 308510720 17888 33554432000 4194304 4650419 140733331576448 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=301280 CPUtime=12.68 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 8631 0 0 0 1267 1 0 0 25 0 4 0 523989151 308510720 17888 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 301280

[startup+25.5009 s]
/proc/loadavg: 8.20 8.10 8.02 9/184 28156
/proc/meminfo: memFree=30731764/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=316684 CPUtime=101.84 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 63875 0 0 0 10168 16 0 0 25 0 4 0 523989151 324284416 25763 33554432000 4194304 4650419 140733331576448 18446744073709551615 4370730 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 79171 25763 395 112 0 74136 0
[pid=28124/tid=28126] ppid=28121 vsize=316684 CPUtime=25.35 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 16952 0 0 0 2531 4 0 0 25 0 4 0 523989151 324284416 25763 33554432000 4194304 4650419 140733331576448 18446744073709551615 4331245 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=316684 CPUtime=25.49 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 17015 0 0 0 2546 3 0 0 25 0 4 0 523989151 324284416 25763 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=316684 CPUtime=25.49 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 12885 0 0 0 2546 3 0 0 25 0 4 0 523989151 324284416 25763 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 316684

[startup+51.1003 s]
/proc/loadavg: 8.21 8.11 8.02 9/184 28156
/proc/meminfo: memFree=30660540/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=320028 CPUtime=204.11 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 98015 0 0 0 20383 28 0 0 25 0 4 0 523989151 327708672 33480 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 80007 33480 395 112 0 74972 0
[pid=28124/tid=28126] ppid=28121 vsize=320028 CPUtime=50.81 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 26582 0 0 0 5075 6 0 0 25 0 4 0 523989151 327708672 33480 33554432000 4194304 4650419 140733331576448 18446744073709551615 4306767 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=320028 CPUtime=51.08 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 26365 0 0 0 5102 6 0 0 25 0 4 0 523989151 327708672 33480 33554432000 4194304 4650419 140733331576448 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=320028 CPUtime=51.08 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 19142 0 0 0 5102 6 0 0 25 0 4 0 523989151 327708672 33480 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 320028

[startup+102.301 s]
/proc/loadavg: 8.24 8.12 8.03 9/184 28158
/proc/meminfo: memFree=30588208/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=357564 CPUtime=408.63 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 147587 0 0 0 40817 46 0 0 25 0 4 0 523989151 366145536 43700 33554432000 4194304 4650419 140733331576448 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 89391 43700 395 112 0 84356 0
[pid=28124/tid=28126] ppid=28121 vsize=357564 CPUtime=101.74 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 41387 0 0 0 10162 12 0 0 25 0 4 0 523989151 366145536 43700 33554432000 4194304 4650419 140733331576448 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=357564 CPUtime=102.29 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 38682 0 0 0 10218 11 0 0 25 0 4 0 523989151 366145536 43700 33554432000 4194304 4650419 140733331576448 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=357564 CPUtime=102.28 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 28940 0 0 0 10219 9 0 0 25 0 4 0 523989151 366145536 43700 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 357564

[startup+162.3 s]

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

[pid=28124] ppid=28121 vsize=549876 CPUtime=2565.74 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 434606 0 0 0 256397 177 0 0 25 0 4 0 523989151 563073024 82878 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 137469 82878 395 112 0 132434 0
[pid=28124/tid=28126] ppid=28121 vsize=549876 CPUtime=638.8 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 116567 0 0 0 63835 45 0 0 25 0 4 0 523989151 563073024 82878 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=549876 CPUtime=642.3 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 126896 0 0 0 64182 48 0 0 25 0 4 0 523989151 563073024 82878 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=549876 CPUtime=642.3 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 72298 0 0 0 64198 32 0 0 25 0 4 0 523989151 563073024 82878 33554432000 4194304 4650419 140733331576448 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2565.74
Current children cumulated vsize (KiB) 549876

[startup+702.301 s]
/proc/loadavg: 8.06 8.08 8.04 9/184 28174
/proc/meminfo: memFree=30147236/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=625696 CPUtime=2805.42 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 461553 0 0 0 280354 188 0 0 25 0 4 0 523989151 640712704 92947 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 156424 92947 395 112 0 151389 0
[pid=28124/tid=28126] ppid=28121 vsize=625696 CPUtime=698.48 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 125274 0 0 0 69799 49 0 0 25 0 4 0 523989151 640712704 92947 33554432000 4194304 4650419 140733331576448 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=625696 CPUtime=702.31 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 134110 0 0 0 70179 52 0 0 25 0 4 0 523989151 640712704 92947 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=625696 CPUtime=702.3 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 76666 0 0 0 70196 34 0 0 25 0 4 0 523989151 640712704 92947 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.42
Current children cumulated vsize (KiB) 625696

[startup+762.3 s]
/proc/loadavg: 8.06 8.08 8.03 9/184 28175
/proc/meminfo: memFree=30137532/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=564088 CPUtime=3045.09 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 489526 0 0 0 304308 201 0 0 25 0 4 0 523989151 577626112 95948 33554432000 4194304 4650419 140733331576448 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 141022 95948 395 112 0 135987 0
[pid=28124/tid=28126] ppid=28121 vsize=564088 CPUtime=758.15 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 131450 0 0 0 75763 52 0 0 25 0 4 0 523989151 577626112 95948 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=564088 CPUtime=762.3 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 141828 0 0 0 76176 54 0 0 25 0 4 0 523989151 577626112 95948 33554432000 4194304 4650419 140733331576448 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=564088 CPUtime=762.29 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 81920 0 0 0 76193 36 0 0 25 0 4 0 523989151 577626112 95948 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.09
Current children cumulated vsize (KiB) 564088

[startup+822.301 s]
/proc/loadavg: 8.06 8.08 8.03 9/184 28177
/proc/meminfo: memFree=30118504/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=577020 CPUtime=3284.79 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 516430 0 0 0 328264 215 0 0 25 0 4 0 523989151 590868480 96290 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 144255 96290 395 112 0 139220 0
[pid=28124/tid=28126] ppid=28121 vsize=577020 CPUtime=817.83 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 138111 0 0 0 81728 55 0 0 25 0 4 0 523989151 590868480 96290 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=577020 CPUtime=822.31 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 150476 0 0 0 82172 59 0 0 25 0 4 0 523989151 590868480 96290 33554432000 4194304 4650419 140733331576448 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=577020 CPUtime=822.3 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 87651 0 0 0 82191 39 0 0 25 0 4 0 523989151 590868480 96290 33554432000 4194304 4650419 140733331576448 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.79
Current children cumulated vsize (KiB) 577020

[startup+882.301 s]
/proc/loadavg: 8.02 8.06 8.03 9/184 28179
/proc/meminfo: memFree=30118592/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=564992 CPUtime=3524.46 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 539953 0 0 0 352220 226 0 0 25 0 4 0 523989151 578551808 98582 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 141248 98582 395 112 0 136213 0
[pid=28124/tid=28126] ppid=28121 vsize=564992 CPUtime=877.5 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 144181 0 0 0 87694 56 0 0 25 0 4 0 523989151 578551808 98582 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=564992 CPUtime=882.31 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 156796 0 0 0 88168 63 0 0 25 0 4 0 523989151 578551808 98582 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=564992 CPUtime=882.3 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 91667 0 0 0 88188 42 0 0 25 0 4 0 523989151 578551808 98582 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.46
Current children cumulated vsize (KiB) 564992

[startup+942.301 s]
/proc/loadavg: 8.04 8.06 8.03 9/184 28180
/proc/meminfo: memFree=30112472/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=563100 CPUtime=3764.14 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 562704 0 0 0 376176 238 0 0 25 0 4 0 523989151 576614400 104234 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 140775 104234 395 112 0 135740 0
[pid=28124/tid=28126] ppid=28121 vsize=563100 CPUtime=937.18 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 149912 0 0 0 93658 60 0 0 25 0 4 0 523989151 576614400 104234 33554432000 4194304 4650419 140733331576448 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=563100 CPUtime=942.31 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 161805 0 0 0 94165 66 0 0 25 0 4 0 523989151 576614400 104234 33554432000 4194304 4650419 140733331576448 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=563100 CPUtime=942.31 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 96784 0 0 0 94187 44 0 0 25 0 4 0 523989151 576614400 104234 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.14
Current children cumulated vsize (KiB) 563100

[startup+1002.3 s]
/proc/loadavg: 8.19 8.09 8.04 9/184 28182
/proc/meminfo: memFree=30088628/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=563436 CPUtime=4003.82 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 585432 0 0 0 400130 252 0 0 25 0 4 0 523989151 576958464 97882 33554432000 4194304 4650419 140733331576448 18446744073709551615 4366835 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 140859 97882 395 112 0 135824 0
[pid=28124/tid=28126] ppid=28121 vsize=563436 CPUtime=996.86 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 156420 0 0 0 99621 65 0 0 25 0 4 0 523989151 576958464 97882 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=563436 CPUtime=1002.32 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 168603 0 0 0 100161 71 0 0 25 0 4 0 523989151 576958464 97882 33554432000 4194304 4650419 140733331576448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=563436 CPUtime=1002.31 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 98834 0 0 0 100186 45 0 0 25 0 4 0 523989151 576958464 97882 33554432000 4194304 4650419 140733331576448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.82
Current children cumulated vsize (KiB) 563436

[startup+1062.3 s]
/proc/loadavg: 8.20 8.10 8.04 9/184 28183
/proc/meminfo: memFree=30072088/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=642644 CPUtime=4243.51 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 613798 0 0 0 424088 263 0 0 25 0 4 0 523989151 658067456 105721 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 160661 105721 395 112 0 155626 0
[pid=28124/tid=28126] ppid=28121 vsize=642644 CPUtime=1056.53 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 162800 0 0 0 105585 68 0 0 25 0 4 0 523989151 658067456 105721 33554432000 4194304 4650419 140733331576448 18446744073709551615 4366857 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=642644 CPUtime=1062.32 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 175282 0 0 0 106159 73 0 0 25 0 4 0 523989151 658067456 105721 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=642644 CPUtime=1062.32 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 107530 0 0 0 106184 48 0 0 25 0 4 0 523989151 658067456 105721 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.51
Current children cumulated vsize (KiB) 642644

[startup+1122.3 s]
/proc/loadavg: 8.19 8.11 8.05 9/184 28185
/proc/meminfo: memFree=30042540/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=642960 CPUtime=4483.17 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 640535 0 0 0 448043 274 0 0 25 0 4 0 523989151 658391040 110540 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 160740 110540 395 112 0 155705 0
[pid=28124/tid=28126] ppid=28121 vsize=642960 CPUtime=1116.2 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 170639 0 0 0 111549 71 0 0 25 0 4 0 523989151 658391040 110540 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=642960 CPUtime=1122.32 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 182981 0 0 0 112156 76 0 0 25 0 4 0 523989151 658391040 110540 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=642960 CPUtime=1122.31 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 111456 0 0 0 112181 50 0 0 25 0 4 0 523989151 658391040 110540 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.17
Current children cumulated vsize (KiB) 642960

[startup+1182.31 s]
/proc/loadavg: 8.13 8.11 8.05 9/184 28187
/proc/meminfo: memFree=30002812/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=599224 CPUtime=4722.88 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 665034 0 0 0 471999 289 0 0 25 0 4 0 523989151 613605376 109823 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 149806 109823 395 112 0 144771 0
[pid=28124/tid=28126] ppid=28121 vsize=599224 CPUtime=1175.88 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 176219 0 0 0 117514 74 0 0 25 0 4 0 523989151 613605376 109823 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=599224 CPUtime=1182.33 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 189789 0 0 0 118153 80 0 0 25 0 4 0 523989151 613605376 109823 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=599224 CPUtime=1182.31 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 116293 0 0 0 118179 52 0 0 25 0 4 0 523989151 613605376 109823 33554432000 4194304 4650419 140733331576448 18446744073709551615 4364648 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.88
Current children cumulated vsize (KiB) 599224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.10 8.05 9/184 28187
/proc/meminfo: memFree=29962128/32951124 swapFree=67111444/67111528
[pid=28124] ppid=28121 vsize=652260 CPUtime=4800.37 cores=1,3,5,7
/proc/28124/stat : 28124 (strangenight1-m) R 28121 28124 27910 0 -1 4202496 671770 0 0 0 479742 295 0 0 25 0 4 0 523989151 667914240 112818 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28124/statm: 163065 112818 395 112 0 158030 0
[pid=28124/tid=28126] ppid=28121 vsize=652260 CPUtime=1195.17 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 177541 0 0 0 119441 76 0 0 25 0 4 0 523989151 667914240 112818 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28124/tid=28127] ppid=28121 vsize=652260 CPUtime=1201.72 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 191252 0 0 0 120091 81 0 0 25 0 4 0 523989151 667914240 112818 33554432000 4194304 4650419 140733331576448 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28124/tid=28130] ppid=28121 vsize=652260 CPUtime=1201.71 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (strangenight1-m) R 28121 28124 27910 0 -1 4202560 117434 0 0 0 120118 53 0 0 25 0 4 0 523989151 667914240 112818 33554432000 4194304 4650419 140733331576448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 652260

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.42
CPU user time (s): 4797.45
CPU system time (s): 2.97155
CPU usage (%): 399.458
Max. virtual memory (cumulated for all children) (KiB): 748476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.45
system time used= 2.97155
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 671772
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= 620
involuntary context switches= 18629

runsolver used 1.83472 second user time and 4.73028 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-30 02:38:32
IDJOB=3175439
IDBENCH=83057
IDSOLVER=1588
FILE ID=node138/3175439-1304123912
RUNJOBID= node138-1304121504-27929
PBS_JOBID= 13170741
Free space on /tmp= 71808 MiB

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

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

MD5SUM BENCH= c3d1d9237da00564d672945308bcff7c
RANDOM SEED=231895542

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:     32951124 kB
MemFree:      30933244 kB
Buffers:        615756 kB
Cached:         949868 kB
SwapCached:         84 kB
Active:          96432 kB
Inactive:      1532808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30933244 kB
SwapTotal:    67111528 kB
SwapFree:     67111444 kB
Dirty:            6284 kB
Writeback:           0 kB
AnonPages:       63496 kB
Mapped:          14708 kB
Slab:           324044 kB
PageTables:       4672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188788 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= 71804 MiB
End job on node138 at 2011-04-30 02:58:36