Trace number 3175037

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.44 1201.88

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S643238994-057-UNKNOWN.cnf
MD5SUM2d92a52914298e3c91073398b38892d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark265.737
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175037-1304079182.cnf'
0.00/0.00	c -- header says num vars:          30000
0.00/0.00	c -- header says num clauses:      126000
0.34/0.13	c -- clauses added:            0 learnts,       126000 normals,            0 xors
0.34/0.13	c -- vars added      30000
0.34/0.13	c Parsing time:  0.36 s
0.34/0.13	c  N st     0         0     30000    126000         0         0    378000         0   no data   no data  --
0.34/0.22	c asymm  cl-useful: 0/126000/126000 lits-rem:0 time: 0.36
1.11/0.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.27
1.50/0.45	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1.50/0.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1.50/0.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  30000 time:  0.03 s
1.50/0.45	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.05 s
2.70/0.75	c lits-rem:         0  cl-subs:        0  v-elim:    884  v-fix:    0  time:  1.24 s
2.70/0.76	c Finding binary XORs  T:     0.02 s  found:       0
3.10/0.83	c Finding non-binary XORs:     0.26 s (found:       0, avg size: nan)
3.10/0.83	c calculated reachability. Time: 0.00
3.10/0.84	c Calc default polars -  time:   0.05 s pos:   13264 undec:    3398 neg:   13338
3.10/0.84	c =========================================================================================
3.10/0.84	c types(t): F = full restart, N = normal restart
3.10/0.84	c types(t): S = simplification begin/end, E = solution found
3.10/0.84	c restart types(rt): st = static, dy = dynamic
3.10/0.84	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.10/0.84	c  B st     0         0     29116    124609         0         0    378772         0   no data   no data  --
8.70/2.25	c  N dy    22      4120     29116    124609         0      4118    378772   1136025    148.60    159.39  --
14.27/3.61	c  N dy    51      8132     29116    124609         0      8130    378772   2096386    154.29    163.62  --
19.87/5.03	c  N dy    78     12201     29116    124609         0     12199    378772   3078593    154.64    177.37  --
25.47/6.46	c  N dy   106     16211     29116    124609         0     16209    378772   4028723    154.43    170.86  --
31.84/8.08	c  N dy   137     20443     29116    124609         0     10445    378772    731671    155.75    165.31  --
37.84/9.56	c  N dy   170     24553     29116    124609         0     14555    378772   1752223    157.02    169.65  --
38.65/9.72	c  F st   173     25000     29116    124609         0     15002    378772   1854641    156.77   no data  --
46.62/11.77	c  N dy   179     30000     29116    124609         0     20002    378772   3655781    156.77   no data  --
46.62/11.77	c  S st   179     30000     29116    124609         0     20002    378772   3655781    156.77   no data  --
47.42/11.95	c  S st   179     30504     29116    124609         0     20506    378772   3753657    156.77   no data  --
47.42/11.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
47.42/11.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
48.24/12.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.68
49.82/12.58	c bin-w-bin subsume rem            0 bins  time:  0.04 s
49.82/12.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
50.22/12.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29116 time:  0.04 s
50.22/12.61	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.05 s
81.38/20.48	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 31.31 s
82.18/20.64	c asymm  cl-useful: 0/124609/124609 lits-rem:0 time: 0.62
82.18/20.65	c calculated reachability. Time: 0.01
82.18/20.65	c  N dy   179     30504     29116    124609         0     20500    378772   3750048    156.77   no data  --
88.97/22.31	c  N dy   207     34507     29116    124609         0     24502    378772   4715374    156.50    169.82  --
95.76/24.07	c  N dy   234     38568     29116    124609         0     28563    378772   5723231    156.73    165.27  --
102.94/25.88	c  N dy   264     42761     29116    124609         0     17261    378772   1195774    157.29    174.51  --
108.14/27.12	c  S st   285     45756     29116    124609         0     20256    378772   1914168    157.18    118.13  --
108.94/27.32	c  S st   285     46259     29116    124609         0     20759    378772   1995846    157.18   no data  --
108.94/27.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
108.94/27.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
109.76/27.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.70
110.53/27.71	c bin-w-bin subsume rem            0 bins  time:  0.04 s
110.53/27.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
110.53/27.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29116 time:  0.04 s
110.53/27.75	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
129.30/32.48	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time: 18.84 s
129.30/32.49	c vivif2 --  cl tried   124609 cl shrink        0 lits rem          0 time: 0.06
129.71/32.53	c vivif2 --  cl tried    20758 cl shrink        0 lits rem          0 time: 0.13
130.11/32.68	c asymm  cl-useful: 0/124609/124609 lits-rem:0 time: 0.60
130.11/32.68	c calculated reachability. Time: 0.00
130.11/32.69	c  N dy   285     46259     29116    124609         0     20758    378772   1995801    157.18   no data  --
136.90/34.33	c  N dy   313     50371     29116    124609         0     24870    378772   2977757    157.28    167.19  --
143.69/36.03	c  N dy   340     54556     29116    124609         0     29055    378772   3978884    157.17    167.50  --
150.48/37.71	c  N dy   367     58568     29116    124609         0     33067    378772   4988671    157.38    167.83  --
157.27/39.47	c  N dy   395     62702     29116    124609         0     37201    378772   5992078    157.24    168.50  --
164.05/41.11	c  N dy   423     66789     29116    124609         0     22538    378772   1641493    157.17    171.23  --
168.05/42.17	c  S st   443     69389     29116    124609         0     25138    378772   2287713    157.39   no data  --
168.86/42.39	c  S st   443     69895     29116    124609         0     25644    378772   2383154    157.39   no data  --
169.25/42.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
169.25/42.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
169.66/42.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.71
170.46/42.80	c bin-w-bin subsume rem            0 bins  time:  0.03 s
170.86/42.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
170.86/42.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29116 time:  0.04 s
170.86/42.83	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.05 s
195.62/49.06	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 24.85 s
195.62/49.08	c vivif2 --  cl tried   124609 cl shrink        0 lits rem          0 time: 0.07
196.02/49.12	c vivif2 --  cl tried    25642 cl shrink        0 lits rem          0 time: 0.15
196.42/49.28	c asymm  cl-useful: 0/124609/124609 lits-rem:0 time: 0.64
196.42/49.29	c calculated reachability. Time: 0.00
196.42/49.29	c  N dy   443     69895     29116    124609         0     25642    378772   2382946    157.39   no data  --
204.00/51.11	c  N dy   473     74355     29116    124609         0     30101    378772   3456046    157.45    211.98  --
211.99/53.12	c  N dy   504     79136     29116    124609         0     34882    378772   4630024    157.48    169.06  --
220.38/55.27	c  N dy   533     84217     29116    124609         0     39963    378772   5841922    157.07    165.54  --
225.97/56.69	c  F st   554     87500     29116    124609         0     22371    378772   1077784    157.26    160.88  --
231.97/58.14	c  N st   559     90800     29116    124609         0     25670    378772   2158620    157.26   no data  --
241.95/60.67	c  N dy   588     96693     29116    124609         0     31563    378772   3777915    157.34    166.69  --
253.13/63.45	c  N dy   634    102961     29116    124609         0     37829    378772   5326376    157.66    166.39  --
256.73/64.35	c  S st   650    104843     29116    124609         0     39711    378772   5803841    157.80    139.70  --
257.93/64.60	c  S st   650    105346     29116    124609         0     40214    378772   5885563    157.80   no data  --
257.93/64.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
257.93/64.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
258.74/64.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.77
260.72/65.30	c bin-w-bin subsume rem            0 bins  time:  0.04 s
260.72/65.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
260.72/65.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29116 time:  0.04 s
260.72/65.33	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.05 s
540.74/135.46	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 279.44 s
540.74/135.48	c vivif2 --  cl tried   124609 cl shrink        0 lits rem          0 time: 0.06
541.13/135.57	c vivif2 --  cl tried    40210 cl shrink        0 lits rem          0 time: 0.36
541.93/135.76	c asymm  cl-useful: 0/124609/124609 lits-rem:0 time: 0.77
541.93/135.77	c calculated reachability. Time: 0.00
541.93/135.77	c  N dy   650    105346     29116    124609         0     40210    378772   5883211    157.80   no data  --
553.53/138.64	c  N dy   696    112114     29116    124609         0     24542    378772   1166509    157.73    166.85  --
565.10/141.52	c  N dy   746    119284     29116    124609         0     31712    378772   2859915    157.69    166.97  --
578.28/144.81	c  N dy   799    126999     29116    124609         0     39427    378772   4701629    157.61    170.14  --
593.46/148.61	c  N dy   856    135210     29116    124609         0     23920    378772    657717    157.56    170.22  --
607.85/152.29	c  N dy   916    143971     29116    124609         0     32679    378772   2761366    157.56    167.66  --
624.22/156.36	c  N dy   979    153247     29116    124609         0     41955    378772   5056499    157.65    166.96  --
632.63/158.50	c  S st  1012    158019     29116    124609         0     46727    378772   6238163    157.69   no data  --
633.80/158.72	c  S st  1012    158521     29116    124609         0     47229    378772   6324550    157.69   no data  --
633.80/158.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
633.80/158.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
634.60/158.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.80
636.61/159.45	c bin-w-bin subsume rem            0 bins  time:  0.04 s
636.61/159.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
636.61/159.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29116 time:  0.04 s
636.61/159.49	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
975.35/244.27	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 338.16 s
975.35/244.29	c vivif2 --  cl tried   124609 cl shrink        0 lits rem          0 time: 0.06
975.73/244.39	c vivif2 --  cl tried    47227 cl shrink        0 lits rem          0 time: 0.40
976.92/244.60	c asymm  cl-useful: 0/124609/124609 lits-rem:0 time: 0.84
976.92/244.61	c calculated reachability. Time: 0.01
976.92/244.61	c  N dy  1012    158521     29116    124609         0     47227    378772   6322426    157.69   no data  --
994.09/248.97	c  N dy  1082    168941     29116    124609         0     32787    378772   2487311    157.64    175.11  --
1012.46/253.56	c  N dy  1155    179797     29116    124609         0     43643    378772   5101075    157.58    169.14  --
1033.24/258.73	c  N dy  1244    191381     29116    124609         0     29295    378772   1411810    157.95    167.19  --
1054.43/264.05	c  N dy  1318    203691     29116    124609         0     41604    378772   4384689    157.74    180.82  --
1078.37/270.09	c  N dy  1408    216696     29116    124609         0     27650    378772    710091    157.83    179.47  --
1102.36/276.07	c  N dy  1500    230578     29116    124609         0     41532    378772   4205224    157.93    169.35  --
1115.54/279.34	c  S st  1546    237781     29116    124609         0     48734    378772   5948507    157.86    158.66  --
1116.32/279.58	c  S st  1546    238285     29116    124609         0     49238    378772   6027742    157.86   no data  --
1116.73/279.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
1116.73/279.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1117.52/279.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.82
1119.12/280.24	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1119.12/280.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1119.12/280.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29116 time:  0.05 s
1119.12/280.28	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
1439.47/360.43	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 319.07 s
1439.47/360.44	c vivif2 --  cl tried   124609 cl shrink        0 lits rem          0 time: 0.07
1439.87/360.54	c vivif2 --  cl tried    49235 cl shrink        0 lits rem          0 time: 0.39
1440.69/360.76	c asymm  cl-useful: 0/124609/124609 lits-rem:0 time: 0.88
1440.69/360.77	c calculated reachability. Time: 0.00
1440.69/360.77	c  N dy  1546    238285     29116    124609         0     49235    378772   6025870    157.86   no data  --
1469.03/367.86	c  N dy  1657    253607     29116    124609         0     36577    378772   2581829    157.92    174.20  --
1499.79/375.55	c  N dy  1765    269796     29116    124609         0     52765    378772   6504918    157.78    167.04  --
1532.54/383.71	c  N dy  1886    287056     29116    124609         0     41032    378772   3460399    157.92    168.00  --
1567.30/392.43	c  N dy  1998    305455     29116    124609         0     59431    378772   7905574    157.88    166.45  --
1568.90/392.86	c  F st  2003    306250     29116    124609         0     30232    378772    553834    157.88    165.51  --
1603.26/401.43	c  N dy  2098    325021     29116    124609         0     49000    378772   5744128    157.86    168.97  --
1640.79/410.83	c  N dy  2230    345213     29116    124609         0     38193    378772   2282989    157.92    168.14  --
1663.17/416.48	c  S st  2314    357429     29116    124609         0     50409    378772   5317247    157.98   no data  --
1664.37/416.73	c  S st  2314    357931     29116    124609         0     50911    378772   5411866    157.98   no data  --
1664.37/416.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
1664.37/416.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1665.18/416.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.81
1666.75/417.35	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1666.75/417.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1666.75/417.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29116 time:  0.04 s
1666.75/417.39	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
1938.39/485.38	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 271.00 s
1938.78/485.40	c vivif2 --  cl tried   124609 cl shrink        0 lits rem          0 time: 0.07
1938.78/485.49	c vivif2 --  cl tried    50909 cl shrink        0 lits rem          0 time: 0.36
1939.98/485.72	c asymm  cl-useful: 0/124609/124609 lits-rem:0 time: 0.91
1939.98/485.73	c calculated reachability. Time: 0.01
1939.98/485.73	c  N dy  2314    357931     29116    124609         0     50909    378772   5409621    157.98   no data  --
1979.14/495.55	c  N dy  2443    378366     29116    124609         0     39353    378772   2237782    157.79    170.10  --
2017.88/505.22	c  N dy  2573    398426     29116    124609         0     59408    378772   7146843    157.72    170.23  --
2057.02/515.01	c  N dy  2711    418504     29116    124609         0     46485    378772   3814998    157.85    168.09  --
2095.38/524.63	c  N dy  2843    438631     29116    124609         0     66612    378772   8763326    157.91    167.13  --
2131.72/533.73	c  N dy  2977    458644     29116    124609         0     52629    378772   4954682    157.88    167.77  --
2170.86/543.53	c  N dy  3108    478718     29116    124609         0     37709    378772   1113820    157.80    167.13  --
2206.82/552.57	c  N dy  3242    498863     29116    124609         0     57853    378772   6122606    157.82    169.70  --
2245.56/562.21	c  N dy  3382    518928     29116    124609         0     41922    378772   1957947    157.96    178.60  --
2277.92/570.32	c  S st  3503    536896     29116    124609         0     59889    378772   6391538    157.97   no data  --
2278.71/570.57	c  S st  3503    537400     29116    124609         0     60393    378772   6479181    157.97   no data  --
2278.71/570.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
2279.11/570.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2279.93/570.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.84
2281.51/571.26	c bin-w-bin subsume rem            0 bins  time:  0.04 s
2281.51/571.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
2281.51/571.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29116 time:  0.04 s
2281.51/571.29	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
2656.19/665.00	c lits-rem:         3  cl-subs:        4  v-elim:      0  v-fix:    0  time: 373.62 s
2656.19/665.02	c vivif2 --  cl tried   124609 cl shrink        0 lits rem          0 time: 0.07
2656.59/665.12	c vivif2 --  cl tried    60389 cl shrink        0 lits rem          0 time: 0.42
2657.39/665.37	c asymm  cl-useful: 0/124609/124609 lits-rem:0 time: 0.97
2657.39/665.38	c calculated reachability. Time: 0.00
2657.39/665.38	c  N dy  3503    537400     29116    124609         0     60389    378772   6476374    157.97   no data  --
2695.32/674.84	c  N dy  3644    557464     29116    124609         0     43449    378772   2026040    158.03    168.03  --
2732.08/684.06	c  N dy  3780    577496     29116    124609         0     63480    378772   6957108    158.08    171.45  --
2770.42/693.61	c  N dy  3921    597568     29116    124609         0     45546    378772   2380696    158.19    169.88  --
2807.19/702.83	c  N dy  4061    617686     29116    124609         0     65663    378772   7272388    158.19    170.63  --
2845.11/712.32	c  N dy  4195    637741     29116    124609         0     46720    378772   2403048    158.28    169.15  --
2882.66/721.76	c  N dy  4335    657952     29116    124609         0     66928    378772   7382240    158.33    171.64  --
2921.42/731.44	c  N dy  4469    678011     29116    124609         0     46994    378772   2165471    158.29    177.60  --
2958.54/740.74	c  N dy  4603    698070     29116    124609         0     67051    378772   7035607    158.28    169.29  --
2997.69/750.59	c  N dy  4738    718237     29116    124609         0     46216    378772   1803175    158.26    166.82  --
3035.24/759.94	c  N dy  4873    738338     29116    124609         0     66316    378772   6737620    158.31    167.32  --
3075.98/770.19	c  N dy  5012    758491     29116    124609         0     44470    378772   1097539    158.31    168.06  --
3113.93/779.64	c  N dy  5146    778614     29116    124609         0     64591    378772   6017381    158.28    167.21  --
3155.86/790.19	c  N dy  5285    798671     29116    124609         0     84648    378772  10969995    158.31    168.61  --
3170.25/793.72	c  S st  5331    806100     29116    124609         0     49078    378772   1961494    158.27    141.90  --
3171.05/793.96	c  S st  5331    806604     29116    124609         0     49582    378772   2052185    158.27   no data  --
3171.05/793.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
3171.05/793.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3171.86/794.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.80
3172.64/794.36	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3172.64/794.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
3172.64/794.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29116 time:  0.04 s
3172.64/794.39	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
3194.23/799.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time: 21.45 s
3194.23/799.78	c vivif2 --  cl tried   124609 cl shrink        0 lits rem          0 time: 0.07
3194.61/799.82	c vivif2 --  cl tried    49582 cl shrink        0 lits rem          0 time: 0.15
3195.41/800.03	c asymm  cl-useful: 0/124609/124609 lits-rem:0 time: 0.85
3195.41/800.04	c calculated reachability. Time: 0.00
3195.41/800.04	c  N dy  5331    806604     29116    124609         0     49582    378772   2052185    158.27   no data  --
3235.35/810.06	c  N dy  5467    826610     29116    124609         0     69587    378772   7004056    158.32    171.89  --
3280.89/821.46	c  N dy  5611    846748     29116    124609         0     45727    378772    930931    158.38    170.42  --
3320.83/831.46	c  N dy  5749    866837     29116    124609         0     65814    378772   5829405    158.36    169.59  --
3364.77/842.41	c  N dy  5886    886865     29116    124609         0     85839    378772  10763385    158.37    167.78  --
3405.14/852.57	c  N dy  6016    906917     29116    124609         0     60899    378772   4388682    158.36    166.90  --
3447.86/863.26	c  N dy  6157    927014     29116    124609         0     80995    378772   9353506    158.43    167.45  --
3490.60/873.95	c  N dy  6296    947016     29116    124609         0     55001    378772   2742940    158.49    174.73  --
3532.56/884.43	c  N dy  6443    967048     29116    124609         0     75032    378772   7823090    158.60    196.61  --
3576.87/895.58	c  N dy  6573    987207     29116    124609         0     48196    378772    794889    158.58    169.91  --
3616.42/905.44	c  N dy  6709   1007367     29116    124609         0     68356    378772   5746305    158.59    170.93  --
3659.16/916.15	c  N dy  6842   1027457     29116    124609         0     88446    378772  10698812    158.58    238.59  --
3701.49/926.70	c  N dy  6985   1047511     29116    124609         0     60495    378772   3601798    158.63    193.68  --
3743.05/937.15	c  N dy  7120   1067557     29116    124609         0     80541    378772   8595846    158.66    172.33  --
3752.62/939.51	c  F st  7149   1071875     29116    124609         0     84859    378772   9650927    158.65    148.00  --
3787.77/948.37	c  N dy  7233   1087629     29116    124609         0     51610    378772   1210690    158.70    173.29  --
3827.71/958.38	c  N dy  7366   1107838     29116    124609         0     71819    378772   6200308    158.70    168.44  --
3871.65/969.34	c  N dy  7499   1127853     29116    124609         0     91833    378772  11165007    158.71    167.49  --
3913.99/979.98	c  N dy  7640   1147964     29116    124609         0     61947    378772   3475051    158.75    167.44  --
3956.33/990.59	c  N dy  7773   1167969     29116    124609         0     81952    378772   8401009    158.75    168.60  --
4002.28/1002.02	c  N dy  7912   1188159     29116    124609         0     51148    378772    559907    158.77    168.01  --
4040.61/1011.65	c  N dy  8050   1208289     29116    124609         0     71278    378772   5515385    158.78    168.67  --
4043.81/1012.45	c  S st  8061   1209906     29116    124609         0     72895    378772   5924950    158.78    149.37  --
4045.01/1012.73	c  S st  8061   1210411     29116    124609         0     73400    378772   6016853    158.78   no data  --
4045.01/1012.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
4045.01/1012.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4045.81/1012.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.90
4047.80/1013.40	c bin-w-bin subsume rem            0 bins  time:  0.04 s
4047.80/1013.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
4047.80/1013.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29116 time:  0.04 s
4047.80/1013.44	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
4393.33/1099.91	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 344.34 s
4393.33/1099.93	c vivif2 --  cl tried   124609 cl shrink        0 lits rem          0 time: 0.07
4393.73/1100.03	c vivif2 --  cl tried    73398 cl shrink        0 lits rem          0 time: 0.41
4394.91/1100.31	c asymm  cl-useful: 0/124609/124609 lits-rem:0 time: 1.12
4394.91/1100.32	c calculated reachability. Time: 0.00
4394.91/1100.32	c  N dy  8061   1210411     29116    124609         0     73398    378772   6016367    158.78   no data  --
4437.27/1110.96	c  N dy  8201   1230635     29116    124609         0     93617    378772  11039799    158.82    173.12  --
4478.79/1121.31	c  N dy  8331   1250660     29116    124609         0     61642    378772   2956193    158.84    170.21  --
4519.13/1131.45	c  N dy  8476   1270714     29116    124609         0     81695    378772   7903001    158.88    167.75  --
4562.67/1142.37	c  N dy  8613   1290749     29116    124609         0    101730    378772  12829966    158.91    174.18  --
4603.41/1152.51	c  N dy  8744   1310965     29116    124609         0     68952    378772   4501806    158.90    168.54  --
4645.35/1163.01	c  N dy  8882   1331070     29116    124609         0     89057    378772   9479334    158.91    170.13  --
4692.10/1174.80	c  N dy  9022   1351114     29116    124609         0     55094    378772    806332    158.91    178.91  --
4732.82/1184.98	c  N dy  9164   1371181     29116    124609         0     75160    378772   5765118    158.93    170.78  --
4778.75/1196.41	c  N dy  9314   1391359     29116    124609         0     95337    378772  10865352    158.99    170.51  --

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-3175037-1304079182/watcher-3175037-1304079182 -o /tmp/evaluation-result-3175037-1304079182/solver-3175037-1304079182 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175037-1304079182.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.54 8.05 7.97 3/177 8714
/proc/meminfo: memFree=25029720/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 412 0 0 0 0 0 0 0 21 0 4 0 519516451 52465664 352 33554432000 4194304 4650419 140734986959136 18446744073709551615 47095249196978 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 12809 352 303 112 0 7774 0
[pid=8714/tid=8715] ppid=8712 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 519516452 52465664 352 33554432000 4194304 4650419 140734986959136 18446744073709551615 246516890609 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 519516452 52465664 352 33554432000 4194304 4650419 140734986959136 18446744073709551615 47095249196978 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 519516452 52465664 352 33554432000 4194304 4650419 140734986959136 18446744073709551615 47095249196978 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.012827 s]
/proc/loadavg: 7.54 8.05 7.97 3/177 8714
/proc/meminfo: memFree=25029720/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=256116 CPUtime=0.02 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 4630 0 0 0 2 0 0 0 18 0 4 0 519516451 262262784 3777 33554432000 4194304 4650419 140734986959136 18446744073709551615 4241548 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 64064 3947 341 112 0 59029 0
[pid=8714/tid=8715] ppid=8712 vsize=256676 CPUtime=0 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) D 8712 8714 7180 0 -1 4202560 1235 0 0 0 0 0 0 0 18 0 4 0 519516452 262836224 3983 33554432000 4194304 4650419 140734986959136 18446744073709551615 4317116 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=258344 CPUtime=0 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 1295 0 0 0 0 0 0 0 18 0 4 0 519516452 264544256 4601 33554432000 4194304 4650419 140734986959136 18446744073709551615 246516877495 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=258344 CPUtime=0 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 1080 0 0 0 0 0 0 0 18 0 4 0 519516452 264544256 4577 33554432000 4194304 4650419 140734986959136 18446744073709551615 246516877447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 256116

