Trace number 3175202

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1915396418-078.SATISFIABLE.cnf
MD5SUM6f66bb3f92a8c8e75d9af481af0c129f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003999
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
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-3175202-1304098731.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	c -- header says num clauses:        1917
0.00/0.00	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.00	c -- vars added        450
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      8  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     195 undec:      55 neg:     200
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       442      1908         0         0      5773         0   no data   no data  --
0.20/0.06	c Decided on static restart strategy
3.16/0.81	c  N st     8      4917       442      1908         0      4834      5773    107793   no data   no data  --
3.16/0.81	c  N st    10     11299       442      1908         0      4465      5773     75378   no data   no data  --
3.16/0.81	c  N st    11     17043       442      1908         0     10086      5773    212550   no data   no data  --
4.39/1.11	c  F st    12     25001       442      1908         0     12358      5773    255630   no data   no data  --
4.39/1.11	c  N st    12     25001       442      1908         0     12358      5773    255630   no data   no data  --
4.77/1.25	c Decided on static restart strategy
4.77/1.25	c  N st    18     30000       442      1908         0     10637      5773    194819   no data   no data  --
4.77/1.25	c  S st    18     30000       442      1908         0     10637      5773    194819   no data   no data  --
4.77/1.28	c  S st    18     30502       442      1908         0     11139      5773    205588   no data   no data  --
4.77/1.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.77/1.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
5.17/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.48	c lits-rem:       155  cl-subs:      645  v-elim:      0  v-fix:    0  time:  0.74 s
5.56/1.49	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.03
5.56/1.49	c calculated reachability. Time: 0.00
5.56/1.49	c  N st    18     30502       442      1908         0     10494      5773    189800   no data   no data  --
7.16/1.86	c  N st    20     37612       442      1908         0      9768      5773    158406   no data   no data  --
8.78/2.24	c  N st    21     44012       442      1908         0     15995      5773    297829   no data   no data  --
9.15/2.35	c  S st    22     45753       442      1908         0      8972      5773    122156   no data   no data  --
9.15/2.38	c  S st    22     46254       442      1908         0      9472      5773    133803   no data   no data  --
9.15/2.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.15/2.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.15/2.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.15/2.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.15/2.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.15/2.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
9.15/2.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.55/2.47	c lits-rem:        58  cl-subs:       45  v-elim:      0  v-fix:    0  time:  0.31 s
9.55/2.47	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
9.55/2.47	c vivif2 --  cl tried     9427 cl shrink        0 lits rem          0 time: 0.00
9.55/2.48	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.03
9.55/2.48	c calculated reachability. Time: 0.00
9.55/2.48	c  N st    22     46254       442      1908         0      9427      5773    132695   no data   no data  --
13.18/3.37	c  N st    23     60653       442      1908         0     13745      5773    221934   no data   no data  --
15.95/4.01	c  N st    24     69381       442      1908         0     11536      5773    162530   no data   no data  --
15.95/4.01	c  S st    24     69381       442      1908         0     11536      5773    162530   no data   no data  --
15.95/4.04	c  S st    24     69885       442      1908         0     12038      5773    173461   no data   no data  --
15.95/4.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.95/4.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.95/4.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.95/4.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.95/4.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.95/4.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
15.95/4.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.75/4.22	c lits-rem:       110  cl-subs:      133  v-elim:      0  v-fix:    0  time:  0.68 s
16.75/4.22	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
16.75/4.22	c vivif2 --  cl tried    11905 cl shrink        0 lits rem          0 time: 0.01
16.75/4.23	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.04
16.75/4.23	c calculated reachability. Time: 0.00
16.75/4.23	c  N st    24     69885       442      1908         0     11905      5773    170126   no data   no data  --
21.56/5.49	c  F st    25     87500       442      1908         0     17426      5773    290774   no data   no data  --
21.56/5.50	c  N st    25     87500       442      1908         0     17426      5773    290774   no data   no data  --
23.14/5.86	c Decided on static restart strategy
23.94/6.09	c  N st    32     95535       442      1908         0     25327      5773    471325   no data   no data  --
26.73/6.71	c  N st    34    104827       442      1908         0     21682      5773    368975   no data   no data  --
26.73/6.71	c  S st    34    104827       442      1908         0     21682      5773    368975   no data   no data  --
26.73/6.77	c  S st    34    105328       442      1908         0     22182      5773    379905   no data   no data  --
26.73/6.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.73/6.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.73/6.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
26.73/6.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.73/6.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.73/6.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
26.73/6.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.34/7.62	c lits-rem:       503  cl-subs:     1061  v-elim:      0  v-fix:    0  time:  3.30 s
30.34/7.62	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
30.34/7.62	c vivif2 --  cl tried    21121 cl shrink        0 lits rem          0 time: 0.02
30.34/7.64	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.06
30.34/7.64	c calculated reachability. Time: 0.00
30.34/7.64	c  N st    34    105328       442      1908         0     21121      5773    355282   no data   no data  --
33.93/8.50	c  N st    35    114926       442      1908         0     16765      5773    230781   no data   no data  --
38.72/9.70	c  N st    36    129326       442      1908         0     16150      5773    203108   no data   no data  --
45.51/11.49	c  N st    37    150922       442      1908         0     21631      5773    308431   no data   no data  --
47.92/12.09	c  S st    38    157994       442      1908         0     28533      5773    463345   no data   no data  --
48.33/12.17	c  S st    38    158498       442      1908         0     29035      5773    473883   no data   no data  --
48.33/12.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
48.33/12.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
48.33/12.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
48.33/12.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.33/12.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.33/12.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
48.33/12.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.90/13.59	c lits-rem:       576  cl-subs:     1928  v-elim:      0  v-fix:    0  time:  5.58 s
53.90/13.59	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
53.90/13.59	c vivif2 --  cl tried    27107 cl shrink        0 lits rem          0 time: 0.02
54.30/13.62	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.09
54.30/13.62	c calculated reachability. Time: 0.00
54.30/13.62	c  N st    38    158498       442      1908         0     27107      5773    434302   no data   no data  --
73.08/18.31	c  N st    39    207087       442      1908         0     21875      5773    288240   no data   no data  --
86.27/21.66	c  N st    40    237748       442      1908         0     32247      5773    510542   no data   no data  --
86.27/21.66	c  S st    40    237748       442      1908         0     32247      5773    510542   no data   no data  --
86.67/21.75	c  S st    40    238252       442      1908         0     32751      5773    521392   no data   no data  --
86.67/21.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
86.67/21.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.67/21.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
86.67/21.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.67/21.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.67/21.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
86.67/21.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
93.45/23.41	c lits-rem:       474  cl-subs:     1710  v-elim:      0  v-fix:    0  time:  6.50 s
93.45/23.41	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
93.45/23.42	c vivif2 --  cl tried    31041 cl shrink        0 lits rem          0 time: 0.02
93.45/23.44	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.10
93.45/23.44	c calculated reachability. Time: 0.00
93.45/23.44	c  N st    40    238252       442      1908         0     31041      5773    482143   no data   no data  --
123.41/30.94	c  F st    41    306250       442      1908         0     32779      5773    453457   no data   no data  --
123.41/30.94	c  N st    41    306250       442      1908         0     32779      5773    453457   no data   no data  --
125.81/31.59	c Decided on static restart strategy
135.41/34.00	c  N st    51    334556       442      1908         0     37158      5773    570882   no data   no data  --
146.98/36.82	c  N st    53    357378       442      1908         0     35059      5773    501596   no data   no data  --
146.98/36.82	c  S st    53    357378       442      1908         0     35059      5773    501596   no data   no data  --
147.38/36.92	c  S st    53    357879       442      1908         0     35560      5773    512583   no data   no data  --
147.38/36.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
147.38/36.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
147.38/36.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
147.38/36.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
147.38/36.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.38/36.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
147.38/36.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
152.97/38.39	c lits-rem:       534  cl-subs:     1174  v-elim:      0  v-fix:    0  time:  5.76 s
152.97/38.39	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
152.97/38.39	c vivif2 --  cl tried    34386 cl shrink        0 lits rem          0 time: 0.02
153.39/38.42	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.11
153.39/38.42	c calculated reachability. Time: 0.00
153.39/38.42	c  N st    53    357879       442      1908         0     34386      5773    486711   no data   no data  --
170.55/42.72	c  N st    54    390272       442      1908         0     40659      5773    599329   no data   no data  --
196.91/49.33	c  N st    55    438862       442      1908         0     34319      5773    428196   no data   no data  --
236.47/59.21	c  N st    56    511744       442      1908         0     47804      5773    730314   no data   no data  --
249.25/62.49	c  N st    57    536818       442      1908         0     42098      5773    583290   no data   no data  --
249.25/62.49	c  S st    57    536818       442      1908         0     42098      5773    583290   no data   no data  --
249.65/62.59	c  S st    57    537320       442      1908         0     42599      5773    594422   no data   no data  --
249.65/62.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
249.65/62.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
250.06/62.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
250.06/62.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
250.06/62.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
250.06/62.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
250.06/62.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
256.44/64.28	c lits-rem:       612  cl-subs:     1485  v-elim:      0  v-fix:    0  time:  6.62 s
256.44/64.28	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
256.44/64.29	c vivif2 --  cl tried    41114 cl shrink        0 lits rem          0 time: 0.03
256.84/64.33	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.15
256.84/64.33	c calculated reachability. Time: 0.00
256.84/64.33	c  N st    57    537320       442      1908         0     41114      5773    561200   no data   no data  --
358.30/89.73	c  N st    58    701305       442      1908         0     35229      5773    340278   no data   no data  --
435.80/109.15	c  N st    59    805980       442      1908         0     63997      5773    976639   no data   no data  --
435.80/109.15	c  S st    59    805980       442      1908         0     63997      5773    976639   no data   no data  --
436.60/109.33	c  S st    59    806483       442      1908         0     64499      5773    987985   no data   no data  --
436.60/109.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
436.60/109.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
436.60/109.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
436.60/109.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
436.60/109.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
436.60/109.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
436.60/109.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
451.78/113.18	c lits-rem:       434  cl-subs:     4937  v-elim:      0  v-fix:    0  time: 15.15 s
451.78/113.18	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
451.78/113.19	c vivif2 --  cl tried    59562 cl shrink        0 lits rem          0 time: 0.04
452.20/113.26	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.26
452.20/113.26	c calculated reachability. Time: 0.00
452.20/113.26	c  N st    59    806483       442      1908         0     59562      5773    884231   no data   no data  --
654.72/163.91	c  F st    60   1071876       442      1908         0     75515      5773   1193517   no data   no data  --
654.72/163.91	c  N st    60   1071876       442      1908         0     75515      5773   1193517   no data   no data  --
659.89/165.29	c Decided on static restart strategy
678.28/169.86	c  N st    70   1100182       442      1908         0     59550      5773    769688   no data   no data  --
713.43/178.67	c  N st    72   1136174       442      1908         0     49812      5773    524371   no data   no data  --
742.20/185.86	c  N st    73   1168569       442      1908         0     81404      5773   1266231   no data   no data  --
777.76/194.72	c  N st    74   1209725       442      1908         0     75631      5773   1137447   no data   no data  --
777.76/194.72	c  S st    74   1209725       442      1908         0     75631      5773   1137447   no data   no data  --
778.93/195.01	c  S st    74   1210228       442      1908         0     76133      5773   1149124   no data   no data  --
778.93/195.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
778.93/195.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
778.93/195.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
779.33/195.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
779.33/195.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
779.33/195.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
779.33/195.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
807.70/202.29	c lits-rem:       399  cl-subs:     5099  v-elim:      0  v-fix:    0  time: 28.71 s
807.70/202.29	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
807.70/202.30	c vivif2 --  cl tried    71034 cl shrink        0 lits rem          0 time: 0.05
808.12/202.40	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.39
808.52/202.40	c calculated reachability. Time: 0.00
808.52/202.40	c  N st    74   1210228       442      1908         0     71034      5773   1032416   no data   no data  --
878.00/219.89	c  N st    75   1283110       442      1908         0     94927      5773   1418621   no data   no data  --
982.66/246.03	c  N st    76   1392434       442      1908         0     55574      5773    581412   no data   no data  --
1139.25/285.26	c  N st    77   1556418       442      1908         0     60510      5773    662568   no data   no data  --
1295.03/324.25	c  N st    78   1710228       442      1908         0    102663      5773   1609422   no data   no data  --
1295.03/324.25	c  S st    78   1710228       442      1908         0    102663      5773   1609422   no data   no data  --
1296.63/324.62	c  S st    78   1710741       442      1908         0    103173      5773   1622225   no data   no data  --
1296.63/324.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1296.63/324.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1296.63/324.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.22
1297.03/324.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1297.03/324.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1297.03/324.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
1297.03/324.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1327.79/332.42	c lits-rem:      1010  cl-subs:     4287  v-elim:      0  v-fix:    0  time: 30.67 s
1327.79/332.42	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
1327.79/332.44	c vivif2 --  cl tried    98886 cl shrink        0 lits rem          0 time: 0.08
1328.19/332.58	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.57
1328.19/332.59	c calculated reachability. Time: 0.00
1328.19/332.59	c  N st    78   1710741       442      1908         0     98886      5773   1528012   no data   no data  --
1729.65/433.05	c  N st    79   2079705       442      1908         0    109823      5773   1644673   no data   no data  --
1885.43/472.05	c  N st    80   2210741       442      1908         0    113760      5773   1719069   no data   no data  --
1885.43/472.05	c  S st    80   2210741       442      1908         0    113760      5773   1719069   no data   no data  --
1887.03/472.40	c  S st    80   2211242       442      1908         0    114258      5773   1730454   no data   no data  --
1887.03/472.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1887.03/472.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1887.03/472.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
1887.43/472.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1887.43/472.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1887.43/472.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
1887.43/472.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1946.17/487.21	c lits-rem:       246  cl-subs:    10407  v-elim:      0  v-fix:    0  time: 58.64 s
1946.17/487.21	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
1946.17/487.23	c vivif2 --  cl tried   103851 cl shrink        0 lits rem          0 time: 0.08
1946.57/487.38	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.59
1946.57/487.38	c calculated reachability. Time: 0.00
1946.57/487.38	c  N st    80   2211242       442      1908         0    103851      5773   1510324   no data   no data  --
2545.73/637.33	c  N st    81   2711245       442      1908         0    127143      5773   1923997   no data   no data  --
2545.73/637.33	c  S st    81   2711245       442      1908         0    127143      5773   1923997   no data   no data  --
2547.33/637.79	c  S st    81   2711747       442      1908         0    127645      5773   1936183   no data   no data  --
2547.33/637.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2547.33/637.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2547.73/637.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2548.14/637.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2548.14/637.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2548.14/637.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
2548.14/637.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2623.63/656.85	c lits-rem:       228  cl-subs:    13342  v-elim:      0  v-fix:    0  time: 75.58 s
2623.63/656.85	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
2623.63/656.87	c vivif2 --  cl tried   114303 cl shrink        0 lits rem          0 time: 0.10
2624.43/657.04	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.68
2624.43/657.04	c calculated reachability. Time: 0.00
2624.43/657.04	c  N st    81   2711747       442      1908         0    114303      5773   1667531   no data   no data  --
3353.43/839.59	c  N st    82   3211748       442      1908         0     90300      5773    982146   no data   no data  --
3353.43/839.59	c  S st    82   3211748       442      1908         0     90300      5773    982146   no data   no data  --
3354.63/839.86	c  S st    82   3212254       442      1908         0     90805      5773    994292   no data   no data  --
3354.63/839.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3354.63/839.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3355.03/839.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
3355.03/839.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3355.03/839.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3355.03/839.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
3355.03/839.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3365.83/842.61	c lits-rem:        25  cl-subs:     4220  v-elim:      0  v-fix:    0  time: 10.68 s
3365.83/842.62	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
3365.83/842.63	c vivif2 --  cl tried    86585 cl shrink        0 lits rem          0 time: 0.06
3366.21/842.74	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.46
3366.21/842.75	c calculated reachability. Time: 0.00
3366.21/842.75	c  N st    82   3212254       442      1908         0     86585      5773    916108   no data   no data  --
4117.21/1030.79	c  N st    83   3712255       442      1908         0     97620      5773   1067260   no data   no data  --
4117.21/1030.79	c  S st    83   3712255       442      1908         0     97620      5773   1067260   no data   no data  --
4118.38/1031.09	c  S st    83   3712758       442      1908         0     98123      5773   1078299   no data   no data  --
4118.38/1031.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4118.38/1031.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4118.78/1031.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
4118.78/1031.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4118.78/1031.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4118.78/1031.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
4118.78/1031.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4130.40/1034.03	c lits-rem:       195  cl-subs:     3507  v-elim:      0  v-fix:    0  time: 11.40 s
4130.40/1034.03	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
4130.40/1034.05	c vivif2 --  cl tried    94616 cl shrink        0 lits rem          0 time: 0.06
4130.77/1034.18	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.52
4130.77/1034.18	c calculated reachability. Time: 0.00
4130.77/1034.18	c  N st    83   3712758       442      1908         0     94616      5773   1012514   no data   no data  --
4185.89/1047.96	c  F st    84   3751562       442      1908         0    132187      5773   1901837   no data   no data  --
4185.89/1047.97	c  N st    84   3751562       442      1908         0    132187      5773   1901837   no data   no data  --
4197.07/1050.77	c Decided on static restart strategy
4238.62/1061.16	c  N st    94   3779868       442      1908         0    159759      5773   2539078   no data   no data  --
4290.15/1074.09	c  N st    96   3815863       442      1908         0    112560      5773   1455553   no data   no data  --
4340.08/1086.54	c  N st    97   3848259       442      1908         0    143992      5773   2150580   no data   no data  --
4411.60/1104.44	c  N st    98   3896848       442      1908         0    107786      5773   1268147   no data   no data  --
4530.24/1134.16	c  N st    99   3969730       442      1908         0     93896      5773    944418   no data   no data  --
4691.60/1174.56	c  N st   100   4079054       442      1908         0    114662      5773   1414548   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-3175202-1304098731/watcher-3175202-1304098731 -o /tmp/evaluation-result-3175202-1304098731/solver-3175202-1304098731 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175202-1304098731.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: 7.45 7.98 8.01 2/173 30857
/proc/meminfo: memFree=30947372/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 412 0 0 0 0 0 0 0 24 0 4 0 521471078 52465664 351 33554432000 4194304 4650419 140733413585152 18446744073709551615 47924076062642 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 12809 351 303 112 0 7774 0
[pid=30857/tid=30858] ppid=30855 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 521471078 52465664 351 33554432000 4194304 4650419 140733413585152 18446744073709551615 228244405233 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 521471078 52465664 351 33554432000 4194304 4650419 140733413585152 18446744073709551615 228244405233 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 521471078 52465664 351 33554432000 4194304 4650419 140733413585152 18446744073709551615 228244405233 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.057923 s]
/proc/loadavg: 7.45 7.98 8.01 2/173 30857
/proc/meminfo: memFree=30947372/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=282400 CPUtime=0.2 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 1436 0 0 0 20 0 0 0 18 0 4 0 521471078 289177600 1297 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 70600 1297 390 112 0 65565 0
[pid=30857/tid=30858] ppid=30855 vsize=282400 CPUtime=0.04 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 253 0 0 0 4 0 0 0 25 0 4 0 521471078 289177600 1297 33554432000 4194304 4650419 140733413585152 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=282400 CPUtime=0.05 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 264 0 0 0 5 0 0 0 18 0 4 0 521471078 289177600 1297 33554432000 4194304 4650419 140733413585152 18446744073709551615 4303982 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=282400 CPUtime=0.05 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 200 0 0 0 5 0 0 0 18 0 4 0 521471078 289177600 1297 33554432000 4194304 4650419 140733413585152 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 282400

