Trace number 3368811

Some explanations

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

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

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

Solver answer on this benchmark

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

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368811-1305403451.cnf'
0.00/0.01	c -- header says num vars:            450
0.00/0.01	c -- header says num clauses:        1917
0.00/0.01	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.01	c -- vars added        450
3.17/0.81	c Parsing time:  0.00 s
3.17/0.81	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
3.17/0.81	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
3.17/0.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
3.17/0.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.81	c lits-rem:         0  cl-subs:        0  v-elim:      8  v-fix:    0  time:  0.00 s
3.17/0.81	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.81	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.81	c calculated reachability. Time: 0.00
3.17/0.81	c Calc default polars -  time:   0.00 s pos:     195 undec:      55 neg:     200
3.17/0.81	c =========================================================================================
3.17/0.81	c types(t): F = full restart, N = normal restart
3.17/0.81	c types(t): S = simplification begin/end, E = solution found
3.17/0.81	c restart types(rt): st = static, dy = dynamic
3.17/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.81	c  B st     0         0       442      1908         0         0      5773         0   no data   no data  --
3.17/0.81	c Decided on static restart strategy
3.17/0.81	c  N st     8      4917       442      1908         0      4834      5773    107793   no data   no data  --
3.17/0.81	c  N st    10     11299       442      1908         0      4465      5773     75378   no data   no data  --
3.17/0.81	c  N st    11     17043       442      1908         0     10086      5773    212550   no data   no data  --
4.41/1.11	c  F st    12     25001       442      1908         0     12358      5773    255630   no data   no data  --
4.41/1.11	c  N st    12     25001       442      1908         0     12358      5773    255630   no data   no data  --
5.16/1.31	c Decided on static restart strategy
5.16/1.31	c  N st    18     30000       442      1908         0     10637      5773    194819   no data   no data  --
5.16/1.31	c  S st    18     30000       442      1908         0     10637      5773    194819   no data   no data  --
5.16/1.31	c  S st    18     30502       442      1908         0     11139      5773    205588   no data   no data  --
5.16/1.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.16/1.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.16/1.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
5.16/1.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.49	c lits-rem:       155  cl-subs:      645  v-elim:      0  v-fix:    0  time:  0.74 s
5.56/1.50	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.03
5.96/1.50	c calculated reachability. Time: 0.00
5.96/1.50	c  N st    18     30502       442      1908         0     10494      5773    189800   no data   no data  --
7.16/1.87	c  N st    20     37612       442      1908         0      9768      5773    158406   no data   no data  --
8.80/2.24	c  N st    21     44012       442      1908         0     15995      5773    297829   no data   no data  --
9.15/2.36	c  S st    22     45753       442      1908         0      8972      5773    122156   no data   no data  --
9.15/2.39	c  S st    22     46254       442      1908         0      9472      5773    133803   no data   no data  --
9.15/2.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.15/2.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.15/2.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.15/2.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.15/2.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.15/2.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
9.15/2.40	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.01
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.19/3.38	c  N st    23     60653       442      1908         0     13745      5773    221934   no data   no data  --
15.94/4.02	c  N st    24     69381       442      1908         0     11536      5773    162530   no data   no data  --
15.94/4.02	c  S st    24     69381       442      1908         0     11536      5773    162530   no data   no data  --
15.94/4.05	c  S st    24     69885       442      1908         0     12038      5773    173461   no data   no data  --
15.94/4.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.94/4.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.94/4.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.94/4.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.94/4.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.94/4.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
15.94/4.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.74/4.23	c lits-rem:       110  cl-subs:      133  v-elim:      0  v-fix:    0  time:  0.67 s
16.74/4.23	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
16.74/4.23	c vivif2 --  cl tried    11905 cl shrink        0 lits rem          0 time: 0.01
16.74/4.24	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.04
16.74/4.24	c calculated reachability. Time: 0.00
16.74/4.24	c  N st    24     69885       442      1908         0     11905      5773    170126   no data   no data  --
21.54/5.50	c  F st    25     87500       442      1908         0     17426      5773    290774   no data   no data  --
21.54/5.50	c  N st    25     87500       442      1908         0     17426      5773    290774   no data   no data  --
23.12/5.87	c Decided on static restart strategy
24.32/6.10	c  N st    32     95535       442      1908         0     25327      5773    471325   no data   no data  --
26.71/6.72	c  N st    34    104827       442      1908         0     21682      5773    368975   no data   no data  --
26.71/6.72	c  S st    34    104827       442      1908         0     21682      5773    368975   no data   no data  --
26.71/6.78	c  S st    34    105328       442      1908         0     22182      5773    379905   no data   no data  --
26.71/6.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.71/6.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.71/6.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
27.11/6.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.11/6.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.11/6.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
27.11/6.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.33/7.63	c lits-rem:       503  cl-subs:     1061  v-elim:      0  v-fix:    0  time:  3.30 s
30.33/7.63	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
30.33/7.63	c vivif2 --  cl tried    21121 cl shrink        0 lits rem          0 time: 0.02
30.33/7.65	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.06
30.33/7.65	c calculated reachability. Time: 0.00
30.33/7.65	c  N st    34    105328       442      1908         0     21121      5773    355282   no data   no data  --
33.90/8.51	c  N st    35    114926       442      1908         0     16765      5773    230781   no data   no data  --
38.68/9.70	c  N st    36    129326       442      1908         0     16150      5773    203108   no data   no data  --
45.46/11.49	c  N st    37    150922       442      1908         0     21631      5773    308431   no data   no data  --
47.88/12.09	c  S st    38    157994       442      1908         0     28533      5773    463345   no data   no data  --
48.29/12.16	c  S st    38    158498       442      1908         0     29035      5773    473883   no data   no data  --
48.29/12.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.29/12.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
48.29/12.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
48.29/12.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.29/12.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.29/12.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
48.29/12.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.84/13.57	c lits-rem:       576  cl-subs:     1928  v-elim:      0  v-fix:    0  time:  5.54 s
53.84/13.57	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
53.84/13.58	c vivif2 --  cl tried    27107 cl shrink        0 lits rem          0 time: 0.02
54.24/13.60	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.09
54.24/13.60	c calculated reachability. Time: 0.00
54.24/13.60	c  N st    38    158498       442      1908         0     27107      5773    434302   no data   no data  --
72.60/18.29	c  N st    39    207087       442      1908         0     21875      5773    288240   no data   no data  --
86.17/21.63	c  N st    40    237748       442      1908         0     32247      5773    510542   no data   no data  --
86.17/21.63	c  S st    40    237748       442      1908         0     32247      5773    510542   no data   no data  --
86.57/21.73	c  S st    40    238252       442      1908         0     32751      5773    521392   no data   no data  --
86.57/21.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
86.57/21.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.57/21.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
86.57/21.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.57/21.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.57/21.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
86.57/21.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
92.95/23.39	c lits-rem:       474  cl-subs:     1710  v-elim:      0  v-fix:    0  time:  6.49 s
92.95/23.39	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
92.95/23.39	c vivif2 --  cl tried    31041 cl shrink        0 lits rem          0 time: 0.02
93.34/23.42	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.10
93.34/23.42	c calculated reachability. Time: 0.00
93.34/23.42	c  N st    40    238252       442      1908         0     31041      5773    482143   no data   no data  --
122.91/30.89	c  F st    41    306250       442      1908         0     32779      5773    453457   no data   no data  --
122.91/30.90	c  N st    41    306250       442      1908         0     32779      5773    453457   no data   no data  --
125.67/31.54	c Decided on static restart strategy
135.24/33.95	c  N st    51    334556       442      1908         0     37158      5773    570882   no data   no data  --
146.41/36.77	c  N st    53    357378       442      1908         0     35059      5773    501596   no data   no data  --
146.41/36.77	c  S st    53    357378       442      1908         0     35059      5773    501596   no data   no data  --
146.81/36.86	c  S st    53    357879       442      1908         0     35560      5773    512583   no data   no data  --
146.81/36.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
146.81/36.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.81/36.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
146.81/36.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.81/36.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.81/36.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
146.81/36.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
152.80/38.33	c lits-rem:       534  cl-subs:     1174  v-elim:      0  v-fix:    0  time:  5.75 s
152.80/38.33	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
152.80/38.33	c vivif2 --  cl tried    34386 cl shrink        0 lits rem          0 time: 0.02
152.80/38.36	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.11
152.80/38.36	c calculated reachability. Time: 0.00
152.80/38.36	c  N st    53    357879       442      1908         0     34386      5773    486711   no data   no data  --
169.95/42.66	c  N st    54    390272       442      1908         0     40659      5773    599329   no data   no data  --
196.29/49.29	c  N st    55    438862       442      1908         0     34319      5773    428196   no data   no data  --
235.79/59.17	c  N st    56    511744       442      1908         0     47804      5773    730314   no data   no data  --
248.96/62.45	c  N st    57    536818       442      1908         0     42098      5773    583290   no data   no data  --
248.96/62.45	c  S st    57    536818       442      1908         0     42098      5773    583290   no data   no data  --
249.36/62.55	c  S st    57    537320       442      1908         0     42599      5773    594422   no data   no data  --
249.36/62.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
249.36/62.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
249.36/62.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
249.36/62.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
249.36/62.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
249.36/62.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
249.36/62.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
256.14/64.24	c lits-rem:       612  cl-subs:     1485  v-elim:      0  v-fix:    0  time:  6.60 s
256.14/64.24	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
256.14/64.25	c vivif2 --  cl tried    41114 cl shrink        0 lits rem          0 time: 0.03
256.14/64.28	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.15
256.14/64.28	c calculated reachability. Time: 0.00
256.14/64.28	c  N st    57    537320       442      1908         0     41114      5773    561200   no data   no data  --
357.48/89.63	c  N st    58    701305       442      1908         0     35229      5773    340278   no data   no data  --
434.89/109.03	c  N st    59    805980       442      1908         0     63997      5773    976639   no data   no data  --
434.89/109.03	c  S st    59    805980       442      1908         0     63997      5773    976639   no data   no data  --
435.69/109.20	c  S st    59    806483       442      1908         0     64499      5773    987985   no data   no data  --
435.69/109.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
435.69/109.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
435.69/109.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
435.69/109.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
435.69/109.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
435.69/109.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
435.69/109.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
450.86/113.00	c lits-rem:       434  cl-subs:     4937  v-elim:      0  v-fix:    0  time: 14.91 s
450.86/113.00	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
450.86/113.01	c vivif2 --  cl tried    59562 cl shrink        0 lits rem          0 time: 0.04
450.86/113.08	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.26
450.86/113.08	c calculated reachability. Time: 0.00
450.86/113.08	c  N st    59    806483       442      1908         0     59562      5773    884231   no data   no data  --
653.16/163.73	c  F st    60   1071876       442      1908         0     75515      5773   1193517   no data   no data  --
653.16/163.73	c  N st    60   1071876       442      1908         0     75515      5773   1193517   no data   no data  --
658.74/165.11	c Decided on static restart strategy
676.70/169.67	c  N st    70   1100182       442      1908         0     59550      5773    769688   no data   no data  --
712.21/178.52	c  N st    72   1136174       442      1908         0     49812      5773    524371   no data   no data  --
740.95/185.74	c  N st    73   1168569       442      1908         0     81404      5773   1266231   no data   no data  --
775.66/194.47	c  N st    74   1209725       442      1908         0     75631      5773   1137447   no data   no data  --
775.66/194.47	c  S st    74   1209725       442      1908         0     75631      5773   1137447   no data   no data  --
776.89/194.75	c  S st    74   1210228       442      1908         0     76133      5773   1149124   no data   no data  --
776.89/194.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
776.89/194.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
776.89/194.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
777.25/194.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
777.25/194.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
777.25/194.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
777.25/194.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
806.38/202.14	c lits-rem:       399  cl-subs:     5099  v-elim:      0  v-fix:    0  time: 29.15 s
806.38/202.14	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
806.38/202.16	c vivif2 --  cl tried    71034 cl shrink        0 lits rem          0 time: 0.06
806.78/202.26	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.40
806.78/202.26	c calculated reachability. Time: 0.00
806.78/202.26	c  N st    74   1210228       442      1908         0     71034      5773   1032416   no data   no data  --
876.99/219.85	c  N st    75   1283110       442      1908         0     94927      5773   1418621   no data   no data  --
981.14/245.98	c  N st    76   1392434       442      1908         0     55574      5773    581412   no data   no data  --
1137.56/285.18	c  N st    77   1556418       442      1908         0     60510      5773    662568   no data   no data  --
1293.17/324.15	c  N st    78   1710228       442      1908         0    102663      5773   1609422   no data   no data  --
1293.17/324.15	c  S st    78   1710228       442      1908         0    102663      5773   1609422   no data   no data  --
1294.39/324.49	c  S st    78   1710741       442      1908         0    103173      5773   1622225   no data   no data  --
1294.39/324.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1294.39/324.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1294.80/324.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1295.16/324.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1295.16/324.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1295.16/324.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
1295.16/324.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1326.28/332.42	c lits-rem:      1010  cl-subs:     4287  v-elim:      0  v-fix:    0  time: 31.20 s
1326.28/332.42	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
1326.28/332.44	c vivif2 --  cl tried    98886 cl shrink        0 lits rem          0 time: 0.08
1326.68/332.59	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.57
1326.68/332.59	c calculated reachability. Time: 0.00
1326.68/332.59	c  N st    78   1710741       442      1908         0     98886      5773   1528012   no data   no data  --
1728.10/433.17	c  N st    79   2079705       442      1908         0    109823      5773   1644673   no data   no data  --
1884.11/472.20	c  N st    80   2210741       442      1908         0    113760      5773   1719069   no data   no data  --
1884.11/472.20	c  S st    80   2210741       442      1908         0    113760      5773   1719069   no data   no data  --
1885.31/472.55	c  S st    80   2211242       442      1908         0    114258      5773   1730454   no data   no data  --
1885.31/472.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1885.31/472.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1885.71/472.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.22
1885.71/472.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1885.71/472.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1885.71/472.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
1885.71/472.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1944.75/487.42	c lits-rem:       246  cl-subs:    10407  v-elim:      0  v-fix:    0  time: 58.80 s
1944.75/487.42	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
1944.75/487.44	c vivif2 --  cl tried   103851 cl shrink        0 lits rem          0 time: 0.08
1945.15/487.59	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.60
1945.15/487.59	c calculated reachability. Time: 0.00
1945.15/487.59	c  N st    80   2211242       442      1908         0    103851      5773   1510324   no data   no data  --
2542.08/637.14	c  N st    81   2711245       442      1908         0    127143      5773   1923997   no data   no data  --
2542.08/637.14	c  S st    81   2711245       442      1908         0    127143      5773   1923997   no data   no data  --
2543.68/637.60	c  S st    81   2711747       442      1908         0    127645      5773   1936183   no data   no data  --
2544.08/637.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2544.08/637.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2544.08/637.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2544.48/637.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2544.48/637.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2544.48/637.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
2544.48/637.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2621.87/657.10	c lits-rem:       228  cl-subs:    13342  v-elim:      0  v-fix:    0  time: 77.25 s
2621.87/657.10	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
2621.87/657.12	c vivif2 --  cl tried   114303 cl shrink        0 lits rem          0 time: 0.09
2622.27/657.30	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.68
2622.67/657.30	c calculated reachability. Time: 0.00
2622.67/657.30	c  N st    81   2711747       442      1908         0    114303      5773   1667531   no data   no data  --
3349.27/839.44	c  N st    82   3211748       442      1908         0     90300      5773    982146   no data   no data  --
3349.27/839.44	c  S st    82   3211748       442      1908         0     90300      5773    982146   no data   no data  --
3350.48/839.70	c  S st    82   3212254       442      1908         0     90805      5773    994292   no data   no data  --
3350.48/839.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3350.48/839.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3350.48/839.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3350.48/839.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3350.48/839.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3350.48/839.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
3350.48/839.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3361.26/842.45	c lits-rem:        25  cl-subs:     4220  v-elim:      0  v-fix:    0  time: 10.64 s
3361.26/842.45	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
3361.26/842.46	c vivif2 --  cl tried    86585 cl shrink        0 lits rem          0 time: 0.05
3361.68/842.57	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.44
3361.68/842.58	c calculated reachability. Time: 0.00
3361.68/842.58	c  N st    82   3212254       442      1908         0     86585      5773    916108   no data   no data  --
4111.38/1030.40	c  N st    83   3712255       442      1908         0     97620      5773   1067260   no data   no data  --
4111.38/1030.40	c  S st    83   3712255       442      1908         0     97620      5773   1067260   no data   no data  --
4112.21/1030.70	c  S st    83   3712758       442      1908         0     98123      5773   1078299   no data   no data  --
4112.21/1030.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4112.21/1030.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4112.62/1030.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
4112.62/1030.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4112.62/1030.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4112.62/1030.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    442 time:  0.00 s
4112.62/1030.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4124.16/1033.64	c lits-rem:       195  cl-subs:     3507  v-elim:      0  v-fix:    0  time: 11.39 s
4124.16/1033.64	c vivif2 --  cl tried     1908 cl shrink        0 lits rem          0 time: 0.00
4124.16/1033.66	c vivif2 --  cl tried    94616 cl shrink        0 lits rem          0 time: 0.06
4124.56/1033.79	c asymm  cl-useful: 0/1908/1908 lits-rem:0 time: 0.51
4124.56/1033.79	c calculated reachability. Time: 0.00
4124.56/1033.79	c  N st    83   3712758       442      1908         0     94616      5773   1012514   no data   no data  --
4179.61/1047.53	c  F st    84   3751562       442      1908         0    132187      5773   1901837   no data   no data  --
4179.61/1047.53	c  N st    84   3751562       442      1908         0    132187      5773   1901837   no data   no data  --
4190.79/1050.31	c Decided on static restart strategy
4232.28/1060.71	c  N st    94   3779868       442      1908         0    159759      5773   2539078   no data   no data  --
4283.79/1073.65	c  N st    96   3815863       442      1908         0    112560      5773   1455553   no data   no data  --
4333.62/1086.11	c  N st    97   3848259       442      1908         0    143992      5773   2150580   no data   no data  --
4405.05/1104.03	c  N st    98   3896848       442      1908         0    107786      5773   1268147   no data   no data  --
4523.95/1133.80	c  N st    99   3969730       442      1908         0     93896      5773    944418   no data   no data  --
4685.56/1174.32	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368811-1305403451/watcher-3368811-1305403451 -o /tmp/evaluation-result-3368811-1305403451/solver-3368811-1305403451 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368811-1305403451.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.15 7.90 7.98 5/320 7787
/proc/meminfo: memFree=11161440/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 411 0 0 0 1 0 0 0 23 0 4 0 651947448 52465664 352 33554432000 4194304 4650419 140735855311456 18446744073709551615 47269861574578 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 12809 352 303 112 0 7774 0
[pid=7787/tid=7788] ppid=7785 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 651947448 52465664 352 33554432000 4194304 4650419 140735855311456 18446744073709551615 212436073457 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 651947448 52465664 352 33554432000 4194304 4650419 140735855311456 18446744073709551615 47269861574578 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 651947448 52465664 352 33554432000 4194304 4650419 140735855311456 18446744073709551615 47269861574582 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0932089 s]
/proc/loadavg: 7.15 7.90 7.98 5/320 7787
/proc/meminfo: memFree=11161440/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=282480 CPUtime=0.34 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 1580 0 0 0 34 0 0 0 18 0 4 0 651947448 289259520 1440 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 70620 1440 391 112 0 65585 0
[pid=7787/tid=7788] ppid=7785 vsize=282480 CPUtime=0.08 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 303 0 0 0 8 0 0 0 25 0 4 0 651947448 289259520 1440 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=282480 CPUtime=0.08 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 322 0 0 0 8 0 0 0 18 0 4 0 651947448 289259520 1440 33554432000 4194304 4650419 140735855311456 18446744073709551615 4363520 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=282480 CPUtime=0.08 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 230 0 0 0 8 0 0 0 18 0 4 0 651947448 289259520 1440 33554432000 4194304 4650419 140735855311456 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 282480

