Trace number 3174940

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.29 1201.77

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S913491256-073-UNKNOWN.cnf
MD5SUM785309e098f4d0ba8da3027c8426e931
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark245.957
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-3174940-1304056227.cnf'
0.00/0.00	c -- header says num vars:          30000
0.00/0.00	c -- header says num clauses:      126000
3.57/0.93	c -- clauses added:            0 learnts,       126000 normals,            0 xors
3.57/0.93	c -- vars added      30000
3.57/0.93	c Parsing time:  0.35 s
3.57/0.93	c  N st     0         0     30000    126000         0         0    378000         0   no data   no data  --
3.57/0.93	c asymm  cl-useful: 0/126000/126000 lits-rem:0 time: 0.36
3.57/0.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.27
3.57/0.93	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3.57/0.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
3.57/0.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  30000 time:  0.04 s
3.57/0.93	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.04 s
3.57/0.93	c lits-rem:         0  cl-subs:        0  v-elim:    842  v-fix:    0  time:  1.29 s
3.57/0.93	c Finding binary XORs  T:     0.02 s  found:       0
3.57/0.93	c Finding non-binary XORs:     0.26 s (found:       0, avg size: nan)
3.57/0.93	c calculated reachability. Time: 0.00
3.57/0.93	c Calc default polars -  time:   0.04 s pos:   13450 undec:    3425 neg:   13125
3.57/0.93	c =========================================================================================
3.57/0.93	c types(t): F = full restart, N = normal restart
3.57/0.93	c types(t): S = simplification begin/end, E = solution found
3.57/0.93	c restart types(rt): st = static, dy = dynamic
3.57/0.93	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.93	c  B st     0         0     29158    124595         0         0    378257         0   no data   no data  --
8.77/2.24	c  N dy    21      4209     29158    124595         0      4208    378257   1114133    152.44    160.94  --
14.35/3.62	c  N dy    49      8324     29158    124595         0      8323    378257   2078886    152.57    161.32  --
19.95/5.04	c  N dy    78     12422     29158    124595         0     12421    378257   3065058    152.91    200.48  --
25.54/6.45	c  N dy   105     16469     29158    124595         0     16466    378257   4015509    152.16    166.36  --
31.53/7.96	c  N dy   133     20595     29158    124595         0     10597    378257    752680    152.96    164.08  --
37.12/9.39	c  N dy   163     24640     29158    124595         0     14642    378257   1724946    153.72    193.55  --
37.93/9.52	c  F st   166     25001     29158    124595         0     15003    378257   1818245    153.91   no data  --
45.51/11.43	c  N dy   172     30003     29158    124595         0     20005    378257   3388384    153.91   no data  --
45.51/11.43	c  S st   172     30003     29158    124595         0     20005    378257   3388384    153.91   no data  --
46.31/11.61	c  S st   172     30507     29158    124595         0     20509    378257   3493940    153.91   no data  --
46.31/11.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
46.31/11.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.11/11.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.68
48.73/12.22	c bin-w-bin subsume rem            0 bins  time:  0.03 s
48.73/12.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
48.73/12.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.04 s
48.73/12.25	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.05 s
79.47/19.96	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 30.57 s
80.26/20.11	c asymm  cl-useful: 0/124595/124595 lits-rem:0 time: 0.62
80.26/20.12	c calculated reachability. Time: 0.01
80.26/20.12	c  N dy   172     30507     29158    124595         0     20506    378257   3491565    153.91   no data  --
87.05/21.84	c  N dy   201     34665     29158    124595         0     24664    378257   4492988    154.00    166.44  --
94.23/23.62	c  N dy   230     38957     29158    124595         0     28955    378257   5534240    154.38    168.27  --
101.05/25.36	c  N dy   260     43097     29158    124595         0     17596    378257   1259205    154.63    168.00  --
105.44/26.44	c  S st   277     45761     29158    124595         0     20260    378257   1889901    154.43    118.03  --
106.22/26.64	c  S st   277     46263     29158    124595         0     20762    378257   1973513    154.43   no data  --
106.22/26.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
106.22/26.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
107.02/26.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.70
107.82/27.02	c bin-w-bin subsume rem            0 bins  time:  0.04 s
107.82/27.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
107.82/27.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.04 s
107.82/27.05	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
126.99/31.81	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 18.94 s
126.99/31.83	c vivif2 --  cl tried   124595 cl shrink        0 lits rem          0 time: 0.06
126.99/31.86	c vivif2 --  cl tried    20760 cl shrink        0 lits rem          0 time: 0.12
127.81/32.01	c asymm  cl-useful: 0/124595/124595 lits-rem:0 time: 0.59
127.81/32.02	c calculated reachability. Time: 0.01
127.81/32.02	c  N dy   277     46263     29158    124595         0     20760    378257   1972683    154.43   no data  --
134.18/33.68	c  N dy   304     50489     29158    124595         0     24986    378257   2987236    154.56    163.51  --
140.59/35.29	c  N dy   333     54505     29158    124595         0     29000    378257   3970502    155.01    209.86  --
147.36/36.98	c  N dy   359     58557     29158    124595         0     33051    378257   4935072    155.05    169.21  --
154.55/38.70	c  N dy   387     62618     29158    124595         0     37111    378257   5933564    155.04    164.25  --
160.95/40.37	c  N dy   414     66783     29158    124595         0     22528    378257   1668835    154.98    163.23  --
165.34/41.41	c  S st   433     69394     29158    124595         0     25139    378257   2297877    155.10    154.82  --
166.14/41.60	c  S st   433     69895     29158    124595         0     25640    378257   2377255    155.10   no data  --
166.14/41.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
166.14/41.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
166.54/41.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.70
167.73/42.00	c bin-w-bin subsume rem            0 bins  time:  0.04 s
167.73/42.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
167.73/42.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.04 s
167.73/42.04	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.05 s
193.32/48.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time: 25.65 s
193.32/48.50	c vivif2 --  cl tried   124595 cl shrink        0 lits rem          0 time: 0.06
193.72/48.53	c vivif2 --  cl tried    25640 cl shrink        0 lits rem          0 time: 0.15
194.10/48.69	c asymm  cl-useful: 0/124595/124595 lits-rem:0 time: 0.64
194.50/48.70	c calculated reachability. Time: 0.00
194.50/48.70	c  N dy   433     69895     29158    124595         0     25640    378257   2377255    155.10   no data  --
202.11/50.61	c  N dy   466     74549     29158    124595         0     30294    378257   3520705    155.29    170.85  --
209.68/52.57	c  N dy   495     79334     29158    124595         0     35079    378257   4665080    155.15    166.16  --
218.86/54.81	c  N dy   530     84563     29158    124595         0     40308    378257   5922849    155.18    164.83  --
223.66/56.05	c  F st   551     87500     29158    124595         0     22372    378257   1032467    155.13   no data  --
229.25/57.43	c  N st   556     90799     29158    124595         0     25670    378257   2025559    155.13   no data  --
239.64/60.02	c  N dy   587     96644     29158    124595         0     31514    378257   3926009    155.20    165.22  --
250.44/62.79	c  N dy   632    102986     29158    124595         0     37855    378257   5429109    155.24    163.76  --
254.02/63.64	c  S st   647    104842     29158    124595         0     39711    378257   5888407    155.41   no data  --
254.83/63.85	c  S st   647    105344     29158    124595         0     40213    378257   5971145    155.41   no data  --
254.83/63.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
254.83/63.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
255.61/64.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.77
257.61/64.55	c bin-w-bin subsume rem            0 bins  time:  0.04 s
257.61/64.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
257.61/64.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.04 s
257.61/64.58	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.05 s
548.41/137.37	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 289.65 s
548.41/137.39	c vivif2 --  cl tried   124595 cl shrink        0 lits rem          0 time: 0.06
548.81/137.48	c vivif2 --  cl tried    40208 cl shrink        0 lits rem          0 time: 0.36
549.63/137.67	c asymm  cl-useful: 0/124595/124595 lits-rem:0 time: 0.76
549.63/137.68	c calculated reachability. Time: 0.01
549.63/137.68	c  N dy   647    105344     29158    124595         0     40208    378257   5969269    155.41   no data  --
561.20/140.59	c  N dy   693    112247     29158    124595         0     24677    378257   1188394    155.29    165.31  --
573.99/143.72	c  N dy   744    119751     29158    124595         0     32180    378257   3014629    155.38    168.37  --
587.57/147.10	c  N dy   800    127412     29158    124595         0     39841    378257   4908984    155.58    168.83  --
602.37/150.83	c  N dy   861    135667     29158    124595         0     24383    378257    759799    155.80    164.05  --
616.32/154.37	c  N dy   919    144404     29158    124595         0     33120    378257   2890442    155.88    168.08  --
632.31/158.37	c  N dy   986    153659     29158    124595         0     42373    378257   5160374    156.05    164.45  --
640.29/160.37	c  S st  1019    158018     29158    124595         0     46731    378257   6214877    156.15    154.33  --
641.50/160.61	c  S st  1019    158522     29158    124595         0     47234    378257   6306698    156.15   no data  --
641.50/160.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
641.50/160.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
642.29/160.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.80
644.29/161.33	c bin-w-bin subsume rem            0 bins  time:  0.04 s
644.29/161.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
644.29/161.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.05 s
644.29/161.36	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.05 s
981.43/245.78	c lits-rem:         5  cl-subs:        0  v-elim:      0  v-fix:    0  time: 336.11 s
981.43/245.79	c vivif2 --  cl tried   124595 cl shrink        0 lits rem          0 time: 0.07
981.83/245.89	c vivif2 --  cl tried    47234 cl shrink        0 lits rem          0 time: 0.39
983.03/246.10	c asymm  cl-useful: 0/124595/124595 lits-rem:0 time: 0.83
983.03/246.11	c calculated reachability. Time: 0.01
983.03/246.11	c  N dy  1019    158522     29158    124595         0     47234    378257   6306693    156.15   no data  --
999.81/250.35	c  N dy  1089    168705     29158    124595         0     32559    378257   2433506    156.17    165.12  --
1018.18/254.90	c  N dy  1162    179502     29158    124595         0     43356    378257   5062083    156.29    165.76  --
1038.15/259.91	c  N dy  1244    191010     29158    124595         0     28933    378257   1300103    156.65    166.13  --
1058.94/265.15	c  N dy  1323    203199     29158    124595         0     41121    378257   4238762    156.56    164.81  --
1083.29/271.24	c  N dy  1410    216250     29158    124595         0     27206    378257    581008    156.70    166.36  --
1106.86/277.20	c  N dy  1505    230076     29158    124595         0     41031    378257   3995557    156.92    171.30  --
1120.86/280.66	c  S st  1562    237783     29158    124595         0     48738    378257   5814734    156.84   no data  --
1121.64/280.89	c  S st  1562    238286     29158    124595         0     49241    378257   5895291    156.84   no data  --
1122.04/280.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
1122.04/280.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1122.84/281.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.82
1124.44/281.54	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1124.44/281.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1124.44/281.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.04 s
1124.44/281.58	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.05 s
1432.43/358.65	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 306.37 s
1432.43/358.66	c vivif2 --  cl tried   124595 cl shrink        0 lits rem          0 time: 0.07
1432.83/358.76	c vivif2 --  cl tried    49236 cl shrink        0 lits rem          0 time: 0.40
1433.62/358.99	c asymm  cl-useful: 0/124595/124595 lits-rem:0 time: 0.89
1434.02/359.00	c calculated reachability. Time: 0.01
1434.02/359.00	c  N dy  1562    238286     29158    124595         0     49236    378257   5893353    156.84   no data  --
1462.38/366.10	c  N dy  1668    253618     29158    124595         0     36587    378257   2622525    156.86    167.93  --
1492.74/373.78	c  N dy  1774    269972     29158    124595         0     52939    378257   6648093    156.89    165.87  --
1525.11/381.88	c  N dy  1894    287206     29158    124595         0     41182    378257   3470915    156.98    170.24  --
1559.45/390.45	c  N dy  2021    305539     29158    124595         0     59514    378257   7995816    157.26    168.39  --
1561.04/390.82	c  F st  2025    306253     29158    124595         0     30235    378257    548159    157.25   no data  --
1594.61/399.30	c  N dy  2126    325080     29158    124595         0     49061    378257   5703571    157.33    166.71  --
1631.75/408.56	c  N dy  2261    345159     29158    124595         0     38141    378257   2179322    157.33    168.51  --
1654.12/414.12	c  S st  2338    357431     29158    124595         0     50412    378257   5183556    157.33   no data  --
1654.92/414.36	c  S st  2338    357935     29158    124595         0     50916    378257   5273088    157.33   no data  --
1654.92/414.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
1654.92/414.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1655.72/414.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.82
1657.31/414.97	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1657.31/414.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1657.31/414.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.04 s
1657.71/415.00	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
1906.18/477.20	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 247.83 s
1906.18/477.22	c vivif2 --  cl tried   124595 cl shrink        0 lits rem          0 time: 0.07
1906.58/477.31	c vivif2 --  cl tried    50912 cl shrink        0 lits rem          0 time: 0.35
1907.40/477.53	c asymm  cl-useful: 0/124595/124595 lits-rem:0 time: 0.90
1907.40/477.54	c calculated reachability. Time: 0.01
1907.40/477.54	c  N dy  2338    357935     29158    124595         0     50912    378257   5269813    157.33   no data  --
1945.73/487.11	c  N dy  2471    378057     29158    124595         0     39039    378257   2230968    157.40    165.93  --
1984.08/496.77	c  N dy  2606    398132     29158    124595         0     59111    378257   7233492    157.50    232.05  --
2022.03/506.27	c  N dy  2746    418150     29158    124595         0     46136    378257   3694731    157.64    171.02  --
2059.98/515.79	c  N dy  2884    438152     29158    124595         0     66135    378257   8569667    157.69    169.31  --
2096.72/524.95	c  N dy  3032    458224     29158    124595         0     52210    378257   5023356    157.88    194.95  --
2135.07/534.60	c  N dy  3166    478296     29158    124595         0     37287    378257   1054617    157.86    167.30  --
2172.62/543.94	c  N dy  3305    498404     29158    124595         0     57393    378257   5992138    157.86    169.88  --
2210.19/553.36	c  N dy  3430    518433     29158    124595         0     41422    378257   1776169    157.87    168.52  --
2243.72/561.72	c  S st  3561    536902     29158    124595         0     59891    378257   6407341    158.00    153.83  --
2244.52/561.98	c  S st  3561    537406     29158    124595         0     60395    378257   6505258    158.00   no data  --
2244.92/562.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
2244.92/562.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2245.74/562.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.83
2247.32/562.66	c bin-w-bin subsume rem            0 bins  time:  0.04 s
2247.32/562.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
2247.32/562.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.04 s
2247.71/562.70	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
2620.39/656.07	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 371.78 s
2620.39/656.09	c vivif2 --  cl tried   124595 cl shrink        0 lits rem          0 time: 0.07
2620.81/656.19	c vivif2 --  cl tried    60392 cl shrink        0 lits rem          0 time: 0.41
2622.00/656.43	c asymm  cl-useful: 0/124595/124595 lits-rem:0 time: 0.95
2622.00/656.44	c calculated reachability. Time: 0.00
2622.00/656.44	c  N dy  3561    537406     29158    124595         0     60392    378257   6503831    158.00   no data  --
2659.54/665.86	c  N dy  3705    557476     29158    124595         0     43460    378257   2047331    158.10    180.86  --
2696.30/675.01	c  N dy  3842    577589     29158    124595         0     63573    378257   6993547    158.15    168.21  --
2733.83/684.41	c  N dy  3979    597626     29158    124595         0     45615    378257   2396746    158.17    223.71  --
2770.59/693.62	c  N dy  4114    617666     29158    124595         0     65654    378257   7340565    158.21    167.63  --
2808.53/703.16	c  N dy  4258    637674     29158    124595         0     46661    378257   2343762    158.24    175.15  --
2845.69/712.48	c  N dy  4399    657777     29158    124595         0     66764    378257   7341437    158.34    171.83  --
2884.43/722.15	c  N dy  4536    677947     29158    124595         0     46929    378257   2181643    158.36    171.44  --
2921.58/731.43	c  N dy  4673    698046     29158    124595         0     67026    378257   7085793    158.37    168.61  --
2960.32/741.18	c  N dy  4810    718072     29158    124595         0     46060    378257   1722155    158.36    168.83  --
2997.10/750.39	c  N dy  4932    738146     29158    124595         0     66134    378257   6655423    158.32    167.60  --
3039.01/760.81	c  N dy  5065    758238     29158    124595         0     44224    378257   1005093    158.29    167.84  --
3076.18/770.16	c  N dy  5200    778373     29158    124595         0     64358    378257   5914428    158.30    167.42  --
3117.30/780.49	c  N dy  5334    798451     29158    124595         0     84434    378257  10767360    158.28    171.80  --
3131.69/784.07	c  S st  5383    806110     29158    124595         0     49092    378257   1919800    158.24   no data  --
3132.90/784.31	c  S st  5383    806611     29158    124595         0     49593    378257   2014954    158.24   no data  --
3132.90/784.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
3132.90/784.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3133.68/784.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.80
3134.48/784.71	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3134.48/784.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
3134.48/784.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.04 s
3134.48/784.74	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
3156.05/790.15	c lits-rem:         2  cl-subs:        1  v-elim:      0  v-fix:    0  time: 21.57 s
3156.05/790.16	c vivif2 --  cl tried   124595 cl shrink        0 lits rem          0 time: 0.07
3156.45/790.20	c vivif2 --  cl tried    49592 cl shrink        0 lits rem          0 time: 0.14
3157.25/790.41	c asymm  cl-useful: 0/124595/124595 lits-rem:0 time: 0.86
3157.25/790.42	c calculated reachability. Time: 0.00
3157.25/790.42	c  N dy  5383    806611     29158    124595         0     49592    378257   2014220    158.24   no data  --
3196.79/800.33	c  N dy  5523    826826     29158    124595         0     69804    378257   6985759    158.27    179.30  --
3239.94/811.10	c  N dy  5655    846832     29158    124595         0     45813    378257    960253    158.25    178.66  --
3279.48/821.09	c  N dy  5797    866875     29158    124595         0     65856    378257   5974260    158.31    167.24  --
3322.62/831.83	c  N dy  5927    886894     29158    124595         0     85874    378257  10889593    158.30    172.44  --
3362.97/841.90	c  N dy  6062    906969     29158    124595         0     60952    378257   4432505    158.31    183.00  --
3404.52/852.37	c  N dy  6196    926987     29158    124595         0     80969    378257   9291898    158.32    168.89  --
3446.85/862.94	c  N dy  6342    947037     29158    124595         0     55017    378257   2725534    158.37    169.29  --
3488.00/873.22	c  N dy  6477    967120     29158    124595         0     75099    378257   7739779    158.40    169.11  --
3532.34/884.37	c  N dy  6616    987165     29158    124595         0     48145    378257    791540    158.43    169.27  --
3570.69/893.92	c  N dy  6742   1007168     29158    124595         0     68148    378257   5730610    158.42    173.20  --
3613.44/904.63	c  N dy  6884   1027238     29158    124595         0     88217    378257  10610588    158.41    175.39  --
3654.57/914.91	c  N dy  7016   1047570     29158    124595         0     60550    378257   3588552    158.38    170.71  --
3695.74/925.26	c  N dy  7156   1067646     29158    124595         0     80625    378257   8562336    158.41    167.75  --
3704.90/927.51	c  F st  7182   1071875     29158    124595         0     84853    378257   9604982    158.42    132.00  --
3739.28/936.12	c  N dy  7250   1087755     29158    124595         0     51738    378257   1163428    158.37    168.32  --
3778.01/945.83	c  N dy  7378   1107869     29158    124595         0     71851    378257   6108586    158.34    168.38  --
3821.14/956.61	c  N dy  7516   1128117     29158    124595         0     92098    378257  11088760    158.35    181.37  --
3861.89/966.85	c  N dy  7637   1148133     29158    124595         0     62120    378257   3448439    158.28    171.06  --
3903.83/977.30	c  N dy  7773   1168169     29158    124595         0     82155    378257   8388059    158.30    175.15  --
3947.36/988.21	c  N dy  7911   1188222     29158    124595         0     51211    378257    572283    158.34    168.34  --
3985.33/997.78	c  N dy  8056   1208318     29158    124595         0     71307    378257   5588616    158.39    176.88  --
3988.51/998.59	c  S st  8068   1209917     29158    124595         0     72906    378257   5984070    158.39    140.42  --
3989.72/998.86	c  S st  8068   1210418     29158    124595         0     73407    378257   6076724    158.39   no data  --
3989.72/998.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
3989.72/998.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3990.90/999.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.89
3992.50/999.53	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3992.50/999.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
3992.50/999.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.05 s
3992.50/999.57	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
4342.82/1087.24	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 349.02 s
4342.82/1087.26	c vivif2 --  cl tried   124595 cl shrink        0 lits rem          0 time: 0.07
4343.22/1087.36	c vivif2 --  cl tried    73405 cl shrink        0 lits rem          0 time: 0.40
4344.43/1087.62	c asymm  cl-useful: 0/124595/124595 lits-rem:0 time: 1.06
4344.43/1087.63	c calculated reachability. Time: 0.00
4344.43/1087.63	c  N dy  8068   1210418     29158    124595         0     73405    378257   6075878    158.39   no data  --
4385.96/1098.00	c  N dy  8202   1230504     29158    124595         0     93490    378257  10992026    158.39    171.72  --
4426.70/1108.28	c  N dy  8337   1250586     29158    124595         0     61574    378257   2870039    158.37    167.42  --
4466.25/1118.17	c  N dy  8482   1270591     29158    124595         0     81575    378257   7788928    158.39    167.13  --
4509.39/1128.93	c  N dy  8609   1290614     29158    124595         0    101598    378257  12750843    158.40    167.17  --
4549.33/1138.97	c  N dy  8748   1311047     29158    124595         0     69029    378257   4436865    158.41    167.16  --
4590.07/1149.16	c  N dy  8886   1331214     29158    124595         0     89193    378257   9408697    158.43    171.67  --
4635.62/1160.52	c  N dy  9022   1351747     29158    124595         0     55728    378257    945360    158.43    166.80  --
4675.96/1170.62	c  N dy  9154   1371962     29158    124595         0     75942    378257   5910027    158.41    173.84  --
4719.89/1181.62	c  N dy  9290   1391998     29158    124595         0     95977    378257  10884537    158.45    173.05  --
4765.03/1192.97	c  N dy  9425   1412044     29158    124595         0     61028    378257   2048107    158.47    191.50  --

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

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

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