[startup+0.104906 s]
/proc/loadavg: 7.54 8.05 7.97 3/177 8714
/proc/meminfo: memFree=25029720/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=373840 CPUtime=0.34 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 18445 0 0 0 28 6 0 0 18 0 4 0 519516451 382812160 16354 33554432000 4194304 4650419 140734986959136 18446744073709551615 246516939295 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 93460 16443 344 112 0 88425 0
[pid=8714/tid=8715] ppid=8712 vsize=373840 CPUtime=0.08 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) S 8712 8714 7180 0 -1 4202560 4807 0 0 0 7 1 0 0 18 0 4 0 519516452 382812160 16461 33554432000 4194304 4650419 140734986959136 18446744073709551615 246516939246 0 0 4096 2 18446604453644153920 0 0 -1 6 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=373840 CPUtime=0.08 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 4243 0 0 0 7 1 0 0 18 0 4 0 519516452 382812160 16558 33554432000 4194304 4650419 140734986959136 18446744073709551615 246516939295 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=373840 CPUtime=0.08 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 4637 0 0 0 7 1 0 0 17 0 4 0 519516452 382812160 16589 33554432000 4194304 4650419 140734986959136 18446744073709551615 246516877495 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 373840

[startup+0.300692 s]
/proc/loadavg: 7.54 8.05 7.97 3/177 8714
/proc/meminfo: memFree=25029720/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=390892 CPUtime=1.11 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 24662 0 0 0 103 8 0 0 18 0 4 0 519516451 400273408 20351 33554432000 4194304 4650419 140734986959136 18446744073709551615 4243884 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 97723 20351 375 112 0 92688 0
[pid=8714/tid=8715] ppid=8712 vsize=390892 CPUtime=0.26 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 6589 0 0 0 25 1 0 0 18 0 4 0 519516452 400273408 20351 33554432000 4194304 4650419 140734986959136 18446744073709551615 4457430 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=390892 CPUtime=0.27 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 5906 0 0 0 25 2 0 0 18 0 4 0 519516452 400273408 20351 33554432000 4194304 4650419 140734986959136 18446744073709551615 4250614 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=390892 CPUtime=0.26 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 5467 0 0 0 25 1 0 0 18 0 4 0 519516452 400273408 20351 33554432000 4194304 4650419 140734986959136 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 390892

