Trace number 3175033

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S285324961-078-UNKNOWN.cnf
MD5SUM7b0b378358197932f5212c7e9e31a14b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.9671
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-3175033-1304078876.cnf'
0.00/0.00	c -- header says num vars:          30000
0.00/0.00	c -- header says num clauses:      126000
0.34/0.11	c -- clauses added:            0 learnts,       126000 normals,            0 xors
0.34/0.11	c -- vars added      30000
0.34/0.11	c Parsing time:  0.31 s
0.34/0.12	c  N st     0         0     30000    126000         0         0    378000         0   no data   no data  --
0.34/0.22	c asymm  cl-useful: 0/126000/126000 lits-rem:0 time: 0.35
0.34/0.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.27
1.22/0.38	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1.22/0.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1.51/0.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  30000 time:  0.04 s
1.51/0.41	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.04 s
2.71/0.72	c lits-rem:         0  cl-subs:        0  v-elim:    844  v-fix:    0  time:  1.23 s
2.71/0.73	c Finding binary XORs  T:     0.02 s  found:       0
3.10/0.80	c Finding non-binary XORs:     0.27 s (found:       0, avg size: nan)
3.10/0.80	c calculated reachability. Time: 0.00
3.10/0.81	c Calc default polars -  time:   0.05 s pos:   13180 undec:    3445 neg:   13375
3.10/0.81	c =========================================================================================
3.10/0.81	c types(t): F = full restart, N = normal restart
3.10/0.81	c types(t): S = simplification begin/end, E = solution found
3.10/0.81	c restart types(rt): st = static, dy = dynamic
3.10/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.10/0.81	c  B st     0         0     29156    124542         0         0    378224         0   no data   no data  --
8.30/2.19	c  N dy    21      4180     29156    124542         0      4180    378224   1049328    153.00    161.06  --
13.88/3.58	c  N dy    50      8239     29156    124542         0      8239    378224   2030074    155.23    167.34  --
19.48/4.95	c  N dy    77     12242     29156    124542         0     12242    378224   2962428    154.16    169.34  --
25.48/6.44	c  N dy   106     16374     29156    124542         0     16374    378224   3932628    154.48    165.17  --
31.86/8.03	c  N dy   136     20581     29156    124542         0     10583    378224    750691    155.26    166.38  --
37.45/9.44	c  N dy   163     24591     29156    124542         0     14593    378224   1701630    155.38    168.22  --
37.85/9.58	c  F st   165     25001     29156    124542         0     15003    378224   1788354    155.04    157.13  --
45.84/11.55	c  N dy   171     30001     29156    124542         0     20003    378224   3431319    155.04   no data  --
45.84/11.55	c  S st   171     30001     29156    124542         0     20003    378224   3431319    155.04   no data  --
46.64/11.74	c  S st   171     30504     29156    124542         0     20506    378224   3531101    155.04   no data  --
46.64/11.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
46.64/11.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.44/11.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.68
49.03/12.36	c bin-w-bin subsume rem            0 bins  time:  0.03 s
49.03/12.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
49.03/12.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.04 s
49.03/12.39	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.05 s
80.19/20.15	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 30.77 s
80.98/20.31	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.63
80.98/20.32	c calculated reachability. Time: 0.00
80.98/20.32	c  N dy   171     30504     29156    124542         0     20502    378224   3528804    155.04   no data  --
87.38/21.99	c  N dy   196     34588     29156    124542         0     24585    378224   4500257    154.94    178.23  --
94.57/23.76	c  N dy   227     38728     29156    124542         0     28725    378224   5497815    155.07    165.58  --
101.75/25.50	c  N dy   256     42832     29156    124542         0     17331    378224   1194531    155.18    165.52  --
106.55/26.74	c  S st   279     45756     29156    124542         0     20255    378224   1931337    155.93    127.87  --
107.35/26.95	c  S st   279     46259     29156    124542         0     20758    378224   2022860    155.93   no data  --
107.35/26.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
107.35/26.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
108.14/27.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.71
108.94/27.34	c bin-w-bin subsume rem            0 bins  time:  0.04 s
108.94/27.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
108.94/27.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.05 s
108.94/27.37	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
128.51/32.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time: 19.52 s
128.51/32.28	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.07
128.91/32.32	c vivif2 --  cl tried    20758 cl shrink        0 lits rem          0 time: 0.13
129.31/32.47	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.60
129.31/32.47	c calculated reachability. Time: 0.01
129.31/32.48	c  N dy   279     46259     29156    124542         0     20758    378224   2022860    155.93   no data  --
135.71/34.10	c  N dy   309     50364     29156    124542         0     24863    378224   3006100    156.23    169.10  --
142.89/35.86	c  N dy   336     54720     29156    124542         0     29219    378224   4056565    156.25    170.37  --
149.70/37.54	c  N dy   366     58814     29156    124542         0     33312    378224   5027838    156.20    169.05  --
156.48/39.27	c  N dy   393     62858     29156    124542         0     37356    378224   6003065    156.26    165.97  --
162.89/40.88	c  N dy   423     66892     29156    124542         0     22642    378224   1654751    156.41    173.73  --
166.88/41.85	c  S st   437     69388     29156    124542         0     25138    378224   2238457    156.23    134.20  --
167.65/42.05	c  S st   437     69889     29156    124542         0     25639    378224   2326798    156.23   no data  --
167.65/42.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
167.65/42.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
168.46/42.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.71
169.26/42.45	c bin-w-bin subsume rem            0 bins  time:  0.04 s
169.26/42.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
169.26/42.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.04 s
169.26/42.48	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.05 s
192.82/48.39	c lits-rem:         3  cl-subs:        0  v-elim:      0  v-fix:    0  time: 23.55 s
193.24/48.40	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.05
193.24/48.44	c vivif2 --  cl tried    25639 cl shrink        0 lits rem          0 time: 0.15
194.02/48.60	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.63
194.02/48.61	c calculated reachability. Time: 0.00
194.02/48.61	c  N dy   437     69889     29156    124542         0     25639    378224   2326795    156.23   no data  --
201.21/50.42	c  N dy   467     74351     29156    124542         0     30101    378224   3389178    156.11    165.55  --
209.20/52.40	c  N dy   502     79151     29156    124542         0     34901    378224   4555310    156.22    168.50  --
217.59/54.56	c  N dy   535     84235     29156    124542         0     39985    378224   5760430    156.26    186.38  --
223.18/55.99	c  F st   561     87500     29156    124542         0     22373    378224   1053728    156.44    123.71  --
228.79/57.33	c  N st   566     90796     29156    124542         0     25669    378224   1972666    156.44   no data  --
238.76/59.80	c  N dy   590     96643     29156    124542         0     31516    378224   3671558    156.40    169.85  --
249.94/62.61	c  N dy   633    103117     29156    124542         0     37990    378224   5225665    156.22    164.75  --
252.73/63.38	c  S st   646    104833     29156    124542         0     39706    378224   5652424    156.32   no data  --
253.94/63.61	c  S st   646    105338     29156    124542         0     40211    378224   5743769    156.32   no data  --
253.94/63.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
253.94/63.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
254.76/63.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.77
256.74/64.31	c bin-w-bin subsume rem            0 bins  time:  0.04 s
256.74/64.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
256.74/64.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.04 s
256.74/64.35	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.05 s
515.57/129.14	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time: 258.32 s
515.57/129.16	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.07
515.98/129.25	c vivif2 --  cl tried    40204 cl shrink        0 lits rem          0 time: 0.37
516.78/129.45	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.80
516.78/129.46	c calculated reachability. Time: 0.00
516.78/129.46	c  N dy   646    105338     29156    124542         0     40204    378224   5740242    156.32   no data  --
528.36/132.32	c  N dy   690    112064     29156    124542         0     24496    378224   1145386    156.27    167.16  --
539.95/135.20	c  N dy   739    119254     29156    124542         0     31686    378224   2938031    156.62    165.91  --
552.33/138.38	c  N dy   794    126896     29156    124542         0     39328    378224   4810985    156.93    165.60  --
567.12/142.02	c  N dy   853    135023     29156    124542         0     23739    378224    611862    157.04    173.13  --
581.48/145.67	c  N dy   911    143711     29156    124542         0     32427    378224   2718854    157.01    172.61  --
597.48/149.69	c  N dy   973    152942     29156    124542         0     41658    378224   4906977    156.82    168.74  --
606.67/151.95	c  S st  1009    158008     29156    124542         0     46723    378224   6106746    156.81   no data  --
607.44/152.19	c  S st  1009    158511     29156    124542         0     47226    378224   6199159    156.81   no data  --
607.84/152.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
607.84/152.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
608.65/152.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.81
610.66/152.90	c bin-w-bin subsume rem            0 bins  time:  0.03 s
610.66/152.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
610.66/152.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.04 s
610.66/152.94	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.05 s
939.38/235.25	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time: 328.19 s
939.38/235.27	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.06
939.78/235.37	c vivif2 --  cl tried    47225 cl shrink        0 lits rem          0 time: 0.40
940.60/235.58	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.82
940.60/235.59	c calculated reachability. Time: 0.01
940.60/235.59	c  N dy  1009    158511     29156    124542         0     47225    378224   6198584    156.81   no data  --
957.77/239.90	c  N dy  1082    168650     29156    124542         0     32507    378224   2451983    157.02    183.49  --
976.53/244.50	c  N dy  1153    179497     29156    124542         0     43353    378224   5084802    157.03    175.08  --
996.50/249.56	c  N dy  1234    191044     29156    124542         0     28965    378224   1283329    156.92    176.21  --
1017.27/254.73	c  N dy  1319    203355     29156    124542         0     41275    378224   4336543    157.05    167.76  --
1040.44/260.50	c  N dy  1400    216387     29156    124542         0     27345    378224    610024    157.00    167.18  --
1064.40/266.53	c  N dy  1497    230303     29156    124542         0     41261    378224   4021816    157.14    166.39  --
1077.98/269.94	c  S st  1550    237767     29156    124542         0     48725    378224   5848159    157.15   no data  --
1078.78/270.20	c  S st  1550    238273     29156    124542         0     49231    378224   5944893    157.15   no data  --
1079.19/270.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
1079.19/270.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1079.99/270.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.82
1081.57/270.86	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1081.57/270.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1081.57/270.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.04 s
1081.98/270.90	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
1393.16/348.82	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 310.34 s
1393.16/348.84	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.07
1393.54/348.94	c vivif2 --  cl tried    49225 cl shrink        0 lits rem          0 time: 0.39
1394.34/349.16	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.88
1394.34/349.17	c calculated reachability. Time: 0.01
1394.34/349.17	c  N dy  1550    238273     29156    124542         0     49225    378224   5941611    157.15   no data  --
1421.90/356.09	c  N dy  1658    253571     29156    124542         0     36539    378224   2642513    157.40    174.73  --
1452.66/363.71	c  N dy  1768    269925     29156    124542         0     52893    378224   6610630    157.41    171.84  --
1485.04/371.89	c  N dy  1893    287240     29156    124542         0     41219    378224   3531239    157.62    169.16  --
1521.76/381.04	c  N dy  2025    305668     29156    124542         0     59644    378224   8096508    157.75    170.96  --
1522.97/381.38	c  F st  2028    306250     29156    124542         0     30235    378224    544276    157.74    158.24  --
1558.52/390.20	c  N dy  2124    325301     29156    124542         0     49286    378224   5855582    157.72    168.03  --
1595.66/399.54	c  N dy  2252    345510     29156    124542         0     38495    378224   2260996    157.57    166.67  --
1617.25/404.93	c  S st  2329    357409     29156    124542         0     50394    378224   5150162    157.54    166.93  --
1618.02/405.16	c  S st  2329    357910     29156    124542         0     50894    378224   5236953    157.54   no data  --
1618.02/405.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
1618.02/405.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1619.22/405.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.82
1620.43/405.77	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1620.43/405.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1620.43/405.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.04 s
1620.83/405.81	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
1868.09/467.71	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 246.78 s
1868.09/467.72	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.07
1868.49/467.81	c vivif2 --  cl tried    50893 cl shrink        0 lits rem          0 time: 0.35
1869.28/468.04	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.90
1869.28/468.05	c calculated reachability. Time: 0.00
1869.28/468.05	c  N dy  2329    357910     29156    124542         0     50893    378224   5236884    157.54   no data  --
1907.62/477.61	c  N dy  2457    377928     29156    124542         0     38914    378224   2135325    157.49    173.00  --
1945.58/487.10	c  N dy  2580    398022     29156    124542         0     59007    378224   7001217    157.33    168.32  --
1983.52/496.64	c  N dy  2713    418070     29156    124542         0     46063    378224   3648745    157.29    174.98  --
2023.47/506.69	c  N dy  2852    438234     29156    124542         0     66226    378224   8576946    157.31    166.38  --
2061.82/516.25	c  N dy  2983    458607     29156    124542         0     52597    378224   4993907    157.30    166.05  --
2100.59/525.92	c  N dy  3115    478695     29156    124542         0     37682    378224   1113332    157.29    165.91  --
2137.31/535.13	c  N dy  3254    498699     29156    124542         0     57685    378224   6028748    157.37    173.46  --
2176.07/544.81	c  N dy  3384    518892     29156    124542         0     41879    378224   1929554    157.41    165.96  --
2208.81/553.07	c  S st  3509    536866     29156    124542         0     59851    378224   6280003    157.44   no data  --
2210.03/553.31	c  S st  3509    537368     29156    124542         0     60353    378224   6365653    157.44   no data  --
2210.03/553.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
2210.03/553.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2210.80/553.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.85
2212.40/553.99	c bin-w-bin subsume rem            0 bins  time:  0.04 s
2212.80/554.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
2212.80/554.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.04 s
2212.80/554.02	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
2566.32/642.58	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 353.28 s
2566.32/642.59	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.07
2566.70/642.70	c vivif2 --  cl tried    60351 cl shrink        0 lits rem          0 time: 0.41
2567.90/642.93	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.95
2567.90/642.94	c calculated reachability. Time: 0.00
2567.90/642.94	c  N dy  3509    537368     29156    124542         0     60351    378224   6365144    157.44   no data  --
2605.47/652.38	c  N dy  3648    557488     29156    124542         0     43474    378224   2089153    157.47    167.71  --
2642.20/661.59	c  N dy  3788    577583     29156    124542         0     63568    378224   7037793    157.53    177.19  --
2679.74/670.97	c  N dy  3922    597625     29156    124542         0     45608    378224   2314136    157.49    166.94  --
2716.49/680.18	c  N dy  4056    617662     29156    124542         0     65644    378224   7191548    157.47    167.14  --
2754.43/689.70	c  N dy  4196    637747     29156    124542         0     46735    378224   2357625    157.49    199.62  --
2791.98/699.04	c  N dy  4325    657920     29156    124542         0     66906    378224   7254461    157.48    167.86  --
2830.32/708.66	c  N dy  4463    677942     29156    124542         0     46930    378224   2197374    157.55    172.60  --
2867.87/718.04	c  N dy  4606    698180     29156    124542         0     67166    378224   7168957    157.61    165.94  --
2907.02/727.84	c  N dy  4742    718296     29156    124542         0     46282    378224   1724997    157.60    166.97  --
2944.19/737.17	c  N dy  4893    738336     29156    124542         0     66320    378224   6651028    157.70    211.84  --
2984.10/747.17	c  N dy  5034    758394     29156    124542         0     44384    378224   1128445    157.73    166.20  --
3021.65/756.52	c  N dy  5178    778490     29156    124542         0     64479    378224   6045642    157.76    184.64  --
3062.81/766.83	c  N dy  5313    798571     29156    124542         0     84556    378224  10938272    157.81    182.98  --
3077.17/770.47	c  S st  5369    806052     29156    124542         0     49042    378224   1969217    157.83   no data  --
3078.37/770.70	c  S st  5369    806558     29156    124542         0     49548    378224   2057263    157.83   no data  --
3078.37/770.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
3078.37/770.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3079.17/770.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.81
3079.57/771.10	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3079.98/771.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
3079.98/771.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.04 s
3079.98/771.13	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
3103.13/776.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time: 23.12 s
3103.13/776.94	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.07
3103.13/776.98	c vivif2 --  cl tried    49548 cl shrink        0 lits rem          0 time: 0.15
3103.93/777.19	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 0.85
3104.33/777.20	c calculated reachability. Time: 0.00
3104.33/777.20	c  N dy  5369    806558     29156    124542         0     49548    378224   2057263    157.83   no data  --
3143.48/787.04	c  N dy  5514    826875     29156    124542         0     69863    378224   7126693    157.91    171.15  --
3185.44/797.51	c  N dy  5648    846930     29156    124542         0     45915    378224    949101    157.96    167.97  --
3225.39/807.57	c  N dy  5785    867072     29156    124542         0     66054    378224   5909255    157.98    170.58  --
3269.33/818.58	c  N dy  5927    887116     29156    124542         0     86095    378224  10850967    158.06    172.75  --
3310.05/828.75	c  N dy  6067    907280     29156    124542         0     61262    378224   4441976    158.07    173.26  --
3352.81/839.46	c  N dy  6209    927420     29156    124542         0     81402    378224   9386920    158.13    173.82  --
3395.93/850.27	c  N dy  6348    947738     29156    124542         0     55722    378224   2889051    158.17    169.53  --
3437.46/860.67	c  N dy  6490    967804     29156    124542         0     75787    378224   7802499    158.17    171.30  --
3482.21/871.80	c  N dy  6625    987883     29156    124542         0     48867    378224    953847    158.16    167.17  --
3522.55/881.94	c  N dy  6769   1007901     29156    124542         0     68885    378224   5896557    158.20    169.67  --
3566.09/892.90	c  N dy  6913   1027960     29156    124542         0     88944    378224  10821459    158.25    168.05  --
3607.25/903.16	c  N dy  7056   1048044     29156    124542         0     61031    378224   3711190    158.30    171.65  --
3648.77/913.56	c  N dy  7201   1068145     29156    124542         0     81130    378224   8688263    158.35    169.53  --
3656.75/915.54	c  F st  7225   1071877     29156    124542         0     84860    378224   9608416    158.34   no data  --
3691.50/924.29	c  N dy  7300   1088184     29156    124542         0     52166    378224   1310007    158.32    173.51  --
3731.46/934.26	c  N dy  7436   1108287     29156    124542         0     72268    378224   6281002    158.33    167.55  --
3774.62/945.03	c  N dy  7566   1128319     29156    124542         0     92300    378224  11162140    158.33    167.76  --
3815.73/955.32	c  N dy  7697   1148403     29156    124542         0     62400    378224   3569585    158.34    168.13  --
3856.87/965.69	c  N dy  7834   1168538     29156    124542         0     82534    378224   8521536    158.34    168.22  --
3902.81/977.12	c  N dy  7973   1188616     29156    124542         0     51610    378224    678748    158.35    172.49  --
3941.95/986.98	c  N dy  8103   1208702     29156    124542         0     71695    378224   5572806    158.32    176.70  --
3944.36/987.56	c  S st  8112   1209837     29156    124542         0     72830    378224   5859342    158.33   no data  --
3945.58/987.83	c  S st  8112   1210338     29156    124542         0     73331    378224   5949121    158.33   no data  --
3945.58/987.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
3945.58/987.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3946.35/988.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.89
3947.95/988.49	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3948.35/988.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
3948.35/988.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.04 s
3948.35/988.53	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.06 s
4277.08/1070.87	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 328.48 s
4277.08/1070.88	c vivif2 --  cl tried   124542 cl shrink        0 lits rem          0 time: 0.07
4277.48/1070.98	c vivif2 --  cl tried    73328 cl shrink        0 lits rem          0 time: 0.39
4278.68/1071.25	c asymm  cl-useful: 0/124542/124542 lits-rem:0 time: 1.06
4278.68/1071.26	c calculated reachability. Time: 0.01
4278.68/1071.26	c  N dy  8112   1210338     29156    124542         0     73328    378224   5946374    158.33   no data  --
4319.82/1081.51	c  N dy  8246   1230418     29156    124542         0     93407    378224  10838723    158.32    169.00  --
4361.36/1091.90	c  N dy  8386   1250441     29156    124542         0     61428    378224   2790840    158.33    167.31  --
4400.90/1101.81	c  N dy  8519   1270522     29156    124542         0     81508    378224   7778505    158.35    171.17  --
4444.84/1112.80	c  N dy  8660   1290815     29156    124542         0    101800    378224  12824227    158.39    172.09  --
4483.98/1122.63	c  N dy  8799   1310820     29156    124542         0     68801    378224   4431185    158.41    168.73  --
4524.73/1132.80	c  N dy  8934   1330855     29156    124542         0     88832    378224   9383493    158.43    218.33  --
4569.06/1143.99	c  N dy  9069   1351042     29156    124542         0     55022    378224    762189    158.46    167.53  --
4607.80/1153.62	c  N dy  9206   1371088     29156    124542         0     75067    378224   5714313    158.49    169.17  --
4650.14/1164.24	c  N dy  9349   1391122     29156    124542         0     95101    378224  10696476    158.52    167.56  --
4695.69/1175.68	c  N dy  9485   1411233     29156    124542         0     60218    378224   1799140    158.52    169.08  --
4737.62/1186.19	c  N dy  9634   1431336     29156    124542         0     80320    378224   6812762    158.59    168.54  --
4783.15/1197.55	c  N dy  9772   1451378     29156    124542         0    100362    378224  11739452    158.61    189.15  --

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

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

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