[startup+0 s]
/proc/loadavg: 6.77 7.78 7.97 7/180 9274
/proc/meminfo: memFree=19521480/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 413 0 0 0 0 0 0 0 21 0 4 0 498038853 52465664 352 33554432000 4194304 4650419 140736844375776 18446744073709551615 46985801095090 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 12809 352 303 112 0 7774 0
[pid=9274/tid=9275] ppid=9272 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 498038854 52465664 352 33554432000 4194304 4650419 140736844375776 18446744073709551615 46985801095090 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 498038854 52465664 352 33554432000 4194304 4650419 140736844375776 18446744073709551615 255106825201 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 498038854 52465664 352 33554432000 4194304 4650419 140736844375776 18446744073709551615 46985801095090 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.100595 s]
/proc/loadavg: 6.77 7.78 7.97 7/180 9274
/proc/meminfo: memFree=19521480/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=310932 CPUtime=0.37 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 19553 0 0 0 33 4 0 0 18 0 4 0 498038853 318394368 17423 33554432000 4194304 4650419 140736844375776 18446744073709551615 255106417706 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 77733 17423 344 112 0 72698 0
[pid=9274/tid=9275] ppid=9272 vsize=310932 CPUtime=0.08 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 4789 0 0 0 8 0 0 0 18 0 4 0 498038854 318394368 17423 33554432000 4194304 4650419 140736844375776 18446744073709551615 255106417752 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=310932 CPUtime=0.08 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 4761 0 0 0 8 0 0 0 24 0 4 0 498038854 318394368 17423 33554432000 4194304 4650419 140736844375776 18446744073709551615 4306624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=310932 CPUtime=0.08 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 4796 0 0 0 7 1 0 0 18 0 4 0 498038854 318394368 17423 33554432000 4194304 4650419 140736844375776 18446744073709551615 255106417868 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 310932

