Trace number 3175302

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

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175302-1304109651.cnf'
0.00/0.00	c -- header says num vars:            550
0.00/0.00	c -- header says num clauses:        2343
0.00/0.00	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.00	c -- vars added        550
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       550      2343         0         0      7029         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2343/2343 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    550 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.17/0.83	c lits-rem:         0  cl-subs:        0  v-elim:     17  v-fix:    0  time:  0.01 s
3.17/0.83	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.83	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.83	c calculated reachability. Time: 0.00
3.17/0.83	c Calc default polars -  time:   0.00 s pos:     244 undec:      78 neg:     228
3.17/0.83	c =========================================================================================
3.17/0.83	c types(t): F = full restart, N = normal restart
3.17/0.83	c types(t): S = simplification begin/end, E = solution found
3.17/0.83	c restart types(rt): st = static, dy = dynamic
3.17/0.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.83	c  B st     0         0       533      2309         0         0      7004         0   no data   no data  --
3.17/0.83	c Decided on static restart strategy
3.17/0.83	c  N st     8      4915       533      2309         0      4839      7004    123952   no data   no data  --
3.17/0.83	c  N st    10     11297       533      2309         0      4468      7004     79963   no data   no data  --
3.17/0.83	c  N st    11     17043       533      2309         0     10099      7004    222740   no data   no data  --
4.40/1.13	c  F st    12     25000       533      2309         0     12418      7004    281368   no data   no data  --
4.40/1.13	c  N st    12     25000       533      2309         0     12418      7004    281368   no data   no data  --
5.57/1.40	c Decided on static restart strategy
5.57/1.40	c  N st    18     30000       533      2309         0     10685      7004    208956   no data   no data  --
5.57/1.40	c  S st    18     30000       533      2309         0     10685      7004    208956   no data   no data  --
5.57/1.40	c  S st    18     30500       533      2309         0     11184      7004    220431   no data   no data  --
5.57/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.57/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
5.57/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    533 time:  0.00 s
5.57/1.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.38/1.61	c lits-rem:       147  cl-subs:      540  v-elim:      0  v-fix:    0  time:  0.85 s
6.38/1.62	c asymm  cl-useful: 0/2309/2309 lits-rem:0 time: 0.03
6.38/1.62	c calculated reachability. Time: 0.00
6.38/1.62	c  N st    18     30500       533      2309         0     10644      7004    206006   no data   no data  --
7.97/2.05	c  N st    20     37610       533      2309         0      9881      7004    171019   no data   no data  --
9.56/2.41	c  N st    21     44011       533      2309         0     16170      7004    331492   no data   no data  --
9.97/2.54	c  S st    22     45751       533      2309         0      9115      7004    134266   no data   no data  --
9.97/2.56	c  S st    22     46252       533      2309         0      9615      7004    145489   no data   no data  --
9.97/2.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.97/2.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.97/2.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.97/2.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.97/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.97/2.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    533 time:  0.00 s
9.97/2.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.37/2.66	c lits-rem:        32  cl-subs:       37  v-elim:      0  v-fix:    0  time:  0.36 s
10.37/2.66	c vivif2 --  cl tried     2309 cl shrink        0 lits rem          0 time: 0.00
10.37/2.66	c vivif2 --  cl tried     9578 cl shrink        0 lits rem          0 time: 0.01
10.37/2.67	c asymm  cl-useful: 0/2309/2309 lits-rem:0 time: 0.03
10.37/2.67	c calculated reachability. Time: 0.00
10.37/2.67	c  N st    22     46252       533      2309         0      9578      7004    144447   no data   no data  --
14.35/3.66	c  N st    23     60649       533      2309         0     13950      7004    251609   no data   no data  --
16.76/4.28	c  N st    24     69379       533      2309         0     11709      7004    180165   no data   no data  --
16.76/4.28	c  S st    24     69379       533      2309         0     11709      7004    180165   no data   no data  --
17.17/4.31	c  S st    24     69883       533      2309         0     12212      7004    192106   no data   no data  --
17.17/4.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.17/4.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.17/4.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.17/4.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.17/4.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.17/4.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    533 time:  0.00 s
17.17/4.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.95/4.51	c lits-rem:        52  cl-subs:      134  v-elim:      0  v-fix:    0  time:  0.77 s
17.95/4.51	c vivif2 --  cl tried     2309 cl shrink        0 lits rem          0 time: 0.00
17.95/4.51	c vivif2 --  cl tried    12078 cl shrink        0 lits rem          0 time: 0.01
17.95/4.52	c asymm  cl-useful: 0/2309/2309 lits-rem:0 time: 0.04
17.95/4.52	c calculated reachability. Time: 0.00
17.95/4.52	c  N st    24     69883       533      2309         0     12078      7004    188850   no data   no data  --
23.15/5.84	c  F st    25     87501       533      2309         0     17534      7004    319597   no data   no data  --
23.15/5.84	c  N st    25     87501       533      2309         0     17534      7004    319597   no data   no data  --
24.75/6.21	c Decided on static restart strategy
25.55/6.44	c  N st    32     95540       533      2309         0     25453      7004    525649   no data   no data  --
28.34/7.10	c  N st    34    104825       533      2309         0     21868      7004    409472   no data   no data  --
28.34/7.10	c  S st    34    104825       533      2309         0     21868      7004    409472   no data   no data  --
28.34/7.16	c  S st    34    105331       533      2309         0     22373      7004    421442   no data   no data  --
28.34/7.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.34/7.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.34/7.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
28.34/7.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.34/7.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.34/7.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    533 time:  0.00 s
28.34/7.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.34/8.14	c lits-rem:       417  cl-subs:      635  v-elim:      0  v-fix:    0  time:  3.79 s
32.34/8.14	c vivif2 --  cl tried     2309 cl shrink        0 lits rem          0 time: 0.00
32.34/8.14	c vivif2 --  cl tried    21738 cl shrink        0 lits rem          0 time: 0.02
32.34/8.16	c asymm  cl-useful: 0/2309/2309 lits-rem:0 time: 0.08
32.34/8.16	c calculated reachability. Time: 0.00
32.34/8.16	c  N st    34    105331       533      2309         0     21738      7004    402638   no data   no data  --
35.52/8.95	c  N st    35    114930       533      2309         0     17426      7004    274828   no data   no data  --
40.72/10.27	c  N st    36    129330       533      2309         0     16821      7004    242784   no data   no data  --
48.33/12.13	c  N st    37    150925       533      2309         0     22342      7004    383958   no data   no data  --
50.71/12.76	c  S st    38    157996       533      2309         0     29254      7004    561780   no data   no data  --
51.11/12.84	c  S st    38    158500       533      2309         0     29757      7004    574085   no data   no data  --
51.11/12.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.11/12.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.11/12.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
51.11/12.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.11/12.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.11/12.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    533 time:  0.00 s
51.11/12.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
57.90/14.56	c lits-rem:       544  cl-subs:      932  v-elim:      0  v-fix:    0  time:  6.74 s
57.90/14.56	c vivif2 --  cl tried     2309 cl shrink        0 lits rem          0 time: 0.00
57.90/14.56	c vivif2 --  cl tried    28825 cl shrink        0 lits rem          0 time: 0.02
57.90/14.59	c asymm  cl-useful: 0/2309/2309 lits-rem:0 time: 0.09
57.90/14.59	c calculated reachability. Time: 0.00
57.90/14.59	c  N st    38    158500       533      2309         0     28825      7004    547065   no data   no data  --
77.48/19.46	c  N st    39    207088       533      2309         0     23463      7004    357375   no data   no data  --
92.66/23.23	c  N st    40    237750       533      2309         0     33921      7004    602404   no data   no data  --
92.66/23.23	c  S st    40    237750       533      2309         0     33921      7004    602404   no data   no data  --
93.05/23.32	c  S st    40    238253       533      2309         0     34422      7004    614701   no data   no data  --
93.05/23.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
93.05/23.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
93.05/23.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
93.05/23.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.05/23.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.05/23.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    533 time:  0.00 s
93.05/23.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
100.66/25.22	c lits-rem:       594  cl-subs:     1513  v-elim:      0  v-fix:    0  time:  7.44 s
100.66/25.22	c vivif2 --  cl tried     2309 cl shrink        0 lits rem          0 time: 0.00
100.66/25.22	c vivif2 --  cl tried    32909 cl shrink        0 lits rem          0 time: 0.02
100.66/25.25	c asymm  cl-useful: 0/2309/2309 lits-rem:0 time: 0.11
100.66/25.25	c calculated reachability. Time: 0.00
100.66/25.25	c  N st    40    238253       533      2309         0     32909      7004    575461   no data   no data  --
132.59/33.28	c  F st    41    306250       533      2309         0     34783      7004    595395   no data   no data  --
132.59/33.28	c  N st    41    306250       533      2309         0     34783      7004    595395   no data   no data  --
135.40/33.96	c Decided on static restart strategy
146.58/36.75	c  N st    51    334553       533      2309         0     39120      7004    685259   no data   no data  --
157.78/39.53	c  N st    53    357379       533      2309         0     36995      7004    613058   no data   no data  --
157.78/39.53	c  S st    53    357379       533      2309         0     36995      7004    613058   no data   no data  --
158.18/39.62	c  S st    53    357881       533      2309         0     37494      7004    625314   no data   no data  --
158.18/39.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
158.18/39.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
158.18/39.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
158.18/39.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
158.18/39.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
158.18/39.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    533 time:  0.00 s
158.18/39.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
165.75/41.50	c lits-rem:       552  cl-subs:     1202  v-elim:      0  v-fix:    0  time:  7.39 s
165.75/41.50	c vivif2 --  cl tried     2309 cl shrink        0 lits rem          0 time: 0.00
165.75/41.51	c vivif2 --  cl tried    36292 cl shrink        0 lits rem          0 time: 0.03
165.75/41.54	c asymm  cl-useful: 0/2309/2309 lits-rem:0 time: 0.14
165.75/41.54	c calculated reachability. Time: 0.00
165.75/41.54	c  N st    53    357881       533      2309         0     36292      7004    590203   no data   no data  --
182.93/45.84	c  N st    54    390273       533      2309         0     42505      7004    736376   no data   no data  --
212.89/53.37	c  N st    55    438862       533      2309         0     36347      7004    547797   no data   no data  --
254.86/63.86	c  N st    56    511745       533      2309         0     49686      7004    854122   no data   no data  --
269.61/67.57	c  N st    57    536825       533      2309         0     43949      7004    671405   no data   no data  --
269.61/67.57	c  S st    57    536825       533      2309         0     43949      7004    671405   no data   no data  --
270.01/67.68	c  S st    57    537333       533      2309         0     44456      7004    684275   no data   no data  --
270.01/67.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
270.01/67.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
270.41/67.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
270.41/67.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
270.41/67.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
270.41/67.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    533 time:  0.00 s
270.41/67.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
278.81/69.81	c lits-rem:       608  cl-subs:     1818  v-elim:      0  v-fix:    0  time:  8.34 s
278.81/69.81	c vivif2 --  cl tried     2309 cl shrink        0 lits rem          0 time: 0.00
278.81/69.82	c vivif2 --  cl tried    42638 cl shrink        0 lits rem          0 time: 0.03
278.81/69.86	c asymm  cl-useful: 0/2309/2309 lits-rem:0 time: 0.16
278.81/69.86	c calculated reachability. Time: 0.00
278.81/69.86	c  N st    57    537333       533      2309         0     42638      7004    639166   no data   no data  --
386.68/96.83	c  N st    58    701318       533      2309         0     36840      7004    417649   no data   no data  --
460.98/115.40	c  N st    59    806000       533      2309         0     66046      7004   1194403   no data   no data  --
460.98/115.40	c  S st    59    806000       533      2309         0     66046      7004   1194403   no data   no data  --
461.76/115.62	c  S st    59    806506       533      2309         0     66548      7004   1206303   no data   no data  --
461.76/115.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
461.76/115.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
461.76/115.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
461.76/115.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
461.76/115.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
461.76/115.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    533 time:  0.00 s
461.76/115.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
472.55/118.33	c lits-rem:        70  cl-subs:     2174  v-elim:      0  v-fix:    0  time: 10.55 s
472.55/118.33	c vivif2 --  cl tried     2309 cl shrink        0 lits rem          0 time: 0.00
472.55/118.34	c vivif2 --  cl tried    64374 cl shrink        0 lits rem          0 time: 0.06
472.95/118.42	c asymm  cl-useful: 0/2309/2309 lits-rem:0 time: 0.31
472.95/118.42	c calculated reachability. Time: 0.00
472.95/118.42	c  N st    59    806506       533      2309         0     64374      7004   1149194   no data   no data  --
700.26/175.34	c  F st    60   1071877       533      2309         0     80156      7004   1439371   no data   no data  --
700.26/175.34	c  N st    60   1071877       533      2309         0     80156      7004   1439371   no data   no data  --
707.06/177.01	c Decided on static restart strategy
725.81/181.74	c  N st    70   1100180       533      2309         0     63819      7004    927321   no data   no data  --
755.40/189.13	c  N st    72   1136173       533      2309         0     54168      7004    697455   no data   no data  --
782.54/195.92	c  N st    73   1168565       533      2309         0     85735      7004   1545770   no data   no data  --
818.50/204.98	c  N st    74   1209760       533      2309         0     80267      7004   1437567   no data   no data  --
818.50/204.98	c  S st    74   1209760       533      2309         0     80267      7004   1437567   no data   no data  --
819.70/205.25	c  S st    74   1210266       533      2309         0     80771      7004   1449834   no data   no data  --
819.70/205.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
819.70/205.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
819.70/205.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
820.10/205.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
820.10/205.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
820.10/205.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    533 time:  0.00 s
820.10/205.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
836.47/209.49	c lits-rem:        69  cl-subs:     2534  v-elim:      0  v-fix:    0  time: 16.57 s
836.47/209.49	c vivif2 --  cl tried     2309 cl shrink        0 lits rem          0 time: 0.00
836.87/209.51	c vivif2 --  cl tried    78237 cl shrink        0 lits rem          0 time: 0.07
837.27/209.61	c asymm  cl-useful: 0/2309/2309 lits-rem:0 time: 0.40
837.27/209.61	c calculated reachability. Time: 0.00
837.27/209.61	c  N st    74   1210266       533      2309         0     78237      7004   1372610   no data   no data  --
912.37/228.40	c  N st    75   1283148       533      2309         0     54557      7004    655704   no data   no data  --
1015.05/254.19	c  N st    76   1392471       533      2309         0     62895      7004    843320   no data   no data  --
1197.59/299.81	c  N st    77   1556456       533      2309         0     67250      7004    878766   no data   no data  --
1370.97/343.27	c  N st    78   1710266       533      2309         0    109007      7004   1972670   no data   no data  --
1370.97/343.27	c  S st    78   1710266       533      2309         0    109007      7004   1972670   no data   no data  --
1372.56/343.64	c  S st    78   1710768       533      2309         0    109508      7004   1984657   no data   no data  --
1372.56/343.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1372.56/343.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1372.96/343.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1372.96/343.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1372.96/343.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1372.96/343.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    533 time:  0.00 s
1372.96/343.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1441.66/360.93	c lits-rem:      1548  cl-subs:     8599  v-elim:      0  v-fix:    0  time: 68.50 s
1441.66/360.93	c vivif2 --  cl tried     2309 cl shrink        0 lits rem          0 time: 0.00
1441.66/360.96	c vivif2 --  cl tried   100909 cl shrink        0 lits rem          0 time: 0.09
1442.45/361.10	c asymm  cl-useful: 0/2309/2309 lits-rem:0 time: 0.58
1442.45/361.10	c calculated reachability. Time: 0.00
1442.45/361.10	c  N st    78   1710768       533      2309         0    100909      7004   1769381   no data   no data  --
1903.04/476.43	c  N st    79   2079732       533      2309         0    112753      7004   1984007   no data   no data  --
2072.82/518.92	c  N st    80   2210770       533      2309         0    116444      7004   1974122   no data   no data  --
2072.82/518.92	c  S st    80   2210770       533      2309         0    116444      7004   1974122   no data   no data  --
2074.42/519.32	c  S st    80   2211271       533      2309         0    116943      7004   1985830   no data   no data  --
2074.42/519.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2074.42/519.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2074.42/519.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
2074.82/519.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2074.82/519.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2074.82/519.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    533 time:  0.00 s
2074.82/519.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2144.34/536.81	c lits-rem:       145  cl-subs:     8530  v-elim:      0  v-fix:    0  time: 69.32 s
2144.34/536.81	c vivif2 --  cl tried     2309 cl shrink        0 lits rem          0 time: 0.00
2144.34/536.83	c vivif2 --  cl tried   108413 cl shrink        0 lits rem          0 time: 0.09
2145.12/537.00	c asymm  cl-useful: 0/2309/2309 lits-rem:0 time: 0.66
2145.12/537.00	c calculated reachability. Time: 0.00
2145.12/537.00	c  N st    80   2211271       533      2309         0    108413      7004   1781340   no data   no data  --
2818.24/705.50	c  N st    81   2711272       533      2309         0    131945      7004   2214323   no data   no data  --
2818.24/705.50	c  S st    81   2711272       533      2309         0    131945      7004   2214323   no data   no data  --
2819.84/705.93	c  S st    81   2711774       533      2309         0    132447      7004   2226833   no data   no data  --
2819.84/705.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2819.84/705.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2820.24/706.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.27
2820.24/706.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2820.24/706.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2820.24/706.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    533 time:  0.00 s
2820.24/706.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2929.29/733.37	c lits-rem:        77  cl-subs:    12014  v-elim:      0  v-fix:    0  time: 108.96 s
2929.29/733.37	c vivif2 --  cl tried     2309 cl shrink        0 lits rem          0 time: 0.00
2929.29/733.39	c vivif2 --  cl tried   120433 cl shrink        0 lits rem          0 time: 0.10
2930.09/733.58	c asymm  cl-useful: 0/2309/2309 lits-rem:0 time: 0.76
2930.09/733.59	c calculated reachability. Time: 0.00
2930.09/733.59	c  N st    81   2711774       533      2309         0    120433      7004   1952306   no data   no data  --
3619.96/906.24	c  N st    82   3211775       533      2309         0     96590      7004   1245336   no data   no data  --
3619.96/906.24	c  S st    82   3211775       533      2309         0     96590      7004   1245336   no data   no data  --
3621.16/906.53	c  S st    82   3212279       533      2309         0     97093      7004   1257870   no data   no data  --
3621.16/906.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3621.16/906.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3621.16/906.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
3621.56/906.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3621.56/906.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3621.56/906.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    533 time:  0.00 s
3621.56/906.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3635.95/910.27	c lits-rem:       126  cl-subs:     3779  v-elim:      0  v-fix:    0  time: 14.55 s
3635.95/910.27	c vivif2 --  cl tried     2309 cl shrink        0 lits rem          0 time: 0.00
3635.95/910.29	c vivif2 --  cl tried    93314 cl shrink        0 lits rem          0 time: 0.07
3636.75/910.41	c asymm  cl-useful: 0/2309/2309 lits-rem:0 time: 0.51
3636.75/910.42	c calculated reachability. Time: 0.00
3636.75/910.42	c  N st    82   3212279       533      2309         0     93314      7004   1174140   no data   no data  --
4372.96/1094.75	c  N st    83   3712280       533      2309         0    104230      7004   1380882   no data   no data  --
4372.96/1094.75	c  S st    83   3712280       533      2309         0    104230      7004   1380882   no data   no data  --
4374.56/1095.10	c  S st    83   3712785       533      2309         0    104735      7004   1393271   no data   no data  --
4374.56/1095.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4374.56/1095.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4374.56/1095.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.21
4374.96/1095.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4374.96/1095.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4374.96/1095.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    533 time:  0.00 s
4374.96/1095.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4392.94/1099.76	c lits-rem:       268  cl-subs:     3679  v-elim:      0  v-fix:    0  time: 18.17 s
4392.94/1099.76	c vivif2 --  cl tried     2309 cl shrink        0 lits rem          0 time: 0.00
4392.94/1099.78	c vivif2 --  cl tried   101056 cl shrink        0 lits rem          0 time: 0.08
4393.75/1099.93	c asymm  cl-useful: 0/2309/2309 lits-rem:0 time: 0.60
4393.75/1099.93	c calculated reachability. Time: 0.00
4393.75/1099.93	c  N st    83   3712785       533      2309         0    101056      7004   1308755   no data   no data  --
4466.83/1118.21	c  F st    84   3751565       533      2309         0    138836      7004   2305090   no data   no data  --
4466.83/1118.21	c  N st    84   3751565       533      2309         0    138836      7004   2305090   no data   no data  --
4478.81/1121.20	c Decided on static restart strategy
4522.36/1132.15	c  N st    94   3779873       533      2309         0     83731      7004    788601   no data   no data  --
4569.52/1143.92	c  N st    96   3815865       533      2309         0    118836      7004   1722951   no data   no data  --
4639.82/1161.52	c  N st    97   3848257       533      2309         0    150303      7004   2487363   no data   no data  --
4726.09/1183.10	c  N st    98   3896845       533      2309         0    113755      7004   1499097   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-3175302-1304109651/watcher-3175302-1304109651 -o /tmp/evaluation-result-3175302-1304109651/solver-3175302-1304109651 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175302-1304109651.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: 7.68 7.99 8.00 5/180 21215
/proc/meminfo: memFree=17528500/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 522567744 52465664 352 33554432000 4194304 4650419 140736462919744 18446744073709551615 47507791820722 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 12809 352 303 112 0 7774 0
[pid=21215/tid=21216] ppid=21213 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522567744 52465664 352 33554432000 4194304 4650419 140736462919744 18446744073709551615 47507791820722 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522567745 52465664 352 33554432000 4194304 4650419 140736462919744 18446744073709551615 216634571761 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522567745 52465664 352 33554432000 4194304 4650419 140736462919744 18446744073709551615 47507791820720 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0981879 s]
/proc/loadavg: 7.68 7.99 8.00 5/180 21215
/proc/meminfo: memFree=17528500/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=348092 CPUtime=0.37 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 1780 0 0 0 37 0 0 0 18 0 4 0 522567744 356446208 1652 33554432000 4194304 4650419 140736462919744 18446744073709551615 4364433 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 87023 1654 391 112 0 81988 0
[pid=21215/tid=21216] ppid=21213 vsize=348092 CPUtime=0.09 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 387 0 0 0 9 0 0 0 18 0 4 0 522567744 356446208 1654 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=348092 CPUtime=0.08 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 366 0 0 0 8 0 0 0 25 0 4 0 522567745 356446208 1654 33554432000 4194304 4650419 140736462919744 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=348092 CPUtime=0.09 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 248 0 0 0 9 0 0 0 18 0 4 0 522567745 356446208 1654 33554432000 4194304 4650419 140736462919744 18446744073709551615 4514716 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 348092

