Trace number 3369017

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.29 1201.73

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-3369017-1307657443.cnf'
0.00/0.00	c -- header says num vars:            550
0.00/0.00	c -- header says num clauses:        2343
0.00/0.01	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.01	c -- vars added        550
0.00/0.01	c Parsing time:  0.00 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.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    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.01	c lits-rem:         0  cl-subs:        0  v-elim:     21  v-fix:    0  time:  0.01 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     240 undec:      77 neg:     233
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       529      2316         0         0      7061         0   no data   no data  --
0.10/0.11	c Decided on static restart strategy
0.50/0.16	c  N st     8      4920       529      2316         0      4861      7061    124826   no data   no data  --
1.57/0.41	c  N st    10     11302       529      2316         0      4497      7061     78478   no data   no data  --
2.37/0.67	c  N st    11     17045       529      2316         0     10098      7061    218808   no data   no data  --
4.39/1.10	c  F st    12     25001       529      2316         0     12428      7061    292179   no data   no data  --
4.39/1.11	c  N st    12     25001       529      2316         0     12428      7061    292179   no data   no data  --
5.17/1.36	c Decided on static restart strategy
5.17/1.36	c  N st    18     30000       529      2316         0     10687      7061    213660   no data   no data  --
5.17/1.36	c  S st    18     30000       529      2316         0     10687      7061    213660   no data   no data  --
5.17/1.39	c  S st    18     30505       529      2316         0     11191      7061    225139   no data   no data  --
5.17/1.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.56/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
5.56/1.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.36/1.62	c lits-rem:       236  cl-subs:      451  v-elim:      0  v-fix:    0  time:  0.88 s
6.36/1.63	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.04
6.36/1.63	c calculated reachability. Time: 0.00
6.36/1.63	c  N st    18     30505       529      2316         0     10740      7061    212064   no data   no data  --
7.97/2.07	c  N st    20     37615       529      2316         0     10005      7061    179044   no data   no data  --
9.56/2.45	c  N st    21     44015       529      2316         0     16283      7061    336847   no data   no data  --
9.96/2.59	c  S st    22     45759       529      2316         0      9221      7061    138545   no data   no data  --
10.36/2.61	c  S st    22     46262       529      2316         0      9724      7061    150501   no data   no data  --
10.36/2.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.36/2.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.36/2.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
10.36/2.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.76/2.72	c lits-rem:        29  cl-subs:       70  v-elim:      0  v-fix:    0  time:  0.41 s
10.76/2.72	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
10.76/2.72	c vivif2 --  cl tried     9654 cl shrink        0 lits rem          0 time: 0.00
10.76/2.73	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.03
10.76/2.73	c calculated reachability. Time: 0.00
10.76/2.73	c  N st    22     46262       529      2316         0      9654      7061    148595   no data   no data  --
14.35/3.66	c  N st    23     60660       529      2316         0     13955      7061    248272   no data   no data  --
17.17/4.32	c  N st    24     69394       529      2316         0     11764      7061    181495   no data   no data  --
17.17/4.32	c  S st    24     69394       529      2316         0     11764      7061    181495   no data   no data  --
17.17/4.35	c  S st    24     69897       529      2316         0     12267      7061    193328   no data   no data  --
17.17/4.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.17/4.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.17/4.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.17/4.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.17/4.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.17/4.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
17.17/4.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.94/4.57	c lits-rem:        80  cl-subs:      111  v-elim:      0  v-fix:    0  time:  0.84 s
17.94/4.57	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
17.94/4.57	c vivif2 --  cl tried    12156 cl shrink        0 lits rem          0 time: 0.01
17.94/4.58	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.04
17.94/4.58	c calculated reachability. Time: 0.00
17.94/4.58	c  N st    24     69897       529      2316         0     12156      7061    190310   no data   no data  --
23.13/5.89	c  F st    25     87502       529      2316         0     17758      7061    335539   no data   no data  --
23.13/5.89	c  N st    25     87502       529      2316         0     17758      7061    335539   no data   no data  --
24.73/6.29	c Decided on static restart strategy
25.95/6.53	c  N st    32     95542       529      2316         0     25671      7061    538381   no data   no data  --
28.73/7.27	c  N st    34    104846       529      2316         0     21981      7061    417582   no data   no data  --
28.73/7.27	c  S st    34    104846       529      2316         0     21981      7061    417582   no data   no data  --
29.13/7.33	c  S st    34    105349       529      2316         0     22482      7061    429816   no data   no data  --
29.13/7.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.13/7.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.13/7.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
29.13/7.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.13/7.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.13/7.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
29.13/7.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.52/8.48	c lits-rem:       333  cl-subs:     1095  v-elim:      0  v-fix:    0  time:  4.50 s
33.52/8.48	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
33.52/8.49	c vivif2 --  cl tried    21387 cl shrink        0 lits rem          0 time: 0.02
33.92/8.51	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.08
33.92/8.51	c calculated reachability. Time: 0.00
33.92/8.51	c  N st    34    105349       529      2316         0     21387      7061    396984   no data   no data  --
37.12/9.37	c  N st    35    114947       529      2316         0     17053      7061    261637   no data   no data  --
41.91/10.56	c  N st    36    129346       529      2316         0     16457      7061    229020   no data   no data  --
49.10/12.36	c  N st    37    150941       529      2316         0     21924      7061    360083   no data   no data  --
51.90/13.06	c  S st    38    158026       529      2316         0     28878      7061    541595   no data   no data  --
52.32/13.14	c  S st    38    158529       529      2316         0     29381      7061    554269   no data   no data  --
52.32/13.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
52.32/13.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.32/13.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
52.32/13.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.32/13.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.32/13.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
52.32/13.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
59.09/14.84	c lits-rem:       596  cl-subs:     1185  v-elim:      0  v-fix:    0  time:  6.71 s
59.09/14.84	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
59.09/14.85	c vivif2 --  cl tried    28196 cl shrink        0 lits rem          0 time: 0.02
59.09/14.87	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.10
59.09/14.87	c calculated reachability. Time: 0.00
59.09/14.87	c  N st    38    158529       529      2316         0     28196      7061    522360   no data   no data  --
80.66/20.23	c  N st    39    207118       529      2316         0     22920      7061    334800   no data   no data  --
93.44/23.47	c  N st    40    237793       529      2316         0     33331      7061    596043   no data   no data  --
93.44/23.47	c  S st    40    237793       529      2316         0     33331      7061    596043   no data   no data  --
93.84/23.56	c  S st    40    238297       529      2316         0     33833      7061    608844   no data   no data  --
93.84/23.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
93.84/23.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
93.84/23.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
93.84/23.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.84/23.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.84/23.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
93.84/23.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
101.83/25.55	c lits-rem:      1050  cl-subs:     1321  v-elim:      0  v-fix:    0  time:  7.80 s
101.83/25.55	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
101.83/25.55	c vivif2 --  cl tried    32512 cl shrink        0 lits rem          0 time: 0.02
101.83/25.58	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.11
101.83/25.58	c calculated reachability. Time: 0.00
101.83/25.58	c  N st    40    238297       529      2316         0     32512      7061    571491   no data   no data  --
133.38/33.48	c  F st    41    306253       529      2316         0     34469      7061    551828   no data   no data  --
133.38/33.48	c  N st    41    306253       529      2316         0     34469      7061    551828   no data   no data  --
136.20/34.11	c Decided on static restart strategy
146.96/36.88	c  N st    51    334556       529      2316         0     38671      7061    670624   no data   no data  --
158.17/39.64	c  N st    53    357447       529      2316         0     36635      7061    598397   no data   no data  --
158.17/39.64	c  S st    53    357447       529      2316         0     36635      7061    598397   no data   no data  --
158.55/39.74	c  S st    53    357949       529      2316         0     37136      7061    610264   no data   no data  --
158.55/39.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
158.55/39.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
158.55/39.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
158.55/39.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
158.55/39.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
158.55/39.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
158.55/39.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
165.34/41.49	c lits-rem:       506  cl-subs:      970  v-elim:      0  v-fix:    0  time:  6.85 s
165.34/41.49	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
165.34/41.49	c vivif2 --  cl tried    36166 cl shrink        0 lits rem          0 time: 0.02
165.74/41.53	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.13
165.74/41.53	c calculated reachability. Time: 0.00
165.74/41.53	c  N st    53    357949       529      2316         0     36166      7061    582323   no data   no data  --
183.72/46.02	c  N st    54    390342       529      2316         0     42429      7061    738411   no data   no data  --
213.28/53.44	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  --
273.99/68.64	c  N st    57    536924       529      2316         0     43920      7061    655204   no data   no data  --
273.99/68.64	c  S st    57    536924       529      2316         0     43920      7061    655204   no data   no data  --
274.39/68.75	c  S st    57    537424       529      2316         0     44416      7061    667128   no data   no data  --
274.39/68.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
274.39/68.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
274.39/68.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
274.39/68.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
274.39/68.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
274.39/68.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
274.39/68.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
282.37/70.73	c lits-rem:       504  cl-subs:     1106  v-elim:      0  v-fix:    0  time:  7.73 s
282.37/70.73	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
282.37/70.74	c vivif2 --  cl tried    43310 cl shrink        0 lits rem          0 time: 0.03
282.37/70.78	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.16
282.37/70.78	c calculated reachability. Time: 0.00
282.37/70.78	c  N st    57    537424       529      2316         0     43310      7061    640837   no data   no data  --
390.23/97.74	c  N st    58    701410       529      2316         0     37331      7061    423733   no data   no data  --
469.74/117.66	c  N st    59    806137       529      2316         0     66312      7061   1190017   no data   no data  --
469.74/117.66	c  S st    59    806137       529      2316         0     66312      7061   1190017   no data   no data  --
470.52/117.85	c  S st    59    806638       529      2316         0     66812      7061   1202243   no data   no data  --
470.52/117.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
470.52/117.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
470.52/117.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
470.92/117.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
470.92/117.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
470.92/117.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
470.92/117.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
485.70/121.68	c lits-rem:        33  cl-subs:     3812  v-elim:      0  v-fix:    0  time: 14.98 s
485.70/121.68	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
485.70/121.69	c vivif2 --  cl tried    63000 cl shrink        0 lits rem          0 time: 0.06
486.10/121.77	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.32
486.10/121.77	c calculated reachability. Time: 0.00
486.10/121.77	c  N st    59    806638       529      2316         0     63000      7061   1105305   no data   no data  --
706.60/176.94	c  F st    60   1071875       529      2316         0     78611      7061   1355353   no data   no data  --
706.60/176.94	c  N st    60   1071875       529      2316         0     78611      7061   1355353   no data   no data  --
713.39/178.61	c Decided on static restart strategy
733.38/183.62	c  N st    70   1100183       529      2316         0     62581      7061    928351   no data   no data  --
770.12/192.80	c  N st    72   1136176       529      2316         0     52826      7061    644770   no data   no data  --
801.27/200.60	c  N st    73   1168568       529      2316         0     84444      7061   1474135   no data   no data  --
839.24/210.16	c  N st    74   1209957       529      2316         0     79118      7061   1358520   no data   no data  --
839.24/210.16	c  S st    74   1209957       529      2316         0     79118      7061   1358520   no data   no data  --
840.42/210.40	c  S st    74   1210464       529      2316         0     79624      7061   1370597   no data   no data  --
840.42/210.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
840.42/210.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
840.42/210.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
840.42/210.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
840.42/210.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
840.42/210.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
840.42/210.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
859.60/215.28	c lits-rem:       317  cl-subs:     3541  v-elim:      0  v-fix:    0  time: 19.16 s
859.60/215.28	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
859.99/215.30	c vivif2 --  cl tried    76083 cl shrink        0 lits rem          0 time: 0.07
860.39/215.40	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.40
860.39/215.40	c calculated reachability. Time: 0.00
860.39/215.40	c  N st    74   1210464       529      2316         0     76083      7061   1277523   no data   no data  --
944.30/236.50	c  N st    75   1283346       529      2316         0     52524      7061    585998   no data   no data  --
1063.71/266.35	c  N st    76   1392670       529      2316         0     60965      7061    797482   no data   no data  --
1231.48/308.34	c  N st    77   1556655       529      2316         0     65713      7061    864427   no data   no data  --
1408.45/352.61	c  N st    78   1710465       529      2316         0    107442      7061   1935404   no data   no data  --
1408.45/352.61	c  S st    78   1710465       529      2316         0    107442      7061   1935404   no data   no data  --
1409.65/352.94	c  S st    78   1710971       529      2316         0    107946      7061   1948354   no data   no data  --
1409.65/352.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1409.65/352.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1409.65/353.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1410.06/353.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1410.06/353.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1410.06/353.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
1410.06/353.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1470.76/368.20	c lits-rem:        57  cl-subs:     6638  v-elim:      0  v-fix:    0  time: 60.46 s
1470.76/368.20	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
1470.76/368.23	c vivif2 --  cl tried   101308 cl shrink        0 lits rem          0 time: 0.10
1471.16/368.37	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.57
1471.16/368.38	c calculated reachability. Time: 0.00
1471.16/368.38	c  N st    78   1710971       529      2316         0    101308      7061   1773296   no data   no data  --
1918.54/480.36	c  N st    79   2079935       529      2316         0    112353      7061   1917507   no data   no data  --
2093.51/524.10	c  N st    80   2210972       529      2316         0    116438      7061   2009725   no data   no data  --
2093.51/524.10	c  S st    80   2210972       529      2316         0    116438      7061   2009725   no data   no data  --
2094.71/524.48	c  S st    80   2211476       529      2316         0    116941      7061   2022555   no data   no data  --
2094.71/524.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2094.71/524.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2095.11/524.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
2095.52/524.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2095.52/524.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2095.52/524.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
2095.52/524.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2157.82/540.26	c lits-rem:       115  cl-subs:     7535  v-elim:      0  v-fix:    0  time: 62.51 s
2157.82/540.26	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
2157.82/540.29	c vivif2 --  cl tried   109406 cl shrink        0 lits rem          0 time: 0.11
2158.62/540.45	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.62
2158.62/540.45	c calculated reachability. Time: 0.00
2158.62/540.45	c  N st    80   2211476       529      2316         0    109406      7061   1828889   no data   no data  --
2821.72/706.47	c  N st    81   2711476       529      2316         0    132482      7061   2302978   no data   no data  --
2821.72/706.47	c  S st    81   2711476       529      2316         0    132482      7061   2302978   no data   no data  --
2823.72/706.90	c  S st    81   2711980       529      2316         0    132981      7061   2315893   no data   no data  --
2823.72/706.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2823.72/706.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2823.72/706.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.27
2824.12/707.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2824.12/707.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2824.12/707.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
2824.12/707.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2939.18/735.82	c lits-rem:       464  cl-subs:    12348  v-elim:      0  v-fix:    0  time: 114.86 s
2939.18/735.82	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
2939.18/735.85	c vivif2 --  cl tried   120633 cl shrink        0 lits rem          0 time: 0.11
2939.96/736.04	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.77
2939.96/736.04	c calculated reachability. Time: 0.00
2939.96/736.04	c  N st    81   2711980       529      2316         0    120633      7061   2027445   no data   no data  --
3658.59/915.91	c  N st    82   3211982       529      2316         0     97328      7061   1290544   no data   no data  --
3658.59/915.91	c  S st    82   3211982       529      2316         0     97328      7061   1290544   no data   no data  --
3659.80/916.27	c  S st    82   3212485       529      2316         0     97830      7061   1303100   no data   no data  --
3659.80/916.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3659.80/916.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3660.20/916.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.22
3660.20/916.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3660.20/916.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3660.20/916.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
3660.20/916.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3676.16/920.35	c lits-rem:       436  cl-subs:     2868  v-elim:      0  v-fix:    0  time: 15.90 s
3676.16/920.35	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
3676.16/920.37	c vivif2 --  cl tried    94962 cl shrink        0 lits rem          0 time: 0.07
3676.96/920.50	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.52
3676.96/920.50	c calculated reachability. Time: 0.00
3676.96/920.50	c  N st    82   3212485       529      2316         0     94962      7061   1227053   no data   no data  --
4455.90/1115.55	c  N st    83   3712491       529      2316         0    105804      7061   1387767   no data   no data  --
4455.90/1115.55	c  S st    83   3712491       529      2316         0    105804      7061   1387767   no data   no data  --
4457.50/1115.95	c  S st    83   3712994       529      2316         0    106306      7061   1400982   no data   no data  --
4457.50/1115.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4457.50/1115.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4457.90/1116.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.24
4457.90/1116.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4457.90/1116.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4457.90/1116.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    529 time:  0.00 s
4457.90/1116.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4482.25/1122.10	c lits-rem:       191  cl-subs:     4829  v-elim:      0  v-fix:    0  time: 24.06 s
4482.25/1122.10	c vivif2 --  cl tried     2316 cl shrink        0 lits rem          0 time: 0.00
4482.25/1122.12	c vivif2 --  cl tried   101477 cl shrink        0 lits rem          0 time: 0.08
4482.65/1122.26	c asymm  cl-useful: 0/2316/2316 lits-rem:0 time: 0.56
4482.65/1122.26	c calculated reachability. Time: 0.00
4482.65/1122.26	c  N st    83   3712994       529      2316         0    101477      7061   1292909   no data   no data  --
4540.58/1136.71	c  F st    84   3751563       529      2316         0    139004      7061   2293108   no data   no data  --
4540.58/1136.71	c  N st    84   3751563       529      2316         0    139004      7061   2293108   no data   no data  --
4552.19/1139.62	c Decided on static restart strategy
4599.70/1151.55	c  N st    94   3779866       529      2316         0     83907      7061    791641   no data   no data  --
4650.43/1164.22	c  N st    96   3815859       529      2316         0    119063      7061   1676016   no data   no data  --
4714.37/1180.27	c  N st    97   3848251       529      2316         0    150785      7061   2516945   no data   no data  --
4789.46/1199.04	c  N st    98   3896840       529      2316         0    114171      7061   1568807   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: 977)

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-3369017-1307657443/watcher-3369017-1307657443 -o /tmp/evaluation-result-3369017-1307657443/solver-3369017-1307657443 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369017-1307657443.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: 5.12 7.17 7.76 3/180 30752
/proc/meminfo: memFree=32098096/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 414 0 0 0 0 0 0 0 18 0 4 0 877342180 52465664 353 33554432000 4194304 4650419 140735905424496 18446744073709551615 47912850409388 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 12809 353 303 112 0 7774 0
[pid=30752/tid=30753] ppid=30747 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 877342180 52465664 353 33554432000 4194304 4650419 140735905424496 18446744073709551615 271550594033 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 877342180 52465664 353 33554432000 4194304 4650419 140735905424496 18446744073709551615 271550594033 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 877342180 52465664 353 33554432000 4194304 4650419 140735905424496 18446744073709551615 47912850409394 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.032564 s]
/proc/loadavg: 5.12 7.17 7.76 3/180 30752
/proc/meminfo: memFree=32098096/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=282120 CPUtime=0.1 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 1426 0 0 0 10 0 0 0 19 0 4 0 877342180 288890880 1270 33554432000 4194304 4650419 140735905424496 18446744073709551615 4333403 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 70530 1270 390 112 0 65495 0
[pid=30752/tid=30753] ppid=30747 vsize=282120 CPUtime=0.02 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 283 0 0 0 2 0 0 0 18 0 4 0 877342180 288890880 1270 33554432000 4194304 4650419 140735905424496 18446744073709551615 4333931 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=282120 CPUtime=0.02 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 283 0 0 0 2 0 0 0 20 0 4 0 877342180 288890880 1270 33554432000 4194304 4650419 140735905424496 18446744073709551615 4363311 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=282120 CPUtime=0.02 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 173 0 0 0 2 0 0 0 20 0 4 0 877342180 288890880 1272 33554432000 4194304 4650419 140735905424496 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 282120