[startup+0.200573 s]
/proc/loadavg: 6.77 7.78 7.97 7/180 9274
/proc/meminfo: memFree=19521480/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=347392 CPUtime=0.77 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 21111 0 0 0 73 4 0 0 18 0 4 0 498038853 355729408 18981 33554432000 4194304 4650419 140736844375776 18446744073709551615 255106466410 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 86848 19010 369 112 0 81813 0
[pid=9274/tid=9275] ppid=9272 vsize=347392 CPUtime=0.19 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 5345 0 0 0 18 1 0 0 18 0 4 0 498038854 355729408 19026 33554432000 4194304 4650419 140736844375776 18446744073709551615 4515973 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=347392 CPUtime=0.18 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 5106 0 0 0 18 0 0 0 25 0 4 0 498038854 355729408 19044 33554432000 4194304 4650419 140736844375776 18446744073709551615 4516004 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=347392 CPUtime=0.18 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 5020 0 0 0 17 1 0 0 18 0 4 0 498038854 355729408 19061 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363604 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 347392

[startup+0.300555 s]
/proc/loadavg: 6.77 7.78 7.97 7/180 9274
/proc/meminfo: memFree=19521480/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=328208 CPUtime=1.17 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 26311 0 0 0 112 5 0 0 18 0 4 0 498038853 336084992 21961 33554432000 4194304 4650419 140736844375776 18446744073709551615 255106429985 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 82052 21966 377 112 0 77017 0
[pid=9274/tid=9275] ppid=9272 vsize=328208 CPUtime=0.29 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 6962 0 0 0 28 1 0 0 18 0 4 0 498038854 336084992 21968 33554432000 4194304 4650419 140736844375776 18446744073709551615 4426459 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=328208 CPUtime=0.28 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 6896 0 0 0 27 1 0 0 25 0 4 0 498038854 336084992 21970 33554432000 4194304 4650419 140736844375776 18446744073709551615 4426530 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=328208 CPUtime=0.28 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 5101 0 0 0 27 1 0 0 18 0 4 0 498038854 336084992 21971 33554432000 4194304 4650419 140736844375776 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 328208

