Trace number 3174917

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.2 1201.75

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S715182559-083-UNKNOWN.cnf
MD5SUM1ae73e64babd5796adef68295bcaa14f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark89.3534
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
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-3174917-1304051394.cnf'
0.00/0.00	c -- header says num vars:           1500
0.00/0.00	c -- header says num clauses:       30000
0.00/0.02	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.02	c -- vars added       1500
0.00/0.02	c Parsing time:  0.04 s
0.00/0.02	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data  --
0.47/0.17	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.59
0.47/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
0.47/0.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.47/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.47/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.47/0.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.53/0.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
1.53/0.48	c Finding binary XORs  T:     0.00 s  found:       0
1.53/0.48	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
1.53/0.48	c calculated reachability. Time: 0.00
1.53/0.48	c Calc default polars -  time:   0.01 s pos:     696 undec:      67 neg:     737
1.53/0.48	c =========================================================================================
1.53/0.48	c types(t): F = full restart, N = normal restart
1.53/0.48	c types(t): S = simplification begin/end, E = solution found
1.53/0.48	c restart types(rt): st = static, dy = dynamic
1.53/0.48	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.53/0.48	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data  --
3.93/1.01	c  N dy    15      4037      1500     30000         0      4029    150000    635675    126.01    139.91  --
3.93/1.01	c  N dy    36      8161      1500     30000         0      5661    150000    642767    124.31    132.32  --
5.12/1.37	c  N dy    57     12471      1500     30000         0      5719    150000    429977    123.67    131.06  --
6.72/1.76	c  N dy    79     16513      1500     30000         0      9756    150000   1046223    123.32    134.49  --
8.32/2.17	c  N dy   103     20627      1500     30000         0      8250    150000    639316    123.19    129.95  --
9.91/2.57	c  N dy   127     24630      1500     30000         0     12252    150000   1254655    123.20    131.90  --
10.32/2.61	c  F st   130     25001      1500     30000         0     12623    150000   1310418    123.17   no data  --
12.31/3.14	c  N dy   136     30000      1500     30000         0     10801    150000    931219    123.17   no data  --
12.31/3.14	c  S st   136     30000      1500     30000         0     10801    150000    931219    123.17   no data  --
12.71/3.20	c  S st   136     30502      1500     30000         0     11303    150000    995748    123.17   no data  --
12.71/3.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.71/3.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.71/3.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
12.71/3.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.71/3.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.71/3.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
12.71/3.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
21.10/5.39	c lits-rem:      1534  cl-subs:       35  v-elim:      0  v-fix:    0  time:  8.37 s
22.32/5.61	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.88
22.32/5.61	c calculated reachability. Time: 0.00
22.32/5.61	c  N dy   136     30502      1500     30000         0     11268    150000    981702    123.17   no data  --
23.89/6.08	c  N dy   162     34552      1500     30000         0     15315    150000   1606744    123.23    130.11  --
25.89/6.54	c  N dy   192     38638      1500     30000         0     11504    150000    826934    123.64    131.19  --
27.88/7.03	c  N dy   218     42861      1500     30000         0     15726    150000   1481300    123.74    131.21  --
29.49/7.40	c  S st   242     45756      1500     30000         0      9673    150000    391177    124.06   no data  --
29.49/7.48	c  S st   242     46258      1500     30000         0     10175    150000    458051    124.06   no data  --
29.49/7.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.49/7.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.49/7.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
29.89/7.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.89/7.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.89/7.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
29.89/7.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
46.66/11.79	c lits-rem:      1313  cl-subs:        0  v-elim:      0  v-fix:    0  time: 17.05 s
46.66/11.79	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
47.06/11.80	c vivif2 --  cl tried    10175 cl shrink        0 lits rem          0 time: 0.02
47.86/12.00	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.82
47.86/12.00	c calculated reachability. Time: 0.00
47.86/12.00	c  N dy   242     46258      1500     30000         0     10175    150000    456738    124.06   no data  --
49.46/12.47	c  N dy   267     50326      1500     30000         0     14240    150000   1088040    124.10    132.41  --
51.86/13.01	c  N dy   288     54872      1500     30000         0     18781    150000   1789368    123.80    130.40  --
53.85/13.52	c  N dy   315     59101      1500     30000         0     13035    150000    759177    123.83    130.71  --
55.46/13.99	c  N dy   340     63114      1500     30000         0     17045    150000   1388420    123.97    132.06  --
57.84/14.50	c  N dy   361     67219      1500     30000         0     21149    150000   2020703    123.83    132.29  --
58.65/14.76	c  S st   372     69389      1500     30000         0     12341    150000    506473    123.71    114.41  --
59.05/14.83	c  S st   372     69891      1500     30000         0     12843    150000    575605    123.71   no data  --
59.05/14.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
59.05/14.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.05/14.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
59.05/14.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.05/14.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.05/14.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
59.05/14.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
77.82/19.59	c lits-rem:      1782  cl-subs:        2  v-elim:      0  v-fix:    0  time: 18.82 s
77.82/19.59	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
78.22/19.60	c vivif2 --  cl tried    12841 cl shrink        0 lits rem          0 time: 0.02
79.04/19.85	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 1.02
79.04/19.85	c calculated reachability. Time: 0.00
79.04/19.85	c  N dy   372     69891      1500     30000         0     12841    150000    573195    123.71   no data  --
81.41/20.44	c  N dy   396     74407      1500     30000         0     17353    150000   1265387    123.63    130.24  --
84.21/21.10	c  N dy   422     79288      1500     30000         0     22228    150000   2008558    123.43    131.46  --
86.61/21.77	c  N dy   451     84359      1500     30000         0     15314    150000    815370    123.40    132.11  --
88.23/22.18	c  F st   469     87500      1500     30000         0     18450    150000   1288611    123.28   no data  --
90.20/22.63	c  N st   474     90795      1500     30000         0     21737    150000   1836492    123.28   no data  --
93.40/23.47	c  N dy   496     96596      1500     30000         0     14549    150000    560863    123.29    188.02  --
97.02/24.36	c  N dy   533    102864      1500     30000         0     20812    150000   1528403    123.30    131.25  --
98.19/24.66	c  S st   547    104836      1500     30000         0     22784    150000   1828694    123.27   no data  --
98.59/24.77	c  S st   547    105339      1500     30000         0     23287    150000   1898291    123.27   no data  --
98.59/24.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
98.59/24.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
99.00/24.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.12
99.00/24.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.00/24.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.00/24.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
99.00/24.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
146.53/36.78	c lits-rem:       792  cl-subs:       10  v-elim:      0  v-fix:    0  time: 47.44 s
146.53/36.79	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
146.93/36.81	c vivif2 --  cl tried    23277 cl shrink        0 lits rem          0 time: 0.08
148.12/37.13	c asymm  cl-useful: 0/28544/30000 lits-rem:0 time: 1.31
148.12/37.13	c calculated reachability. Time: 0.00
148.12/37.13	c  N dy   547    105339      1500     30000         0     23277    150000   1894067    123.27   no data  --
152.12/38.10	c  N dy   590    112396      1500     30000         0     16342    150000    683459    123.30    130.11  --
155.71/39.08	c  N dy   640    119631      1500     30000         0     23576    150000   1810286    123.49    134.57  --
160.50/40.23	c  N dy   685    127545      1500     30000         0     16495    150000    565098    123.50    130.11  --
164.90/41.33	c  N dy   732    135725      1500     30000         0     24672    150000   1826110    123.42    130.32  --
170.09/42.65	c  N dy   785    144482      1500     30000         0     17433    150000    557024    123.42    131.75  --
175.28/43.99	c  N dy   841    154114      1500     30000         0     27061    150000   2039323    123.41    132.25  --
177.67/44.59	c  S st   866    158010      1500     30000         0     30955    150000   2640385    123.43   no data  --
178.48/44.71	c  S st   866    158515      1500     30000         0     31460    150000   2703481    123.43   no data  --
178.48/44.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
178.48/44.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
178.48/44.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.13
178.88/44.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
178.88/44.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.88/44.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
178.88/44.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
287.13/71.92	c lits-rem:      1023  cl-subs:       13  v-elim:      0  v-fix:    0  time: 107.97 s
287.13/71.93	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
287.13/71.95	c vivif2 --  cl tried    31447 cl shrink        0 lits rem          0 time: 0.11
287.13/71.98	c asymm  cl-useful: 0/1456/30000 lits-rem:0 time: 0.12
287.13/71.98	c calculated reachability. Time: 0.00
287.13/71.98	c  N dy   866    158515      1500     30000         0     31447    150000   2698317    123.43   no data  --
293.12/73.49	c  N dy   926    168764      1500     30000         0     24698    150000   1528544    123.41    131.37  --
300.31/75.26	c  N dy   987    179910      1500     30000         0     35834    150000   3236578    123.33    131.07  --
307.10/76.94	c  N dy  1050    191584      1500     30000         0     29516    150000   2122500    123.17    130.26  --
315.09/78.91	c  N dy  1128    203944      1500     30000         0     22878    150000    968824    123.24    130.46  --
323.48/81.01	c  N dy  1217    217134      1500     30000         0     36063    150000   3019711    123.35    132.16  --
331.86/83.19	c  N dy  1292    231142      1500     30000         0     30071    150000   1920111    123.30    130.55  --
336.26/84.29	c  S st  1333    237773      1500     30000         0     36701    150000   2938549    123.28   no data  --
337.06/84.42	c  S st  1333    238279      1500     30000         0     37207    150000   3006226    123.28   no data  --
337.06/84.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
337.06/84.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
337.06/84.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
337.46/84.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
337.46/84.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
337.46/84.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
337.46/84.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
981.38/245.77	c lits-rem:       704  cl-subs:       16  v-elim:      0  v-fix:    0  time: 643.09 s
981.38/245.78	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
981.77/245.81	c vivif2 --  cl tried    37191 cl shrink        0 lits rem          0 time: 0.12
983.37/246.27	c asymm  cl-useful: 0/22372/30000 lits-rem:0 time: 1.86
983.37/246.27	c calculated reachability. Time: 0.00
983.37/246.27	c  N dy  1333    238279      1500     30000         0     37191    150000   3000616    123.28   no data  --
994.95/249.12	c  N dy  1428    253539      1500     30000         0     31456    150000   2003983    123.33    131.83  --
1007.74/252.35	c  N dy  1531    269861      1500     30000         0     25781    150000    970117    123.36    130.62  --
1021.31/255.73	c  N dy  1635    287093      1500     30000         0     43005    150000   3615015    123.35    135.89  --
1035.30/259.24	c  N dy  1742    305443      1500     30000         0     38357    150000   2758057    123.33    131.25  --
1036.10/259.41	c  F st  1749    306250      1500     30000         0     39164    150000   2885903    123.34   no data  --
1050.50/263.07	c  N dy  1834    324943      1500     30000         0     33851    150000   1938210    123.40    130.29  --
1067.26/267.27	c  N dy  1955    344968      1500     30000         0     28882    150000   1015670    123.41    131.34  --
1077.24/269.72	c  S st  2036    357419      1500     30000         0     41325    150000   2942581    123.48    116.43  --
1077.64/269.87	c  S st  2036    357921      1500     30000         0     41827    150000   3009241    123.48   no data  --
1077.64/269.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1077.64/269.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1078.04/269.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
1078.44/270.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1078.44/270.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1078.44/270.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1078.44/270.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1759.10/440.49	c lits-rem:       337  cl-subs:       21  v-elim:      0  v-fix:    0  time: 680.49 s
1759.50/440.50	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
1759.50/440.53	c vivif2 --  cl tried    41806 cl shrink        0 lits rem          0 time: 0.13
1760.30/440.73	c asymm  cl-useful: 0/7628/30000 lits-rem:0 time: 0.80
1760.30/440.73	c calculated reachability. Time: 0.00
1760.30/440.73	c  N dy  2036    357921      1500     30000         0     41806    150000   3001817    123.48   no data  --
1776.28/444.75	c  N dy  2157    377960      1500     30000         0     35845    150000   1941154    123.51    153.30  --
1793.07/448.95	c  N dy  2278    397977      1500     30000         0     28866    150000    719486    123.51    133.76  --
1808.24/452.71	c  N dy  2406    418009      1500     30000         0     48879    150000   3821914    123.57    148.94  --
1823.43/456.59	c  N dy  2537    438135      1500     30000         0     41011    150000   2439986    123.58    131.12  --
1840.19/460.71	c  N dy  2655    458193      1500     30000         0     32080    150000    925640    123.58    140.87  --
1855.37/464.55	c  N dy  2770    478202      1500     30000         0     52082    150000   4002051    123.55    131.70  --
1871.35/468.56	c  N dy  2896    498233      1500     30000         0     42120    150000   2338301    123.58    130.64  --
1889.35/473.06	c  N dy  3022    518338      1500     30000         0     31234    150000    501021    123.62    130.19  --
1903.30/476.51	c  S st  3135    536881      1500     30000         0     49766    150000   3367282    123.63   no data  --
1903.70/476.66	c  S st  3135    537383      1500     30000         0     50268    150000   3433835    123.63   no data  --
1903.70/476.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1903.70/476.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1904.10/476.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.18
1904.50/476.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1904.50/476.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1904.50/476.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1904.50/476.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2914.31/729.65	c lits-rem:       338  cl-subs:       27  v-elim:      0  v-fix:    0  time: 1009.36 s
2914.31/729.66	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
2914.31/729.69	c vivif2 --  cl tried    50241 cl shrink        0 lits rem          0 time: 0.15
2916.31/730.19	c asymm  cl-useful: 0/18661/30000 lits-rem:0 time: 2.00
2916.31/730.19	c calculated reachability. Time: 0.00
2916.31/730.19	c  N dy  3135    537383      1500     30000         0     50241    150000   3424324    123.63   no data  --
2936.29/735.12	c  N dy  3241    557454      1500     30000         0     38318    150000   1447269    123.58    135.70  --
2955.46/739.91	c  N dy  3353    577481      1500     30000         0     58328    150000   4540352    123.57    131.27  --
2974.65/744.73	c  N dy  3468    597546      1500     30000         0     45401    150000   2413486    123.57    131.34  --
2995.81/750.01	c  N dy  3597    617659      1500     30000         0     65500    150000   5539734    123.62    130.29  --
3014.97/754.80	c  N dy  3722    637828      1500     30000         0     51679    150000   3250501    123.66    133.04  --
3036.95/760.39	c  N dy  3843    658009      1500     30000         0     36869    150000    788302    123.68    130.73  --
3055.72/765.03	c  N dy  3953    678149      1500     30000         0     57000    150000   3915570    123.68    130.24  --
3077.70/770.54	c  N dy  4080    698401      1500     30000         0     41264    150000   1332958    123.73    130.94  --
3097.26/775.45	c  N dy  4202    718481      1500     30000         0     61334    150000   4421181    123.72    132.72  --
3118.83/780.90	c  N dy  4326    738557      1500     30000         0     44424    150000   1649886    123.75    151.09  --
3138.00/785.64	c  N dy  4443    758672      1500     30000         0     64521    150000   4756443    123.75    130.85  --
3158.39/790.74	c  N dy  4566    778692      1500     30000         0     46549    150000   1832647    123.77    133.46  --
3177.95/795.69	c  N dy  4688    798734      1500     30000         0     66580    150000   4946215    123.79    134.70  --
3186.34/797.76	c  S st  4728    806075      1500     30000         0     73914    150000   6078892    123.77   no data  --
3187.14/797.97	c  S st  4728    806579      1500     30000         0     74418    150000   6147767    123.77   no data  --
3187.14/797.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3187.14/797.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3187.54/798.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.27
3188.34/798.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3188.34/798.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3188.34/798.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3188.34/798.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174917-1304051394/watcher-3174917-1304051394 -o /tmp/evaluation-result-3174917-1304051394/solver-3174917-1304051394 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174917-1304051394.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: 8.07 8.13 7.98 1/175 8849
/proc/meminfo: memFree=19547936/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=183280 CPUtime=0 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 1237 0 0 0 0 0 0 0 25 0 4 0 497555533 187678720 1157 33554432000 4194304 4650419 140737375412928 18446744073709551615 255106812087 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 45820 1157 340 112 0 40785 0
[pid=8849/tid=8850] ppid=8847 vsize=183412 CPUtime=0 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 108 0 0 0 0 0 0 0 25 0 4 0 497555534 187813888 1212 33554432000 4194304 4650419 140737375412928 18446744073709551615 255106768699 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=183412 CPUtime=0 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 222 0 0 0 0 0 0 0 25 0 4 0 497555534 187813888 1234 33554432000 4194304 4650419 140737375412928 18446744073709551615 255106465547 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=199828 CPUtime=0 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 283 0 0 0 0 0 0 0 25 0 4 0 497555534 204623872 1250 33554432000 4194304 4650419 140737375412928 18446744073709551615 255106431334 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.13132 s]
/proc/loadavg: 8.07 8.13 7.98 1/175 8849
/proc/meminfo: memFree=19547936/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=286296 CPUtime=0.47 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 4356 0 0 0 46 1 0 0 18 0 4 0 497555533 293167104 4275 33554432000 4194304 4650419 140737375412928 18446744073709551615 4371120 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 71574 4275 367 112 0 66539 0
[pid=8849/tid=8850] ppid=8847 vsize=286296 CPUtime=0.11 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) S 8847 8849 8638 0 -1 4202560 905 0 0 0 11 0 0 0 18 0 4 0 497555534 293167104 4275 33554432000 4194304 4650419 140737375412928 18446744073709551615 255106873838 0 0 4096 2 18446604448920555968 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=286296 CPUtime=0.1 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 904 0 0 0 10 0 0 0 18 0 4 0 497555534 293167104 4275 33554432000 4194304 4650419 140737375412928 18446744073709551615 255106429637 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=286296 CPUtime=0.12 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 1155 0 0 0 12 0 0 0 18 0 4 0 497555534 293167104 4275 33554432000 4194304 4650419 140737375412928 18446744073709551615 4329841 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 286296