[startup+0.132546 s]
/proc/loadavg: 5.12 7.17 7.76 3/180 30752
/proc/meminfo: memFree=32098096/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=282428 CPUtime=0.5 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 1954 0 0 0 50 0 0 0 19 0 4 0 877342180 289206272 1798 33554432000 4194304 4650419 140735905424496 18446744073709551615 4334219 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 70607 1798 391 112 0 65572 0
[pid=30752/tid=30753] ppid=30747 vsize=282428 CPUtime=0.12 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 415 0 0 0 12 0 0 0 18 0 4 0 877342180 289206272 1798 33554432000 4194304 4650419 140735905424496 18446744073709551615 4334464 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=282428 CPUtime=0.12 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 413 0 0 0 12 0 0 0 20 0 4 0 877342180 289206272 1798 33554432000 4194304 4650419 140735905424496 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=282428 CPUtime=0.12 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 306 0 0 0 12 0 0 0 20 0 4 0 877342180 289206272 1798 33554432000 4194304 4650419 140735905424496 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 282428

[startup+0.300516 s]
/proc/loadavg: 5.12 7.17 7.76 3/180 30752
/proc/meminfo: memFree=32098096/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=283732 CPUtime=1.17 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 2959 0 0 0 117 0 0 0 19 0 4 0 877342180 290541568 2194 33554432000 4194304 4650419 140735905424496 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 70933 2194 393 112 0 65898 0
[pid=30752/tid=30753] ppid=30747 vsize=283732 CPUtime=0.28 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 668 0 0 0 28 0 0 0 18 0 4 0 877342180 290541568 2194 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=283732 CPUtime=0.29 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 662 0 0 0 29 0 0 0 20 0 4 0 877342180 290541568 2194 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=283732 CPUtime=0.29 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 562 0 0 0 29 0 0 0 20 0 4 0 877342180 290541568 2194 33554432000 4194304 4650419 140735905424496 18446744073709551615 4360479 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283732

