Trace number 3175474

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S332580795-055.SATISFIABLE.cnf
MD5SUM1e018578440519156ef15a041316c93e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05599
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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-3175474-1304125663.cnf'
0.00/0.00	c -- header says num vars:            100
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        100
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       100      2130         0         0     10650         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
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
3.18/0.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.18/0.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.18/0.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.18/0.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.18/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.18/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.18/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.18/0.85	c calculated reachability. Time: 0.00
3.18/0.85	c Calc default polars -  time:   0.00 s pos:      51 undec:       4 neg:      45
3.18/0.85	c =========================================================================================
3.18/0.85	c types(t): F = full restart, N = normal restart
3.18/0.85	c types(t): S = simplification begin/end, E = solution found
3.18/0.85	c restart types(rt): st = static, dy = dynamic
3.18/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.18/0.85	c  B st     0         0       100      2130         0         0     10650         0   no data   no data  --
3.18/0.85	c Decided on static restart strategy
3.18/0.85	c  N st     8      4921       100      2130         0      4601     10650    100229   no data   no data  --
3.18/0.85	c  N st    10     11304       100      2130         0      4252     10650     74325   no data   no data  --
3.18/0.85	c  N st    11     17047       100      2130         0      9550     10650    187607   no data   no data  --
3.18/0.85	c  F st    12     25002       100      2130         0     11702     10650    230826   no data   no data  --
3.18/0.85	c  N st    12     25002       100      2130         0     11702     10650    230826   no data   no data  --
4.00/1.02	c Decided on static restart strategy
4.00/1.02	c  N st    18     30001       100      2130         0     10069     10650    188453   no data   no data  --
4.00/1.02	c  S st    18     30001       100      2130         0     10069     10650    188453   no data   no data  --
4.00/1.02	c  S st    18     30504       100      2130         0     10559     10650    199222   no data   no data  --
4.00/1.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.00/1.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.00/1.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.00/1.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.00/1.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.00/1.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4.00/1.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.44	c lits-rem:      2049  cl-subs:     1854  v-elim:      0  v-fix:    0  time:  1.65 s
5.57/1.48	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.16
5.57/1.48	c calculated reachability. Time: 0.00
5.57/1.48	c  N st    18     30504       100      2130         0      8705     10650    157328   no data   no data  --
7.18/1.80	c  N st    20     37619       100      2130         0      7994     10650    129788   no data   no data  --
8.39/2.11	c  N st    21     44018       100      2130         0     13889     10650    254406   no data   no data  --
8.39/2.20	c  S st    22     45758       100      2130         0     15508     10650    290298   no data   no data  --
8.79/2.24	c  S st    22     46259       100      2130         0     15994     10650    301309   no data   no data  --
8.79/2.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.79/2.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.79/2.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
8.79/2.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.56/3.43	c lits-rem:      2962  cl-subs:     2174  v-elim:      0  v-fix:    0  time:  4.67 s
13.56/3.43	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
13.56/3.43	c vivif2 --  cl tried    13820 cl shrink        0 lits rem          0 time: 0.01
13.96/3.50	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.26
13.96/3.50	c calculated reachability. Time: 0.00
13.96/3.50	c  N st    22     46259       100      2130         0     13820     10650    252326   no data   no data  --
16.75/4.23	c  N st    23     60656       100      2130         0      9787     10650    145295   no data   no data  --
18.35/4.66	c  N st    24     69389       100      2130         0     17899     10650    315452   no data   no data  --
18.35/4.66	c  S st    24     69389       100      2130         0     17899     10650    315452   no data   no data  --
18.75/4.71	c  S st    24     69893       100      2130         0     18385     10650    326406   no data   no data  --
18.75/4.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.75/4.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.75/4.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.75/4.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.75/4.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.75/4.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
18.75/4.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.55/5.96	c lits-rem:      3813  cl-subs:     2409  v-elim:      0  v-fix:    0  time:  4.95 s
23.55/5.96	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
23.55/5.96	c vivif2 --  cl tried    15976 cl shrink        0 lits rem          0 time: 0.01
23.95/6.04	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.30
23.95/6.04	c calculated reachability. Time: 0.00
23.95/6.04	c  N st    24     69893       100      2130         0     15976     10650    274605   no data   no data  --
28.34/7.13	c  F st    25     87502       100      2130         0     11090     10650    157360   no data   no data  --
28.34/7.13	c  N st    25     87502       100      2130         0     11090     10650    157360   no data   no data  --
29.54/7.41	c Decided on static restart strategy
29.94/7.59	c  N st    32     95541       100      2130         0     18592     10650    320623   no data   no data  --
32.74/8.29	c  N st    34    104840       100      2130         0     15170     10650    238308   no data   no data  --
32.74/8.29	c  S st    34    104840       100      2130         0     15170     10650    238308   no data   no data  --
33.14/8.34	c  S st    34    105343       100      2130         0     15654     10650    248867   no data   no data  --
33.14/8.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.14/8.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.14/8.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
33.14/8.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.14/8.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.14/8.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
33.14/8.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.13/9.34	c lits-rem:      1955  cl-subs:     1174  v-elim:      0  v-fix:    0  time:  3.95 s
37.13/9.34	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
37.13/9.34	c vivif2 --  cl tried    14480 cl shrink        0 lits rem          0 time: 0.01
37.53/9.41	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.25
37.53/9.41	c calculated reachability. Time: 0.00
37.53/9.41	c  N st    34    105343       100      2130         0     14480     10650    223340   no data   no data  --
39.92/10.01	c  N st    35    114941       100      2130         0     23347     10650    414277   no data   no data  --
43.53/10.94	c  N st    36    129338       100      2130         0     23789     10650    429313   no data   no data  --
49.91/12.50	c  N st    37    150936       100      2130         0     15120     10650    201924   no data   no data  --
51.51/12.97	c  S st    38    158017       100      2130         0     21694     10650    347708   no data   no data  --
51.92/13.03	c  S st    38    158520       100      2130         0     22176     10650    358159   no data   no data  --
51.92/13.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.92/13.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.92/13.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
51.92/13.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.92/13.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.92/13.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
51.92/13.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.12/14.31	c lits-rem:      2751  cl-subs:     1736  v-elim:      0  v-fix:    0  time:  5.05 s
57.12/14.31	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
57.12/14.32	c vivif2 --  cl tried    20440 cl shrink        0 lits rem          0 time: 0.01
57.50/14.40	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.34
57.50/14.40	c calculated reachability. Time: 0.00
57.50/14.40	c  N st    38    158520       100      2130         0     20440     10650    317105   no data   no data  --
73.08/18.36	c  N st    39    207108       100      2130         0     32952     10650    566506   no data   no data  --
83.08/20.85	c  N st    40    237781       100      2130         0     25199     10650    383769   no data   no data  --
83.08/20.85	c  S st    40    237781       100      2130         0     25199     10650    383769   no data   no data  --
83.48/20.91	c  S st    40    238285       100      2130         0     25681     10650    394430   no data   no data  --
83.48/20.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.48/20.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
83.48/20.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
83.48/20.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.48/20.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.48/20.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
83.48/20.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
88.65/22.28	c lits-rem:      2378  cl-subs:     2377  v-elim:      0  v-fix:    0  time:  5.40 s
88.65/22.28	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
88.65/22.28	c vivif2 --  cl tried    23304 cl shrink        0 lits rem          0 time: 0.02
89.05/22.38	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.38
89.05/22.38	c calculated reachability. Time: 0.00
89.05/22.38	c  N st    40    238285       100      2130         0     23304     10650    344183   no data   no data  --
113.42/28.49	c  F st    41    306250       100      2130         0     25195     10650    347097   no data   no data  --
113.42/28.49	c  N st    41    306250       100      2130         0     25195     10650    347097   no data   no data  --
115.42/28.90	c Decided on static restart strategy
125.41/31.40	c  N st    51    334555       100      2130         0     29308     10650    421151   no data   no data  --
135.81/34.02	c  N st    53    357429       100      2130         0     27325     10650    367571   no data   no data  --
135.81/34.02	c  S st    53    357429       100      2130         0     27325     10650    367571   no data   no data  --
135.81/34.09	c  S st    53    357933       100      2130         0     27808     10650    378288   no data   no data  --
135.81/34.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
135.81/34.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
135.81/34.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
136.21/34.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.21/34.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.21/34.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
136.21/34.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
140.60/35.28	c lits-rem:      2008  cl-subs:     1633  v-elim:      0  v-fix:    0  time:  4.68 s
140.60/35.28	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
140.60/35.28	c vivif2 --  cl tried    26175 cl shrink        0 lits rem          0 time: 0.01
141.38/35.40	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.47
141.38/35.40	c calculated reachability. Time: 0.00
141.38/35.40	c  N st    53    357933       100      2130         0     26175     10650    344305   no data   no data  --
158.55/39.75	c  N st    54    390325       100      2130         0     32001     10650    454294   no data   no data  --
182.53/45.78	c  N st    55    438916       100      2130         0     26131     10650    313634   no data   no data  --
214.48/53.79	c  N st    56    511803       100      2130         0     38908     10650    574377   no data   no data  --
226.86/56.84	c  N st    57    536900       100      2130         0     33551     10650    445636   no data   no data  --
226.86/56.84	c  S st    57    536900       100      2130         0     33551     10650    445636   no data   no data  --
227.26/56.93	c  S st    57    537405       100      2130         0     34040     10650    456850   no data   no data  --
227.26/56.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
227.26/56.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
227.26/56.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
227.26/56.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
227.26/56.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
227.26/56.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
227.26/56.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
233.25/58.44	c lits-rem:      1875  cl-subs:     1462  v-elim:      0  v-fix:    0  time:  5.93 s
233.25/58.44	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
233.25/58.45	c vivif2 --  cl tried    32578 cl shrink        0 lits rem          0 time: 0.02
234.05/58.60	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.59
234.05/58.60	c calculated reachability. Time: 0.00
234.05/58.60	c  N st    57    537405       100      2130         0     32578     10650    425061   no data   no data  --
327.52/82.09	c  N st    58    701389       100      2130         0     60037     10650    976180   no data   no data  --
385.84/96.63	c  N st    59    806107       100      2130         0     54418     10650    810802   no data   no data  --
385.84/96.63	c  S st    59    806107       100      2130         0     54418     10650    810802   no data   no data  --
386.26/96.77	c  S st    59    806618       100      2130         0     54905     10650    822308   no data   no data  --
386.26/96.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
386.26/96.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
386.26/96.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
386.66/96.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
386.66/96.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
386.66/96.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
386.66/96.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
406.22/101.70	c lits-rem:      3608  cl-subs:     5559  v-elim:      0  v-fix:    0  time: 19.48 s
406.22/101.70	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
406.22/101.71	c vivif2 --  cl tried    49346 cl shrink        0 lits rem          0 time: 0.04
407.02/101.94	c asymm  cl-useful: 0/1734/2130 lits-rem:0 time: 0.92
407.02/101.94	c calculated reachability. Time: 0.00
407.02/101.94	c  N st    59    806618       100      2130         0     49346     10650    718862   no data   no data  --
565.19/141.50	c  F st    60   1071877       100      2130         0     64710     10650    989597   no data   no data  --
565.19/141.50	c  N st    60   1071877       100      2130         0     64710     10650    989597   no data   no data  --
569.18/142.53	c Decided on static restart strategy
590.36/147.87	c  N st    70   1100178       100      2130         0     49546     10650    642491   no data   no data  --
616.32/154.36	c  N st    72   1136172       100      2130         0     82620     10650   1355648   no data   no data  --
637.50/159.69	c  N st    73   1168564       100      2130         0     70168     10650   1074922   no data   no data  --
668.66/167.49	c  N st    74   1209929       100      2130         0     65096     10650    952384   no data   no data  --
668.66/167.49	c  S st    74   1209929       100      2130         0     65096     10650    952384   no data   no data  --
669.86/167.74	c  S st    74   1210435       100      2130         0     65583     10650    963433   no data   no data  --
669.86/167.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
669.86/167.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
669.86/167.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
670.26/167.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
670.26/167.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
670.26/167.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
670.26/167.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
702.63/175.92	c lits-rem:      1178  cl-subs:     5887  v-elim:      0  v-fix:    0  time: 32.39 s
702.63/175.92	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
702.63/175.93	c vivif2 --  cl tried    59696 cl shrink        0 lits rem          0 time: 0.04
703.81/176.21	c asymm  cl-useful: 0/1607/2130 lits-rem:0 time: 1.12
703.81/176.21	c calculated reachability. Time: 0.00
703.81/176.21	c  N st    74   1210435       100      2130         0     59696     10650    846236   no data   no data  --
756.13/189.30	c  N st    75   1283317       100      2130         0     82444     10650   1297698   no data   no data  --
846.01/211.89	c  N st    76   1392640       100      2130         0     91808     10650   1479028   no data   no data  --
977.03/244.67	c  N st    77   1556624       100      2130         0     49660     10650    535801   no data   no data  --
1116.84/279.62	c  N st    78   1710435       100      2130         0     88730     10650   1337563   no data   no data  --
1116.84/279.62	c  S st    78   1710435       100      2130         0     88730     10650   1337563   no data   no data  --
1118.04/279.98	c  S st    78   1710937       100      2130         0     89210     10650   1348804   no data   no data  --
1118.04/279.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1118.04/279.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1118.44/280.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
1118.44/280.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1118.44/280.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1118.44/280.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1118.44/280.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1224.69/306.61	c lits-rem:      4934  cl-subs:    12527  v-elim:      0  v-fix:    0  time: 105.88 s
1224.69/306.61	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1224.69/306.62	c vivif2 --  cl tried    76683 cl shrink        0 lits rem          0 time: 0.06
1225.50/306.83	c asymm  cl-useful: 0/523/2130 lits-rem:0 time: 0.82
1225.50/306.83	c calculated reachability. Time: 0.00
1225.50/306.83	c  N st    78   1710937       100      2130         0     76683     10650   1104372   no data   no data  --
1591.38/398.41	c  N st    79   2079901       100      2130         0     88359     10650   1266415   no data   no data  --
1735.21/434.42	c  N st    80   2210937       100      2130         0     92021     10650   1327025   no data   no data  --
1735.21/434.42	c  S st    80   2210937       100      2130         0     92021     10650   1327025   no data   no data  --
1736.78/434.80	c  S st    80   2211438       100      2130         0     92501     10650   1338017   no data   no data  --
1736.78/434.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1736.78/434.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1736.78/434.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
1737.18/434.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1737.18/434.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1737.18/434.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1737.18/434.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1836.27/459.74	c lits-rem:      3585  cl-subs:    11381  v-elim:      0  v-fix:    0  time: 99.19 s
1836.27/459.74	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1836.27/459.76	c vivif2 --  cl tried    81120 cl shrink        0 lits rem          0 time: 0.06
1837.85/460.10	c asymm  cl-useful: 0/1293/2130 lits-rem:0 time: 1.38
1837.85/460.11	c calculated reachability. Time: 0.00
1837.85/460.11	c  N st    80   2211438       100      2130         0     81120     10650   1120405   no data   no data  --
2344.74/587.08	c  N st    81   2711438       100      2130         0    104007     10650   1481130   no data   no data  --
2344.74/587.08	c  S st    81   2711438       100      2130         0    104007     10650   1481130   no data   no data  --
2346.74/587.54	c  S st    81   2711941       100      2130         0    104481     10650   1492181   no data   no data  --
2346.74/587.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2346.74/587.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2347.14/587.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.25
2347.14/587.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2347.14/587.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2347.14/587.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2347.14/587.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2485.35/622.23	c lits-rem:      9615  cl-subs:    14705  v-elim:      0  v-fix:    0  time: 138.04 s
2485.35/622.23	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2485.35/622.25	c vivif2 --  cl tried    89776 cl shrink        0 lits rem          0 time: 0.07
2486.97/622.63	c asymm  cl-useful: 0/837/2130 lits-rem:0 time: 1.51
2486.97/622.63	c calculated reachability. Time: 0.00
2486.97/622.63	c  N st    81   2711941       100      2130         0     89776     10650   1237870   no data   no data  --
3023.42/756.92	c  N st    82   3211941       100      2130         0    139101     10650   2170057   no data   no data  --
3023.42/756.92	c  S st    82   3211941       100      2130         0    139101     10650   2170057   no data   no data  --
3025.42/757.47	c  S st    82   3212443       100      2130         0    139569     10650   2180677   no data   no data  --
3025.42/757.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3025.42/757.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3025.81/757.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.30
3026.21/757.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3026.21/757.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3026.21/757.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3026.21/757.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3431.27/859.02	c lits-rem:      2673  cl-subs:    26488  v-elim:      0  v-fix:    0  time: 404.89 s
3431.27/859.02	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3431.27/859.04	c vivif2 --  cl tried   113081 cl shrink        0 lits rem          0 time: 0.09
3432.85/859.40	c asymm  cl-useful: 0/786/2130 lits-rem:0 time: 1.45
3432.85/859.41	c calculated reachability. Time: 0.00
3432.85/859.41	c  N st    82   3212443       100      2130         0    113081     10650   1685210   no data   no data  --
4058.79/1016.18	c  N st    83   3712445       100      2130         0    131108     10650   1962681   no data   no data  --
4058.79/1016.18	c  S st    83   3712445       100      2130         0    131108     10650   1962681   no data   no data  --
4060.79/1016.64	c  S st    83   3712947       100      2130         0    131586     10650   1973774   no data   no data  --
4060.79/1016.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4060.79/1016.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4061.18/1016.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.25
4061.18/1016.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4061.18/1016.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4061.18/1016.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4061.18/1016.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4238.54/1061.12	c lits-rem:      5678  cl-subs:    18530  v-elim:      0  v-fix:    0  time: 177.10 s
4238.54/1061.12	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4238.54/1061.14	c vivif2 --  cl tried   113056 cl shrink        0 lits rem          0 time: 0.09
4240.16/1061.51	c asymm  cl-useful: 0/721/2130 lits-rem:0 time: 1.44
4240.16/1061.51	c calculated reachability. Time: 0.00
4240.16/1061.51	c  N st    83   3712947       100      2130         0    113056     10650   1620454   no data   no data  --
4290.07/1074.02	c  F st    84   3751562       100      2130         0    148215     10650   2381133   no data   no data  --
4290.07/1074.03	c  N st    84   3751562       100      2130         0    148215     10650   2381133   no data   no data  --
4301.27/1076.84	c Decided on static restart strategy
4324.83/1082.78	c  N st    94   3779863       100      2130         0     98680     10650   1311362   no data   no data  --
4373.56/1094.97	c  N st    96   3815856       100      2130         0    131689     10650   2032166   no data   no data  --
4431.07/1109.37	c  N st    97   3848248       100      2130         0     84082     10650    954692   no data   no data  --
4492.58/1124.70	c  N st    98   3896836       100      2130         0    128685     10650   1929696   no data   no data  --
4597.65/1151.00	c  N st    99   3969719       100      2130         0    117031     10650   1663330   no data   no data  --
4790.57/1199.39	c  N st   100   4079044       100      2130         0    137625     10650   2147209   no data   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.14 8.07 7.69 4/176 24055
/proc/meminfo: memFree=31037960/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=216240 CPUtime=0 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 710 0 0 0 0 0 0 0 22 0 4 0 602796953 221429760 630 33554432000 4194304 4650419 140734076934128 18446744073709551615 224285030943 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 54095 631 359 112 0 49060 0
[pid=24053/tid=24056] ppid=24050 vsize=216380 CPUtime=0 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 76 0 0 0 0 0 0 0 22 0 4 0 602796954 221573120 641 33554432000 4194304 4650419 140734076934128 18446744073709551615 224285030943 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=216380 CPUtime=0 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 57 0 0 0 0 0 0 0 22 0 4 0 602796954 221573120 643 33554432000 4194304 4650419 140734076934128 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=216380 CPUtime=0 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 71 0 0 0 0 0 0 0 23 0 4 0 602796954 221573120 643 33554432000 4194304 4650419 140734076934128 18446744073709551615 4373800 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0250429 s]
/proc/loadavg: 8.14 8.07 7.69 4/176 24055
/proc/meminfo: memFree=31037960/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=217156 CPUtime=0.08 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 1290 0 0 0 8 0 0 0 18 0 4 0 602796953 222367744 1156 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 54289 1156 388 112 0 49254 0
[pid=24053/tid=24056] ppid=24050 vsize=217156 CPUtime=0.02 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 229 0 0 0 2 0 0 0 18 0 4 0 602796954 222367744 1156 33554432000 4194304 4650419 140734076934128 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=217156 CPUtime=0.01 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 223 0 0 0 1 0 0 0 18 0 4 0 602796954 222367744 1156 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=217156 CPUtime=0.01 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 131 0 0 0 1 0 0 0 23 0 4 0 602796954 222367744 1156 33554432000 4194304 4650419 140734076934128 18446744073709551615 4315110 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 217156

