Trace number 3368600

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S648642831-094-UNKNOWN.cnf
MD5SUM4a57833314362e0939d4095b3206ad82
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark378.192
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368600-1305398316.cnf'
0.00/0.01	c -- header says num vars:          35000
0.00/0.01	c -- header says num clauses:      147000
0.48/0.14	c -- clauses added:            0 learnts,       147000 normals,            0 xors
0.48/0.14	c -- vars added      35000
0.67/0.40	c Parsing time:  0.40 s
0.67/0.40	c  N st     0         0     35000    147000         0         0    441000         0   no data   no data  --
0.67/0.40	c asymm  cl-useful: 0/147000/147000 lits-rem:0 time: 0.36
0.67/0.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.35
1.60/0.50	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1.60/0.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1.60/0.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  35000 time:  0.04 s
1.60/0.50	c Removed useless bin:       0  fixed:     0  props:   0.34M  time:  0.06 s
4.68/1.22	c lits-rem:         0  cl-subs:        0  v-elim:   1024  v-fix:    0  time:  1.46 s
4.68/1.22	c Finding binary XORs  T:     0.03 s  found:       0
4.68/1.22	c Finding non-binary XORs:     0.31 s (found:       0, avg size: nan)
4.68/1.22	c calculated reachability. Time: 0.00
4.68/1.22	c Calc default polars -  time:   0.06 s pos:   15347 undec:    3973 neg:   15680
4.68/1.22	c =========================================================================================
4.68/1.22	c types(t): F = full restart, N = normal restart
4.68/1.22	c types(t): S = simplification begin/end, E = solution found
4.68/1.22	c restart types(rt): st = static, dy = dynamic
4.68/1.22	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.68/1.22	c  B st     0         0     33976    145276         0         0    441435         0   no data   no data  --
9.82/2.55	c  N dy    20      4011     33976    145276         0      4010    441435   1224794    162.92    171.71  --
16.20/4.17	c  N dy    50      8202     33976    145276         0      8201    441435   2261352    164.07    174.41  --
22.63/5.75	c  N dy    74     12289     33976    145276         0     12287    441435   3263800    163.37    174.60  --
28.96/7.39	c  N dy   106     16308     33976    145276         0     16305    441435   4307871    165.09    174.12  --
37.08/9.40	c  N dy   134     20435     33976    145276         0     10434    441435    741841    164.85    175.54  --
43.46/11.00	c  N dy   165     24450     33976    145276         0     14449    441435   1768872    166.09    186.73  --
44.30/11.23	c  F st   169     25004     33976    145276         0     15003    441435   1903789    166.00   no data  --
53.07/13.43	c  N dy   175     30002     33976    145276         0     20000    441435   3705427    166.00   no data  --
53.07/13.43	c  S st   175     30002     33976    145276         0     20000    441435   3705427    166.00   no data  --
53.82/13.64	c  S st   175     30504     33976    145276         0     20502    441435   3791035    166.00   no data  --
53.82/13.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
53.82/13.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
54.62/13.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.88
56.61/14.36	c bin-w-bin subsume rem            0 bins  time:  0.04 s
56.61/14.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
56.61/14.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.05 s
56.61/14.40	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
94.08/23.70	c lits-rem:         7  cl-subs:        4  v-elim:      0  v-fix:    0  time: 36.87 s
94.48/23.88	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.70
94.48/23.89	c calculated reachability. Time: 0.01
94.48/23.89	c  N dy   175     30504     33976    145276         0     20498    441435   3788175    166.00   no data  --
102.05/25.74	c  N dy   202     34576     33976    145276         0     24570    441435   4807306    166.16    183.27  --
110.09/27.72	c  N dy   231     38754     33976    145276         0     28748    441435   5887567    166.35    176.96  --
117.61/29.63	c  N dy   261     42818     33976    145276         0     17313    441435   1227986    166.52    187.08  --
122.83/30.99	c  S st   282     45756     33976    145276         0     20251    441435   1951903    166.19   no data  --
123.98/31.21	c  S st   282     46261     33976    145276         0     20756    441435   2061341    166.19   no data  --
123.98/31.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
123.98/31.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
124.77/31.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.90
125.58/31.66	c bin-w-bin subsume rem            0 bins  time:  0.04 s
125.58/31.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
125.58/31.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.05 s
125.98/31.70	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
147.05/37.01	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 20.98 s
147.05/37.04	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.08
147.05/37.07	c vivif2 --  cl tried    20755 cl shrink        0 lits rem          0 time: 0.13
147.84/37.24	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.68
147.84/37.25	c calculated reachability. Time: 0.01
147.84/37.25	c  N dy   282     46261     33976    145276         0     20755    441435   2061277    166.19   no data  --
155.01/39.01	c  N dy   308     50271     33976    145276         0     24762    441435   3083304    166.38    175.91  --
162.24/40.83	c  N dy   334     54343     33976    145276         0     28834    441435   4076436    166.26    175.60  --
169.78/42.71	c  N dy   362     58393     33976    145276         0     32883    441435   5115582    166.41    180.66  --
177.35/44.60	c  N dy   389     62505     33976    145276         0     36995    441435   6159742    166.60    176.92  --
184.58/46.45	c  N dy   416     66607     33976    145276         0     22354    441435   1651132    166.50    176.96  --
189.70/47.70	c  S st   437     69392     33976    145276         0     25138    441435   2390586    166.87   no data  --
190.50/47.92	c  S st   437     69895     33976    145276         0     25641    441435   2473607    166.87   no data  --
190.50/47.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
190.50/47.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
191.30/48.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.91
192.50/48.41	c bin-w-bin subsume rem            0 bins  time:  0.04 s
192.50/48.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
192.50/48.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.05 s
192.50/48.45	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
220.00/55.31	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time: 27.28 s
220.00/55.33	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.08
220.00/55.38	c vivif2 --  cl tried    25641 cl shrink        0 lits rem          0 time: 0.17
220.80/55.56	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.73
220.80/55.57	c calculated reachability. Time: 0.01
220.80/55.57	c  N dy   437     69895     33976    145276         0     25641    441435   2473606    166.87   no data  --
229.18/57.61	c  N dy   471     74388     33976    145276         0     30134    441435   3649014    167.34    195.26  --
237.94/59.83	c  N dy   504     79246     33976    145276         0     34992    441435   4899918    167.57    178.76  --
247.52/62.26	c  N dy   537     84362     33976    145276         0     40108    441435   6234547    167.63    220.73  --
253.50/63.71	c  F st   556     87500     33976    145276         0     22378    441435   1067456    167.34   no data  --
259.48/65.27	c  N st   561     90803     33976    145276         0     25681    441435   2127092    167.34   no data  --
270.64/68.00	c  N dy   590     96713     33976    145276         0     31590    441435   3818463    167.40    179.05  --
283.00/71.13	c  N dy   631    103140     33976    145276         0     38017    441435   5516721    167.57    179.25  --
286.19/71.94	c  S st   643    104843     33976    145276         0     39720    441435   5943141    167.48    130.96  --
286.99/72.19	c  S st   643    105352     33976    145276         0     40229    441435   6038192    167.48   no data  --
287.39/72.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
287.39/72.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
288.19/72.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.99
290.58/73.02	c bin-w-bin subsume rem            0 bins  time:  0.04 s
290.58/73.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
290.58/73.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.05 s
290.58/73.06	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
580.84/145.85	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 289.01 s
580.84/145.87	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.07
581.24/145.96	c vivif2 --  cl tried    40225 cl shrink        0 lits rem          0 time: 0.39
582.04/146.18	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.87
582.04/146.19	c calculated reachability. Time: 0.01
582.04/146.19	c  N dy   643    105352     33976    145276         0     40225    441435   6035770    167.48   no data  --
594.80/149.34	c  N dy   687    112081     33976    145276         0     24515    441435   1226146    167.55    177.20  --
607.55/152.52	c  N dy   736    119240     33976    145276         0     31673    441435   3025803    167.40    176.85  --
621.51/156.00	c  N dy   785    126857     33976    145276         0     39288    441435   4933904    167.27    179.26  --
637.85/160.15	c  N dy   840    135138     33976    145276         0     23852    441435    661871    167.27    187.60  --
654.20/164.21	c  N dy   903    143853     33976    145276         0     32567    441435   2929276    167.47    196.84  --
671.75/168.60	c  N dy   965    153090     33976    145276         0     41804    441435   5294673    167.50    176.51  --
680.91/171.00	c  S st   996    158028     33976    145276         0     46742    441435   6535453    167.40   no data  --
682.11/171.25	c  S st   996    158532     33976    145276         0     47246    441435   6621583    167.40   no data  --
682.11/171.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
682.11/171.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
683.31/171.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.01
685.29/172.07	c bin-w-bin subsume rem            0 bins  time:  0.04 s
685.29/172.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
685.29/172.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.05 s
685.70/172.11	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
1052.56/264.18	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 365.94 s
1052.56/264.20	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.08
1053.31/264.31	c vivif2 --  cl tried    47244 cl shrink        0 lits rem          0 time: 0.43
1054.11/264.54	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.93
1054.11/264.55	c calculated reachability. Time: 0.01
1054.11/264.56	c  N dy   996    158532     33976    145276         0     47244    441435   6621215    167.40   no data  --
1072.86/269.22	c  N dy  1067    168669     33976    145276         0     32521    441435   2573402    167.54    177.36  --
1092.79/274.26	c  N dy  1140    179450     33976    145276         0     43302    441435   5359085    167.56    177.39  --
1115.12/279.89	c  N dy  1223    191117     33976    145276         0     29040    441435   1357016    167.68    177.11  --
1137.85/285.55	c  N dy  1313    203351     33976    145276         0     41272    441435   4456868    167.76    178.62  --
1164.16/292.12	c  N dy  1402    216452     33976    145276         0     27412    441435    649876    167.86    178.21  --
1190.88/298.87	c  N dy  1505    230474     33976    145276         0     41432    441435   4298327    168.12    178.70  --
1205.64/302.52	c  S st  1558    237798     33976    145276         0     48756    441435   6213051    168.27    165.28  --
1206.48/302.78	c  S st  1558    238305     33976    145276         0     49263    441435   6303028    168.27   no data  --
1206.82/302.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
1206.82/302.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1207.62/303.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.02
1209.62/303.55	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1209.62/303.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1209.62/303.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.05 s
1209.62/303.59	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
1561.74/391.88	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 350.28 s
1562.08/391.90	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.09
1562.47/392.01	c vivif2 --  cl tried    49259 cl shrink        0 lits rem          0 time: 0.43
1563.27/392.25	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.97
1563.27/392.26	c calculated reachability. Time: 0.01
1563.27/392.26	c  N dy  1558    238305     33976    145276         0     49259    441435   6301935    168.27   no data  --
1593.58/399.83	c  N dy  1665    253574     33976    145276         0     36545    441435   2726952    168.33    183.62  --
1627.52/408.36	c  N dy  1783    269999     33976    145276         0     52968    441435   6960380    168.46    189.07  --
1662.95/417.24	c  N dy  1903    287327     33976    145276         0     41308    441435   3742637    168.50    200.86  --
1701.67/426.95	c  N dy  2025    305713     33976    145276         0     59694    441435   8495825    168.48    177.36  --
1702.82/427.25	c  F st  2027    306251     33976    145276         0     30239    441435    564529    168.42    140.47  --
1740.31/436.69	c  N dy  2134    325242     33976    145276         0     49227    441435   6122845    168.58    178.48  --
1780.61/446.80	c  N dy  2261    345305     33976    145276         0     38293    441435   2374329    168.51    181.22  --
1804.89/452.83	c  S st  2342    357457     33976    145276         0     50444    441435   5507487    168.45    158.11  --
1805.69/453.09	c  S st  2342    357960     33976    145276         0     50947    441435   5593267    168.45   no data  --
1806.09/453.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
1806.09/453.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1806.92/453.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.02
1808.88/453.82	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1808.88/453.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1808.88/453.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.05 s
1808.88/453.86	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.07 s
2091.58/524.76	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 281.46 s
2091.58/524.78	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.08
2092.01/524.88	c vivif2 --  cl tried    50945 cl shrink        0 lits rem          0 time: 0.37
2093.16/525.13	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 1.01
2093.16/525.14	c calculated reachability. Time: 0.01
2093.16/525.14	c  N dy  2342    357960     33976    145276         0     50945    441435   5592770    168.45   no data  --
2135.03/535.68	c  N dy  2475    378020     33976    145276         0     39005    441435   2317746    168.42    183.20  --
2176.49/546.08	c  N dy  2616    398059     33976    145276         0     59044    441435   7501342    168.47    178.70  --
2219.60/556.81	c  N dy  2756    418247     33976    145276         0     46229    441435   3908218    168.58    178.46  --
2260.62/567.20	c  N dy  2889    438295     33976    145276         0     66276    441435   9145147    168.57    180.09  --
2300.90/577.26	c  N dy  3029    458333     33976    145276         0     52315    441435   5386279    168.82    180.17  --
2343.16/587.86	c  N dy  3168    478380     33976    145276         0     37366    441435   1131960    168.86    180.80  --
2383.43/597.99	c  N dy  3312    498382     33976    145276         0     57367    441435   6282672    168.89    257.51  --
2426.49/608.74	c  N dy  3453    518390     33976    145276         0     41375    441435   1862843    169.03    179.63  --
2462.77/617.86	c  S st  3577    536944     33976    145276         0     59928    441435   6601963    168.99   no data  --
2463.97/618.14	c  S st  3577    537451     33976    145276         0     60435    441435   6713671    168.99   no data  --
2463.97/618.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
2463.97/618.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2465.22/618.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.05
2467.16/618.93	c bin-w-bin subsume rem            0 bins  time:  0.05 s
2467.16/618.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
2467.16/618.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.05 s
2467.16/618.97	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.07 s
2864.33/718.54	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 396.45 s
2864.33/718.56	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.08
2864.67/718.67	c vivif2 --  cl tried    60433 cl shrink        0 lits rem          0 time: 0.45
2865.86/718.94	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 1.06
2865.86/718.95	c calculated reachability. Time: 0.00
2865.86/718.95	c  N dy  3577    537451     33976    145276         0     60433    441435   6713501    168.99   no data  --
2906.94/729.22	c  N dy  3716    557528     33976    145276         0     43512    441435   2176213    169.08    178.11  --
2946.81/739.27	c  N dy  3851    577725     33976    145276         0     63705    441435   7319070    169.05    184.77  --
2988.67/749.74	c  N dy  3990    597782     33976    145276         0     45765    441435   2496712    169.06    187.64  --
3029.34/759.99	c  N dy  4138    617863     33976    145276         0     65844    441435   7741347    169.15    186.27  --
3071.59/770.53	c  N dy  4280    637943     33976    145276         0     46930    441435   2614411    169.24    183.25  --
3112.67/780.80	c  N dy  4410    658121     33976    145276         0     67108    441435   7895863    169.27    178.37  --
3154.93/791.49	c  N dy  4545    678466     33976    145276         0     47449    441435   2446715    169.35    197.49  --
3196.40/801.82	c  N dy  4691    698518     33976    145276         0     67497    441435   7744802    169.45    182.99  --
3239.45/812.65	c  N dy  4832    718724     33976    145276         0     46707    441435   1977648    169.55    182.92  --
3280.55/822.97	c  N dy  4973    738764     33976    145276         0     66746    441435   7256833    169.61    184.19  --
3324.41/834.00	c  N dy  5107    758862     33976    145276         0     44858    441435   1293522    169.58    237.42  --
3365.84/844.30	c  N dy  5242    778863     33976    145276         0     64859    441435   6464028    169.57    178.54  --
3410.09/855.46	c  N dy  5376    798893     33976    145276         0     84885    441435  11625610    169.58    179.80  --
3425.29/859.22	c  S st  5428    806177     33976    145276         0     49168    441435   2056726    169.57   no data  --
3426.04/859.50	c  S st  5428    806683     33976    145276         0     49674    441435   2161121    169.57   no data  --
3426.44/859.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
3426.44/859.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3427.24/859.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.02
3428.04/859.98	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3428.04/859.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
3428.44/860.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.05 s
3428.44/860.02	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.07 s
3453.15/866.23	c lits-rem:         2  cl-subs:        1  v-elim:      0  v-fix:    0  time: 24.74 s
3453.15/866.25	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.08
3453.15/866.29	c vivif2 --  cl tried    49673 cl shrink        0 lits rem          0 time: 0.16
3454.35/866.53	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.95
3454.35/866.54	c calculated reachability. Time: 0.01
3454.35/866.54	c  N dy  5428    806683     33976    145276         0     49673    441435   2160944    169.57   no data  --
3496.61/877.16	c  N dy  5570    826850     33976    145276         0     69838    441435   7454549    169.65    187.35  --
3544.44/889.13	c  N dy  5717    846858     33976    145276         0     45849    441435    999643    169.78    178.90  --
3587.11/899.82	c  N dy  5842    866916     33976    145276         0     65906    441435   6163951    169.74    179.46  --
3634.15/911.65	c  N dy  5983    887085     33976    145276         0     86074    441435  11463137    169.78    179.57  --
3677.99/922.64	c  N dy  6121    907207     33976    145276         0     61201    441435   4743594    169.79    180.83  --
3723.49/934.06	c  N dy  6258    927225     33976    145276         0     81216    441435   9936127    169.81    181.94  --
3768.89/945.42	c  N dy  6393    947239     33976    145276         0     55234    441435   2931178    169.81    233.84  --
3813.55/956.65	c  N dy  6535    967384     33976    145276         0     75376    441435   8211541    169.85    186.06  --
3861.39/968.66	c  N dy  6673    987436     33976    145276         0     48424    441435    875444    169.86    203.36  --
3904.84/979.56	c  N dy  6815   1007547     33976    145276         0     68534    441435   6193154    169.89    180.91  --
3951.53/991.24	c  N dy  6954   1027656     33976    145276         0     88642    441435  11470819    169.94    188.54  --
3995.79/1002.35	c  N dy  7085   1047800     33976    145276         0     60791    441435   3882057    169.92    181.99  --
4039.98/1013.49	c  N dy  7223   1067848     33976    145276         0     80838    441435   9066543    169.91    189.19  --
4049.55/1015.85	c  F st  7252   1071875     33976    145276         0     84865    441435  10139180    169.93   no data  --
4087.88/1025.43	c  N dy  7333   1087940     33976    145276         0     51930    441435   1266820    169.97    234.10  --
4131.32/1036.32	c  N dy  7471   1108157     33976    145276         0     72144    441435   6607770    170.00    180.94  --
4177.52/1047.96	c  N dy  7609   1128184     33976    145276         0     92169    441435  11886212    170.03    185.12  --
4222.57/1059.29	c  N dy  7750   1148277     33976    145276         0     62267    441435   3811377    170.09    183.22  --
4267.68/1070.57	c  N dy  7891   1168338     33976    145276         0     82328    441435   9073828    170.16    185.26  --
4317.04/1082.94	c  N dy  8035   1188577     33976    145276         0     51565    441435    696007    170.17    192.87  --
4360.49/1093.84	c  N dy  8179   1208592     33976    145276         0     71577    441435   6021127    170.22    231.02  --
4363.29/1094.59	c  S st  8188   1210024     33976    145276         0     73009    441435   6393858    170.21   no data  --
4364.47/1094.88	c  S st  8188   1210530     33976    145276         0     73515    441435   6494807    170.21   no data  --
4364.87/1094.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
4364.87/1094.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4365.67/1095.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  1.12
4367.68/1095.67	c bin-w-bin subsume rem            0 bins  time:  0.05 s
4367.68/1095.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
4367.68/1095.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.05 s
4368.11/1095.71	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.05 s
4761.96/1194.57	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 393.60 s
4761.96/1194.59	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.08
4762.37/1194.70	c vivif2 --  cl tried    73510 cl shrink        0 lits rem          0 time: 0.43
4763.95/1195.00	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 1.17
4763.95/1195.01	c calculated reachability. Time: 0.01
4763.95/1195.01	c  N dy  8188   1210530     33976    145276         0     73510    441435   6493423    170.21   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368600-1305398316/watcher-3368600-1305398316 -o /tmp/evaluation-result-3368600-1305398316/solver-3368600-1305398316 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368600-1305398316.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.43 7.89 6.85 1/396 28216
/proc/meminfo: memFree=24251696/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=51236 CPUtime=0.02 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 412 0 0 0 2 0 0 0 18 0 4 0 651430300 52465664 352 33554432000 4194304 4650419 140735165695936 18446744073709551615 47282357532594 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 12809 352 303 112 0 7774 0
[pid=28216/tid=28217] ppid=28214 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 651430300 52465664 352 33554432000 4194304 4650419 140735165695936 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 651430300 52465664 352 33554432000 4194304 4650419 140735165695936 18446744073709551615 47282357532594 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 651430300 52465664 352 33554432000 4194304 4650419 140735165695936 18446744073709551615 47282357532592 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.059012 s]
/proc/loadavg: 7.43 7.89 6.85 1/396 28216
/proc/meminfo: memFree=24251696/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=317588 CPUtime=0.23 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) D 28214 28216 28111 0 -1 4202496 18702 0 0 0 19 4 0 0 18 0 4 0 651430300 325210112 14461 33554432000 4194304 4650419 140735165695936 18446744073709551615 242970593463 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 79526 14738 344 112 0 74491 0
[pid=28216/tid=28217] ppid=28214 vsize=318104 CPUtime=0.04 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) D 28214 28216 28111 0 -1 4202560 4628 0 0 0 4 0 0 0 18 0 4 0 651430300 325738496 14738 33554432000 4194304 4650419 140735165695936 18446744073709551615 242970593463 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=318104 CPUtime=0.05 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 4634 0 0 0 4 1 0 0 18 0 4 0 651430300 325738496 14738 33554432000 4194304 4650419 140735165695936 18446744073709551615 242970593463 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=318824 CPUtime=0.06 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) D 28214 28216 28111 0 -1 4202560 4740 0 0 0 5 1 0 0 18 0 4 0 651430300 326475776 14945 33554432000 4194304 4650419 140735165695936 18446744073709551615 242970247287 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 317588