[startup+0.200355 s]
/proc/loadavg: 8.07 8.13 7.98 1/175 8849
/proc/meminfo: memFree=19547936/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=291412 CPUtime=0.73 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) D 8847 8849 8638 0 -1 4202496 7673 0 0 0 70 3 0 0 18 0 4 0 497555533 298405888 6672 33554432000 4194304 4650419 140737375412928 18446744073709551615 4441467 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 72853 6672 382 112 0 67818 0
[pid=8849/tid=8850] ppid=8847 vsize=291412 CPUtime=0.17 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) D 8847 8849 8638 0 -1 4202560 1548 0 0 0 17 0 0 0 18 0 4 0 497555534 298405888 6672 33554432000 4194304 4650419 140737375412928 18446744073709551615 255106812087 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=291412 CPUtime=0.17 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 1714 0 0 0 16 1 0 0 18 0 4 0 497555534 298405888 6672 33554432000 4194304 4650419 140737375412928 18446744073709551615 255106812087 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=291412 CPUtime=0.19 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 1296 0 0 0 19 0 0 0 18 0 4 0 497555534 298405888 6672 33554432000 4194304 4650419 140737375412928 18446744073709551615 4365369 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 291412

[startup+0.30033 s]
/proc/loadavg: 8.07 8.13 7.98 1/175 8849
/proc/meminfo: memFree=19547936/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=291412 CPUtime=1.13 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 11764 0 0 0 108 5 0 0 18 0 4 0 497555533 298405888 9269 33554432000 4194304 4650419 140737375412928 18446744073709551615 4368288 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 72853 9270 389 112 0 67818 0
[pid=8849/tid=8850] ppid=8847 vsize=291412 CPUtime=0.27 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 3244 0 0 0 26 1 0 0 18 0 4 0 497555534 298405888 9270 33554432000 4194304 4650419 140737375412928 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=291412 CPUtime=0.26 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 3217 0 0 0 25 1 0 0 18 0 4 0 497555534 298405888 9270 33554432000 4194304 4650419 140737375412928 18446744073709551615 4328094 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=291412 CPUtime=0.29 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 1457 0 0 0 29 0 0 0 18 0 4 0 497555534 298405888 9270 33554432000 4194304 4650419 140737375412928 18446744073709551615 4328186 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 291412