[startup+0.100207 s]
/proc/loadavg: 7.15 7.90 7.98 5/320 7787
/proc/meminfo: memFree=11161440/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=282480 CPUtime=0.37 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 1612 0 0 0 37 0 0 0 18 0 4 0 651947448 289259520 1472 33554432000 4194304 4650419 140735855311456 18446744073709551615 4363617 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 70620 1472 391 112 0 65585 0
[pid=7787/tid=7788] ppid=7785 vsize=282480 CPUtime=0.08 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 312 0 0 0 8 0 0 0 25 0 4 0 651947448 289259520 1472 33554432000 4194304 4650419 140735855311456 18446744073709551615 4333481 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=282480 CPUtime=0.09 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 331 0 0 0 9 0 0 0 18 0 4 0 651947448 289259520 1472 33554432000 4194304 4650419 140735855311456 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=282480 CPUtime=0.09 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 236 0 0 0 9 0 0 0 18 0 4 0 651947448 289259520 1472 33554432000 4194304 4650419 140735855311456 18446744073709551615 4333403 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282480

[startup+0.300169 s]
/proc/loadavg: 7.15 7.90 7.98 5/320 7787
/proc/meminfo: memFree=11161440/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=283688 CPUtime=1.17 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 2720 0 0 0 117 0 0 0 18 0 4 0 651947448 290496512 2048 33554432000 4194304 4650419 140735855311456 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 70922 2048 393 112 0 65887 0
[pid=7787/tid=7788] ppid=7785 vsize=283688 CPUtime=0.28 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 590 0 0 0 28 0 0 0 25 0 4 0 651947448 290496512 2048 33554432000 4194304 4650419 140735855311456 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=283688 CPUtime=0.29 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 608 0 0 0 29 0 0 0 18 0 4 0 651947448 290496512 2048 33554432000 4194304 4650419 140735855311456 18446744073709551615 4314688 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=283688 CPUtime=0.29 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 511 0 0 0 29 0 0 0 18 0 4 0 651947448 290496512 2048 33554432000 4194304 4650419 140735855311456 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283688