[startup+0.157906 s]
/proc/loadavg: 7.45 7.98 8.01 2/173 30857
/proc/meminfo: memFree=30947372/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=283488 CPUtime=0.6 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 2223 0 0 0 60 0 0 0 18 0 4 0 521471078 290291712 1552 33554432000 4194304 4650419 140733413585152 18446744073709551615 4360104 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 70872 1552 393 112 0 65837 0
[pid=30857/tid=30858] ppid=30855 vsize=283488 CPUtime=0.14 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 451 0 0 0 14 0 0 0 25 0 4 0 521471078 290291712 1552 33554432000 4194304 4650419 140733413585152 18446744073709551615 4349694 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=283488 CPUtime=0.15 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 453 0 0 0 15 0 0 0 18 0 4 0 521471078 290291712 1552 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=283488 CPUtime=0.15 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 398 0 0 0 15 0 0 0 18 0 4 0 521471078 290291712 1552 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 283488

[startup+0.300881 s]
/proc/loadavg: 7.45 7.98 8.01 2/173 30857
/proc/meminfo: memFree=30947372/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=283488 CPUtime=1.17 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 2737 0 0 0 117 0 0 0 18 0 4 0 521471078 290291712 2066 33554432000 4194304 4650419 140733413585152 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 70872 2067 393 112 0 65837 0
[pid=30857/tid=30858] ppid=30855 vsize=283488 CPUtime=0.29 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 583 0 0 0 29 0 0 0 25 0 4 0 521471078 290291712 2067 33554432000 4194304 4650419 140733413585152 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=283488 CPUtime=0.29 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 581 0 0 0 29 0 0 0 18 0 4 0 521471078 290291712 2067 33554432000 4194304 4650419 140733413585152 18446744073709551615 4330522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=283488 CPUtime=0.29 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 523 0 0 0 29 0 0 0 18 0 4 0 521471078 290291712 2067 33554432000 4194304 4650419 140733413585152 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283488

