Trace number 3175408

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.27 1201.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1610857498-043.SATISFIABLE.cnf
MD5SUM0d600e03980bc39de7eca1909ca62db5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.006998
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-3175408-1304122708.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.00 s
0.00/0.00	c  N st     0         0       550      2343         0         0      7029         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/2343/2343 lits-rem:0 time: 0.01
3.17/0.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    550 time:  0.00 s
3.17/0.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     21  v-fix:    0  time:  0.01 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:     240 undec:      77 neg:     233
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0       529      2316         0         0      7061         0   no data   no data  --
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4920       529      2316         0      4861      7061    124826   no data   no data  --
3.17/0.80	c  N st    10     11302       529      2316         0      4497      7061     78478   no data   no data  --
3.17/0.80	c  N st    11     17045       529      2316         0     10098      7061    218808   no data   no data  --
3.98/1.10	c  F st    12     25001       529      2316         0     12428      7061    292179   no data   no data  --
3.98/1.10	c  N st    12     25001       529      2316         0     12428      7061    292179   no data   no data  --
5.57/1.40	c Decided on static restart strategy
5.57/1.40	c  N st    18     30000       529      2316         0     10687      7061    213660   no data   no data  --
5.57/1.40	c  S st    18     30000       529      2316         0     10687      7061    213660   no data   no data  --
5.57/1.40	c  S st    18     30505       529      2316         0     11191      7061    225139   no data   no data  --
5.57/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.57/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.57/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
5.57/1.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.38/1.61	c lits-rem:       236  cl-subs:      451  v-elim:      0  v-fix:    0  time:  0.86 s
6.38/1.62	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.04
6.38/1.62	c calculated reachability. Time: 0.00
6.38/1.62	c  N st    18     30505       529      2316         0     10740      7061    212064   no data   no data  --
7.97/2.06	c  N st    20     37615       529      2316         0     10005      7061    179044   no data   no data  --
9.56/2.44	c  N st    21     44015       529      2316         0     16283      7061    336847   no data   no data  --
9.97/2.57	c  S st    22     45759       529      2316         0      9221      7061    138545   no data   no data  --
10.37/2.60	c  S st    22     46262       529      2316         0      9724      7061    150501   no data   no data  --
10.37/2.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.37/2.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.37/2.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.37/2.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.37/2.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.37/2.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
10.37/2.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.77/2.71	c lits-rem:        29  cl-subs:       70  v-elim:      0  v-fix:    0  time:  0.40 s
10.77/2.75	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
10.77/2.75	c vivif2 --  cl tried     9654 cl shrink        0 lits rem          0 time: 0.00
10.77/2.75	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.03
10.77/2.75	c calculated reachability. Time: 0.00
10.77/2.75	c  N st    22     46262       529      2316         0      9654      7061    148595   no data   no data  --
14.36/3.65	c  N st    23     60660       529      2316         0     13955      7061    248272   no data   no data  --
17.16/4.30	c  N st    24     69394       529      2316         0     11764      7061    181495   no data   no data  --
17.16/4.30	c  S st    24     69394       529      2316         0     11764      7061    181495   no data   no data  --
17.16/4.33	c  S st    24     69897       529      2316         0     12267      7061    193328   no data   no data  --
17.16/4.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.16/4.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.16/4.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
17.16/4.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.16/4.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.16/4.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
17.16/4.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.97/4.55	c lits-rem:        80  cl-subs:      111  v-elim:      0  v-fix:    0  time:  0.80 s
17.97/4.55	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
17.97/4.55	c vivif2 --  cl tried    12156 cl shrink        0 lits rem          0 time: 0.01
17.97/4.56	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.04
17.97/4.56	c calculated reachability. Time: 0.00
17.97/4.56	c  N st    24     69897       529      2316         0     12156      7061    190310   no data   no data  --
23.15/5.86	c  F st    25     87502       529      2316         0     17758      7061    335539   no data   no data  --
23.15/5.86	c  N st    25     87502       529      2316         0     17758      7061    335539   no data   no data  --
24.75/6.26	c Decided on static restart strategy
25.94/6.50	c  N st    32     95542       529      2316         0     25671      7061    538381   no data   no data  --
28.75/7.24	c  N st    34    104846       529      2316         0     21981      7061    417582   no data   no data  --
28.75/7.24	c  S st    34    104846       529      2316         0     21981      7061    417582   no data   no data  --
29.15/7.30	c  S st    34    105349       529      2316         0     22482      7061    429816   no data   no data  --
29.15/7.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.15/7.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.15/7.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
29.15/7.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.15/7.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.15/7.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
29.15/7.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.53/8.43	c lits-rem:       333  cl-subs:     1095  v-elim:      0  v-fix:    0  time:  4.40 s
33.53/8.43	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
33.53/8.43	c vivif2 --  cl tried    21387 cl shrink        0 lits rem          0 time: 0.02
33.53/8.45	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.08
33.53/8.45	c calculated reachability. Time: 0.00
33.53/8.45	c  N st    34    105349       529      2316         0     21387      7061    396984   no data   no data  --
37.13/9.32	c  N st    35    114947       529      2316         0     17053      7061    261637   no data   no data  --
41.92/10.51	c  N st    36    129346       529      2316         0     16457      7061    229020   no data   no data  --
49.11/12.30	c  N st    37    150941       529      2316         0     21924      7061    360083   no data   no data  --
51.91/13.00	c  S st    38    158026       529      2316         0     28878      7061    541595   no data   no data  --
51.91/13.07	c  S st    38    158529       529      2316         0     29381      7061    554269   no data   no data  --
51.91/13.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.91/13.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.91/13.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
52.31/13.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.31/13.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.31/13.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
52.31/13.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
58.70/14.77	c lits-rem:       596  cl-subs:     1185  v-elim:      0  v-fix:    0  time:  6.64 s
58.70/14.77	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
58.70/14.77	c vivif2 --  cl tried    28196 cl shrink        0 lits rem          0 time: 0.02
59.10/14.80	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.10
59.10/14.80	c calculated reachability. Time: 0.00
59.10/14.80	c  N st    38    158529       529      2316         0     28196      7061    522360   no data   no data  --
80.27/20.17	c  N st    39    207118       529      2316         0     22920      7061    334800   no data   no data  --
93.45/23.41	c  N st    40    237793       529      2316         0     33331      7061    596043   no data   no data  --
93.45/23.41	c  S st    40    237793       529      2316         0     33331      7061    596043   no data   no data  --
93.85/23.51	c  S st    40    238297       529      2316         0     33833      7061    608844   no data   no data  --
93.85/23.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
93.85/23.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
93.85/23.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
93.85/23.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.85/23.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.85/23.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
93.85/23.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
101.46/25.49	c lits-rem:      1050  cl-subs:     1321  v-elim:      0  v-fix:    0  time:  7.76 s
101.46/25.49	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
101.46/25.49	c vivif2 --  cl tried    32512 cl shrink        0 lits rem          0 time: 0.02
101.84/25.52	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.11
101.84/25.52	c calculated reachability. Time: 0.00
101.84/25.52	c  N st    40    238297       529      2316         0     32512      7061    571491   no data   no data  --
133.40/33.44	c  F st    41    306253       529      2316         0     34469      7061    551828   no data   no data  --
133.40/33.44	c  N st    41    306253       529      2316         0     34469      7061    551828   no data   no data  --
135.80/34.06	c Decided on static restart strategy
146.98/36.85	c  N st    51    334556       529      2316         0     38671      7061    670624   no data   no data  --
157.76/39.60	c  N st    53    357447       529      2316         0     36635      7061    598397   no data   no data  --
157.76/39.60	c  S st    53    357447       529      2316         0     36635      7061    598397   no data   no data  --
158.17/39.70	c  S st    53    357949       529      2316         0     37136      7061    610264   no data   no data  --
158.17/39.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
158.17/39.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
158.58/39.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
158.58/39.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
158.58/39.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
158.58/39.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
158.58/39.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
165.35/41.43	c lits-rem:       506  cl-subs:      970  v-elim:      0  v-fix:    0  time:  6.78 s
165.35/41.43	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
165.35/41.43	c vivif2 --  cl tried    36166 cl shrink        0 lits rem          0 time: 0.03
165.35/41.46	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.13
165.35/41.47	c calculated reachability. Time: 0.00
165.35/41.47	c  N st    53    357949       529      2316         0     36166      7061    582323   no data   no data  --
183.33/45.97	c  N st    54    390342       529      2316         0     42429      7061    738411   no data   no data  --
213.29/53.40	c  N st    55    438930       529      2316         0     36048      7061    511002   no data   no data  --
258.42/64.70	c  N st    56    511813       529      2316         0     49708      7061    865741   no data   no data  --
274.00/68.63	c  N st    57    536924       529      2316         0     43920      7061    655204   no data   no data  --
274.00/68.63	c  S st    57    536924       529      2316         0     43920      7061    655204   no data   no data  --
274.40/68.75	c  S st    57    537424       529      2316         0     44416      7061    667128   no data   no data  --
274.40/68.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
274.40/68.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
274.40/68.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
274.40/68.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
274.40/68.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
274.40/68.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
274.40/68.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
282.39/70.72	c lits-rem:       504  cl-subs:     1106  v-elim:      0  v-fix:    0  time:  7.72 s
282.39/70.72	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
282.39/70.73	c vivif2 --  cl tried    43310 cl shrink        0 lits rem          0 time: 0.03
282.39/70.78	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.18
282.39/70.78	c calculated reachability. Time: 0.00
282.39/70.78	c  N st    57    537424       529      2316         0     43310      7061    640837   no data   no data  --
390.64/97.84	c  N st    58    701410       529      2316         0     37331      7061    423733   no data   no data  --
470.55/117.83	c  N st    59    806137       529      2316         0     66312      7061   1190017   no data   no data  --
470.55/117.83	c  S st    59    806137       529      2316         0     66312      7061   1190017   no data   no data  --
471.33/118.03	c  S st    59    806638       529      2316         0     66812      7061   1202243   no data   no data  --
471.33/118.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
471.33/118.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
471.33/118.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
471.73/118.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
471.73/118.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
471.73/118.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
471.73/118.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
486.51/121.88	c lits-rem:        33  cl-subs:     3812  v-elim:      0  v-fix:    0  time: 15.09 s
486.51/121.88	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
486.51/121.89	c vivif2 --  cl tried    63000 cl shrink        0 lits rem          0 time: 0.06
486.91/121.97	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.32
486.91/121.98	c calculated reachability. Time: 0.00
486.91/121.98	c  N st    59    806638       529      2316         0     63000      7061   1105305   no data   no data  --
708.20/177.30	c  F st    60   1071875       529      2316         0     78611      7061   1355353   no data   no data  --
708.20/177.30	c  N st    60   1071875       529      2316         0     78611      7061   1355353   no data   no data  --
715.00/179.00	c Decided on static restart strategy
734.57/183.99	c  N st    70   1100183       529      2316         0     62581      7061    928351   no data   no data  --
771.32/193.17	c  N st    72   1136176       529      2316         0     52826      7061    644770   no data   no data  --
802.87/201.00	c  N st    73   1168568       529      2316         0     84444      7061   1474135   no data   no data  --
840.83/210.59	c  N st    74   1209957       529      2316         0     79118      7061   1358520   no data   no data  --
840.83/210.59	c  S st    74   1209957       529      2316         0     79118      7061   1358520   no data   no data  --
842.03/210.83	c  S st    74   1210464       529      2316         0     79624      7061   1370597   no data   no data  --
842.03/210.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
842.03/210.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
842.03/210.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
842.43/210.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
842.43/210.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
842.43/210.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
842.43/210.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
861.62/215.78	c lits-rem:       317  cl-subs:     3541  v-elim:      0  v-fix:    0  time: 19.40 s
861.62/215.78	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
861.99/215.80	c vivif2 --  cl tried    76083 cl shrink        0 lits rem          0 time: 0.07
862.39/215.93	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.54
862.39/215.93	c calculated reachability. Time: 0.00
862.39/215.93	c  N st    74   1210464       529      2316         0     76083      7061   1277523   no data   no data  --
947.07/237.16	c  N st    75   1283346       529      2316         0     52524      7061    585998   no data   no data  --
1067.31/267.23	c  N st    76   1392670       529      2316         0     60965      7061    797482   no data   no data  --
1235.48/309.34	c  N st    77   1556655       529      2316         0     65713      7061    864427   no data   no data  --
1412.84/353.75	c  N st    78   1710465       529      2316         0    107442      7061   1935404   no data   no data  --
1412.84/353.75	c  S st    78   1710465       529      2316         0    107442      7061   1935404   no data   no data  --
1414.04/354.07	c  S st    78   1710971       529      2316         0    107946      7061   1948354   no data   no data  --
1414.04/354.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1414.04/354.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1414.44/354.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1414.44/354.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1414.44/354.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1414.44/354.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
1414.44/354.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1475.15/369.31	c lits-rem:        57  cl-subs:     6638  v-elim:      0  v-fix:    0  time: 60.34 s
1475.15/369.31	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
1475.15/369.33	c vivif2 --  cl tried   101308 cl shrink        0 lits rem          0 time: 0.09
1475.55/369.48	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.57
1475.55/369.48	c calculated reachability. Time: 0.00
1475.55/369.48	c  N st    78   1710971       529      2316         0    101308      7061   1773296   no data   no data  --
1925.73/482.15	c  N st    79   2079935       529      2316         0    112353      7061   1917507   no data   no data  --
2101.49/526.19	c  N st    80   2210972       529      2316         0    116438      7061   2009725   no data   no data  --
2101.49/526.19	c  S st    80   2210972       529      2316         0    116438      7061   2009725   no data   no data  --
2103.09/526.56	c  S st    80   2211476       529      2316         0    116941      7061   2022555   no data   no data  --
2103.09/526.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2103.09/526.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2103.49/526.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
2103.90/526.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2103.90/526.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2103.90/526.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
2103.90/526.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2166.63/542.42	c lits-rem:       115  cl-subs:     7535  v-elim:      0  v-fix:    0  time: 62.75 s
2166.63/542.42	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
2166.63/542.44	c vivif2 --  cl tried   109406 cl shrink        0 lits rem          0 time: 0.10
2167.40/542.60	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.62
2167.40/542.60	c calculated reachability. Time: 0.00
2167.40/542.60	c  N st    80   2211476       529      2316         0    109406      7061   1828889   no data   no data  --
2833.30/709.30	c  N st    81   2711476       529      2316         0    132482      7061   2302978   no data   no data  --
2833.30/709.30	c  S st    81   2711476       529      2316         0    132482      7061   2302978   no data   no data  --
2834.89/709.74	c  S st    81   2711980       529      2316         0    132981      7061   2315893   no data   no data  --
2834.89/709.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2834.89/709.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2835.29/709.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.28
2835.29/709.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2835.29/709.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2835.29/709.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
2835.29/709.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2950.73/738.74	c lits-rem:       464  cl-subs:    12348  v-elim:      0  v-fix:    0  time: 115.17 s
2950.73/738.74	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
2950.73/738.77	c vivif2 --  cl tried   120633 cl shrink        0 lits rem          0 time: 0.11
2951.53/738.96	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.77
2951.53/738.96	c calculated reachability. Time: 0.00
2951.53/738.96	c  N st    81   2711980       529      2316         0    120633      7061   2027445   no data   no data  --
3674.54/919.99	c  N st    82   3211982       529      2316         0     97328      7061   1290544   no data   no data  --
3674.54/919.99	c  S st    82   3211982       529      2316         0     97328      7061   1290544   no data   no data  --
3676.14/920.30	c  S st    82   3212485       529      2316         0     97830      7061   1303100   no data   no data  --
3676.14/920.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3676.14/920.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3676.14/920.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
3676.54/920.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3676.54/920.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3676.54/920.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
3676.54/920.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3692.11/924.34	c lits-rem:       436  cl-subs:     2868  v-elim:      0  v-fix:    0  time: 15.72 s
3692.11/924.34	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
3692.11/924.35	c vivif2 --  cl tried    94962 cl shrink        0 lits rem          0 time: 0.07
3692.51/924.48	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.51
3692.51/924.48	c calculated reachability. Time: 0.00
3692.51/924.48	c  N st    82   3212485       529      2316         0     94962      7061   1227053   no data   no data  --
4479.44/1121.42	c  N st    83   3712491       529      2316         0    105804      7061   1387767   no data   no data  --
4479.44/1121.42	c  S st    83   3712491       529      2316         0    105804      7061   1387767   no data   no data  --
4480.64/1121.76	c  S st    83   3712994       529      2316         0    106306      7061   1400982   no data   no data  --
4480.64/1121.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4480.64/1121.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4481.04/1121.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
4481.04/1121.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4481.04/1121.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4481.04/1121.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
4481.04/1121.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4500.60/1126.77	c lits-rem:       191  cl-subs:     4829  v-elim:      0  v-fix:    0  time: 19.58 s
4500.60/1126.77	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
4500.60/1126.79	c vivif2 --  cl tried   101477 cl shrink        0 lits rem          0 time: 0.08
4501.41/1126.93	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.56
4501.41/1126.94	c calculated reachability. Time: 0.00
4501.41/1126.94	c  N st    83   3712994       529      2316         0    101477      7061   1292909   no data   no data  --
4559.33/1141.47	c  F st    84   3751563       529      2316         0    139004      7061   2293108   no data   no data  --
4559.33/1141.47	c  N st    84   3751563       529      2316         0    139004      7061   2293108   no data   no data  --
4571.30/1144.41	c Decided on static restart strategy
4619.24/1156.48	c  N st    94   3779866       529      2316         0     83907      7061    791641   no data   no data  --
4669.99/1169.19	c  N st    96   3815859       529      2316         0    119063      7061   1676016   no data   no data  --
4734.69/1185.35	c  N st    97   3848251       529      2316         0    150785      7061   2516945   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-3175408-1304122708/watcher-3175408-1304122708 -o /tmp/evaluation-result-3175408-1304122708/solver-3175408-1304122708 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175408-1304122708.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.04 8.04 7.98 6/180 28057
/proc/meminfo: memFree=30926904/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=208068 CPUtime=0 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 670 0 0 0 0 0 0 0 25 0 4 0 523868779 213061632 587 33554432000 4194304 4650419 140736015814272 18446744073709551615 4316973 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 52017 591 343 112 0 46982 0
[pid=28057/tid=28058] ppid=28055 vsize=298244 CPUtime=0 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 72 0 0 0 0 0 0 0 25 0 4 0 523868779 305401856 600 33554432000 4194304 4650419 140736015814272 18446744073709551615 228122375201 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=273604 CPUtime=0 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 24 0 0 0 0 0 0 0 25 0 4 0 523868779 280170496 604 33554432000 4194304 4650419 140736015814272 18446744073709551615 228122757303 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=273604 CPUtime=0 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 98 0 0 0 0 0 0 0 25 0 4 0 523868779 280170496 604 33554432000 4194304 4650419 140736015814272 18446744073709551615 4373800 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.106402 s]
/proc/loadavg: 8.04 8.04 7.98 6/180 28057
/proc/meminfo: memFree=30926904/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=282428 CPUtime=0.4 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 1817 0 0 0 40 0 0 0 25 0 4 0 523868779 289206272 1688 33554432000 4194304 4650419 140736015814272 18446744073709551615 4367284 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 70607 1688 391 112 0 65572 0
[pid=28057/tid=28058] ppid=28055 vsize=282428 CPUtime=0.1 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 378 0 0 0 10 0 0 0 18 0 4 0 523868779 289206272 1688 33554432000 4194304 4650419 140736015814272 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=282428 CPUtime=0.1 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 358 0 0 0 10 0 0 0 18 0 4 0 523868779 289206272 1688 33554432000 4194304 4650419 140736015814272 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=282428 CPUtime=0.09 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 294 0 0 0 9 0 0 0 25 0 4 0 523868779 289206272 1688 33554432000 4194304 4650419 140736015814272 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282428