[startup+0.135988 s]
/proc/loadavg: 7.43 7.89 6.85 1/396 28216
/proc/meminfo: memFree=24251696/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=321368 CPUtime=0.48 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) D 28214 28216 28111 0 -1 4202496 24331 0 0 0 41 7 0 0 18 0 4 0 651430300 329080832 20090 33554432000 4194304 4650419 140735165695936 18446744073709551615 242970211361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 80342 20092 344 112 0 75307 0
[pid=28216/tid=28217] ppid=28214 vsize=321368 CPUtime=0.1 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 5966 0 0 0 9 1 0 0 18 0 4 0 651430300 329080832 20092 33554432000 4194304 4650419 140735165695936 18446744073709551615 4545898 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=321368 CPUtime=0.11 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 5976 0 0 0 9 2 0 0 18 0 4 0 651430300 329080832 20094 33554432000 4194304 4650419 140735165695936 18446744073709551615 4373800 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=321368 CPUtime=0.11 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 6003 0 0 0 10 1 0 0 18 0 4 0 651430300 329080832 20095 33554432000 4194304 4650419 140735165695936 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 321368

[startup+0.415954 s]
/proc/loadavg: 7.43 7.89 6.85 1/396 28216
/proc/meminfo: memFree=24251696/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=336212 CPUtime=1.6 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 36486 0 0 0 150 10 0 0 18 0 4 0 651430300 344281088 29656 33554432000 4194304 4650419 140735165695936 18446744073709551615 242970593463 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 84053 29752 377 112 0 79018 0
[pid=28216/tid=28217] ppid=28214 vsize=336212 CPUtime=0.39 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) D 28214 28216 28111 0 -1 4202560 10417 0 0 0 37 2 0 0 18 0 4 0 651430300 344281088 29753 33554432000 4194304 4650419 140735165695936 18446744073709551615 242970211361 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=336212 CPUtime=0.35 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) D 28214 28216 28111 0 -1 4202560 8519 0 0 0 33 2 0 0 18 0 4 0 651430300 344281088 29852 33554432000 4194304 4650419 140735165695936 18446744073709551615 242970210625 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=336212 CPUtime=0.41 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 6701 0 0 0 40 1 0 0 18 0 4 0 651430300 344281088 29950 33554432000 4194304 4650419 140735165695936 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 336212