[startup+0.700813 s]
/proc/loadavg: 7.45 7.98 8.01 2/173 30857
/proc/meminfo: memFree=30947372/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=285036 CPUtime=2.77 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 4667 0 0 0 277 0 0 0 18 0 4 0 521471078 291876864 2429 33554432000 4194304 4650419 140733413585152 18446744073709551615 4363522 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 71259 2429 393 112 0 66224 0
[pid=30857/tid=30858] ppid=30855 vsize=285036 CPUtime=0.69 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 1063 0 0 0 69 0 0 0 25 0 4 0 521471078 291876864 2429 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=285036 CPUtime=0.69 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 988 0 0 0 69 0 0 0 18 0 4 0 521471078 291876864 2429 33554432000 4194304 4650419 140733413585152 18446744073709551615 4313358 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=285036 CPUtime=0.69 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 1022 0 0 0 69 0 0 0 18 0 4 0 521471078 291876864 2429 33554432000 4194304 4650419 140733413585152 18446744073709551615 4333767 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285036

[startup+1.50067 s]
/proc/loadavg: 7.45 7.98 8.01 10/184 30869
/proc/meminfo: memFree=30920508/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=285616 CPUtime=5.96 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) S 30855 30857 30527 0 -1 4202496 8346 0 0 0 595 1 0 0 20 0 4 0 521471078 292470784 4584 33554432000 4194304 4650419 140733413585152 18446744073709551615 228244453870 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 71404 4584 395 112 0 66369 0
[pid=30857/tid=30858] ppid=30855 vsize=285616 CPUtime=1.48 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 1666 0 0 0 148 0 0 0 25 0 4 0 521471078 292470784 4584 33554432000 4194304 4650419 140733413585152 18446744073709551615 228244005870 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=285616 CPUtime=1.48 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 1744 0 0 0 148 0 0 0 20 0 4 0 521471078 292470784 4584 33554432000 4194304 4650419 140733413585152 18446744073709551615 4334040 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=285616 CPUtime=1.49 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 1566 0 0 0 149 0 0 0 20 0 4 0 521471078 292470784 4584 33554432000 4194304 4650419 140733413585152 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285616

