Trace number 3174930

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.09 1201.64

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S72635791-098-UNKNOWN.cnf
MD5SUM93976db0d99d3daab756f06103f77642
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.9885
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174930-1304054342.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:       20000
0.00/0.02	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.02	c -- vars added       1000
0.00/0.02	c Parsing time:  0.03 s
0.00/0.02	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.00/0.12	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.37
0.00/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.42/0.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.42/0.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.42/0.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.42/0.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.42/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
0.42/0.85	c Finding binary XORs  T:     0.00 s  found:       0
0.42/0.85	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.42/0.85	c calculated reachability. Time: 0.00
0.42/0.85	c Calc default polars -  time:   0.00 s pos:     475 undec:      47 neg:     478
0.42/0.85	c =========================================================================================
0.42/0.85	c types(t): F = full restart, N = normal restart
0.42/0.85	c types(t): S = simplification begin/end, E = solution found
0.42/0.85	c restart types(rt): st = static, dy = dynamic
0.42/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.42/0.85	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.42/0.85	c  N dy    20      4103      1000     20000         0      4087    100000    500951     97.07    102.78  --
0.42/0.85	c  N dy    40      8124      1000     20000         0      5612    100000    494079     95.31    103.71  --
4.05/1.02	c  N dy    66     12237      1000     20000         0      5480    100000    331767     95.54    103.39  --
5.14/1.32	c  N dy    88     16274      1000     20000         0      9512    100000    799046     94.78    100.59  --
6.35/1.64	c  N dy   112     20350      1000     20000         0      7968    100000    484169     95.04    100.82  --
7.56/1.96	c  N dy   135     24363      1000     20000         0     11970    100000    948434     94.78    102.00  --
7.94/2.02	c  F st   141     25001      1000     20000         0     12606    100000   1024245     94.87   no data  --
9.54/2.44	c  N dy   147     30000      1000     20000         0     10789    100000    735114     94.87   no data  --
9.54/2.44	c  S st   147     30000      1000     20000         0     10789    100000    735114     94.87   no data  --
9.54/2.49	c  S st   147     30504      1000     20000         0     11293    100000    785206     94.87   no data  --
9.54/2.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.54/2.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.94/2.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
9.94/2.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.94/2.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.92/6.57	c lits-rem:      5269  cl-subs:       81  v-elim:      0  v-fix:    0  time: 16.03 s
26.72/6.74	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.67
26.72/6.74	c calculated reachability. Time: 0.00
26.72/6.74	c  N dy   147     30504      1000     20000         0     11212    100000    761467     94.87   no data  --
28.32/7.14	c  N dy   166     34626      1000     20000         0     15328    100000   1248029     94.79    100.76  --
29.92/7.52	c  N dy   193     38702      1000     20000         0     11507    100000    667186     95.05    102.62  --
31.51/7.90	c  N dy   218     42762      1000     20000         0     15559    100000   1140229     95.07    100.32  --
32.71/8.20	c  S st   233     45757      1000     20000         0      9619    100000    326062     94.96   no data  --
32.71/8.26	c  S st   233     46258      1000     20000         0     10120    100000    380961     94.96   no data  --
32.71/8.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
32.71/8.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.71/8.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
32.71/8.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.71/8.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.71/8.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
32.71/8.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
46.29/11.69	c lits-rem:       997  cl-subs:        3  v-elim:      0  v-fix:    0  time: 13.58 s
46.29/11.69	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
46.29/11.70	c vivif2 --  cl tried    10117 cl shrink        0 lits rem          0 time: 0.01
47.11/11.83	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.54
47.11/11.84	c calculated reachability. Time: 0.00
47.11/11.84	c  N dy   233     46258      1000     20000         0     10117    100000    379256     94.96   no data  --
48.69/12.20	c  N dy   259     50343      1000     20000         0     14194    100000    863276     95.21    100.48  --
49.89/12.59	c  N dy   283     54382      1000     20000         0     18228    100000   1327840     95.07    101.48  --
51.51/12.98	c  N dy   305     58389      1000     20000         0     12269    100000    530033     95.18    100.45  --
53.08/13.39	c  N dy   336     62696      1000     20000         0     16572    100000   1044101     95.42    101.47  --
55.08/13.88	c  N dy   360     66904      1000     20000         0     20776    100000   1539171     95.33    100.87  --
56.27/14.16	c  S st   378     69387      1000     20000         0     12284    100000    416749     95.36   no data  --
56.67/14.22	c  S st   378     69888      1000     20000         0     12785    100000    468365     95.36   no data  --
56.67/14.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
56.67/14.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
56.67/14.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
56.67/14.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.67/14.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.67/14.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
56.67/14.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
72.66/18.24	c lits-rem:      1849  cl-subs:        2  v-elim:      0  v-fix:    0  time: 15.93 s
72.66/18.25	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
72.66/18.25	c vivif2 --  cl tried    12783 cl shrink        0 lits rem          0 time: 0.02
73.47/18.46	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.82
73.47/18.46	c calculated reachability. Time: 0.00
73.47/18.46	c  N dy   378     69888      1000     20000         0     12783    100000    466023     95.36   no data  --
75.45/18.96	c  N dy   403     74518      1000     20000         0     17405    100000   1006743     95.35    100.94  --
77.87/19.55	c  N dy   430     79303      1000     20000         0     22181    100000   1569999     95.34    100.99  --
80.24/20.13	c  N dy   456     84399      1000     20000         0     15289    100000    676813     95.33    131.14  --
81.44/20.48	c  F st   473     87501      1000     20000         0     18386    100000   1040872     95.30     93.60  --
83.04/20.85	c  N st   478     90798      1000     20000         0     21675    100000   1448569     95.30   no data  --
86.26/21.60	c  N dy   510     96642      1000     20000         0     14526    100000    463769     95.47    102.68  --
88.64/22.27	c  N dy   549    102829      1000     20000         0     20709    100000   1205238     95.61    101.31  --
89.83/22.50	c  S st   558    104832      1000     20000         0     22710    100000   1442918     95.61     87.26  --
89.83/22.58	c  S st   558    105334      1000     20000         0     23212    100000   1495990     95.61   no data  --
89.83/22.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
89.83/22.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
90.23/22.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.08
90.23/22.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.23/22.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.23/22.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
90.23/22.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
119.39/29.99	c lits-rem:       934  cl-subs:       30  v-elim:      0  v-fix:    0  time: 29.20 s
119.39/29.99	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
119.79/30.01	c vivif2 --  cl tried    23182 cl shrink        0 lits rem          0 time: 0.06
120.99/30.30	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 1.17
120.99/30.30	c calculated reachability. Time: 0.00
120.99/30.30	c  N dy   558    105334      1000     20000         0     23182    100000   1487801     95.61   no data  --
124.19/31.12	c  N dy   593    112125      1000     20000         0     15987    100000    534129     95.55    101.98  --
127.38/31.92	c  N dy   636    119405      1000     20000         0     23257    100000   1395925     95.64    100.73  --
131.37/32.91	c  N dy   681    127072      1000     20000         0     15938    100000    413294     95.73    104.06  --
134.99/33.82	c  N dy   732    135253      1000     20000         0     24111    100000   1403734     95.91    101.63  --
139.38/34.98	c  N dy   779    144014      1000     20000         0     16885    100000    417968     95.87    101.02  --
143.78/36.06	c  N dy   831    153292      1000     20000         0     26151    100000   1519922     95.82    101.30  --
146.15/36.66	c  S st   856    158002      1000     20000         0     30858    100000   2085443     95.83     86.97  --
146.56/36.75	c  S st   856    158506      1000     20000         0     31362    100000   2140319     95.83   no data  --
146.56/36.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
146.56/36.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.56/36.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
146.96/36.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.96/36.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.96/36.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
146.96/36.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
198.89/49.88	c lits-rem:      1027  cl-subs:       54  v-elim:      0  v-fix:    0  time: 51.95 s
198.89/49.88	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
199.29/49.90	c vivif2 --  cl tried    31308 cl shrink        0 lits rem          0 time: 0.09
200.50/50.28	c asymm  cl-useful: 0/19000/20000 lits-rem:0 time: 1.52
200.50/50.28	c calculated reachability. Time: 0.00
200.50/50.28	c  N dy   856    158506      1000     20000         0     31308    100000   2126640     95.83   no data  --
205.67/51.58	c  N dy   908    168677      1000     20000         0     24483    100000   1196022     95.77    101.93  --
212.07/53.18	c  N dy   963    179799      1000     20000         0     35576    100000   2505480     95.76    102.42  --
217.66/54.55	c  N dy  1032    191372      1000     20000         0     29154    100000   1647834     95.79    101.14  --
224.05/56.17	c  N dy  1108    203729      1000     20000         0     22526    100000    760798     95.83    100.99  --
230.85/57.81	c  N dy  1185    216753      1000     20000         0     35529    100000   2288889     95.81    120.39  --
237.63/59.56	c  N dy  1261    230658      1000     20000         0     29440    100000   1452128     95.77    101.37  --
241.63/60.52	c  S st  1300    237759      1000     20000         0     36530    100000   2289320     95.77     87.90  --
242.02/60.63	c  S st  1300    238260      1000     20000         0     37031    100000   2340111     95.77   no data  --
242.02/60.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
242.02/60.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
242.02/60.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
242.42/60.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
242.42/60.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.42/60.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
242.42/60.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
317.13/79.46	c lits-rem:      1052  cl-subs:       64  v-elim:      0  v-fix:    0  time: 74.68 s
317.13/79.46	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
317.13/79.49	c vivif2 --  cl tried    36967 cl shrink        0 lits rem          0 time: 0.10
317.53/79.51	c asymm  cl-useful: 0/1000/20000 lits-rem:0 time: 0.10
317.53/79.51	c calculated reachability. Time: 0.00
317.53/79.51	c  N dy  1300    238260      1000     20000         0     36967    100000   2323571     95.77   no data  --
325.51/81.51	c  N dy  1385    253494      1000     20000         0     31211    100000   1556792     95.78    101.49  --
335.11/83.99	c  N dy  1485    270034      1000     20000         0     25766    100000    805550     95.85    101.85  --
345.09/86.47	c  N dy  1587    287319      1000     20000         0     43015    100000   2852526     95.91    103.34  --
355.48/89.09	c  N dy  1695    305721      1000     20000         0     38426    100000   2205976     95.96    102.59  --
355.88/89.16	c  F st  1698    306250      1000     20000         0     38954    100000   2267373     95.97   no data  --
367.48/92.09	c  N dy  1783    325777      1000     20000         0     34480    100000   1613726     95.97    104.70  --
381.06/95.42	c  N dy  1909    345958      1000     20000         0     29677    100000    937920     96.01    101.78  --
388.23/97.20	c  S st  1978    357390      1000     20000         0     41084    100000   2313639     96.06   no data  --
388.63/97.32	c  S st  1978    357894      1000     20000         0     41588    100000   2364805     96.06   no data  --
388.63/97.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
388.63/97.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
388.63/97.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
389.03/97.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
389.03/97.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
389.03/97.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
389.03/97.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
464.56/116.39	c lits-rem:      1043  cl-subs:       46  v-elim:      0  v-fix:    0  time: 75.64 s
464.93/116.40	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
464.93/116.42	c vivif2 --  cl tried    41542 cl shrink        0 lits rem          0 time: 0.10
466.13/116.77	c asymm  cl-useful: 0/15781/20000 lits-rem:0 time: 1.41
466.13/116.78	c calculated reachability. Time: 0.00
466.13/116.78	c  N dy  1978    357894      1000     20000         0     41542    100000   2352997     96.06   no data  --
478.51/119.82	c  N dy  2098    377897      1000     20000         0     35561    100000   1542142     96.11    101.29  --
491.30/123.09	c  N dy  2206    397977      1000     20000         0     28655    100000    602730     96.09    102.76  --
503.70/126.16	c  N dy  2332    418209      1000     20000         0     48853    100000   2998867     96.14    101.53  --
516.88/129.45	c  N dy  2446    438296      1000     20000         0     40945    100000   1942915     96.17    111.65  --
531.24/133.08	c  N dy  2566    458458      1000     20000         0     32127    100000    790215     96.20    101.92  --
545.22/136.53	c  N dy  2687    478564      1000     20000         0     52198    100000   3188033     96.25    104.07  --
559.60/140.10	c  N dy  2802    498609      1000     20000         0     42262    100000   1891480     96.26    102.50  --
575.58/144.15	c  N dy  2925    518648      1000     20000         0     31319    100000    472466     96.26    104.57  --
587.96/147.25	c  S st  3033    536842      1000     20000         0     49491    100000   2627686     96.26   no data  --
588.36/147.39	c  S st  3033    537345      1000     20000         0     49994    100000   2680398     96.26   no data  --
588.76/147.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
588.76/147.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
588.76/147.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.15
589.16/147.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
589.16/147.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
589.16/147.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
589.16/147.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
705.41/176.65	c lits-rem:       840  cl-subs:       59  v-elim:      0  v-fix:    0  time: 116.17 s
705.41/176.65	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
705.41/176.68	c vivif2 --  cl tried    49935 cl shrink        0 lits rem          0 time: 0.12
706.23/176.83	c asymm  cl-useful: 0/4219/20000 lits-rem:0 time: 0.61
706.23/176.84	c calculated reachability. Time: 0.00
706.23/176.84	c  N dy  3033    537345      1000     20000         0     49935    100000   2665230     96.26   no data  --
722.18/180.81	c  N dy  3136    557551      1000     20000         0     38162    100000   1166060     96.25    102.50  --
737.37/184.63	c  N dy  3254    577720      1000     20000         0     58297    100000   3575061     96.27    101.80  --
752.95/188.54	c  N dy  3362    598097      1000     20000         0     45686    100000   1969122     96.27    101.57  --
769.73/192.72	c  N dy  3464    618171      1000     20000         0     65720    100000   4371879     96.27    101.41  --
784.51/196.48	c  N dy  3579    638214      1000     20000         0     51795    100000   2578472     96.27    103.07  --
802.08/200.88	c  N dy  3685    658338      1000     20000         0     36941    100000    697792     96.26    103.31  --
817.66/204.73	c  N dy  3810    678463      1000     20000         0     57035    100000   3089623     96.29    101.57  --
835.64/209.27	c  N dy  3935    698503      1000     20000         0     41105    100000   1070319     96.32    101.93  --
852.01/213.35	c  N dy  4045    718626      1000     20000         0     61200    100000   3478835     96.33    102.34  --
870.40/217.97	c  N dy  4154    738738      1000     20000         0     44327    100000   1366993     96.34    103.24  --
887.97/222.34	c  N dy  4266    758814      1000     20000         0     64376    100000   3756777     96.33    105.09  --
907.14/227.10	c  N dy  4400    779006      1000     20000         0     46599    100000   1529419     96.39    102.73  --
925.12/231.61	c  N dy  4516    799066      1000     20000         0     66631    100000   3921107     96.40    102.86  --
932.71/233.54	c  S st  4566    806017      1000     20000         0     73576    100000   4756745     96.42   no data  --
933.51/233.75	c  S st  4566    806522      1000     20000         0     74081    100000   4811536     96.42   no data  --
933.51/233.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
933.51/233.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
933.91/233.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
934.33/233.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
934.33/233.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
934.33/233.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
934.33/233.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3880.83/971.58	c lits-rem:       685  cl-subs:      125  v-elim:      0  v-fix:    0  time: 2944.68 s
3880.83/971.59	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3881.23/971.64	c vivif2 --  cl tried    73956 cl shrink        0 lits rem          0 time: 0.21
3883.24/972.14	c asymm  cl-useful: 0/10548/20000 lits-rem:0 time: 1.98
3883.24/972.14	c calculated reachability. Time: 0.00
3883.24/972.14	c  N dy  4566    806522      1000     20000         0     73956    100000   4782175     96.42   no data  --
3901.99/976.81	c  N dy  4689    826719      1000     20000         0     55180    100000   2434440     96.44    103.43  --
3923.16/982.18	c  N dy  4804    846729      1000     20000         0     75163    100000   4812100     96.46    101.55  --
3942.34/986.91	c  N dy  4908    866804      1000     20000         0     55259    100000   2337758     96.44    101.90  --
3963.91/992.33	c  N dy  5032    886821      1000     20000         0     75254    100000   4721541     96.46    106.86  --
3983.49/997.30	c  N dy  5150    906895      1000     20000         0     54357    100000   2120610     96.49    101.86  --
4005.06/1002.62	c  N dy  5261    927009      1000     20000         0     74437    100000   4524902     96.50    101.77  --
4026.63/1008.00	c  N dy  5385    947397      1000     20000         0     52864    100000   1813940     96.53    101.69  --
4047.40/1013.24	c  N dy  5500    967420      1000     20000         0     72866    100000   4183310     96.52    102.60  --
4070.17/1018.94	c  N dy  5608    987459      1000     20000         0     49926    100000   1360404     96.51    101.66  --
4090.54/1024.03	c  N dy  5730   1007467      1000     20000         0     69896    100000   3752825     96.52    101.61  --
4115.32/1030.22	c  N dy  5840   1027529      1000     20000         0     45998    100000    790592     96.52    102.12  --
4134.48/1035.04	c  N dy  5960   1047683      1000     20000         0     66122    100000   3202174     96.54    101.72  --
4159.26/1041.26	c  N dy  6086   1067956      1000     20000         0     86361    100000   5621925     96.56    101.71  --
4165.24/1042.71	c  F st  6114   1071876      1000     20000         0     45347    100000    590334     96.57     94.47  --
4179.63/1046.30	c  N dy  6181   1087977      1000     20000         0     61403    100000   2581450     96.58    119.99  --
4202.40/1052.03	c  N dy  6295   1107985      1000     20000         0     81388    100000   4960386     96.58    102.20  --
4225.17/1057.77	c  N dy  6417   1128027      1000     20000         0     55468    100000   1697949     96.60    102.36  --
4246.74/1063.13	c  N dy  6530   1148162      1000     20000         0     75579    100000   4102900     96.61    102.53  --
4272.71/1069.66	c  N dy  6642   1168308      1000     20000         0     48771    100000    775762     96.61    103.01  --
4292.68/1074.65	c  N dy  6769   1188382      1000     20000         0     68807    100000   3178496     96.63    101.96  --
4317.45/1080.87	c  N dy  6878   1208472      1000     20000         0     88871    100000   5557965     96.62    102.26  --
4319.44/1081.32	c  S st  6886   1209783      1000     20000         0     90179    100000   5713858     96.62   no data  --
4320.24/1081.59	c  S st  6886   1210286      1000     20000         0     90682    100000   5766558     96.62   no data  --
4320.64/1081.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4320.64/1081.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4320.64/1081.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.29
4321.44/1081.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4321.44/1081.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4321.44/1081.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4321.44/1081.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174930-1304054342/watcher-3174930-1304054342 -o /tmp/evaluation-result-3174930-1304054342/solver-3174930-1304054342 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174930-1304054342.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: 6.94 7.76 6.43 3/174 24817
/proc/meminfo: memFree=18305052/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 414 0 0 0 1 0 0 0 22 0 4 0 517030916 52465664 353 33554432000 4194304 4650419 140733950597136 18446744073709551615 47620266215336 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 12809 353 303 112 0 7774 0
[pid=24817/tid=24818] ppid=24815 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 517030917 52465664 353 33554432000 4194304 4650419 140733950597136 18446744073709551615 47620266215346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 517030917 52465664 353 33554432000 4194304 4650419 140733950597136 18446744073709551615 47620266215350 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 517030917 52465664 353 33554432000 4194304 4650419 140733950597136 18446744073709551615 254500748273 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0505581 s]
/proc/loadavg: 6.94 7.76 6.43 3/174 24817
/proc/meminfo: memFree=18305052/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=293328 CPUtime=0.42 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 3530 0 0 0 40 2 0 0 18 0 4 0 517030916 300367872 3218 33554432000 4194304 4650419 140733950597136 18446744073709551615 4370522 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 71591 4130 377 112 0 66556 0
[pid=24817/tid=24818] ppid=24815 vsize=286364 CPUtime=0.11 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 1053 0 0 0 11 0 0 0 18 0 4 0 517030917 293236736 4139 33554432000 4194304 4650419 140733950597136 18446744073709551615 254500353057 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=286364 CPUtime=0.11 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 1473 0 0 0 11 0 0 0 18 0 4 0 517030917 293236736 4145 33554432000 4194304 4650419 140733950597136 18446744073709551615 254500389064 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=286364 CPUtime=0.1 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) S 24815 24817 24785 0 -1 4202560 799 0 0 0 10 0 0 0 18 0 4 0 517030917 293236736 4148 33554432000 4194304 4650419 140733950597136 18446744073709551615 254500796910 0 0 4096 2 18446604471152642176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 293328