[startup+0.700259 s]
/proc/loadavg: 8.07 8.13 7.98 1/175 8849
/proc/meminfo: memFree=19547936/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=293744 CPUtime=2.73 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 15482 0 0 0 267 6 0 0 18 0 4 0 497555533 300793856 10846 33554432000 4194304 4650419 140737375412928 18446744073709551615 4368288 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 73436 10846 391 112 0 68401 0
[pid=8849/tid=8850] ppid=8847 vsize=293744 CPUtime=0.66 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 3975 0 0 0 65 1 0 0 18 0 4 0 497555534 300793856 10846 33554432000 4194304 4650419 140737375412928 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=293744 CPUtime=0.67 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 3952 0 0 0 65 2 0 0 18 0 4 0 497555534 300793856 10846 33554432000 4194304 4650419 140737375412928 18446744073709551615 4331984 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=293744 CPUtime=0.69 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 2535 0 0 0 69 0 0 0 18 0 4 0 497555534 300793856 10846 33554432000 4194304 4650419 140737375412928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 293744

[startup+1.50109 s]
/proc/loadavg: 8.07 8.13 7.98 10/184 8883
/proc/meminfo: memFree=19377040/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=297472 CPUtime=5.93 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 24201 0 0 0 585 8 0 0 19 0 4 0 497555533 304611328 12122 33554432000 4194304 4650419 140737375412928 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 74368 12122 391 112 0 69333 0
[pid=8849/tid=8850] ppid=8847 vsize=297472 CPUtime=1.47 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 6335 0 0 0 145 2 0 0 19 0 4 0 497555534 304611328 12122 33554432000 4194304 4650419 140737375412928 18446744073709551615 4328251 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=297472 CPUtime=1.46 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 6347 0 0 0 144 2 0 0 19 0 4 0 497555534 304611328 12124 33554432000 4194304 4650419 140737375412928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=297472 CPUtime=1.49 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 4469 0 0 0 149 0 0 0 19 0 4 0 497555534 304611328 12124 33554432000 4194304 4650419 140737375412928 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 297472