[startup+0.101187 s]
/proc/loadavg: 7.68 7.99 8.00 5/180 21215
/proc/meminfo: memFree=17528500/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=348092 CPUtime=0.38 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 1790 0 0 0 38 0 0 0 18 0 4 0 522567744 356446208 1662 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 87023 1662 391 112 0 81988 0
[pid=21215/tid=21216] ppid=21213 vsize=348092 CPUtime=0.09 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 389 0 0 0 9 0 0 0 18 0 4 0 522567744 356446208 1662 33554432000 4194304 4650419 140736462919744 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=348092 CPUtime=0.09 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 368 0 0 0 9 0 0 0 25 0 4 0 522567745 356446208 1663 33554432000 4194304 4650419 140736462919744 18446744073709551615 4333843 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=348092 CPUtime=0.09 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 251 0 0 0 9 0 0 0 18 0 4 0 522567745 356446208 1664 33554432000 4194304 4650419 140736462919744 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 348092

[startup+0.300152 s]
/proc/loadavg: 7.68 7.99 8.00 5/180 21215
/proc/meminfo: memFree=17528500/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=349544 CPUtime=1.17 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 2940 0 0 0 117 0 0 0 18 0 4 0 522567744 357933056 2214 33554432000 4194304 4650419 140736462919744 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 87386 2214 393 112 0 82351 0
[pid=21215/tid=21216] ppid=21213 vsize=349544 CPUtime=0.29 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 694 0 0 0 29 0 0 0 18 0 4 0 522567744 357933056 2214 33554432000 4194304 4650419 140736462919744 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=349544 CPUtime=0.29 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 646 0 0 0 29 0 0 0 25 0 4 0 522567745 357933056 2214 33554432000 4194304 4650419 140736462919744 18446744073709551615 4367245 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=349544 CPUtime=0.29 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 536 0 0 0 29 0 0 0 18 0 4 0 522567745 357933056 2214 33554432000 4194304 4650419 140736462919744 18446744073709551615 4331074 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 349544