[startup+0.500976 s]
/proc/loadavg: 6.94 7.76 6.43 3/174 24817
/proc/meminfo: memFree=18305052/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=299984 CPUtime=2 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 11453 0 0 0 195 5 0 0 18 0 4 0 517030916 307183616 7565 33554432000 4194304 4650419 140733950597136 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 72817 9303 391 112 0 67782 0
[pid=24817/tid=24818] ppid=24815 vsize=291268 CPUtime=0.9 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 3706 0 0 0 89 1 0 0 18 0 4 0 517030917 298258432 9304 33554432000 4194304 4650419 140733950597136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=291268 CPUtime=0.91 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 3785 0 0 0 90 1 0 0 19 0 4 0 517030917 298258432 9304 33554432000 4194304 4650419 140733950597136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=291268 CPUtime=0.9 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 2955 0 0 0 89 1 0 0 19 0 4 0 517030917 298258432 9304 33554432000 4194304 4650419 140733950597136 18446744073709551615 254500796910 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 299984

[startup+1.02632 s]
/proc/loadavg: 6.94 7.76 6.43 3/174 24817
/proc/meminfo: memFree=18305052/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=292484 CPUtime=4.05 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 16399 0 0 0 399 6 0 0 19 0 4 0 517030916 299503616 8061 33554432000 4194304 4650419 140733950597136 18446744073709551615 4314688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 73121 8062 391 112 0 68086 0
[pid=24817/tid=24818] ppid=24815 vsize=292484 CPUtime=1 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 4229 0 0 0 99 1 0 0 19 0 4 0 517030917 299503616 8062 33554432000 4194304 4650419 140733950597136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=292484 CPUtime=1.01 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 4348 0 0 0 100 1 0 0 19 0 4 0 517030917 299503616 8062 33554432000 4194304 4650419 140733950597136 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=292484 CPUtime=1 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 3114 0 0 0 99 1 0 0 19 0 4 0 517030917 299503616 8062 33554432000 4194304 4650419 140733950597136 18446744073709551615 4331957 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 292484