[startup+0.700444 s]
/proc/loadavg: 5.12 7.17 7.76 3/180 30752
/proc/meminfo: memFree=32098096/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=284668 CPUtime=2.77 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 4736 0 0 0 277 0 0 0 20 0 4 0 877342180 291500032 2801 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 71167 2801 393 112 0 66132 0
[pid=30752/tid=30753] ppid=30747 vsize=284668 CPUtime=0.68 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 1086 0 0 0 68 0 0 0 18 0 4 0 877342180 291500032 2801 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=284668 CPUtime=0.69 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 1094 0 0 0 69 0 0 0 21 0 4 0 877342180 291500032 2801 33554432000 4194304 4650419 140735905424496 18446744073709551615 4333552 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=284668 CPUtime=0.69 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 1080 0 0 0 69 0 0 0 21 0 4 0 877342180 291500032 2801 33554432000 4194304 4650419 140735905424496 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284668

[startup+1.5003 s]
/proc/loadavg: 5.12 7.17 7.76 10/188 30761
/proc/meminfo: memFree=32063944/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=285920 CPUtime=5.96 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 9064 0 0 0 595 1 0 0 21 0 4 0 877342180 292782080 4855 33554432000 4194304 4650419 140735905424496 18446744073709551615 4476736 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 71480 4855 395 112 0 66445 0
[pid=30752/tid=30753] ppid=30747 vsize=285920 CPUtime=1.48 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 1909 0 0 0 148 0 0 0 20 0 4 0 877342180 292782080 4855 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=285920 CPUtime=1.48 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 1909 0 0 0 148 0 0 0 23 0 4 0 877342180 292782080 4855 33554432000 4194304 4650419 140735905424496 18446744073709551615 4329696 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=285920 CPUtime=1.49 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 1681 0 0 0 149 0 0 0 23 0 4 0 877342180 292782080 4855 33554432000 4194304 4650419 140735905424496 18446744073709551615 4329693 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285920