[startup+0.701094 s]
/proc/loadavg: 7.15 7.90 7.98 5/320 7787
/proc/meminfo: memFree=11161440/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=284760 CPUtime=2.77 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 4508 0 0 0 277 0 0 0 18 0 4 0 651947448 291594240 2543 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 71190 2543 393 112 0 66155 0
[pid=7787/tid=7788] ppid=7785 vsize=284760 CPUtime=0.68 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 1101 0 0 0 68 0 0 0 25 0 4 0 651947448 291594240 2543 33554432000 4194304 4650419 140735855311456 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=284760 CPUtime=0.69 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 987 0 0 0 69 0 0 0 18 0 4 0 651947448 291594240 2543 33554432000 4194304 4650419 140735855311456 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=284760 CPUtime=0.69 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 1010 0 0 0 69 0 0 0 18 0 4 0 651947448 291594240 2543 33554432000 4194304 4650419 140735855311456 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284760

[startup+1.50094 s]
/proc/loadavg: 7.15 7.90 7.98 9/324 7791
/proc/meminfo: memFree=11134172/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=290524 CPUtime=5.96 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 8312 0 0 0 595 1 0 0 20 0 4 0 651947448 297496576 4600 33554432000 4194304 4650419 140735855311456 18446744073709551615 212436041623 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 72631 4600 395 112 0 67596 0
[pid=7787/tid=7788] ppid=7785 vsize=290524 CPUtime=1.47 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 1708 0 0 0 147 0 0 0 25 0 4 0 651947448 297496576 4600 33554432000 4194304 4650419 140735855311456 18446744073709551615 4328338 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=290524 CPUtime=1.49 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 1735 0 0 0 149 0 0 0 20 0 4 0 651947448 297496576 4600 33554432000 4194304 4650419 140735855311456 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=290524 CPUtime=1.49 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 1557 0 0 0 149 0 0 0 20 0 4 0 651947448 297496576 4600 33554432000 4194304 4650419 140735855311456 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 290524

