Trace number 3368874

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.31 1203.45

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1406921020-013.UNKNOWN.cnf
MD5SUM9869c5a4d8c5bed5ea530735320738db
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.268
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.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-3368874-1305405121.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
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.01	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:     11  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:     175 undec:      59 neg:     216
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       439      1890         0         0      5710         0   no data   no data  --
0.00/0.06	c Decided on static restart strategy
0.37/0.15	c  N st     8      4916       439      1890         0      4801      5710    107531   no data   no data  --
1.57/0.40	c  N st    10     11298       439      1890         0      4433      5710     70304   no data   no data  --
2.36/0.67	c  N st    11     17043       439      1890         0     10022      5710    188803   no data   no data  --
3.97/1.04	c  F st    12     25000       439      1890         0     12310      5710    234497   no data   no data  --
3.97/1.04	c  N st    12     25000       439      1890         0     12310      5710    234497   no data   no data  --
4.75/1.28	c Decided on static restart strategy
4.75/1.28	c  N st    18     30000       439      1890         0     10589      5710    181167   no data   no data  --
4.75/1.28	c  S st    18     30000       439      1890         0     10589      5710    181167   no data   no data  --
5.15/1.31	c  S st    18     30502       439      1890         0     11088      5710    191261   no data   no data  --
5.15/1.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.15/1.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.15/1.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.15/1.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.15/1.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
5.15/1.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.55/1.48	c lits-rem:       102  cl-subs:      732  v-elim:      0  v-fix:    0  time:  0.65 s
5.55/1.49	c asymm  cl-useful: 0/1890/1890 lits-rem:0 time: 0.03
5.55/1.49	c calculated reachability. Time: 0.00
5.55/1.49	c  N st    18     30502       439      1890         0     10356      5710    175563   no data   no data  --
7.55/1.92	c  N st    20     37612       439      1890         0      9640      5710    147553   no data   no data  --
9.13/2.30	c  N st    21     44012       439      1890         0     15874      5710    279921   no data   no data  --
9.53/2.42	c  S st    22     45756       439      1890         0      8865      5710    114408   no data   no data  --
9.53/2.45	c  S st    22     46261       439      1890         0      9368      5710    125229   no data   no data  --
9.53/2.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.53/2.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.53/2.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.53/2.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.53/2.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.53/2.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
9.53/2.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.94/2.52	c lits-rem:        10  cl-subs:       56  v-elim:      0  v-fix:    0  time:  0.26 s
9.94/2.52	c vivif2 --  cl tried     1890 cl shrink        0 lits rem          0 time: 0.00
9.94/2.53	c vivif2 --  cl tried     9312 cl shrink        0 lits rem          0 time: 0.00
9.94/2.53	c asymm  cl-useful: 0/1890/1890 lits-rem:0 time: 0.03
9.94/2.53	c calculated reachability. Time: 0.00
9.94/2.53	c  N st    22     46261       439      1890         0      9312      5710    123963   no data   no data  --
13.52/3.45	c  N st    23     60660       439      1890         0     13623      5710    205689   no data   no data  --
16.32/4.13	c  N st    24     69391       439      1890         0     11412      5710    149923   no data   no data  --
16.32/4.13	c  S st    24     69391       439      1890         0     11412      5710    149923   no data   no data  --
16.32/4.16	c  S st    24     69891       439      1890         0     11910      5710    160694   no data   no data  --
16.32/4.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.32/4.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.32/4.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
16.32/4.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.32/4.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.32/4.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
16.32/4.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.13/4.32	c lits-rem:        48  cl-subs:      195  v-elim:      0  v-fix:    0  time:  0.56 s
17.13/4.32	c vivif2 --  cl tried     1890 cl shrink        0 lits rem          0 time: 0.00
17.13/4.32	c vivif2 --  cl tried    11715 cl shrink        0 lits rem          0 time: 0.01
17.13/4.33	c asymm  cl-useful: 0/1890/1890 lits-rem:0 time: 0.03
17.13/4.33	c calculated reachability. Time: 0.00
17.13/4.33	c  N st    24     69891       439      1890         0     11715      5710    156445   no data   no data  --
21.95/5.53	c  F st    25     87500       439      1890         0     17092      5710    264639   no data   no data  --
21.95/5.53	c  N st    25     87500       439      1890         0     17092      5710    264639   no data   no data  --
23.49/5.93	c Decided on static restart strategy
24.70/6.20	c  N st    32     95538       439      1890         0     24931      5710    428960   no data   no data  --
27.48/6.92	c  N st    34    104837       439      1890         0     21374      5710    332138   no data   no data  --
27.48/6.92	c  S st    34    104837       439      1890         0     21374      5710    332138   no data   no data  --
27.48/6.97	c  S st    34    105339       439      1890         0     21876      5710    342592   no data   no data  --
27.48/6.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.48/6.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.48/6.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
27.48/6.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.48/6.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.48/6.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
27.48/6.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.30/7.68	c lits-rem:       704  cl-subs:     1254  v-elim:      0  v-fix:    0  time:  2.75 s
30.30/7.68	c vivif2 --  cl tried     1890 cl shrink        0 lits rem          0 time: 0.00
30.30/7.69	c vivif2 --  cl tried    20622 cl shrink        0 lits rem          0 time: 0.01
30.30/7.70	c asymm  cl-useful: 0/1890/1890 lits-rem:0 time: 0.06
30.30/7.70	c calculated reachability. Time: 0.00
30.30/7.70	c  N st    34    105339       439      1890         0     20622      5710    318207   no data   no data  --
33.47/8.46	c  N st    35    114938       439      1890         0     16401      5710    217547   no data   no data  --
38.26/9.63	c  N st    36    129336       439      1890         0     15850      5710    192315   no data   no data  --
45.44/11.46	c  N st    37    150931       439      1890         0     21212      5710    299681   no data   no data  --
47.85/12.06	c  S st    38    158008       439      1890         0     28093      5710    450361   no data   no data  --
48.27/12.13	c  S st    38    158516       439      1890         0     28600      5710    461642   no data   no data  --
48.27/12.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.27/12.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
48.27/12.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
48.27/12.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.27/12.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.27/12.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
48.27/12.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.81/13.56	c lits-rem:       291  cl-subs:     1792  v-elim:      0  v-fix:    0  time:  5.61 s
53.81/13.56	c vivif2 --  cl tried     1890 cl shrink        0 lits rem          0 time: 0.00
53.81/13.56	c vivif2 --  cl tried    26808 cl shrink        0 lits rem          0 time: 0.02
53.81/13.58	c asymm  cl-useful: 0/1890/1890 lits-rem:0 time: 0.08
53.81/13.58	c calculated reachability. Time: 0.00
53.81/13.58	c  N st    38    158516       439      1890         0     26808      5710    421943   no data   no data  --
73.77/18.56	c  N st    39    207106       439      1890         0     21550      5710    275539   no data   no data  --
86.52/21.75	c  N st    40    237774       439      1890         0     31867      5710    468937   no data   no data  --
86.52/21.75	c  S st    40    237774       439      1890         0     31867      5710    468937   no data   no data  --
86.92/21.84	c  S st    40    238277       439      1890         0     32369      5710    479744   no data   no data  --
86.92/21.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
86.92/21.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.92/21.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
86.92/21.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.92/21.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.92/21.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
86.92/21.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
92.91/23.38	c lits-rem:       389  cl-subs:     2381  v-elim:      0  v-fix:    0  time:  6.04 s
92.91/23.38	c vivif2 --  cl tried     1890 cl shrink        0 lits rem          0 time: 0.00
92.91/23.39	c vivif2 --  cl tried    29988 cl shrink        0 lits rem          0 time: 0.02
93.31/23.41	c asymm  cl-useful: 0/1890/1890 lits-rem:0 time: 0.09
93.31/23.41	c calculated reachability. Time: 0.00
93.31/23.41	c  N st    40    238277       439      1890         0     29988      5710    433009   no data   no data  --
123.62/31.04	c  F st    41    306251       439      1890         0     32071      5710    442630   no data   no data  --
123.62/31.04	c  N st    41    306251       439      1890         0     32071      5710    442630   no data   no data  --
126.01/31.65	c Decided on static restart strategy
137.19/34.48	c  N st    51    334556       439      1890         0     36338      5710    524740   no data   no data  --
148.77/37.35	c  N st    53    357416       439      1890         0     34138      5710    455615   no data   no data  --
148.77/37.35	c  S st    53    357416       439      1890         0     34138      5710    455615   no data   no data  --
149.20/37.45	c  S st    53    357919       439      1890         0     34640      5710    466456   no data   no data  --
149.20/37.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
149.20/37.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
149.20/37.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
149.20/37.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
149.20/37.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.20/37.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
149.20/37.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
154.73/38.89	c lits-rem:       485  cl-subs:     1677  v-elim:      0  v-fix:    0  time:  5.67 s
154.73/38.89	c vivif2 --  cl tried     1890 cl shrink        0 lits rem          0 time: 0.00
155.13/38.90	c vivif2 --  cl tried    32963 cl shrink        0 lits rem          0 time: 0.02
155.13/38.93	c asymm  cl-useful: 0/1890/1890 lits-rem:0 time: 0.10
155.13/38.93	c calculated reachability. Time: 0.00
155.13/38.93	c  N st    53    357919       439      1890         0     32963      5710    432313   no data   no data  --
170.72/42.82	c  N st    54    390314       439      1890         0     39135      5710    559614   no data   no data  --
197.81/49.68	c  N st    55    438902       439      1890         0     32956      5710    396524   no data   no data  --
240.10/60.20	c  N st    56    511784       439      1890         0     46530      5710    686816   no data   no data  --
256.05/64.20	c  N st    57    536880       439      1890         0     40828      5710    524523   no data   no data  --
256.05/64.20	c  S st    57    536880       439      1890         0     40828      5710    524523   no data   no data  --
256.45/64.32	c  S st    57    537383       439      1890         0     41331      5710    535042   no data   no data  --
256.45/64.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
256.45/64.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
256.45/64.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
256.45/64.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
256.45/64.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
256.45/64.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
256.45/64.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
263.28/66.02	c lits-rem:       415  cl-subs:     1848  v-elim:      0  v-fix:    0  time:  6.66 s
263.28/66.02	c vivif2 --  cl tried     1890 cl shrink        0 lits rem          0 time: 0.00
263.28/66.03	c vivif2 --  cl tried    39483 cl shrink        0 lits rem          0 time: 0.02
263.28/66.06	c asymm  cl-useful: 0/1890/1890 lits-rem:0 time: 0.12
263.28/66.06	c calculated reachability. Time: 0.00
263.28/66.06	c  N st    57    537383       439      1890         0     39483      5710    495082   no data   no data  --
376.94/94.53	c  N st    58    701367       439      1890         0     68115      5710   1033087   no data   no data  --
451.53/113.26	c  N st    59    806074       439      1890         0     62259      5710    872993   no data   no data  --
451.53/113.26	c  S st    59    806074       439      1890         0     62259      5710    872993   no data   no data  --
452.31/113.45	c  S st    59    806575       439      1890         0     62759      5710    884154   no data   no data  --
452.31/113.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
452.31/113.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
452.31/113.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
452.70/113.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
452.70/113.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
452.70/113.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
452.70/113.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
465.87/116.80	c lits-rem:       953  cl-subs:     5283  v-elim:      0  v-fix:    0  time: 13.11 s
465.87/116.80	c vivif2 --  cl tried     1890 cl shrink        0 lits rem          0 time: 0.00
465.87/116.81	c vivif2 --  cl tried    57476 cl shrink        0 lits rem          0 time: 0.04
465.87/116.87	c asymm  cl-useful: 0/1890/1890 lits-rem:0 time: 0.25
465.87/116.87	c calculated reachability. Time: 0.00
465.87/116.87	c  N st    59    806575       439      1890         0     57476      5710    788912   no data   no data  --
672.50/168.63	c  F st    60   1071875       439      1890         0     73301      5710   1021434   no data   no data  --
672.50/168.63	c  N st    60   1071875       439      1890         0     73301      5710   1021434   no data   no data  --
678.49/170.15	c Decided on static restart strategy
697.68/174.93	c  N st    70   1100180       439      1890         0     57367      5710    714500   no data   no data  --
731.14/183.38	c  N st    72   1136175       439      1890         0     47613      5710    470607   no data   no data  --
757.06/189.82	c  N st    73   1168570       439      1890         0     78961      5710   1151599   no data   no data  --
794.96/199.36	c  N st    74   1209863       439      1890         0     73176      5710    983952   no data   no data  --
794.96/199.36	c  S st    74   1209863       439      1890         0     73176      5710    983952   no data   no data  --
795.76/199.58	c  S st    74   1210367       439      1890         0     73680      5710    994762   no data   no data  --
795.76/199.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
795.76/199.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
796.16/199.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
796.16/199.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
796.16/199.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
796.16/199.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
796.16/199.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
811.34/203.44	c lits-rem:       536  cl-subs:     7033  v-elim:      0  v-fix:    0  time: 15.13 s
811.34/203.44	c vivif2 --  cl tried     1890 cl shrink        0 lits rem          0 time: 0.00
811.34/203.46	c vivif2 --  cl tried    66647 cl shrink        0 lits rem          0 time: 0.05
811.76/203.53	c asymm  cl-useful: 0/1890/1890 lits-rem:0 time: 0.30
811.76/203.53	c calculated reachability. Time: 0.00
811.76/203.53	c  N st    74   1210367       439      1890         0     66647      5710    860708   no data   no data  --
887.50/222.56	c  N st    75   1283250       439      1890         0     90975      5710   1390803   no data   no data  --
992.40/248.86	c  N st    76   1392573       439      1890         0     51883      5710    491163   no data   no data  --
1142.79/286.51	c  N st    77   1556557       439      1890         0     56713      5710    564017   no data   no data  --
1301.95/326.41	c  N st    78   1710369       439      1890         0     98320      5710   1489192   no data   no data  --
1301.95/326.41	c  S st    78   1710369       439      1890         0     98320      5710   1489192   no data   no data  --
1302.77/326.70	c  S st    78   1710872       439      1890         0     98822      5710   1500343   no data   no data  --
1302.77/326.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1302.77/326.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1303.19/326.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
1303.55/326.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1303.55/326.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1303.55/326.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
1303.55/326.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1335.85/334.91	c lits-rem:       970  cl-subs:     7318  v-elim:      0  v-fix:    0  time: 32.37 s
1335.85/334.91	c vivif2 --  cl tried     1890 cl shrink        0 lits rem          0 time: 0.00
1335.85/334.93	c vivif2 --  cl tried    91504 cl shrink        0 lits rem          0 time: 0.08
1336.25/335.06	c asymm  cl-useful: 0/1890/1890 lits-rem:0 time: 0.51
1336.25/335.06	c calculated reachability. Time: 0.00
1336.25/335.06	c  N st    78   1710872       439      1890         0     91504      5710   1346202   no data   no data  --
1765.46/442.69	c  N st    79   2079840       439      1890         0    102505      5710   1411619   no data   no data  --
1916.25/480.46	c  N st    80   2210873       439      1890         0    106814      5710   1528872   no data   no data  --
1916.25/480.46	c  S st    80   2210873       439      1890         0    106814      5710   1528872   no data   no data  --
1917.84/480.82	c  S st    80   2211377       439      1890         0    107316      5710   1540521   no data   no data  --
1917.84/480.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1917.84/480.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1917.84/480.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1918.24/480.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1918.24/480.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1918.24/480.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
1918.24/480.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1958.12/490.98	c lits-rem:       244  cl-subs:     7989  v-elim:      0  v-fix:    0  time: 40.07 s
1958.12/490.98	c vivif2 --  cl tried     1890 cl shrink        0 lits rem          0 time: 0.00
1958.52/491.00	c vivif2 --  cl tried    99327 cl shrink        0 lits rem          0 time: 0.08
1958.92/491.15	c asymm  cl-useful: 0/1890/1890 lits-rem:0 time: 0.57
1958.92/491.15	c calculated reachability. Time: 0.00
1958.92/491.15	c  N st    80   2211377       439      1890         0     99327      5710   1382224   no data   no data  --
2607.12/653.67	c  N st    81   2711377       439      1890         0    122339      5710   1715718   no data   no data  --
2607.12/653.67	c  S st    81   2711377       439      1890         0    122339      5710   1715718   no data   no data  --
2609.12/654.14	c  S st    81   2711880       439      1890         0    122840      5710   1727192   no data   no data  --
2609.12/654.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2609.12/654.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2609.52/654.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.24
2609.52/654.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2609.52/654.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2609.52/654.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
2609.52/654.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2675.72/670.80	c lits-rem:       450  cl-subs:    14316  v-elim:      0  v-fix:    0  time: 65.94 s
2675.72/670.80	c vivif2 --  cl tried     1890 cl shrink        0 lits rem          0 time: 0.00
2675.72/670.82	c vivif2 --  cl tried   108524 cl shrink        0 lits rem          0 time: 0.08
2676.14/670.98	c asymm  cl-useful: 0/1890/1890 lits-rem:0 time: 0.61
2676.14/670.98	c calculated reachability. Time: 0.00
2676.14/670.98	c  N st    81   2711880       439      1890         0    108524      5710   1463843   no data   no data  --
3355.43/841.28	c  N st    82   3211880       439      1890         0     85231      5710    863341   no data   no data  --
3355.43/841.28	c  S st    82   3211880       439      1890         0     85231      5710    863341   no data   no data  --
3356.67/841.55	c  S st    82   3212381       439      1890         0     85730      5710    874727   no data   no data  --
3356.67/841.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3356.67/841.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3357.02/841.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
3357.02/841.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3357.02/841.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3357.02/841.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
3357.02/841.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3371.77/845.30	c lits-rem:       514  cl-subs:     1947  v-elim:      0  v-fix:    0  time: 14.64 s
3371.77/845.30	c vivif2 --  cl tried     1890 cl shrink        0 lits rem          0 time: 0.00
3371.77/845.31	c vivif2 --  cl tried    83783 cl shrink        0 lits rem          0 time: 0.06
3372.18/845.43	c asymm  cl-useful: 0/1890/1890 lits-rem:0 time: 0.48
3372.18/845.43	c calculated reachability. Time: 0.00
3372.18/845.43	c  N st    82   3212381       439      1890         0     83783      5710    838560   no data   no data  --
4108.53/1030.06	c  N st    83   3712383       439      1890         0     94212      5710    982837   no data   no data  --
4108.53/1030.06	c  S st    83   3712383       439      1890         0     94212      5710    982837   no data   no data  --
4110.13/1030.43	c  S st    83   3712887       439      1890         0     94716      5710    994597   no data   no data  --
4110.13/1030.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4110.13/1030.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4110.13/1030.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.22
4110.53/1030.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4110.53/1030.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4110.53/1030.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
4110.53/1030.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4125.28/1034.27	c lits-rem:       311  cl-subs:     3007  v-elim:      0  v-fix:    0  time: 14.89 s
4125.28/1034.27	c vivif2 --  cl tried     1890 cl shrink        0 lits rem          0 time: 0.00
4125.28/1034.29	c vivif2 --  cl tried    91709 cl shrink        0 lits rem          0 time: 0.07
4126.08/1034.43	c asymm  cl-useful: 0/1890/1890 lits-rem:0 time: 0.58
4126.08/1034.44	c calculated reachability. Time: 0.00
4126.08/1034.44	c  N st    83   3712887       439      1890         0     91709      5710    937197   no data   no data  --
4185.10/1049.24	c  F st    84   3751563       439      1890         0    128897      5710   1730996   no data   no data  --
4185.10/1049.24	c  N st    84   3751563       439      1890         0    128897      5710   1730996   no data   no data  --
4195.47/1051.85	c Decided on static restart strategy
4244.14/1064.04	c  N st    94   3779874       439      1890         0    156513      5710   2347931   no data   no data  --
4295.64/1076.97	c  N st    96   3815866       439      1890         0    109310      5710   1294385   no data   no data  --
4351.04/1090.88	c  N st    97   3848260       439      1890         0    140569      5710   1949931   no data   no data  --
4424.03/1109.12	c  N st    98   3896848       439      1890         0    104546      5710   1192198   no data   no data  --
4551.27/1141.04	c  N st    99   3969731       439      1890         0     90848      5710    865882   no data   no data  --
4708.08/1180.31	c  N st   100   4079054       439      1890         0    111467      5710   1281771   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-3368874-1305405121/watcher-3368874-1305405121 -o /tmp/evaluation-result-3368874-1305405121/solver-3368874-1305405121 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368874-1305405121.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: 3.91 6.18 7.05 1/349 13260
/proc/meminfo: memFree=21310824/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 412 0 0 0 0 0 0 0 23 0 4 0 652109778 52465664 352 33554432000 4194304 4650419 140734592127664 18446744073709551615 218905787377 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 12809 352 303 112 0 7774 0
[pid=13260/tid=13261] ppid=13258 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 652109778 52465664 355 33554432000 4194304 4650419 140734592127664 18446744073709551615 47404500567577 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652109778 52465664 355 33554432000 4194304 4650419 140734592127664 18446744073709551615 47404500567976 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652109778 52465664 355 33554432000 4194304 4650419 140734592127664 18446744073709551615 47404500567577 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0862331 s]
/proc/loadavg: 3.91 6.18 7.05 1/349 13260
/proc/meminfo: memFree=21310824/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=282196 CPUtime=0.31 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 1546 0 0 0 31 0 0 0 24 0 4 0 652109778 288968704 1398 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 70549 1398 391 112 0 65514 0
[pid=13260/tid=13261] ppid=13258 vsize=282196 CPUtime=0.08 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 314 0 0 0 8 0 0 0 25 0 4 0 652109778 288968704 1398 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=282196 CPUtime=0.07 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 308 0 0 0 7 0 0 0 25 0 4 0 652109778 288968704 1398 33554432000 4194304 4650419 140734592127664 18446744073709551615 4333735 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=282196 CPUtime=0.08 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 205 0 0 0 8 0 0 0 25 0 4 0 652109778 288968704 1398 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 282196