[startup+0 s]
/proc/loadavg: 7.03 7.94 8.01 6/180 31896
/proc/meminfo: memFree=24391420/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=249892 CPUtime=0 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 1759 0 0 0 0 0 0 0 18 0 4 0 519485376 255889408 1645 33554432000 4194304 4650419 140736443718192 18446744073709551615 4317116 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 62473 1648 340 112 0 57438 0
[pid=31896/tid=31897] ppid=31894 vsize=249892 CPUtime=0 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 69 0 0 0 0 0 0 0 22 0 4 0 519485376 255889408 1673 33554432000 4194304 4650419 140736443718192 18446744073709551615 212687675195 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=249892 CPUtime=0 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 483 0 0 0 0 0 0 0 22 0 4 0 519485376 255889408 1691 33554432000 4194304 4650419 140736443718192 18446744073709551615 212687335953 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=249892 CPUtime=0 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) S 31894 31896 31855 0 -1 4202560 391 0 0 0 0 0 0 0 22 0 4 0 519485376 255889408 1710 33554432000 4194304 4650419 140736443718192 18446744073709551615 212687780334 0 0 4096 2 18446604453928035520 0 0 -1 2 0 0 0

[startup+0.0563261 s]
/proc/loadavg: 7.03 7.94 8.01 6/180 31896
/proc/meminfo: memFree=24391420/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=373744 CPUtime=0.19 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 14808 0 0 0 15 4 0 0 18 0 4 0 519485376 382713856 13005 33554432000 4194304 4650419 140736443718192 18446744073709551615 212687780383 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 93436 13021 344 112 0 88401 0
[pid=31896/tid=31897] ppid=31894 vsize=373744 CPUtime=0.04 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) D 31894 31896 31855 0 -1 4202560 3753 0 0 0 4 0 0 0 18 0 4 0 519485376 382713856 13049 33554432000 4194304 4650419 140736443718192 18446744073709551615 4520021 0 0 4096 2 18446604453928035520 0 0 -1 6 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=373744 CPUtime=0.04 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 3260 0 0 0 3 1 0 0 18 0 4 0 519485376 382713856 13099 33554432000 4194304 4650419 140736443718192 18446744073709551615 212687780383 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=373744 CPUtime=0.03 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) S 31894 31896 31855 0 -1 4202560 3692 0 0 0 3 0 0 0 18 0 4 0 519485376 382713856 13125 33554432000 4194304 4650419 140736443718192 18446744073709551615 212687780334 0 0 4096 2 18446604453928035520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 373744

