Trace number 3174958

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S109959541-056-UNKNOWN.cnf
MD5SUM5f909806405bfbe25b7db5afcabe8fc9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark87.7936
Satisfiable
(Un)Satisfiability was proved
Number of variables24999
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
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-3174958-1304059453.cnf'
0.00/0.00	c -- header says num vars:          24999
0.00/0.00	c -- header says num clauses:      105000
0.00/0.08	c -- clauses added:            0 learnts,       105000 normals,            0 xors
0.00/0.08	c -- vars added      24999
0.00/0.08	c Parsing time:  0.28 s
0.00/0.09	c  N st     0         0     24999    105000         0         0    315000         0   no data   no data  --
0.00/0.16	c asymm  cl-useful: 0/105000/105000 lits-rem:0 time: 0.30
0.33/0.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.20
0.33/0.30	c bin-w-bin subsume rem            0 bins  time:  0.03 s
0.33/0.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
0.33/0.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24999 time:  0.03 s
0.33/0.33	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.03 s
0.33/0.59	c lits-rem:         0  cl-subs:        0  v-elim:    841  v-fix:    0  time:  1.03 s
0.33/0.60	c Finding binary XORs  T:     0.02 s  found:       0
0.33/0.65	c Finding non-binary XORs:     0.20 s (found:       0, avg size: nan)
0.33/0.65	c calculated reachability. Time: 0.00
0.33/0.66	c Calc default polars -  time:   0.03 s pos:   10931 undec:    2995 neg:   11073
0.33/0.66	c =========================================================================================
0.33/0.66	c types(t): F = full restart, N = normal restart
0.33/0.66	c types(t): S = simplification begin/end, E = solution found
0.33/0.66	c restart types(rt): st = static, dy = dynamic
0.33/0.66	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.33/0.66	c  B st     0         0     24158    103926         0         0    316561         0   no data   no data  --
7.19/1.88	c  N dy    19      4085     24158    103926         0      4084    316561   1126327    150.48    161.76  --
11.98/3.08	c  N dy    43      8267     24158    103926         0      8266    316561   2041885    144.37    152.93  --
16.75/4.29	c  N dy    70     12306     24158    103926         0     12305    316561   2940057    143.73    154.03  --
21.94/5.54	c  N dy    99     16345     24158    103926         0     16343    316561   3861100    145.01    183.23  --
27.13/6.89	c  N dy   124     20496     24158    103926         0     10497    316561    717752    144.42    158.45  --
32.33/8.20	c  N dy   145     24929     24158    103926         0     14930    316561   1664878    143.44    153.23  --
32.73/8.22	c  F st   146     25000     24158    103926         0     15001    316561   1683373    143.49   no data  --
39.11/9.87	c  N dy   152     30000     24158    103926         0     20000    316561   3141171    143.49   no data  --
39.11/9.87	c  S st   152     30000     24158    103926         0     20000    316561   3141171    143.49   no data  --
39.92/10.03	c  S st   152     30503     24158    103926         0     20503    316561   3222266    143.49   no data  --
39.92/10.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
39.92/10.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.32/10.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.51
41.92/10.54	c bin-w-bin subsume rem            0 bins  time:  0.03 s
41.92/10.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
41.92/10.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.03 s
41.92/10.57	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
65.48/16.41	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time: 23.20 s
65.88/16.54	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.52
65.88/16.55	c calculated reachability. Time: 0.00
65.88/16.55	c  N dy   152     30503     24158    103926         0     20500    316561   3221175    143.49   no data  --
71.88/18.07	c  N dy   179     34711     24158    103926         0     24706    316561   4157263    143.37    152.90  --
77.88/19.58	c  N dy   205     38828     24158    103926         0     28823    316561   5084187    143.33    153.56  --
83.86/21.06	c  N dy   233     42851     24158    103926         0     17350    316561   1134973    143.55    186.94  --
88.24/22.13	c  S st   253     45754     24158    103926         0     20252    316561   1790200    143.49   no data  --
89.05/22.30	c  S st   253     46255     24158    103926         0     20753    316561   1870600    143.49   no data  --
89.05/22.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
89.05/22.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.45/22.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.53
90.24/22.61	c bin-w-bin subsume rem            0 bins  time:  0.03 s
90.24/22.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
90.24/22.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.04 s
90.24/22.64	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
106.62/26.71	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time: 16.19 s
106.62/26.72	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.05
106.62/26.75	c vivif2 --  cl tried    20752 cl shrink        0 lits rem          0 time: 0.11
107.03/26.88	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.51
107.03/26.88	c calculated reachability. Time: 0.01
107.03/26.88	c  N dy   253     46255     24158    103926         0     20752    316561   1870149    143.49   no data  --
112.63/28.25	c  N dy   278     50280     24158    103926         0     24776    316561   2759906    143.26    150.91  --
118.61/29.71	c  N dy   306     54374     24158    103926         0     28870    316561   3707509    143.68    153.29  --
124.20/31.17	c  N dy   333     58412     24158    103926         0     32907    316561   4628991    143.74    155.77  --
130.21/32.64	c  N dy   357     62414     24158    103926         0     36909    316561   5516009    143.28    153.36  --
136.17/34.10	c  N dy   387     66486     24158    103926         0     22233    316561   1467015    143.62    154.93  --
140.17/35.10	c  S st   409     69382     24158    103926         0     25129    316561   2111435    143.68   no data  --
140.57/35.28	c  S st   409     69886     24158    103926         0     25633    316561   2193452    143.68   no data  --
140.57/35.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
140.57/35.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
141.37/35.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.54
142.17/35.61	c bin-w-bin subsume rem            0 bins  time:  0.03 s
142.17/35.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
142.17/35.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.04 s
142.17/35.63	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
162.13/40.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time: 19.88 s
162.13/40.65	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.06
162.13/40.68	c vivif2 --  cl tried    25633 cl shrink        0 lits rem          0 time: 0.14
162.93/40.83	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.57
162.93/40.83	c calculated reachability. Time: 0.00
162.93/40.84	c  N dy   409     69886     24158    103926         0     25633    316561   2193452    143.68   no data  --
169.33/42.44	c  N dy   437     74402     24158    103926         0     30149    316561   3178226    143.62    187.06  --
176.52/44.21	c  N dy   468     79201     24158    103926         0     34947    316561   4304121    143.87    154.27  --
184.11/46.16	c  N dy   505     84350     24158    103926         0     40095    316561   5472898    144.08    152.11  --
188.90/47.35	c  F st   527     87500     24158    103926         0     22376    316561    995296    144.13   no data  --
194.09/48.60	c  N st   532     90799     24158    103926         0     25673    316561   2042728    144.13   no data  --
202.48/50.75	c  N dy   558     96655     24158    103926         0     31529    316561   3509054    144.17    155.06  --
212.46/53.25	c  N dy   600    103118     24158    103926         0     37992    316561   4979261    144.19    155.04  --
214.86/53.89	c  S st   611    104831     24158    103926         0     39705    316561   5348158    144.13   no data  --
215.66/54.08	c  S st   611    105332     24158    103926         0     40206    316561   5413758    144.13   no data  --
216.07/54.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
216.07/54.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
216.47/54.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.60
218.08/54.66	c bin-w-bin subsume rem            0 bins  time:  0.03 s
218.08/54.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
218.08/54.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.04 s
218.08/54.69	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
450.96/112.94	c lits-rem:        17  cl-subs:        5  v-elim:      0  v-fix:    0  time: 231.91 s
450.96/112.96	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.05
451.36/113.04	c vivif2 --  cl tried    40201 cl shrink        0 lits rem          0 time: 0.32
452.13/113.21	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.67
452.13/113.21	c calculated reachability. Time: 0.01
452.13/113.21	c  N dy   611    105332     24158    103926         0     40201    316561   5412865    144.13   no data  --
461.72/115.69	c  N dy   654    112107     24158    103926         0     24540    316561   1054779    143.89    154.50  --
472.11/118.20	c  N dy   704    119290     24158    103926         0     31723    316561   2633845    143.88    156.38  --
483.30/121.02	c  N dy   749    127095     24158    103926         0     39528    316561   4314357    143.58    153.52  --
496.07/124.24	c  N dy   804    135239     24158    103926         0     23954    316561    630383    143.68    153.17  --
508.86/127.46	c  N dy   869    144000     24158    103926         0     32715    316561   2605548    143.89    154.01  --
523.23/131.06	c  N dy   936    153194     24158    103926         0     41908    316561   4706909    144.13    173.93  --
531.22/133.00	c  S st   975    157998     24158    103926         0     46712    316561   5814546    144.30   no data  --
532.02/133.22	c  S st   975    158503     24158    103926         0     47217    316561   5897451    144.30   no data  --
532.02/133.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
532.02/133.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
532.82/133.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.64
534.44/133.84	c bin-w-bin subsume rem            0 bins  time:  0.03 s
534.44/133.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
534.44/133.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.04 s
534.44/133.87	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.05 s
838.03/209.89	c lits-rem:         0  cl-subs:        8  v-elim:      0  v-fix:    0  time: 302.65 s
838.40/209.90	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.05
838.40/209.99	c vivif2 --  cl tried    47209 cl shrink        0 lits rem          0 time: 0.35
839.20/210.17	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.73
839.20/210.18	c calculated reachability. Time: 0.00
839.20/210.18	c  N dy   975    158503     24158    103926         0     47209    316561   5894540    144.30   no data  --
854.37/213.92	c  N dy  1044    168746     24158    103926         0     32589    316561   2270167    144.27    158.84  --
870.75/218.01	c  N dy  1112    179781     24158    103926         0     43623    316561   4772819    144.26    154.78  --
888.72/222.58	c  N dy  1184    191270     24158    103926         0     29182    316561   1283640    144.11    155.04  --
907.50/227.26	c  N dy  1259    203599     24158    103926         0     41511    316561   4085167    144.07    153.87  --
929.07/232.62	c  N dy  1344    216732     24158    103926         0     27679    316561    694863    144.09    158.18  --
949.84/237.89	c  N dy  1436    230644     24158    103926         0     41590    316561   3863773    144.02    156.18  --
961.82/240.82	c  S st  1490    237755     24158    103926         0     48701    316561   5460564    144.05   no data  --
962.62/241.03	c  S st  1490    238263     24158    103926         0     49209    316561   5540468    144.05   no data  --
962.62/241.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
962.62/241.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
963.42/241.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.64
964.62/241.59	c bin-w-bin subsume rem            0 bins  time:  0.03 s
964.62/241.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
964.62/241.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.03 s
965.04/241.61	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
1242.26/311.04	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 276.09 s
1242.26/311.05	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.05
1242.64/311.13	c vivif2 --  cl tried    49203 cl shrink        0 lits rem          0 time: 0.34
1243.43/311.34	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.80
1243.43/311.34	c calculated reachability. Time: 0.00
1243.43/311.34	c  N dy  1490    238263     24158    103926         0     49203    316561   5539834    144.05   no data  --
1268.99/317.70	c  N dy  1597    253534     24158    103926         0     36503    316561   2454631    144.08    160.67  --
1296.16/324.53	c  N dy  1703    269841     24158    103926         0     52809    316561   6158780    144.09    159.68  --
1324.53/331.64	c  N dy  1831    287069     24158    103926         0     41044    316561   3185875    144.27    152.48  --
1355.29/339.30	c  N dy  1960    305525     24158    103926         0     59499    316561   7366272    144.28    154.38  --
1356.51/339.64	c  F st  1965    306250     24158    103926         0     30228    316561    519957    144.27    128.31  --
1386.45/347.17	c  N dy  2059    325041     24158    103926         0     49016    316561   5357819    144.26    154.70  --
1419.59/355.47	c  N dy  2201    345086     24158    103926         0     38066    316561   2048611    144.37    157.87  --
1439.58/360.43	c  S st  2284    357394     24158    103926         0     50370    316561   4869586    144.45   no data  --
1440.36/360.66	c  S st  2284    357895     24158    103926         0     50871    316561   4955533    144.45   no data  --
1440.36/360.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
1440.36/360.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1441.16/360.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.65
1442.36/361.17	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1442.36/361.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1442.36/361.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.04 s
1442.76/361.20	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
1670.05/418.12	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 226.94 s
1670.05/418.14	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.06
1670.45/418.22	c vivif2 --  cl tried    50867 cl shrink        0 lits rem          0 time: 0.32
1671.25/418.42	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.80
1671.25/418.43	c calculated reachability. Time: 0.01
1671.25/418.43	c  N dy  2284    357895     24158    103926         0     50867    316561   4955110    144.45   no data  --
1705.60/427.05	c  N dy  2421    377954     24158    103926         0     38935    316561   2060490    144.52    152.88  --
1739.96/435.69	c  N dy  2563    398047     24158    103926         0     59027    316561   6701802    144.66    152.34  --
1774.70/444.31	c  N dy  2698    418084     24158    103926         0     46064    316561   3441494    144.72    167.94  --
1808.68/452.86	c  N dy  2838    438144     24158    103926         0     66121    316561   8009949    144.82    154.41  --
1841.41/461.01	c  N dy  2987    458213     24158    103926         0     52190    316561   4598071    144.96    159.95  --
1876.16/469.70	c  N dy  3119    478261     24158    103926         0     37244    316561    967504    144.97    154.13  --
1909.33/478.06	c  N dy  3257    498334     24158    103926         0     57316    316561   5567807    145.08    153.27  --
1943.27/486.56	c  N dy  3388    518338     24158    103926         0     41319    316561   1669494    145.05    166.53  --
1972.82/493.94	c  S st  3515    536844     24158    103926         0     59822    316561   5891062    145.05   no data  --
1973.62/494.16	c  S st  3515    537346     24158    103926         0     60324    316561   5973458    145.05   no data  --
1973.62/494.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
1973.62/494.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1974.43/494.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.66
1976.04/494.72	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1976.04/494.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1976.04/494.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.03 s
1976.04/494.75	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.05 s
2305.58/577.28	c lits-rem:         0  cl-subs:        8  v-elim:      0  v-fix:    0  time: 328.55 s
2305.58/577.30	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.05
2305.96/577.39	c vivif2 --  cl tried    60316 cl shrink        0 lits rem          0 time: 0.37
2307.15/577.60	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.84
2307.15/577.61	c calculated reachability. Time: 0.00
2307.15/577.61	c  N dy  3515    537346     24158    103926         0     60316    316561   5969827    145.05   no data  --
2340.73/586.01	c  N dy  3658    557446     24158    103926         0     43418    316561   1935250    145.13    153.41  --
2373.06/594.14	c  N dy  3796    577531     24158    103926         0     63502    316561   6509230    145.19    159.24  --
2407.00/602.62	c  N dy  3939    597685     24158    103926         0     45656    316561   2215611    145.28    160.90  --
2439.76/610.81	c  N dy  4069    617893     24158    103926         0     65863    316561   6779835    145.25    156.50  --
2472.92/619.18	c  N dy  4197    637897     24158    103926         0     46868    316561   2231314    145.16    155.42  --
2506.07/627.49	c  N dy  4340    657953     24158    103926         0     66924    316561   6865472    145.24    163.20  --
2540.82/636.13	c  N dy  4483    678101     24158    103926         0     47074    316561   2042875    145.30    154.51  --
2573.19/644.30	c  N dy  4613    698103     24158    103926         0     67073    316561   6559587    145.28    153.81  --
2608.73/653.14	c  N dy  4750    718271     24158    103926         0     46247    316561   1657932    145.35    154.28  --
2641.47/661.35	c  N dy  4879    738311     24158    103926         0     66286    316561   6210488    145.32    158.99  --
2677.42/670.32	c  N dy  5009    758373     24158    103926         0     44347    316561   1009144    145.32    157.05  --
2711.37/678.90	c  N dy  5146    778412     24158    103926         0     64383    316561   5673663    145.42    153.32  --
2748.52/688.16	c  N dy  5284    798465     24158    103926         0     84436    316561  10230094    145.44    169.22  --
2761.31/691.35	c  S st  5335    806022     24158    103926         0     48995    316561   1848189    145.45   no data  --
2762.12/691.56	c  S st  5335    806524     24158    103926         0     49497    316561   1948681    145.45   no data  --
2762.12/691.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2762.12/691.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2762.90/691.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.63
2763.30/691.89	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2763.70/691.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
2763.70/691.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.04 s
2763.70/691.92	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.05 s
2784.49/697.13	c lits-rem:         9  cl-subs:        1  v-elim:      0  v-fix:    0  time: 20.79 s
2784.49/697.14	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.05
2784.49/697.18	c vivif2 --  cl tried    49496 cl shrink        0 lits rem          0 time: 0.13
2785.27/697.36	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.75
2785.27/697.37	c calculated reachability. Time: 0.00
2785.27/697.37	c  N dy  5335    806524     24158    103926         0     49496    316561   1948316    145.45   no data  --
2820.82/706.20	c  N dy  5474    826632     24158    103926         0     69600    316561   6556929    145.48    154.92  --
2859.96/716.01	c  N dy  5612    846796     24158    103926         0     45770    316561    868217    145.50    154.94  --
2895.51/724.93	c  N dy  5746    867011     24158    103926         0     65982    316561   5479392    145.50    156.20  --
2935.06/734.86	c  N dy  5894    887067     24158    103926         0     86038    316561  10078724    145.55    153.80  --
2971.41/743.95	c  N dy  6032    907146     24158    103926         0     61113    316561   4192313    145.57    158.48  --
3009.76/753.58	c  N dy  6172    927190     24158    103926         0     81153    316561   8842785    145.62    156.70  --
3047.72/763.08	c  N dy  6305    947256     24158    103926         0     55223    316561   2616113    145.64    163.16  --
3084.85/772.33	c  N dy  6438    967315     24158    103926         0     75282    316561   7205600    145.63    170.34  --
3125.60/782.50	c  N dy  6581    987363     24158    103926         0     48333    316561    784694    145.67    154.20  --
3161.55/791.52	c  N dy  6719   1007410     24158    103926         0     68378    316561   5387516    145.67    158.51  --
3200.30/801.28	c  N dy  6854   1027562     24158    103926         0     88528    316561   9968612    145.67    158.59  --
3237.84/810.60	c  N dy  6993   1047631     24158    103926         0     60605    316561   3350213    145.68    158.85  --
3274.18/819.77	c  N dy  7127   1067655     24158    103926         0     80626    316561   7913050    145.71    155.72  --
3282.57/821.83	c  F st  7159   1071875     24158    103926         0     84846    316561   8880942    145.72   no data  --
3313.33/829.52	c  N dy  7230   1087735     24158    103926         0     51710    316561   1113616    145.69    160.52  --
3348.48/838.32	c  N dy  7365   1107834     24158    103926         0     71809    316561   5649164    145.70    168.45  --
3386.82/847.95	c  N dy  7501   1127935     24158    103926         0     91908    316561  10205488    145.72    155.16  --
3423.98/857.22	c  N dy  7633   1147946     24158    103926         0     61924    316561   3223731    145.69    157.69  --
3460.32/866.35	c  N dy  7766   1168107     24158    103926         0     82084    316561   7877443    145.70    164.51  --
3499.06/876.03	c  N dy  7893   1188134     24158    103926         0     51108    316561    535009    145.71    191.02  --
3532.21/884.36	c  N dy  8021   1208256     24158    103926         0     71229    316561   5161525    145.73    154.27  --
3535.01/885.03	c  S st  8031   1209788     24158    103926         0     72761    316561   5505099    145.73   no data  --
3535.83/885.27	c  S st  8031   1210290     24158    103926         0     73262    316561   5602030    145.73   no data  --
3535.83/885.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
3536.21/885.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3536.61/885.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.71
3538.20/885.83	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3538.20/885.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
3538.20/885.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24158 time:  0.04 s
3538.20/885.86	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.05 s
3834.99/960.17	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time: 296.35 s
3834.99/960.18	c vivif2 --  cl tried   103926 cl shrink        0 lits rem          0 time: 0.05
3835.39/960.27	c vivif2 --  cl tried    73260 cl shrink        0 lits rem          0 time: 0.35
3836.59/960.51	c asymm  cl-useful: 0/103926/103926 lits-rem:0 time: 0.94
3836.59/960.52	c calculated reachability. Time: 0.00
3836.59/960.52	c  N dy  8031   1210290     24158    103926         0     73260    316561   5600891    145.73   no data  --
3873.75/969.82	c  N dy  8165   1230326     24158    103926         0     93296    316561  10191965    145.74    153.67  --
3910.49/979.03	c  N dy  8302   1250429     24158    103926         0     61400    316561   2626955    145.75    154.90  --
3946.03/987.92	c  N dy  8444   1270465     24158    103926         0     81435    316561   7240161    145.79    161.39  --
3984.78/997.63	c  N dy  8582   1290519     24158    103926         0    101488    316561  11823300    145.83    157.09  --
4019.93/1006.48	c  N dy  8709   1310624     24158    103926         0     68596    316561   4023267    145.80    155.34  --
4056.26/1015.55	c  N dy  8836   1330676     24158    103926         0     88648    316561   8527258    145.78    162.21  --
4096.20/1025.56	c  N dy  8976   1350711     24158    103926         0     54684    316561    691776    145.81    157.35  --
4130.95/1034.22	c  N dy  9110   1370882     24158    103926         0     74854    316561   5295529    145.83    156.71  --
4169.29/1043.89	c  N dy  9244   1390892     24158    103926         0     94862    316561   9851051    145.84    154.23  --
4210.84/1054.20	c  N dy  9377   1410912     24158    103926         0     59886    316561   1674158    145.86    155.37  --
4247.99/1063.50	c  N dy  9523   1430917     24158    103926         0     79890    316561   6286280    145.90    153.93  --
4288.73/1073.74	c  N dy  9661   1450972     24158    103926         0     99940    316561  10947704    145.93    155.11  --
4329.07/1083.89	c  N dy  9795   1471077     24158    103926         0     64048    316561   2353035    145.92    154.49  --
4366.61/1093.24	c  N dy  9924   1491097     24158    103926         0     84066    316561   6985345    145.93    160.80  --
4407.76/1103.55	c  N dy 10055   1511242     24158    103926         0    104210    316561  11602694    145.92    156.40  --
4449.33/1113.91	c  N dy 10191   1531325     24158    103926         0     67291    316561   2856815    145.92    159.86  --
4488.87/1123.81	c  N dy 10324   1551343     24158    103926         0     87307    316561   7412437    145.92    158.91  --
4532.39/1134.71	c  N dy 10463   1571369     24158    103926         0    107331    316561  12045546    145.94    154.66  --
4573.53/1145.05	c  N dy 10597   1591558     24158    103926         0     69525    316561   3117783    145.94    162.49  --
4612.68/1154.81	c  N dy 10724   1611584     24158    103926         0     89550    316561   7639192    145.93    159.85  --
4656.23/1165.70	c  N dy 10856   1631718     24158    103926         0    109683    316561  12213200    145.92    156.67  --
4696.95/1175.96	c  N dy 10987   1651783     24158    103926         0     70754    316561   3139796    145.90    156.41  --
4737.30/1186.08	c  N dy 11122   1671802     24158    103926         0     90772    316561   7763964    145.91    158.08  --
4780.04/1196.72	c  N dy 11256   1691971     24158    103926         0    110940    316561  12386339    145.90    162.64  --

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

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

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