[startup+0.10103 s]
/proc/loadavg: 8.14 8.07 7.69 4/176 24055
/proc/meminfo: memFree=31037960/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=217456 CPUtime=0.38 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 1740 0 0 0 38 0 0 0 18 0 4 0 602796953 222674944 1606 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 54364 1606 389 112 0 49329 0
[pid=24053/tid=24056] ppid=24050 vsize=217456 CPUtime=0.09 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 347 0 0 0 9 0 0 0 18 0 4 0 602796954 222674944 1606 33554432000 4194304 4650419 140734076934128 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=217456 CPUtime=0.09 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 335 0 0 0 9 0 0 0 18 0 4 0 602796954 222674944 1606 33554432000 4194304 4650419 140734076934128 18446744073709551615 4334965 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=217456 CPUtime=0.09 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 235 0 0 0 9 0 0 0 23 0 4 0 602796954 222674944 1606 33554432000 4194304 4650419 140734076934128 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 217456

[startup+0.300998 s]
/proc/loadavg: 8.14 8.07 7.69 4/176 24055
/proc/meminfo: memFree=31037960/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=219648 CPUtime=1.18 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 3351 0 0 0 118 0 0 0 18 0 4 0 602796953 224919552 1889 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365333 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 54912 1889 391 112 0 49877 0
[pid=24053/tid=24056] ppid=24050 vsize=219648 CPUtime=0.29 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 737 0 0 0 29 0 0 0 18 0 4 0 602796954 224919552 1889 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=219648 CPUtime=0.29 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 741 0 0 0 29 0 0 0 18 0 4 0 602796954 224919552 1889 33554432000 4194304 4650419 140734076934128 18446744073709551615 4333952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=219648 CPUtime=0.29 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 633 0 0 0 29 0 0 0 23 0 4 0 602796954 224919552 1889 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365398 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 219648