[startup+3.1008 s]
/proc/loadavg: 8.14 8.14 7.98 10/184 8883
/proc/meminfo: memFree=19276476/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=298948 CPUtime=12.31 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 38560 0 0 0 1221 10 0 0 23 0 4 0 497555533 306122752 13234 33554432000 4194304 4650419 140737375412928 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 74737 13234 392 112 0 69702 0
[pid=8849/tid=8850] ppid=8847 vsize=298948 CPUtime=3.06 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 9812 0 0 0 304 2 0 0 24 0 4 0 497555534 306122752 13234 33554432000 4194304 4650419 140737375412928 18446744073709551615 4311408 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=298948 CPUtime=3.06 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 9864 0 0 0 303 3 0 0 24 0 4 0 497555534 306122752 13235 33554432000 4194304 4650419 140737375412928 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=298948 CPUtime=3.09 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 8142 0 0 0 308 1 0 0 23 0 4 0 497555534 306122752 13235 33554432000 4194304 4650419 140737375412928 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 298948

[startup+6.30024 s]
/proc/loadavg: 8.14 8.14 7.98 9/184 8883
/proc/meminfo: memFree=19136728/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=288656 CPUtime=25.09 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 73808 0 0 0 2491 18 0 0 25 0 4 0 497555533 295583744 38392 33554432000 4194304 4650419 140737375412928 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 72164 38392 393 112 0 67129 0
[pid=8849/tid=8850] ppid=8847 vsize=288656 CPUtime=6.26 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 14895 0 0 0 622 4 0 0 25 0 4 0 497555534 295583744 38392 33554432000 4194304 4650419 140737375412928 18446744073709551615 4438944 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=288656 CPUtime=6.23 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 21378 0 0 0 618 5 0 0 25 0 4 0 497555534 295583744 38392 33554432000 4194304 4650419 140737375412928 18446744073709551615 4438944 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=288656 CPUtime=6.29 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 19007 0 0 0 626 3 0 0 25 0 4 0 497555534 295583744 38392 33554432000 4194304 4650419 140737375412928 18446744073709551615 4438643 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 288656