[startup+0 s]
/proc/loadavg: 6.59 7.79 7.91 5/184 6039
/proc/meminfo: memFree=25044264/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 417 0 0 0 0 0 0 0 20 0 4 0 517543498 52465664 356 33554432000 4194304 4650419 140735909016176 18446744073709551615 47587433154482 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 12809 356 306 112 0 7774 0
[pid=6039/tid=6040] ppid=6037 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 4 0 517543498 52465664 356 33554432000 4194304 4650419 140735909016176 18446744073709551615 246516834235 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 517543498 52465664 356 33554432000 4194304 4650419 140735909016176 18446744073709551615 47587433154482 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 517543498 52465664 356 33554432000 4194304 4650419 140735909016176 18446744073709551615 246511881302 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0771721 s]
/proc/loadavg: 6.59 7.79 7.91 5/184 6039
/proc/meminfo: memFree=25044264/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=310772 CPUtime=0.33 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) D 6037 6039 5436 0 -1 4202496 17760 0 0 0 29 4 0 0 22 0 4 0 517543498 318230528 15684 33554432000 4194304 4650419 140735909016176 18446744073709551615 246516531408 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 81958 17859 370 112 0 76923 0
[pid=6039/tid=6040] ppid=6037 vsize=327832 CPUtime=0.16 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 5486 0 0 0 16 0 0 0 18 0 4 0 517543498 335699968 17859 33554432000 4194304 4650419 140735909016176 18446744073709551615 4230116 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=327832 CPUtime=0.16 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) D 6037 6039 5436 0 -1 4202560 5509 0 0 0 15 1 0 0 18 0 4 0 517543498 335699968 17859 33554432000 4194304 4650419 140735909016176 18446744073709551615 4249344 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=327832 CPUtime=0.16 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 4423 0 0 0 15 1 0 0 18 0 4 0 517543498 335699968 17859 33554432000 4194304 4650419 140735909016176 18446744073709551615 4331981 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 310772