[startup+0.701083 s]
/proc/loadavg: 7.68 7.99 8.00 5/180 21215
/proc/meminfo: memFree=17528500/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=350200 CPUtime=2.78 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 4719 0 0 0 278 0 0 0 18 0 4 0 522567744 358604800 2834 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 87550 2834 393 112 0 82515 0
[pid=21215/tid=21216] ppid=21213 vsize=350200 CPUtime=0.69 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 1114 0 0 0 69 0 0 0 18 0 4 0 522567744 358604800 2834 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=350200 CPUtime=0.69 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 1062 0 0 0 69 0 0 0 25 0 4 0 522567745 358604800 2834 33554432000 4194304 4650419 140736462919744 18446744073709551615 4363531 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=350200 CPUtime=0.69 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 1052 0 0 0 69 0 0 0 18 0 4 0 522567745 358604800 2834 33554432000 4194304 4650419 140736462919744 18446744073709551615 4329050 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 350200

[startup+1.50095 s]
/proc/loadavg: 7.68 7.99 8.00 9/184 21219
/proc/meminfo: memFree=17538176/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=351496 CPUtime=5.98 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 9019 0 0 0 596 2 0 0 20 0 4 0 522567744 359931904 4871 33554432000 4194304 4650419 140736462919744 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 87874 4871 395 112 0 82839 0
[pid=21215/tid=21216] ppid=21213 vsize=351496 CPUtime=1.49 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 1910 0 0 0 149 0 0 0 20 0 4 0 522567744 359931904 4871 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=351496 CPUtime=1.48 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 1851 0 0 0 148 0 0 0 25 0 4 0 522567745 359931904 4872 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=351496 CPUtime=1.49 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 1652 0 0 0 149 0 0 0 20 0 4 0 522567745 359931904 4872 33554432000 4194304 4650419 140736462919744 18446744073709551615 4514716 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 351496