[startup+12.7011 s]
/proc/loadavg: 8.12 8.14 7.98 9/184 8883
/proc/meminfo: memFree=19088668/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=299904 CPUtime=50.65 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 88169 0 0 0 5044 21 0 0 25 0 4 0 497555533 307101696 40667 33554432000 4194304 4650419 140737375412928 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 74976 40667 393 112 0 69941 0
[pid=8849/tid=8850] ppid=8847 vsize=299904 CPUtime=12.66 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 21145 0 0 0 1261 5 0 0 25 0 4 0 497555534 307101696 40667 33554432000 4194304 4650419 140737375412928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=299904 CPUtime=12.61 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 21939 0 0 0 1255 6 0 0 25 0 4 0 497555534 307101696 40667 33554432000 4194304 4650419 140737375412928 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=299904 CPUtime=12.69 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 23482 0 0 0 1265 4 0 0 25 0 4 0 497555534 307101696 40667 33554432000 4194304 4650419 140737375412928 18446744073709551615 4366643 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 299904

[startup+25.5009 s]
/proc/loadavg: 8.25 8.16 7.99 9/184 8884
/proc/meminfo: memFree=18728644/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=486840 CPUtime=101.78 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 141736 0 0 0 10146 32 0 0 25 0 4 0 497555533 498524160 70757 33554432000 4194304 4650419 140737375412928 18446744073709551615 4439636 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 121710 70757 393 112 0 116675 0
[pid=8849/tid=8850] ppid=8847 vsize=486840 CPUtime=25.46 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 30499 0 0 0 2540 6 0 0 25 0 4 0 497555534 498524160 70757 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=486840 CPUtime=25.33 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 35080 0 0 0 2525 8 0 0 25 0 4 0 497555534 498524160 70757 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=486840 CPUtime=25.48 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 39971 0 0 0 2541 7 0 0 25 0 4 0 497555534 498524160 70757 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 486840