[startup+0.320879 s]
/proc/loadavg: 6.59 7.79 7.91 5/184 6039
/proc/meminfo: memFree=25044264/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=319624 CPUtime=3.6 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 35739 0 0 0 352 8 0 0 25 0 4 0 517543498 327294976 29556 33554432000 4194304 4650419 140735909016176 18446744073709551615 4364562 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 79906 29556 391 112 0 74871 0
[pid=6039/tid=6040] ppid=6037 vsize=319624 CPUtime=0.89 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 10766 0 0 0 88 1 0 0 19 0 4 0 517543498 327294976 29556 33554432000 4194304 4650419 140735909016176 18446744073709551615 4304010 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=319624 CPUtime=0.89 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 9814 0 0 0 87 2 0 0 19 0 4 0 517543498 327294976 29556 33554432000 4194304 4650419 140735909016176 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=319624 CPUtime=0.89 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 4949 0 0 0 88 1 0 0 19 0 4 0 517543498 327294976 29556 33554432000 4194304 4650419 140735909016176 18446744073709551615 4363520 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 319624

[startup+1.00829 s]
/proc/loadavg: 6.59 7.79 7.91 5/184 6039
/proc/meminfo: memFree=25044264/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=319624 CPUtime=4 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 36133 0 0 0 392 8 0 0 25 0 4 0 517543498 327294976 29950 33554432000 4194304 4650419 140735909016176 18446744073709551615 4229472 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 79906 29950 391 112 0 74871 0
[pid=6039/tid=6040] ppid=6037 vsize=319624 CPUtime=0.99 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 10862 0 0 0 98 1 0 0 19 0 4 0 517543498 327294976 29950 33554432000 4194304 4650419 140735909016176 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=319624 CPUtime=0.99 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 9924 0 0 0 97 2 0 0 19 0 4 0 517543498 327294976 29950 33554432000 4194304 4650419 140735909016176 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=319624 CPUtime=0.99 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 5029 0 0 0 98 1 0 0 19 0 4 0 517543498 327294976 29950 33554432000 4194304 4650419 140735909016176 18446744073709551615 4315137 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 319624