[startup+0.700621 s]
/proc/loadavg: 7.54 8.05 7.97 3/177 8714
/proc/meminfo: memFree=25029720/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=403448 CPUtime=2.7 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 43126 0 0 0 258 12 0 0 18 0 4 0 519516451 413130752 32751 33554432000 4194304 4650419 140734986959136 18446744073709551615 4422572 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 100862 32751 387 112 0 95827 0
[pid=8714/tid=8715] ppid=8712 vsize=403448 CPUtime=0.67 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 12476 0 0 0 64 3 0 0 18 0 4 0 519516452 413130752 32751 33554432000 4194304 4650419 140734986959136 18446744073709551615 4420657 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=403448 CPUtime=0.66 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 11933 0 0 0 63 3 0 0 18 0 4 0 519516452 413130752 32751 33554432000 4194304 4650419 140734986959136 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=403448 CPUtime=0.66 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 5713 0 0 0 65 1 0 0 18 0 4 0 519516452 413130752 32751 33554432000 4194304 4650419 140734986959136 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 403448

[startup+1.50047 s]
/proc/loadavg: 7.74 8.08 7.98 10/188 8726
/proc/meminfo: memFree=24777472/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=405908 CPUtime=5.89 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 46553 0 0 0 576 13 0 0 19 0 4 0 519516451 415649792 35205 33554432000 4194304 4650419 140734986959136 18446744073709551615 4360465 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 101477 35205 391 112 0 96442 0
[pid=8714/tid=8715] ppid=8712 vsize=405908 CPUtime=1.46 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 13240 0 0 0 143 3 0 0 19 0 4 0 519516452 415649792 35205 33554432000 4194304 4650419 140734986959136 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=405908 CPUtime=1.46 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 12975 0 0 0 143 3 0 0 19 0 4 0 519516452 415649792 35205 33554432000 4194304 4650419 140734986959136 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=405908 CPUtime=1.47 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 6258 0 0 0 145 2 0 0 19 0 4 0 519516452 415649792 35205 33554432000 4194304 4650419 140734986959136 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 405908