[startup+0.103285 s]
/proc/loadavg: 7.03 7.94 8.01 6/180 31896
/proc/meminfo: memFree=24391420/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=379336 CPUtime=0.34 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 18449 0 0 0 27 7 0 0 18 0 4 0 519485376 388440064 16646 33554432000 4194304 4650419 140736443718192 18446744073709551615 212687343983 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 94834 16698 344 112 0 89799 0
[pid=31896/tid=31897] ppid=31894 vsize=379336 CPUtime=0.08 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) S 31894 31896 31855 0 -1 4202560 4413 0 0 0 6 2 0 0 17 0 4 0 519485376 388440064 16724 33554432000 4194304 4650419 140736443718192 18446744073709551615 212687780334 0 0 4096 2 18446604453928035520 0 0 -1 6 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=379336 CPUtime=0.08 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 4196 0 0 0 6 2 0 0 18 0 4 0 519485376 388440064 16774 33554432000 4194304 4650419 140736443718192 18446744073709551615 212687780383 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=379336 CPUtime=0.08 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) S 31894 31896 31855 0 -1 4202560 4740 0 0 0 7 1 0 0 18 0 4 0 519485376 388440064 16842 33554432000 4194304 4650419 140736443718192 18446744073709551615 212687780334 0 0 4096 2 18446604453928035520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 379336