[startup+0.700488 s]
/proc/loadavg: 6.77 7.78 7.97 7/180 9274
/proc/meminfo: memFree=19521480/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=348068 CPUtime=2.77 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 43311 0 0 0 270 7 0 0 18 0 4 0 498038853 356421632 33767 33554432000 4194304 4650419 140736844375776 18446744073709551615 4428211 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 87017 33767 387 112 0 81982 0
[pid=9274/tid=9275] ppid=9272 vsize=348068 CPUtime=0.69 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 12799 0 0 0 67 2 0 0 18 0 4 0 498038854 356421632 33767 33554432000 4194304 4650419 140736844375776 18446744073709551615 4541781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=348068 CPUtime=0.68 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 11898 0 0 0 67 1 0 0 25 0 4 0 498038854 356421632 33767 33554432000 4194304 4650419 140736844375776 18446744073709551615 4451430 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=348068 CPUtime=0.68 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 5400 0 0 0 67 1 0 0 18 0 4 0 498038854 356421632 33767 33554432000 4194304 4650419 140736844375776 18446744073709551615 4333767 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 348068

[startup+1.50035 s]
/proc/loadavg: 6.77 7.78 7.97 10/184 9278
/proc/meminfo: memFree=19378852/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=348068 CPUtime=5.97 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 45723 0 0 0 589 8 0 0 19 0 4 0 498038853 356421632 36179 33554432000 4194304 4650419 140736844375776 18446744073709551615 4364352 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 87017 36179 391 112 0 81982 0
[pid=9274/tid=9275] ppid=9272 vsize=348068 CPUtime=1.49 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 13424 0 0 0 147 2 0 0 19 0 4 0 498038854 356421632 36179 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363644 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=348068 CPUtime=1.47 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 12481 0 0 0 146 1 0 0 25 0 4 0 498038854 356421632 36180 33554432000 4194304 4650419 140736844375776 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=348068 CPUtime=1.49 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 6009 0 0 0 147 2 0 0 19 0 4 0 498038854 356421632 36180 33554432000 4194304 4650419 140736844375776 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 348068