[startup+0.200386 s]
/proc/loadavg: 8.04 8.04 7.98 6/180 28057
/proc/meminfo: memFree=30926904/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=283584 CPUtime=0.78 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 2558 0 0 0 78 0 0 0 25 0 4 0 523868779 290390016 1820 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 70896 1820 393 112 0 65861 0
[pid=28057/tid=28058] ppid=28055 vsize=283584 CPUtime=0.19 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 566 0 0 0 19 0 0 0 18 0 4 0 523868779 290390016 1820 33554432000 4194304 4650419 140736015814272 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=283584 CPUtime=0.19 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 544 0 0 0 19 0 0 0 18 0 4 0 523868779 290390016 1821 33554432000 4194304 4650419 140736015814272 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=283584 CPUtime=0.19 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 472 0 0 0 19 0 0 0 25 0 4 0 523868779 290390016 1821 33554432000 4194304 4650419 140736015814272 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283584

[startup+0.300367 s]
/proc/loadavg: 8.04 8.04 7.98 6/180 28057
/proc/meminfo: memFree=30926904/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=283728 CPUtime=1.18 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 2946 0 0 0 118 0 0 0 25 0 4 0 523868779 290537472 2208 33554432000 4194304 4650419 140736015814272 18446744073709551615 4364412 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 70932 2208 393 112 0 65897 0
[pid=28057/tid=28058] ppid=28055 vsize=283728 CPUtime=0.29 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 667 0 0 0 29 0 0 0 18 0 4 0 523868779 290537472 2208 33554432000 4194304 4650419 140736015814272 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=283728 CPUtime=0.29 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 639 0 0 0 29 0 0 0 18 0 4 0 523868779 290537472 2208 33554432000 4194304 4650419 140736015814272 18446744073709551615 4328199 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=283728 CPUtime=0.29 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 570 0 0 0 29 0 0 0 25 0 4 0 523868779 290537472 2208 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283728