[startup+3.10101 s]
/proc/loadavg: 5.35 7.18 7.76 10/188 30761
/proc/meminfo: memFree=32045468/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=295420 CPUtime=12.35 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 17229 0 0 0 1232 3 0 0 25 0 4 0 877342180 302510080 9636 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 73855 9636 395 112 0 68820 0
[pid=30752/tid=30753] ppid=30747 vsize=295420 CPUtime=3.08 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 4084 0 0 0 308 0 0 0 25 0 4 0 877342180 302510080 9636 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=295420 CPUtime=3.07 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 4592 0 0 0 307 0 0 0 25 0 4 0 877342180 302510080 9636 33554432000 4194304 4650419 140735905424496 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=295420 CPUtime=3.08 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 3728 0 0 0 308 0 0 0 25 0 4 0 877342180 302510080 9636 33554432000 4194304 4650419 140735905424496 18446744073709551615 4312827 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 295420

[startup+6.30043 s]
/proc/loadavg: 5.35 7.18 7.76 11/188 30761
/proc/meminfo: memFree=31995940/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=322920 CPUtime=25.13 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 27265 0 0 0 2508 5 0 0 25 0 4 0 877342180 330670080 15105 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 80730 15105 395 112 0 75695 0
[pid=30752/tid=30753] ppid=30747 vsize=322920 CPUtime=6.28 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 6907 0 0 0 627 1 0 0 25 0 4 0 877342180 330670080 15105 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=322920 CPUtime=6.26 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 7991 0 0 0 625 1 0 0 25 0 4 0 877342180 330670080 15105 33554432000 4194304 4650419 140735905424496 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=322920 CPUtime=6.28 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 5213 0 0 0 627 1 0 0 25 0 4 0 877342180 330670080 15105 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 322920