[startup+0.10023 s]
/proc/loadavg: 3.91 6.18 7.05 1/349 13260
/proc/meminfo: memFree=21310824/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=282196 CPUtime=0.37 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 1610 0 0 0 37 0 0 0 24 0 4 0 652109778 288968704 1462 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 70549 1462 391 112 0 65514 0
[pid=13260/tid=13261] ppid=13258 vsize=282196 CPUtime=0.09 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 331 0 0 0 9 0 0 0 25 0 4 0 652109778 288968704 1462 33554432000 4194304 4650419 140734592127664 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=282196 CPUtime=0.08 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 324 0 0 0 8 0 0 0 25 0 4 0 652109778 288968704 1462 33554432000 4194304 4650419 140734592127664 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=282196 CPUtime=0.09 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 221 0 0 0 9 0 0 0 25 0 4 0 652109778 288968704 1462 33554432000 4194304 4650419 140734592127664 18446744073709551615 4363448 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282196

[startup+0.300194 s]
/proc/loadavg: 3.91 6.18 7.05 1/349 13260
/proc/meminfo: memFree=21310824/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=283384 CPUtime=1.17 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 2695 0 0 0 117 0 0 0 25 0 4 0 652109778 290185216 2030 33554432000 4194304 4650419 140734592127664 18446744073709551615 4364402 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 70846 2030 393 112 0 65811 0
[pid=13260/tid=13261] ppid=13258 vsize=283384 CPUtime=0.29 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 599 0 0 0 29 0 0 0 25 0 4 0 652109778 290185216 2030 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=283384 CPUtime=0.28 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 597 0 0 0 28 0 0 0 25 0 4 0 652109778 290185216 2030 33554432000 4194304 4650419 140734592127664 18446744073709551615 4281470 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=283384 CPUtime=0.29 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 498 0 0 0 29 0 0 0 25 0 4 0 652109778 290185216 2030 33554432000 4194304 4650419 140734592127664 18446744073709551615 4328518 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) 283384