[startup+0.700866 s]
/proc/loadavg: 7.43 7.89 6.85 1/396 28216
/proc/meminfo: memFree=24251696/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=336212 CPUtime=2.64 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 47490 0 0 0 252 12 0 0 18 0 4 0 651430300 344281088 40639 33554432000 4194304 4650419 140735165695936 18446744073709551615 4432293 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 84053 40639 387 112 0 79018 0
[pid=28216/tid=28217] ppid=28214 vsize=336212 CPUtime=0.65 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 13616 0 0 0 62 3 0 0 18 0 4 0 651430300 344281088 40639 33554432000 4194304 4650419 140735165695936 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=336212 CPUtime=0.61 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 12925 0 0 0 58 3 0 0 18 0 4 0 651430300 344281088 40639 33554432000 4194304 4650419 140735165695936 18446744073709551615 4441742 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=336212 CPUtime=0.67 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 6867 0 0 0 66 1 0 0 18 0 4 0 651430300 344281088 40639 33554432000 4194304 4650419 140735165695936 18446744073709551615 4328256 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 336212

[startup+1.50073 s]
/proc/loadavg: 7.43 7.89 6.85 6/400 28220
/proc/meminfo: memFree=24083520/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=336212 CPUtime=5.83 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 49971 0 0 0 570 13 0 0 19 0 4 0 651430300 344281088 43120 33554432000 4194304 4650419 140735165695936 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 84053 43120 391 112 0 79018 0
[pid=28216/tid=28217] ppid=28214 vsize=336212 CPUtime=1.45 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 14061 0 0 0 142 3 0 0 19 0 4 0 651430300 344281088 43120 33554432000 4194304 4650419 140735165695936 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=336212 CPUtime=1.39 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 13979 0 0 0 136 3 0 0 19 0 4 0 651430300 344281088 43120 33554432000 4194304 4650419 140735165695936 18446744073709551615 4333639 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=336212 CPUtime=1.47 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 7382 0 0 0 146 1 0 0 19 0 4 0 651430300 344281088 43120 33554432000 4194304 4650419 140735165695936 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 336212