[startup+3.10106 s]
/proc/loadavg: 6.77 7.78 7.97 9/184 9278
/proc/meminfo: memFree=19357028/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=380888 CPUtime=12.36 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 50582 0 0 0 1227 9 0 0 25 0 4 0 498038853 390029312 41038 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363541 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 95222 41038 391 112 0 90187 0
[pid=9274/tid=9275] ppid=9272 vsize=380888 CPUtime=3.09 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 14518 0 0 0 307 2 0 0 25 0 4 0 498038854 390029312 41038 33554432000 4194304 4650419 140736844375776 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=380888 CPUtime=3.07 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 13594 0 0 0 306 1 0 0 25 0 4 0 498038854 390029312 41038 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363411 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=380888 CPUtime=3.08 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 7557 0 0 0 306 2 0 0 25 0 4 0 498038854 390029312 41038 33554432000 4194304 4650419 140736844375776 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 380888

[startup+6.3005 s]
/proc/loadavg: 6.87 7.78 7.97 9/184 9278
/proc/meminfo: memFree=19257140/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=521864 CPUtime=25.14 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 59317 0 0 0 2502 12 0 0 25 0 4 0 498038853 534388736 49773 33554432000 4194304 4650419 140736844375776 18446744073709551615 4367284 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 130466 49773 391 112 0 125431 0
[pid=9274/tid=9275] ppid=9272 vsize=521864 CPUtime=6.29 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 16682 0 0 0 627 2 0 0 25 0 4 0 498038854 534388736 49773 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=521864 CPUtime=6.25 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 15742 0 0 0 623 2 0 0 25 0 4 0 498038854 534388736 49773 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=521864 CPUtime=6.28 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 9813 0 0 0 625 3 0 0 25 0 4 0 498038854 534388736 49773 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363493 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 521864