[startup+0.700931 s]
/proc/loadavg: 8.14 8.07 7.69 4/176 24055
/proc/meminfo: memFree=31037960/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=220676 CPUtime=2.78 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 5091 0 0 0 277 1 0 0 18 0 4 0 602796953 225972224 2626 33554432000 4194304 4650419 140734076934128 18446744073709551615 4333646 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 55169 2626 391 112 0 50134 0
[pid=24053/tid=24056] ppid=24050 vsize=220676 CPUtime=0.69 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 1215 0 0 0 69 0 0 0 18 0 4 0 602796954 225972224 2626 33554432000 4194304 4650419 140734076934128 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=220676 CPUtime=0.69 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 1191 0 0 0 69 0 0 0 18 0 4 0 602796954 225972224 2626 33554432000 4194304 4650419 140734076934128 18446744073709551615 4333707 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=220676 CPUtime=0.69 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 1001 0 0 0 69 0 0 0 25 0 4 0 602796954 225972224 2627 33554432000 4194304 4650419 140734076934128 18446744073709551615 4334332 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 220676

[startup+1.5008 s]
/proc/loadavg: 8.14 8.07 7.69 11/184 24063
/proc/meminfo: memFree=31016208/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=217420 CPUtime=5.97 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 10080 0 0 0 596 1 0 0 20 0 4 0 602796953 222638080 5235 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365252 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 54355 5235 393 112 0 49320 0
[pid=24053/tid=24056] ppid=24050 vsize=217420 CPUtime=1.49 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 2992 0 0 0 149 0 0 0 20 0 4 0 602796954 222638080 5235 33554432000 4194304 4650419 140734076934128 18446744073709551615 4438378 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=217420 CPUtime=1.49 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 2013 0 0 0 149 0 0 0 19 0 4 0 602796954 222638080 5235 33554432000 4194304 4650419 140734076934128 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=217420 CPUtime=1.48 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 1738 0 0 0 148 0 0 0 25 0 4 0 602796954 222638080 5235 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 217420