[startup+3.10045 s]
/proc/loadavg: 7.43 7.89 6.85 7/399 28220
/proc/meminfo: memFree=24071212/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=370672 CPUtime=12.21 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 54840 0 0 0 1207 14 0 0 22 0 4 0 651430300 379568128 47989 33554432000 4194304 4650419 140735165695936 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 92668 47989 391 112 0 87633 0
[pid=28216/tid=28217] ppid=28214 vsize=370672 CPUtime=3.06 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 15199 0 0 0 302 4 0 0 23 0 4 0 651430300 379568128 47989 33554432000 4194304 4650419 140735165695936 18446744073709551615 4314944 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=370672 CPUtime=2.98 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 15139 0 0 0 295 3 0 0 24 0 4 0 651430300 379568128 47989 33554432000 4194304 4650419 140735165695936 18446744073709551615 4367284 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=370672 CPUtime=3.08 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 8852 0 0 0 306 2 0 0 25 0 4 0 651430300 379568128 47989 33554432000 4194304 4650419 140735165695936 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 370672

[startup+6.3009 s]
/proc/loadavg: 7.48 7.89 6.86 10/405 28250
/proc/meminfo: memFree=23867540/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=518880 CPUtime=24.98 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 62973 0 0 0 2481 17 0 0 25 0 4 0 651430300 531333120 56122 33554432000 4194304 4650419 140735165695936 18446744073709551615 4363496 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 129720 56122 391 112 0 124685 0
[pid=28216/tid=28217] ppid=28214 vsize=518880 CPUtime=6.25 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 17267 0 0 0 621 4 0 0 25 0 4 0 651430300 531333120 56122 33554432000 4194304 4650419 140735165695936 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=518880 CPUtime=6.13 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 17124 0 0 0 610 3 0 0 25 0 4 0 651430300 531333120 56122 33554432000 4194304 4650419 140735165695936 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=518880 CPUtime=6.28 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 10919 0 0 0 625 3 0 0 25 0 4 0 651430300 531333120 56122 33554432000 4194304 4650419 140735165695936 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 518880