[startup+3.10064 s]
/proc/loadavg: 7.15 7.90 7.98 9/324 7791
/proc/meminfo: memFree=11101436/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=282724 CPUtime=12.34 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 16086 0 0 0 1231 3 0 0 25 0 4 0 651947448 289509376 9261 33554432000 4194304 4650419 140735855311456 18446744073709551615 4363444 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 70681 9261 395 112 0 65646 0
[pid=7787/tid=7788] ppid=7785 vsize=282724 CPUtime=3.05 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 3910 0 0 0 305 0 0 0 25 0 4 0 651947448 289509376 9261 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=282724 CPUtime=3.08 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 4187 0 0 0 308 0 0 0 25 0 4 0 651947448 289509376 9261 33554432000 4194304 4650419 140735855311456 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=282724 CPUtime=3.08 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 3625 0 0 0 308 0 0 0 25 0 4 0 651947448 289509376 9261 33554432000 4194304 4650419 140735855311456 18446744073709551615 4363568 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 282724

[startup+6.30104 s]
/proc/loadavg: 7.22 7.90 7.98 9/324 7791
/proc/meminfo: memFree=11052348/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=284188 CPUtime=25.12 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 23768 0 0 0 2507 5 0 0 25 0 4 0 651947448 291008512 12018 33554432000 4194304 4650419 140735855311456 18446744073709551615 4363426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 71047 12018 395 112 0 66012 0
[pid=7787/tid=7788] ppid=7785 vsize=284188 CPUtime=6.22 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 6757 0 0 0 621 1 0 0 25 0 4 0 651947448 291008512 12018 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=284188 CPUtime=6.29 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 5746 0 0 0 628 1 0 0 25 0 4 0 651947448 291008512 12018 33554432000 4194304 4650419 140735855311456 18446744073709551615 4439353 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=284188 CPUtime=6.28 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 4802 0 0 0 628 0 0 0 25 0 4 0 651947448 291008512 12018 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 284188

