Trace number 3368812

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S110935064-075.SATISFIABLE.cnf
MD5SUMb179d65395dd8ffd730bf106fb19b537
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.272958
Satisfiable
(Un)Satisfiability was proved
Number of variables175
Number of clauses3727
Sum of the clauses size18635
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53727
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368812-1305403453.cnf'
0.00/0.01	c -- header says num vars:            175
0.00/0.01	c -- header says num clauses:        3727
0.00/0.01	c -- clauses added:            0 learnts,         3727 normals,            0 xors
0.00/0.01	c -- vars added        175
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       175      3727         0         0     18635         0   no data   no data  --
0.00/0.03	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.06
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.57/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3.57/0.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.57/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c Calc default polars -  time:   0.00 s pos:      77 undec:       6 neg:      92
3.57/0.90	c =========================================================================================
3.57/0.90	c types(t): F = full restart, N = normal restart
3.57/0.90	c types(t): S = simplification begin/end, E = solution found
3.57/0.90	c restart types(rt): st = static, dy = dynamic
3.57/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0       175      3727         0         0     18635         0   no data   no data  --
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st     8      4917       175      3727         0      4735     18635    165052   no data   no data  --
3.57/0.90	c  N st    10     11301       175      3727         0      4391     18635    112889   no data   no data  --
3.57/0.90	c  N st    11     17045       175      3727         0      9897     18635    304357   no data   no data  --
3.57/1.00	c  F st    12     25001       175      3727         0     12118     18635    370686   no data   no data  --
3.57/1.00	c  N st    12     25001       175      3727         0     12118     18635    370686   no data   no data  --
4.76/1.20	c Decided on static restart strategy
4.76/1.20	c  N st    18     30000       175      3727         0     10395     18635    303428   no data   no data  --
4.76/1.20	c  S st    18     30000       175      3727         0     10395     18635    303428   no data   no data  --
5.16/1.30	c  S st    18     30503       175      3727         0     10887     18635    319858   no data   no data  --
5.16/1.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.16/1.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
5.16/1.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
5.16/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.95/2.56	c lits-rem:      3218  cl-subs:      910  v-elim:      0  v-fix:    0  time:  5.26 s
10.35/2.62	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.22
10.35/2.62	c calculated reachability. Time: 0.00
10.35/2.62	c  N st    18     30503       175      3727         0      9977     18635    279970   no data   no data  --
11.95/3.00	c  N st    20     37615       175      3727         0      9225     18635    233902   no data   no data  --
13.18/3.33	c  N st    21     44015       175      3727         0     15370     18635    439944   no data   no data  --
13.54/3.44	c  S st    22     45754       175      3727         0     17044     18635    497428   no data   no data  --
13.54/3.48	c  S st    22     46257       175      3727         0      8942     18635    197147   no data   no data  --
13.54/3.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.54/3.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.54/3.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
13.54/3.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.54/3.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.54/3.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
13.54/3.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.53/3.98	c lits-rem:       340  cl-subs:       72  v-elim:      0  v-fix:    0  time:  1.98 s
15.53/3.98	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
15.53/3.98	c vivif2 --  cl tried     8870 cl shrink        0 lits rem          0 time: 0.01
15.93/4.03	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.18
15.93/4.03	c calculated reachability. Time: 0.00
15.93/4.03	c  N st    22     46257       175      3727         0      8870     18635    193905   no data   no data  --
19.53/4.90	c  N st    23     60656       175      3727         0     13059     18635    318509   no data   no data  --
21.55/5.49	c  N st    24     69385       175      3727         0     10898     18635    228788   no data   no data  --
21.55/5.49	c  S st    24     69385       175      3727         0     10898     18635    228788   no data   no data  --
21.96/5.52	c  S st    24     69891       175      3727         0     11399     18635    245464   no data   no data  --
21.96/5.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.96/5.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.96/5.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
21.96/5.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.96/5.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.96/5.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
21.96/5.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.52/6.43	c lits-rem:       787  cl-subs:      232  v-elim:      0  v-fix:    0  time:  3.61 s
25.52/6.43	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
25.52/6.44	c vivif2 --  cl tried    11167 cl shrink        0 lits rem          0 time: 0.01
25.52/6.49	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.23
25.52/6.49	c calculated reachability. Time: 0.00
25.52/6.49	c  N st    24     69891       175      3727         0     11167     18635    235267   no data   no data  --
30.74/7.75	c  F st    25     87500       175      3727         0     16509     18635    405635   no data   no data  --
30.74/7.75	c  N st    25     87500       175      3727         0     16509     18635    405635   no data   no data  --
31.89/8.09	c Decided on static restart strategy
33.09/8.33	c  N st    32     95539       175      3727         0     24254     18635    666598   no data   no data  --
35.48/8.98	c  N st    34    104838       175      3727         0     20718     18635    529972   no data   no data  --
35.48/8.98	c  S st    34    104838       175      3727         0     20718     18635    529972   no data   no data  --
35.88/9.04	c  S st    34    105341       175      3727         0     21213     18635    545963   no data   no data  --
35.88/9.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.88/9.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.88/9.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
35.88/9.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.88/9.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.88/9.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
35.88/9.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.07/10.85	c lits-rem:      5940  cl-subs:     1322  v-elim:      0  v-fix:    0  time:  7.12 s
43.07/10.85	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
43.07/10.86	c vivif2 --  cl tried    19891 cl shrink        0 lits rem          0 time: 0.02
43.50/10.98	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.46
43.50/10.98	c calculated reachability. Time: 0.00
43.50/10.98	c  N st    34    105341       175      3727         0     19891     18635    491463   no data   no data  --
46.65/11.72	c  N st    35    114939       175      3727         0     15686     18635    352091   no data   no data  --
51.45/12.97	c  N st    36    129336       175      3727         0     15114     18635    299587   no data   no data  --
58.22/14.68	c  N st    37    150933       175      3727         0     20497     18635    460271   no data   no data  --
60.62/15.30	c  S st    38    158011       175      3727         0     27268     18635    685885   no data   no data  --
61.05/15.37	c  S st    38    158513       175      3727         0     27760     18635    702250   no data   no data  --
61.05/15.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
61.05/15.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.05/15.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
61.05/15.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.05/15.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.05/15.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
61.05/15.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
69.83/17.56	c lits-rem:      5051  cl-subs:     1828  v-elim:      0  v-fix:    0  time:  8.59 s
69.83/17.56	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
69.83/17.57	c vivif2 --  cl tried    25932 cl shrink        0 lits rem          0 time: 0.03
70.59/17.78	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.83
70.59/17.78	c calculated reachability. Time: 0.00
70.59/17.78	c  N st    38    158513       175      3727         0     25932     18635    631462   no data   no data  --
90.94/22.90	c  N st    39    207102       175      3727         0     20730     18635    411006   no data   no data  --
103.30/25.95	c  N st    40    237769       175      3727         0     30898     18635    745787   no data   no data  --
103.30/25.95	c  S st    40    237769       175      3727         0     30898     18635    745787   no data   no data  --
103.70/26.03	c  S st    40    238269       175      3727         0     31392     18635    761939   no data   no data  --
103.70/26.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
103.70/26.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
103.70/26.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
103.70/26.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.70/26.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.70/26.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
103.70/26.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
114.47/28.79	c lits-rem:      4176  cl-subs:     2259  v-elim:      0  v-fix:    0  time: 10.87 s
114.47/28.79	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
114.87/28.80	c vivif2 --  cl tried    29133 cl shrink        0 lits rem          0 time: 0.03
115.27/28.97	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.67
115.27/28.97	c calculated reachability. Time: 0.00
115.27/28.97	c  N st    40    238269       175      3727         0     29133     18635    675657   no data   no data  --
143.61/36.05	c  F st    41    306250       175      3727         0     31139     18635    702223   no data   no data  --
143.61/36.05	c  N st    41    306250       175      3727         0     31139     18635    702223   no data   no data  --
145.99/36.60	c Decided on static restart strategy
156.77/39.33	c  N st    51    334559       175      3727         0     35332     18635    802441   no data   no data  --
167.54/42.03	c  N st    53    357404       175      3727         0     33251     18635    713640   no data   no data  --
167.54/42.03	c  S st    53    357404       175      3727         0     33251     18635    713640   no data   no data  --
167.94/42.12	c  S st    53    357911       175      3727         0     33750     18635    730969   no data   no data  --
167.94/42.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
167.94/42.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
167.94/42.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
167.94/42.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
167.94/42.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
167.94/42.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
167.94/42.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
176.31/44.26	c lits-rem:      3434  cl-subs:     1264  v-elim:      0  v-fix:    0  time:  8.40 s
176.31/44.26	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
176.31/44.27	c vivif2 --  cl tried    32486 cl shrink        0 lits rem          0 time: 0.03
177.11/44.46	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.76
177.11/44.46	c calculated reachability. Time: 0.00
177.11/44.46	c  N st    53    357911       175      3727         0     32486     18635    680859   no data   no data  --
195.46/49.01	c  N st    54    390303       175      3727         0     38625     18635    903639   no data   no data  --
220.59/55.33	c  N st    55    438892       175      3727         0     32575     18635    646462   no data   no data  --
258.93/64.92	c  N st    56    511774       175      3727         0     45706     18635   1057726   no data   no data  --
271.27/68.09	c  N st    57    536868       175      3727         0     40141     18635    838873   no data   no data  --
271.27/68.09	c  S st    57    536868       175      3727         0     40141     18635    838873   no data   no data  --
271.70/68.21	c  S st    57    537368       175      3727         0     40638     18635    854903   no data   no data  --
272.10/68.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
272.10/68.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
272.10/68.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
272.10/68.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
272.10/68.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
272.10/68.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
272.10/68.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
283.63/71.17	c lits-rem:      5390  cl-subs:     1512  v-elim:      0  v-fix:    0  time: 11.66 s
283.63/71.17	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
283.63/71.18	c vivif2 --  cl tried    39126 cl shrink        0 lits rem          0 time: 0.04
284.87/71.42	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.94
284.87/71.42	c calculated reachability. Time: 0.00
284.87/71.42	c  N st    57    537368       175      3727         0     39126     18635    789893   no data   no data  --
374.20/93.86	c  N st    58    701352       175      3727         0     67846     18635   1783002   no data   no data  --
444.42/111.47	c  N st    59    806052       175      3727         0     61481     18635   1446300   no data   no data  --
444.42/111.47	c  S st    59    806052       175      3727         0     61481     18635   1446300   no data   no data  --
445.22/111.65	c  S st    59    806556       175      3727         0     61973     18635   1462399   no data   no data  --
445.22/111.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
445.22/111.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
445.22/111.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
445.62/111.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
445.62/111.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
445.62/111.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
445.62/111.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
490.71/123.10	c lits-rem:      1323  cl-subs:     4588  v-elim:      0  v-fix:    0  time: 45.36 s
490.71/123.10	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
491.14/123.12	c vivif2 --  cl tried    57385 cl shrink        0 lits rem          0 time: 0.05
492.29/123.49	c asymm  cl-useful: 0/2714/3727 lits-rem:0 time: 1.48
492.29/123.49	c calculated reachability. Time: 0.00
492.29/123.49	c  N st    59    806556       175      3727         0     57385     18635   1290501   no data   no data  --
674.63/169.17	c  F st    60   1071875       175      3727         0     72875     18635   1717430   no data   no data  --
674.63/169.17	c  N st    60   1071875       175      3727         0     72875     18635   1717430   no data   no data  --
680.61/170.61	c Decided on static restart strategy
698.57/175.17	c  N st    70   1100177       175      3727         0     57260     18635   1135114   no data   no data  --
726.90/182.26	c  N st    72   1136170       175      3727         0     47821     18635    777033   no data   no data  --
750.82/188.24	c  N st    73   1168563       175      3727         0     78694     18635   1882807   no data   no data  --
780.79/195.73	c  N st    74   1209836       175      3727         0     73376     18635   1669089   no data   no data  --
780.79/195.73	c  S st    74   1209836       175      3727         0     73376     18635   1669089   no data   no data  --
781.55/195.96	c  S st    74   1210337       175      3727         0     73871     18635   1685148   no data   no data  --
781.55/195.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
781.55/195.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
781.95/196.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.15
781.95/196.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
781.95/196.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
781.95/196.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
781.95/196.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
852.16/213.64	c lits-rem:      1018  cl-subs:     4099  v-elim:      0  v-fix:    0  time: 70.15 s
852.16/213.64	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
852.16/213.66	c vivif2 --  cl tried    69772 cl shrink        0 lits rem          0 time: 0.08
853.36/213.92	c asymm  cl-useful: 0/1013/3727 lits-rem:0 time: 1.02
853.36/213.92	c calculated reachability. Time: 0.00
853.36/213.92	c  N st    74   1210337       175      3727         0     69772     18635   1531201   no data   no data  --
928.76/232.84	c  N st    75   1283221       175      3727         0     46776     18635    668582   no data   no data  --
1044.49/261.81	c  N st    76   1392546       175      3727         0     54664     18635    905468   no data   no data  --
1181.70/296.25	c  N st    77   1556532       175      3727         0     59237     18635    996304   no data   no data  --
1316.96/330.12	c  N st    78   1710338       175      3727         0    100163     18635   2471010   no data   no data  --
1316.96/330.12	c  S st    78   1710338       175      3727         0    100163     18635   2471010   no data   no data  --
1318.15/330.43	c  S st    78   1710840       175      3727         0    100662     18635   2487470   no data   no data  --
1318.15/330.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1318.15/330.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1318.15/330.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1318.55/330.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1318.55/330.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1318.55/330.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1318.55/330.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1450.21/363.58	c lits-rem:      2442  cl-subs:     7241  v-elim:      0  v-fix:    0  time: 131.67 s
1450.21/363.59	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1450.61/363.61	c vivif2 --  cl tried    93421 cl shrink        0 lits rem          0 time: 0.10
1451.81/363.96	c asymm  cl-useful: 0/1772/3727 lits-rem:0 time: 1.42
1451.81/363.97	c calculated reachability. Time: 0.00
1451.81/363.97	c  N st    78   1710840       175      3727         0     93421     18635   2210211   no data   no data  --
1804.87/452.42	c  N st    79   2079806       175      3727         0    105179     18635   2501758   no data   no data  --
1936.94/485.55	c  N st    80   2210841       175      3727         0    108952     18635   2516465   no data   no data  --
1936.94/485.55	c  S st    80   2210841       175      3727         0    108952     18635   2516465   no data   no data  --
1938.14/485.87	c  S st    80   2211344       175      3727         0    109445     18635   2532983   no data   no data  --
1938.14/485.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1938.14/485.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1938.54/485.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
1938.94/486.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1938.94/486.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1938.94/486.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1938.94/486.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2082.16/521.92	c lits-rem:      2056  cl-subs:     8263  v-elim:      0  v-fix:    0  time: 143.21 s
2082.16/521.92	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2082.16/521.95	c vivif2 --  cl tried   101182 cl shrink        0 lits rem          0 time: 0.11
2083.76/522.33	c asymm  cl-useful: 0/1335/3727 lits-rem:0 time: 1.52
2083.76/522.33	c calculated reachability. Time: 0.00
2083.76/522.33	c  N st    80   2211344       175      3727         0    101182     18635   2241542   no data   no data  --
2645.96/663.21	c  N st    81   2711345       175      3727         0    124037     18635   2972804   no data   no data  --
2645.96/663.21	c  S st    81   2711345       175      3727         0    124037     18635   2972804   no data   no data  --
2647.51/663.60	c  S st    81   2711846       175      3727         0    124529     18635   2989394   no data   no data  --
2647.51/663.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2647.51/663.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2647.51/663.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.27
2647.91/663.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2647.91/663.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2647.91/663.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2647.91/663.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3087.53/773.97	c lits-rem:      3833  cl-subs:     9674  v-elim:      0  v-fix:    0  time: 439.34 s
3087.53/773.97	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3087.93/774.00	c vivif2 --  cl tried   114855 cl shrink        0 lits rem          0 time: 0.13
3088.73/774.21	c asymm  cl-useful: 0/620/3727 lits-rem:0 time: 0.87
3088.73/774.22	c calculated reachability. Time: 0.00
3088.73/774.22	c  N st    81   2711846       175      3727         0    114855     18635   2631393   no data   no data  --
3738.66/937.18	c  N st    82   3211846       175      3727         0     91085     18635   1577769   no data   no data  --
3738.66/937.18	c  S st    82   3211846       175      3727         0     91085     18635   1577769   no data   no data  --
3739.82/937.47	c  S st    82   3212353       175      3727         0     91583     18635   1594127   no data   no data  --
3739.82/937.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3739.82/937.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3740.22/937.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
3740.22/937.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3740.22/937.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3740.22/937.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3740.22/937.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3782.95/948.25	c lits-rem:       551  cl-subs:     4126  v-elim:      0  v-fix:    0  time: 42.59 s
3782.95/948.25	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3782.95/948.27	c vivif2 --  cl tried    87457 cl shrink        0 lits rem          0 time: 0.08
3784.50/948.61	c asymm  cl-useful: 0/1756/3727 lits-rem:0 time: 1.38
3784.50/948.62	c calculated reachability. Time: 0.00
3784.50/948.62	c  N st    82   3212353       175      3727         0     87457     18635   1462412   no data   no data  --
4493.11/1126.23	c  N st    83   3712353       175      3727         0     98611     18635   1735776   no data   no data  --
4493.11/1126.23	c  S st    83   3712353       175      3727         0     98611     18635   1735776   no data   no data  --
4494.29/1126.58	c  S st    83   3712860       175      3727         0     99112     18635   1752268   no data   no data  --
4494.29/1126.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4494.29/1126.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4494.69/1126.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.23
4495.09/1126.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4495.09/1126.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4495.09/1126.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4495.09/1126.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4560.12/1143.01	c lits-rem:       193  cl-subs:     3279  v-elim:      0  v-fix:    0  time: 65.05 s
4560.12/1143.01	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
4560.12/1143.03	c vivif2 --  cl tried    95833 cl shrink        0 lits rem          0 time: 0.09
4561.72/1143.46	c asymm  cl-useful: 0/1408/3727 lits-rem:0 time: 1.71
4561.72/1143.46	c calculated reachability. Time: 0.00
4561.72/1143.46	c  N st    83   3712860       175      3727         0     95833     18635   1639445   no data   no data  --
4629.58/1160.47	c  F st    84   3751562       175      3727         0    132660     18635   2941784   no data   no data  --
4629.58/1160.47	c  N st    84   3751562       175      3727         0    132660     18635   2941784   no data   no data  --
4639.93/1163.02	c Decided on static restart strategy
4681.83/1173.53	c  N st    94   3779869       175      3727         0    159675     18635   3866834   no data   no data  --
4726.91/1184.85	c  N st    96   3815864       175      3727         0    113371     18635   2237207   no data   no data  --
4776.79/1197.32	c  N st    97   3848257       175      3727         0    144293     18635   3355097   no data   no data  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368812-1305403453/watcher-3368812-1305403453 -o /tmp/evaluation-result-3368812-1305403453/solver-3368812-1305403453 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368812-1305403453.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.11 8.12 8.04 5/327 24191
/proc/meminfo: memFree=25017564/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=51236 CPUtime=0.02 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 413 0 0 0 2 0 0 0 25 0 4 0 651945703 52465664 353 33554432000 4194304 4650419 140737004830512 18446744073709551615 47781398190002 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 12809 353 303 112 0 7774 0
[pid=24191/tid=24192] ppid=24189 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651945703 52465664 353 33554432000 4194304 4650419 140737004830512 18446744073709551615 47781398190000 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651945703 52465664 353 33554432000 4194304 4650419 140737004830512 18446744073709551615 47781398190002 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651945703 52465664 353 33554432000 4194304 4650419 140737004830512 18446744073709551615 244447001585 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0599129 s]
/proc/loadavg: 8.11 8.12 8.04 5/327 24191
/proc/meminfo: memFree=25017564/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=282896 CPUtime=0.21 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 1999 0 0 0 21 0 0 0 18 0 4 0 651945703 289685504 1796 33554432000 4194304 4650419 140737004830512 18446744073709551615 4330755 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 70724 1796 388 112 0 65689 0
[pid=24191/tid=24192] ppid=24189 vsize=282896 CPUtime=0.05 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 485 0 0 0 5 0 0 0 18 0 4 0 651945703 289685504 1796 33554432000 4194304 4650419 140737004830512 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=282896 CPUtime=0.05 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 429 0 0 0 5 0 0 0 18 0 4 0 651945703 289685504 1796 33554432000 4194304 4650419 140737004830512 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=282896 CPUtime=0.04 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 215 0 0 0 4 0 0 0 25 0 4 0 651945703 289685504 1796 33554432000 4194304 4650419 140737004830512 18446744073709551615 4360585 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 282896