[startup+12.7008 s]
/proc/loadavg: 7.60 7.91 6.87 9/405 28250
/proc/meminfo: memFree=23814736/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=609332 CPUtime=50.23 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 87241 0 0 0 4985 38 0 0 25 0 4 0 651430300 623955968 56278 33554432000 4194304 4650419 140735165695936 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 152333 56278 394 112 0 147298 0
[pid=28216/tid=28217] ppid=28214 vsize=609332 CPUtime=12.62 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 23114 0 0 0 1256 6 0 0 25 0 4 0 651430300 623955968 56278 33554432000 4194304 4650419 140735165695936 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=609332 CPUtime=12.41 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 22954 0 0 0 1236 5 0 0 25 0 4 0 651430300 623955968 56278 33554432000 4194304 4650419 140735165695936 18446744073709551615 4333231 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=609332 CPUtime=12.68 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 17928 0 0 0 1260 8 0 0 25 0 4 0 651430300 623955968 56278 33554432000 4194304 4650419 140735165695936 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 609332

[startup+25.5156 s]
/proc/loadavg: 7.69 7.91 6.89 9/405 28251
/proc/meminfo: memFree=23265712/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=830156 CPUtime=101.31 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 215854 0 0 0 10062 69 0 0 25 0 4 0 651430300 850079744 132272 33554432000 4194304 4650419 140735165695936 18446744073709551615 4363452 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 207539 132272 395 112 0 202504 0
[pid=28216/tid=28217] ppid=28214 vsize=830156 CPUtime=25.43 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 85820 0 0 0 2524 19 0 0 25 0 4 0 651430300 850079744 132272 33554432000 4194304 4650419 140735165695936 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=830156 CPUtime=25.05 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 38629 0 0 0 2494 11 0 0 25 0 4 0 651430300 850079744 132272 33554432000 4194304 4650419 140735165695936 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=830156 CPUtime=25.49 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 44608 0 0 0 2536 13 0 0 25 0 4 0 651430300 850079744 132272 33554432000 4194304 4650419 140735165695936 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 830156