[startup+3.10118 s]
/proc/loadavg: 7.74 8.08 7.98 9/188 8726
/proc/meminfo: memFree=24746968/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=438728 CPUtime=12.28 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 51336 0 0 0 1214 14 0 0 23 0 4 0 519516451 449257472 39988 33554432000 4194304 4650419 140734986959136 18446744073709551615 4315137 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 109682 39988 391 112 0 104647 0
[pid=8714/tid=8715] ppid=8712 vsize=438728 CPUtime=3.05 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 14371 0 0 0 302 3 0 0 23 0 4 0 519516452 449257472 39988 33554432000 4194304 4650419 140734986959136 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=438728 CPUtime=3.06 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 14086 0 0 0 303 3 0 0 23 0 4 0 519516452 449257472 39988 33554432000 4194304 4650419 140734986959136 18446744073709551615 4366127 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=438728 CPUtime=3.06 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 7694 0 0 0 304 2 0 0 24 0 4 0 519516452 449257472 39988 33554432000 4194304 4650419 140734986959136 18446744073709551615 4333846 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 438728

[startup+6.3006 s]
/proc/loadavg: 7.76 8.08 7.98 10/188 8726
/proc/meminfo: memFree=24670088/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=579704 CPUtime=25.07 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 60118 0 0 0 2491 16 0 0 25 0 4 0 519516451 593616896 48770 33554432000 4194304 4650419 140734986959136 18446744073709551615 4363493 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 144926 48770 391 112 0 139891 0
[pid=8714/tid=8715] ppid=8712 vsize=579704 CPUtime=6.24 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 16511 0 0 0 620 4 0 0 25 0 4 0 519516452 593616896 48770 33554432000 4194304 4650419 140734986959136 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=579704 CPUtime=6.27 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 16329 0 0 0 623 4 0 0 25 0 4 0 519516452 593616896 48770 33554432000 4194304 4650419 140734986959136 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=579704 CPUtime=6.26 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 9813 0 0 0 623 3 0 0 25 0 4 0 519516452 593616896 48770 33554432000 4194304 4650419 140734986959136 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 579704