[startup+12.7004 s]
/proc/loadavg: 6.96 7.78 7.97 9/184 9278
/proc/meminfo: memFree=19157988/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=665832 CPUtime=50.7 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 104155 0 0 0 5048 22 0 0 25 0 4 0 498038853 681811968 70265 33554432000 4194304 4650419 140736844375776 18446744073709551615 4438661 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 166458 70265 395 112 0 161423 0
[pid=9274/tid=9275] ppid=9272 vsize=665832 CPUtime=12.69 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 23538 0 0 0 1265 4 0 0 25 0 4 0 498038854 681811968 70265 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=665832 CPUtime=12.62 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 21512 0 0 0 1259 3 0 0 25 0 4 0 498038854 681811968 70265 33554432000 4194304 4650419 140736844375776 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=665832 CPUtime=12.68 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 16558 0 0 0 1262 6 0 0 25 0 4 0 498038854 681811968 70265 33554432000 4194304 4650419 140736844375776 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 665832

[startup+25.5011 s]
/proc/loadavg: 7.19 7.79 7.97 9/184 9279
/proc/meminfo: memFree=18851848/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=783504 CPUtime=101.83 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 224702 0 0 0 10134 49 0 0 25 0 4 0 498038853 802308096 124692 33554432000 4194304 4650419 140736844375776 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 195876 124692 395 112 0 190841 0
[pid=9274/tid=9275] ppid=9272 vsize=783504 CPUtime=25.49 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 95580 0 0 0 2531 18 0 0 25 0 4 0 498038854 802308096 124692 33554432000 4194304 4650419 140736844375776 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=783504 CPUtime=25.35 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 36188 0 0 0 2529 6 0 0 25 0 4 0 498038854 802308096 124692 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363307 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=783504 CPUtime=25.48 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 43176 0 0 0 2535 13 0 0 25 0 4 0 498038854 802308096 124692 33554432000 4194304 4650419 140736844375776 18446744073709551615 4476411 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 783504

[startup+51.1006 s]
/proc/loadavg: 7.52 7.83 7.97 9/184 9279
/proc/meminfo: memFree=18715256/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=974200 CPUtime=204.08 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 424502 0 0 0 20326 82 0 0 25 0 4 0 498038853 997580800 144262 33554432000 4194304 4650419 140736844375776 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 243550 144262 395 112 0 238515 0
[pid=9274/tid=9275] ppid=9272 vsize=974200 CPUtime=51.09 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 236345 0 0 0 5074 35 0 0 25 0 4 0 498038854 997580800 144262 33554432000 4194304 4650419 140736844375776 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=974200 CPUtime=50.8 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 59108 0 0 0 5069 11 0 0 25 0 4 0 498038854 997580800 144262 33554432000 4194304 4650419 140736844375776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=974200 CPUtime=51.08 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 60795 0 0 0 5089 19 0 0 25 0 4 0 498038854 997580800 144263 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 974200

[startup+102.301 s]
/proc/loadavg: 7.86 7.87 7.98 9/184 9281
/proc/meminfo: memFree=18562220/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=1103988 CPUtime=408.62 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 817257 0 0 0 40709 153 0 0 25 0 4 0 498038853 1130483712 174806 33554432000 4194304 4650419 140736844375776 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 275997 174806 396 112 0 270962 0
[pid=9274/tid=9275] ppid=9272 vsize=1103988 CPUtime=102.29 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 379613 0 0 0 10172 57 0 0 25 0 4 0 498038854 1130483712 174806 33554432000 4194304 4650419 140736844375776 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=1103988 CPUtime=101.73 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 78720 0 0 0 10154 19 0 0 25 0 4 0 498038854 1130483712 174806 33554432000 4194304 4650419 140736844375776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=1103988 CPUtime=102.28 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 90102 0 0 0 10200 28 0 0 25 0 4 0 498038854 1130483712 174806 33554432000 4194304 4650419 140736844375776 18446744073709551615 4310813 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 1103988

[startup+162.301 s]

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

[pid=9274] ppid=9272 vsize=1519764 CPUtime=2565.68 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 4521815 0 0 0 255719 849 0 0 25 0 4 0 498038853 1556238336 290818 33554432000 4194304 4650419 140736844375776 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 379941 290818 423 112 0 374906 0
[pid=9274/tid=9275] ppid=9272 vsize=1519764 CPUtime=642.29 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1302682 0 0 0 63989 240 0 0 25 0 4 0 498038854 1556238336 290818 33554432000 4194304 4650419 140736844375776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=1519764 CPUtime=638.79 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 262315 0 0 0 63780 99 0 0 25 0 4 0 498038854 1556238336 290818 33554432000 4194304 4650419 140736844375776 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=1519764 CPUtime=642.27 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1084095 0 0 0 64003 224 0 0 25 0 4 0 498038854 1556238336 290818 33554432000 4194304 4650419 140736844375776 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.68
Current children cumulated vsize (KiB) 1519764