[startup+0.700297 s]
/proc/loadavg: 8.04 8.04 7.98 6/180 28057
/proc/meminfo: memFree=30926904/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=284728 CPUtime=2.78 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 4711 0 0 0 278 0 0 0 25 0 4 0 523868779 291561472 2803 33554432000 4194304 4650419 140736015814272 18446744073709551615 4364400 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 71182 2803 393 112 0 66147 0
[pid=28057/tid=28058] ppid=28055 vsize=284728 CPUtime=0.69 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 1084 0 0 0 69 0 0 0 18 0 4 0 523868779 291561472 2803 33554432000 4194304 4650419 140736015814272 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=284728 CPUtime=0.69 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 1061 0 0 0 69 0 0 0 18 0 4 0 523868779 291561472 2803 33554432000 4194304 4650419 140736015814272 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=284728 CPUtime=0.69 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 1088 0 0 0 69 0 0 0 25 0 4 0 523868779 291561472 2803 33554432000 4194304 4650419 140736015814272 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284728

[startup+1.50115 s]
/proc/loadavg: 8.04 8.04 7.98 9/184 28061
/proc/meminfo: memFree=30910104/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=285916 CPUtime=5.98 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 9051 0 0 0 596 2 0 0 25 0 4 0 523868779 292777984 4869 33554432000 4194304 4650419 140736015814272 18446744073709551615 4438661 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 71479 4869 395 112 0 66444 0
[pid=28057/tid=28058] ppid=28055 vsize=285916 CPUtime=1.48 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 1908 0 0 0 148 0 0 0 20 0 4 0 523868779 292777984 4869 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=285916 CPUtime=1.49 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 1888 0 0 0 149 0 0 0 20 0 4 0 523868779 292777984 4869 33554432000 4194304 4650419 140736015814272 18446744073709551615 4333771 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=285916 CPUtime=1.48 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 1685 0 0 0 148 0 0 0 25 0 4 0 523868779 292777984 4869 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 285916