[startup+3.10039 s]
/proc/loadavg: 7.49 7.98 8.01 9/184 30869
/proc/meminfo: memFree=30875620/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=281440 CPUtime=12.36 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 16095 0 0 0 1233 3 0 0 25 0 4 0 521471078 288194560 9133 33554432000 4194304 4650419 140733413585152 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 70360 9133 395 112 0 65325 0
[pid=30857/tid=30858] ppid=30855 vsize=281440 CPUtime=3.08 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 3787 0 0 0 307 1 0 0 25 0 4 0 521471078 288194560 9133 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=281440 CPUtime=3.08 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 4203 0 0 0 308 0 0 0 25 0 4 0 521471078 288194560 9133 33554432000 4194304 4650419 140733413585152 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=281440 CPUtime=3.08 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 3604 0 0 0 308 0 0 0 25 0 4 0 521471078 288194560 9133 33554432000 4194304 4650419 140733413585152 18446744073709551615 4364427 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 281440

[startup+6.30084 s]
/proc/loadavg: 7.49 7.98 8.01 9/184 30869
/proc/meminfo: memFree=30833628/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=288768 CPUtime=25.14 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 24824 0 0 0 2510 4 0 0 25 0 4 0 521471078 295698432 12511 33554432000 4194304 4650419 140733413585152 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 72192 12511 395 112 0 67157 0
[pid=30857/tid=30858] ppid=30855 vsize=288768 CPUtime=6.26 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 6507 0 0 0 625 1 0 0 25 0 4 0 521471078 295698432 12511 33554432000 4194304 4650419 140733413585152 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=288768 CPUtime=6.28 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 6794 0 0 0 627 1 0 0 25 0 4 0 521471078 295698432 12511 33554432000 4194304 4650419 140733413585152 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=288768 CPUtime=6.28 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 4754 0 0 0 628 0 0 0 25 0 4 0 521471078 295698432 12511 33554432000 4194304 4650419 140733413585152 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 288768