[startup+0.327817 s]
/proc/loadavg: 7.03 7.94 8.01 6/180 31896
/proc/meminfo: memFree=24391420/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=396412 CPUtime=1.22 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 26758 0 0 0 112 10 0 0 18 0 4 0 519485376 405925888 22735 33554432000 4194304 4650419 140736443718192 18446744073709551615 4427009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 99103 22735 377 112 0 94068 0
[pid=31896/tid=31897] ppid=31894 vsize=396412 CPUtime=0.29 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 6726 0 0 0 26 3 0 0 18 0 4 0 519485376 405925888 22735 33554432000 4194304 4650419 140736443718192 18446744073709551615 212687718583 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=396412 CPUtime=0.3 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) D 31894 31896 31855 0 -1 4202560 6607 0 0 0 27 3 0 0 18 0 4 0 519485376 405925888 22735 33554432000 4194304 4650419 140736443718192 18446744073709551615 212687336133 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=396412 CPUtime=0.3 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 5070 0 0 0 28 2 0 0 18 0 4 0 519485376 405925888 22735 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 396412

[startup+0.701145 s]
/proc/loadavg: 7.03 7.94 8.01 6/180 31896
/proc/meminfo: memFree=24391420/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=418808 CPUtime=2.71 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 44236 0 0 0 258 13 0 0 18 0 4 0 519485376 428859392 34693 33554432000 4194304 4650419 140736443718192 18446744073709551615 4421621 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 104702 34694 387 112 0 99667 0
[pid=31896/tid=31897] ppid=31894 vsize=418808 CPUtime=0.66 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 13227 0 0 0 62 4 0 0 18 0 4 0 519485376 428859392 34694 33554432000 4194304 4650419 140736443718192 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=418808 CPUtime=0.66 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 12320 0 0 0 63 3 0 0 18 0 4 0 519485376 428859392 34694 33554432000 4194304 4650419 140736443718192 18446744073709551615 212687343983 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=418808 CPUtime=0.67 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 5315 0 0 0 65 2 0 0 18 0 4 0 519485376 428859392 34694 33554432000 4194304 4650419 140736443718192 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 418808