[startup+3.10086 s]
/proc/loadavg: 8.04 8.04 7.98 9/184 28061
/proc/meminfo: memFree=30872036/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=295408 CPUtime=12.36 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 17251 0 0 0 1233 3 0 0 25 0 4 0 523868779 302497792 9653 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 73852 9653 395 112 0 68817 0
[pid=28057/tid=28058] ppid=28055 vsize=295408 CPUtime=3.09 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 4077 0 0 0 308 1 0 0 25 0 4 0 523868779 302497792 9654 33554432000 4194304 4650419 140736015814272 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=295408 CPUtime=3.08 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 4585 0 0 0 308 0 0 0 25 0 4 0 523868779 302497792 9654 33554432000 4194304 4650419 140736015814272 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=295408 CPUtime=3.07 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 3736 0 0 0 307 0 0 0 25 0 4 0 523868779 302497792 9654 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 295408

[startup+6.30029 s]
/proc/loadavg: 8.03 8.04 7.98 9/184 28061
/proc/meminfo: memFree=30827644/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=322908 CPUtime=25.15 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 27273 0 0 0 2510 5 0 0 25 0 4 0 523868779 330657792 15105 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 80727 15105 395 112 0 75692 0
[pid=28057/tid=28058] ppid=28055 vsize=322908 CPUtime=6.28 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 6906 0 0 0 627 1 0 0 25 0 4 0 523868779 330657792 15105 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=322908 CPUtime=6.29 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 7984 0 0 0 628 1 0 0 25 0 4 0 523868779 330657792 15105 33554432000 4194304 4650419 140736015814272 18446744073709551615 4433093 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=322908 CPUtime=6.25 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 5192 0 0 0 625 0 0 0 25 0 4 0 523868779 330657792 15105 33554432000 4194304 4650419 140736015814272 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 322908