[startup+12.7007 s]
/proc/loadavg: 7.57 7.98 8.01 9/184 30869
/proc/meminfo: memFree=30786640/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=297828 CPUtime=50.7 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 36877 0 0 0 5064 6 0 0 25 0 4 0 521471078 304975872 17943 33554432000 4194304 4650419 140733413585152 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 74457 17943 395 112 0 69422 0
[pid=30857/tid=30858] ppid=30855 vsize=297828 CPUtime=12.62 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 9206 0 0 0 1261 1 0 0 25 0 4 0 521471078 304975872 17943 33554432000 4194304 4650419 140733413585152 18446744073709551615 4363458 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=297828 CPUtime=12.68 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 9342 0 0 0 1267 1 0 0 25 0 4 0 521471078 304975872 17943 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=297828 CPUtime=12.68 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 7046 0 0 0 1268 0 0 0 25 0 4 0 521471078 304975872 17943 33554432000 4194304 4650419 140733413585152 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 297828

[startup+25.5005 s]
/proc/loadavg: 7.63 7.98 8.01 9/184 30869
/proc/meminfo: memFree=30717572/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=302892 CPUtime=101.83 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 56677 0 0 0 10173 10 0 0 25 0 4 0 521471078 310161408 22837 33554432000 4194304 4650419 140733413585152 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 75723 22837 395 112 0 70688 0
[pid=30857/tid=30858] ppid=30855 vsize=302892 CPUtime=25.35 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 15230 0 0 0 2533 2 0 0 25 0 4 0 521471078 310161408 22837 33554432000 4194304 4650419 140733413585152 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=302892 CPUtime=25.48 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 14626 0 0 0 2546 2 0 0 25 0 4 0 521471078 310161408 22837 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=302892 CPUtime=25.49 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 9906 0 0 0 2547 2 0 0 25 0 4 0 521471078 310161408 22837 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 302892