[startup+1.1003 s]
/proc/loadavg: 6.94 7.76 6.43 3/174 24817
/proc/meminfo: memFree=18305052/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=292484 CPUtime=4.34 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 16882 0 0 0 428 6 0 0 19 0 4 0 517030916 299503616 8544 33554432000 4194304 4650419 140733950597136 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 73121 8544 391 112 0 68086 0
[pid=24817/tid=24818] ppid=24815 vsize=292484 CPUtime=1.08 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 4346 0 0 0 107 1 0 0 19 0 4 0 517030917 299503616 8544 33554432000 4194304 4650419 140733950597136 18446744073709551615 4303950 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=292484 CPUtime=1.08 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 4471 0 0 0 107 1 0 0 19 0 4 0 517030917 299503616 8544 33554432000 4194304 4650419 140733950597136 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=292484 CPUtime=1.07 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 3233 0 0 0 106 1 0 0 19 0 4 0 517030917 299503616 8544 33554432000 4194304 4650419 140733950597136 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 292484

[startup+1.50022 s]
/proc/loadavg: 6.94 7.76 6.43 3/174 24817
/proc/meminfo: memFree=18305052/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=292996 CPUtime=5.95 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 20912 0 0 0 588 7 0 0 20 0 4 0 517030916 300027904 7800 33554432000 4194304 4650419 140733950597136 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 73249 7800 391 112 0 68214 0
[pid=24817/tid=24818] ppid=24815 vsize=292996 CPUtime=1.48 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 5328 0 0 0 147 1 0 0 20 0 4 0 517030917 300027904 7800 33554432000 4194304 4650419 140733950597136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=292996 CPUtime=1.48 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 5455 0 0 0 147 1 0 0 20 0 4 0 517030917 300027904 7800 33554432000 4194304 4650419 140733950597136 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=292996 CPUtime=1.47 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 4310 0 0 0 146 1 0 0 19 0 4 0 517030917 300027904 7800 33554432000 4194304 4650419 140733950597136 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 292996