[startup+12.7008 s]
/proc/loadavg: 7.28 7.90 7.98 9/324 7791
/proc/meminfo: memFree=11010632/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=293900 CPUtime=50.65 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 36358 0 0 0 5058 7 0 0 25 0 4 0 651947448 300953600 18074 33554432000 4194304 4650419 140735855311456 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 73475 18074 395 112 0 68440 0
[pid=7787/tid=7788] ppid=7785 vsize=293900 CPUtime=12.56 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 9699 0 0 0 1254 2 0 0 25 0 4 0 651947448 300953600 18074 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=293900 CPUtime=12.68 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 8308 0 0 0 1267 1 0 0 25 0 4 0 651947448 300953600 18074 33554432000 4194304 4650419 140735855311456 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=293900 CPUtime=12.69 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 7500 0 0 0 1268 1 0 0 25 0 4 0 651947448 300953600 18074 33554432000 4194304 4650419 140735855311456 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 293900

[startup+25.5004 s]
/proc/loadavg: 7.44 7.90 7.98 9/324 7791
/proc/meminfo: memFree=10951360/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=300416 CPUtime=101.72 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 55355 0 0 0 10158 14 0 0 25 0 4 0 651947448 307625984 23852 33554432000 4194304 4650419 140735855311456 18446744073709551615 4364792 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 75104 23852 395 112 0 70069 0
[pid=7787/tid=7788] ppid=7785 vsize=300416 CPUtime=25.23 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 15934 0 0 0 2520 3 0 0 25 0 4 0 651947448 307625984 23852 33554432000 4194304 4650419 140735855311456 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=300416 CPUtime=25.48 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 13932 0 0 0 2545 3 0 0 25 0 4 0 651947448 307625984 23852 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=300416 CPUtime=25.48 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 9427 0 0 0 2547 1 0 0 25 0 4 0 651947448 307625984 23852 33554432000 4194304 4650419 140735855311456 18446744073709551615 4363620 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 300416