[startup+1.10827 s]
/proc/loadavg: 6.59 7.79 7.91 5/184 6039
/proc/meminfo: memFree=25044264/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=319624 CPUtime=4.4 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 36508 0 0 0 432 8 0 0 25 0 4 0 517543498 327294976 30325 33554432000 4194304 4650419 140735909016176 18446744073709551615 4315066 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 79906 30326 391 112 0 74871 0
[pid=6039/tid=6040] ppid=6037 vsize=319624 CPUtime=1.09 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 10966 0 0 0 108 1 0 0 19 0 4 0 517543498 327294976 30326 33554432000 4194304 4650419 140735909016176 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=319624 CPUtime=1.09 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 10031 0 0 0 107 2 0 0 19 0 4 0 517543498 327294976 30326 33554432000 4194304 4650419 140735909016176 18446744073709551615 4333767 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=319624 CPUtime=1.09 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 5103 0 0 0 108 1 0 0 19 0 4 0 517543498 327294976 30326 33554432000 4194304 4650419 140735909016176 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 319624

[startup+1.5012 s]
/proc/loadavg: 6.59 7.79 7.91 5/184 6039
/proc/meminfo: memFree=25044264/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=319624 CPUtime=5.97 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 37963 0 0 0 589 8 0 0 25 0 4 0 517543498 327294976 31780 33554432000 4194304 4650419 140735909016176 18446744073709551615 4333632 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 79906 31780 391 112 0 74871 0
[pid=6039/tid=6040] ppid=6037 vsize=319624 CPUtime=1.48 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 11378 0 0 0 147 1 0 0 20 0 4 0 517543498 327294976 31780 33554432000 4194304 4650419 140735909016176 18446744073709551615 4364406 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=319624 CPUtime=1.49 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 10373 0 0 0 147 2 0 0 20 0 4 0 517543498 327294976 31780 33554432000 4194304 4650419 140735909016176 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=319624 CPUtime=1.48 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 5412 0 0 0 147 1 0 0 20 0 4 0 517543498 327294976 31780 33554432000 4194304 4650419 140735909016176 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 319624