[startup+0.701122 s]
/proc/loadavg: 3.91 6.18 7.05 1/349 13260
/proc/meminfo: memFree=21310824/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=284748 CPUtime=2.76 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 4575 0 0 0 276 0 0 0 25 0 4 0 652109778 291581952 2398 33554432000 4194304 4650419 140734592127664 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 71187 2399 393 112 0 66152 0
[pid=13260/tid=13261] ppid=13258 vsize=284748 CPUtime=0.69 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 1129 0 0 0 69 0 0 0 25 0 4 0 652109778 291581952 2399 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=284748 CPUtime=0.68 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 1107 0 0 0 68 0 0 0 25 0 4 0 652109778 291581952 2399 33554432000 4194304 4650419 140734592127664 18446744073709551615 4364412 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=284748 CPUtime=0.69 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 972 0 0 0 69 0 0 0 25 0 4 0 652109778 291581952 2399 33554432000 4194304 4650419 140734592127664 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284748

[startup+1.50098 s]
/proc/loadavg: 4.40 6.24 7.06 9/361 13275
/proc/meminfo: memFree=21280404/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=285484 CPUtime=5.95 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 8270 0 0 0 594 1 0 0 25 0 4 0 652109778 292335616 4230 33554432000 4194304 4650419 140734592127664 18446744073709551615 4303973 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 71371 4230 395 112 0 66336 0
[pid=13260/tid=13261] ppid=13258 vsize=285484 CPUtime=1.49 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 1922 0 0 0 149 0 0 0 25 0 4 0 652109778 292335616 4230 33554432000 4194304 4650419 140734592127664 18446744073709551615 4315228 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=285484 CPUtime=1.47 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 1667 0 0 0 147 0 0 0 25 0 4 0 652109778 292335616 4230 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=285484 CPUtime=1.49 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 1498 0 0 0 149 0 0 0 25 0 4 0 652109778 292335616 4230 33554432000 4194304 4650419 140734592127664 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 285484