[startup+12.7003 s]
/proc/loadavg: 5.75 7.21 7.76 10/188 30761
/proc/meminfo: memFree=31954112/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=323848 CPUtime=50.7 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 39849 0 0 0 5061 9 0 0 25 0 4 0 877342180 331620352 18984 33554432000 4194304 4650419 140735905424496 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 80962 18984 395 112 0 75927 0
[pid=30752/tid=30753] ppid=30747 vsize=323848 CPUtime=12.69 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 11063 0 0 0 1267 2 0 0 25 0 4 0 877342180 331620352 18985 33554432000 4194304 4650419 140735905424496 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=323848 CPUtime=12.62 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 10929 0 0 0 1260 2 0 0 25 0 4 0 877342180 331620352 18985 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=323848 CPUtime=12.68 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 6435 0 0 0 1267 1 0 0 25 0 4 0 877342180 331620352 18985 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365308 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 323848

[startup+25.5009 s]
/proc/loadavg: 6.10 7.23 7.76 10/188 30761
/proc/meminfo: memFree=31901912/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=315560 CPUtime=101.83 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 60630 0 0 0 10170 13 0 0 25 0 4 0 877342180 323133440 26891 33554432000 4194304 4650419 140735905424496 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 78890 26891 395 112 0 73855 0
[pid=30752/tid=30753] ppid=30747 vsize=315560 CPUtime=25.48 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 17497 0 0 0 2546 2 0 0 25 0 4 0 877342180 323133440 26891 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=315560 CPUtime=25.34 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 17116 0 0 0 2531 3 0 0 25 0 4 0 877342180 323133440 26891 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=315560 CPUtime=25.47 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 7362 0 0 0 2546 1 0 0 25 0 4 0 877342180 323133440 26891 33554432000 4194304 4650419 140735905424496 18446744073709551615 4328518 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 315560