[startup+702.301 s]
/proc/loadavg: 8.10 8.07 8.02 9/184 9306
/proc/meminfo: memFree=17577784/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=1397064 CPUtime=2805.35 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 4722630 0 0 0 279631 904 0 0 25 0 4 0 498038853 1430593536 296972 33554432000 4194304 4650419 140736844375776 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 349266 296972 395 112 0 344231 0
[pid=9274/tid=9275] ppid=9272 vsize=1397064 CPUtime=702.28 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1334531 0 0 0 69976 252 0 0 25 0 4 0 498038854 1430593536 296972 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=1397064 CPUtime=698.46 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 287245 0 0 0 69737 109 0 0 25 0 4 0 498038854 1430593536 296972 33554432000 4194304 4650419 140736844375776 18446744073709551615 4331981 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=1397064 CPUtime=702.27 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1113497 0 0 0 69992 235 0 0 25 0 4 0 498038854 1430593536 296972 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.35
Current children cumulated vsize (KiB) 1397064

[startup+762.3 s]
/proc/loadavg: 8.15 8.08 8.02 9/184 9307
/proc/meminfo: memFree=17728680/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=1457340 CPUtime=3045.02 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 4825073 0 0 0 303564 938 0 0 25 0 4 0 498038853 1492316160 287645 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363448 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 364335 287645 395 112 0 359300 0
[pid=9274/tid=9275] ppid=9272 vsize=1457340 CPUtime=762.29 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1365209 0 0 0 75966 263 0 0 25 0 4 0 498038854 1492316160 287645 33554432000 4194304 4650419 140736844375776 18446744073709551615 4229514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=1457340 CPUtime=758.13 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 309131 0 0 0 75697 116 0 0 25 0 4 0 498038854 1492316160 287645 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=1457340 CPUtime=762.27 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1135589 0 0 0 75985 242 0 0 25 0 4 0 498038854 1492316160 287645 33554432000 4194304 4650419 140736844375776 18446744073709551615 4441888 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 1457340

[startup+822.301 s]
/proc/loadavg: 8.17 8.09 8.03 9/184 9309
/proc/meminfo: memFree=17634300/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=1456776 CPUtime=3284.67 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 4989697 0 0 0 327486 981 0 0 25 0 4 0 498038853 1491738624 304584 33554432000 4194304 4650419 140736844375776 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 364194 304601 395 112 0 359159 0
[pid=9274/tid=9275] ppid=9272 vsize=1456776 CPUtime=822.29 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1475345 0 0 0 81948 281 0 0 25 0 4 0 498038854 1491738624 304608 33554432000 4194304 4650419 140736844375776 18446744073709551615 4441897 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=1456776 CPUtime=817.8 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 323083 0 0 0 81657 123 0 0 25 0 4 0 498038854 1491738624 304619 33554432000 4194304 4650419 140736844375776 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=1456776 CPUtime=822.26 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1147791 0 0 0 81978 248 0 0 25 0 4 0 498038854 1491738624 304629 33554432000 4194304 4650419 140736844375776 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 1456776

[startup+882.306 s]
/proc/loadavg: 8.13 8.09 8.03 9/184 9310
/proc/meminfo: memFree=17604644/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=1516860 CPUtime=3524.37 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 5292315 0 0 0 351392 1045 0 0 25 0 4 0 498038853 1553264640 303297 33554432000 4194304 4650419 140736844375776 18446744073709551615 4303973 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 379215 303297 409 112 0 374180 0
[pid=9274/tid=9275] ppid=9272 vsize=1516860 CPUtime=882.29 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1724166 0 0 0 87913 316 0 0 25 0 4 0 498038854 1553264640 303297 33554432000 4194304 4650419 140736844375776 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=1516860 CPUtime=877.47 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 323083 0 0 0 87624 123 0 0 25 0 4 0 498038854 1553264640 303297 33554432000 4194304 4650419 140736844375776 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=1516860 CPUtime=882.27 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1173996 0 0 0 87964 263 0 0 25 0 4 0 498038854 1553264640 303297 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.37
Current children cumulated vsize (KiB) 1516860

[startup+942.301 s]
/proc/loadavg: 8.11 8.09 8.02 9/184 9312
/proc/meminfo: memFree=17611196/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=1583392 CPUtime=3764.02 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 5650995 0 0 0 375289 1113 0 0 25 0 4 0 498038853 1621393408 302158 33554432000 4194304 4650419 140736844375776 18446744073709551615 4333611 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 395848 302158 409 112 0 390813 0
[pid=9274/tid=9275] ppid=9272 vsize=1583392 CPUtime=942.29 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 2001466 0 0 0 93876 353 0 0 25 0 4 0 498038854 1621393408 302158 33554432000 4194304 4650419 140736844375776 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=1583392 CPUtime=937.15 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 344284 0 0 0 93583 132 0 0 25 0 4 0 498038854 1621393408 302158 33554432000 4194304 4650419 140736844375776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=1583392 CPUtime=942.27 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1204111 0 0 0 93951 276 0 0 25 0 4 0 498038854 1621393408 302158 33554432000 4194304 4650419 140736844375776 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 1583392

[startup+1002.3 s]
/proc/loadavg: 8.17 8.10 8.03 9/184 9314
/proc/meminfo: memFree=17652964/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=1458392 CPUtime=4003.68 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 5932977 0 0 0 399198 1170 0 0 25 0 4 0 498038853 1493393408 299180 33554432000 4194304 4650419 140736844375776 18446744073709551615 4428112 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 364598 299180 395 112 0 359563 0
[pid=9274/tid=9275] ppid=9272 vsize=1458392 CPUtime=1002.29 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 2205525 0 0 0 99848 381 0 0 25 0 4 0 498038854 1493393408 299180 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=1458392 CPUtime=996.82 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 366968 0 0 0 99541 141 0 0 25 0 4 0 498038854 1493393408 299180 33554432000 4194304 4650419 140736844375776 18446744073709551615 4311141 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=1458392 CPUtime=1002.27 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1230678 0 0 0 99940 287 0 0 25 0 4 0 498038854 1493393408 299180 33554432000 4194304 4650419 140736844375776 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 1458392