[startup+1.501 s]
/proc/loadavg: 7.03 7.94 8.01 9/184 31900
/proc/meminfo: memFree=24232932/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=418808 CPUtime=5.9 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 48061 0 0 0 576 14 0 0 19 0 4 0 519485376 428859392 36595 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363280 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 104702 36595 391 112 0 99667 0
[pid=31896/tid=31897] ppid=31894 vsize=418808 CPUtime=1.46 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 14415 0 0 0 142 4 0 0 19 0 4 0 519485376 428859392 36595 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=418808 CPUtime=1.47 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 13357 0 0 0 143 4 0 0 19 0 4 0 519485376 428859392 36595 33554432000 4194304 4650419 140736443718192 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=418808 CPUtime=1.47 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 5898 0 0 0 145 2 0 0 19 0 4 0 519485376 428859392 36595 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 418808

[startup+3.10071 s]
/proc/loadavg: 7.03 7.94 8.01 9/184 31900
/proc/meminfo: memFree=24207016/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=451628 CPUtime=12.3 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 53067 0 0 0 1214 16 0 0 24 0 4 0 519485376 462467072 41575 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 112907 41575 391 112 0 107872 0
[pid=31896/tid=31897] ppid=31894 vsize=451628 CPUtime=3.05 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 15663 0 0 0 300 5 0 0 24 0 4 0 519485376 462467072 41575 33554432000 4194304 4650419 140736443718192 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=451628 CPUtime=3.07 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 14503 0 0 0 303 4 0 0 24 0 4 0 519485376 462467072 41575 33554432000 4194304 4650419 140736443718192 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=451628 CPUtime=3.07 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 7382 0 0 0 304 3 0 0 24 0 4 0 519485376 462467072 41575 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 451628