[startup+0.100905 s]
/proc/loadavg: 8.11 8.12 8.04 5/327 24191
/proc/meminfo: memFree=25017564/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=282896 CPUtime=0.37 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 2223 0 0 0 37 0 0 0 18 0 4 0 651945703 289685504 2020 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 70724 2020 389 112 0 65689 0
[pid=24191/tid=24192] ppid=24189 vsize=282896 CPUtime=0.09 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 542 0 0 0 9 0 0 0 18 0 4 0 651945703 289685504 2020 33554432000 4194304 4650419 140737004830512 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=282896 CPUtime=0.09 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 483 0 0 0 9 0 0 0 18 0 4 0 651945703 289685504 2020 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=282896 CPUtime=0.08 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 267 0 0 0 8 0 0 0 25 0 4 0 651945703 289685504 2020 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282896

[startup+0.300869 s]
/proc/loadavg: 8.11 8.12 8.04 5/327 24191
/proc/meminfo: memFree=25017564/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=284500 CPUtime=1.17 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 3653 0 0 0 117 0 0 0 18 0 4 0 651945703 291328000 2631 33554432000 4194304 4650419 140737004830512 18446744073709551615 4331227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 71125 2631 391 112 0 66090 0
[pid=24191/tid=24192] ppid=24189 vsize=284500 CPUtime=0.29 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 909 0 0 0 29 0 0 0 18 0 4 0 651945703 291328000 2631 33554432000 4194304 4650419 140737004830512 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=284500 CPUtime=0.29 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 828 0 0 0 29 0 0 0 18 0 4 0 651945703 291328000 2631 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=284500 CPUtime=0.28 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 615 0 0 0 28 0 0 0 25 0 4 0 651945703 291328000 2631 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284500