[startup+3.1009 s]
/proc/loadavg: 6.94 7.76 6.43 9/184 24830
/proc/meminfo: memFree=18082208/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=293972 CPUtime=12.34 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 36974 0 0 0 1224 10 0 0 24 0 4 0 517030916 301027328 13827 33554432000 4194304 4650419 140733950597136 18446744073709551615 4438661 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 73493 13827 393 112 0 68458 0
[pid=24817/tid=24818] ppid=24815 vsize=293972 CPUtime=3.08 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 8621 0 0 0 306 2 0 0 24 0 4 0 517030917 301027328 13827 33554432000 4194304 4650419 140733950597136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=293972 CPUtime=3.08 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 8698 0 0 0 306 2 0 0 25 0 4 0 517030917 301027328 13828 33554432000 4194304 4650419 140733950597136 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=293972 CPUtime=3.06 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 7437 0 0 0 304 2 0 0 25 0 4 0 517030917 301027328 13828 33554432000 4194304 4650419 140733950597136 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 293972

[startup+6.30627 s]
/proc/loadavg: 7.02 7.76 6.44 9/184 24831
/proc/meminfo: memFree=17984400/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=317208 CPUtime=25.14 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 55563 0 0 0 2500 14 0 0 25 0 4 0 517030916 324820992 30704 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 79302 30704 393 112 0 74267 0
[pid=24817/tid=24818] ppid=24815 vsize=317208 CPUtime=6.29 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 11471 0 0 0 626 3 0 0 25 0 4 0 517030917 324820992 30704 33554432000 4194304 4650419 140733950597136 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=317208 CPUtime=6.29 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 16626 0 0 0 625 4 0 0 25 0 4 0 517030917 324820992 30704 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=317208 CPUtime=6.25 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 14954 0 0 0 621 4 0 0 25 0 4 0 517030917 324820992 30704 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 317208