[startup+12.7004 s]
/proc/loadavg: 7.78 8.08 7.98 9/188 8727
/proc/meminfo: memFree=24568800/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=725972 CPUtime=50.62 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 105569 0 0 0 5035 27 0 0 25 0 4 0 519516451 743395328 70366 33554432000 4194304 4650419 140734986959136 18446744073709551615 4438666 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 181493 70366 395 112 0 176458 0
[pid=8714/tid=8715] ppid=8712 vsize=725972 CPUtime=12.59 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 22634 0 0 0 1254 5 0 0 25 0 4 0 519516452 743395328 70366 33554432000 4194304 4650419 140734986959136 18446744073709551615 4328130 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=725972 CPUtime=12.66 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 23004 0 0 0 1261 5 0 0 25 0 4 0 519516452 743395328 70366 33554432000 4194304 4650419 140734986959136 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=725972 CPUtime=12.66 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 16543 0 0 0 1262 4 0 0 25 0 4 0 519516452 743395328 70367 33554432000 4194304 4650419 140734986959136 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 725972

[startup+25.5011 s]
/proc/loadavg: 7.81 8.08 7.98 10/188 8727
/proc/meminfo: memFree=24090664/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=782740 CPUtime=101.75 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 182861 0 0 0 10132 43 0 0 25 0 4 0 519516451 801525760 120063 33554432000 4194304 4650419 140734986959136 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 195685 120063 395 112 0 190650 0
[pid=8714/tid=8715] ppid=8712 vsize=782740 CPUtime=25.32 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 51341 0 0 0 2522 10 0 0 25 0 4 0 519516452 801525760 120063 33554432000 4194304 4650419 140734986959136 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=782740 CPUtime=25.46 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 39531 0 0 0 2537 9 0 0 25 0 4 0 519516452 801525760 120063 33554432000 4194304 4650419 140734986959136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=782740 CPUtime=25.46 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 41507 0 0 0 2537 9 0 0 25 0 4 0 519516452 801525760 120063 33554432000 4194304 4650419 140734986959136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 782740