[startup+0.700797 s]
/proc/loadavg: 8.11 8.12 8.04 5/327 24191
/proc/meminfo: memFree=25017564/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=286636 CPUtime=2.77 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 6467 0 0 0 276 1 0 0 18 0 4 0 651945703 293515264 3090 33554432000 4194304 4650419 140737004830512 18446744073709551615 4331351 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 71659 3090 391 112 0 66624 0
[pid=24191/tid=24192] ppid=24189 vsize=286636 CPUtime=0.69 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 1427 0 0 0 69 0 0 0 18 0 4 0 651945703 293515264 3090 33554432000 4194304 4650419 140737004830512 18446744073709551615 4329380 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=286636 CPUtime=0.69 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 1576 0 0 0 69 0 0 0 18 0 4 0 651945703 293515264 3090 33554432000 4194304 4650419 140737004830512 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=286636 CPUtime=0.68 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 1356 0 0 0 68 0 0 0 25 0 4 0 651945703 293515264 3090 33554432000 4194304 4650419 140737004830512 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286636

[startup+1.50065 s]
/proc/loadavg: 8.11 8.12 8.04 10/331 24195
/proc/meminfo: memFree=24999800/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=298944 CPUtime=5.96 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 11868 0 0 0 594 2 0 0 20 0 4 0 651945703 306118656 6305 33554432000 4194304 4650419 140737004830512 18446744073709551615 4438643 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 74736 6315 393 112 0 69701 0
[pid=24191/tid=24192] ppid=24189 vsize=298944 CPUtime=1.48 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 2540 0 0 0 148 0 0 0 20 0 4 0 651945703 306118656 6318 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=298944 CPUtime=1.49 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 2579 0 0 0 149 0 0 0 19 0 4 0 651945703 306118656 6321 33554432000 4194304 4650419 140737004830512 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=298944 CPUtime=1.46 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 2157 0 0 0 146 0 0 0 25 0 4 0 651945703 306118656 6324 33554432000 4194304 4650419 140737004830512 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 298944