[startup+12.7011 s]
/proc/loadavg: 8.03 8.04 7.98 9/184 28061
/proc/meminfo: memFree=30784120/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=323836 CPUtime=50.71 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 39821 0 0 0 5063 8 0 0 25 0 4 0 523868779 331608064 19026 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 80959 19026 395 112 0 75924 0
[pid=28057/tid=28058] ppid=28055 vsize=323836 CPUtime=12.69 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 11078 0 0 0 1267 2 0 0 25 0 4 0 523868779 331608064 19026 33554432000 4194304 4650419 140736015814272 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=323836 CPUtime=12.68 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 10888 0 0 0 1267 1 0 0 25 0 4 0 523868779 331608064 19026 33554432000 4194304 4650419 140736015814272 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=323836 CPUtime=12.62 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 6429 0 0 0 1261 1 0 0 25 0 4 0 523868779 331608064 19026 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 323836

[startup+25.5008 s]
/proc/loadavg: 8.10 8.05 7.99 9/184 28062
/proc/meminfo: memFree=30718628/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=315676 CPUtime=101.84 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 60377 0 0 0 10172 12 0 0 25 0 4 0 523868779 323252224 26611 33554432000 4194304 4650419 140736015814272 18446744073709551615 4370522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 78919 26611 395 112 0 73884 0
[pid=28057/tid=28058] ppid=28055 vsize=315676 CPUtime=25.49 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 17387 0 0 0 2545 4 0 0 25 0 4 0 523868779 323252224 26611 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=315676 CPUtime=25.48 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 17109 0 0 0 2545 3 0 0 25 0 4 0 523868779 323252224 26611 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=315676 CPUtime=25.35 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 7363 0 0 0 2534 1 0 0 25 0 4 0 523868779 323252224 26611 33554432000 4194304 4650419 140736015814272 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 315676