[startup+51.1004 s]
/proc/loadavg: 7.89 8.07 7.98 9/188 8728
/proc/meminfo: memFree=23937748/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=948828 CPUtime=204 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 289804 0 0 0 20333 67 0 0 25 0 4 0 519516451 971599872 144232 33554432000 4194304 4650419 140734986959136 18446744073709551615 4363335 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 237207 144232 395 112 0 232172 0
[pid=8714/tid=8715] ppid=8712 vsize=948828 CPUtime=50.9 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 94294 0 0 0 5074 16 0 0 25 0 4 0 519516452 971599872 144232 33554432000 4194304 4650419 140734986959136 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=948828 CPUtime=51.06 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 66616 0 0 0 5088 18 0 0 25 0 4 0 519516452 971599872 144232 33554432000 4194304 4650419 140734986959136 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=948828 CPUtime=50.95 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 60611 0 0 0 5081 14 0 0 25 0 4 0 519516452 971599872 144232 33554432000 4194304 4650419 140734986959136 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 948828

[startup+102.307 s]
/proc/loadavg: 8.07 8.09 7.99 10/188 8729
/proc/meminfo: memFree=23702988/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=1085796 CPUtime=408.54 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 538409 0 0 0 40731 123 0 0 25 0 4 0 519516451 1111855104 173774 33554432000 4194304 4650419 140734986959136 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 271449 173774 395 112 0 266414 0
[pid=8714/tid=8715] ppid=8712 vsize=1085796 CPUtime=102.11 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 126817 0 0 0 10184 27 0 0 25 0 4 0 519516452 1111855104 173774 33554432000 4194304 4650419 140734986959136 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=1085796 CPUtime=102.27 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 95965 0 0 0 10198 29 0 0 25 0 4 0 519516452 1111855104 173774 33554432000 4194304 4650419 140734986959136 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=1085796 CPUtime=101.87 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 84513 0 0 0 10164 23 0 0 25 0 4 0 519516452 1111855104 173774 33554432000 4194304 4650419 140734986959136 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.54
Current children cumulated vsize (KiB) 1085796

[startup+162.301 s]

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

[pid=8714] ppid=8712 vsize=1549152 CPUtime=2565.53 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 2804962 0 0 0 255950 603 0 0 25 0 4 0 519516451 1586331648 289798 33554432000 4194304 4650419 140734986959136 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 387288 289798 395 112 0 382253 0
[pid=8714/tid=8715] ppid=8712 vsize=1549152 CPUtime=640.82 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 561461 0 0 0 63955 127 0 0 25 0 4 0 519516452 1586331648 289798 33554432000 4194304 4650419 140734986959136 18446744073709551615 4333935 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=1549152 CPUtime=642.27 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 859999 0 0 0 64039 188 0 0 25 0 4 0 519516452 1586331648 289798 33554432000 4194304 4650419 140734986959136 18446744073709551615 4364427 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=1549152 CPUtime=640.15 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 369992 0 0 0 63904 111 0 0 25 0 4 0 519516452 1586331648 289798 33554432000 4194304 4650419 140734986959136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.53
Current children cumulated vsize (KiB) 1549152