[startup+3.10091 s]
/proc/loadavg: 6.59 7.79 7.91 10/188 6043
/proc/meminfo: memFree=24843160/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=353836 CPUtime=12.35 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 43172 0 0 0 1226 9 0 0 25 0 4 0 517543498 362328064 36989 33554432000 4194304 4650419 140735909016176 18446744073709551615 4328315 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 88459 36989 391 112 0 83424 0
[pid=6039/tid=6040] ppid=6037 vsize=353836 CPUtime=3.09 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 12613 0 0 0 307 2 0 0 25 0 4 0 517543498 362328064 36989 33554432000 4194304 4650419 140735909016176 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=353836 CPUtime=3.07 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 11581 0 0 0 305 2 0 0 25 0 4 0 517543498 362328064 36989 33554432000 4194304 4650419 140735909016176 18446744073709551615 4363541 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=353836 CPUtime=3.09 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 6943 0 0 0 307 2 0 0 25 0 4 0 517543498 362328064 36989 33554432000 4194304 4650419 140735909016176 18446744073709551615 4315210 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 353836

[startup+6.30632 s]
/proc/loadavg: 6.70 7.80 7.91 10/188 6043
/proc/meminfo: memFree=24742108/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=464596 CPUtime=25.15 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 54388 0 0 0 2503 12 0 0 25 0 4 0 517543498 475746304 43215 33554432000 4194304 4650419 140735909016176 18446744073709551615 4363458 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 116149 43215 393 112 0 111114 0
[pid=6039/tid=6040] ppid=6037 vsize=464596 CPUtime=6.3 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 14931 0 0 0 627 3 0 0 25 0 4 0 517543498 475746304 43215 33554432000 4194304 4650419 140735909016176 18446744073709551615 4331984 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=464596 CPUtime=6.25 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 13828 0 0 0 623 2 0 0 25 0 4 0 517543498 475746304 43215 33554432000 4194304 4650419 140735909016176 18446744073709551615 4363331 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=464596 CPUtime=6.29 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 11267 0 0 0 626 3 0 0 25 0 4 0 517543498 475746304 43215 33554432000 4194304 4650419 140735909016176 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 464596