[startup+3.10066 s]
/proc/loadavg: 7.68 7.99 8.00 9/184 21219
/proc/meminfo: memFree=17525156/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=346696 CPUtime=12.36 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 17310 0 0 0 1232 4 0 0 25 0 4 0 522567744 355016704 10037 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 86674 10037 395 112 0 81639 0
[pid=21215/tid=21216] ppid=21213 vsize=346696 CPUtime=3.09 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 4004 0 0 0 308 1 0 0 25 0 4 0 522567744 355016704 10037 33554432000 4194304 4650419 140736462919744 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=346696 CPUtime=3.07 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 4649 0 0 0 306 1 0 0 25 0 4 0 522567745 355016704 10037 33554432000 4194304 4650419 140736462919744 18446744073709551615 4363568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=346696 CPUtime=3.08 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 3760 0 0 0 308 0 0 0 25 0 4 0 522567745 355016704 10037 33554432000 4194304 4650419 140736462919744 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 346696

[startup+6.3011 s]
/proc/loadavg: 7.71 7.99 8.00 9/184 21219
/proc/meminfo: memFree=17494556/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=361260 CPUtime=25.15 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 26441 0 0 0 2509 6 0 0 25 0 4 0 522567744 369930240 14058 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 90315 14058 395 112 0 85280 0
[pid=21215/tid=21216] ppid=21213 vsize=361260 CPUtime=6.29 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 7013 0 0 0 628 1 0 0 25 0 4 0 522567744 369930240 14058 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=361260 CPUtime=6.25 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 7303 0 0 0 624 1 0 0 25 0 4 0 522567745 369930240 14058 33554432000 4194304 4650419 140736462919744 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=361260 CPUtime=6.28 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 5428 0 0 0 628 0 0 0 25 0 4 0 522567745 369930240 14058 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 361260