[startup+702.3 s]
/proc/loadavg: 8.15 8.17 8.07 9/188 8745
/proc/meminfo: memFree=22744280/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=1565332 CPUtime=2805.18 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 2913495 0 0 0 279880 638 0 0 25 0 4 0 519516451 1602899968 305979 33554432000 4194304 4650419 140734986959136 18446744073709551615 4331978 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 391333 305979 395 112 0 386298 0
[pid=8714/tid=8715] ppid=8712 vsize=1565332 CPUtime=700.48 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 587427 0 0 0 69912 136 0 0 25 0 4 0 519516452 1602899968 305979 33554432000 4194304 4650419 140734986959136 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=1565332 CPUtime=702.26 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 888646 0 0 0 70029 197 0 0 25 0 4 0 519516452 1602899968 305979 33554432000 4194304 4650419 140734986959136 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=1565332 CPUtime=700.15 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 395008 0 0 0 69895 120 0 0 25 0 4 0 519516452 1602899968 305979 33554432000 4194304 4650419 140734986959136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.18
Current children cumulated vsize (KiB) 1565332

[startup+762.306 s]
/proc/loadavg: 8.18 8.17 8.08 10/188 8747
/proc/meminfo: memFree=22801784/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=1492124 CPUtime=3044.84 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 3033834 0 0 0 303805 679 0 0 25 0 4 0 519516451 1527934976 300681 33554432000 4194304 4650419 140734986959136 18446744073709551615 4364406 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 373031 300681 395 112 0 367996 0
[pid=8714/tid=8715] ppid=8712 vsize=1492124 CPUtime=760.13 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 615408 0 0 0 75867 146 0 0 25 0 4 0 519516452 1527934976 300681 33554432000 4194304 4650419 140734986959136 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=1492124 CPUtime=762.26 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 919772 0 0 0 76019 207 0 0 25 0 4 0 519516452 1527934976 300681 33554432000 4194304 4650419 140734986959136 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=1492124 CPUtime=760.15 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 425296 0 0 0 75883 132 0 0 25 0 4 0 519516452 1527934976 300681 33554432000 4194304 4650419 140734986959136 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.84
Current children cumulated vsize (KiB) 1492124

[startup+822.3 s]
/proc/loadavg: 8.12 8.15 8.07 10/188 8748
/proc/meminfo: memFree=22760180/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=1520476 CPUtime=3284.49 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 3172988 0 0 0 327734 715 0 0 25 0 4 0 519516451 1556967424 301394 33554432000 4194304 4650419 140734986959136 18446744073709551615 4363541 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 380119 301394 395 112 0 375084 0
[pid=8714/tid=8715] ppid=8712 vsize=1520476 CPUtime=819.8 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 641121 0 0 0 81823 157 0 0 25 0 4 0 519516452 1556967424 301394 33554432000 4194304 4650419 140734986959136 18446744073709551615 4476175 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=1520476 CPUtime=822.25 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 934925 0 0 0 82012 213 0 0 25 0 4 0 519516452 1556967424 301394 33554432000 4194304 4650419 140734986959136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=1520476 CPUtime=820.15 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 497659 0 0 0 81874 141 0 0 25 0 4 0 519516452 1556967424 301394 33554432000 4194304 4650419 140734986959136 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.49
Current children cumulated vsize (KiB) 1520476

[startup+882.3 s]
/proc/loadavg: 8.22 8.17 8.08 9/188 8750
/proc/meminfo: memFree=22660940/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=1579684 CPUtime=3524.15 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 3229387 0 0 0 351675 740 0 0 25 0 4 0 519516451 1617596416 311201 33554432000 4194304 4650419 140734986959136 18446744073709551615 4363506 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8714/statm: 394921 311201 395 112 0 389886 0
[pid=8714/tid=8715] ppid=8712 vsize=1579684 CPUtime=879.47 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 641121 0 0 0 87790 157 0 0 25 0 4 0 519516452 1617596416 311201 33554432000 4194304 4650419 140734986959136 18446744073709551615 4476474 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=1579684 CPUtime=882.25 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 934925 0 0 0 88012 213 0 0 25 0 4 0 519516452 1617596416 311201 33554432000 4194304 4650419 140734986959136 18446744073709551615 4476190 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=1579684 CPUtime=880.15 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 527036 0 0 0 87862 153 0 0 25 0 4 0 519516452 1617596416 311201 33554432000 4194304 4650419 140734986959136 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.15
Current children cumulated vsize (KiB) 1579684

[startup+942.3 s]
/proc/loadavg: 8.18 8.16 8.09 9/188 8751
/proc/meminfo: memFree=22722280/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=1531616 CPUtime=3763.81 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 3307411 0 0 0 375612 769 0 0 25 0 4 0 519516451 1568374784 307289 33554432000 4194304 4650419 140734986959136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8714/statm: 382904 307289 395 112 0 377869 0
[pid=8714/tid=8715] ppid=8712 vsize=1531616 CPUtime=939.31 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 641121 0 0 0 93774 157 0 0 25 0 4 0 519516452 1568374784 307289 33554432000 4194304 4650419 140734986959136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=1531616 CPUtime=942.25 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 959769 0 0 0 94002 223 0 0 25 0 4 0 519516452 1568374784 307289 33554432000 4194304 4650419 140734986959136 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=1531616 CPUtime=940.15 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 553043 0 0 0 93852 163 0 0 25 0 4 0 519516452 1568374784 307289 33554432000 4194304 4650419 140734986959136 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.81
Current children cumulated vsize (KiB) 1531616

[startup+1002.3 s]
/proc/loadavg: 8.20 8.18 8.10 10/188 8753
/proc/meminfo: memFree=22705868/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=1598664 CPUtime=4003.46 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 3395126 0 0 0 399544 802 0 0 25 0 4 0 519516451 1637031936 314020 33554432000 4194304 4650419 140734986959136 18446744073709551615 4328315 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8714/statm: 399666 314020 395 112 0 394631 0
[pid=8714/tid=8715] ppid=8712 vsize=1598664 CPUtime=999.3 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 644510 0 0 0 99772 158 0 0 25 0 4 0 519516452 1637031936 314020 33554432000 4194304 4650419 140734986959136 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=1598664 CPUtime=1002.25 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 988023 0 0 0 99990 235 0 0 25 0 4 0 519516452 1637031936 314020 33554432000 4194304 4650419 140734986959136 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=1598664 CPUtime=1000.14 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 579118 0 0 0 99842 172 0 0 25 0 4 0 519516452 1637031936 314020 33554432000 4194304 4650419 140734986959136 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.46
Current children cumulated vsize (KiB) 1598664