[startup+12.7011 s]
/proc/loadavg: 6.88 7.82 7.92 10/188 6043
/proc/meminfo: memFree=24611308/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=629908 CPUtime=50.71 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 98339 0 0 0 5046 25 0 0 25 0 4 0 517543498 645025792 71030 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476185 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 157477 71031 395 112 0 152442 0
[pid=6039/tid=6040] ppid=6037 vsize=629908 CPUtime=12.69 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 26423 0 0 0 1264 5 0 0 25 0 4 0 517543498 645025792 71032 33554432000 4194304 4650419 140735909016176 18446744073709551615 246516495393 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=629908 CPUtime=12.62 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 19738 0 0 0 1258 4 0 0 25 0 4 0 517543498 645025792 71033 33554432000 4194304 4650419 140735909016176 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=629908 CPUtime=12.68 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 15912 0 0 0 1264 4 0 0 25 0 4 0 517543498 645025792 71033 33554432000 4194304 4650419 140735909016176 18446744073709551615 4328251 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 629908

[startup+25.5008 s]
/proc/loadavg: 7.13 7.82 7.92 10/188 6044
/proc/meminfo: memFree=24305308/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=664592 CPUtime=101.83 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 219774 0 0 0 10131 52 0 0 25 0 4 0 517543498 680542208 111843 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 166148 111861 395 112 0 161113 0
[pid=6039/tid=6040] ppid=6037 vsize=664592 CPUtime=25.49 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 97676 0 0 0 2530 19 0 0 25 0 4 0 517543498 680542208 111871 33554432000 4194304 4650419 140735909016176 18446744073709551615 4441897 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=664592 CPUtime=25.35 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 36421 0 0 0 2526 9 0 0 25 0 4 0 517543498 680542208 111879 33554432000 4194304 4650419 140735909016176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=664592 CPUtime=25.48 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 40013 0 0 0 2539 9 0 0 25 0 4 0 517543498 680542208 111889 33554432000 4194304 4650419 140735909016176 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 664592

[startup+51.1011 s]
/proc/loadavg: 7.43 7.84 7.92 10/188 6044
/proc/meminfo: memFree=24173900/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=788532 CPUtime=204.08 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 425359 0 0 0 20315 93 0 0 25 0 4 0 517543498 807456768 134081 33554432000 4194304 4650419 140735909016176 18446744073709551615 4363584 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 197133 134081 395 112 0 192098 0
[pid=6039/tid=6040] ppid=6037 vsize=788532 CPUtime=51.09 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 242129 0 0 0 5067 42 0 0 25 0 4 0 517543498 807456768 134081 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476201 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=788532 CPUtime=50.81 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 61953 0 0 0 5064 17 0 0 25 0 4 0 517543498 807456768 134081 33554432000 4194304 4650419 140735909016176 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=788532 CPUtime=51.08 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 55293 0 0 0 5094 14 0 0 25 0 4 0 517543498 807456768 134081 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 788532

[startup+102.301 s]
/proc/loadavg: 7.87 7.90 7.93 10/188 6046
/proc/meminfo: memFree=23914092/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=952196 CPUtime=408.59 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 787184 0 0 0 40695 164 0 0 25 0 4 0 517543498 975048704 164227 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 238049 164227 395 112 0 233014 0
[pid=6039/tid=6040] ppid=6037 vsize=952196 CPUtime=102.29 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 302636 0 0 0 10175 54 0 0 25 0 4 0 517543498 975048704 164227 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=952196 CPUtime=101.73 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 93764 0 0 0 10142 31 0 0 25 0 4 0 517543498 975048704 164227 33554432000 4194304 4650419 140735909016176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=952196 CPUtime=102.28 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 73164 0 0 0 10206 22 0 0 25 0 4 0 517543498 975048704 164227 33554432000 4194304 4650419 140735909016176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 952196

[startup+162.301 s]

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

[pid=6039] ppid=6037 vsize=1381488 CPUtime=2805.24 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 3804946 0 0 0 279703 821 0 0 25 0 4 0 517543498 1414643712 268153 33554432000 4194304 4650419 140735909016176 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 345372 268153 395 112 0 340337 0
[pid=6039/tid=6040] ppid=6037 vsize=1381488 CPUtime=702.28 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1062748 0 0 0 69996 232 0 0 25 0 4 0 517543498 1414643712 268153 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=1381488 CPUtime=698.44 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 818717 0 0 0 69641 203 0 0 25 0 4 0 517543498 1414643712 268153 33554432000 4194304 4650419 140735909016176 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=1381488 CPUtime=702.22 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 269800 0 0 0 70120 102 0 0 25 0 4 0 517543498 1414643712 268153 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.24
Current children cumulated vsize (KiB) 1381488