[startup+3.10054 s]
/proc/loadavg: 8.14 8.07 7.69 10/184 24063
/proc/meminfo: memFree=30979504/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=223388 CPUtime=12.37 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 17936 0 0 0 1234 3 0 0 25 0 4 0 602796953 228749312 11323 33554432000 4194304 4650419 140734076934128 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 55847 11323 393 112 0 50812 0
[pid=24053/tid=24056] ppid=24050 vsize=223388 CPUtime=3.09 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 5453 0 0 0 309 0 0 0 25 0 4 0 602796954 228749312 11323 33554432000 4194304 4650419 140734076934128 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=223388 CPUtime=3.08 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 4010 0 0 0 308 0 0 0 25 0 4 0 602796954 228749312 11323 33554432000 4194304 4650419 140734076934128 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=223388 CPUtime=3.07 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 3725 0 0 0 307 0 0 0 25 0 4 0 602796954 228749312 11323 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 223388

[startup+6.301 s]
/proc/loadavg: 8.13 8.07 7.69 10/184 24063
/proc/meminfo: memFree=30941880/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=233044 CPUtime=25.15 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 24250 0 0 0 2511 4 0 0 25 0 4 0 602796953 238637056 13044 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 58261 13044 393 112 0 53226 0
[pid=24053/tid=24056] ppid=24050 vsize=233044 CPUtime=6.29 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 6887 0 0 0 629 0 0 0 25 0 4 0 602796954 238637056 13044 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=233044 CPUtime=6.29 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 6097 0 0 0 628 1 0 0 25 0 4 0 602796954 238637056 13044 33554432000 4194304 4650419 140734076934128 18446744073709551615 4439344 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=233044 CPUtime=6.25 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 4888 0 0 0 625 0 0 0 25 0 4 0 602796954 238637056 13044 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 233044