[startup+3.10035 s]
/proc/loadavg: 8.11 8.12 8.04 9/331 24195
/proc/meminfo: memFree=24971600/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=308200 CPUtime=12.35 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 20478 0 0 0 1231 4 0 0 25 0 4 0 651945703 315596800 12688 33554432000 4194304 4650419 140737004830512 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 77050 12688 393 112 0 72015 0
[pid=24191/tid=24192] ppid=24189 vsize=308200 CPUtime=3.09 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 4913 0 0 0 308 1 0 0 25 0 4 0 651945703 315596800 12688 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=308200 CPUtime=3.09 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 5443 0 0 0 308 1 0 0 25 0 4 0 651945703 315596800 12688 33554432000 4194304 4650419 140737004830512 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=308200 CPUtime=3.06 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 4883 0 0 0 305 1 0 0 25 0 4 0 651945703 315596800 12688 33554432000 4194304 4650419 140737004830512 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 308200

[startup+6.30075 s]
/proc/loadavg: 8.18 8.13 8.05 9/331 24195
/proc/meminfo: memFree=24954728/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=318048 CPUtime=25.12 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 29014 0 0 0 2506 6 0 0 25 0 4 0 651945703 325681152 16731 33554432000 4194304 4650419 140737004830512 18446744073709551615 4438939 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 79512 16731 393 112 0 74477 0
[pid=24191/tid=24192] ppid=24189 vsize=318048 CPUtime=6.29 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 7985 0 0 0 628 1 0 0 25 0 4 0 651945703 325681152 16731 33554432000 4194304 4650419 140737004830512 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=318048 CPUtime=6.28 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 7668 0 0 0 627 1 0 0 25 0 4 0 651945703 325681152 16731 33554432000 4194304 4650419 140737004830512 18446744073709551615 4311188 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=318048 CPUtime=6.22 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 5861 0 0 0 621 1 0 0 25 0 4 0 651945703 325681152 16731 33554432000 4194304 4650419 140737004830512 18446744073709551615 4310695 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 318048