[startup+762.301 s]
/proc/loadavg: 8.20 8.14 8.03 10/188 6063
/proc/meminfo: memFree=23235384/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=1397352 CPUtime=3044.9 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 4083438 0 0 0 303600 890 0 0 25 0 4 0 517543498 1430888448 275714 33554432000 4194304 4650419 140735909016176 18446744073709551615 4366172 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 349338 275714 395 112 0 344303 0
[pid=6039/tid=6040] ppid=6037 vsize=1397352 CPUtime=762.29 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1289719 0 0 0 75962 267 0 0 25 0 4 0 517543498 1430888448 275714 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=1397352 CPUtime=758.11 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 823807 0 0 0 75605 206 0 0 25 0 4 0 517543498 1430888448 275714 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=1397352 CPUtime=762.21 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 290143 0 0 0 76105 116 0 0 25 0 4 0 517543498 1430888448 275714 33554432000 4194304 4650419 140735909016176 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.9
Current children cumulated vsize (KiB) 1397352

[startup+822.301 s]
/proc/loadavg: 8.24 8.17 8.05 10/188 6065
/proc/meminfo: memFree=23187756/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=1455428 CPUtime=3284.58 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 4391386 0 0 0 327497 961 0 0 25 0 4 0 517543498 1490358272 289117 33554432000 4194304 4650419 140735909016176 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 363857 289118 412 112 0 358822 0
[pid=6039/tid=6040] ppid=6037 vsize=1455428 CPUtime=822.29 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1536144 0 0 0 81926 303 0 0 25 0 4 0 517543498 1490358272 289118 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=1455428 CPUtime=817.78 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 838501 0 0 0 81565 213 0 0 25 0 4 0 517543498 1490358272 289118 33554432000 4194304 4650419 140735909016176 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=1455428 CPUtime=822.21 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 313402 0 0 0 82092 129 0 0 25 0 4 0 517543498 1490358272 289118 33554432000 4194304 4650419 140735909016176 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.58
Current children cumulated vsize (KiB) 1455428

[startup+882.301 s]
/proc/loadavg: 8.16 8.16 8.05 10/188 6067
/proc/meminfo: memFree=23180916/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=1442796 CPUtime=3524.23 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 4679615 0 0 0 351396 1027 0 0 25 0 4 0 517543498 1477423104 284482 33554432000 4194304 4650419 140735909016176 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 360699 284482 395 112 0 355664 0
[pid=6039/tid=6040] ppid=6037 vsize=1442796 CPUtime=882.28 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1743194 0 0 0 87894 334 0 0 25 0 4 0 517543498 1477423104 284482 33554432000 4194304 4650419 140735909016176 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=1442796 CPUtime=877.45 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 866142 0 0 0 87519 226 0 0 25 0 4 0 517543498 1477423104 284482 33554432000 4194304 4650419 140735909016176 18446744073709551615 4363482 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=1442796 CPUtime=882.19 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 343997 0 0 0 88079 140 0 0 25 0 4 0 517543498 1477423104 284482 33554432000 4194304 4650419 140735909016176 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.23
Current children cumulated vsize (KiB) 1442796

[startup+942.301 s]
/proc/loadavg: 8.15 8.16 8.06 10/188 6068
/proc/meminfo: memFree=23171596/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=1443688 CPUtime=3763.92 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 4758349 0 0 0 375327 1065 0 0 25 0 4 0 517543498 1478336512 287475 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 360922 287475 395 112 0 355887 0
[pid=6039/tid=6040] ppid=6037 vsize=1443688 CPUtime=942.29 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1770621 0 0 0 93881 348 0 0 25 0 4 0 517543498 1478336512 287476 33554432000 4194304 4650419 140735909016176 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=1443688 CPUtime=937.12 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 892977 0 0 0 93473 239 0 0 25 0 4 0 517543498 1478336512 287476 33554432000 4194304 4650419 140735909016176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=1443688 CPUtime=942.19 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 366896 0 0 0 94068 151 0 0 25 0 4 0 517543498 1478336512 287476 33554432000 4194304 4650419 140735909016176 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 1443688

[startup+1002.3 s]
/proc/loadavg: 8.13 8.16 8.06 10/188 6070
/proc/meminfo: memFree=23153980/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=1402292 CPUtime=4003.56 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 4855381 0 0 0 399252 1104 0 0 25 0 4 0 517543498 1435947008 292575 33554432000 4194304 4650419 140735909016176 18446744073709551615 4303888 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 350573 292576 395 112 0 345538 0
[pid=6039/tid=6040] ppid=6037 vsize=1402292 CPUtime=1002.28 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1798046 0 0 0 99868 360 0 0 25 0 4 0 517543498 1435947008 292576 33554432000 4194304 4650419 140735909016176 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=1402292 CPUtime=996.79 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 920975 0 0 0 99429 250 0 0 25 0 4 0 517543498 1435947008 292576 33554432000 4194304 4650419 140735909016176 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=1402292 CPUtime=1002.18 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 391611 0 0 0 100057 161 0 0 25 0 4 0 517543498 1435947008 292576 33554432000 4194304 4650419 140735909016176 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.56
Current children cumulated vsize (KiB) 1402292

[startup+1062.31 s]
/proc/loadavg: 8.26 8.21 8.09 9/188 6080
/proc/meminfo: memFree=23103012/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=1519740 CPUtime=4243.22 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 5079523 0 0 0 423155 1167 0 0 25 0 4 0 517543498 1556213760 302367 33554432000 4194304 4650419 140735909016176 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 379935 302367 395 112 0 374900 0
[pid=6039/tid=6040] ppid=6037 vsize=1519740 CPUtime=1062.26 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1828171 0 0 0 105853 373 0 0 25 0 4 0 517543498 1556213760 302367 33554432000 4194304 4650419 140735909016176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=1519740 CPUtime=1056.46 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1061904 0 0 0 105372 274 0 0 25 0 4 0 517543498 1556213760 302367 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=1519740 CPUtime=1062.19 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 417979 0 0 0 106043 176 0 0 25 0 4 0 517543498 1556213760 302367 33554432000 4194304 4650419 140735909016176 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.22
Current children cumulated vsize (KiB) 1519740