[startup+1062.3 s]
/proc/loadavg: 8.22 8.19 8.10 10/188 8755
/proc/meminfo: memFree=22570556/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=1533580 CPUtime=4243.13 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 3705875 0 0 0 423448 865 0 0 25 0 4 0 519516451 1570385920 315042 33554432000 4194304 4650419 140734986959136 18446744073709551615 4476201 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8714/statm: 383395 315042 395 112 0 378360 0
[pid=8714/tid=8715] ppid=8712 vsize=1533580 CPUtime=1059.3 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 667429 0 0 0 105761 169 0 0 25 0 4 0 519516452 1570385920 315042 33554432000 4194304 4650419 140734986959136 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=1533580 CPUtime=1062.25 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 1014183 0 0 0 105980 245 0 0 25 0 4 0 519516452 1570385920 315042 33554432000 4194304 4650419 140734986959136 18446744073709551615 4315137 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=1533580 CPUtime=1060.14 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 608741 0 0 0 105833 181 0 0 25 0 4 0 519516452 1570385920 315042 33554432000 4194304 4650419 140734986959136 18446744073709551615 4364590 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.13
Current children cumulated vsize (KiB) 1533580

[startup+1122.3 s]
/proc/loadavg: 8.27 8.21 8.11 10/188 8756
/proc/meminfo: memFree=22510144/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=1625552 CPUtime=4482.79 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 4038591 0 0 0 447349 930 0 0 25 0 4 0 519516451 1664565248 325491 33554432000 4194304 4650419 140734986959136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8714/statm: 406388 325491 395 112 0 401353 0
[pid=8714/tid=8715] ppid=8712 vsize=1625552 CPUtime=1119.29 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 693749 0 0 0 111751 178 0 0 25 0 4 0 519516452 1664565248 325491 33554432000 4194304 4650419 140734986959136 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=1625552 CPUtime=1122.24 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 1039982 0 0 0 111970 254 0 0 25 0 4 0 519516452 1664565248 325491 33554432000 4194304 4650419 140734986959136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=1625552 CPUtime=1120.14 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 634158 0 0 0 111821 193 0 0 25 0 4 0 519516452 1664565248 325491 33554432000 4194304 4650419 140734986959136 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.79
Current children cumulated vsize (KiB) 1625552

[startup+1182.3 s]
/proc/loadavg: 8.14 8.18 8.10 9/188 8758
/proc/meminfo: memFree=22435340/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=1711364 CPUtime=4722.43 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 4248307 0 0 0 471259 984 0 0 25 0 4 0 519516451 1752436736 340456 33554432000 4194304 4650419 140734986959136 18446744073709551615 4310774 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8714/statm: 427841 340456 395 112 0 422806 0
[pid=8714/tid=8715] ppid=8712 vsize=1711364 CPUtime=1179.29 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 720103 0 0 0 117742 187 0 0 25 0 4 0 519516452 1752436736 340456 33554432000 4194304 4650419 140734986959136 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=1711364 CPUtime=1182.23 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 1166756 0 0 0 117947 276 0 0 25 0 4 0 519516452 1752436736 340456 33554432000 4194304 4650419 140734986959136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=1711364 CPUtime=1180.14 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 663985 0 0 0 117810 204 0 0 25 0 4 0 519516452 1752436736 340456 33554432000 4194304 4650419 140734986959136 18446744073709551615 4333952 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 1711364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.24 8.20 8.11 5/184 8759
/proc/meminfo: memFree=23602460/32951124 swapFree=67111352/67111528
[pid=8714] ppid=8712 vsize=1711552 CPUtime=4800.34 cores=0,2,4,6
/proc/8714/stat : 8714 (strangenight1-m) R 8712 8714 7180 0 -1 4202496 4356251 0 0 0 479028 1006 0 0 25 0 4 0 519516451 1752629248 356183 33554432000 4194304 4650419 140734986959136 18446744073709551615 4363566 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8714/statm: 427888 356186 395 112 0 422853 0
[pid=8714/tid=8715] ppid=8712 vsize=1711552 CPUtime=1198.8 cores=0,2,4,6
/proc/8714/task/8715/stat : 8715 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 730279 0 0 0 119689 191 0 0 25 0 4 0 519516452 1752629248 356227 33554432000 4194304 4650419 140734986959136 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8714/tid=8716] ppid=8712 vsize=1711552 CPUtime=1201.74 cores=0,2,4,6
/proc/8714/task/8716/stat : 8716 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 1246911 0 0 0 119886 288 0 0 25 0 4 0 519516452 1752629248 356231 33554432000 4194304 4650419 140734986959136 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8714/tid=8717] ppid=8712 vsize=1711552 CPUtime=1199.64 cores=0,2,4,6
/proc/8714/task/8717/stat : 8717 (strangenight1-m) R 8712 8714 7180 0 -1 4202560 673206 0 0 0 119757 207 0 0 25 0 4 0 519516452 1752629248 356236 33554432000 4194304 4650419 140734986959136 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1711552

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.88
CPU time (s): 4800.44
CPU user time (s): 4790.31
CPU system time (s): 10.1285
CPU usage (%): 399.411
Max. virtual memory (cumulated for all children) (KiB): 1711552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4790.31
system time used= 10.1285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4356353
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= 8450
involuntary context switches= 83468

runsolver used 1.86472 second user time and 4.71328 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 14:13:03
IDJOB=3175037
IDBENCH=82655
IDSOLVER=1588
FILE ID=node134/3175037-1304079182
RUNJOBID= node134-1304079182-8699
PBS_JOBID= 13170486
Free space on /tmp= 71580 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S643238994-057-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175037-1304079182/watcher-3175037-1304079182 -o /tmp/evaluation-result-3175037-1304079182/solver-3175037-1304079182 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175037-1304079182.cnf

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

MD5SUM BENCH= 2d92a52914298e3c91073398b38892d9
RANDOM SEED=1243539820

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25031240 kB
Buffers:       1485696 kB
Cached:        5848364 kB
SwapCached:         64 kB
Active:        1444712 kB
Inactive:      5952948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25031240 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           12048 kB
Writeback:           0 kB
AnonPages:       63368 kB
Mapped:          14652 kB
Slab:           459476 kB
PageTables:       4612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184200 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71568 MiB
End job on node134 at 2011-04-29 14:33:06