[startup+12.701 s]
/proc/loadavg: 7.81 8.01 8.00 9/184 21219
/proc/meminfo: memFree=17492252/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=370800 CPUtime=50.71 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 39403 0 0 0 5062 9 0 0 25 0 4 0 522567744 379699200 19123 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 92700 19123 395 112 0 87665 0
[pid=21215/tid=21216] ppid=21213 vsize=370800 CPUtime=12.69 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 10187 0 0 0 1267 2 0 0 25 0 4 0 522567744 379699200 19123 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=370800 CPUtime=12.62 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 9990 0 0 0 1260 2 0 0 25 0 4 0 522567745 379699200 19123 33554432000 4194304 4650419 140736462919744 18446744073709551615 4314858 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=370800 CPUtime=12.68 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 8438 0 0 0 1267 1 0 0 25 0 4 0 522567745 379699200 19123 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 370800

[startup+25.5007 s]
/proc/loadavg: 7.93 8.02 8.01 9/184 21220
/proc/meminfo: memFree=17448368/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=371584 CPUtime=101.84 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 62347 0 0 0 10168 16 0 0 25 0 4 0 522567744 380502016 25449 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 92896 25449 395 112 0 87861 0
[pid=21215/tid=21216] ppid=21213 vsize=371584 CPUtime=25.49 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 15865 0 0 0 2546 3 0 0 25 0 4 0 522567744 380502016 25449 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=371584 CPUtime=25.36 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 16601 0 0 0 2531 5 0 0 25 0 4 0 522567745 380502016 25449 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=371584 CPUtime=25.48 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 12697 0 0 0 2545 3 0 0 25 0 4 0 522567745 380502016 25449 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 371584