[startup+3.10069 s]
/proc/loadavg: 4.40 6.24 7.06 9/361 13275
/proc/meminfo: memFree=21246800/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=303364 CPUtime=12.33 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 15669 0 0 0 1230 3 0 0 25 0 4 0 652109778 310644736 9162 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 75841 9162 395 112 0 70806 0
[pid=13260/tid=13261] ppid=13258 vsize=303364 CPUtime=3.08 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 3801 0 0 0 308 0 0 0 25 0 4 0 652109778 310644736 9162 33554432000 4194304 4650419 140734592127664 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=303364 CPUtime=3.05 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 4236 0 0 0 305 0 0 0 25 0 4 0 652109778 310644736 9162 33554432000 4194304 4650419 140734592127664 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=303364 CPUtime=3.09 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 3407 0 0 0 309 0 0 0 25 0 4 0 652109778 310644736 9162 33554432000 4194304 4650419 140734592127664 18446744073709551615 4328102 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 303364

[startup+6.30111 s]
/proc/loadavg: 4.40 6.24 7.06 9/361 13275
/proc/meminfo: memFree=21196704/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=313004 CPUtime=25.1 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 23777 0 0 0 2506 4 0 0 25 0 4 0 652109778 320516096 12967 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 78251 12967 395 112 0 73216 0
[pid=13260/tid=13261] ppid=13258 vsize=313004 CPUtime=6.29 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 6347 0 0 0 628 1 0 0 25 0 4 0 652109778 320516096 12967 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=313004 CPUtime=6.22 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 6990 0 0 0 621 1 0 0 25 0 4 0 652109778 320516096 12967 33554432000 4194304 4650419 140734592127664 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=313004 CPUtime=6.29 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 3996 0 0 0 629 0 0 0 25 0 4 0 652109778 320516096 12967 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 313004