[startup+1122.3 s]
/proc/loadavg: 8.17 8.20 8.09 10/188 6082
/proc/meminfo: memFree=23101760/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=1519508 CPUtime=4482.86 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 5474602 0 0 0 447034 1252 0 0 25 0 4 0 517543498 1555976192 305963 33554432000 4194304 4650419 140735909016176 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 379877 305963 396 112 0 374842 0
[pid=6039/tid=6040] ppid=6037 vsize=1519508 CPUtime=1122.26 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1846227 0 0 0 111845 381 0 0 25 0 4 0 517543498 1555976192 305963 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=1519508 CPUtime=1116.14 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1391568 0 0 0 111288 326 0 0 25 0 4 0 517543498 1555976192 305963 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=1519508 CPUtime=1122.17 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 442789 0 0 0 112028 189 0 0 25 0 4 0 517543498 1555976192 305963 33554432000 4194304 4650419 140735909016176 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.86
Current children cumulated vsize (KiB) 1519508

[startup+1182.3 s]
/proc/loadavg: 8.16 8.20 8.09 10/188 6084
/proc/meminfo: memFree=23050032/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=1579108 CPUtime=4722.52 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 5875294 0 0 0 470917 1335 0 0 25 0 4 0 517543498 1617006592 315200 33554432000 4194304 4650419 140735909016176 18446744073709551615 4363613 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 394777 315200 400 112 0 389742 0
[pid=6039/tid=6040] ppid=6037 vsize=1579108 CPUtime=1182.26 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1846227 0 0 0 117845 381 0 0 25 0 4 0 517543498 1617006592 315200 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=1579108 CPUtime=1175.81 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1747925 0 0 0 117198 383 0 0 25 0 4 0 517543498 1617006592 315200 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=1579108 CPUtime=1182.17 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 465567 0 0 0 118014 203 0 0 25 0 4 0 517543498 1617006592 315200 33554432000 4194304 4650419 140735909016176 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 1579108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.18 8.20 8.10 6/187 6085
/proc/meminfo: memFree=23260576/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=1579292 CPUtime=4800.03 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 6016662 0 0 0 478639 1364 0 0 25 0 4 0 517543498 1617195008 323149 33554432000 4194304 4650419 140735909016176 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 394823 323149 395 112 0 389788 0
[pid=6039/tid=6040] ppid=6037 vsize=1579292 CPUtime=1201.66 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1853015 0 0 0 119782 384 0 0 25 0 4 0 517543498 1617195008 323149 33554432000 4194304 4650419 140735909016176 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=1579292 CPUtime=1195.1 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1868150 0 0 0 119109 401 0 0 25 0 4 0 517543498 1617195008 323149 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=1579292 CPUtime=1201.57 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 471659 0 0 0 119951 206 0 0 25 0 4 0 517543498 1617195008 323149 33554432000 4194304 4650419 140735909016176 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 1579292

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

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

[startup+1201.7 s]
/proc/loadavg: 8.18 8.20 8.10 6/187 6085
/proc/meminfo: memFree=23260576/32951124 swapFree=67111352/67111528
[pid=6039] ppid=6037 vsize=1579292 CPUtime=4800.03 cores=1,3,5,7
/proc/6039/stat : 6039 (strangenight1-m) R 6037 6039 5436 0 -1 4202496 6016662 0 0 0 478639 1364 0 0 25 0 4 0 517543498 1617195008 323149 33554432000 4194304 4650419 140735909016176 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6039/statm: 394823 323149 395 112 0 389788 0
[pid=6039/tid=6040] ppid=6037 vsize=1579292 CPUtime=1201.66 cores=1,3,5,7
/proc/6039/task/6040/stat : 6040 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1853015 0 0 0 119782 384 0 0 25 0 4 0 517543498 1617195008 323149 33554432000 4194304 4650419 140735909016176 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6039/tid=6041] ppid=6037 vsize=1579292 CPUtime=1195.1 cores=1,3,5,7
/proc/6039/task/6041/stat : 6041 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 1868150 0 0 0 119109 401 0 0 25 0 4 0 517543498 1617195008 323149 33554432000 4194304 4650419 140735909016176 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=1579292 CPUtime=1201.57 cores=1,3,5,7
/proc/6039/task/6042/stat : 6042 (strangenight1-m) R 6037 6039 5436 0 -1 4202560 471659 0 0 0 119951 206 0 0 25 0 4 0 517543498 1617195008 323149 33554432000 4194304 4650419 140735909016176 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 1579292

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.13
CPU user time (s): 4786.42
CPU system time (s): 13.7069
CPU usage (%): 399.421
Max. virtual memory (cumulated for all children) (KiB): 1593168

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

runsolver used 1.59176 second user time and 4.98324 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 08:44:13
IDJOB=3174958
IDBENCH=82576
IDSOLVER=1588
FILE ID=node134/3174958-1304059453
RUNJOBID= node134-1304059453-6017
PBS_JOBID= 13170420
Free space on /tmp= 71576 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S109959541-056-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174958-1304059453/watcher-3174958-1304059453 -o /tmp/evaluation-result-3174958-1304059453/solver-3174958-1304059453 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174958-1304059453.cnf

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

MD5SUM BENCH= 5f909806405bfbe25b7db5afcabe8fc9
RANDOM SEED=236475595

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25045412 kB
Buffers:       1475752 kB
Cached:        5830804 kB
SwapCached:         64 kB
Active:        1434956 kB
Inactive:      5947860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25045412 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           15688 kB
Writeback:           0 kB
AnonPages:       75932 kB
Mapped:          15432 kB
Slab:           459324 kB
PageTables:       4464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   275756 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71568 MiB
End job on node134 at 2011-04-29 09:04:17