[startup+51.1002 s]
/proc/loadavg: 7.95 8.02 8.00 9/184 21220
/proc/meminfo: memFree=17409960/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=372788 CPUtime=204.1 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 95837 0 0 0 20383 27 0 0 25 0 4 0 522567744 381734912 32174 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366835 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 93197 32174 395 112 0 88162 0
[pid=21215/tid=21216] ppid=21213 vsize=372788 CPUtime=51.09 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 26735 0 0 0 5103 6 0 0 25 0 4 0 522567744 381734912 32174 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=372788 CPUtime=50.82 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 24384 0 0 0 5075 7 0 0 25 0 4 0 522567745 381734912 32174 33554432000 4194304 4650419 140736462919744 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=372788 CPUtime=51.07 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 19233 0 0 0 5102 5 0 0 25 0 4 0 522567745 381734912 32174 33554432000 4194304 4650419 140736462919744 18446744073709551615 4363520 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 372788

[startup+102.306 s]
/proc/loadavg: 7.98 8.02 8.00 9/184 21222
/proc/meminfo: memFree=17357700/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=403928 CPUtime=408.66 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 136494 0 0 0 40823 43 0 0 25 0 4 0 522567744 413622272 43415 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 100982 43415 395 112 0 95947 0
[pid=21215/tid=21216] ppid=21213 vsize=403928 CPUtime=102.3 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 40331 0 0 0 10219 11 0 0 25 0 4 0 522567744 413622272 43415 33554432000 4194304 4650419 140736462919744 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=403928 CPUtime=101.75 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 29937 0 0 0 10166 9 0 0 25 0 4 0 522567745 413622272 43415 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=403928 CPUtime=102.29 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 26889 0 0 0 10220 9 0 0 25 0 4 0 522567745 413622272 43415 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 403928

[startup+162.301 s]

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

[pid=21215] ppid=21213 vsize=620504 CPUtime=2805.45 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 370161 0 0 0 280390 155 0 0 25 0 4 0 522567744 635396096 101479 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366845 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 155126 101479 395 112 0 150091 0
[pid=21215/tid=21216] ppid=21213 vsize=620504 CPUtime=702.29 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 113234 0 0 0 70182 47 0 0 25 0 4 0 522567744 635396096 101479 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=620504 CPUtime=698.53 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 100923 0 0 0 69808 45 0 0 25 0 4 0 522567745 635396096 101479 33554432000 4194304 4650419 140736462919744 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=620504 CPUtime=702.28 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 53292 0 0 0 70208 20 0 0 25 0 4 0 522567745 635396096 101479 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.45
Current children cumulated vsize (KiB) 620504