[startup+6.30112 s]
/proc/loadavg: 7.10 7.94 8.01 9/184 31900
/proc/meminfo: memFree=24132996/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=592604 CPUtime=25.08 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 61851 0 0 0 2489 19 0 0 25 0 4 0 519485376 606826496 50359 33554432000 4194304 4650419 140736443718192 18446744073709551615 4328518 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 148151 50359 391 112 0 143116 0
[pid=31896/tid=31897] ppid=31894 vsize=592604 CPUtime=6.24 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 17989 0 0 0 618 6 0 0 25 0 4 0 519485376 606826496 50359 33554432000 4194304 4650419 140736443718192 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=592604 CPUtime=6.26 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 16647 0 0 0 622 4 0 0 25 0 4 0 519485376 606826496 50359 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=592604 CPUtime=6.26 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 9591 0 0 0 622 4 0 0 25 0 4 0 519485376 606826496 50359 33554432000 4194304 4650419 140736443718192 18446744073709551615 4328550 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 592604

[startup+12.701 s]
/proc/loadavg: 7.18 7.94 8.01 9/184 31900
/proc/meminfo: memFree=24069776/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=736188 CPUtime=50.63 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 106818 0 0 0 5033 30 0 0 25 0 4 0 519485376 753856512 71065 33554432000 4194304 4650419 140736443718192 18446744073709551615 4439344 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 184047 71065 395 112 0 179012 0
[pid=31896/tid=31897] ppid=31894 vsize=736188 CPUtime=12.6 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 24872 0 0 0 1253 7 0 0 25 0 4 0 519485376 753856512 71065 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=736188 CPUtime=12.67 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 22482 0 0 0 1261 6 0 0 25 0 4 0 519485376 753856512 71065 33554432000 4194304 4650419 140736443718192 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=736188 CPUtime=12.66 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 16220 0 0 0 1260 6 0 0 25 0 4 0 519485376 753856512 71065 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 736188

[startup+25.5006 s]
/proc/loadavg: 7.44 7.96 8.02 9/184 31900
/proc/meminfo: memFree=23762088/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=847476 CPUtime=101.75 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 197096 0 0 0 10120 55 0 0 25 0 4 0 519485376 867815424 123637 33554432000 4194304 4650419 140736443718192 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 211869 123637 395 112 0 206834 0
[pid=31896/tid=31897] ppid=31894 vsize=847476 CPUtime=25.32 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 68680 0 0 0 2514 18 0 0 25 0 4 0 519485376 867815424 123637 33554432000 4194304 4650419 140736443718192 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=847476 CPUtime=25.46 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 36574 0 0 0 2537 9 0 0 25 0 4 0 519485376 867815424 123637 33554432000 4194304 4650419 140736443718192 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=847476 CPUtime=25.46 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 42322 0 0 0 2532 14 0 0 25 0 4 0 519485376 867815424 123637 33554432000 4194304 4650419 140736443718192 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 847476

[startup+51.101 s]
/proc/loadavg: 7.63 7.96 8.02 9/184 31901
/proc/meminfo: memFree=23658624/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=999936 CPUtime=204.01 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 306245 0 0 0 20323 78 0 0 25 0 4 0 519485376 1023934464 143771 33554432000 4194304 4650419 140736443718192 18446744073709551615 4334274 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 249984 143771 395 112 0 244949 0
[pid=31896/tid=31897] ppid=31894 vsize=999936 CPUtime=50.78 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 117803 0 0 0 5053 25 0 0 25 0 4 0 519485376 1023934464 143771 33554432000 4194304 4650419 140736443718192 18446744073709551615 4442078 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=999936 CPUtime=51.06 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 61182 0 0 0 5090 16 0 0 25 0 4 0 519485376 1023934464 143771 33554432000 4194304 4650419 140736443718192 18446744073709551615 4366634 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=999936 CPUtime=51.05 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 59685 0 0 0 5087 18 0 0 25 0 4 0 519485376 1023934464 143772 33554432000 4194304 4650419 140736443718192 18446744073709551615 4366660 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 999936

[startup+102.301 s]
/proc/loadavg: 7.87 7.98 8.02 9/184 31902
/proc/meminfo: memFree=23479172/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=1059164 CPUtime=408.54 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 519949 0 0 0 40733 121 0 0 25 0 4 0 519485376 1084583936 170263 33554432000 4194304 4650419 140736443718192 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 264791 170263 395 112 0 259756 0
[pid=31896/tid=31897] ppid=31894 vsize=1059164 CPUtime=101.71 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 247612 0 0 0 10125 46 0 0 25 0 4 0 519485376 1084583936 170263 33554432000 4194304 4650419 140736443718192 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=1059164 CPUtime=102.26 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 81790 0 0 0 10204 22 0 0 25 0 4 0 519485376 1084583936 170263 33554432000 4194304 4650419 140736443718192 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1059164 CPUtime=102.25 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 88348 0 0 0 10197 28 0 0 25 0 4 0 519485376 1084583936 170263 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363448 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.54
Current children cumulated vsize (KiB) 1059164

[startup+162.301 s]

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

[pid=31896] ppid=31894 vsize=1357232 CPUtime=2805.15 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 2748893 0 0 0 279913 602 0 0 25 0 4 0 519485376 1389805568 285639 33554432000 4194304 4650419 140736443718192 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 339308 285639 395 112 0 334273 0
[pid=31896/tid=31897] ppid=31894 vsize=1357232 CPUtime=701.21 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 615219 0 0 0 69973 148 0 0 25 0 4 0 519485376 1389805568 285639 33554432000 4194304 4650419 140736443718192 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=1357232 CPUtime=699.46 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 308259 0 0 0 69839 107 0 0 25 0 4 0 519485376 1389805568 285639 33554432000 4194304 4650419 140736443718192 18446744073709551615 4364346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1357232 CPUtime=702.17 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1042734 0 0 0 70013 204 0 0 25 0 4 0 519485376 1389805568 285639 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.15
Current children cumulated vsize (KiB) 1357232