[startup+51.101 s]
/proc/loadavg: 7.76 7.98 8.01 9/184 30870
/proc/meminfo: memFree=30658036/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=314700 CPUtime=204.11 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 87520 0 0 0 20392 19 0 0 25 0 4 0 521471078 322252800 29204 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 78675 29204 395 112 0 73640 0
[pid=30857/tid=30858] ppid=30855 vsize=314700 CPUtime=50.83 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 23988 0 0 0 5078 5 0 0 25 0 4 0 521471078 322252800 29204 33554432000 4194304 4650419 140733413585152 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=314700 CPUtime=51.08 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 23928 0 0 0 5103 5 0 0 25 0 4 0 521471078 322252800 29204 33554432000 4194304 4650419 140733413585152 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=314700 CPUtime=51.09 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 13900 0 0 0 5106 3 0 0 25 0 4 0 521471078 322252800 29204 33554432000 4194304 4650419 140733413585152 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 314700

[startup+102.307 s]
/proc/loadavg: 7.94 8.00 8.01 9/184 30871
/proc/meminfo: memFree=30590920/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=312064 CPUtime=408.65 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 136878 0 0 0 40831 34 0 0 25 0 4 0 521471078 319553536 39171 33554432000 4194304 4650419 140733413585152 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 78016 39171 395 112 0 72981 0
[pid=30857/tid=30858] ppid=30855 vsize=312064 CPUtime=101.77 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 37228 0 0 0 10168 9 0 0 25 0 4 0 521471078 319553536 39171 33554432000 4194304 4650419 140733413585152 18446744073709551615 4333952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=312064 CPUtime=102.28 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 38395 0 0 0 10218 10 0 0 25 0 4 0 521471078 319553536 39171 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=312064 CPUtime=102.29 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 22007 0 0 0 10224 5 0 0 25 0 4 0 521471078 319553536 39171 33554432000 4194304 4650419 140733413585152 18446744073709551615 4364796 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 312064

[startup+162.301 s]

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

[pid=30857] ppid=30855 vsize=523688 CPUtime=2805.38 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 396102 0 0 0 280398 140 0 0 25 0 4 0 521471078 536256512 85444 33554432000 4194304 4650419 140733413585152 18446744073709551615 4333785 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 130922 85444 395 112 0 125887 0
[pid=30857/tid=30858] ppid=30855 vsize=523688 CPUtime=698.52 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 121498 0 0 0 69808 44 0 0 25 0 4 0 521471078 536256512 85444 33554432000 4194304 4650419 140733413585152 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=523688 CPUtime=702.23 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 85958 0 0 0 70193 30 0 0 25 0 4 0 521471078 536256512 85444 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=523688 CPUtime=702.3 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 67646 0 0 0 70204 26 0 0 25 0 4 0 521471078 536256512 85444 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.38
Current children cumulated vsize (KiB) 523688