[startup+12.701 s]
/proc/loadavg: 5.03 6.32 7.08 9/361 13275
/proc/meminfo: memFree=21147636/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=313844 CPUtime=50.63 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 36340 0 0 0 5056 7 0 0 25 0 4 0 652109778 321376256 18146 33554432000 4194304 4650419 140734592127664 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 78461 18146 395 112 0 73426 0
[pid=13260/tid=13261] ppid=13258 vsize=313844 CPUtime=12.69 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 9878 0 0 0 1267 2 0 0 25 0 4 0 652109778 321376256 18146 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=313844 CPUtime=12.54 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 9780 0 0 0 1253 1 0 0 25 0 4 0 652109778 321376256 18146 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=313844 CPUtime=12.69 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 5580 0 0 0 1268 1 0 0 25 0 4 0 652109778 321376256 18146 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 313844

[startup+25.5006 s]
/proc/loadavg: 5.48 6.37 7.09 9/361 13276
/proc/meminfo: memFree=21075464/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=317408 CPUtime=101.68 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 55130 0 0 0 10158 10 0 0 25 0 4 0 652109778 325025792 23848 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 79352 23848 395 112 0 74317 0
[pid=13260/tid=13261] ppid=13258 vsize=317408 CPUtime=25.48 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 16002 0 0 0 2546 2 0 0 25 0 4 0 652109778 325025792 23848 33554432000 4194304 4650419 140734592127664 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=317408 CPUtime=25.2 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 15796 0 0 0 2517 3 0 0 25 0 4 0 652109778 325025792 23848 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=317408 CPUtime=25.49 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 7295 0 0 0 2548 1 0 0 25 0 4 0 652109778 325025792 23848 33554432000 4194304 4650419 140734592127664 18446744073709551615 4361026 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 317408