[startup+12.7006 s]
/proc/loadavg: 8.17 8.13 8.05 9/331 24195
/proc/meminfo: memFree=24919636/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=320396 CPUtime=50.65 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 45589 0 0 0 5055 10 0 0 25 0 4 0 651945703 328085504 22646 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 80099 22646 393 112 0 75064 0
[pid=24191/tid=24192] ppid=24189 vsize=320396 CPUtime=12.69 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 12712 0 0 0 1266 3 0 0 25 0 4 0 651945703 328085504 22646 33554432000 4194304 4650419 140737004830512 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=320396 CPUtime=12.68 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 12760 0 0 0 1266 2 0 0 25 0 4 0 651945703 328085504 22647 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=320396 CPUtime=12.55 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 8443 0 0 0 1254 1 0 0 25 0 4 0 651945703 328085504 22647 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 320396

[startup+25.5012 s]
/proc/loadavg: 8.13 8.12 8.05 9/331 24196
/proc/meminfo: memFree=24893996/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=321736 CPUtime=101.71 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 71972 0 0 0 10153 18 0 0 25 0 4 0 651945703 329457664 30821 33554432000 4194304 4650419 140737004830512 18446744073709551615 4330510 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 80434 30821 393 112 0 75399 0
[pid=24191/tid=24192] ppid=24189 vsize=321736 CPUtime=25.49 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 20242 0 0 0 2544 5 0 0 25 0 4 0 651945703 329457664 30821 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=321736 CPUtime=25.48 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 19761 0 0 0 2544 4 0 0 25 0 4 0 651945703 329457664 30821 33554432000 4194304 4650419 140737004830512 18446744073709551615 4334321 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=321736 CPUtime=25.22 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 12764 0 0 0 2519 3 0 0 25 0 4 0 651945703 329457664 30821 33554432000 4194304 4650419 140737004830512 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 321736