[startup+51.1003 s]
/proc/loadavg: 6.83 7.31 7.77 10/188 30762
/proc/meminfo: memFree=31855640/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=326952 CPUtime=204.08 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 88563 0 0 0 20388 20 0 0 25 0 4 0 877342180 334798848 35011 33554432000 4194304 4650419 140735905424496 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 81738 35011 395 112 0 76703 0
[pid=30752/tid=30753] ppid=30747 vsize=326952 CPUtime=51.08 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 25939 0 0 0 5103 5 0 0 25 0 4 0 877342180 334798848 35011 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=326952 CPUtime=50.81 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 26470 0 0 0 5076 5 0 0 25 0 4 0 877342180 334798848 35011 33554432000 4194304 4650419 140735905424496 18446744073709551615 4328302 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=326952 CPUtime=51.08 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 8492 0 0 0 5106 2 0 0 25 0 4 0 877342180 334798848 35011 33554432000 4194304 4650419 140735905424496 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 326952

[startup+102.307 s]
/proc/loadavg: 7.71 7.47 7.80 10/188 30763
/proc/meminfo: memFree=31802144/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=329744 CPUtime=408.63 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 134420 0 0 0 40829 34 0 0 25 0 4 0 877342180 337657856 39542 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 82436 39542 395 112 0 77401 0
[pid=30752/tid=30753] ppid=30747 vsize=329744 CPUtime=102.29 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 39875 0 0 0 10220 9 0 0 25 0 4 0 877342180 337657856 39542 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=329744 CPUtime=101.73 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 41095 0 0 0 10163 10 0 0 25 0 4 0 877342180 337657856 39542 33554432000 4194304 4650419 140735905424496 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=329744 CPUtime=102.27 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 10765 0 0 0 10225 2 0 0 25 0 4 0 877342180 337657856 39542 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 329744

[startup+162.301 s]

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

[pid=30752] ppid=30747 vsize=623336 CPUtime=2805.34 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 432257 0 0 0 280395 139 0 0 25 0 4 0 877342180 638296064 93706 33554432000 4194304 4650419 140735905424496 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 155834 93706 395 112 0 150799 0
[pid=30752/tid=30753] ppid=30747 vsize=623336 CPUtime=702.3 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 128944 0 0 0 70188 42 0 0 25 0 4 0 877342180 638296064 93706 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=623336 CPUtime=698.47 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 144744 0 0 0 69802 45 0 0 25 0 4 0 877342180 638296064 93706 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365213 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=623336 CPUtime=702.23 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 28694 0 0 0 70212 11 0 0 25 0 4 0 877342180 638296064 93706 33554432000 4194304 4650419 140735905424496 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 623336