[startup+1062.3 s]
/proc/loadavg: 8.18 8.11 8.03 9/184 9315
/proc/meminfo: memFree=17404704/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=1586188 CPUtime=4243.36 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 6334153 0 0 0 423088 1248 0 0 25 0 4 0 498038853 1624256512 328717 33554432000 4194304 4650419 140736844375776 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 396547 328717 395 112 0 391512 0
[pid=9274/tid=9275] ppid=9272 vsize=1586188 CPUtime=1062.29 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 2232317 0 0 0 105836 393 0 0 25 0 4 0 498038854 1624256512 328717 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=1586188 CPUtime=1056.49 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 391454 0 0 0 105498 151 0 0 25 0 4 0 498038854 1624256512 328717 33554432000 4194304 4650419 140736844375776 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=1586188 CPUtime=1062.27 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1259141 0 0 0 105928 299 0 0 25 0 4 0 498038854 1624256512 328717 33554432000 4194304 4650419 140736844375776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.36
Current children cumulated vsize (KiB) 1586188

[startup+1122.3 s]
/proc/loadavg: 8.17 8.12 8.04 9/184 9317
/proc/meminfo: memFree=17344432/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=1587204 CPUtime=4483.02 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 6596803 0 0 0 446991 1311 0 0 25 0 4 0 498038853 1625296896 324221 33554432000 4194304 4650419 140736844375776 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 396801 324221 395 112 0 391766 0
[pid=9274/tid=9275] ppid=9272 vsize=1587204 CPUtime=1122.28 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 2263100 0 0 0 111824 404 0 0 25 0 4 0 498038854 1625296896 324221 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=1587204 CPUtime=1116.16 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 414049 0 0 0 111455 161 0 0 25 0 4 0 498038854 1625296896 324221 33554432000 4194304 4650419 140736844375776 18446744073709551615 4333771 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=1587204 CPUtime=1122.25 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1280139 0 0 0 111918 307 0 0 25 0 4 0 498038854 1625296896 324221 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.02
Current children cumulated vsize (KiB) 1587204

[startup+1182.3 s]
/proc/loadavg: 8.16 8.13 8.04 9/184 9318
/proc/meminfo: memFree=17294572/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=1644916 CPUtime=4722.69 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 6706760 0 0 0 470917 1352 0 0 25 0 4 0 498038853 1684393984 337696 33554432000 4194304 4650419 140736844375776 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 411229 337696 395 112 0 406194 0
[pid=9274/tid=9275] ppid=9272 vsize=1644916 CPUtime=1182.28 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 2289600 0 0 0 117812 416 0 0 25 0 4 0 498038854 1684393984 337696 33554432000 4194304 4650419 140736844375776 18446744073709551615 4367335 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=1644916 CPUtime=1175.84 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 440924 0 0 0 117416 168 0 0 25 0 4 0 498038854 1684393984 337696 33554432000 4194304 4650419 140736844375776 18446744073709551615 4476756 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=1644916 CPUtime=1182.25 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1309750 0 0 0 117906 319 0 0 25 0 4 0 498038854 1684393984 337696 33554432000 4194304 4650419 140736844375776 18446744073709551615 4364497 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.69
Current children cumulated vsize (KiB) 1644916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.12 8.04 5/179 9320
/proc/meminfo: memFree=18174388/32951124 swapFree=67111524/67111528
[pid=9274] ppid=9272 vsize=1650052 CPUtime=4800.19 cores=1,3,5,7
/proc/9274/stat : 9274 (strangenight1-m) R 9272 9274 8638 0 -1 4202496 6735081 0 0 0 478655 1364 0 0 25 0 4 0 498038853 1689653248 342363 33554432000 4194304 4650419 140736844375776 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9274/statm: 412513 342363 395 112 0 407478 0
[pid=9274/tid=9275] ppid=9272 vsize=1650052 CPUtime=1201.68 cores=1,3,5,7
/proc/9274/task/9275/stat : 9275 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 2299346 0 0 0 119749 419 0 0 25 0 4 0 498038854 1689653248 342363 33554432000 4194304 4650419 140736844375776 18446744073709551615 4331339 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9274/tid=9276] ppid=9272 vsize=1650052 CPUtime=1195.13 cores=1,3,5,7
/proc/9274/task/9276/stat : 9276 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 440924 0 0 0 119345 168 0 0 25 0 4 0 498038854 1689653248 342363 33554432000 4194304 4650419 140736844375776 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9274/tid=9277] ppid=9272 vsize=1650052 CPUtime=1201.66 cores=1,3,5,7
/proc/9274/task/9277/stat : 9277 (strangenight1-m) R 9272 9274 8638 0 -1 4202560 1318124 0 0 0 119843 323 0 0 25 0 4 0 498038854 1689653248 342363 33554432000 4194304 4650419 140736844375776 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1650052

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.77
CPU time (s): 4800.29
CPU user time (s): 4786.58
CPU system time (s): 13.7069
CPU usage (%): 399.435
Max. virtual memory (cumulated for all children) (KiB): 1650052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4786.58
system time used= 13.7069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6735089
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= 2460
involuntary context switches= 20586

runsolver used 1.9567 second user time and 4.6183 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 07:50:27
IDJOB=3174940
IDBENCH=82558
IDSOLVER=1588
FILE ID=node144/3174940-1304056227
RUNJOBID= node144-1304056227-9252
PBS_JOBID= 13170410
Free space on /tmp= 72400 MiB

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

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

MD5SUM BENCH= 785309e098f4d0ba8da3027c8426e931
RANDOM SEED=1021601666

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19521636 kB
Buffers:       2206816 kB
Cached:       10569380 kB
SwapCached:          4 kB
Active:        4719136 kB
Inactive:      8146532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19521636 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           15284 kB
Writeback:           0 kB
AnonPages:       88580 kB
Mapped:          15252 kB
Slab:           499508 kB
PageTables:       4868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   293460 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72400 MiB
End job on node144 at 2011-04-29 08:10:31