[startup+762.307 s]
/proc/loadavg: 8.07 8.07 8.02 9/184 30889
/proc/meminfo: memFree=30106312/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=603480 CPUtime=3045.08 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 412022 0 0 0 304361 147 0 0 25 0 4 0 521471078 617963520 94363 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 150870 94363 395 112 0 145835 0
[pid=30857/tid=30858] ppid=30855 vsize=603480 CPUtime=758.19 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 125010 0 0 0 75774 45 0 0 25 0 4 0 521471078 617963520 94363 33554432000 4194304 4650419 140733413585152 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=603480 CPUtime=762.24 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 90676 0 0 0 76192 32 0 0 25 0 4 0 521471078 617963520 94363 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=603480 CPUtime=762.31 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 70390 0 0 0 76202 29 0 0 25 0 4 0 521471078 617963520 94363 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 603480

[startup+822.301 s]
/proc/loadavg: 8.06 8.07 8.02 9/184 30890
/proc/meminfo: memFree=30066352/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=551956 CPUtime=3284.73 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 427978 0 0 0 328318 155 0 0 25 0 4 0 521471078 565202944 91714 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 137989 91714 395 112 0 132954 0
[pid=30857/tid=30858] ppid=30855 vsize=551956 CPUtime=817.87 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 131490 0 0 0 81739 48 0 0 25 0 4 0 521471078 565202944 91714 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=551956 CPUtime=822.22 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 93618 0 0 0 82188 34 0 0 25 0 4 0 521471078 565202944 91714 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=551956 CPUtime=822.3 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 74282 0 0 0 82200 30 0 0 25 0 4 0 521471078 565202944 91714 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.73
Current children cumulated vsize (KiB) 551956

[startup+882.301 s]
/proc/loadavg: 8.02 8.06 8.02 9/184 30892
/proc/meminfo: memFree=30079236/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=552060 CPUtime=3524.39 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 444240 0 0 0 352276 163 0 0 25 0 4 0 521471078 565309440 91651 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 138015 91651 395 112 0 132980 0
[pid=30857/tid=30858] ppid=30855 vsize=552060 CPUtime=877.54 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 137528 0 0 0 87704 50 0 0 25 0 4 0 521471078 565309440 91651 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=552060 CPUtime=882.21 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 98259 0 0 0 88185 36 0 0 25 0 4 0 521471078 565309440 91651 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=552060 CPUtime=882.3 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 76217 0 0 0 88199 31 0 0 25 0 4 0 521471078 565309440 91651 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.39
Current children cumulated vsize (KiB) 552060

[startup+942.301 s]
/proc/loadavg: 8.01 8.04 8.01 9/184 30894
/proc/meminfo: memFree=30051572/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=577768 CPUtime=3764.07 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 461642 0 0 0 376237 170 0 0 25 0 4 0 521471078 591634432 91830 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 144442 91830 395 112 0 139407 0
[pid=30857/tid=30858] ppid=30855 vsize=577768 CPUtime=937.21 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 143743 0 0 0 93669 52 0 0 25 0 4 0 521471078 591634432 91830 33554432000 4194304 4650419 140733413585152 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=577768 CPUtime=942.21 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 100574 0 0 0 94184 37 0 0 25 0 4 0 521471078 591634432 91830 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=577768 CPUtime=942.3 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 80116 0 0 0 94197 33 0 0 25 0 4 0 521471078 591634432 91830 33554432000 4194304 4650419 140733413585152 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.07
Current children cumulated vsize (KiB) 577768