[startup+762.306 s]
/proc/loadavg: 8.00 8.05 8.01 9/184 21270
/proc/meminfo: memFree=17242448/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=686140 CPUtime=3045.15 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 392080 0 0 0 304348 167 0 0 25 0 4 0 522567744 702607360 110382 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 171535 110382 395 112 0 166500 0
[pid=21215/tid=21216] ppid=21213 vsize=686140 CPUtime=762.31 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 120242 0 0 0 76180 51 0 0 25 0 4 0 522567744 702607360 110382 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=686140 CPUtime=758.21 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 107149 0 0 0 75772 49 0 0 25 0 4 0 522567745 702607360 110382 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=686140 CPUtime=762.29 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 58162 0 0 0 76206 23 0 0 25 0 4 0 522567745 702607360 110382 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.15
Current children cumulated vsize (KiB) 686140

[startup+822.301 s]
/proc/loadavg: 8.00 8.03 8.00 9/184 21272
/proc/meminfo: memFree=17257404/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=645208 CPUtime=3284.81 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 409469 0 0 0 328304 177 0 0 25 0 4 0 522567744 660692992 104672 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 161302 104672 395 112 0 156267 0
[pid=21215/tid=21216] ppid=21213 vsize=645208 CPUtime=822.3 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 127052 0 0 0 82175 55 0 0 25 0 4 0 522567744 660692992 104672 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=645208 CPUtime=817.88 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 113319 0 0 0 81736 52 0 0 25 0 4 0 522567745 660692992 104672 33554432000 4194304 4650419 140736462919744 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=645208 CPUtime=822.29 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 60363 0 0 0 82204 25 0 0 25 0 4 0 522567745 660692992 104672 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.81
Current children cumulated vsize (KiB) 645208

[startup+882.301 s]
/proc/loadavg: 8.13 8.06 8.01 9/184 21273
/proc/meminfo: memFree=17225364/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=630868 CPUtime=3524.49 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 432690 0 0 0 352258 191 0 0 25 0 4 0 522567744 646008832 109697 33554432000 4194304 4650419 140736462919744 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 157717 109697 395 112 0 152682 0
[pid=21215/tid=21216] ppid=21213 vsize=630868 CPUtime=882.3 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 133895 0 0 0 88172 58 0 0 25 0 4 0 522567744 646008832 109697 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=630868 CPUtime=877.55 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 119300 0 0 0 87699 56 0 0 25 0 4 0 522567745 646008832 109697 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=630868 CPUtime=882.29 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 64512 0 0 0 88201 28 0 0 25 0 4 0 522567745 646008832 109697 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.49
Current children cumulated vsize (KiB) 630868

[startup+942.3 s]
/proc/loadavg: 8.17 8.08 8.01 9/184 21275
/proc/meminfo: memFree=17225724/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=593212 CPUtime=3764.17 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 453219 0 0 0 376216 201 0 0 25 0 4 0 522567744 607449088 107440 33554432000 4194304 4650419 140736462919744 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 148303 107440 395 112 0 143268 0
[pid=21215/tid=21216] ppid=21213 vsize=593212 CPUtime=942.3 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 140461 0 0 0 94168 62 0 0 25 0 4 0 522567744 607449088 107440 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=593212 CPUtime=937.23 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 125758 0 0 0 93664 59 0 0 25 0 4 0 522567745 607449088 107440 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=593212 CPUtime=942.29 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 66790 0 0 0 94200 29 0 0 25 0 4 0 522567745 607449088 107440 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.17
Current children cumulated vsize (KiB) 593212

[startup+1002.3 s]
/proc/loadavg: 8.10 8.07 8.01 9/184 21277
/proc/meminfo: memFree=17191476/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=658924 CPUtime=4003.85 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 471362 0 0 0 400174 211 0 0 25 0 4 0 522567744 674738176 111766 33554432000 4194304 4650419 140736462919744 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 164731 111766 395 112 0 159696 0
[pid=21215/tid=21216] ppid=21213 vsize=658924 CPUtime=1002.3 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 147242 0 0 0 100164 66 0 0 25 0 4 0 522567744 674738176 111766 33554432000 4194304 4650419 140736462919744 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=658924 CPUtime=996.91 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 131186 0 0 0 99629 62 0 0 25 0 4 0 522567745 674738176 111766 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=658924 CPUtime=1002.3 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 67967 0 0 0 100200 30 0 0 25 0 4 0 522567745 674738176 111766 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.85
Current children cumulated vsize (KiB) 658924

[startup+1062.3 s]
/proc/loadavg: 8.08 8.07 8.01 9/184 21278
/proc/meminfo: memFree=17201476/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=633868 CPUtime=4243.54 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 493892 0 0 0 424132 222 0 0 25 0 4 0 522567744 649080832 109044 33554432000 4194304 4650419 140736462919744 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 158467 109044 395 112 0 153432 0
[pid=21215/tid=21216] ppid=21213 vsize=633868 CPUtime=1062.3 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 154314 0 0 0 106160 70 0 0 25 0 4 0 522567744 649080832 109044 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=633868 CPUtime=1056.58 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 137424 0 0 0 105594 64 0 0 25 0 4 0 522567745 649080832 109044 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=633868 CPUtime=1062.3 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 72223 0 0 0 106199 31 0 0 25 0 4 0 522567745 649080832 109044 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.54
Current children cumulated vsize (KiB) 633868