[startup+12.701 s]
/proc/loadavg: 7.10 7.77 6.45 9/184 24831
/proc/meminfo: memFree=17949796/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=317928 CPUtime=50.69 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 86794 0 0 0 5048 21 0 0 25 0 4 0 517030916 325558272 39623 33554432000 4194304 4650419 140733950597136 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 79482 39623 393 112 0 74447 0
[pid=24817/tid=24818] ppid=24815 vsize=317928 CPUtime=12.68 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 22818 0 0 0 1264 4 0 0 25 0 4 0 517030917 325558272 39623 33554432000 4194304 4650419 140733950597136 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=317928 CPUtime=12.68 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 23744 0 0 0 1262 6 0 0 25 0 4 0 517030917 325558272 39623 33554432000 4194304 4650419 140733950597136 18446744073709551615 4334365 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=317928 CPUtime=12.61 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 23547 0 0 0 1256 5 0 0 25 0 4 0 517030917 325558272 39623 33554432000 4194304 4650419 140733950597136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 317928

[startup+25.5004 s]
/proc/loadavg: 7.30 7.78 6.47 9/184 24831
/proc/meminfo: memFree=17561616/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=351084 CPUtime=101.81 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 124363 0 0 0 10151 30 0 0 25 0 4 0 517030916 359510016 59548 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 87771 59548 393 112 0 82736 0
[pid=24817/tid=24818] ppid=24815 vsize=351084 CPUtime=25.48 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 31104 0 0 0 2541 7 0 0 25 0 4 0 517030917 359510016 59548 33554432000 4194304 4650419 140733950597136 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=351084 CPUtime=25.48 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 32660 0 0 0 2540 8 0 0 25 0 4 0 517030917 359510016 59548 33554432000 4194304 4650419 140733950597136 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=351084 CPUtime=25.34 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 30382 0 0 0 2528 6 0 0 25 0 4 0 517030917 359510016 59548 33554432000 4194304 4650419 140733950597136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 351084