[startup+51.1012 s]
/proc/loadavg: 8.06 8.05 7.99 9/184 28062
/proc/meminfo: memFree=30658440/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=327072 CPUtime=204.1 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 90561 0 0 0 20390 20 0 0 25 0 4 0 523868779 334921728 35090 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 81768 35090 395 112 0 76733 0
[pid=28057/tid=28058] ppid=28055 vsize=327072 CPUtime=51.08 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 27714 0 0 0 5102 6 0 0 25 0 4 0 523868779 334921728 35090 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=327072 CPUtime=51.08 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 26452 0 0 0 5103 5 0 0 25 0 4 0 523868779 334921728 35090 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=327072 CPUtime=50.81 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 8517 0 0 0 5080 1 0 0 25 0 4 0 523868779 334921728 35090 33554432000 4194304 4650419 140736015814272 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 327072

[startup+102.301 s]
/proc/loadavg: 8.12 8.07 8.00 9/184 28064
/proc/meminfo: memFree=30605688/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=329860 CPUtime=408.64 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 136616 0 0 0 40830 34 0 0 25 0 4 0 523868779 337776640 39668 33554432000 4194304 4650419 140736015814272 18446744073709551615 4330813 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 82465 39668 395 112 0 77430 0
[pid=28057/tid=28058] ppid=28055 vsize=329860 CPUtime=102.3 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 41494 0 0 0 10219 11 0 0 25 0 4 0 523868779 337776640 39668 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=329860 CPUtime=102.27 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 41154 0 0 0 10218 9 0 0 25 0 4 0 523868779 337776640 39668 33554432000 4194304 4650419 140736015814272 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=329860 CPUtime=101.74 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 10765 0 0 0 10172 2 0 0 25 0 4 0 523868779 337776640 39668 33554432000 4194304 4650419 140736015814272 18446744073709551615 4439280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 329860

[startup+162.3 s]

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

[pid=28057] ppid=28055 vsize=600168 CPUtime=2565.66 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 408659 0 0 0 256426 140 0 0 25 0 4 0 523868779 614572032 93771 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 150042 93771 395 112 0 145007 0
[pid=28057/tid=28058] ppid=28055 vsize=600168 CPUtime=642.3 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 121955 0 0 0 64187 43 0 0 25 0 4 0 523868779 614572032 93771 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=600168 CPUtime=642.21 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 136621 0 0 0 64176 45 0 0 25 0 4 0 523868779 614572032 93771 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=600168 CPUtime=638.81 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 28872 0 0 0 63871 10 0 0 25 0 4 0 523868779 614572032 93771 33554432000 4194304 4650419 140736015814272 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.66
Current children cumulated vsize (KiB) 600168