[startup+762.3 s]
/proc/loadavg: 8.06 8.07 8.04 9/184 31920
/proc/meminfo: memFree=22794760/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=1483388 CPUtime=3044.83 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 2859503 0 0 0 303849 634 0 0 25 0 4 0 519485376 1518989312 293651 33554432000 4194304 4650419 140736443718192 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 370847 293651 395 112 0 365812 0
[pid=31896/tid=31897] ppid=31894 vsize=1483388 CPUtime=761.21 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 641948 0 0 0 75967 154 0 0 25 0 4 0 519485376 1518989312 293651 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=1483388 CPUtime=759.13 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 334125 0 0 0 75797 116 0 0 25 0 4 0 519485376 1518989312 293651 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1483388 CPUtime=762.17 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1073691 0 0 0 76005 212 0 0 25 0 4 0 519485376 1518989312 293651 33554432000 4194304 4650419 140736443718192 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.83
Current children cumulated vsize (KiB) 1483388

[startup+822.3 s]
/proc/loadavg: 8.02 8.05 8.04 9/184 31921
/proc/meminfo: memFree=22739568/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=1550636 CPUtime=3284.48 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 2983713 0 0 0 327780 668 0 0 25 0 4 0 519485376 1587851264 304077 33554432000 4194304 4650419 140736443718192 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 387659 304077 395 112 0 382624 0
[pid=31896/tid=31897] ppid=31894 vsize=1550636 CPUtime=821.2 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 722382 0 0 0 81951 169 0 0 25 0 4 0 519485376 1587851264 304077 33554432000 4194304 4650419 140736443718192 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=1550636 CPUtime=818.8 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 347898 0 0 0 81759 121 0 0 25 0 4 0 519485376 1587851264 304077 33554432000 4194304 4650419 140736443718192 18446744073709551615 4476111 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1550636 CPUtime=822.17 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1080092 0 0 0 82002 215 0 0 25 0 4 0 519485376 1587851264 304077 33554432000 4194304 4650419 140736443718192 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.48
Current children cumulated vsize (KiB) 1550636

[startup+882.306 s]
/proc/loadavg: 8.00 8.04 8.03 9/184 31923
/proc/meminfo: memFree=22688816/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=1675420 CPUtime=3524.17 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 3276510 0 0 0 351697 720 0 0 25 0 4 0 519485376 1715630080 311869 33554432000 4194304 4650419 140736443718192 18446744073709551615 4364336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 418855 311869 395 112 0 413820 0
[pid=31896/tid=31897] ppid=31894 vsize=1675420 CPUtime=881.21 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 960371 0 0 0 87923 198 0 0 25 0 4 0 519485376 1715630080 311869 33554432000 4194304 4650419 140736443718192 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=1675420 CPUtime=878.48 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 347898 0 0 0 87727 121 0 0 25 0 4 0 519485376 1715630080 311869 33554432000 4194304 4650419 140736443718192 18446744073709551615 4476175 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1675420 CPUtime=882.16 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1106038 0 0 0 87991 225 0 0 25 0 4 0 519485376 1715630080 311869 33554432000 4194304 4650419 140736443718192 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.17
Current children cumulated vsize (KiB) 1675420

[startup+942.3 s]
/proc/loadavg: 8.00 8.03 8.02 9/184 31925
/proc/meminfo: memFree=22637960/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=1586124 CPUtime=3763.81 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 3612400 0 0 0 375591 790 0 0 25 0 4 0 519485376 1624190976 324473 33554432000 4194304 4650419 140736443718192 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 396531 324473 395 112 0 391496 0
[pid=31896/tid=31897] ppid=31894 vsize=1586124 CPUtime=941.2 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1206224 0 0 0 93887 233 0 0 25 0 4 0 519485376 1624190976 324473 33554432000 4194304 4650419 140736443718192 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=1586124 CPUtime=938.15 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 375728 0 0 0 93683 132 0 0 25 0 4 0 519485376 1624190976 324473 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1586124 CPUtime=942.15 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1136194 0 0 0 93977 238 0 0 25 0 4 0 519485376 1624190976 324473 33554432000 4194304 4650419 140736443718192 18446744073709551615 4367388 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.81
Current children cumulated vsize (KiB) 1586124

[startup+1002.3 s]
/proc/loadavg: 8.00 8.02 8.02 9/184 31926
/proc/meminfo: memFree=22639304/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=1662404 CPUtime=4003.47 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 3793905 0 0 0 399511 836 0 0 25 0 4 0 519485376 1702301696 322086 33554432000 4194304 4650419 140736443718192 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 415601 322086 395 112 0 410566 0
[pid=31896/tid=31897] ppid=31894 vsize=1662404 CPUtime=1001.2 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1313370 0 0 0 99873 247 0 0 25 0 4 0 519485376 1702301696 322086 33554432000 4194304 4650419 140736443718192 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=1662404 CPUtime=997.82 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 403519 0 0 0 99638 144 0 0 25 0 4 0 519485376 1702301696 322086 33554432000 4194304 4650419 140736443718192 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1662404 CPUtime=1002.14 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1162491 0 0 0 99966 248 0 0 25 0 4 0 519485376 1702301696 322086 33554432000 4194304 4650419 140736443718192 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.47
Current children cumulated vsize (KiB) 1662404

[startup+1062.3 s]
/proc/loadavg: 8.05 8.03 8.02 9/184 31928
/proc/meminfo: memFree=22624032/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=1693544 CPUtime=4243.13 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 3877971 0 0 0 423448 865 0 0 25 0 4 0 519485376 1734189056 326926 33554432000 4194304 4650419 140736443718192 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 423386 326926 395 112 0 418351 0
[pid=31896/tid=31897] ppid=31894 vsize=1693544 CPUtime=1061.19 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1341486 0 0 0 105863 256 0 0 25 0 4 0 519485376 1734189056 326926 33554432000 4194304 4650419 140736443718192 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=1693544 CPUtime=1057.49 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 433355 0 0 0 105595 154 0 0 25 0 4 0 519485376 1734189056 326926 33554432000 4194304 4650419 140736443718192 18446744073709551615 4333248 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1693544 CPUtime=1062.13 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1188605 0 0 0 105955 258 0 0 25 0 4 0 519485376 1734189056 326926 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.13
Current children cumulated vsize (KiB) 1693544