[startup+51.1012 s]
/proc/loadavg: 7.79 7.92 6.91 9/405 28251
/proc/meminfo: memFree=23087368/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=884364 CPUtime=203.26 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 429470 0 0 0 20208 118 0 0 25 0 4 0 651430300 905588736 151289 33554432000 4194304 4650419 140735165695936 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 221091 151289 395 112 0 216056 0
[pid=28216/tid=28217] ppid=28214 vsize=884364 CPUtime=51.01 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 237823 0 0 0 5059 42 0 0 25 0 4 0 651430300 905588736 151289 33554432000 4194304 4650419 140735165695936 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=884364 CPUtime=50.31 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 64852 0 0 0 5011 20 0 0 25 0 4 0 651430300 905588736 151289 33554432000 4194304 4650419 140735165695936 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=884364 CPUtime=51.08 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 58367 0 0 0 5089 19 0 0 25 0 4 0 651430300 905588736 151289 33554432000 4194304 4650419 140735165695936 18446744073709551615 4364406 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.26
Current children cumulated vsize (KiB) 884364

[startup+102.3 s]
/proc/loadavg: 7.95 7.94 6.97 9/405 28253
/proc/meminfo: memFree=22787520/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=1020072 CPUtime=407.4 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 842611 0 0 0 40550 190 0 0 25 0 4 0 651430300 1044553728 182120 33554432000 4194304 4650419 140735165695936 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 255018 182120 395 112 0 249983 0
[pid=28216/tid=28217] ppid=28214 vsize=1020072 CPUtime=102.21 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 428428 0 0 0 10152 69 0 0 25 0 4 0 651430300 1044553728 182120 33554432000 4194304 4650419 140735165695936 18446744073709551615 4310809 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=1020072 CPUtime=100.86 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 85186 0 0 0 10057 29 0 0 25 0 4 0 651430300 1044553728 182120 33554432000 4194304 4650419 140735165695936 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=1020072 CPUtime=102.28 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 78910 0 0 0 10202 26 0 0 25 0 4 0 651430300 1044553728 182120 33554432000 4194304 4650419 140735165695936 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.4
Current children cumulated vsize (KiB) 1020072

[startup+162.301 s]

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

[pid=28216] ppid=28214 vsize=1510976 CPUtime=2799.68 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 4917268 0 0 0 279010 958 0 0 25 0 4 0 651430300 1547239424 315587 33554432000 4194304 4650419 140735165695936 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 377744 315587 395 112 0 372709 0
[pid=28216/tid=28217] ppid=28214 vsize=1510976 CPUtime=702.2 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 1498704 0 0 0 69936 284 0 0 25 0 4 0 651430300 1547239424 315587 33554432000 4194304 4650419 140735165695936 18446744073709551615 4315114 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=1510976 CPUtime=693.15 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 998178 0 0 0 69095 220 0 0 25 0 4 0 651430300 1547239424 315587 33554432000 4194304 4650419 140735165695936 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=1510976 CPUtime=702.28 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 261162 0 0 0 70128 100 0 0 25 0 4 0 651430300 1547239424 315587 33554432000 4194304 4650419 140735165695936 18446744073709551615 4328361 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2799.68
Current children cumulated vsize (KiB) 1510976

[startup+762.301 s]
/proc/loadavg: 8.16 8.08 7.52 9/405 28270
/proc/meminfo: memFree=21724008/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=1588924 CPUtime=3038.91 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 5015630 0 0 0 302896 995 0 0 25 0 4 0 651430300 1627058176 323464 33554432000 4194304 4650419 140735165695936 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 397231 323464 395 112 0 392196 0
[pid=28216/tid=28217] ppid=28214 vsize=1588924 CPUtime=762.19 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 1526932 0 0 0 75924 295 0 0 25 0 4 0 651430300 1627058176 323464 33554432000 4194304 4650419 140735165695936 18446744073709551615 4363493 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=1588924 CPUtime=752.38 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 1025736 0 0 0 75009 229 0 0 25 0 4 0 651430300 1627058176 323464 33554432000 4194304 4650419 140735165695936 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=1588924 CPUtime=762.28 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 285406 0 0 0 76119 109 0 0 25 0 4 0 651430300 1627058176 323464 33554432000 4194304 4650419 140735165695936 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3038.91
Current children cumulated vsize (KiB) 1588924