[startup+51.1003 s]
/proc/loadavg: 7.62 7.81 6.52 9/184 24832
/proc/meminfo: memFree=17450940/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=428576 CPUtime=204.08 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 195544 0 0 0 20356 52 0 0 25 0 4 0 517030916 438861824 73564 33554432000 4194304 4650419 140733950597136 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 107144 73564 393 112 0 102109 0
[pid=24817/tid=24818] ppid=24815 vsize=428576 CPUtime=51.08 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 47847 0 0 0 5097 11 0 0 25 0 4 0 517030917 438861824 73564 33554432000 4194304 4650419 140733950597136 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=428576 CPUtime=51.09 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 48165 0 0 0 5096 13 0 0 25 0 4 0 517030917 438861824 73564 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=428576 CPUtime=50.8 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 56013 0 0 0 5065 15 0 0 25 0 4 0 517030917 438861824 73564 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476457 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 428576

[startup+102.301 s]
/proc/loadavg: 7.83 7.84 6.59 9/184 24833
/proc/meminfo: memFree=17258476/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=597552 CPUtime=408.61 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 313361 0 0 0 40774 87 0 0 25 0 4 0 517030916 611893248 90074 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 149388 90074 393 112 0 144353 0
[pid=24817/tid=24818] ppid=24815 vsize=597552 CPUtime=102.29 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 73597 0 0 0 10210 19 0 0 25 0 4 0 517030917 611893248 90074 33554432000 4194304 4650419 140733950597136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=597552 CPUtime=102.28 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 78130 0 0 0 10207 21 0 0 25 0 4 0 517030917 611893248 90074 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=597552 CPUtime=101.72 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 96402 0 0 0 10145 27 0 0 25 0 4 0 517030917 611893248 90074 33554432000 4194304 4650419 140733950597136 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 597552

[startup+162.301 s]

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

[pid=24817] ppid=24815 vsize=980048 CPUtime=2565.75 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 731272 0 0 0 256281 294 0 0 25 0 4 0 517030916 1003569152 147094 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 245012 147094 393 112 0 239977 0
[pid=24817/tid=24818] ppid=24815 vsize=980048 CPUtime=642.31 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 157942 0 0 0 64173 58 0 0 25 0 4 0 517030917 1003569152 147094 33554432000 4194304 4650419 140733950597136 18446744073709551615 4334226 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=980048 CPUtime=642.31 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 266006 0 0 0 64107 124 0 0 25 0 4 0 517030917 1003569152 147094 33554432000 4194304 4650419 140733950597136 18446744073709551615 4327576 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=980048 CPUtime=638.8 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 186915 0 0 0 63806 74 0 0 25 0 4 0 517030917 1003569152 147094 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.75
Current children cumulated vsize (KiB) 980048