[startup+51.1005 s]
/proc/loadavg: 7.70 7.93 7.98 9/324 7792
/proc/meminfo: memFree=10897192/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=305224 CPUtime=203.86 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 86096 0 0 0 20363 23 0 0 25 0 4 0 651947448 312549376 30274 33554432000 4194304 4650419 140735855311456 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 76306 30274 395 112 0 71271 0
[pid=7787/tid=7788] ppid=7785 vsize=305224 CPUtime=50.57 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 25283 0 0 0 5052 5 0 0 25 0 4 0 651947448 312549376 30274 33554432000 4194304 4650419 140735855311456 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=305224 CPUtime=51.08 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 23497 0 0 0 5103 5 0 0 25 0 4 0 651947448 312549376 30274 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=305224 CPUtime=51.08 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 13406 0 0 0 5104 4 0 0 25 0 4 0 651947448 312549376 30275 33554432000 4194304 4650419 140735855311456 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 305224

[startup+102.312 s]
/proc/loadavg: 7.92 7.95 7.99 9/324 7793
/proc/meminfo: memFree=10830560/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=302336 CPUtime=408.2 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 130682 0 0 0 40780 40 0 0 25 0 4 0 651947448 309592064 39892 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 75584 39892 395 112 0 70549 0
[pid=7787/tid=7788] ppid=7785 vsize=302336 CPUtime=101.27 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 34575 0 0 0 10119 8 0 0 25 0 4 0 651947448 309592064 39892 33554432000 4194304 4650419 140735855311456 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=302336 CPUtime=102.3 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 37898 0 0 0 10219 11 0 0 25 0 4 0 651947448 309592064 39892 33554432000 4194304 4650419 140735855311456 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=302336 CPUtime=102.3 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 21421 0 0 0 10222 8 0 0 25 0 4 0 651947448 309592064 39892 33554432000 4194304 4650419 140735855311456 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.2
Current children cumulated vsize (KiB) 302336

[startup+162.3 s]

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

[pid=7787] ppid=7785 vsize=534140 CPUtime=2562.86 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 342180 0 0 0 256147 139 0 0 25 0 4 0 651947448 546959360 87572 33554432000 4194304 4650419 140735855311456 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 133535 87572 395 112 0 128500 0
[pid=7787/tid=7788] ppid=7785 vsize=534140 CPUtime=635.87 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 124075 0 0 0 63539 48 0 0 25 0 4 0 651947448 546959360 87572 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=534140 CPUtime=642.32 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 92675 0 0 0 64198 34 0 0 25 0 4 0 651947448 546959360 87572 33554432000 4194304 4650419 140735855311456 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=534140 CPUtime=642.32 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 39875 0 0 0 64215 17 0 0 25 0 4 0 651947448 546959360 87572 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2562.86
Current children cumulated vsize (KiB) 534140

[startup+702.301 s]
/proc/loadavg: 8.17 8.10 8.02 9/324 7809
/proc/meminfo: memFree=10492828/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=534316 CPUtime=2802.23 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 354071 0 0 0 280077 146 0 0 25 0 4 0 651947448 547139584 85638 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 133579 85638 395 112 0 128544 0
[pid=7787/tid=7788] ppid=7785 vsize=534316 CPUtime=695.27 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 132721 0 0 0 69474 53 0 0 25 0 4 0 651947448 547139584 85638 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=534316 CPUtime=702.32 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 95028 0 0 0 70195 37 0 0 25 0 4 0 651947448 547139584 85638 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=534316 CPUtime=702.31 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 39877 0 0 0 70214 17 0 0 25 0 4 0 651947448 547139584 85638 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2802.23
Current children cumulated vsize (KiB) 534316