[startup+12.7009 s]
/proc/loadavg: 8.12 8.07 7.69 10/184 24063
/proc/meminfo: memFree=30895352/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=233812 CPUtime=50.71 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 35257 0 0 0 5066 5 0 0 25 0 4 0 602796953 239423488 17206 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 58453 17206 393 112 0 53418 0
[pid=24053/tid=24056] ppid=24050 vsize=233812 CPUtime=12.69 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 10045 0 0 0 1268 1 0 0 25 0 4 0 602796954 239423488 17206 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=233812 CPUtime=12.68 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 8804 0 0 0 1267 1 0 0 25 0 4 0 602796954 239423488 17207 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=233812 CPUtime=12.62 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 7580 0 0 0 1262 0 0 0 25 0 4 0 602796954 239423488 17207 33554432000 4194304 4650419 140734076934128 18446744073709551615 4313319 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 233812

[startup+25.5008 s]
/proc/loadavg: 8.17 8.08 7.70 10/184 24065
/proc/meminfo: memFree=30848856/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=248420 CPUtime=101.84 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 52976 0 0 0 10174 10 0 0 25 0 4 0 602796953 254382080 23047 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 62105 23047 393 112 0 57070 0
[pid=24053/tid=24056] ppid=24050 vsize=248420 CPUtime=25.49 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 14939 0 0 0 2547 2 0 0 25 0 4 0 602796954 254382080 23047 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=248420 CPUtime=25.48 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 12860 0 0 0 2546 2 0 0 25 0 4 0 602796954 254382080 23047 33554432000 4194304 4650419 140734076934128 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=248420 CPUtime=25.35 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 11753 0 0 0 2534 1 0 0 25 0 4 0 602796954 254382080 23047 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 248420