[startup+1002.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/184 30895
/proc/meminfo: memFree=30049312/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=550292 CPUtime=4003.74 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 478093 0 0 0 400196 178 0 0 25 0 4 0 521471078 563499008 93123 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 137573 93123 395 112 0 132538 0
[pid=30857/tid=30858] ppid=30855 vsize=550292 CPUtime=996.89 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 148495 0 0 0 99634 55 0 0 25 0 4 0 521471078 563499008 93123 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=550292 CPUtime=1002.21 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 104220 0 0 0 100182 39 0 0 25 0 4 0 521471078 563499008 93123 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=550292 CPUtime=1002.31 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 81955 0 0 0 100196 35 0 0 25 0 4 0 521471078 563499008 93123 33554432000 4194304 4650419 140733413585152 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.74
Current children cumulated vsize (KiB) 550292

[startup+1062.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/184 30897
/proc/meminfo: memFree=29997692/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=559660 CPUtime=4243.41 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 499061 0 0 0 424154 187 0 0 25 0 4 0 521471078 573091840 100197 33554432000 4194304 4650419 140733413585152 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 139915 100197 395 112 0 134880 0
[pid=30857/tid=30858] ppid=30855 vsize=559660 CPUtime=1056.57 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 154796 0 0 0 105600 57 0 0 25 0 4 0 521471078 573091840 100197 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=559660 CPUtime=1062.21 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 108792 0 0 0 106179 42 0 0 25 0 4 0 521471078 573091840 100197 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=559660 CPUtime=1062.31 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 87039 0 0 0 106194 37 0 0 25 0 4 0 521471078 573091840 100197 33554432000 4194304 4650419 140733413585152 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.41
Current children cumulated vsize (KiB) 559660

[startup+1122.3 s]
/proc/loadavg: 8.15 8.05 8.01 9/184 30898
/proc/meminfo: memFree=30007452/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=548052 CPUtime=4483.08 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 514270 0 0 0 448113 195 0 0 25 0 4 0 521471078 561205248 97426 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 137013 97426 395 112 0 131978 0
[pid=30857/tid=30858] ppid=30855 vsize=548052 CPUtime=1116.24 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 159682 0 0 0 111564 60 0 0 25 0 4 0 521471078 561205248 97426 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=548052 CPUtime=1122.2 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 110732 0 0 0 112177 43 0 0 25 0 4 0 521471078 561205248 97426 33554432000 4194304 4650419 140733413585152 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=548052 CPUtime=1122.31 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 88949 0 0 0 112193 38 0 0 25 0 4 0 521471078 561205248 97426 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.08
Current children cumulated vsize (KiB) 548052

[startup+1182.3 s]
/proc/loadavg: 8.20 8.07 8.02 9/184 30900
/proc/meminfo: memFree=29965620/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=574384 CPUtime=4722.76 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 531199 0 0 0 472072 204 0 0 25 0 4 0 521471078 588169216 107794 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 143596 107794 395 112 0 138561 0
[pid=30857/tid=30858] ppid=30855 vsize=574384 CPUtime=1175.92 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 162928 0 0 0 117530 62 0 0 25 0 4 0 521471078 588169216 107794 33554432000 4194304 4650419 140733413585152 18446744073709551615 4367249 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=574384 CPUtime=1182.19 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 114665 0 0 0 118174 45 0 0 25 0 4 0 521471078 588169216 107794 33554432000 4194304 4650419 140733413585152 18446744073709551615 4363568 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=574384 CPUtime=1182.31 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 92739 0 0 0 118191 40 0 0 25 0 4 0 521471078 588169216 107794 33554432000 4194304 4650419 140733413585152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.76
Current children cumulated vsize (KiB) 574384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.13 8.07 8.01 9/184 30901
/proc/meminfo: memFree=29970060/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=561236 CPUtime=4800.26 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 535596 0 0 0 479821 205 0 0 25 0 4 0 521471078 574705664 103212 33554432000 4194304 4650419 140733413585152 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 140309 103212 395 112 0 135274 0
[pid=30857/tid=30858] ppid=30855 vsize=561236 CPUtime=1195.21 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 163333 0 0 0 119459 62 0 0 25 0 4 0 521471078 574705664 103212 33554432000 4194304 4650419 140733413585152 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=561236 CPUtime=1201.6 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 115705 0 0 0 120114 46 0 0 25 0 4 0 521471078 574705664 103212 33554432000 4194304 4650419 140733413585152 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=561236 CPUtime=1201.72 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 93254 0 0 0 120132 40 0 0 25 0 4 0 521471078 574705664 103212 33554432000 4194304 4650419 140733413585152 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 561236

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.13 8.07 8.01 9/184 30901
/proc/meminfo: memFree=29970060/32951124 swapFree=67111364/67111528
[pid=30857] ppid=30855 vsize=561236 CPUtime=4800.26 cores=0,2,4,6
/proc/30857/stat : 30857 (strangenight1-m) R 30855 30857 30527 0 -1 4202496 535596 0 0 0 479821 205 0 0 25 0 4 0 521471078 574705664 103212 33554432000 4194304 4650419 140733413585152 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30857/statm: 140309 103212 395 112 0 135274 0
[pid=30857/tid=30858] ppid=30855 vsize=561236 CPUtime=1195.21 cores=0,2,4,6
/proc/30857/task/30858/stat : 30858 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 163333 0 0 0 119459 62 0 0 25 0 4 0 521471078 574705664 103212 33554432000 4194304 4650419 140733413585152 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30857/tid=30859] ppid=30855 vsize=561236 CPUtime=1201.6 cores=0,2,4,6
/proc/30857/task/30859/stat : 30859 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 115705 0 0 0 120114 46 0 0 25 0 4 0 521471078 574705664 103212 33554432000 4194304 4650419 140733413585152 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30857/tid=30860] ppid=30855 vsize=561236 CPUtime=1201.72 cores=0,2,4,6
/proc/30857/task/30860/stat : 30860 (strangenight1-m) R 30855 30857 30527 0 -1 4202560 93254 0 0 0 120132 40 0 0 25 0 4 0 521471078 574705664 103212 33554432000 4194304 4650419 140733413585152 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 561236

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.32
CPU user time (s): 4798.24
CPU system time (s): 2.07968
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 626736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.24
system time used= 2.07968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 535598
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= 210
involuntary context switches= 23410

runsolver used 1.85772 second user time and 4.66429 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 19:38:51
IDJOB=3175202
IDBENCH=82820
IDSOLVER=1588
FILE ID=node136/3175202-1304098731
RUNJOBID= node136-1304098731-30842
PBS_JOBID= 13170595
Free space on /tmp= 72336 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1915396418-078.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175202-1304098731/watcher-3175202-1304098731 -o /tmp/evaluation-result-3175202-1304098731/solver-3175202-1304098731 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175202-1304098731.cnf

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

MD5SUM BENCH= 6f66bb3f92a8c8e75d9af481af0c129f
RANDOM SEED=1170752259

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30948644 kB
Buffers:        580440 kB
Cached:         934116 kB
SwapCached:          0 kB
Active:         128160 kB
Inactive:      1450072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30948644 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            8168 kB
Writeback:           0 kB
AnonPages:       64016 kB
Mapped:          14484 kB
Slab:           360092 kB
PageTables:       4496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187964 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= 72324 MiB
End job on node136 at 2011-04-29 19:58:55