[startup+51.1004 s]
/proc/loadavg: 8.08 8.11 8.05 9/331 24196
/proc/meminfo: memFree=24835416/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=331888 CPUtime=203.84 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 111236 0 0 0 20352 32 0 0 25 0 4 0 651945703 339853312 43063 33554432000 4194304 4650419 140737004830512 18446744073709551615 4313048 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 82972 43063 393 112 0 77937 0
[pid=24191/tid=24192] ppid=24189 vsize=331888 CPUtime=51.08 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 33077 0 0 0 5100 8 0 0 25 0 4 0 651945703 339853312 43063 33554432000 4194304 4650419 140737004830512 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=331888 CPUtime=51.08 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 30870 0 0 0 5101 7 0 0 25 0 4 0 651945703 339853312 43063 33554432000 4194304 4650419 140737004830512 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=331888 CPUtime=50.55 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 17828 0 0 0 5049 6 0 0 25 0 4 0 651945703 339853312 43063 33554432000 4194304 4650419 140737004830512 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 331888

[startup+102.313 s]
/proc/loadavg: 8.04 8.09 8.04 9/331 24198
/proc/meminfo: memFree=24801508/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=347988 CPUtime=408.15 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 174591 0 0 0 40766 49 0 0 25 0 4 0 651945703 356339712 51399 33554432000 4194304 4650419 140737004830512 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 86997 51399 393 112 0 81962 0
[pid=24191/tid=24192] ppid=24189 vsize=347988 CPUtime=102.3 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 51390 0 0 0 10218 12 0 0 25 0 4 0 651945703 356339712 51399 33554432000 4194304 4650419 140737004830512 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=347988 CPUtime=102.29 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 48484 0 0 0 10217 12 0 0 25 0 4 0 651945703 356339712 51400 33554432000 4194304 4650419 140737004830512 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=347988 CPUtime=101.22 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 24117 0 0 0 10114 8 0 0 25 0 4 0 651945703 356339712 51400 33554432000 4194304 4650419 140737004830512 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.15
Current children cumulated vsize (KiB) 347988

[startup+162.301 s]

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

[pid=24191] ppid=24189 vsize=687816 CPUtime=2562.56 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 522232 0 0 0 256053 203 0 0 25 0 4 0 651945703 704323584 108660 33554432000 4194304 4650419 140737004830512 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 171954 108660 393 112 0 166919 0
[pid=24191/tid=24192] ppid=24189 vsize=687816 CPUtime=642.31 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 163718 0 0 0 64166 65 0 0 25 0 4 0 651945703 704323584 108660 33554432000 4194304 4650419 140737004830512 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=687816 CPUtime=642.31 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 138395 0 0 0 64180 51 0 0 25 0 4 0 651945703 704323584 108660 33554432000 4194304 4650419 140737004830512 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=687816 CPUtime=635.59 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 65572 0 0 0 63531 28 0 0 25 0 4 0 651945703 704323584 108660 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2562.56
Current children cumulated vsize (KiB) 687816

[startup+702.301 s]
/proc/loadavg: 8.10 8.09 8.05 9/331 24214
/proc/meminfo: memFree=24420000/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=664216 CPUtime=2801.89 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 553665 0 0 0 279969 220 0 0 25 0 4 0 651945703 680157184 119895 33554432000 4194304 4650419 140737004830512 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 166054 119895 393 112 0 161019 0
[pid=24191/tid=24192] ppid=24189 vsize=664216 CPUtime=702.31 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 169829 0 0 0 70162 69 0 0 25 0 4 0 651945703 680157184 119895 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=664216 CPUtime=702.3 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 148213 0 0 0 70173 57 0 0 25 0 4 0 651945703 680157184 119895 33554432000 4194304 4650419 140737004830512 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=664216 CPUtime=694.95 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 72010 0 0 0 69462 33 0 0 25 0 4 0 651945703 680157184 119895 33554432000 4194304 4650419 140737004830512 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.89
Current children cumulated vsize (KiB) 664216