[startup+51.1005 s]
/proc/loadavg: 8.11 8.07 7.71 10/184 24065
/proc/meminfo: memFree=30811724/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=315916 CPUtime=204.1 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 80322 0 0 0 20392 18 0 0 25 0 4 0 602796953 323497984 28592 33554432000 4194304 4650419 140734076934128 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 78979 28592 393 112 0 73944 0
[pid=24053/tid=24056] ppid=24050 vsize=315916 CPUtime=51.09 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 22239 0 0 0 5104 5 0 0 25 0 4 0 602796954 323497984 28592 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366062 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=315916 CPUtime=51.09 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 20081 0 0 0 5105 4 0 0 25 0 4 0 602796954 323497984 28593 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=315916 CPUtime=50.81 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 16634 0 0 0 5079 2 0 0 25 0 4 0 602796954 323497984 28593 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 315916

[startup+102.307 s]
/proc/loadavg: 8.05 8.06 7.72 10/184 24067
/proc/meminfo: memFree=30742236/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=286620 CPUtime=408.63 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 130494 0 0 0 40830 33 0 0 25 0 4 0 602796953 293498880 36292 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 71655 36292 393 112 0 66620 0
[pid=24053/tid=24056] ppid=24050 vsize=286620 CPUtime=102.29 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 35884 0 0 0 10219 10 0 0 25 0 4 0 602796954 293498880 36292 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=286620 CPUtime=102.3 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 33857 0 0 0 10222 8 0 0 25 0 4 0 602796954 293498880 36292 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=286620 CPUtime=101.74 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 27136 0 0 0 10168 6 0 0 25 0 4 0 602796954 293498880 36292 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 286620

[startup+162.301 s]

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

[pid=24053] ppid=24050 vsize=484384 CPUtime=2805.31 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 342476 0 0 0 280416 115 0 0 25 0 4 0 602796953 496009216 84955 33554432000 4194304 4650419 140734076934128 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 121096 84955 393 112 0 116061 0
[pid=24053/tid=24056] ppid=24050 vsize=484384 CPUtime=702.3 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 84168 0 0 0 70202 28 0 0 25 0 4 0 602796954 496009216 84955 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=484384 CPUtime=702.29 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 91563 0 0 0 70197 32 0 0 25 0 4 0 602796954 496009216 84955 33554432000 4194304 4650419 140734076934128 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=484384 CPUtime=698.47 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 66615 0 0 0 69828 19 0 0 25 0 4 0 602796954 496009216 84955 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.31
Current children cumulated vsize (KiB) 484384

[startup+762.307 s]
/proc/loadavg: 8.12 8.09 7.89 10/184 24083
/proc/meminfo: memFree=30352784/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=496568 CPUtime=3045.01 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 355931 0 0 0 304380 121 0 0 25 0 4 0 602796953 508485632 88094 33554432000 4194304 4650419 140734076934128 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 124142 88094 393 112 0 119107 0
[pid=24053/tid=24056] ppid=24050 vsize=496568 CPUtime=762.31 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 87826 0 0 0 76201 30 0 0 25 0 4 0 602796954 508485632 88094 33554432000 4194304 4650419 140734076934128 18446744073709551615 4371123 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=496568 CPUtime=762.3 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 91686 0 0 0 76198 32 0 0 25 0 4 0 602796954 508485632 88094 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=496568 CPUtime=758.14 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 66615 0 0 0 75795 19 0 0 25 0 4 0 602796954 508485632 88094 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 496568