[startup+51.1004 s]
/proc/loadavg: 8.17 8.15 7.99 9/184 8885
/proc/meminfo: memFree=18517032/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=587828 CPUtime=204.04 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 208653 0 0 0 20353 51 0 0 25 0 4 0 497555533 601935872 86393 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 146957 86393 393 112 0 141922 0
[pid=8849/tid=8850] ppid=8847 vsize=587828 CPUtime=51.06 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 47640 0 0 0 5096 10 0 0 25 0 4 0 497555534 601935872 86393 33554432000 4194304 4650419 140737375412928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=587828 CPUtime=50.79 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 54108 0 0 0 5066 13 0 0 25 0 4 0 497555534 601935872 86393 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=587828 CPUtime=51.09 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 60118 0 0 0 5094 15 0 0 25 0 4 0 497555534 601935872 86393 33554432000 4194304 4650419 140737375412928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 587828

[startup+102.3 s]
/proc/loadavg: 8.17 8.15 8.00 9/184 8886
/proc/meminfo: memFree=18397348/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=613136 CPUtime=408.58 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 327921 0 0 0 40771 87 0 0 25 0 4 0 497555533 627851264 98042 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 153284 98042 393 112 0 148249 0
[pid=8849/tid=8850] ppid=8847 vsize=613136 CPUtime=102.26 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 92121 0 0 0 10201 25 0 0 25 0 4 0 497555534 627851264 98042 33554432000 4194304 4650419 140737375412928 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=613136 CPUtime=101.72 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 72389 0 0 0 10157 15 0 0 25 0 4 0 497555534 627851264 98042 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=613136 CPUtime=102.29 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 103842 0 0 0 10199 30 0 0 25 0 4 0 497555534 627851264 98042 33554432000 4194304 4650419 140737375412928 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 613136

[startup+162.301 s]

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

[pid=8849] ppid=8847 vsize=948884 CPUtime=2565.59 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 876401 0 0 0 256280 279 0 0 25 0 4 0 497555533 971657216 159681 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 237221 159681 393 112 0 232186 0
[pid=8849/tid=8850] ppid=8847 vsize=948884 CPUtime=642.22 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 175884 0 0 0 64166 56 0 0 25 0 4 0 497555534 971657216 159681 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=948884 CPUtime=638.78 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 301352 0 0 0 63797 81 0 0 25 0 4 0 497555534 971657216 159681 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=948884 CPUtime=642.29 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 300046 0 0 0 64118 111 0 0 25 0 4 0 497555534 971657216 159681 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.59
Current children cumulated vsize (KiB) 948884

[startup+702.301 s]
/proc/loadavg: 8.21 8.17 8.06 9/184 8902
/proc/meminfo: memFree=17536156/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=948884 CPUtime=2805.26 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 906883 0 0 0 280243 283 0 0 25 0 4 0 497555533 971657216 159561 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 237221 159561 393 112 0 232186 0
[pid=8849/tid=8850] ppid=8847 vsize=948884 CPUtime=702.21 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 177924 0 0 0 70165 56 0 0 25 0 4 0 497555534 971657216 159561 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476129 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=948884 CPUtime=698.45 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 325176 0 0 0 69761 84 0 0 25 0 4 0 497555534 971657216 159561 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=948884 CPUtime=702.3 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 304664 0 0 0 70118 112 0 0 25 0 4 0 497555534 971657216 159561 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.26
Current children cumulated vsize (KiB) 948884