[startup+762.313 s]
/proc/loadavg: 8.15 8.10 8.06 9/331 24215
/proc/meminfo: memFree=24389832/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=706044 CPUtime=3041.29 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 571963 0 0 0 303895 234 0 0 25 0 4 0 651945703 722989056 120300 33554432000 4194304 4650419 140737004830512 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 176511 120300 393 112 0 171476 0
[pid=24191/tid=24192] ppid=24189 vsize=706044 CPUtime=762.33 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 175951 0 0 0 76159 74 0 0 25 0 4 0 651945703 722989056 120300 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=706044 CPUtime=762.32 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 154458 0 0 0 76168 64 0 0 25 0 4 0 651945703 722989056 120300 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=706044 CPUtime=754.3 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 72607 0 0 0 75396 34 0 0 25 0 4 0 651945703 722989056 120300 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3041.29
Current children cumulated vsize (KiB) 706044

[startup+822.301 s]
/proc/loadavg: 8.23 8.13 8.07 9/331 24217
/proc/meminfo: memFree=24371084/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=664692 CPUtime=3280.6 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 597286 0 0 0 327810 250 0 0 25 0 4 0 651945703 680644608 121970 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 166173 121970 393 112 0 161138 0
[pid=24191/tid=24192] ppid=24189 vsize=664692 CPUtime=822.31 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 183621 0 0 0 82155 76 0 0 25 0 4 0 651945703 680644608 121970 33554432000 4194304 4650419 140737004830512 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=664692 CPUtime=822.3 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 164141 0 0 0 82159 71 0 0 25 0 4 0 651945703 680644608 121970 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=664692 CPUtime=813.64 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 76189 0 0 0 81327 37 0 0 25 0 4 0 651945703 680644608 121970 33554432000 4194304 4650419 140737004830512 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.6
Current children cumulated vsize (KiB) 664692

[startup+882.301 s]
/proc/loadavg: 5.87 7.50 7.86 5/322 24237
/proc/meminfo: memFree=24791892/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=848428 CPUtime=3519.99 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 625119 0 0 0 351733 266 0 0 25 0 4 0 651945703 868790272 128829 33554432000 4194304 4650419 140737004830512 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 212107 128829 393 112 0 207072 0
[pid=24191/tid=24192] ppid=24189 vsize=848428 CPUtime=882.32 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 188668 0 0 0 88153 79 0 0 25 0 4 0 651945703 868790272 128829 33554432000 4194304 4650419 140737004830512 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=848428 CPUtime=882.3 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 173429 0 0 0 88154 76 0 0 25 0 4 0 651945703 868790272 128829 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=848428 CPUtime=873.01 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 79648 0 0 0 87262 39 0 0 25 0 4 0 651945703 868790272 128829 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.99
Current children cumulated vsize (KiB) 848428

[startup+942.3 s]
/proc/loadavg: 4.73 6.87 7.62 5/322 24238
/proc/meminfo: memFree=24768668/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=754808 CPUtime=3759.37 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 650017 0 0 0 375657 280 0 0 25 0 4 0 651945703 772923392 131680 33554432000 4194304 4650419 140737004830512 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 188702 131680 393 112 0 183667 0
[pid=24191/tid=24192] ppid=24189 vsize=754808 CPUtime=942.31 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 198272 0 0 0 94147 84 0 0 25 0 4 0 651945703 772923392 131680 33554432000 4194304 4650419 140737004830512 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=754808 CPUtime=942.31 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 178295 0 0 0 94152 79 0 0 25 0 4 0 651945703 772923392 131680 33554432000 4194304 4650419 140737004830512 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=754808 CPUtime=932.39 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 83455 0 0 0 93197 42 0 0 25 0 4 0 651945703 772923392 131680 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.37
Current children cumulated vsize (KiB) 754808

[startup+1002.3 s]
/proc/loadavg: 4.27 6.35 7.39 5/322 24240
/proc/meminfo: memFree=24807932/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=652252 CPUtime=3998.76 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 679184 0 0 0 399581 295 0 0 25 0 4 0 651945703 667906048 124999 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 163063 124999 393 112 0 158028 0
[pid=24191/tid=24192] ppid=24189 vsize=652252 CPUtime=1002.32 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 208053 0 0 0 100143 89 0 0 25 0 4 0 651945703 667906048 124999 33554432000 4194304 4650419 140737004830512 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=652252 CPUtime=1002.3 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 187965 0 0 0 100146 84 0 0 25 0 4 0 651945703 667906048 124999 33554432000 4194304 4650419 140737004830512 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=652252 CPUtime=991.78 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 86204 0 0 0 99135 43 0 0 25 0 4 0 651945703 667906048 124999 33554432000 4194304 4650419 140737004830512 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3998.76
Current children cumulated vsize (KiB) 652252