[startup+822.301 s]
/proc/loadavg: 8.16 8.09 7.56 9/405 28272
/proc/meminfo: memFree=21827044/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=1512828 CPUtime=3278.12 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 5132789 0 0 0 326774 1038 0 0 25 0 4 0 651430300 1549135872 306258 33554432000 4194304 4650419 140735165695936 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 378207 306258 395 112 0 373172 0
[pid=28216/tid=28217] ppid=28214 vsize=1512828 CPUtime=822.18 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 1556772 0 0 0 81914 304 0 0 25 0 4 0 651430300 1549135872 306258 33554432000 4194304 4650419 140735165695936 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=1512828 CPUtime=811.61 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 1052707 0 0 0 80922 239 0 0 25 0 4 0 651430300 1549135872 306258 33554432000 4194304 4650419 140735165695936 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=1512828 CPUtime=822.27 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 314650 0 0 0 82106 121 0 0 25 0 4 0 651430300 1549135872 306258 33554432000 4194304 4650419 140735165695936 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3278.12
Current children cumulated vsize (KiB) 1512828

[startup+882.301 s]
/proc/loadavg: 8.33 8.15 7.61 9/405 28274
/proc/meminfo: memFree=21663344/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=1641292 CPUtime=3517.38 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 5234052 0 0 0 350662 1076 0 0 25 0 4 0 651430300 1680683008 327111 33554432000 4194304 4650419 140735165695936 18446744073709551615 4364562 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 410323 327111 395 112 0 405288 0
[pid=28216/tid=28217] ppid=28214 vsize=1641292 CPUtime=882.19 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 1597144 0 0 0 87900 319 0 0 25 0 4 0 651430300 1680683008 327115 33554432000 4194304 4650419 140735165695936 18446744073709551615 4422572 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=1641292 CPUtime=870.84 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 1082570 0 0 0 86834 250 0 0 25 0 4 0 651430300 1680683008 327115 33554432000 4194304 4650419 140735165695936 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=1641292 CPUtime=882.29 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 317757 0 0 0 88107 122 0 0 25 0 4 0 651430300 1680683008 327115 33554432000 4194304 4650419 140735165695936 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3517.38
Current children cumulated vsize (KiB) 1641292

[startup+942.301 s]
/proc/loadavg: 8.16 8.13 7.64 9/405 28275
/proc/meminfo: memFree=21605428/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=1533708 CPUtime=3756.54 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 5754017 0 0 0 374483 1171 0 0 25 0 4 0 651430300 1570516992 327468 33554432000 4194304 4650419 140735165695936 18446744073709551615 4365313 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 383427 327468 395 112 0 378392 0
[pid=28216/tid=28217] ppid=28214 vsize=1533708 CPUtime=942.18 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 2064600 0 0 0 93830 388 0 0 25 0 4 0 651430300 1570516992 327468 33554432000 4194304 4650419 140735165695936 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=1533708 CPUtime=930.03 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 1082884 0 0 0 92753 250 0 0 25 0 4 0 651430300 1570516992 327468 33554432000 4194304 4650419 140735165695936 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=1533708 CPUtime=942.27 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 342516 0 0 0 94094 133 0 0 25 0 4 0 651430300 1570516992 327468 33554432000 4194304 4650419 140735165695936 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3756.54
Current children cumulated vsize (KiB) 1533708

[startup+1002.32 s]
/proc/loadavg: 8.15 8.14 7.67 9/405 28277
/proc/meminfo: memFree=21585296/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=1657956 CPUtime=3995.79 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 6302558 0 0 0 398313 1266 0 0 25 0 4 0 651430300 1697746944 347341 33554432000 4194304 4650419 140735165695936 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 414489 347341 395 112 0 409454 0
[pid=28216/tid=28217] ppid=28214 vsize=1657956 CPUtime=1002.2 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 2560380 0 0 0 99760 460 0 0 25 0 4 0 651430300 1697746944 347342 33554432000 4194304 4650419 140735165695936 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=1657956 CPUtime=989.24 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 1090716 0 0 0 98671 253 0 0 25 0 4 0 651430300 1697746944 347342 33554432000 4194304 4650419 140735165695936 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=1657956 CPUtime=1002.29 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 366075 0 0 0 100084 145 0 0 25 0 4 0 651430300 1697746944 347342 33554432000 4194304 4650419 140735165695936 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3995.79
Current children cumulated vsize (KiB) 1657956

[startup+1062.3 s]
/proc/loadavg: 8.10 8.12 7.69 9/405 28278
/proc/meminfo: memFree=21613552/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=1724432 CPUtime=4234.93 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 6998629 0 0 0 422108 1385 0 0 25 0 4 0 651430300 1765818368 347664 33554432000 4194304 4650419 140735165695936 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 431108 347664 418 112 0 426073 0
[pid=28216/tid=28217] ppid=28214 vsize=1724432 CPUtime=1062.17 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 3177407 0 0 0 105671 546 0 0 25 0 4 0 651430300 1765818368 347664 33554432000 4194304 4650419 140735165695936 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=1724432 CPUtime=1048.42 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 1116495 0 0 0 104577 265 0 0 25 0 4 0 651430300 1765818368 347664 33554432000 4194304 4650419 140735165695936 18446744073709551615 4363299 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=1724432 CPUtime=1062.28 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 388303 0 0 0 106075 153 0 0 25 0 4 0 651430300 1765818368 347664 33554432000 4194304 4650419 140735165695936 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4234.93
Current children cumulated vsize (KiB) 1724432