[startup+51.101 s]
/proc/loadavg: 6.47 6.53 7.11 9/361 13276
/proc/meminfo: memFree=21037068/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=337616 CPUtime=203.79 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 83754 0 0 0 20360 19 0 0 25 0 4 0 652109778 345718784 32287 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 84404 32287 395 112 0 79369 0
[pid=13260/tid=13261] ppid=13258 vsize=337616 CPUtime=51.08 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 25449 0 0 0 5103 5 0 0 25 0 4 0 652109778 345718784 32287 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=337616 CPUtime=50.53 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 24467 0 0 0 5048 5 0 0 25 0 4 0 652109778 345718784 32287 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=337616 CPUtime=51.08 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 9425 0 0 0 5105 3 0 0 25 0 4 0 652109778 345718784 32287 33554432000 4194304 4650419 140734592127664 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 337616

[startup+102.314 s]
/proc/loadavg: 7.42 6.78 7.17 9/361 13278
/proc/meminfo: memFree=20970432/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=324780 CPUtime=408.08 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 124914 0 0 0 40776 32 0 0 25 0 4 0 652109778 332574720 34927 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 81195 34927 395 112 0 76160 0
[pid=13260/tid=13261] ppid=13258 vsize=324780 CPUtime=102.29 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 39354 0 0 0 10220 9 0 0 25 0 4 0 652109778 332574720 34927 33554432000 4194304 4650419 140734592127664 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=324780 CPUtime=101.17 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 36493 0 0 0 10108 9 0 0 25 0 4 0 652109778 332574720 34927 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=324780 CPUtime=102.3 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 11852 0 0 0 10226 4 0 0 25 0 4 0 652109778 332574720 34927 33554432000 4194304 4650419 140734592127664 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.08
Current children cumulated vsize (KiB) 324780

[startup+162.301 s]

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

[pid=13260] ppid=13258 vsize=503652 CPUtime=2562.06 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 383620 0 0 0 256077 129 0 0 25 0 4 0 652109778 515739648 77392 33554432000 4194304 4650419 140734592127664 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 125913 77392 395 112 0 120878 0
[pid=13260/tid=13261] ppid=13258 vsize=503652 CPUtime=642.31 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 118929 0 0 0 64191 40 0 0 25 0 4 0 652109778 515739648 77392 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=503652 CPUtime=635.26 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 118513 0 0 0 63489 37 0 0 25 0 4 0 652109778 515739648 77392 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=503652 CPUtime=642.29 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 28251 0 0 0 64217 12 0 0 25 0 4 0 652109778 515739648 77392 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2562.06
Current children cumulated vsize (KiB) 503652