[startup+762.312 s]
/proc/loadavg: 8.16 8.11 8.03 9/324 7811
/proc/meminfo: memFree=10461552/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=534416 CPUtime=3041.68 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 364968 0 0 0 304015 153 0 0 25 0 4 0 651947448 547241984 85457 33554432000 4194304 4650419 140735855311456 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 133604 85457 395 112 0 128569 0
[pid=7787/tid=7788] ppid=7785 vsize=534416 CPUtime=754.67 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 139906 0 0 0 75411 56 0 0 25 0 4 0 651947448 547241984 85457 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365216 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=534416 CPUtime=762.33 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 98650 0 0 0 76193 40 0 0 25 0 4 0 651947448 547241984 85457 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=534416 CPUtime=762.32 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 39879 0 0 0 76215 17 0 0 25 0 4 0 651947448 547241984 85457 33554432000 4194304 4650419 140735855311456 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3041.68
Current children cumulated vsize (KiB) 534416

[startup+822.301 s]
/proc/loadavg: 8.18 8.13 8.04 9/324 7812
/proc/meminfo: memFree=10420468/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=534460 CPUtime=3281.05 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 376615 0 0 0 327948 157 0 0 25 0 4 0 651947448 547287040 93862 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 133615 93862 395 112 0 128580 0
[pid=7787/tid=7788] ppid=7785 vsize=534460 CPUtime=814.07 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 149023 0 0 0 81348 59 0 0 25 0 4 0 651947448 547287040 93862 33554432000 4194304 4650419 140735855311456 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=534460 CPUtime=822.32 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 101170 0 0 0 82191 41 0 0 25 0 4 0 651947448 547287040 93862 33554432000 4194304 4650419 140735855311456 18446744073709551615 4367249 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=534460 CPUtime=822.31 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 39888 0 0 0 82214 17 0 0 25 0 4 0 651947448 547287040 93862 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3281.05
Current children cumulated vsize (KiB) 534460

[startup+882.301 s]
/proc/loadavg: 8.17 8.13 8.04 9/324 7814
/proc/meminfo: memFree=10440528/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=534584 CPUtime=3520.45 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 385183 0 0 0 351882 163 0 0 25 0 4 0 651947448 547414016 91517 33554432000 4194304 4650419 140735855311456 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 133646 91517 395 112 0 128611 0
[pid=7787/tid=7788] ppid=7785 vsize=534584 CPUtime=873.47 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 154948 0 0 0 87284 63 0 0 25 0 4 0 651947448 547414016 91517 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=534584 CPUtime=882.32 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 103811 0 0 0 88189 43 0 0 25 0 4 0 651947448 547414016 91517 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=534584 CPUtime=882.31 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 39890 0 0 0 88214 17 0 0 25 0 4 0 651947448 547414016 91517 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3520.45
Current children cumulated vsize (KiB) 534584

[startup+942.301 s]
/proc/loadavg: 8.10 8.12 8.04 9/324 7816
/proc/meminfo: memFree=10397480/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=536396 CPUtime=3759.86 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 396008 0 0 0 375814 172 0 0 25 0 4 0 651947448 549269504 96482 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 134099 96482 395 112 0 129064 0
[pid=7787/tid=7788] ppid=7785 vsize=536396 CPUtime=932.87 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 160928 0 0 0 93219 68 0 0 25 0 4 0 651947448 549269504 96482 33554432000 4194304 4650419 140735855311456 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=536396 CPUtime=942.32 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 107935 0 0 0 94187 45 0 0 25 0 4 0 651947448 549269504 96482 33554432000 4194304 4650419 140735855311456 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=536396 CPUtime=942.32 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 39891 0 0 0 94215 17 0 0 25 0 4 0 651947448 549269504 96482 33554432000 4194304 4650419 140735855311456 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3759.86
Current children cumulated vsize (KiB) 536396

[startup+1002.3 s]
/proc/loadavg: 8.17 8.13 8.05 9/324 7817
/proc/meminfo: memFree=10411956/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=536528 CPUtime=3999.26 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 405270 0 0 0 399748 178 0 0 25 0 4 0 651947448 549404672 91772 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 134132 91772 395 112 0 129097 0
[pid=7787/tid=7788] ppid=7785 vsize=536528 CPUtime=992.27 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 169016 0 0 0 99154 73 0 0 25 0 4 0 651947448 549404672 91772 33554432000 4194304 4650419 140735855311456 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=536528 CPUtime=1002.33 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 109105 0 0 0 100186 47 0 0 25 0 4 0 651947448 549404672 91772 33554432000 4194304 4650419 140735855311456 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=536528 CPUtime=1002.32 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 39893 0 0 0 100215 17 0 0 25 0 4 0 651947448 549404672 91772 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3999.26
Current children cumulated vsize (KiB) 536528