[startup+822.301 s]
/proc/loadavg: 8.09 8.09 7.90 9/184 24085
/proc/meminfo: memFree=30350616/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=525068 CPUtime=3284.65 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 368550 0 0 0 328339 126 0 0 25 0 4 0 602796953 537669632 84943 33554432000 4194304 4650419 140734076934128 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 131267 84943 393 112 0 126232 0
[pid=24053/tid=24056] ppid=24050 vsize=525068 CPUtime=822.3 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 92204 0 0 0 82198 32 0 0 25 0 4 0 602796954 537669632 84943 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=525068 CPUtime=822.3 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 96303 0 0 0 82197 33 0 0 25 0 4 0 602796954 537669632 84943 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=525068 CPUtime=817.81 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 69359 0 0 0 81760 21 0 0 25 0 4 0 602796954 537669632 84943 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.65
Current children cumulated vsize (KiB) 525068

[startup+882.301 s]
/proc/loadavg: 8.07 8.08 7.91 10/184 24087
/proc/meminfo: memFree=30343124/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=485444 CPUtime=3524.33 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 385751 0 0 0 352298 135 0 0 25 0 4 0 602796953 497094656 86745 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 121361 86745 393 112 0 116326 0
[pid=24053/tid=24056] ppid=24050 vsize=485444 CPUtime=882.3 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 96812 0 0 0 88196 34 0 0 25 0 4 0 602796954 497094656 86745 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=485444 CPUtime=882.3 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 102332 0 0 0 88193 37 0 0 25 0 4 0 602796954 497094656 86745 33554432000 4194304 4650419 140734076934128 18446744073709551615 4349680 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=485444 CPUtime=877.49 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 73514 0 0 0 87725 24 0 0 25 0 4 0 602796954 497094656 86745 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 485444

[startup+942.301 s]
/proc/loadavg: 8.06 8.08 7.91 9/184 24089
/proc/meminfo: memFree=30296068/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=497312 CPUtime=3763.99 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 400576 0 0 0 376258 141 0 0 25 0 4 0 602796953 509247488 90260 33554432000 4194304 4650419 140734076934128 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 124328 90260 393 112 0 119293 0
[pid=24053/tid=24056] ppid=24050 vsize=497312 CPUtime=942.3 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 100670 0 0 0 94195 35 0 0 25 0 4 0 602796954 509247488 90260 33554432000 4194304 4650419 140734076934128 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=497312 CPUtime=942.3 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 108497 0 0 0 94190 40 0 0 25 0 4 0 602796954 509247488 90260 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=497312 CPUtime=937.16 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 74609 0 0 0 93692 24 0 0 25 0 4 0 602796954 509247488 90260 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.99
Current children cumulated vsize (KiB) 497312

[startup+1002.3 s]
/proc/loadavg: 8.11 8.09 7.93 10/184 24091
/proc/meminfo: memFree=30328484/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=538732 CPUtime=4003.67 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 421090 0 0 0 400218 149 0 0 25 0 4 0 602796953 551661568 89085 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366835 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 134683 89085 393 112 0 129648 0
[pid=24053/tid=24056] ppid=24050 vsize=538732 CPUtime=1002.3 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 105497 0 0 0 100193 37 0 0 25 0 4 0 602796954 551661568 89085 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=538732 CPUtime=1002.3 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 115506 0 0 0 100188 42 0 0 25 0 4 0 602796954 551661568 89085 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=538732 CPUtime=996.84 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 76110 0 0 0 99659 25 0 0 25 0 4 0 602796954 551661568 89085 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.67
Current children cumulated vsize (KiB) 538732

[startup+1062.3 s]
/proc/loadavg: 8.20 8.12 7.94 9/184 24091
/proc/meminfo: memFree=30278348/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=538888 CPUtime=4243.34 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 435918 0 0 0 424176 158 0 0 25 0 4 0 602796953 551821312 93913 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 134722 93913 393 112 0 129687 0
[pid=24053/tid=24056] ppid=24050 vsize=538888 CPUtime=1062.3 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 109825 0 0 0 106189 41 0 0 25 0 4 0 602796954 551821312 93913 33554432000 4194304 4650419 140734076934128 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=538888 CPUtime=1062.3 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 121105 0 0 0 106184 46 0 0 25 0 4 0 602796954 551821312 93913 33554432000 4194304 4650419 140734076934128 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=538888 CPUtime=1056.51 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 78739 0 0 0 105625 26 0 0 25 0 4 0 602796954 551821312 93913 33554432000 4194304 4650419 140734076934128 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.34
Current children cumulated vsize (KiB) 538888