[startup+762.307 s]
/proc/loadavg: 8.23 8.16 8.00 9/188 30822
/proc/meminfo: memFree=31279676/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=623568 CPUtime=3045.04 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 453694 0 0 0 304355 149 0 0 25 0 4 0 877342180 638533632 99219 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 155892 99219 395 112 0 150857 0
[pid=30752/tid=30753] ppid=30747 vsize=623568 CPUtime=762.31 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 135926 0 0 0 76186 45 0 0 25 0 4 0 877342180 638533632 99219 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=623568 CPUtime=758.16 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 152221 0 0 0 75768 48 0 0 25 0 4 0 877342180 638533632 99219 33554432000 4194304 4650419 140735905424496 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=623568 CPUtime=762.23 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 29844 0 0 0 76211 12 0 0 25 0 4 0 877342180 638533632 99219 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3045.04
Current children cumulated vsize (KiB) 623568

[startup+822.301 s]
/proc/loadavg: 8.17 8.16 8.01 9/188 30823
/proc/meminfo: memFree=31279380/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=624176 CPUtime=3284.69 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 471803 0 0 0 328312 157 0 0 25 0 4 0 877342180 639156224 100431 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 156044 100431 395 112 0 151009 0
[pid=30752/tid=30753] ppid=30747 vsize=624176 CPUtime=822.3 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 143068 0 0 0 82182 48 0 0 25 0 4 0 877342180 639156224 100431 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=624176 CPUtime=817.82 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 159191 0 0 0 81732 50 0 0 25 0 4 0 877342180 639156224 100431 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=624176 CPUtime=822.22 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 30019 0 0 0 82210 12 0 0 25 0 4 0 877342180 639156224 100431 33554432000 4194304 4650419 140735905424496 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.69
Current children cumulated vsize (KiB) 624176

[startup+882.3 s]
/proc/loadavg: 8.36 8.21 8.03 10/188 30825
/proc/meminfo: memFree=31265432/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=624332 CPUtime=3524.36 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 492647 0 0 0 352271 165 0 0 25 0 4 0 877342180 639315968 104442 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 156083 104442 395 112 0 151048 0
[pid=30752/tid=30753] ppid=30747 vsize=624332 CPUtime=882.31 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 153111 0 0 0 88180 51 0 0 25 0 4 0 877342180 639315968 104442 33554432000 4194304 4650419 140735905424496 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=624332 CPUtime=877.5 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 166284 0 0 0 87696 54 0 0 25 0 4 0 877342180 639315968 104442 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=624332 CPUtime=882.21 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 30174 0 0 0 88209 12 0 0 25 0 4 0 877342180 639315968 104442 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 624332

[startup+942.3 s]
/proc/loadavg: 8.32 8.22 8.04 9/188 30827
/proc/meminfo: memFree=31204628/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=624960 CPUtime=3764.04 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 513963 0 0 0 376232 172 0 0 25 0 4 0 877342180 639959040 107909 33554432000 4194304 4650419 140735905424496 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 156240 107909 395 112 0 151205 0
[pid=30752/tid=30753] ppid=30747 vsize=624960 CPUtime=942.3 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 160279 0 0 0 94177 53 0 0 25 0 4 0 877342180 639959040 107909 33554432000 4194304 4650419 140735905424496 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=624960 CPUtime=937.17 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 176628 0 0 0 93661 56 0 0 25 0 4 0 877342180 639959040 107909 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=624960 CPUtime=942.21 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 30525 0 0 0 94209 12 0 0 25 0 4 0 877342180 639959040 107909 33554432000 4194304 4650419 140735905424496 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 624960

[startup+1002.3 s]
/proc/loadavg: 8.25 8.22 8.05 9/188 30828
/proc/meminfo: memFree=31151376/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=625152 CPUtime=4003.71 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 532736 0 0 0 400190 181 0 0 25 0 4 0 877342180 640155648 115888 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 156288 115888 395 112 0 151253 0
[pid=30752/tid=30753] ppid=30747 vsize=625152 CPUtime=1002.31 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 165357 0 0 0 100174 57 0 0 25 0 4 0 877342180 640155648 115888 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=625152 CPUtime=996.85 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 183920 0 0 0 99626 59 0 0 25 0 4 0 877342180 640155648 115888 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=625152 CPUtime=1002.2 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 30525 0 0 0 100208 12 0 0 25 0 4 0 877342180 640155648 115888 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 625152

[startup+1062.3 s]
/proc/loadavg: 8.10 8.18 8.05 9/188 30830
/proc/meminfo: memFree=31169912/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=634616 CPUtime=4243.39 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 549364 0 0 0 424150 189 0 0 25 0 4 0 877342180 649846784 115120 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 158654 115120 395 112 0 153619 0
[pid=30752/tid=30753] ppid=30747 vsize=634616 CPUtime=1062.31 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 169029 0 0 0 106173 58 0 0 25 0 4 0 877342180 649846784 115120 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=634616 CPUtime=1056.52 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 190126 0 0 0 105590 62 0 0 25 0 4 0 877342180 649846784 115120 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=634616 CPUtime=1062.2 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 34197 0 0 0 106207 13 0 0 25 0 4 0 877342180 649846784 115120 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 634616