[startup+702.301 s]
/proc/loadavg: 8.00 8.05 8.01 9/184 28080
/proc/meminfo: memFree=30179452/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=623200 CPUtime=2805.33 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 437233 0 0 0 280380 153 0 0 25 0 4 0 523868779 638156800 97314 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 155800 97314 395 112 0 150765 0
[pid=28057/tid=28058] ppid=28055 vsize=623200 CPUtime=702.3 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 132323 0 0 0 70183 47 0 0 25 0 4 0 523868779 638156800 97314 33554432000 4194304 4650419 140736015814272 18446744073709551615 4334343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=623200 CPUtime=702.21 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 145020 0 0 0 70171 50 0 0 25 0 4 0 523868779 638156800 97314 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=623200 CPUtime=698.48 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 33986 0 0 0 69836 12 0 0 25 0 4 0 523868779 638156800 97314 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 623200

[startup+762.301 s]
/proc/loadavg: 8.00 8.04 8.01 9/184 28081
/proc/meminfo: memFree=30163052/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=623432 CPUtime=3045.02 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 454900 0 0 0 304341 161 0 0 25 0 4 0 523868779 638394368 100594 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 155858 100594 395 112 0 150823 0
[pid=28057/tid=28058] ppid=28055 vsize=623432 CPUtime=762.3 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 139310 0 0 0 76181 49 0 0 25 0 4 0 523868779 638394368 100594 33554432000 4194304 4650419 140736015814272 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=623432 CPUtime=762.21 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 152496 0 0 0 76167 54 0 0 25 0 4 0 523868779 638394368 100594 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=623432 CPUtime=758.16 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 34072 0 0 0 75804 12 0 0 25 0 4 0 523868779 638394368 100594 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 623432