[startup+1122.3 s]
/proc/loadavg: 8.07 8.11 7.71 9/405 28280
/proc/meminfo: memFree=21674400/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=1613168 CPUtime=4474.1 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 7412600 0 0 0 445944 1466 0 0 25 0 4 0 651430300 1651884032 321237 33554432000 4194304 4650419 140735165695936 18446744073709551615 4476509 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 403292 321237 395 112 0 398257 0
[pid=28216/tid=28217] ppid=28214 vsize=1613168 CPUtime=1122.18 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 3531407 0 0 0 111618 600 0 0 25 0 4 0 651430300 1651884032 321237 33554432000 4194304 4650419 140735165695936 18446744073709551615 4363541 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=1613168 CPUtime=1107.59 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 1141918 0 0 0 110483 276 0 0 25 0 4 0 651430300 1651884032 321237 33554432000 4194304 4650419 140735165695936 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=1613168 CPUtime=1122.28 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 410430 0 0 0 112065 163 0 0 25 0 4 0 651430300 1651884032 321237 33554432000 4194304 4650419 140735165695936 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4474.1
Current children cumulated vsize (KiB) 1613168

[startup+1182.3 s]
/proc/loadavg: 8.10 8.12 7.74 9/405 28282
/proc/meminfo: memFree=21639164/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=1518712 CPUtime=4713.32 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 7498039 0 0 0 469835 1497 0 0 25 0 4 0 651430300 1555161088 324872 33554432000 4194304 4650419 140735165695936 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 379678 324872 395 112 0 374643 0
[pid=28216/tid=28217] ppid=28214 vsize=1518712 CPUtime=1182.17 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 3563057 0 0 0 117606 611 0 0 25 0 4 0 651430300 1555161088 324872 33554432000 4194304 4650419 140735165695936 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=1518712 CPUtime=1166.82 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 1170575 0 0 0 116395 287 0 0 25 0 4 0 651430300 1555161088 324872 33554432000 4194304 4650419 140735165695936 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=1518712 CPUtime=1182.27 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 435562 0 0 0 118055 172 0 0 25 0 4 0 651430300 1555161088 324872 33554432000 4194304 4650419 140735165695936 18446744073709551615 4438666 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4713.32
Current children cumulated vsize (KiB) 1518712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.1 s]
/proc/loadavg: 8.20 8.14 7.75 9/405 28282
/proc/meminfo: memFree=21605804/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=1645928 CPUtime=4800.26 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 7526906 0 0 0 478516 1510 0 0 25 0 4 0 651430300 1685430272 336442 33554432000 4194304 4650419 140735165695936 18446744073709551615 4364358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 411482 336442 395 112 0 406447 0
[pid=28216/tid=28217] ppid=28214 vsize=1645928 CPUtime=1203.99 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 3571038 0 0 0 119783 616 0 0 25 0 4 0 651430300 1685430272 336445 33554432000 4194304 4650419 140735165695936 18446744073709551615 4328176 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=1645928 CPUtime=1188.33 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 1180218 0 0 0 118542 291 0 0 25 0 4 0 651430300 1685430272 336445 33554432000 4194304 4650419 140735165695936 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=1645928 CPUtime=1204.09 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 442264 0 0 0 120234 175 0 0 25 0 4 0 651430300 1685430272 336445 33554432000 4194304 4650419 140735165695936 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1645928

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

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

[startup+1204.1 s]
/proc/loadavg: 8.20 8.14 7.75 9/405 28282
/proc/meminfo: memFree=21605804/32951132 swapFree=67093844/67111528
[pid=28216] ppid=28214 vsize=1645928 CPUtime=4800.26 cores=1,3,5,7
/proc/28216/stat : 28216 (strangenight1-m) R 28214 28216 28111 0 -1 4202496 7526906 0 0 0 478516 1510 0 0 25 0 4 0 651430300 1685430272 336442 33554432000 4194304 4650419 140735165695936 18446744073709551615 4364358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28216/statm: 411482 336442 395 112 0 406447 0
[pid=28216/tid=28217] ppid=28214 vsize=1645928 CPUtime=1203.99 cores=1,3,5,7
/proc/28216/task/28217/stat : 28217 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 3571038 0 0 0 119783 616 0 0 25 0 4 0 651430300 1685430272 336445 33554432000 4194304 4650419 140735165695936 18446744073709551615 4328176 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28216/tid=28218] ppid=28214 vsize=1645928 CPUtime=1188.33 cores=1,3,5,7
/proc/28216/task/28218/stat : 28218 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 1180218 0 0 0 118542 291 0 0 25 0 4 0 651430300 1685430272 336445 33554432000 4194304 4650419 140735165695936 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28216/tid=28219] ppid=28214 vsize=1645928 CPUtime=1204.09 cores=1,3,5,7
/proc/28216/task/28219/stat : 28219 (strangenight1-m) R 28214 28216 28111 0 -1 4202560 442264 0 0 0 120234 175 0 0 25 0 4 0 651430300 1685430272 336445 33554432000 4194304 4650419 140735165695936 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1645928

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.18
CPU time (s): 4800.36
CPU user time (s): 4785.2
CPU system time (s): 15.1637
CPU usage (%): 398.643
Max. virtual memory (cumulated for all children) (KiB): 1725284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4785.2
system time used= 15.1637
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7526918
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= 2780
involuntary context switches= 33083

runsolver used 4.03739 second user time and 11.4983 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-14 20:38:37
IDJOB=3368600
IDBENCH=82609
IDSOLVER=1846
FILE ID=node128/3368600-1305398316
RUNJOBID= node128-1305397110-28130
PBS_JOBID= 13324451
Free space on /tmp= 73600 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S648642831-094-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368600-1305398316/watcher-3368600-1305398316 -o /tmp/evaluation-result-3368600-1305398316/solver-3368600-1305398316 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368600-1305398316.cnf

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

MD5SUM BENCH= 4a57833314362e0939d4095b3206ad82
RANDOM SEED=28032132

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24251976 kB
Buffers:        261704 kB
Cached:        2887340 kB
SwapCached:       1440 kB
Active:        6321556 kB
Inactive:      2086980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24251976 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:            8956 kB
Writeback:           0 kB
AnonPages:     5257972 kB
Mapped:          31996 kB
Slab:           187160 kB
PageTables:      37960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100705208 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73588 MiB
End job on node128 at 2011-05-14 20:58:43