[startup+1062.3 s]
/proc/loadavg: 8.06 8.10 8.04 9/324 7819
/proc/meminfo: memFree=10391724/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=536636 CPUtime=4238.67 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 420757 0 0 0 423682 185 0 0 25 0 4 0 651947448 549515264 98495 33554432000 4194304 4650419 140735855311456 18446744073709551615 4334270 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 134159 98495 395 112 0 129124 0
[pid=7787/tid=7788] ppid=7785 vsize=536636 CPUtime=1051.67 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 175824 0 0 0 105090 77 0 0 25 0 4 0 651947448 549515264 98495 33554432000 4194304 4650419 140735855311456 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=536636 CPUtime=1062.33 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 113602 0 0 0 106184 49 0 0 25 0 4 0 651947448 549515264 98495 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=536636 CPUtime=1062.32 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 43792 0 0 0 106214 18 0 0 25 0 4 0 651947448 549515264 98495 33554432000 4194304 4650419 140735855311456 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4238.67
Current children cumulated vsize (KiB) 536636

[startup+1122.3 s]
/proc/loadavg: 8.09 8.10 8.04 9/324 7821
/proc/meminfo: memFree=10386488/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=536680 CPUtime=4478.07 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 428454 0 0 0 447617 190 0 0 25 0 4 0 651947448 549560320 96776 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 134170 96776 395 112 0 129135 0
[pid=7787/tid=7788] ppid=7785 vsize=536680 CPUtime=1111.05 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 181194 0 0 0 111025 80 0 0 25 0 4 0 651947448 549560320 96776 33554432000 4194304 4650419 140735855311456 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=536680 CPUtime=1122.33 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 115519 0 0 0 112183 50 0 0 25 0 4 0 651947448 549560320 96776 33554432000 4194304 4650419 140735855311456 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=536680 CPUtime=1122.32 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 44150 0 0 0 112214 18 0 0 25 0 4 0 651947448 549560320 96776 33554432000 4194304 4650419 140735855311456 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4478.07
Current children cumulated vsize (KiB) 536680

[startup+1182.3 s]
/proc/loadavg: 8.07 8.09 8.04 9/324 7822
/proc/meminfo: memFree=10351256/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=536784 CPUtime=4717.48 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 444571 0 0 0 471549 199 0 0 25 0 4 0 651947448 549666816 100356 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 134196 100356 395 112 0 129161 0
[pid=7787/tid=7788] ppid=7785 vsize=536784 CPUtime=1170.46 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 189211 0 0 0 116962 84 0 0 25 0 4 0 651947448 549666816 100356 33554432000 4194304 4650419 140735855311456 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=536784 CPUtime=1182.33 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 119596 0 0 0 118180 53 0 0 25 0 4 0 651947448 549666816 100356 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=536784 CPUtime=1182.32 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 44511 0 0 0 118214 18 0 0 25 0 4 0 651947448 549666816 100356 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4717.48
Current children cumulated vsize (KiB) 536784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.05 8.08 8.04 9/324 7823
/proc/meminfo: memFree=10362892/32951124 swapFree=67093864/67111528
[pid=7787] ppid=7785 vsize=548588 CPUtime=4800.1 cores=1,3,5,7
/proc/7787/stat : 7787 (strangenight1-m) R 7785 7787 7247 0 -1 4202496 449644 0 0 0 479809 201 0 0 25 0 4 0 651947448 561754112 101436 33554432000 4194304 4650419 140735855311456 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7787/statm: 137147 101436 395 112 0 132112 0
[pid=7787/tid=7788] ppid=7785 vsize=548588 CPUtime=1190.95 cores=1,3,5,7
/proc/7787/task/7788/stat : 7788 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 191865 0 0 0 119010 85 0 0 25 0 4 0 651947448 561754112 101437 33554432000 4194304 4650419 140735855311456 18446744073709551615 4366616 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7787/tid=7789] ppid=7785 vsize=548588 CPUtime=1203.05 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 120642 0 0 0 120251 54 0 0 25 0 4 0 651947448 561754112 101437 33554432000 4194304 4650419 140735855311456 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7787/tid=7790] ppid=7785 vsize=548588 CPUtime=1203.04 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (strangenight1-m) R 7785 7787 7247 0 -1 4202560 44868 0 0 0 120286 18 0 0 25 0 4 0 651947448 561754112 101437 33554432000 4194304 4650419 140735855311456 18446744073709551615 4334529 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 548588

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.04
CPU time (s): 4800.16
CPU user time (s): 4798.13
CPU system time (s): 2.03369
CPU usage (%): 399.003
Max. virtual memory (cumulated for all children) (KiB): 602320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.13
system time used= 2.03369
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 449646
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= 246
involuntary context switches= 20895

runsolver used 3.09053 second user time and 9.00463 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-14 22:04:11
IDJOB=3368811
IDBENCH=82820
IDSOLVER=1846
FILE ID=node102/3368811-1305403451
RUNJOBID= node102-1305403451-7765
PBS_JOBID= 13324460
Free space on /tmp= 73532 MiB

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

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

MD5SUM BENCH= 6f66bb3f92a8c8e75d9af481af0c129f
RANDOM SEED=1551076661

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      11161844 kB
Buffers:        254876 kB
Cached:        2799860 kB
SwapCached:       1128 kB
Active:       19514384 kB
Inactive:      1981136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11161844 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           13948 kB
Writeback:           0 kB
AnonPages:    18440112 kB
Mapped:          26308 kB
Slab:           177192 kB
PageTables:      52796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59090752 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= 73524 MiB
End job on node102 at 2011-05-14 22:24:16