[startup+1122.3 s]
/proc/loadavg: 8.06 8.07 8.01 9/184 21280
/proc/meminfo: memFree=17167224/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=658912 CPUtime=4483.21 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 513065 0 0 0 448089 232 0 0 25 0 4 0 522567744 674725888 115681 33554432000 4194304 4650419 140736462919744 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 164728 115681 395 112 0 159693 0
[pid=21215/tid=21216] ppid=21213 vsize=658912 CPUtime=1122.31 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 160096 0 0 0 112159 72 0 0 25 0 4 0 522567744 674725888 115681 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=658912 CPUtime=1116.26 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 142647 0 0 0 111558 68 0 0 25 0 4 0 522567745 674725888 115681 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=658912 CPUtime=1122.29 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 73554 0 0 0 112197 32 0 0 25 0 4 0 522567745 674725888 115681 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.21
Current children cumulated vsize (KiB) 658912

[startup+1182.3 s]
/proc/loadavg: 8.10 8.08 8.02 9/184 21281
/proc/meminfo: memFree=17127508/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=647440 CPUtime=4722.89 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 535075 0 0 0 472046 243 0 0 25 0 4 0 522567744 662978560 114250 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 161860 114250 395 112 0 156825 0
[pid=21215/tid=21216] ppid=21213 vsize=647440 CPUtime=1182.3 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 166666 0 0 0 118155 75 0 0 25 0 4 0 522567744 662978560 114250 33554432000 4194304 4650419 140736462919744 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=647440 CPUtime=1175.93 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 148688 0 0 0 117522 71 0 0 25 0 4 0 522567745 662978560 114250 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=647440 CPUtime=1182.3 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 78293 0 0 0 118196 34 0 0 25 0 4 0 522567745 662978560 114250 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.89
Current children cumulated vsize (KiB) 647440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.14 8.10 8.02 9/184 21282
/proc/meminfo: memFree=17142632/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=647440 CPUtime=4800.4 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 538107 0 0 0 479795 245 0 0 25 0 4 0 522567744 662978560 117281 33554432000 4194304 4650419 140736462919744 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 161860 117281 395 112 0 156825 0
[pid=21215/tid=21216] ppid=21213 vsize=647440 CPUtime=1201.71 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 168067 0 0 0 120095 76 0 0 25 0 4 0 522567744 662978560 117281 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=647440 CPUtime=1195.23 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 148688 0 0 0 119452 71 0 0 25 0 4 0 522567745 662978560 117281 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=647440 CPUtime=1201.71 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 79499 0 0 0 120136 35 0 0 25 0 4 0 522567745 662978560 117281 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 647440

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.14 8.10 8.02 9/184 21282
/proc/meminfo: memFree=17142632/32951124 swapFree=67111528/67111528
[pid=21215] ppid=21213 vsize=647440 CPUtime=4800.4 cores=1,3,5,7
/proc/21215/stat : 21215 (strangenight1-m) R 21213 21215 20915 0 -1 4202496 538107 0 0 0 479795 245 0 0 25 0 4 0 522567744 662978560 117281 33554432000 4194304 4650419 140736462919744 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21215/statm: 161860 117281 395 112 0 156825 0
[pid=21215/tid=21216] ppid=21213 vsize=647440 CPUtime=1201.71 cores=1,3,5,7
/proc/21215/task/21216/stat : 21216 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 168067 0 0 0 120095 76 0 0 25 0 4 0 522567744 662978560 117281 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21215/tid=21217] ppid=21213 vsize=647440 CPUtime=1195.23 cores=1,3,5,7
/proc/21215/task/21217/stat : 21217 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 148688 0 0 0 119452 71 0 0 25 0 4 0 522567745 662978560 117281 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=647440 CPUtime=1201.71 cores=1,3,5,7
/proc/21215/task/21218/stat : 21218 (strangenight1-m) R 21213 21215 20915 0 -1 4202560 79499 0 0 0 120136 35 0 0 25 0 4 0 522567745 662978560 117281 33554432000 4194304 4650419 140736462919744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 647440

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.45
CPU user time (s): 4797.98
CPU system time (s): 2.47762
CPU usage (%): 399.461
Max. virtual memory (cumulated for all children) (KiB): 776448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.98
system time used= 2.47762
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 538109
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= 428
involuntary context switches= 33845

runsolver used 1.86072 second user time and 4.64829 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 22:40:51
IDJOB=3175302
IDBENCH=82920
IDSOLVER=1588
FILE ID=node103/3175302-1304109651
RUNJOBID= node103-1304107241-20934
PBS_JOBID= 13170666
Free space on /tmp= 71512 MiB

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

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

MD5SUM BENCH= ff7e731e0657a2728f5ff73a4fd8bb2e
RANDOM SEED=235303887

node103.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.858
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.71
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.858
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.858
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.75
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.858
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.77
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.858
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.75
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.858
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.858
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.83
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.858
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:      17528656 kB
Buffers:       2149288 kB
Cached:       12259636 kB
SwapCached:          0 kB
Active:        5965156 kB
Inactive:      8873128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17528656 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6244 kB
Writeback:           0 kB
AnonPages:      428388 kB
Mapped:          15504 kB
Slab:           520092 kB
PageTables:       5544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   641208 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= 71508 MiB
End job on node103 at 2011-04-29 23:00:55