[startup+762.301 s]
/proc/loadavg: 8.13 8.15 8.06 9/184 8903
/proc/meminfo: memFree=17511092/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=901096 CPUtime=3044.96 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 960392 0 0 0 304195 301 0 0 25 0 4 0 497555533 922722304 158119 33554432000 4194304 4650419 140737375412928 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 225274 158119 393 112 0 220239 0
[pid=8849/tid=8850] ppid=8847 vsize=901096 CPUtime=762.21 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 179949 0 0 0 76165 56 0 0 25 0 4 0 497555534 922722304 158119 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=901096 CPUtime=758.12 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 350132 0 0 0 75725 87 0 0 25 0 4 0 497555534 922722304 158119 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=901096 CPUtime=762.3 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 307909 0 0 0 76118 112 0 0 25 0 4 0 497555534 922722304 158119 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.96
Current children cumulated vsize (KiB) 901096

[startup+822.301 s]
/proc/loadavg: 8.10 8.13 8.06 9/184 8905
/proc/meminfo: memFree=17388812/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=1029124 CPUtime=3284.6 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 1037023 0 0 0 328131 329 0 0 25 0 4 0 497555533 1053822976 178824 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 257281 178824 393 112 0 252246 0
[pid=8849/tid=8850] ppid=8847 vsize=1029124 CPUtime=822.2 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 205691 0 0 0 82151 69 0 0 25 0 4 0 497555534 1053822976 178824 33554432000 4194304 4650419 140737375412928 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=1029124 CPUtime=817.79 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 370035 0 0 0 81689 90 0 0 25 0 4 0 497555534 1053822976 178824 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=1029124 CPUtime=822.3 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 310699 0 0 0 82118 112 0 0 25 0 4 0 497555534 1053822976 178824 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476471 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.6
Current children cumulated vsize (KiB) 1029124

[startup+882.307 s]
/proc/loadavg: 8.08 8.12 8.06 9/184 8907
/proc/meminfo: memFree=17357676/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=1018280 CPUtime=3524.3 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 1094940 0 0 0 352076 354 0 0 25 0 4 0 497555533 1042718720 176205 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476432 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 254570 176205 393 112 0 249535 0
[pid=8849/tid=8850] ppid=8847 vsize=1018280 CPUtime=882.2 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 236800 0 0 0 88134 86 0 0 25 0 4 0 497555534 1042718720 176205 33554432000 4194304 4650419 140737375412928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=1018280 CPUtime=877.47 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 379810 0 0 0 87653 94 0 0 25 0 4 0 497555534 1042718720 176205 33554432000 4194304 4650419 140737375412928 18446744073709551615 4361104 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=1018280 CPUtime=882.31 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 316157 0 0 0 88117 114 0 0 25 0 4 0 497555534 1042718720 176205 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.3
Current children cumulated vsize (KiB) 1018280

[startup+942.3 s]
/proc/loadavg: 8.07 8.11 8.06 9/184 8908
/proc/meminfo: memFree=17374408/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=1020200 CPUtime=3763.95 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 1169390 0 0 0 376009 386 0 0 25 0 4 0 497555533 1044684800 172828 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 255050 172828 393 112 0 250015 0
[pid=8849/tid=8850] ppid=8847 vsize=1020200 CPUtime=942.19 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 265070 0 0 0 94119 100 0 0 25 0 4 0 497555534 1044684800 172828 33554432000 4194304 4650419 140737375412928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=1020200 CPUtime=937.14 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 410881 0 0 0 93603 111 0 0 25 0 4 0 497555534 1044684800 172828 33554432000 4194304 4650419 140737375412928 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=1020200 CPUtime=942.31 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 319054 0 0 0 94116 115 0 0 25 0 4 0 497555534 1044684800 172828 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.95
Current children cumulated vsize (KiB) 1020200

[startup+1002.3 s]
/proc/loadavg: 8.07 8.10 8.06 9/184 8910
/proc/meminfo: memFree=17374148/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=1035944 CPUtime=4003.61 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 1249440 0 0 0 399941 420 0 0 25 0 4 0 497555533 1060806656 175396 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 258986 175396 393 112 0 253951 0
[pid=8849/tid=8850] ppid=8847 vsize=1035944 CPUtime=1002.18 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 300125 0 0 0 100102 116 0 0 25 0 4 0 497555534 1060806656 175396 33554432000 4194304 4650419 140737375412928 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=1035944 CPUtime=996.8 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 446739 0 0 0 99553 127 0 0 25 0 4 0 497555534 1060806656 175396 33554432000 4194304 4650419 140737375412928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=1035944 CPUtime=1002.31 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 322123 0 0 0 100116 115 0 0 25 0 4 0 497555534 1060806656 175396 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.61
Current children cumulated vsize (KiB) 1035944

[startup+1062.3 s]
/proc/loadavg: 8.02 8.08 8.05 9/184 8911
/proc/meminfo: memFree=17259688/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=1025828 CPUtime=4243.28 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 1326048 0 0 0 423873 455 0 0 25 0 4 0 497555533 1050447872 181683 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 256457 181683 393 112 0 251422 0
[pid=8849/tid=8850] ppid=8847 vsize=1025828 CPUtime=1062.17 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 332307 0 0 0 106083 134 0 0 25 0 4 0 497555534 1050447872 181683 33554432000 4194304 4650419 140737375412928 18446744073709551615 4365459 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=1025828 CPUtime=1056.47 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 474089 0 0 0 105506 141 0 0 25 0 4 0 497555534 1050447872 181683 33554432000 4194304 4650419 140737375412928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=1025828 CPUtime=1062.31 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 327767 0 0 0 106115 116 0 0 25 0 4 0 497555534 1050447872 181683 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.28
Current children cumulated vsize (KiB) 1025828