[startup+702.301 s]
/proc/loadavg: 8.16 7.95 7.61 9/361 13294
/proc/meminfo: memFree=20524060/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=557436 CPUtime=2801.37 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 405802 0 0 0 280000 137 0 0 25 0 4 0 652109778 570814464 80414 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 139359 80414 395 112 0 134324 0
[pid=13260/tid=13261] ppid=13258 vsize=557436 CPUtime=702.3 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 126599 0 0 0 70188 42 0 0 25 0 4 0 652109778 570814464 80414 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=557436 CPUtime=694.58 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 125649 0 0 0 69418 40 0 0 25 0 4 0 652109778 570814464 80414 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=557436 CPUtime=702.28 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 28477 0 0 0 70216 12 0 0 25 0 4 0 652109778 570814464 80414 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2801.37
Current children cumulated vsize (KiB) 557436

[startup+762.313 s]
/proc/loadavg: 8.15 7.99 7.65 9/361 13295
/proc/meminfo: memFree=20499116/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=558092 CPUtime=3040.75 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 426603 0 0 0 303931 144 0 0 25 0 4 0 652109778 571486208 80607 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 139523 80607 395 112 0 134488 0
[pid=13260/tid=13261] ppid=13258 vsize=558092 CPUtime=762.31 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 134825 0 0 0 76187 44 0 0 25 0 4 0 652109778 571486208 80607 33554432000 4194304 4650419 140734592127664 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=558092 CPUtime=753.94 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 132640 0 0 0 75351 43 0 0 25 0 4 0 652109778 571486208 80607 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=558092 CPUtime=762.29 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 28651 0 0 0 76217 12 0 0 25 0 4 0 652109778 571486208 80607 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3040.75
Current children cumulated vsize (KiB) 558092

[startup+822.3 s]
/proc/loadavg: 8.15 8.02 7.67 9/361 13297
/proc/meminfo: memFree=20499956/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=558284 CPUtime=3280.04 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 444735 0 0 0 327853 151 0 0 25 0 4 0 652109778 571682816 86618 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 139571 86618 395 112 0 134536 0
[pid=13260/tid=13261] ppid=13258 vsize=558284 CPUtime=822.31 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 141639 0 0 0 82184 47 0 0 25 0 4 0 652109778 571682816 86618 33554432000 4194304 4650419 140734592127664 18446744073709551615 4457513 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=558284 CPUtime=813.28 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 138878 0 0 0 81283 45 0 0 25 0 4 0 652109778 571682816 86618 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=558284 CPUtime=822.28 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 28859 0 0 0 82215 13 0 0 25 0 4 0 652109778 571682816 86618 33554432000 4194304 4650419 140734592127664 18446744073709551615 4333931 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3280.04
Current children cumulated vsize (KiB) 558284

[startup+882.3 s]
/proc/loadavg: 8.10 8.03 7.70 9/361 13299
/proc/meminfo: memFree=20482180/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=571256 CPUtime=3519.36 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 463220 0 0 0 351778 158 0 0 25 0 4 0 652109778 584966144 85467 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 142814 85467 395 112 0 137779 0
[pid=13260/tid=13261] ppid=13258 vsize=571256 CPUtime=882.3 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 150002 0 0 0 88181 49 0 0 25 0 4 0 652109778 584966144 85467 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=571256 CPUtime=872.6 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 145199 0 0 0 87212 48 0 0 25 0 4 0 652109778 584966144 85467 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=571256 CPUtime=882.28 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 29156 0 0 0 88215 13 0 0 25 0 4 0 652109778 584966144 85467 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3519.36
Current children cumulated vsize (KiB) 571256

[startup+942.301 s]
/proc/loadavg: 8.12 8.05 7.72 9/361 13300
/proc/meminfo: memFree=20457596/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=571588 CPUtime=3758.71 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 484036 0 0 0 375705 166 0 0 25 0 4 0 652109778 585306112 87769 33554432000 4194304 4650419 140734592127664 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 142897 87769 395 112 0 137862 0
[pid=13260/tid=13261] ppid=13258 vsize=571588 CPUtime=942.31 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 155704 0 0 0 94179 52 0 0 25 0 4 0 652109778 585306112 87769 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366130 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=571588 CPUtime=931.95 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 154349 0 0 0 93144 51 0 0 25 0 4 0 652109778 585306112 87769 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=571588 CPUtime=942.27 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 29296 0 0 0 94214 13 0 0 25 0 4 0 652109778 585306112 87769 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3758.71
Current children cumulated vsize (KiB) 571588

[startup+1002.3 s]
/proc/loadavg: 8.11 8.06 7.75 9/361 13302
/proc/meminfo: memFree=20399280/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=572200 CPUtime=3998.03 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 500948 0 0 0 399630 173 0 0 25 0 4 0 652109778 585932800 89788 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 143050 89788 395 112 0 138015 0
[pid=13260/tid=13261] ppid=13258 vsize=572200 CPUtime=1002.3 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 161335 0 0 0 100176 54 0 0 25 0 4 0 652109778 585932800 89788 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=572200 CPUtime=991.29 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 159073 0 0 0 99076 53 0 0 25 0 4 0 652109778 585932800 89788 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=572200 CPUtime=1002.27 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 29536 0 0 0 100214 13 0 0 25 0 4 0 652109778 585932800 89788 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3998.03
Current children cumulated vsize (KiB) 572200