[startup+1062.3 s]
/proc/loadavg: 4.14 5.93 7.18 5/322 24241
/proc/meminfo: memFree=24784944/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=737288 CPUtime=4238.15 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 702986 0 0 0 423505 310 0 0 25 0 4 0 651945703 754982912 130973 33554432000 4194304 4650419 140737004830512 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 184322 130973 393 112 0 179287 0
[pid=24191/tid=24192] ppid=24189 vsize=737288 CPUtime=1062.32 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 210406 0 0 0 106142 90 0 0 25 0 4 0 651945703 754982912 130973 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=737288 CPUtime=1062.31 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 196578 0 0 0 106141 90 0 0 25 0 4 0 651945703 754982912 130973 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=737288 CPUtime=1051.16 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 91006 0 0 0 105069 47 0 0 25 0 4 0 651945703 754982912 130973 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4238.15
Current children cumulated vsize (KiB) 737288

[startup+1122.3 s]
/proc/loadavg: 4.05 5.58 6.98 5/322 24243
/proc/meminfo: memFree=24771640/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=753936 CPUtime=4477.54 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 730565 0 0 0 447428 326 0 0 25 0 4 0 651945703 772030464 134039 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 188484 134039 393 112 0 183449 0
[pid=24191/tid=24192] ppid=24189 vsize=753936 CPUtime=1122.32 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 218819 0 0 0 112135 97 0 0 25 0 4 0 651945703 772030464 134039 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365407 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=753936 CPUtime=1122.31 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 205285 0 0 0 112138 93 0 0 25 0 4 0 651945703 772030464 134039 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=753936 CPUtime=1110.54 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 93090 0 0 0 111007 47 0 0 25 0 4 0 651945703 772030464 134039 33554432000 4194304 4650419 140737004830512 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4477.54
Current children cumulated vsize (KiB) 753936

[startup+1182.3 s]
/proc/loadavg: 4.06 5.30 6.79 5/322 24245
/proc/meminfo: memFree=24749908/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=818924 CPUtime=4716.94 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 751146 0 0 0 471357 337 0 0 25 0 4 0 651945703 838578176 139633 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 204731 139633 393 112 0 199696 0
[pid=24191/tid=24192] ppid=24189 vsize=818924 CPUtime=1182.33 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 226569 0 0 0 118132 101 0 0 25 0 4 0 651945703 838578176 139633 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=818924 CPUtime=1182.31 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 211478 0 0 0 118134 97 0 0 25 0 4 0 651945703 838578176 139633 33554432000 4194304 4650419 140737004830512 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=818924 CPUtime=1169.94 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 93165 0 0 0 116947 47 0 0 25 0 4 0 651945703 838578176 139633 33554432000 4194304 4650419 140737004830512 18446744073709551615 4476356 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4716.94
Current children cumulated vsize (KiB) 818924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.2 s]
/proc/loadavg: 4.11 5.24 6.74 5/322 24245
/proc/meminfo: memFree=24745192/32951124 swapFree=44485764/67111528
[pid=24191] ppid=24189 vsize=913236 CPUtime=4800.36 cores=1,3,5,7
/proc/24191/stat : 24191 (strangenight1-m) R 24189 24191 23677 0 -1 4202496 756745 0 0 0 479694 342 0 0 25 0 4 0 651945703 935153664 140498 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24191/statm: 228309 140498 393 112 0 223274 0
[pid=24191/tid=24192] ppid=24189 vsize=913236 CPUtime=1203.24 cores=1,3,5,7
/proc/24191/task/24192/stat : 24192 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 228635 0 0 0 120221 103 0 0 25 0 4 0 651945703 935153664 140498 33554432000 4194304 4650419 140737004830512 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24191/tid=24193] ppid=24189 vsize=913236 CPUtime=1203.23 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 212116 0 0 0 120225 98 0 0 25 0 4 0 651945703 935153664 140498 33554432000 4194304 4650419 140737004830512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24191/tid=24194] ppid=24189 vsize=913236 CPUtime=1190.63 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (strangenight1-m) R 24189 24191 23677 0 -1 4202560 93983 0 0 0 119015 48 0 0 25 0 4 0 651945703 935153664 140498 33554432000 4194304 4650419 140737004830512 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 913236

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.24
CPU time (s): 4800.42
CPU user time (s): 4796.97
CPU system time (s): 3.44448
CPU usage (%): 398.957
Max. virtual memory (cumulated for all children) (KiB): 935572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.97
system time used= 3.44448
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 756746
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= 557
involuntary context switches= 19505

runsolver used 3.40548 second user time and 9.2386 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-14 22:04:13
IDJOB=3368812
IDBENCH=82821
IDSOLVER=1846
FILE ID=node105/3368812-1305403453
RUNJOBID= node105-1305401876-23993
PBS_JOBID= 13324484
Free space on /tmp= 73584 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v175-c3727-S110935064-075.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368812-1305403453/watcher-3368812-1305403453 -o /tmp/evaluation-result-3368812-1305403453/solver-3368812-1305403453 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368812-1305403453.cnf

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

MD5SUM BENCH= b179d65395dd8ffd730bf106fb19b537
RANDOM SEED=88183296

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.825
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:      25017852 kB
Buffers:        273032 kB
Cached:        5908420 kB
SwapCached:      39656 kB
Active:         854508 kB
Inactive:      6820016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25017852 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:            7676 kB
Writeback:           0 kB
AnonPages:     1461020 kB
Mapped:          10952 kB
Slab:           128020 kB
PageTables:      66948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65714584 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= 73584 MiB
End job on node105 at 2011-05-14 22:24:18