[startup+1122.3 s]
/proc/loadavg: 8.05 8.08 8.05 9/184 8913
/proc/meminfo: memFree=17309156/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=1054608 CPUtime=4482.95 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 1393167 0 0 0 447811 484 0 0 25 0 4 0 497555533 1079918592 183306 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 263652 183306 393 112 0 258617 0
[pid=8849/tid=8850] ppid=8847 vsize=1054608 CPUtime=1122.18 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 353962 0 0 0 112073 145 0 0 25 0 4 0 497555534 1079918592 183306 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=1054608 CPUtime=1116.15 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 501787 0 0 0 111458 157 0 0 25 0 4 0 497555534 1079918592 183306 33554432000 4194304 4650419 140737375412928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=1054608 CPUtime=1122.31 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 332445 0 0 0 112114 117 0 0 25 0 4 0 497555534 1079918592 183306 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.95
Current children cumulated vsize (KiB) 1054608

[startup+1182.3 s]
/proc/loadavg: 8.06 8.08 8.05 9/184 8915
/proc/meminfo: memFree=17267848/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=1068596 CPUtime=4722.61 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 1434966 0 0 0 471760 501 0 0 25 0 4 0 497555533 1094242304 184850 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 267149 184850 393 112 0 262114 0
[pid=8849/tid=8850] ppid=8847 vsize=1068596 CPUtime=1182.17 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 358368 0 0 0 118071 146 0 0 25 0 4 0 497555534 1094242304 184850 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=1068596 CPUtime=1175.83 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 527754 0 0 0 117411 172 0 0 25 0 4 0 497555534 1094242304 184850 33554432000 4194304 4650419 140737375412928 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=1068596 CPUtime=1182.31 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 334713 0 0 0 118114 117 0 0 25 0 4 0 497555534 1094242304 184850 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.61
Current children cumulated vsize (KiB) 1068596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.09 8.06 9/184 8915
/proc/meminfo: memFree=17157236/32951124 swapFree=67111524/67111528
[pid=8849] ppid=8847 vsize=1134132 CPUtime=4800.13 cores=0,2,4,6
/proc/8849/stat : 8849 (strangenight1-m) R 8847 8849 8638 0 -1 4202496 1469548 0 0 0 479504 509 0 0 25 0 4 0 497555533 1161351168 214119 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8849/statm: 283533 214119 393 112 0 278498 0
[pid=8849/tid=8850] ppid=8847 vsize=1134132 CPUtime=1201.58 cores=0,2,4,6
/proc/8849/task/8850/stat : 8850 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 359588 0 0 0 120012 146 0 0 25 0 4 0 497555534 1161351168 214119 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8849/tid=8851] ppid=8847 vsize=1134132 CPUtime=1195.11 cores=0,2,4,6
/proc/8849/task/8851/stat : 8851 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 556846 0 0 0 119332 179 0 0 25 0 4 0 497555534 1161351168 214119 33554432000 4194304 4650419 140737375412928 18446744073709551615 4439619 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8849/tid=8852] ppid=8847 vsize=1134132 CPUtime=1201.72 cores=0,2,4,6
/proc/8849/task/8852/stat : 8852 (strangenight1-m) R 8847 8849 8638 0 -1 4202560 335312 0 0 0 120055 117 0 0 25 0 4 0 497555534 1161351168 214119 33554432000 4194304 4650419 140737375412928 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 1134132

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.75
CPU time (s): 4800.2
CPU user time (s): 4795.06
CPU system time (s): 5.13422
CPU usage (%): 399.433
Max. virtual memory (cumulated for all children) (KiB): 1134132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.06
system time used= 5.13422
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1469548
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= 1920
involuntary context switches= 34283

runsolver used 1.9727 second user time and 4.5873 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 06:29:54
IDJOB=3174917
IDBENCH=82535
IDSOLVER=1588
FILE ID=node144/3174917-1304051394
RUNJOBID= node144-1304048986-8656
PBS_JOBID= 13170410
Free space on /tmp= 72404 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S715182559-083-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174917-1304051394/watcher-3174917-1304051394 -o /tmp/evaluation-result-3174917-1304051394/solver-3174917-1304051394 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174917-1304051394.cnf

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

MD5SUM BENCH= 1ae73e64babd5796adef68295bcaa14f
RANDOM SEED=397835510

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:      19548216 kB
Buffers:       2206600 kB
Cached:       10567036 kB
SwapCached:          4 kB
Active:        4690120 kB
Inactive:      8149080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19548216 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7024 kB
Writeback:           0 kB
AnonPages:       64332 kB
Mapped:          15116 kB
Slab:           499144 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   219132 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= 72392 MiB
End job on node144 at 2011-04-29 06:49:58