[startup+702.301 s]
/proc/loadavg: 8.00 7.98 7.26 9/184 24849
/proc/meminfo: memFree=16312432/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=997604 CPUtime=2805.44 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 788507 0 0 0 280224 320 0 0 25 0 4 0 517030916 1021546496 167628 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476354 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 249401 167628 393 112 0 244366 0
[pid=24817/tid=24818] ppid=24815 vsize=997604 CPUtime=702.31 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 177905 0 0 0 70162 69 0 0 25 0 4 0 517030917 1021546496 167628 33554432000 4194304 4650419 140733950597136 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=997604 CPUtime=702.31 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 303278 0 0 0 70093 138 0 0 25 0 4 0 517030917 1021546496 167628 33554432000 4194304 4650419 140733950597136 18446744073709551615 4438671 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=997604 CPUtime=698.48 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 186915 0 0 0 69774 74 0 0 25 0 4 0 517030917 1021546496 167628 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.44
Current children cumulated vsize (KiB) 997604

[startup+762.301 s]
/proc/loadavg: 8.00 7.98 7.30 9/184 24851
/proc/meminfo: memFree=16294440/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=1047592 CPUtime=3045.12 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 815600 0 0 0 304178 334 0 0 25 0 4 0 517030916 1072734208 173881 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 261898 173881 393 112 0 256863 0
[pid=24817/tid=24818] ppid=24815 vsize=1047592 CPUtime=762.32 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 199192 0 0 0 76149 83 0 0 25 0 4 0 517030917 1072734208 173881 33554432000 4194304 4650419 140733950597136 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=1047592 CPUtime=762.31 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 309084 0 0 0 76092 139 0 0 25 0 4 0 517030917 1072734208 173881 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=1047592 CPUtime=758.15 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 186915 0 0 0 75741 74 0 0 25 0 4 0 517030917 1072734208 173881 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.12
Current children cumulated vsize (KiB) 1047592

[startup+822.301 s]
/proc/loadavg: 8.04 8.00 7.35 9/184 24852
/proc/meminfo: memFree=16221864/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=997604 CPUtime=3284.81 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 842879 0 0 0 328133 348 0 0 25 0 4 0 517030916 1021546496 169456 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 249401 169456 393 112 0 244366 0
[pid=24817/tid=24818] ppid=24815 vsize=997604 CPUtime=822.31 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 218769 0 0 0 82136 95 0 0 25 0 4 0 517030917 1021546496 169456 33554432000 4194304 4650419 140733950597136 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=997604 CPUtime=822.32 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 316420 0 0 0 82092 140 0 0 25 0 4 0 517030917 1021546496 169456 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=997604 CPUtime=817.83 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 186915 0 0 0 81709 74 0 0 25 0 4 0 517030917 1021546496 169456 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.81
Current children cumulated vsize (KiB) 997604

[startup+882.301 s]
/proc/loadavg: 8.05 8.01 7.39 9/184 24854
/proc/meminfo: memFree=16191588/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=1048616 CPUtime=3524.49 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 856849 0 0 0 352095 354 0 0 25 0 4 0 517030916 1073782784 168240 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 262154 168240 393 112 0 257119 0
[pid=24817/tid=24818] ppid=24815 vsize=1048616 CPUtime=882.32 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 225303 0 0 0 88132 100 0 0 25 0 4 0 517030917 1073782784 168240 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=1048616 CPUtime=882.32 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 323856 0 0 0 88091 141 0 0 25 0 4 0 517030917 1073782784 168240 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476466 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=1048616 CPUtime=877.5 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 186915 0 0 0 87676 74 0 0 25 0 4 0 517030917 1073782784 168240 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.49
Current children cumulated vsize (KiB) 1048616

[startup+942.301 s]
/proc/loadavg: 8.02 8.01 7.43 9/184 24855
/proc/meminfo: memFree=16203972/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=1048616 CPUtime=3764.19 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 864906 0 0 0 376064 355 0 0 25 0 4 0 517030916 1073782784 168240 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 262154 168240 393 112 0 257119 0
[pid=24817/tid=24818] ppid=24815 vsize=1048616 CPUtime=942.32 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 225303 0 0 0 94132 100 0 0 25 0 4 0 517030917 1073782784 168240 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=1048616 CPUtime=942.32 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 331667 0 0 0 94090 142 0 0 25 0 4 0 517030917 1073782784 168240 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476432 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=1048616 CPUtime=937.18 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 186917 0 0 0 93644 74 0 0 25 0 4 0 517030917 1073782784 168240 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.19
Current children cumulated vsize (KiB) 1048616

[startup+1002.3 s]
/proc/loadavg: 8.00 8.00 7.46 9/184 24857
/proc/meminfo: memFree=16146408/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=1114720 CPUtime=4003.86 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 879691 0 0 0 400022 364 0 0 25 0 4 0 517030916 1141473280 168025 33554432000 4194304 4650419 140733950597136 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 278680 168025 393 112 0 273645 0
[pid=24817/tid=24818] ppid=24815 vsize=1114720 CPUtime=1002.32 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 225303 0 0 0 100132 100 0 0 25 0 4 0 517030917 1141473280 168025 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=1114720 CPUtime=1002.33 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 335179 0 0 0 100090 143 0 0 25 0 4 0 517030917 1141473280 168025 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=1114720 CPUtime=996.85 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 186917 0 0 0 99611 74 0 0 25 0 4 0 517030917 1141473280 168025 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.86
Current children cumulated vsize (KiB) 1114720