[startup+1122.3 s]
/proc/loadavg: 8.12 8.05 8.02 9/184 31929
/proc/meminfo: memFree=22694316/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=1649212 CPUtime=4482.78 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 3979769 0 0 0 447379 899 0 0 25 0 4 0 519485376 1688793088 298412 33554432000 4194304 4650419 140736443718192 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 412303 298412 395 112 0 407268 0
[pid=31896/tid=31897] ppid=31894 vsize=1649212 CPUtime=1121.19 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1369282 0 0 0 111853 266 0 0 25 0 4 0 519485376 1688793088 298412 33554432000 4194304 4650419 140736443718192 18446744073709551615 4334075 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=1649212 CPUtime=1117.16 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 460588 0 0 0 111554 162 0 0 25 0 4 0 519485376 1688793088 298412 33554432000 4194304 4650419 140736443718192 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1649212 CPUtime=1122.13 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1212042 0 0 0 111946 267 0 0 25 0 4 0 519485376 1688793088 298412 33554432000 4194304 4650419 140736443718192 18446744073709551615 4364461 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.78
Current children cumulated vsize (KiB) 1649212

[startup+1182.3 s]
/proc/loadavg: 8.09 8.06 8.02 9/184 31931
/proc/meminfo: memFree=22488316/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=1743964 CPUtime=4722.44 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 4104681 0 0 0 471307 937 0 0 25 0 4 0 519485376 1785819136 350165 33554432000 4194304 4650419 140736443718192 18446744073709551615 4303968 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 435991 350165 395 112 0 430956 0
[pid=31896/tid=31897] ppid=31894 vsize=1743964 CPUtime=1181.19 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1392495 0 0 0 117845 274 0 0 25 0 4 0 519485376 1785819136 350165 33554432000 4194304 4650419 140736443718192 18446744073709551615 4310880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=1743964 CPUtime=1176.84 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 503450 0 0 0 117512 172 0 0 25 0 4 0 519485376 1785819136 350165 33554432000 4194304 4650419 140736443718192 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1743964 CPUtime=1182.12 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1240205 0 0 0 117937 275 0 0 25 0 4 0 519485376 1785819136 350165 33554432000 4194304 4650419 140736443718192 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 1743964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.06 8.05 8.02 5/179 31933
/proc/meminfo: memFree=22939588/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=1744184 CPUtime=4800.35 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 4131964 0 0 0 479087 948 0 0 25 0 4 0 519485376 1786044416 364202 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 436046 364202 395 112 0 431011 0
[pid=31896/tid=31897] ppid=31894 vsize=1744184 CPUtime=1200.69 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1401133 0 0 0 119792 277 0 0 25 0 4 0 519485376 1786044416 364202 33554432000 4194304 4650419 140736443718192 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=1744184 CPUtime=1196.23 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 503450 0 0 0 119451 172 0 0 25 0 4 0 519485376 1786044416 364202 33554432000 4194304 4650419 140736443718192 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1744184 CPUtime=1201.62 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1250428 0 0 0 119883 279 0 0 25 0 4 0 519485376 1786044416 364202 33554432000 4194304 4650419 140736443718192 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1744184

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

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

[startup+1201.8 s]
/proc/loadavg: 8.06 8.05 8.02 5/179 31933
/proc/meminfo: memFree=22939588/32951124 swapFree=67111524/67111528
[pid=31896] ppid=31894 vsize=1744184 CPUtime=4800.35 cores=0,2,4,6
/proc/31896/stat : 31896 (strangenight1-m) R 31894 31896 31855 0 -1 4202496 4131964 0 0 0 479087 948 0 0 25 0 4 0 519485376 1786044416 364202 33554432000 4194304 4650419 140736443718192 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31896/statm: 436046 364202 395 112 0 431011 0
[pid=31896/tid=31897] ppid=31894 vsize=1744184 CPUtime=1200.69 cores=0,2,4,6
/proc/31896/task/31897/stat : 31897 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1401133 0 0 0 119792 277 0 0 25 0 4 0 519485376 1786044416 364202 33554432000 4194304 4650419 140736443718192 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31896/tid=31898] ppid=31894 vsize=1744184 CPUtime=1196.23 cores=0,2,4,6
/proc/31896/task/31898/stat : 31898 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 503450 0 0 0 119451 172 0 0 25 0 4 0 519485376 1786044416 364202 33554432000 4194304 4650419 140736443718192 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1744184 CPUtime=1201.62 cores=0,2,4,6
/proc/31896/task/31899/stat : 31899 (strangenight1-m) R 31894 31896 31855 0 -1 4202560 1250428 0 0 0 119883 279 0 0 25 0 4 0 519485376 1786044416 364202 33554432000 4194304 4650419 140736443718192 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1744184

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.88
CPU time (s): 4800.45
CPU user time (s): 4790.9
CPU system time (s): 9.54955
CPU usage (%): 399.412
Max. virtual memory (cumulated for all children) (KiB): 1744184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4790.9
system time used= 9.54955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4131970
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= 7332
involuntary context switches= 21425

runsolver used 1.91671 second user time and 4.66429 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 14:07:56
IDJOB=3175033
IDBENCH=82651
IDSOLVER=1588
FILE ID=node139/3175033-1304078876
RUNJOBID= node139-1304078876-31873
PBS_JOBID= 13170525
Free space on /tmp= 72544 MiB

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

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

MD5SUM BENCH= 7b0b378358197932f5212c7e9e31a14b
RANDOM SEED=1968055970

node139.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24391576 kB
Buffers:       2038488 kB
Cached:        5931020 kB
SwapCached:          4 kB
Active:         925628 kB
Inactive:      7114328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24391576 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           15304 kB
Writeback:           8 kB
AnonPages:       70732 kB
Mapped:          14888 kB
Slab:           453776 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   272328 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= 72544 MiB
End job on node139 at 2011-04-29 14:28:00