[startup+1062.3 s]
/proc/loadavg: 8.17 8.09 7.78 9/361 13303
/proc/meminfo: memFree=20376440/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=572412 CPUtime=4237.36 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 518836 0 0 0 423558 178 0 0 25 0 4 0 652109778 586149888 92238 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 143103 92238 395 112 0 138068 0
[pid=13260/tid=13261] ppid=13258 vsize=572412 CPUtime=1062.3 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 167263 0 0 0 106174 56 0 0 25 0 4 0 652109778 586149888 92238 33554432000 4194304 4650419 140734592127664 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=572412 CPUtime=1050.63 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 164528 0 0 0 105008 55 0 0 25 0 4 0 652109778 586149888 92238 33554432000 4194304 4650419 140734592127664 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=572412 CPUtime=1062.27 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 29657 0 0 0 106214 13 0 0 25 0 4 0 652109778 586149888 92238 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4237.36
Current children cumulated vsize (KiB) 572412

[startup+1122.3 s]
/proc/loadavg: 8.13 8.10 7.80 9/361 13305
/proc/meminfo: memFree=20355332/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=573176 CPUtime=4476.69 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 538500 0 0 0 447482 187 0 0 25 0 4 0 652109778 586932224 92265 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 143294 92265 395 112 0 138259 0
[pid=13260/tid=13261] ppid=13258 vsize=573176 CPUtime=1122.31 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 173642 0 0 0 112172 59 0 0 25 0 4 0 652109778 586932224 92265 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=573176 CPUtime=1109.97 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 171133 0 0 0 110939 58 0 0 25 0 4 0 652109778 586932224 92265 33554432000 4194304 4650419 140734592127664 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=573176 CPUtime=1122.27 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 30157 0 0 0 112214 13 0 0 25 0 4 0 652109778 586932224 92265 33554432000 4194304 4650419 140734592127664 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4476.69
Current children cumulated vsize (KiB) 573176

[startup+1182.3 s]
/proc/loadavg: 8.30 8.16 7.83 9/361 13307
/proc/meminfo: memFree=20348872/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=573460 CPUtime=4716.02 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 557198 0 0 0 471407 195 0 0 25 0 4 0 652109778 587223040 91691 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 143365 91691 395 112 0 138330 0
[pid=13260/tid=13261] ppid=13258 vsize=573460 CPUtime=1182.32 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 180069 0 0 0 118170 62 0 0 25 0 4 0 652109778 587223040 91691 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=573460 CPUtime=1169.3 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 176978 0 0 0 116870 60 0 0 25 0 4 0 652109778 587223040 91691 33554432000 4194304 4650419 140734592127664 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=573460 CPUtime=1182.27 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 30157 0 0 0 118214 13 0 0 25 0 4 0 652109778 587223040 91691 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4716.02
Current children cumulated vsize (KiB) 573460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 8.22 8.14 7.83 9/361 13307
/proc/meminfo: memFree=20332488/32951124 swapFree=65581052/67111528
[pid=13260] ppid=13258 vsize=573488 CPUtime=4800.24 cores=0,2,4,6
/proc/13260/stat : 13260 (strangenight1-m) R 13258 13260 12531 0 -1 4202496 562356 0 0 0 479827 197 0 0 25 0 4 0 652109778 587251712 93335 33554432000 4194304 4650419 140734592127664 18446744073709551615 4364792 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13260/statm: 143372 93335 395 112 0 138337 0
[pid=13260/tid=13261] ppid=13258 vsize=573488 CPUtime=1203.43 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 181409 0 0 0 120281 62 0 0 25 0 4 0 652109778 587251712 93335 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13260/tid=13262] ppid=13258 vsize=573488 CPUtime=1190.17 cores=0,2,4,6
/proc/13260/task/13262/stat : 13262 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 179538 0 0 0 118956 61 0 0 25 0 4 0 652109778 587251712 93335 33554432000 4194304 4650419 140734592127664 18446744073709551615 4363556 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13260/tid=13263] ppid=13258 vsize=573488 CPUtime=1203.4 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (strangenight1-m) R 13258 13260 12531 0 -1 4202560 30157 0 0 0 120327 13 0 0 25 0 4 0 652109778 587251712 93335 33554432000 4194304 4650419 140734592127664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 573488

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.45
CPU time (s): 4800.31
CPU user time (s): 4798.32
CPU system time (s): 1.9937
CPU usage (%): 398.88
Max. virtual memory (cumulated for all children) (KiB): 623272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.32
system time used= 1.9937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 562356
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= 279
involuntary context switches= 21313

runsolver used 3.65144 second user time and 9.63453 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-14 22:32:01
IDJOB=3368874
IDBENCH=82883
IDSOLVER=1846
FILE ID=node137/3368874-1305405121
RUNJOBID= node137-1305405121-13248
PBS_JOBID= 13324457
Free space on /tmp= 73676 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1406921020-013.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368874-1305405121/watcher-3368874-1305405121 -o /tmp/evaluation-result-3368874-1305405121/solver-3368874-1305405121 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368874-1305405121.cnf

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

MD5SUM BENCH= 9869c5a4d8c5bed5ea530735320738db
RANDOM SEED=1534934201

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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:      21310872 kB
Buffers:        278944 kB
Cached:        3699380 kB
SwapCached:      36328 kB
Active:        1613484 kB
Inactive:      9804044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21310872 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:     7412352 kB
Mapped:          18728 kB
Slab:           119912 kB
PageTables:      38764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75895436 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= 73664 MiB
End job on node137 at 2011-05-14 22:52:06