[startup+1062.31 s]
/proc/loadavg: 8.12 8.03 7.50 9/184 24859
/proc/meminfo: memFree=16113528/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=1115756 CPUtime=4243.56 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 907541 0 0 0 423975 381 0 0 25 0 4 0 517030916 1142534144 167439 33554432000 4194304 4650419 140733950597136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 278939 167439 393 112 0 273904 0
[pid=24817/tid=24818] ppid=24815 vsize=1115756 CPUtime=1062.33 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 225303 0 0 0 106133 100 0 0 25 0 4 0 517030917 1142534144 167439 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=1115756 CPUtime=1062.33 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 335321 0 0 0 106090 143 0 0 25 0 4 0 517030917 1142534144 167439 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=1115756 CPUtime=1056.53 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 186917 0 0 0 105579 74 0 0 25 0 4 0 517030917 1142534144 167439 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.56
Current children cumulated vsize (KiB) 1115756

[startup+1122.3 s]
/proc/loadavg: 8.15 8.05 7.54 9/184 24860
/proc/meminfo: memFree=16118464/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=1126056 CPUtime=4483.22 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 926047 0 0 0 447934 388 0 0 25 0 4 0 517030916 1153081344 178871 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 281514 178871 393 112 0 276479 0
[pid=24817/tid=24818] ppid=24815 vsize=1126056 CPUtime=1122.33 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 225303 0 0 0 112133 100 0 0 25 0 4 0 517030917 1153081344 178871 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=1126056 CPUtime=1122.33 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 335325 0 0 0 112090 143 0 0 25 0 4 0 517030917 1153081344 178871 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=1126056 CPUtime=1116.21 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 186917 0 0 0 111547 74 0 0 25 0 4 0 517030917 1153081344 178871 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.22
Current children cumulated vsize (KiB) 1126056

[startup+1182.3 s]
/proc/loadavg: 8.16 8.07 7.58 9/184 24862
/proc/meminfo: memFree=15923644/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=1139104 CPUtime=4722.91 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 948220 0 0 0 471891 400 0 0 25 0 4 0 517030916 1166442496 186043 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 284776 186043 393 112 0 279741 0
[pid=24817/tid=24818] ppid=24815 vsize=1139104 CPUtime=1182.33 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 237283 0 0 0 118123 110 0 0 25 0 4 0 517030917 1166442496 186043 33554432000 4194304 4650419 140733950597136 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=1139104 CPUtime=1182.33 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 335388 0 0 0 118090 143 0 0 25 0 4 0 517030917 1166442496 186043 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=1139104 CPUtime=1175.88 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 186917 0 0 0 117514 74 0 0 25 0 4 0 517030917 1166442496 186043 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.91
Current children cumulated vsize (KiB) 1139104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.17 8.08 7.59 9/184 24862
/proc/meminfo: memFree=15971872/32950928 swapFree=67111528/67111528
[pid=24817] ppid=24815 vsize=1139388 CPUtime=4800.03 cores=1,3,5,7
/proc/24817/stat : 24817 (strangenight1-m) R 24815 24817 24785 0 -1 4202496 958712 0 0 0 479598 405 0 0 25 0 4 0 517030916 1166733312 185615 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24817/statm: 284847 185615 393 112 0 279812 0
[pid=24817/tid=24818] ppid=24815 vsize=1139388 CPUtime=1201.64 cores=1,3,5,7
/proc/24817/task/24818/stat : 24818 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 245098 0 0 0 120050 114 0 0 25 0 4 0 517030917 1166733312 185615 33554432000 4194304 4650419 140733950597136 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24817/tid=24819] ppid=24815 vsize=1139388 CPUtime=1201.64 cores=1,3,5,7
/proc/24817/task/24819/stat : 24819 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 335388 0 0 0 120021 143 0 0 25 0 4 0 517030917 1166733312 185615 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24817/tid=24820] ppid=24815 vsize=1139388 CPUtime=1195.08 cores=1,3,5,7
/proc/24817/task/24820/stat : 24820 (strangenight1-m) R 24815 24817 24785 0 -1 4202560 186917 0 0 0 119434 74 0 0 25 0 4 0 517030917 1166733312 185615 33554432000 4194304 4650419 140733950597136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 1139388

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): 1201.64
CPU time (s): 4800.09
CPU user time (s): 4796.01
CPU system time (s): 4.08138
CPU usage (%): 399.46
Max. virtual memory (cumulated for all children) (KiB): 1139388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.01
system time used= 4.08138
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 958713
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= 2355
involuntary context switches= 33883

runsolver used 1.84872 second user time and 4.71828 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 07:19:02
IDJOB=3174930
IDBENCH=82548
IDSOLVER=1588
FILE ID=node149/3174930-1304054342
RUNJOBID= node149-1304054342-24804
PBS_JOBID= 13170429
Free space on /tmp= 71932 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S72635791-098-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174930-1304054342/watcher-3174930-1304054342 -o /tmp/evaluation-result-3174930-1304054342/solver-3174930-1304054342 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174930-1304054342.cnf

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

MD5SUM BENCH= 93976db0d99d3daab756f06103f77642
RANDOM SEED=923986484

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.83
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
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:     32950928 kB
MemFree:      18305332 kB
Buffers:       2222504 kB
Cached:       11804892 kB
SwapCached:          0 kB
Active:        5947348 kB
Inactive:      8148184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18305332 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7544 kB
Writeback:           0 kB
AnonPages:       67868 kB
Mapped:          14324 kB
Slab:           484588 kB
PageTables:       5044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191672 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= 71916 MiB
End job on node149 at 2011-04-29 07:39:06