[startup+1122.3 s]
/proc/loadavg: 8.19 8.13 7.95 10/184 24093
/proc/meminfo: memFree=30273472/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=539028 CPUtime=4483 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 453439 0 0 0 448133 167 0 0 25 0 4 0 602796953 551964672 98467 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 134757 98467 393 112 0 129722 0
[pid=24053/tid=24056] ppid=24050 vsize=539028 CPUtime=1122.3 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 115672 0 0 0 112187 43 0 0 25 0 4 0 602796954 551964672 98467 33554432000 4194304 4650419 140734076934128 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=539028 CPUtime=1122.3 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 125949 0 0 0 112180 50 0 0 25 0 4 0 602796954 551964672 98467 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=539028 CPUtime=1116.18 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 81635 0 0 0 111591 27 0 0 25 0 4 0 602796954 551964672 98467 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483
Current children cumulated vsize (KiB) 539028

[startup+1182.3 s]
/proc/loadavg: 8.18 8.13 7.96 9/184 24095
/proc/meminfo: memFree=30237220/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=555924 CPUtime=4722.67 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 466266 0 0 0 472094 173 0 0 25 0 4 0 602796953 569266176 104154 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 138981 104154 393 112 0 133946 0
[pid=24053/tid=24056] ppid=24050 vsize=555924 CPUtime=1182.3 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 116131 0 0 0 118187 43 0 0 25 0 4 0 602796954 569266176 104154 33554432000 4194304 4650419 140734076934128 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=555924 CPUtime=1182.3 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 130795 0 0 0 118179 51 0 0 25 0 4 0 602796954 569266176 104154 33554432000 4194304 4650419 140734076934128 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=555924 CPUtime=1175.86 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 84487 0 0 0 117557 29 0 0 25 0 4 0 602796954 569266176 104154 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.67
Current children cumulated vsize (KiB) 555924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.20 8.14 7.97 10/184 24095
/proc/meminfo: memFree=30223324/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=555924 CPUtime=4800.19 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 469619 0 0 0 479843 176 0 0 25 0 4 0 602796953 569266176 107390 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 138981 107390 393 112 0 133946 0
[pid=24053/tid=24056] ppid=24050 vsize=555924 CPUtime=1201.7 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 116131 0 0 0 120127 43 0 0 25 0 4 0 602796954 569266176 107390 33554432000 4194304 4650419 140734076934128 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=555924 CPUtime=1201.7 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 131307 0 0 0 120119 51 0 0 25 0 4 0 602796954 569266176 107390 33554432000 4194304 4650419 140734076934128 18446744073709551615 4476311 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=555924 CPUtime=1195.16 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 86221 0 0 0 119486 30 0 0 25 0 4 0 602796954 569266176 107390 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 555924

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.20 8.14 7.97 10/184 24095
/proc/meminfo: memFree=30223324/32951124 swapFree=67103364/67111528
[pid=24053] ppid=24050 vsize=555924 CPUtime=4800.19 cores=0,2,4,6
/proc/24053/stat : 24053 (strangenight1-m) R 24050 24053 23915 0 -1 4202496 469619 0 0 0 479843 176 0 0 25 0 4 0 602796953 569266176 107390 33554432000 4194304 4650419 140734076934128 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24053/statm: 138981 107390 393 112 0 133946 0
[pid=24053/tid=24056] ppid=24050 vsize=555924 CPUtime=1201.7 cores=0,2,4,6
/proc/24053/task/24056/stat : 24056 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 116131 0 0 0 120127 43 0 0 25 0 4 0 602796954 569266176 107390 33554432000 4194304 4650419 140734076934128 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24053/tid=24058] ppid=24050 vsize=555924 CPUtime=1201.7 cores=0,2,4,6
/proc/24053/task/24058/stat : 24058 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 131307 0 0 0 120119 51 0 0 25 0 4 0 602796954 569266176 107390 33554432000 4194304 4650419 140734076934128 18446744073709551615 4476311 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24053/tid=24061] ppid=24050 vsize=555924 CPUtime=1195.16 cores=0,2,4,6
/proc/24053/task/24061/stat : 24061 (strangenight1-m) R 24050 24053 23915 0 -1 4202560 86221 0 0 0 119486 30 0 0 25 0 4 0 602796954 569266176 107390 33554432000 4194304 4650419 140734076934128 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 555924

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.24
CPU user time (s): 4798.46
CPU system time (s): 1.78073
CPU usage (%): 399.443
Max. virtual memory (cumulated for all children) (KiB): 589136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.46
system time used= 1.78073
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469620
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= 280
involuntary context switches= 27898

runsolver used 1.89471 second user time and 4.67429 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-30 03:07:43
IDJOB=3175474
IDBENCH=83092
IDSOLVER=1588
FILE ID=node118/3175474-1304125663
RUNJOBID= node118-1304124459-23933
PBS_JOBID= 13170759
Free space on /tmp= 71620 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S332580795-055.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175474-1304125663/watcher-3175474-1304125663 -o /tmp/evaluation-result-3175474-1304125663/solver-3175474-1304125663 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175474-1304125663.cnf

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

MD5SUM BENCH= 1e018578440519156ef15a041316c93e
RANDOM SEED=601163282

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31038520 kB
Buffers:        378092 kB
Cached:        1136768 kB
SwapCached:       2408 kB
Active:          98972 kB
Inactive:      1474924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31038520 kB
SwapTotal:    67111528 kB
SwapFree:     67103364 kB
Dirty:           12444 kB
Writeback:           0 kB
AnonPages:       57472 kB
Mapped:          14668 kB
Slab:           275132 kB
PageTables:       4276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188676 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= 71604 MiB
End job on node118 at 2011-04-30 03:27:47