[startup+1122.3 s]
/proc/loadavg: 8.20 8.19 8.06 9/188 30831
/proc/meminfo: memFree=31124212/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=700244 CPUtime=4483.05 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 573269 0 0 0 448108 197 0 0 25 0 4 0 877342180 717049856 120134 33554432000 4194304 4650419 140735905424496 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 175061 120134 395 112 0 170026 0
[pid=30752/tid=30753] ppid=30747 vsize=700244 CPUtime=1122.31 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 177287 0 0 0 112170 61 0 0 25 0 4 0 877342180 717049856 120134 33554432000 4194304 4650419 140735905424496 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=700244 CPUtime=1116.2 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 199584 0 0 0 111555 65 0 0 25 0 4 0 877342180 717049856 120134 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=700244 CPUtime=1122.2 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 36098 0 0 0 112205 15 0 0 25 0 4 0 877342180 717049856 120134 33554432000 4194304 4650419 140735905424496 18446744073709551615 4328518 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 700244

[startup+1182.3 s]
/proc/loadavg: 8.08 8.15 8.05 9/188 30833
/proc/meminfo: memFree=31100464/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=713420 CPUtime=4722.74 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 588367 0 0 0 472071 203 0 0 25 0 4 0 877342180 730542080 126761 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 178355 126761 395 112 0 173320 0
[pid=30752/tid=30753] ppid=30747 vsize=713420 CPUtime=1182.32 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 183717 0 0 0 118168 64 0 0 25 0 4 0 877342180 730542080 126761 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=713420 CPUtime=1175.87 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 204974 0 0 0 117521 66 0 0 25 0 4 0 877342180 730542080 126761 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=713420 CPUtime=1182.2 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 36100 0 0 0 118205 15 0 0 25 0 4 0 877342180 730542080 126761 33554432000 4194304 4650419 140735905424496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 713420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.16 8.05 9/188 30834
/proc/meminfo: memFree=31083964/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=725620 CPUtime=4800.24 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 597979 0 0 0 479818 206 0 0 25 0 4 0 877342180 743034880 128845 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 181405 128845 395 112 0 176370 0
[pid=30752/tid=30753] ppid=30747 vsize=725620 CPUtime=1201.72 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 186168 0 0 0 120108 64 0 0 25 0 4 0 877342180 743034880 128846 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=725620 CPUtime=1195.17 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 207696 0 0 0 119450 67 0 0 25 0 4 0 877342180 743034880 128846 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=725620 CPUtime=1201.59 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 38049 0 0 0 120144 15 0 0 25 0 4 0 877342180 743034880 128846 33554432000 4194304 4650419 140735905424496 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 725620

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

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

[startup+1201.7 s]
/proc/loadavg: 8.12 8.16 8.05 9/188 30834
/proc/meminfo: memFree=31083964/32951124 swapFree=67054536/67111528
[pid=30752] ppid=30747 vsize=725620 CPUtime=4800.24 cores=0,2,4,6
/proc/30752/stat : 30752 (strangenight1-m) R 30747 30752 29691 0 -1 4202496 597979 0 0 0 479818 206 0 0 25 0 4 0 877342180 743034880 128845 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30752/statm: 181405 128845 395 112 0 176370 0
[pid=30752/tid=30753] ppid=30747 vsize=725620 CPUtime=1201.72 cores=0,2,4,6
/proc/30752/task/30753/stat : 30753 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 186168 0 0 0 120108 64 0 0 25 0 4 0 877342180 743034880 128846 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30752/tid=30754] ppid=30747 vsize=725620 CPUtime=1195.17 cores=0,2,4,6
/proc/30752/task/30754/stat : 30754 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 207696 0 0 0 119450 67 0 0 25 0 4 0 877342180 743034880 128846 33554432000 4194304 4650419 140735905424496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30752/tid=30756] ppid=30747 vsize=725620 CPUtime=1201.59 cores=0,2,4,6
/proc/30752/task/30756/stat : 30756 (strangenight1-m) R 30747 30752 29691 0 -1 4202560 38049 0 0 0 120144 15 0 0 25 0 4 0 877342180 743034880 128846 33554432000 4194304 4650419 140735905424496 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 725620

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.29
CPU user time (s): 4798.21
CPU system time (s): 2.08368
CPU usage (%): 399.447
Max. virtual memory (cumulated for all children) (KiB): 830392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.21
system time used= 2.08368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 597982
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= 267
involuntary context switches= 84993

runsolver used 1.89871 second user time and 4.67329 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-10 00:10:43
IDJOB=3369017
IDBENCH=83026
IDSOLVER=1846
FILE ID=node133/3369017-1307657443
RUNJOBID= node133-1307657443-30725
PBS_JOBID= 13549417
Free space on /tmp= 74172 MiB

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

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

MD5SUM BENCH= 0d600e03980bc39de7eca1909ca62db5
RANDOM SEED=476065286

node133.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.834
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.66
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      32098936 kB
Buffers:        199368 kB
Cached:         435100 kB
SwapCached:      10420 kB
Active:         355996 kB
Inactive:       297992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32098936 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:           12452 kB
Writeback:           0 kB
AnonPages:       16580 kB
Mapped:          12540 kB
Slab:           132832 kB
PageTables:       4160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188856 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74160 MiB
End job on node133 at 2011-06-10 00:30:47