[startup+822.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/184 28083
/proc/meminfo: memFree=30135360/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=624040 CPUtime=3284.67 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 472930 0 0 0 328298 169 0 0 25 0 4 0 523868779 639016960 99126 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 156010 99126 395 112 0 150975 0
[pid=28057/tid=28058] ppid=28055 vsize=624040 CPUtime=822.31 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 146309 0 0 0 82178 53 0 0 25 0 4 0 523868779 639016960 99126 33554432000 4194304 4650419 140736015814272 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=624040 CPUtime=822.2 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 159460 0 0 0 82163 57 0 0 25 0 4 0 523868779 639016960 99126 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=624040 CPUtime=817.83 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 34360 0 0 0 81770 13 0 0 25 0 4 0 523868779 639016960 99126 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 624040

[startup+882.307 s]
/proc/loadavg: 8.09 8.05 8.01 9/184 28085
/proc/meminfo: memFree=30081972/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=624604 CPUtime=3524.36 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 496352 0 0 0 352258 178 0 0 25 0 4 0 523868779 639594496 112149 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 156151 112149 395 112 0 151116 0
[pid=28057/tid=28058] ppid=28055 vsize=624604 CPUtime=882.31 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 156358 0 0 0 88175 56 0 0 25 0 4 0 523868779 639594496 112149 33554432000 4194304 4650419 140736015814272 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=624604 CPUtime=882.19 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 166566 0 0 0 88159 60 0 0 25 0 4 0 523868779 639594496 112149 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=624604 CPUtime=877.51 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 34522 0 0 0 87738 13 0 0 25 0 4 0 523868779 639594496 112149 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 624604

[startup+942.301 s]
/proc/loadavg: 8.11 8.07 8.01 9/184 28086
/proc/meminfo: memFree=30089736/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=624824 CPUtime=3764.02 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 517405 0 0 0 376214 188 0 0 25 0 4 0 523868779 639819776 109474 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 156206 109474 395 112 0 151171 0
[pid=28057/tid=28058] ppid=28055 vsize=624824 CPUtime=942.3 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 163508 0 0 0 94171 59 0 0 25 0 4 0 523868779 639819776 109474 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=624824 CPUtime=942.19 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 177115 0 0 0 94155 64 0 0 25 0 4 0 523868779 639819776 109474 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=624824 CPUtime=937.18 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 34731 0 0 0 93705 13 0 0 25 0 4 0 523868779 639819776 109474 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 624824

[startup+1002.3 s]
/proc/loadavg: 8.20 8.10 8.02 9/184 28088
/proc/meminfo: memFree=30054964/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=625440 CPUtime=4003.68 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 533613 0 0 0 400173 195 0 0 25 0 4 0 523868779 640450560 108371 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 156360 108371 395 112 0 151325 0
[pid=28057/tid=28058] ppid=28055 vsize=625440 CPUtime=1002.31 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 168588 0 0 0 100169 62 0 0 25 0 4 0 523868779 640450560 108371 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=625440 CPUtime=1002.17 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 184473 0 0 0 100151 66 0 0 25 0 4 0 523868779 640450560 108371 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=625440 CPUtime=996.85 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 34830 0 0 0 99672 13 0 0 25 0 4 0 523868779 640450560 108371 33554432000 4194304 4650419 140736015814272 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 625440

[startup+1062.3 s]
/proc/loadavg: 8.07 8.08 8.02 9/184 28089
/proc/meminfo: memFree=30005416/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=675660 CPUtime=4243.36 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 551553 0 0 0 424132 204 0 0 25 0 4 0 523868779 691875840 115517 33554432000 4194304 4650419 140736015814272 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 168915 115517 395 112 0 163880 0
[pid=28057/tid=28058] ppid=28055 vsize=675660 CPUtime=1062.31 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 172285 0 0 0 106167 64 0 0 25 0 4 0 523868779 691875840 115517 33554432000 4194304 4650419 140736015814272 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=675660 CPUtime=1062.17 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 190391 0 0 0 106148 69 0 0 25 0 4 0 523868779 691875840 115517 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=675660 CPUtime=1056.53 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 37361 0 0 0 105639 14 0 0 25 0 4 0 523868779 691875840 115517 33554432000 4194304 4650419 140736015814272 18446744073709551615 4366857 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.36
Current children cumulated vsize (KiB) 675660

[startup+1122.3 s]
/proc/loadavg: 8.02 8.06 8.01 9/184 28091
/proc/meminfo: memFree=30006096/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=700288 CPUtime=4483.03 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 573795 0 0 0 448094 209 0 0 25 0 4 0 523868779 717094912 119079 33554432000 4194304 4650419 140736015814272 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 175072 119079 395 112 0 170037 0
[pid=28057/tid=28058] ppid=28055 vsize=700288 CPUtime=1122.31 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 180528 0 0 0 112166 65 0 0 25 0 4 0 523868779 717094912 119079 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=700288 CPUtime=1122.17 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 200329 0 0 0 112145 72 0 0 25 0 4 0 523868779 717094912 119079 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=700288 CPUtime=1116.2 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 38714 0 0 0 111606 14 0 0 25 0 4 0 523868779 717094912 119079 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 700288

[startup+1182.3 s]
/proc/loadavg: 8.08 8.06 8.01 9/184 28093
/proc/meminfo: memFree=29957204/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=766132 CPUtime=4722.7 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 591875 0 0 0 472054 216 0 0 25 0 4 0 523868779 784519168 128560 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 191533 128560 395 112 0 186498 0
[pid=28057/tid=28058] ppid=28055 vsize=766132 CPUtime=1182.31 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 187059 0 0 0 118164 67 0 0 25 0 4 0 523868779 784519168 128560 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=766132 CPUtime=1182.16 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 205571 0 0 0 118141 75 0 0 25 0 4 0 523868779 784519168 128560 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=766132 CPUtime=1175.88 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 40404 0 0 0 117573 15 0 0 25 0 4 0 523868779 784519168 128560 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.7
Current children cumulated vsize (KiB) 766132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.13 8.07 8.01 5/179 28094
/proc/meminfo: memFree=30447892/32951124 swapFree=67111444/67111528
[pid=28057] ppid=28055 vsize=713544 CPUtime=4800.21 cores=0,2,4,6
/proc/28057/stat : 28057 (strangenight1-m) R 28055 28057 27910 0 -1 4202496 597720 0 0 0 479803 218 0 0 25 0 4 0 523868779 730669056 120498 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28057/statm: 178386 120498 395 112 0 173351 0
[pid=28057/tid=28058] ppid=28055 vsize=713544 CPUtime=1201.72 cores=0,2,4,6
/proc/28057/task/28058/stat : 28058 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 189498 0 0 0 120104 68 0 0 25 0 4 0 523868779 730669056 120498 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28057/tid=28059] ppid=28055 vsize=713544 CPUtime=1201.57 cores=0,2,4,6
/proc/28057/task/28059/stat : 28059 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 208299 0 0 0 120081 76 0 0 25 0 4 0 523868779 730669056 120498 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28057/tid=28060] ppid=28055 vsize=713544 CPUtime=1195.17 cores=0,2,4,6
/proc/28057/task/28060/stat : 28060 (strangenight1-m) R 28055 28057 27910 0 -1 4202560 40432 0 0 0 119502 15 0 0 25 0 4 0 523868779 730669056 120498 33554432000 4194304 4650419 140736015814272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 713544

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.74
CPU time (s): 4800.27
CPU user time (s): 4798.06
CPU system time (s): 2.21266
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 813832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.06
system time used= 2.21266
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 597722
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= 190
involuntary context switches= 34595

runsolver used 2.0037 second user time and 4.56231 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-30 02:18:28
IDJOB=3175408
IDBENCH=83026
IDSOLVER=1588
FILE ID=node138/3175408-1304122708
RUNJOBID= node138-1304121504-27928
PBS_JOBID= 13170741
Free space on /tmp= 71812 MiB

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

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

MD5SUM BENCH= 0d600e03980bc39de7eca1909ca62db5
RANDOM SEED=297559571

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:      30927316 kB
Buffers:        614764 kB
Cached:         949792 kB
SwapCached:         84 kB
Active:         102556 kB
Inactive:      1531856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30927316 kB
SwapTotal:    67111528 kB
SwapFree:     67111444 kB
Dirty:           12472 kB
Writeback:           0 kB
AnonPages:       69888 kB
Mapped:          15464 kB
Slab:           323980 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   279584 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:38:32